diff --git a/README.md b/README.md index 29d3953..93cb18f 100644 --- a/README.md +++ b/README.md @@ -14,663 +14,627 @@

-本资源清单包含820个python机器学习相关的开源工具资源,这些热门工具总共分成32个不同的子板块,这些项目目前在github上已经收到3.5M个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning),欢迎大家提PR丰富本清单。 -## 目录 - -- [机器学习框架](#机器学习框架) _54 个项目_ -- [数据可视化](#数据可视化) _49 个项目_ -- [文本数据和NLP](#文本数据和NLP) _82 个项目_ -- [图像数据与CV](#图像数据与CV) _49 个项目_ -- [图数据处理](#图数据处理) _29 个项目_ -- [音频处理](#音频处理) _23 个项目_ -- [地理Geo处理](#地理Geo处理) _22 个项目_ -- [金融数据处理](#金融数据处理) _23 个项目_ -- [时间序列](#时间序列) _20 个项目_ -- [医疗领域](#医疗领域) _19 个项目_ -- [光学字符识别OCR](#光学字符识别OCR) _11 个项目_ -- [数据容器和结构](#数据容器和结构) _28 个项目_ -- [数据读写与提取](#数据读写与提取) _23 个项目_ -- [网页抓取和爬虫](#网页抓取和爬虫) _1 个项目_ -- [数据管道和流处理](#数据管道和流处理) _36 个项目_ -- [分布式机器学习](#分布式机器学习) _26 个项目_ -- [超参数优化和AutoML](#超参数优化和AutoML) _45 个项目_ -- [强化学习](#强化学习) _19 个项目_ -- [推荐系统](#推荐系统) _13 个项目_ -- [隐私机器学习](#隐私机器学习) _6 个项目_ -- [工作流程和实验跟踪](#工作流程和实验跟踪) _35 个项目_ -- [模型序列化和转换](#模型序列化和转换) _11 个项目_ -- [模型的可解释性](#模型的可解释性) _46 个项目_ -- [向量相似度搜索(ANN)](#向量相似度搜索(ANN)) _12 个项目_ -- [概率统计](#概率统计) _21 个项目_ -- [对抗学习与鲁棒性](#对抗学习与鲁棒性) _7 个项目_ -- [GPU实用程序](#GPU实用程序) _18 个项目_ -- [Tensorflow实用程序](#Tensorflow实用程序) _13 个项目_ -- [Sklearn实用程序](#Sklearn实用程序) _17 个项目_ -- [Pytorch实用程序](#Pytorch实用程序) _27 个项目_ -- [数据库客户端](#数据库客户端) _1 个项目_ -- [中文自然语言处理](#中文自然语言处理) _2 个项目_ -- [Others](#Others) _33 个项目_ - -## 图标解释 -- 🥇🥈🥉  综合项目质量分 -- ⭐️  github上star的数量 -- 🐣  小于6个月的新项目 -- 💤  非活跃项目(6个月未更新) -- 💀  沉寂项目(12个月未更新) -- 📈📉  项目趋势(向上or向下) -- ➕  最近添加的项目 -- ❗️  警告(例如 项目没有license) -- 👨‍💻  项目的开发贡献者数量 -- 🔀  项目被fork的数量 -- 📋  项目issue的数量 -- ⏱️  项目包上次更新时间 -- 📥  工具库被下载次数 -- 📦  项目依赖的工具库数量 --   Tensorflow相关项目 --   Sklearn相关项目 --   pytorch相关项目 --   MxNet相关项目 --   Apache Spark相关项目 --   Jupyter相关项目 --   PaddlePaddle相关项目 --   Pandas相关项目 +本资源清单包含820个python机器学习相关的开源工具资源,这些热门工具总共分成32个不同的子板块,这些项目目前在github上已经收到4.4M个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning),欢迎大家提PR丰富本清单。 +## Contents + +- [Machine Learning Frameworks](#machine-learning-frameworks) _54 projects_ +- [Data Visualization](#data-visualization) _49 projects_ +- [Text Data & NLP](#text-data--nlp) _82 projects_ +- [Image Data](#image-data) _49 projects_ +- [Graph Data](#graph-data) _29 projects_ +- [Audio Data](#audio-data) _23 projects_ +- [Geospatial Data](#geospatial-data) _22 projects_ +- [Financial Data](#financial-data) _23 projects_ +- [Time Series Data](#time-series-data) _20 projects_ +- [Medical Data](#medical-data) _19 projects_ +- [Optical Character Recognition](#optical-character-recognition) _11 projects_ +- [Data Containers & Structures](#data-containers--structures) _28 projects_ +- [Data Loading & Extraction](#data-loading--extraction) _23 projects_ +- [Web Scraping & Crawling](#web-scraping--crawling) _1 projects_ +- [Data Pipelines & Streaming](#data-pipelines--streaming) _36 projects_ +- [Distributed Machine Learning](#distributed-machine-learning) _26 projects_ +- [Hyperparameter Optimization & AutoML](#hyperparameter-optimization--automl) _45 projects_ +- [Reinforcement Learning](#reinforcement-learning) _19 projects_ +- [Recommender Systems](#recommender-systems) _13 projects_ +- [Privacy Machine Learning](#privacy-machine-learning) _6 projects_ +- [Workflow & Experiment Tracking](#workflow--experiment-tracking) _35 projects_ +- [Model Serialization & Conversion](#model-serialization--conversion) _11 projects_ +- [Model Interpretability](#model-interpretability) _45 projects_ +- [Vector Similarity Search (ANN)](#vector-similarity-search-ann) _12 projects_ +- [Probabilistics & Statistics](#probabilistics--statistics) _21 projects_ +- [Adversarial Robustness](#adversarial-robustness) _7 projects_ +- [GPU Utilities](#gpu-utilities) _18 projects_ +- [Tensorflow Utilities](#tensorflow-utilities) _13 projects_ +- [Sklearn Utilities](#sklearn-utilities) _17 projects_ +- [Pytorch Utilities](#pytorch-utilities) _27 projects_ +- [Database Clients](#database-clients) _1 projects_ +- [Chinese NLP](#chinese-nlp) _2 projects_ +- [Others](#others) _33 projects_ + +## Explanation +- 🥇🥈🥉  Combined project-quality score +- ⭐️  Star count from GitHub +- 🐣  New project _(less than 6 months old)_ +- 💤  Inactive project _(6 months no activity)_ +- 💀  Dead project _(12 months no activity)_ +- 📈📉  Project is trending up or down +- ➕  Project was recently added +- ❗️  Warning _(e.g. missing/risky license)_ +- 👨‍💻  Contributors count from GitHub +- 🔀  Fork count from GitHub +- 📋  Issue count from GitHub +- ⏱️  Last update timestamp on package manager +- 📥  Download count from package manager +- 📦  Number of dependent projects +-   Tensorflow related project +-   Sklearn related project +-   PyTorch related project +-   MxNet related project +-   Apache Spark related project +-   Jupyter related project +-   PaddlePaddle related project +-   Pandas related project
-## 机器学习框架 +## Machine Learning Frameworks -Back to top +Back to top -_通用机器学习和深度学习框架。_ +_General-purpose machine learning and deep learning frameworks._ -
Tensorflow (🥇44 · ⭐ 170K) - 适用于所有人的开源机器学习框架。Apache-2 +
Tensorflow (🥇45 · ⭐ 190K) - An Open Source Machine Learning Framework for Everyone. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 4.1K · 🔀 70K · 📦 210K · 📋 35K - 5% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/tensorflow/tensorflow) (👨‍💻 4.6K · 🔀 72K · 📦 370K · 📋 39K - 4% open · ⏱️ 16.05.2024): ``` git clone https://github.com/tensorflow/tensorflow ``` -- [PyPi](https://pypi.org/project/tensorflow) (📥 14M / month): +- [PyPi](https://pypi.org/project/tensorflow) (📥 23M / month): ``` pip install tensorflow ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 3.6M · ⏱️ 20.07.2022): +- [Conda](https://anaconda.org/conda-forge/tensorflow) (📥 4.6M · ⏱️ 30.01.2024): ``` conda install -c conda-forge tensorflow ``` -- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 67M · ⭐ 2K · ⏱️ 25.08.2022): +- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (📥 77M · ⭐ 2.4K · ⏱️ 16.05.2024): ``` docker pull tensorflow/tensorflow ```
-
scikit-learn (🥇39 · ⭐ 51K) - scikit-learn:基于Python的机器学习工具库。BSD-3 +
PyTorch (🥇40 · ⭐ 79K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 -- [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 2.7K · 🔀 23K · 📥 810 · 📦 390K · 📋 9.6K - 16% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 4.9K · 🔀 21K · 📥 41K · 📦 450K · 📋 42K - 31% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/scikit-learn/scikit-learn + git clone https://github.com/pytorch/pytorch ``` -- [PyPi](https://pypi.org/project/scikit-learn) (📥 31M / month): +- [PyPi](https://pypi.org/project/torch) (📥 29M / month): ``` - pip install scikit-learn + pip install torch ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 15M · ⏱️ 05.08.2022): +- [Conda](https://anaconda.org/pytorch/pytorch) (📥 21M · ⏱️ 23.04.2024): ``` - conda install -c conda-forge scikit-learn + conda install -c pytorch pytorch ```
-
XGBoost (🥇37 · ⭐ 23K) - 可扩展,高效和分布式梯度增强(GBDT,GBRT等)的boosting工具库。Apache-2 +
scikit-learn (🥇39 · ⭐ 58K) - scikit-learn: machine learning in Python. BSD-3 -- [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 570 · 🔀 7.9K · 📥 5K · 📦 35K · 📋 4.5K - 5% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/scikit-learn/scikit-learn) (👨‍💻 3.1K · 🔀 24K · 📥 950 · 📦 780K · 📋 11K - 14% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/dmlc/xgboost + git clone https://github.com/scikit-learn/scikit-learn ``` -- [PyPi](https://pypi.org/project/xgboost) (📥 8.3M / month): +- [PyPi](https://pypi.org/project/scikit-learn) (📥 67M / month): ``` - pip install xgboost + pip install scikit-learn ``` -- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 2.9M · ⏱️ 12.08.2022): +- [Conda](https://anaconda.org/conda-forge/scikit-learn) (📥 28M · ⏱️ 07.05.2024): ``` - conda install -c conda-forge xgboost + conda install -c conda-forge scikit-learn ```
-
LightGBM (🥇35 · ⭐ 14K) - 快速,分布式,高性能梯度提升(GBT,GBDT,GBRT等)的boosting工具库。MIT +
XGBoost (🥇39 · ⭐ 26K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 -- [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 270 · 🔀 3.5K · 📥 160K · 📦 15K · 📋 2.8K - 7% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/dmlc/xgboost) (👨‍💻 640 · 🔀 8.2K · 📥 8.6K · 📦 91K · 📋 5.1K - 7% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/microsoft/LightGBM + git clone https://github.com/dmlc/xgboost ``` -- [PyPi](https://pypi.org/project/lightgbm) (📥 6M / month): +- [PyPi](https://pypi.org/project/xgboost) (📥 19M / month): ``` - pip install lightgbm + pip install xgboost ``` -- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 1.2M · ⏱️ 08.01.2022): +- [Conda](https://anaconda.org/conda-forge/xgboost) (📥 4.8M · ⏱️ 18.04.2024): ``` - conda install -c conda-forge lightgbm + conda install -c conda-forge xgboost ```
-
Fastai (🥇34 · ⭐ 23K) - Fastai深度学习库。Apache-2 +
pytorch-lightning (🥇38 · ⭐ 27K · 📈) - The lightweight PyTorch wrapper for high-performance.. Apache-2 -- [GitHub](https://github.com/fastai/fastai) (👨‍💻 210 · 🔀 7.1K · 📦 11K · 📋 1.7K - 6% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/Lightning-AI/pytorch-lightning) (👨‍💻 940 · 🔀 3.2K · 📥 7.5K · 📦 32K · 📋 6.9K - 10% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/fastai/fastai + git clone https://github.com/PyTorchLightning/pytorch-lightning ``` -- [PyPi](https://pypi.org/project/fastai) (📥 280K / month): +- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 5.1M / month): ``` - pip install fastai + pip install pytorch-lightning + ``` +- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 1.1M · ⏱️ 12.04.2024): + ``` + conda install -c conda-forge pytorch-lightning ```
-
Thinc (🥇34 · ⭐ 2.6K) - 深度学习工具库。MIT +
LightGBM (🥇37 · ⭐ 16K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT -- [GitHub](https://github.com/explosion/thinc) (👨‍💻 53 · 🔀 240 · 📦 23K · 📋 120 - 11% open · ⏱️ 05.08.2022): +- [GitHub](https://github.com/microsoft/LightGBM) (👨‍💻 300 · 🔀 3.7K · 📥 220K · 📦 33K · 📋 3.3K - 10% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/explosion/thinc + git clone https://github.com/microsoft/LightGBM ``` -- [PyPi](https://pypi.org/project/thinc) (📥 4.1M / month): +- [PyPi](https://pypi.org/project/lightgbm) (📥 7.7M / month): ``` - pip install thinc + pip install lightgbm ``` -- [Conda](https://anaconda.org/conda-forge/thinc) (📥 2.2M · ⏱️ 08.07.2022): +- [Conda](https://anaconda.org/conda-forge/lightgbm) (📥 2.3M · ⏱️ 26.01.2024): ``` - conda install -c conda-forge thinc + conda install -c conda-forge lightgbm ```
-
PyTorch (🥈33 · ⭐ 58K) - 具有强大GPU的Python中的张量和动态神经网络构建工具库。BSD-3 +
PaddlePaddle (🥈36 · ⭐ 22K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 -- [GitHub](https://github.com/pytorch/pytorch) (👨‍💻 3.5K · 🔀 16K · 📥 5.6K · 📋 28K - 32% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 1.2K · 🔀 5.3K · 📥 15K · 📦 5.1K · 📋 18K - 5% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/pytorch/pytorch - ``` -- [PyPi](https://pypi.org/project/torch) (📥 8.5M / month): - ``` - pip install torch + git clone https://github.com/PaddlePaddle/Paddle ``` -- [Conda](https://anaconda.org/pytorch/pytorch) (📥 19M · ⏱️ 04.08.2022): +- [PyPi](https://pypi.org/project/paddlepaddle) (📥 260K / month): ``` - conda install -c pytorch pytorch + pip install paddlepaddle ```
-
dlib (🥈33 · ⭐ 11K) - 进行现实世界机器学习和数据分析的工具包。❗️BSL-1.0 +
dlib (🥈36 · ⭐ 13K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 -- [GitHub](https://github.com/davisking/dlib) (👨‍💻 180 · 🔀 2.7K · 📥 25K · 📦 16K · 📋 2.1K - 1% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/davisking/dlib) (👨‍💻 200 · 🔀 2.9K · 📥 25K · 📦 27K · 📋 2.2K - 2% open · ⏱️ 12.05.2024): ``` git clone https://github.com/davisking/dlib ``` -- [PyPi](https://pypi.org/project/dlib) (📥 91K / month): +- [PyPi](https://pypi.org/project/dlib) (📥 500K / month): ``` pip install dlib ``` -- [Conda](https://anaconda.org/conda-forge/dlib) (📥 460K · ⏱️ 08.05.2022): +- [Conda](https://anaconda.org/conda-forge/dlib) (📥 700K · ⏱️ 04.04.2024): ``` conda install -c conda-forge dlib ```
-
Keras (🥈32 · ⭐ 56K) - 易上手的深度学习工具库。Apache-2 +
Fastai (🥈35 · ⭐ 26K) - The fastai deep learning library. Apache-2 -- [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.1K · 🔀 18K · 📋 11K - 2% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/fastai/fastai) (👨‍💻 250 · 🔀 7.3K · 📦 17K · 📋 1.8K - 11% open · ⏱️ 27.04.2024): ``` - git clone https://github.com/keras-team/keras - ``` -- [PyPi](https://pypi.org/project/keras) (📥 8.4M / month): - ``` - pip install keras + git clone https://github.com/fastai/fastai ``` -- [Conda](https://anaconda.org/conda-forge/keras) (📥 2.5M · ⏱️ 19.05.2022): +- [PyPi](https://pypi.org/project/fastai) (📥 370K / month): ``` - conda install -c conda-forge keras + pip install fastai ```
-
PySpark (🥈32 · ⭐ 34K) - Apache Spark Python API。Apache-2 +
StatsModels (🥈35 · ⭐ 9.6K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 -- [GitHub](https://github.com/apache/spark) (👨‍💻 2.7K · 🔀 25K · ⏱️ 26.08.2022): +- [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 430 · 🔀 2.6K · 📥 31 · 📦 120K · 📋 5.4K - 48% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/apache/spark + git clone https://github.com/statsmodels/statsmodels ``` -- [PyPi](https://pypi.org/project/pyspark) (📥 25M / month): +- [PyPi](https://pypi.org/project/statsmodels) (📥 17M / month): ``` - pip install pyspark + pip install statsmodels ``` -- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 1.9M · ⏱️ 27.07.2022): +- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 13M · ⏱️ 14.12.2023): ``` - conda install -c conda-forge pyspark + conda install -c conda-forge statsmodels ```
-
PaddlePaddle (🥈32 · ⭐ 19K) - paddlepaddle机器学习与深度学习工具库。Apache-2 +
Keras (🥈34 · ⭐ 61K) - Deep Learning for humans. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/Paddle) (👨‍💻 810 · 🔀 4.5K · 📥 15K · 📦 140 · 📋 15K - 14% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/keras-team/keras) (👨‍💻 1.3K · 🔀 19K · 📋 12K - 1% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/PaddlePaddle/Paddle + git clone https://github.com/keras-team/keras ``` -- [PyPi](https://pypi.org/project/paddlepaddle) (📥 79K / month): +- [PyPi](https://pypi.org/project/keras) (📥 18M / month): ``` - pip install paddlepaddle + pip install keras + ``` +- [Conda](https://anaconda.org/conda-forge/keras) (📥 3.5M · ⏱️ 27.04.2024): + ``` + conda install -c conda-forge keras ```
-
Jina (🥈32 · ⭐ 16K) - 在云端构建神经搜索的简便方法库。Apache-2 +
MXNet (🥈34 · ⭐ 21K · 💀) - Lightweight, Portable, Flexible Distributed/Mobile Deep.. Apache-2 -- [GitHub](https://github.com/jina-ai/jina) (👨‍💻 150 · 🔀 1.9K · 📦 350 · 📋 1.6K - 1% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/apache/mxnet) (👨‍💻 980 · 🔀 6.5K · 📥 27K · 📦 7.3K · 📋 9.6K - 18% open · ⏱️ 26.01.2023): ``` - git clone https://github.com/jina-ai/jina + git clone https://github.com/apache/incubator-mxnet ``` -- [PyPi](https://pypi.org/project/jina) (📥 88K / month): +- [PyPi](https://pypi.org/project/mxnet) (📥 600K / month): ``` - pip install jina + pip install mxnet ``` -- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.1M · ⭐ 7 · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/anaconda/mxnet) (📥 11K · ⏱️ 16.06.2023): ``` - docker pull jinaai/jina + conda install -c anaconda mxnet ```
-
StatsModels (🥈32 · ⭐ 7.7K) - Statsmodels:Python中的统计建模和计量经济学工具库。BSD-3 +
Jina (🥈34 · ⭐ 20K) - An easier way to build neural search on the cloud. Apache-2 -- [GitHub](https://github.com/statsmodels/statsmodels) (👨‍💻 380 · 🔀 2.4K · 📥 26 · 📦 68K · 📋 4.8K - 46% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jina-ai/jina) (👨‍💻 180 · 🔀 2.2K · 📦 1.7K · 📋 1.9K - 0% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/statsmodels/statsmodels + git clone https://github.com/jina-ai/jina ``` -- [PyPi](https://pypi.org/project/statsmodels) (📥 8.8M / month): +- [PyPi](https://pypi.org/project/jina) (📥 38K / month): ``` - pip install statsmodels + pip install jina ``` -- [Conda](https://anaconda.org/conda-forge/statsmodels) (📥 7M · ⏱️ 09.06.2022): +- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (📥 1.3M · ⭐ 8 · ⏱️ 16.05.2024): ``` - conda install -c conda-forge statsmodels + docker pull jinaai/jina ```
-
jax (🥈31 · ⭐ 20K) - Python + NumPy程序工具库。Apache-2 +
jax (🥈33 · ⭐ 28K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 -- [GitHub](https://github.com/google/jax) (👨‍💻 440 · 🔀 1.8K · 📦 5.3K · 📋 3.4K - 24% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/google/jax) (👨‍💻 690 · 🔀 2.5K · 📦 25K · 📋 5.2K - 25% open · ⏱️ 16.05.2024): ``` git clone https://github.com/google/jax ``` -- [PyPi](https://pypi.org/project/jax) (📥 610K / month): +- [PyPi](https://pypi.org/project/jax) (📥 6.7M / month): ``` pip install jax ``` -- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 410K · ⏱️ 25.08.2022): +- [Conda](https://anaconda.org/conda-forge/jaxlib) (📥 1.2M · ⏱️ 03.05.2024): ``` conda install -c conda-forge jaxlib ```
-
Chainer (🥈31 · ⭐ 5.7K) - 灵活的深度学习神经网络框架。MIT - -- [GitHub](https://github.com/chainer/chainer) (👨‍💻 320 · 🔀 1.3K · 📦 2.7K · 📋 2K - 0% open · ⏱️ 29.06.2022): - - ``` - git clone https://github.com/chainer/chainer - ``` -- [PyPi](https://pypi.org/project/chainer) (📥 23K / month): - ``` - pip install chainer - ``` -
-
Theano (🥈30 · ⭐ 9.6K · 💤) - Theano是一个Python神经网络工具库。❗Unlicensed +
einops (🥈33 · ⭐ 8K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT -- [GitHub](https://github.com/Theano/Theano) (👨‍💻 380 · 🔀 2.4K · 📦 13K · 📋 2.7K - 21% open · ⏱️ 23.11.2021): +- [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 27 · 🔀 330 · 📦 34K · 📋 170 - 18% open · ⏱️ 12.05.2024): ``` - git clone https://github.com/Theano/Theano + git clone https://github.com/arogozhnikov/einops ``` -- [PyPi](https://pypi.org/project/theano) (📥 270K / month): +- [PyPi](https://pypi.org/project/einops) (📥 7.5M / month): ``` - pip install theano + pip install einops ``` -- [Conda](https://anaconda.org/conda-forge/theano) (📥 2.1M · ⏱️ 16.03.2022): +- [Conda](https://anaconda.org/conda-forge/einops) (📥 210K · ⏱️ 28.04.2024): ``` - conda install -c conda-forge theano + conda install -c conda-forge einops ```
-
einops (🥈30 · ⭐ 5.5K) - 重塑了深度学习操作(用于pytorch,tensorflow,jax等)的工具库。MIT +
PySpark (🥈32 · ⭐ 39K) - Apache Spark Python API. Apache-2 -- [GitHub](https://github.com/arogozhnikov/einops) (👨‍💻 20 · 🔀 240 · 📦 3.9K · 📋 120 - 28% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/apache/spark) (👨‍💻 3.1K · 🔀 27K · ⏱️ 16.05.2024): ``` - git clone https://github.com/arogozhnikov/einops + git clone https://github.com/apache/spark ``` -- [PyPi](https://pypi.org/project/einops) (📥 1M / month): +- [PyPi](https://pypi.org/project/pyspark) (📥 29M / month): ``` - pip install einops + pip install pyspark ``` -- [Conda](https://anaconda.org/conda-forge/einops) (📥 25K · ⏱️ 04.03.2022): +- [Conda](https://anaconda.org/conda-forge/pyspark) (📥 3.1M · ⏱️ 03.03.2024): ``` - conda install -c conda-forge einops + conda install -c conda-forge pyspark ```
-
MXNet (🥈29 · ⭐ 20K) - 轻巧,灵活的分布式/移动深度学习工具库。Apache-2 +
Catboost (🥈32 · ⭐ 7.8K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 -- [GitHub](https://github.com/apache/incubator-mxnet) (👨‍💻 980 · 🔀 6.5K · 📥 25K · 📋 9.5K - 18% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/catboost/catboost) (👨‍💻 1.2K · 🔀 1.1K · 📥 250K · 📦 13 · 📋 2.3K - 22% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/apache/incubator-mxnet + git clone https://github.com/catboost/catboost ``` -- [PyPi](https://pypi.org/project/mxnet) (📥 410K / month): +- [PyPi](https://pypi.org/project/catboost) (📥 2M / month): ``` - pip install mxnet + pip install catboost ``` -- [Conda](https://anaconda.org/anaconda/mxnet) (📥 8K · ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/conda-forge/catboost) (📥 1.5M · ⏱️ 18.04.2024): ``` - conda install -c anaconda mxnet + conda install -c conda-forge catboost ```
-
pytorch-lightning (🥈29 · ⭐ 20K · 📉) - 轻巧而具备高性能的PyTorch上层封装工具库。Apache-2 +
Theano (🥈31 · ⭐ 9.9K) - Theano is a Python library that allows you to define, optimize,.. ❗Unlicensed -- [GitHub](https://github.com/Lightning-AI/lightning) (👨‍💻 740 · 🔀 2.5K · 📥 8K · 📋 5.3K - 8% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Theano/Theano) (👨‍💻 390 · 🔀 2.4K · 📦 15K · 📋 2.7K - 22% open · ⏱️ 15.01.2024): ``` - git clone https://github.com/PyTorchLightning/pytorch-lightning + git clone https://github.com/Theano/Theano ``` -- [PyPi](https://pypi.org/project/pytorch-lightning) (📥 1.8M / month): +- [PyPi](https://pypi.org/project/theano) (📥 570K / month): ``` - pip install pytorch-lightning + pip install theano ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (📥 520K · ⏱️ 18.08.2022): +- [Conda](https://anaconda.org/conda-forge/theano) (📥 2.4M · ⏱️ 16.06.2023): ``` - conda install -c conda-forge pytorch-lightning + conda install -c conda-forge theano ```
-
Vowpal Wabbit (🥈28 · ⭐ 8K) - Vowpal Wabbit是一个推动机器学习的机器学习系统。BSD-3 +
Flax (🥈31 · ⭐ 5.6K) - Flax is a neural network library for JAX that is designed for.. Apache-2 jax -- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 320 · 🔀 1.7K · 📋 1.2K - 10% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/google/flax) (👨‍💻 220 · 🔀 580 · 📥 51 · 📦 7.3K · 📋 830 - 15% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/VowpalWabbit/vowpal_wabbit + git clone https://github.com/google/flax ``` -- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 92K / month): +- [PyPi](https://pypi.org/project/flax) (📥 4.2M / month): ``` - pip install vowpalwabbit + pip install flax ```
-
Catboost (🥈28 · ⭐ 6.7K) - 快速,可扩展,高性能的梯度决策提升工具库。Apache-2 +
Thinc (🥈31 · ⭐ 2.8K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT -- [GitHub](https://github.com/catboost/catboost) (👨‍💻 1K · 🔀 990 · 📥 86K · 📋 1.9K - 21% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/explosion/thinc) (👨‍💻 63 · 🔀 270 · 📦 47K · 📋 140 - 11% open · ⏱️ 23.04.2024): ``` - git clone https://github.com/catboost/catboost + git clone https://github.com/explosion/thinc ``` -- [PyPi](https://pypi.org/project/catboost) (📥 2.7M / month): +- [PyPi](https://pypi.org/project/thinc) (📥 9.6M / month): ``` - pip install catboost + pip install thinc ``` -- [Conda](https://anaconda.org/conda-forge/catboost) (📥 1.1M · ⏱️ 19.05.2022): +- [Conda](https://anaconda.org/conda-forge/thinc) (📥 2.8M · ⏱️ 11.05.2024): ``` - conda install -c conda-forge catboost + conda install -c conda-forge thinc ```
-
Flax (🥈28 · ⭐ 3.5K) - Flax是专为.NET设计的用于JAX的神经网络库。Apache-2 jax +
PyFlink (🥈30 · ⭐ 23K) - Apache Flink Python API. Apache-2 -- [GitHub](https://github.com/google/flax) (👨‍💻 170 · 🔀 380 · 📥 42 · 📦 1.3K · 📋 550 - 17% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/apache/flink) (👨‍💻 1.9K · 🔀 12K · 📦 21 · ⏱️ 16.05.2024): ``` - git clone https://github.com/google/flax + git clone https://github.com/apache/flink ``` -- [PyPi](https://pypi.org/project/flax) (📥 310K / month): +- [PyPi](https://pypi.org/project/apache-flink) (📥 77K / month): ``` - pip install flax + pip install apache-flink ```
-
dyNET (🥈28 · ⭐ 3.3K) - DyNet:动态神经网络工具包。Apache-2 +
Ludwig (🥈30 · ⭐ 11K) - Ludwig is a toolbox that allows to train and evaluate deep.. Apache-2 -- [GitHub](https://github.com/clab/dynet) (👨‍💻 160 · 🔀 670 · 📥 6.9K · 📦 220 · 📋 920 - 27% open · ⏱️ 14.08.2022): +- [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 160 · 🔀 1.1K · 📦 250 · 📋 1.1K - 28% open · ⏱️ 29.04.2024): ``` - git clone https://github.com/clab/dynet + git clone https://github.com/ludwig-ai/ludwig ``` -- [PyPi](https://pypi.org/project/dyNET) (📥 20K / month): +- [PyPi](https://pypi.org/project/ludwig) (📥 4.3K / month): ``` - pip install dyNET + pip install ludwig ```
-
PyFlink (🥉27 · ⭐ 20K) - Apache Flink Python API。Apache-2 +
Ignite (🥈30 · ⭐ 4.5K) - High-level library to help with training and evaluating neural.. BSD-3 -- [GitHub](https://github.com/apache/flink) (👨‍💻 1.6K · 🔀 11K · ⏱️ 26.08.2022): +- [GitHub](https://github.com/pytorch/ignite) (👨‍💻 210 · 🔀 600 · 📦 2.9K · 📋 1.4K - 8% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/apache/flink + git clone https://github.com/pytorch/ignite ``` -- [PyPi](https://pypi.org/project/apache-flink) (📥 54K / month): +- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 300K / month): ``` - pip install apache-flink + pip install pytorch-ignite + ``` +- [Conda](https://anaconda.org/pytorch/ignite) (📥 180K · ⏱️ 01.04.2024): + ``` + conda install -c pytorch ignite ```
-
TFlearn (🥉27 · ⭐ 9.6K · 💀) - 深度学习库,基于TensorFlow构建上层简单易用的API。❗Unlicensed +
Chainer (🥉29 · ⭐ 5.9K · 💀) - A flexible framework of neural networks for deep learning. MIT -- [GitHub](https://github.com/tflearn/tflearn) (👨‍💻 130 · 🔀 2.3K · 📦 4.1K · 📋 910 - 60% open · ⏱️ 30.11.2020): +- [GitHub](https://github.com/chainer/chainer) (👨‍💻 320 · 🔀 1.3K · 📦 3.2K · 📋 2K - 0% open · ⏱️ 17.10.2022): ``` - git clone https://github.com/tflearn/tflearn + git clone https://github.com/chainer/chainer ``` -- [PyPi](https://pypi.org/project/tflearn) (📥 16K / month): +- [PyPi](https://pypi.org/project/chainer) (📥 20K / month): ``` - pip install tflearn + pip install chainer ```
-
Sonnet (🥉27 · ⭐ 9.4K) - 基于TensorFlow的神经网络库。Apache-2 +
Sonnet (🥉28 · ⭐ 9.7K) - TensorFlow-based neural network library. Apache-2 -- [GitHub](https://github.com/deepmind/sonnet) (👨‍💻 54 · 🔀 1.2K · 📦 900 · 📋 180 - 14% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/google-deepmind/sonnet) (👨‍💻 59 · 🔀 1.3K · 📦 1.3K · 📋 190 - 16% open · ⏱️ 08.04.2024): ``` git clone https://github.com/deepmind/sonnet ``` -- [PyPi](https://pypi.org/project/dm-sonnet) (📥 24K / month): +- [PyPi](https://pypi.org/project/dm-sonnet) (📥 31K / month): ``` pip install dm-sonnet ``` -- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 16K · ⏱️ 14.11.2020): +- [Conda](https://anaconda.org/conda-forge/sonnet) (📥 28K · ⏱️ 16.06.2023): ``` conda install -c conda-forge sonnet ```
-
Ludwig (🥉27 · ⭐ 8.5K) - 路德维希(Ludwig)是一个工具箱,可用于深度学习训练和评估。Apache-2 - -- [GitHub](https://github.com/ludwig-ai/ludwig) (👨‍💻 130 · 🔀 960 · 📦 130 · 📋 820 - 23% open · ⏱️ 25.08.2022): - - ``` - git clone https://github.com/ludwig-ai/ludwig - ``` -- [PyPi](https://pypi.org/project/ludwig) (📥 1.8K / month): - ``` - pip install ludwig - ``` -
-
tensorpack (🥉27 · ⭐ 6.2K) - TensorFlow上的神经网络训练接口。Apache-2 +
Vowpal Wabbit (🥉28 · ⭐ 8.4K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 -- [GitHub](https://github.com/tensorpack/tensorpack) (👨‍💻 58 · 🔀 1.8K · 📥 140 · 📦 1.1K · 📋 1.3K - 0% open · ⏱️ 04.05.2022): +- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (👨‍💻 340 · 🔀 1.9K · 📋 1.3K - 10% open · ⏱️ 09.05.2024): ``` - git clone https://github.com/tensorpack/tensorpack + git clone https://github.com/VowpalWabbit/vowpal_wabbit ``` -- [PyPi](https://pypi.org/project/tensorpack) (📥 19K / month): +- [PyPi](https://pypi.org/project/vowpalwabbit) (📥 86K / month): ``` - pip install tensorpack + pip install vowpalwabbit ```
-
skorch (🥉26 · ⭐ 4.6K) - 封装成scikit-learn接口模式的神经网络库。BSD-3 +
skorch (🥉28 · ⭐ 5.6K) - A scikit-learn compatible neural network library that wraps.. BSD-3 -- [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 50 · 🔀 310 · 📦 550 · 📋 440 - 9% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/skorch-dev/skorch) (👨‍💻 62 · 🔀 380 · 📦 1.2K · 📋 510 - 10% open · ⏱️ 25.04.2024): ``` git clone https://github.com/skorch-dev/skorch ``` -- [PyPi](https://pypi.org/project/skorch) (📥 31K / month): +- [PyPi](https://pypi.org/project/skorch) (📥 160K / month): ``` pip install skorch ``` -- [Conda](https://anaconda.org/conda-forge/skorch) (📥 610K · ⏱️ 30.11.2021): +- [Conda](https://anaconda.org/conda-forge/skorch) (📥 780K · ⏱️ 06.09.2023): ``` conda install -c conda-forge skorch ```
-
Ignite (🥉26 · ⭐ 4K) - 用于训练和评估神经等一系列操作的高级深度学习工具库。BSD-3 - -- [GitHub](https://github.com/pytorch/ignite) (👨‍💻 180 · 🔀 540 · 📋 1.1K - 10% open · ⏱️ 25.08.2022): - - ``` - git clone https://github.com/pytorch/ignite - ``` -- [PyPi](https://pypi.org/project/pytorch-ignite) (📥 150K / month): - ``` - pip install pytorch-ignite - ``` -- [Conda](https://anaconda.org/pytorch/ignite) (📥 99K · ⏱️ 04.05.2022): - ``` - conda install -c pytorch ignite - ``` -
-
ktrain (🥉26 · ⭐ 1K) - ktrain是一个Python库,可以使深度学习和AI更简单。Apache-2 +
dyNET (🥉28 · ⭐ 3.4K) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 -- [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 15 · 🔀 240 · 📦 330 · 📋 420 - 0% open · ⏱️ 04.08.2022): +- [GitHub](https://github.com/clab/dynet) (👨‍💻 160 · 🔀 670 · 📥 16K · 📦 260 · 📋 930 - 28% open · ⏱️ 08.11.2023): ``` - git clone https://github.com/amaiya/ktrain + git clone https://github.com/clab/dynet ``` -- [PyPi](https://pypi.org/project/ktrain) (📥 20K / month): +- [PyPi](https://pypi.org/project/dyNET) (📥 340K / month): ``` - pip install ktrain + pip install dyNET ```
-
Turi Create (🥉25 · ⭐ 11K · 💤) - Turi Create简化了自定义机器学习的开发。BSD-3 +
TFlearn (🥉27 · ⭐ 9.6K · 💀) - Deep learning library featuring a higher-level API for.. ❗Unlicensed -- [GitHub](https://github.com/apple/turicreate) (👨‍💻 85 · 🔀 1.1K · 📥 6.8K · 📦 320 · 📋 1.8K - 27% open · ⏱️ 29.11.2021): +- [GitHub](https://github.com/tflearn/tflearn) (👨‍💻 130 · 🔀 2.3K · 📦 4.9K · 📋 920 - 60% open · ⏱️ 30.11.2020): ``` - git clone https://github.com/apple/turicreate + git clone https://github.com/tflearn/tflearn ``` -- [PyPi](https://pypi.org/project/turicreate) (📥 20K / month): +- [PyPi](https://pypi.org/project/tflearn) (📥 6.9K / month): ``` - pip install turicreate + pip install tflearn ```
-
xLearn (🥉25 · ⭐ 3K) - 高性能,易于使用且可扩展的机器学习(ML)工具库。Apache-2 +
tensorpack (🥉27 · ⭐ 6.3K · 💤) - A Neural Net Training Interface on TensorFlow, with.. Apache-2 -- [GitHub](https://github.com/aksnzhy/xlearn) (👨‍💻 30 · 🔀 510 · 📥 3.4K · 📦 93 · 📋 300 - 61% open · ⏱️ 05.06.2022): +- [GitHub](https://github.com/tensorpack/tensorpack) (👨‍💻 58 · 🔀 1.8K · 📥 170 · 📦 1.5K · 📋 1.4K - 0% open · ⏱️ 06.08.2023): ``` - git clone https://github.com/aksnzhy/xlearn + git clone https://github.com/tensorpack/tensorpack ``` -- [PyPi](https://pypi.org/project/xlearn) (📥 5.2K / month): +- [PyPi](https://pypi.org/project/tensorpack) (📥 14K / month): ``` - pip install xlearn + pip install tensorpack ```
-
NuPIC (🥉24 · ⭐ 6.3K · 💀) - Numenta智能计算平台。❗️AGPL-3.0 +
ktrain (🥉27 · ⭐ 1.2K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2 -- [GitHub](https://github.com/numenta/nupic) (👨‍💻 120 · 🔀 1.6K · 📦 110 · 📋 1.8K - 25% open · ⏱️ 23.10.2019): +- [GitHub](https://github.com/amaiya/ktrain) (👨‍💻 16 · 🔀 260 · 📦 520 · 📋 490 - 0% open · ⏱️ 05.04.2024): ``` - git clone https://github.com/numenta/nupic + git clone https://github.com/amaiya/ktrain ``` -- [PyPi](https://pypi.org/project/nupic) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/ktrain) (📥 11K / month): ``` - pip install nupic + pip install ktrain ```
-
fklearn (🥉24 · ⭐ 1.4K) - fklearn:机器学习工具库。Apache-2 +
Turi Create (🥉25 · ⭐ 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3 -- [GitHub](https://github.com/nubank/fklearn) (👨‍💻 47 · 🔀 160 · 📦 13 · 📋 48 - 54% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/apple/turicreate) (👨‍💻 86 · 🔀 1.1K · 📥 9.9K · 📦 370 · 📋 1.8K - 27% open · ⏱️ 29.11.2021): ``` - git clone https://github.com/nubank/fklearn + git clone https://github.com/apple/turicreate ``` -- [PyPi](https://pypi.org/project/fklearn) (📥 12K / month): +- [PyPi](https://pypi.org/project/turicreate) (📥 19K / month): ``` - pip install fklearn + pip install turicreate ```
-
tensorflow-upstream (🥉24 · ⭐ 610) - TensorFlow ROCm端口。Apache-2 +
NuPIC (🥉23 · ⭐ 6.3K · 💤) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0 -- [GitHub](https://github.com/ROCmSoftwarePlatform/tensorflow-upstream) (👨‍💻 4.1K · 🔀 71 · 📥 20 · 📋 330 - 16% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/numenta/nupic-legacy) (👨‍💻 120 · 🔀 1.5K · 📥 8 · 📦 21 · 📋 1.8K - 25% open · ⏱️ 31.08.2023): ``` - git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream + git clone https://github.com/numenta/nupic ``` -- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/nupic) (📥 2.3K / month): ``` - pip install tensorflow-rocm + pip install nupic ```
-
mlpack (🥉23 · ⭐ 4.1K) - mlpack:可扩展的C++机器学习库-。❗Unlicensed +
mlpack (🥉23 · ⭐ 4.8K) - mlpack: a scalable C++ machine learning library --. ❗Unlicensed -- [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 290 · 🔀 1.4K · 📋 1.4K - 2% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/mlpack/mlpack) (👨‍💻 320 · 🔀 1.6K · 📋 1.6K - 0% open · ⏱️ 16.05.2024): ``` git clone https://github.com/mlpack/mlpack ``` -- [PyPi](https://pypi.org/project/mlpack) (📥 630 / month): +- [PyPi](https://pypi.org/project/mlpack) (📥 4.2K / month): ``` pip install mlpack ``` -- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 110K · ⏱️ 09.11.2021): +- [Conda](https://anaconda.org/conda-forge/mlpack) (📥 180K · ⏱️ 29.11.2023): ``` conda install -c conda-forge mlpack ```
-
Neural Network Libraries (🥉23 · ⭐ 2.6K) - 神经网络工具库。Apache-2 +
xLearn (🥉23 · ⭐ 3.1K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 -- [GitHub](https://github.com/sony/nnabla) (👨‍💻 67 · 🔀 310 · 📥 540 · 📋 72 - 31% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/aksnzhy/xlearn) (👨‍💻 30 · 🔀 510 · 📥 4.6K · 📦 130 · 📋 300 - 61% open · ⏱️ 05.06.2022): ``` - git clone https://github.com/sony/nnabla + git clone https://github.com/aksnzhy/xlearn ``` -- [PyPi](https://pypi.org/project/nnabla) (📥 2.8K / month): +- [PyPi](https://pypi.org/project/xlearn) (📥 930 / month): ``` - pip install nnabla + pip install xlearn ```
-
Neural Tangents (🥉23 · ⭐ 1.8K) - Python中的快速简便的无限神经网络。Apache-2 +
Neural Network Libraries (🥉23 · ⭐ 2.7K) - Neural Network Libraries. Apache-2 -- [GitHub](https://github.com/google/neural-tangents) (👨‍💻 23 · 🔀 200 · 📥 240 · 📦 47 · 📋 120 - 34% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/sony/nnabla) (👨‍💻 76 · 🔀 330 · 📥 920 · 📋 82 - 26% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/google/neural-tangents + git clone https://github.com/sony/nnabla ``` -- [PyPi](https://pypi.org/project/neural-tangents) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/nnabla) (📥 3.4K / month): ``` - pip install neural-tangents + pip install nnabla ```
-
CNTK (🥉22 · ⭐ 17K · 💀) - Microsoft认知工具包(CNTK),一种开源的深度学习工具包。❗Unlicensed +
Neural Tangents (🥉23 · ⭐ 2.2K) - Fast and Easy Infinite Neural Networks in Python. Apache-2 -- [GitHub](https://github.com/microsoft/CNTK) (👨‍💻 270 · 🔀 4.3K · 📥 14K · 📋 3.3K - 22% open · ⏱️ 31.03.2020): +- [GitHub](https://github.com/google/neural-tangents) (👨‍💻 29 · 🔀 220 · 📥 380 · 📦 100 · 📋 150 - 37% open · ⏱️ 01.03.2024): ``` - git clone https://github.com/microsoft/CNTK + git clone https://github.com/google/neural-tangents ``` -- [PyPi](https://pypi.org/project/cntk) (📥 730 / month): +- [PyPi](https://pypi.org/project/neural-tangents) (📥 2.9K / month): ``` - pip install cntk + pip install neural-tangents ```
-
Lasagne (🥉22 · ⭐ 3.8K · 💀) - 轻量级的库,用于在Theano中构建和训练神经网络。❗Unlicensed +
Lasagne (🥉22 · ⭐ 3.8K · 💀) - Lightweight library to build and train neural networks in.. ❗Unlicensed -- [GitHub](https://github.com/Lasagne/Lasagne) (👨‍💻 72 · 🔀 930 · 📦 920 · 📋 520 - 22% open · ⏱️ 20.11.2019): +- [GitHub](https://github.com/Lasagne/Lasagne) (👨‍💻 72 · 🔀 920 · 📦 1K · 📋 520 - 22% open · ⏱️ 20.11.2019): ``` git clone https://github.com/Lasagne/Lasagne ``` -- [PyPi](https://pypi.org/project/lasagne) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/lasagne) (📥 2.6K / month): ``` pip install lasagne ```
-
SHOGUN (🥉22 · ⭐ 2.9K · 💀) - 统一高效的机器学习。BSD-3 +
SHOGUN (🥉22 · ⭐ 3K) - Unified and efficient Machine Learning. BSD-3 -- [GitHub](https://github.com/shogun-toolbox/shogun) (👨‍💻 250 · 🔀 1K · 📋 1.5K - 27% open · ⏱️ 08.12.2020): +- [GitHub](https://github.com/shogun-toolbox/shogun) (👨‍💻 250 · 🔀 1K · 📋 1.5K - 27% open · ⏱️ 19.12.2023): ``` git clone https://github.com/shogun-toolbox/shogun ``` -- [Conda](https://anaconda.org/conda-forge/shogun) (📥 120K · ⏱️ 25.06.2018): +- [Conda](https://anaconda.org/conda-forge/shogun) (📥 130K · ⏱️ 16.06.2023): ``` conda install -c conda-forge shogun ``` @@ -679,129 +643,165 @@ _通用机器学习和深度学习框架。_ docker pull shogun/shogun ```
-
NeuPy (🥉22 · ⭐ 710 · 💀) - NeuPy是一个基于Tensorflow的python库,用于原型设计和构建。MIT +
Haiku (🥉22 · ⭐ 2.8K) - JAX-based neural network library. Apache-2 + +- [GitHub](https://github.com/google-deepmind/dm-haiku) (👨‍💻 81 · 🔀 230 · 📦 1.9K · 📋 250 - 29% open · ⏱️ 15.05.2024): + + ``` + git clone https://github.com/deepmind/dm-haiku + ``` +
+
fklearn (🥉22 · ⭐ 1.5K) - fklearn: Functional Machine Learning. Apache-2 + +- [GitHub](https://github.com/nubank/fklearn) (👨‍💻 54 · 🔀 160 · 📦 13 · 📋 50 - 50% open · ⏱️ 08.11.2023): + + ``` + git clone https://github.com/nubank/fklearn + ``` +- [PyPi](https://pypi.org/project/fklearn) (📥 720 / month): + ``` + pip install fklearn + ``` +
+
NeuPy (🥉22 · ⭐ 740 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT -- [GitHub](https://github.com/itdxer/neupy) (👨‍💻 7 · 🔀 150 · 📦 130 · 📋 270 - 12% open · ⏱️ 02.09.2019): +- [GitHub](https://github.com/itdxer/neupy) (👨‍💻 8 · 🔀 160 · 📦 170 · 📋 270 - 12% open · ⏱️ 03.01.2023): ``` git clone https://github.com/itdxer/neupy ``` -- [PyPi](https://pypi.org/project/neupy) (📥 3.5K / month): +- [PyPi](https://pypi.org/project/neupy) (📥 5.1K / month): ``` pip install neupy ```
-
Haiku (🥉21 · ⭐ 2.1K) - 基于JAX的神经网络库。Apache-2 +
MindsDB (🥉21 · ⭐ 21K) - Predictive AI layer for existing databases. ❗Unlicensed -- [GitHub](https://github.com/deepmind/dm-haiku) (👨‍💻 63 · 🔀 170 · 📦 540 · 📋 180 - 26% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/mindsdb/mindsdb) (👨‍💻 830 · 🔀 2.7K · 📋 3.8K - 9% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/deepmind/dm-haiku + git clone https://github.com/mindsdb/mindsdb + ``` +- [PyPi](https://pypi.org/project/mindsdb) (📥 22K / month): + ``` + pip install mindsdb + ``` +
+
CNTK (🥉21 · ⭐ 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning.. ❗Unlicensed + +- [GitHub](https://github.com/microsoft/CNTK) (👨‍💻 280 · 🔀 4.2K · 📥 15K · 📦 2 · 📋 3.3K - 22% open · ⏱️ 23.09.2022): + + ``` + git clone https://github.com/microsoft/CNTK + ``` +- [PyPi](https://pypi.org/project/cntk) (📥 530 / month): + ``` + pip install cntk ```
-
mace (🥉20 · ⭐ 4.7K) - MACE是针对移动设备优化的深度学习推理框架。Apache-2 +
mace (🥉20 · ⭐ 4.9K) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 -- [GitHub](https://github.com/XiaoMi/mace) (👨‍💻 64 · 🔀 790 · 📥 1.4K · 📋 660 - 7% open · ⏱️ 30.05.2022): +- [GitHub](https://github.com/XiaoMi/mace) (👨‍💻 69 · 🔀 810 · 📥 1.5K · 📋 680 - 8% open · ⏱️ 11.03.2024): ``` git clone https://github.com/XiaoMi/mace ```
-
Objax (🥉20 · ⭐ 720) - Objax是加速研究与应用的开源深度学习框架。Apache-2 jax +
ThunderSVM (🥉20 · ⭐ 1.5K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 -- [GitHub](https://github.com/google/objax) (👨‍💻 23 · 🔀 60 · 📦 25 · 📋 98 - 38% open · ⏱️ 12.07.2022): +- [GitHub](https://github.com/Xtra-Computing/thundersvm) (👨‍💻 37 · 🔀 210 · 📥 2.8K · 📋 230 - 34% open · ⏱️ 01.04.2024): ``` - git clone https://github.com/google/objax + git clone https://github.com/Xtra-Computing/thundersvm ``` -- [PyPi](https://pypi.org/project/objax) (📥 440 / month): +- [PyPi](https://pypi.org/project/thundersvm) (📥 810 / month): ``` - pip install objax + pip install thundersvm ```
-
MindsDB (🥉19 · ⭐ 9.7K) - 为各种现有数据库提供预测性AI层。❗️GPL-3.0 +
Objax (🥉20 · ⭐ 760) - Objax is a machine learning framework that provides an Object.. Apache-2 jax -- [GitHub](https://github.com/mindsdb/mindsdb) (👨‍💻 130 · 🔀 1K · 📋 1.2K - 11% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/google/objax) (👨‍💻 26 · 🔀 73 · 📦 53 · 📋 100 - 39% open · ⏱️ 27.01.2024): ``` - git clone https://github.com/mindsdb/mindsdb + git clone https://github.com/google/objax ``` -- [PyPi](https://pypi.org/project/mindsdb) (📥 2.9K / month): +- [PyPi](https://pypi.org/project/objax) (📥 650 / month): ``` - pip install mindsdb + pip install objax ```
-
neon (🥉19 · ⭐ 3.9K · 💀) - 英特尔Nervana深度学习框架。Apache-2 +
Torchbearer (🥉20 · ⭐ 630) - torchbearer: A model fitting library for PyTorch. MIT -- [GitHub](https://github.com/NervanaSystems/neon) (👨‍💻 110 · 🔀 800 · 📥 340 · 📋 390 - 21% open · ⏱️ 22.05.2019): +- [GitHub](https://github.com/pytorchbearer/torchbearer) (👨‍💻 14 · 🔀 66 · 📦 87 · 📋 250 - 4% open · ⏱️ 04.12.2023): ``` - git clone https://github.com/NervanaSystems/neon + git clone https://github.com/pytorchbearer/torchbearer ``` -- [PyPi](https://pypi.org/project/nervananeon) (📥 32 / month): +- [PyPi](https://pypi.org/project/torchbearer) (📥 780 / month): ``` - pip install nervananeon + pip install torchbearer ```
-
ThunderSVM (🥉19 · ⭐ 1.4K) - ThunderSVM:在GPU和CPU上的快速SVM库。Apache-2 +
neon (🥉19 · ⭐ 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2 -- [GitHub](https://github.com/Xtra-Computing/thundersvm) (👨‍💻 34 · 🔀 190 · 📥 2.5K · 📋 210 - 29% open · ⏱️ 09.04.2022): +- [GitHub](https://github.com/NervanaSystems/neon) (👨‍💻 110 · 🔀 800 · 📥 380 · 📋 390 - 21% open · ⏱️ 22.05.2019): ``` - git clone https://github.com/Xtra-Computing/thundersvm + git clone https://github.com/NervanaSystems/neon ``` -- [PyPi](https://pypi.org/project/thundersvm) (📥 350 / month): +- [PyPi](https://pypi.org/project/nervananeon) (📥 120 / month): ``` - pip install thundersvm + pip install nervananeon ```
-
Torchbearer (🥉19 · ⭐ 630 · 💀) - torchbearer:PyTorch的模型拟合库。MIT +
tensorflow-upstream (🥉19 · ⭐ 680) - TensorFlow ROCm port. Apache-2 -- [GitHub](https://github.com/pytorchbearer/torchbearer) (👨‍💻 13 · 🔀 66 · 📦 64 · 📋 250 - 4% open · ⏱️ 26.03.2021): +- [GitHub](https://github.com/ROCm/tensorflow-upstream) (👨‍💻 4.6K · 🔀 89 · 📥 21 · 📋 370 - 23% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/pytorchbearer/torchbearer + git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream ``` -- [PyPi](https://pypi.org/project/torchbearer) (📥 700 / month): +- [PyPi](https://pypi.org/project/tensorflow-rocm) (📥 5.3K / month): ``` - pip install torchbearer + pip install tensorflow-rocm ```
-
elegy (🥉18 · ⭐ 400) - Elegy是Jax的与框架无关的Trainer工具。MIT jax +
elegy (🥉19 · ⭐ 460 · 💀) - Elegy is a framework-agnostic Trainer interface for the Jax.. MIT jax -- [GitHub](https://github.com/poets-ai/elegy) (👨‍💻 17 · 🔀 26 · 📋 100 - 34% open · ⏱️ 23.05.2022): +- [GitHub](https://github.com/poets-ai/elegy) (👨‍💻 18 · 🔀 32 · 📦 48 · 📋 100 - 37% open · ⏱️ 23.05.2022): ``` git clone https://github.com/poets-ai/elegy ``` -- [PyPi](https://pypi.org/project/elegy) (📥 1K / month): +- [PyPi](https://pypi.org/project/elegy) (📥 460 / month): ``` pip install elegy ```
-
ThunderGBM (🥉17 · ⭐ 640) - ThunderGBM:GPU上的快速GBDT和随机森林。Apache-2 +
NeoML (🥉16 · ⭐ 760) - Machine learning framework for both deep learning and traditional.. Apache-2 -- [GitHub](https://github.com/Xtra-Computing/thundergbm) (👨‍💻 10 · 🔀 82 · 📋 74 - 50% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 37 · 🔀 120 · 📋 65 - 23% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/Xtra-Computing/thundergbm - ``` -- [PyPi](https://pypi.org/project/thundergbm) (📥 240 / month): - ``` - pip install thundergbm + git clone https://github.com/neoml-lib/neoml ```
-
NeoML (🥉15 · ⭐ 690) - neoml是可以用于深度学习和传统机器学习的工具库。Apache-2 +
ThunderGBM (🥉16 · ⭐ 690) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 -- [GitHub](https://github.com/neoml-lib/neoml) (👨‍💻 32 · 🔀 110 · 📋 62 - 22% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/Xtra-Computing/thundergbm) (👨‍💻 12 · 🔀 81 · 📦 2 · 📋 81 - 48% open · ⏱️ 29.01.2024): ``` - git clone https://github.com/neoml-lib/neoml + git clone https://github.com/Xtra-Computing/thundergbm + ``` +- [PyPi](https://pypi.org/project/thundergbm) (📥 280 / month): + ``` + pip install thundergbm ```
-
StarSpace (🥉12 · ⭐ 3.8K · 💀) - 学习embedding嵌入用于分类,检索和排序。MIT +
StarSpace (🥉12 · ⭐ 3.9K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT -- [GitHub](https://github.com/facebookresearch/StarSpace) (👨‍💻 17 · 🔀 510 · 📋 200 - 24% open · ⏱️ 13.12.2019): +- [GitHub](https://github.com/facebookresearch/StarSpace) (👨‍💻 17 · 🔀 520 · 📋 200 - 25% open · ⏱️ 13.12.2019): ``` git clone https://github.com/facebookresearch/StarSpace @@ -809,1556 +809,1548 @@ _通用机器学习和深度学习框架。_

-## 数据可视化 +## Data Visualization -Back to top +Back to top -_通用和特定于任务的数据可视化库。_ +_General-purpose and task-specific data visualization libraries._ -
Matplotlib (🥇36 · ⭐ 16K) - matplotlib:Python绘图工具库。❗Unlicensed +
Seaborn (🥇39 · ⭐ 12K · 📈) - Statistical data visualization using matplotlib. BSD-3 -- [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.4K · 🔀 6.3K · 📦 610K · 📋 8.8K - 17% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 210 · 🔀 1.8K · 📥 390 · 📦 410K · 📋 2.5K - 5% open · ⏱️ 25.04.2024): ``` - git clone https://github.com/matplotlib/matplotlib + git clone https://github.com/mwaskom/seaborn ``` -- [PyPi](https://pypi.org/project/matplotlib) (📥 28M / month): +- [PyPi](https://pypi.org/project/seaborn) (📥 17M / month): ``` - pip install matplotlib + pip install seaborn ``` -- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 13M · ⏱️ 25.08.2022): +- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 8.7M · ⏱️ 30.04.2024): ``` - conda install -c conda-forge matplotlib + conda install -c conda-forge seaborn ```
-
pandas-profiling (🥇33 · ⭐ 9.4K) - 从pandas DataFrame创建HTML分析报告。MIT +
Plotly (🥇38 · ⭐ 15K) - The interactive graphing library for Python (includes Plotly Express). MIT -- [GitHub](https://github.com/ydataai/pandas-profiling) (👨‍💻 92 · 🔀 1.3K · 📦 8.8K · 📋 580 - 19% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 260 · 🔀 2.5K · 📦 270K · 📋 2.8K - 50% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/pandas-profiling/pandas-profiling + git clone https://github.com/plotly/plotly.py ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (📥 1.2M / month): +- [PyPi](https://pypi.org/project/plotly) (📥 16M / month): ``` - pip install pandas-profiling + pip install plotly ``` -- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 270K · ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/conda-forge/plotly) (📥 5.8M · ⏱️ 04.05.2024): ``` - conda install -c conda-forge pandas-profiling + conda install -c conda-forge plotly + ``` +- [NPM](https://www.npmjs.com/package/plotlywidget) (📥 10K / month): + ``` + npm install plotlywidget ```
-
Altair (🥇33 · ⭐ 7.7K) - 用于Python的声明式统计可视化库。BSD-3 +
dash (🥇36 · ⭐ 21K) - Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript.. MIT -- [GitHub](https://github.com/altair-viz/altair) (👨‍💻 140 · 🔀 650 · 📦 32K · 📋 1.6K - 13% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/plotly/dash) (👨‍💻 150 · 🔀 2K · 📥 72 · 📦 63K · 📋 1.7K - 46% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/altair-viz/altair + git clone https://github.com/plotly/dash ``` -- [PyPi](https://pypi.org/project/altair) (📥 7.3M / month): +- [PyPi](https://pypi.org/project/dash) (📥 2.9M / month): ``` - pip install altair + pip install dash ``` -- [Conda](https://anaconda.org/conda-forge/altair) (📥 1.3M · ⏱️ 29.12.2021): +- [Conda](https://anaconda.org/conda-forge/dash) (📥 1.3M · ⏱️ 04.05.2024): ``` - conda install -c conda-forge altair + conda install -c conda-forge dash ```
-
dash (🥇32 · ⭐ 17K) - 适用于Python,R,Julia和Jupyter的分析型Web应用程序。MIT +
Matplotlib (🥇36 · ⭐ 19K) - matplotlib: plotting with Python. ❗Unlicensed -- [GitHub](https://github.com/plotly/dash) (👨‍💻 120 · 🔀 1.7K · 📦 220 · 📋 1.3K - 47% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/matplotlib/matplotlib) (👨‍💻 1.7K · 🔀 7.3K · 📦 1.2M · 📋 10K - 11% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/plotly/dash + git clone https://github.com/matplotlib/matplotlib ``` -- [PyPi](https://pypi.org/project/dash) (📥 1M / month): +- [PyPi](https://pypi.org/project/matplotlib) (📥 63M / month): ``` - pip install dash + pip install matplotlib ``` -- [Conda](https://anaconda.org/conda-forge/dash) (📥 590K · ⏱️ 03.08.2022): +- [Conda](https://anaconda.org/conda-forge/matplotlib) (📥 24M · ⏱️ 06.05.2024): ``` - conda install -c conda-forge dash + conda install -c conda-forge matplotlib ```
-
Plotly (🥇32 · ⭐ 12K) - 适用于Python的交互式图形库(包括Plotly Express)。MIT +
Altair (🥇34 · ⭐ 9K) - Declarative statistical visualization library for Python. BSD-3 -- [GitHub](https://github.com/plotly/plotly.py) (👨‍💻 200 · 🔀 2.1K · 📦 12 · 📋 2.4K - 49% open · ⏱️ 11.08.2022): +- [GitHub](https://github.com/vega/altair) (👨‍💻 160 · 🔀 730 · 📥 120 · 📦 130K · 📋 1.9K - 8% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/plotly/plotly.py - ``` -- [PyPi](https://pypi.org/project/plotly) (📥 8.6M / month): - ``` - pip install plotly + git clone https://github.com/altair-viz/altair ``` -- [Conda](https://anaconda.org/conda-forge/plotly) (📥 3M · ⏱️ 14.08.2022): +- [PyPi](https://pypi.org/project/altair) (📥 24M / month): ``` - conda install -c conda-forge plotly + pip install altair ``` -- [NPM](https://www.npmjs.com/package/plotlywidget) (📥 46K / month): +- [Conda](https://anaconda.org/conda-forge/altair) (📥 2.2M · ⏱️ 30.03.2024): ``` - npm install plotlywidget + conda install -c conda-forge altair ```
-
UMAP (🥇32 · ⭐ 5.7K) - 均匀流形逼近和投影。BSD-3 +
Bokeh (🥈33 · ⭐ 19K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 100 · 🔀 630 · 📦 6K · 📋 640 - 52% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 690 · 🔀 4.1K · 📦 88K · 📋 7.6K - 9% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/lmcinnes/umap + git clone https://github.com/bokeh/bokeh ``` -- [PyPi](https://pypi.org/project/umap-learn) (📥 650K / month): +- [PyPi](https://pypi.org/project/bokeh) (📥 5.2M / month): ``` - pip install umap-learn + pip install bokeh + ``` +- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 14M · ⏱️ 12.04.2024): + ``` + conda install -c conda-forge bokeh ```
-
Graphviz (🥈30 · ⭐ 1.3K) - Graphviz的简单Python界面。MIT +
pyecharts (🥈33 · ⭐ 14K) - Python Echarts Plotting Library. MIT -- [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 19 · 🔀 180 · 📦 34K · 📋 140 - 4% open · ⏱️ 27.07.2022): +- [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 42 · 🔀 2.8K · 📥 45 · 📦 4.1K · 📋 1.9K - 0% open · ⏱️ 03.03.2024): ``` - git clone https://github.com/xflr6/graphviz + git clone https://github.com/pyecharts/pyecharts ``` -- [PyPi](https://pypi.org/project/graphviz) (📥 10M / month): +- [PyPi](https://pypi.org/project/pyecharts) (📥 180K / month): ``` - pip install graphviz + pip install pyecharts ```
-
Seaborn (🥈29 · ⭐ 9.7K · 📉) - 使用matplotlib进行统计数据可视化。BSD-3 +
pandas-profiling (🥈33 · ⭐ 12K) - Create HTML profiling reports from pandas DataFrame.. MIT -- [GitHub](https://github.com/mwaskom/seaborn) (👨‍💻 170 · 🔀 1.6K · 📥 230 · 📋 2.1K - 4% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 120 · 🔀 1.6K · 📥 96 · 📦 3.1K · 📋 780 - 27% open · ⏱️ 07.05.2024): ``` - git clone https://github.com/mwaskom/seaborn + git clone https://github.com/pandas-profiling/pandas-profiling ``` -- [PyPi](https://pypi.org/project/seaborn) (📥 7.6M / month): +- [PyPi](https://pypi.org/project/pandas-profiling) (📥 760K / month): ``` - pip install seaborn + pip install pandas-profiling ``` -- [Conda](https://anaconda.org/conda-forge/seaborn) (📥 4.5M · ⏱️ 16.08.2021): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 430K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge seaborn + conda install -c conda-forge pandas-profiling ```
-
datashader (🥈29 · ⭐ 2.8K) - 快速准确地渲染大数据。BSD-3 +
Graphviz (🥈31 · ⭐ 1.6K) - Simple Python interface for Graphviz. MIT -- [GitHub](https://github.com/holoviz/datashader) (👨‍💻 49 · 🔀 340 · 📦 1.3K · 📋 500 - 23% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/xflr6/graphviz) (👨‍💻 22 · 🔀 210 · 📦 66K · 📋 180 - 5% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/holoviz/datashader - ``` -- [PyPi](https://pypi.org/project/datashader) (📥 42K / month): - ``` - pip install datashader + git clone https://github.com/xflr6/graphviz ``` -- [Conda](https://anaconda.org/conda-forge/datashader) (📥 370K · ⏱️ 10.08.2022): +- [PyPi](https://pypi.org/project/graphviz) (📥 11M / month): ``` - conda install -c conda-forge datashader + pip install graphviz ```
-
Bokeh (🥈28 · ⭐ 17K) - 浏览器中的Python交互式数据可视化。BSD-3 +
plotnine (🥈29 · ⭐ 3.8K) - A grammar of graphics for Python. MIT -- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 610 · 🔀 3.9K · 📦 150 · 📋 7K - 9% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 110 · 🔀 200 · 📦 7.6K · 📋 630 - 10% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/bokeh/bokeh + git clone https://github.com/has2k1/plotnine ``` -- [PyPi](https://pypi.org/project/bokeh) (📥 3.7M / month): +- [PyPi](https://pypi.org/project/plotnine) (📥 3.1M / month): ``` - pip install bokeh + pip install plotnine ``` -- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 8.3M · ⏱️ 15.08.2022): +- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 360K · ⏱️ 10.05.2024): ``` - conda install -c conda-forge bokeh + conda install -c conda-forge plotnine ```
-
pyecharts (🥈28 · ⭐ 13K) - Python Echarts绘图库。MIT +
PyQtGraph (🥈29 · ⭐ 3.7K) - Fast data visualization and GUI tools for scientific /.. ❗Unlicensed -- [GitHub](https://github.com/pyecharts/pyecharts) (👨‍💻 30 · 🔀 2.7K · 📦 2.4K · 📋 1.6K - 1% open · ⏱️ 25.04.2022): +- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 280 · 🔀 1K · 📦 9.5K · 📋 1.2K - 28% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/pyecharts/pyecharts + git clone https://github.com/pyqtgraph/pyqtgraph ``` -- [PyPi](https://pypi.org/project/pyecharts) (📥 44K / month): +- [PyPi](https://pypi.org/project/pyqtgraph) (📥 230K / month): ``` - pip install pyecharts + pip install pyqtgraph + ``` +- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 530K · ⏱️ 02.05.2024): + ``` + conda install -c conda-forge pyqtgraph ```
-
missingno (🥈28 · ⭐ 3.3K) - 在缺失值和混乱数据下,用于数据可视化的python模块。MIT +
HoloViews (🥈29 · ⭐ 2.6K) - With Holoviews, your data visualizes itself. BSD-3 -- [GitHub](https://github.com/ResidentMario/missingno) (👨‍💻 17 · 🔀 410 · 📦 8.3K · 📋 120 - 6% open · ⏱️ 27.02.2022): +- [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 140 · 🔀 390 · 📦 10K · 📋 3.2K - 32% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/ResidentMario/missingno + git clone https://github.com/holoviz/holoviews ``` -- [PyPi](https://pypi.org/project/missingno) (📥 1M / month): +- [PyPi](https://pypi.org/project/holoviews) (📥 440K / month): ``` - pip install missingno + pip install holoviews ``` -- [Conda](https://anaconda.org/conda-forge/missingno) (📥 210K · ⏱️ 15.02.2020): +- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 1.6M · ⏱️ 12.02.2024): ``` - conda install -c conda-forge missingno + conda install -c conda-forge holoviews + ``` +- [NPM](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 260 / month): + ``` + npm install @pyviz/jupyterlab_pyviz ```
-
D-Tale (🥈27 · ⭐ 3.6K) - pandas数据结构的可视化工具。❗️LGPL-2.1 +
D-Tale (🥈28 · ⭐ 4.6K) - Visualizer for pandas data structures. ❗️LGPL-2.1 -- [GitHub](https://github.com/man-group/dtale) (👨‍💻 27 · 🔀 290 · 📦 460 · 📋 470 - 8% open · ⏱️ 07.08.2022): +- [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 380 · 📦 1.1K · 📋 570 - 10% open · ⏱️ 30.04.2024): ``` git clone https://github.com/man-group/dtale ``` -- [PyPi](https://pypi.org/project/dtale) (📥 100K / month): +- [PyPi](https://pypi.org/project/dtale) (📥 56K / month): ``` pip install dtale ``` -- [Conda](https://anaconda.org/conda-forge/dtale) (📥 150K · ⏱️ 07.08.2022): +- [Conda](https://anaconda.org/conda-forge/dtale) (📥 280K · ⏱️ 30.04.2024): ``` conda install -c conda-forge dtale ```
-
bqplot (🥈27 · ⭐ 3.3K) - 用于IPython / Jupyter笔记本的绘图库。Apache-2 +
missingno (🥈28 · ⭐ 3.8K · 💀) - Missing data visualization module for Python. MIT -- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 59 · 🔀 440 · 📦 34 · 📋 570 - 36% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/ResidentMario/missingno) (👨‍💻 18 · 🔀 500 · 📦 16K · 📋 130 - 9% open · ⏱️ 26.02.2023): ``` - git clone https://github.com/bqplot/bqplot - ``` -- [PyPi](https://pypi.org/project/bqplot) (📥 81K / month): - ``` - pip install bqplot + git clone https://github.com/ResidentMario/missingno ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1M · ⏱️ 22.08.2022): +- [PyPi](https://pypi.org/project/missingno) (📥 270K / month): ``` - conda install -c conda-forge bqplot + pip install missingno ``` -- [NPM](https://www.npmjs.com/package/bqplot) (📥 9.3K / month): +- [Conda](https://anaconda.org/conda-forge/missingno) (📥 330K · ⏱️ 02.03.2024): ``` - npm install bqplot + conda install -c conda-forge missingno ```
-
data-validation (🥈27 · ⭐ 660) - 用于探索和验证机器学习的库。Apache-2 +
bqplot (🥈28 · ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 24 · 🔀 130 · 📥 370 · 📦 540 · 📋 150 - 16% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 64 · 🔀 450 · 📦 55 · 📋 590 - 37% open · ⏱️ 25.03.2024): ``` - git clone https://github.com/tensorflow/data-validation + git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 1.1M / month): +- [PyPi](https://pypi.org/project/bqplot) (📥 120K / month): ``` - pip install tensorflow-data-validation + pip install bqplot + ``` +- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.3M · ⏱️ 19.02.2024): + ``` + conda install -c conda-forge bqplot + ``` +- [NPM](https://www.npmjs.com/package/bqplot) (📥 3.2K / month): + ``` + npm install bqplot ```
-
hvPlot (🥈27 · ⭐ 620) - 用于构建的pandas,dask,xarray和networkx的高级绘图API。BSD-3 +
datashader (🥈28 · ⭐ 3.2K) - Quickly and accurately render even the largest data. BSD-3 -- [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 37 · 🔀 73 · 📦 1.6K · 📋 480 - 37% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/holoviz/datashader) (👨‍💻 55 · 🔀 360 · 📦 4.1K · 📋 580 - 22% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/holoviz/hvplot + git clone https://github.com/holoviz/datashader ``` -- [PyPi](https://pypi.org/project/hvplot) (📥 160K / month): +- [PyPi](https://pypi.org/project/datashader) (📥 110K / month): ``` - pip install hvplot + pip install datashader ``` -- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 210K · ⏱️ 09.05.2022): +- [Conda](https://anaconda.org/conda-forge/datashader) (📥 870K · ⏱️ 23.04.2024): ``` - conda install -c conda-forge hvplot + conda install -c conda-forge datashader ```
-
wordcloud (🥈26 · ⭐ 8.9K) - Python中的词云生成器。MIT +
PyVista (🥈28 · ⭐ 2.4K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT -- [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 65 · 🔀 2.2K · 📋 470 - 20% open · ⏱️ 27.06.2022): +- [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 160 · 🔀 430 · 📥 800 · 📦 2.9K · 📋 1.6K - 31% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/amueller/word_cloud + git clone https://github.com/pyvista/pyvista ``` -- [PyPi](https://pypi.org/project/wordcloud) (📥 690K / month): +- [PyPi](https://pypi.org/project/pyvista) (📥 270K / month): ``` - pip install wordcloud + pip install pyvista ``` -- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 310K · ⏱️ 25.08.2022): +- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 470K · ⏱️ 14.05.2024): ``` - conda install -c conda-forge wordcloud + conda install -c conda-forge pyvista ```
-
Cufflinks (🥈26 · ⭐ 2.6K · 💀) - Plotly + Pandas的生产力工具。MIT +
data-validation (🥈28 · ⭐ 750) - Library for exploring and validating machine learning.. Apache-2 -- [GitHub](https://github.com/santosjorge/cufflinks) (👨‍💻 38 · 🔀 600 · 📦 6.5K · 📋 210 - 41% open · ⏱️ 25.02.2021): +- [GitHub](https://github.com/tensorflow/data-validation) (👨‍💻 26 · 🔀 160 · 📥 650 · 📦 890 · 📋 170 - 14% open · ⏱️ 08.05.2024): ``` - git clone https://github.com/santosjorge/cufflinks + git clone https://github.com/tensorflow/data-validation ``` -- [PyPi](https://pypi.org/project/cufflinks) (📥 310K / month): +- [PyPi](https://pypi.org/project/tensorflow-data-validation) (📥 190K / month): ``` - pip install cufflinks + pip install tensorflow-data-validation ```
-
HoloViews (🥈26 · ⭐ 2.3K) - 使用Holoviews,您的数据可以可视化。BSD-3 +
wordcloud (🥈27 · ⭐ 10K) - A little word cloud generator in Python. MIT -- [GitHub](https://github.com/holoviz/holoviews) (👨‍💻 120 · 🔀 350 · 📋 2.8K - 31% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/amueller/word_cloud) (👨‍💻 72 · 🔀 2.3K · 📦 21 · 📋 510 - 18% open · ⏱️ 09.12.2023): ``` - git clone https://github.com/holoviz/holoviews - ``` -- [PyPi](https://pypi.org/project/holoviews) (📥 380K / month): - ``` - pip install holoviews + git clone https://github.com/amueller/word_cloud ``` -- [Conda](https://anaconda.org/conda-forge/holoviews) (📥 850K · ⏱️ 07.07.2022): +- [PyPi](https://pypi.org/project/wordcloud) (📥 1.9M / month): ``` - conda install -c conda-forge holoviews + pip install wordcloud ``` -- [NPM](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (📥 840 / month): +- [Conda](https://anaconda.org/conda-forge/wordcloud) (📥 480K · ⏱️ 19.03.2024): ``` - npm install @pyviz/jupyterlab_pyviz + conda install -c conda-forge wordcloud ```
-
PyVista (🥈26 · ⭐ 1.4K) - 通过简化的界面进行3D绘图和网格分析。MIT +
Perspective (🥈27 · ⭐ 7.6K) - Streaming pivot visualization via WebAssembly. Apache-2 -- [GitHub](https://github.com/pyvista/pyvista) (👨‍💻 100 · 🔀 280 · 📥 660 · 📦 900 · 📋 920 - 28% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/finos/perspective) (👨‍💻 93 · 🔀 980 · 📥 2.6K · 📦 120 · 📋 740 - 12% open · ⏱️ 04.05.2024): ``` - git clone https://github.com/pyvista/pyvista + git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/pyvista) (📥 46K / month): +- [PyPi](https://pypi.org/project/perspective-python) (📥 5.8K / month): ``` - pip install pyvista + pip install perspective-python ``` -- [Conda](https://anaconda.org/conda-forge/pyvista) (📥 210K · ⏱️ 01.08.2022): +- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 3.6K / month): ``` - conda install -c conda-forge pyvista + npm install @finos/perspective-jupyterlab ```
-
Facets Overview (🥉25 · ⭐ 7K · 💀) - 机器学习数据集的可视化。Apache-2 +
Facets Overview (🥉26 · ⭐ 7.3K · 💤) - Visualizations for machine learning datasets. Apache-2 -- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 28 · 🔀 850 · 📦 130 · 📋 150 - 50% open · ⏱️ 06.05.2021): +- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 31 · 🔀 880 · 📦 240 · 📋 160 - 49% open · ⏱️ 24.05.2023): ``` git clone https://github.com/pair-code/facets ``` -- [PyPi](https://pypi.org/project/facets-overview) (📥 300K / month): +- [PyPi](https://pypi.org/project/facets-overview) (📥 280K / month): ``` pip install facets-overview ```
-
Chartify (🥉25 · ⭐ 3.2K · 💀) - Python库,使数据科学家可以轻松创建。Apache-2 +
FiftyOne (🥉26 · ⭐ 6.8K) - Visualize, create, and debug image and video datasets.. Apache-2 -- [GitHub](https://github.com/spotify/chartify) (👨‍💻 21 · 🔀 280 · 📦 65 · 📋 72 - 56% open · ⏱️ 05.02.2021): +- [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 120 · 🔀 500 · 📦 570 · 📋 1.4K - 30% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/spotify/chartify - ``` -- [PyPi](https://pypi.org/project/chartify) (📥 10K / month): - ``` - pip install chartify + git clone https://github.com/voxel51/fiftyone ``` -- [Conda](https://anaconda.org/conda-forge/chartify) (📥 21K · ⏱️ 07.11.2020): +- [PyPi](https://pypi.org/project/fiftyone) (📥 62K / month): ``` - conda install -c conda-forge chartify + pip install fiftyone ```
-
VisPy (🥉24 · ⭐ 2.9K) - 高性能交互式2D / 3D数据可视化库。❗Unlicensed +
VisPy (🥉26 · ⭐ 3.2K) - High-performance interactive 2D/3D data visualization library. ❗Unlicensed -- [GitHub](https://github.com/vispy/vispy) (👨‍💻 180 · 🔀 580 · 📦 820 · 📋 1.3K - 20% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/vispy/vispy) (👨‍💻 190 · 🔀 610 · 📦 1.5K · 📋 1.4K - 21% open · ⏱️ 13.05.2024): ``` git clone https://github.com/vispy/vispy ``` -- [PyPi](https://pypi.org/project/vispy) (📥 51K / month): +- [PyPi](https://pypi.org/project/vispy) (📥 95K / month): ``` pip install vispy ``` -- [Conda](https://anaconda.org/conda-forge/vispy) (📥 270K · ⏱️ 05.07.2022): +- [Conda](https://anaconda.org/conda-forge/vispy) (📥 490K · ⏱️ 15.03.2024): ``` conda install -c conda-forge vispy ``` -- [NPM](https://www.npmjs.com/package/vispy) (📥 10 / month): +- [NPM](https://www.npmjs.com/package/vispy) (📥 9 / month): ``` npm install vispy ```
-
HyperTools (🥉24 · ⭐ 1.7K) - 一个Python工具箱,用于获得对高维的几何洞察力。MIT - -- [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 21 · 🔀 150 · 📥 20 · 📦 210 · 📋 190 - 35% open · ⏱️ 12.02.2022): - - ``` - git clone https://github.com/ContextLab/hypertools - ``` -- [PyPi](https://pypi.org/project/hypertools) (📥 550 / month): - ``` - pip install hypertools - ``` -
-
pythreejs (🥉24 · ⭐ 830) - Jupyter-Three.js桥。❗Unlicensed +
Cufflinks (🥉26 · ⭐ 3K · 💀) - Productivity Tools for Plotly + Pandas. MIT -- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 170 · 📦 21 · 📋 220 - 23% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/santosjorge/cufflinks) (👨‍💻 38 · 🔀 650 · 📦 11K · 📋 210 - 42% open · ⏱️ 25.02.2021): ``` - git clone https://github.com/jupyter-widgets/pythreejs - ``` -- [PyPi](https://pypi.org/project/pythreejs) (📥 64K / month): - ``` - pip install pythreejs - ``` -- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 410K · ⏱️ 25.08.2022): - ``` - conda install -c conda-forge pythreejs + git clone https://github.com/santosjorge/cufflinks ``` -- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 4.6K / month): +- [PyPi](https://pypi.org/project/cufflinks) (📥 67K / month): ``` - npm install jupyter-threejs + pip install cufflinks ```
-
PyQtGraph (🥉23 · ⭐ 2.9K) - 用于科学/工程的快速数据可视化和GUI工具。❗Unlicensed +
hvPlot (🥉26 · ⭐ 960) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3 -- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (👨‍💻 230 · 🔀 930 · 📋 1K - 31% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/holoviz/hvplot) (👨‍💻 46 · 🔀 99 · 📦 5K · 📋 750 - 43% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/pyqtgraph/pyqtgraph + git clone https://github.com/holoviz/hvplot ``` -- [PyPi](https://pypi.org/project/pyqtgraph) (📥 100K / month): +- [PyPi](https://pypi.org/project/hvplot) (📥 210K / month): ``` - pip install pyqtgraph + pip install hvplot ``` -- [Conda](https://anaconda.org/conda-forge/pyqtgraph) (📥 280K · ⏱️ 05.03.2022): +- [Conda](https://anaconda.org/conda-forge/hvplot) (📥 570K · ⏱️ 07.05.2024): ``` - conda install -c conda-forge pyqtgraph + conda install -c conda-forge hvplot ```
-
FiftyOne (🥉23 · ⭐ 1.8K) - 可视化,创建和调试图像和视频数据集。Apache-2 +
UMAP (🥉25 · ⭐ 7K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 -- [GitHub](https://github.com/voxel51/fiftyone) (👨‍💻 46 · 🔀 220 · 📦 160 · 📋 890 - 31% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/lmcinnes/umap) (👨‍💻 130 · 🔀 740 · 📦 1 · 📋 770 - 56% open · ⏱️ 25.04.2024): ``` - git clone https://github.com/voxel51/fiftyone + git clone https://github.com/lmcinnes/umap ``` -- [PyPi](https://pypi.org/project/fiftyone) (📥 21K / month): +- [PyPi](https://pypi.org/project/umap-learn) (📥 1.3M / month): ``` - pip install fiftyone + pip install umap-learn ```
-
openTSNE (🥉23 · ⭐ 1K) - t-SNE的可扩展并行实现。BSD-3 +
Chartify (🥉25 · ⭐ 3.5K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2 -- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 10 · 🔀 120 · 📦 380 · 📋 110 - 5% open · ⏱️ 18.03.2022): +- [GitHub](https://github.com/spotify/chartify) (👨‍💻 25 · 🔀 310 · 📦 76 · 📋 75 - 57% open · ⏱️ 12.10.2023): ``` - git clone https://github.com/pavlin-policar/openTSNE + git clone https://github.com/spotify/chartify ``` -- [PyPi](https://pypi.org/project/opentsne) (📥 21K / month): +- [PyPi](https://pypi.org/project/chartify) (📥 20K / month): ``` - pip install opentsne + pip install chartify ``` -- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 150K · ⏱️ 27.05.2022): +- [Conda](https://anaconda.org/conda-forge/chartify) (📥 30K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge opentsne + conda install -c conda-forge chartify ```
-
python-ternary (🥉23 · ⭐ 580) - 带有matplotlib的python三元绘图库。MIT +
Sweetviz (🥉25 · ⭐ 2.8K) - Visualize and compare datasets, target values and associations, with one.. MIT -- [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 27 · 🔀 140 · 📥 18 · 📦 100 · 📋 130 - 25% open · ⏱️ 27.02.2022): +- [GitHub](https://github.com/fbdesignpro/sweetviz) (👨‍💻 11 · 🔀 260 · 📦 2.2K · 📋 130 - 27% open · ⏱️ 29.11.2023): ``` - git clone https://github.com/marcharper/python-ternary - ``` -- [PyPi](https://pypi.org/project/python-ternary) (📥 27K / month): - ``` - pip install python-ternary + git clone https://github.com/fbdesignpro/sweetviz ``` -- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 66K · ⏱️ 17.02.2021): +- [PyPi](https://pypi.org/project/sweetviz) (📥 69K / month): ``` - conda install -c conda-forge python-ternary + pip install sweetviz ```
-
Sweetviz (🥉22 · ⭐ 2.1K) - 可视化和比较数据集,目标值和相关性。MIT +
HyperTools (🥉25 · ⭐ 1.8K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT -- [GitHub](https://github.com/fbdesignpro/sweetviz) (👨‍💻 6 · 🔀 210 · 📋 100 - 28% open · ⏱️ 08.06.2022): +- [GitHub](https://github.com/ContextLab/hypertools) (👨‍💻 22 · 🔀 160 · 📥 34 · 📦 410 · 📋 200 - 33% open · ⏱️ 19.03.2024): ``` - git clone https://github.com/fbdesignpro/sweetviz + git clone https://github.com/ContextLab/hypertools ``` -- [PyPi](https://pypi.org/project/sweetviz) (📥 64K / month): +- [PyPi](https://pypi.org/project/hypertools) (📥 940 / month): ``` - pip install sweetviz + pip install hypertools ```
-
lets-plot (🥉22 · ⭐ 780) - 一个用于统计数据的开源绘图库。MIT +
lets-plot (🥉25 · ⭐ 1.5K) - An open-source plotting library for statistical data. MIT -- [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 17 · 🔀 34 · 📥 300 · 📦 17 · 📋 270 - 27% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/JetBrains/lets-plot) (👨‍💻 20 · 🔀 45 · 📥 660 · 📦 75 · 📋 560 - 24% open · ⏱️ 16.05.2024): ``` git clone https://github.com/JetBrains/lets-plot ``` -- [PyPi](https://pypi.org/project/lets-plot) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/lets-plot) (📥 25K / month): ``` pip install lets-plot ```
-
PDPbox (🥉22 · ⭐ 700 · 💀) - python部分依赖图工具箱。MIT +
openTSNE (🥉25 · ⭐ 1.4K) - Extensible, parallel implementations of t-SNE. BSD-3 -- [GitHub](https://github.com/SauceCat/PDPbox) (👨‍💻 7 · 🔀 110 · 📦 510 · 📋 60 - 36% open · ⏱️ 14.03.2021): +- [GitHub](https://github.com/pavlin-policar/openTSNE) (👨‍💻 11 · 🔀 150 · 📦 790 · 📋 130 - 3% open · ⏱️ 08.05.2024): ``` - git clone https://github.com/SauceCat/PDPbox + git clone https://github.com/pavlin-policar/openTSNE ``` -- [PyPi](https://pypi.org/project/pdpbox) (📥 34K / month): +- [PyPi](https://pypi.org/project/opentsne) (📥 29K / month): ``` - pip install pdpbox + pip install opentsne ``` -- [Conda](https://anaconda.org/conda-forge/pdpbox) (📥 13K · ⏱️ 14.03.2021): +- [Conda](https://anaconda.org/conda-forge/opentsne) (📥 250K · ⏱️ 29.11.2023): ``` - conda install -c conda-forge pdpbox + conda install -c conda-forge opentsne ```
-
Perspective (🥉21 · ⭐ 4.8K) - 通过WebAssembly进行流式透视显示。Apache-2 +
python-ternary (🥉24 · ⭐ 700) - Ternary plotting library for python with matplotlib. MIT -- [GitHub](https://github.com/finos/perspective) (👨‍💻 72 · 🔀 490 · 📦 4 · 📋 540 - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/marcharper/python-ternary) (👨‍💻 27 · 🔀 150 · 📥 25 · 📦 170 · 📋 140 - 21% open · ⏱️ 07.03.2024): ``` - git clone https://github.com/finos/perspective + git clone https://github.com/marcharper/python-ternary ``` -- [PyPi](https://pypi.org/project/perspective-python) (📥 3K / month): +- [PyPi](https://pypi.org/project/python-ternary) (📥 38K / month): ``` - pip install perspective-python + pip install python-ternary ``` -- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 1.4K / month): +- [Conda](https://anaconda.org/conda-forge/python-ternary) (📥 81K · ⏱️ 16.06.2023): ``` - npm install @finos/perspective-jupyterlab + conda install -c conda-forge python-ternary ```
-
plotnine (🥉21 · ⭐ 3.2K) - Python的图形语法。MIT +
AutoViz (🥉23 · ⭐ 1.6K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2 -- [GitHub](https://github.com/has2k1/plotnine) (👨‍💻 96 · 🔀 170 · 📋 500 - 13% open · ⏱️ 01.07.2022): +- [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 17 · 🔀 190 · 📦 680 · 📋 90 - 1% open · ⏱️ 29.04.2024): ``` - git clone https://github.com/has2k1/plotnine - ``` -- [PyPi](https://pypi.org/project/plotnine) (📥 350K / month): - ``` - pip install plotnine + git clone https://github.com/AutoViML/AutoViz ``` -- [Conda](https://anaconda.org/conda-forge/plotnine) (📥 190K · ⏱️ 02.07.2022): +- [PyPi](https://pypi.org/project/autoviz) (📥 35K / month): ``` - conda install -c conda-forge plotnine + pip install autoviz ```
-
Multicore-TSNE (🥉21 · ⭐ 1.7K · 💀) - 使用Python和Torch并行执行t-SNE。BSD-3 +
Pandas-Bokeh (🥉23 · ⭐ 880 · 💀) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT -- [GitHub](https://github.com/DmitryUlyanov/Multicore-TSNE) (👨‍💻 15 · 🔀 200 · 📦 310 · 📋 58 - 63% open · ⏱️ 19.08.2020): +- [GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh) (👨‍💻 15 · 🔀 110 · 📦 600 · 📋 100 - 33% open · ⏱️ 06.03.2023): ``` - git clone https://github.com/DmitryUlyanov/Multicore-TSNE - ``` -- [PyPi](https://pypi.org/project/MulticoreTSNE) (📥 19K / month): - ``` - pip install MulticoreTSNE + git clone https://github.com/PatrikHlobil/Pandas-Bokeh ``` -- [Conda](https://anaconda.org/conda-forge/multicore-tsne) (📥 18K · ⏱️ 09.11.2021): +- [PyPi](https://pypi.org/project/pandas-bokeh) (📥 23K / month): ``` - conda install -c conda-forge multicore-tsne + pip install pandas-bokeh ```
-
AutoViz (🥉20 · ⭐ 890) - 自动显示任意行的任何大小的任何数据集。Apache-2 +
pythreejs (🥉22 · ⭐ 930 · 💀) - A Jupyter - Three.js bridge. ❗Unlicensed -- [GitHub](https://github.com/AutoViML/AutoViz) (👨‍💻 12 · 🔀 120 · 📦 240 · 📋 59 - 5% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 180 · 📦 30 · 📋 240 - 25% open · ⏱️ 20.02.2023): ``` - git clone https://github.com/AutoViML/AutoViz + git clone https://github.com/jupyter-widgets/pythreejs ``` -- [PyPi](https://pypi.org/project/autoviz) (📥 52K / month): +- [PyPi](https://pypi.org/project/pythreejs) (📥 77K / month): ``` - pip install autoviz + pip install pythreejs + ``` +- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 540K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pythreejs + ``` +- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 2.8K / month): + ``` + npm install jupyter-threejs ```
-
PyWaffle (🥉20 · ⭐ 500) - 用Python作图。MIT +
HiPlot (🥉21 · ⭐ 2.7K · 💤) - HiPlot makes understanding high dimensional data easy. MIT -- [GitHub](https://github.com/gyli/PyWaffle) (👨‍💻 6 · 🔀 92 · 📦 150 · 📋 18 - 22% open · ⏱️ 08.06.2022): +- [GitHub](https://github.com/facebookresearch/hiplot) (👨‍💻 9 · 🔀 140 · 📦 400 · 📋 89 - 17% open · ⏱️ 19.07.2023): ``` - git clone https://github.com/gyli/PyWaffle + git clone https://github.com/facebookresearch/hiplot ``` -- [PyPi](https://pypi.org/project/pywaffle) (📥 8.3K / month): +- [PyPi](https://pypi.org/project/hiplot) (📥 21K / month): ``` - pip install pywaffle + pip install hiplot + ``` +- [Conda](https://anaconda.org/conda-forge/hiplot) (📥 180K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge hiplot ```
-
PandasGUI (🥉19 · ⭐ 2.7K) - pandas Dataframe的GUI。❗️MIT-0 +
joypy (🥉21 · ⭐ 540 · 💀) - Joyplots in Python with matplotlib & pandas. MIT -- [GitHub](https://github.com/adamerose/PandasGUI) (👨‍💻 13 · 🔀 180 · 📦 170 · 📋 160 - 27% open · ⏱️ 16.03.2022): +- [GitHub](https://github.com/leotac/joypy) (👨‍💻 8 · 🔀 57 · 📦 380 · 📋 51 - 27% open · ⏱️ 19.12.2021): ``` - git clone https://github.com/adamerose/pandasgui + git clone https://github.com/sbebo/joypy ``` -- [PyPi](https://pypi.org/project/pandasgui) (📥 3.7K / month): +- [PyPi](https://pypi.org/project/joypy) (📥 14K / month): ``` - pip install pandasgui + pip install joypy + ``` +- [Conda](https://anaconda.org/conda-forge/joypy) (📥 26K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge joypy ```
-
HiPlot (🥉19 · ⭐ 2.3K) - HiPlot使理解高维数据变得容易。MIT +
PandasGUI (🥉20 · ⭐ 3.1K) - A GUI for Pandas DataFrames. ❗️MIT-0 -- [GitHub](https://github.com/facebookresearch/hiplot) (👨‍💻 8 · 🔀 120 · 📦 5 · 📋 80 - 15% open · ⏱️ 05.07.2022): +- [GitHub](https://github.com/adamerose/PandasGUI) (👨‍💻 15 · 🔀 220 · 📦 380 · 📋 200 - 37% open · ⏱️ 07.12.2023): ``` - git clone https://github.com/facebookresearch/hiplot - ``` -- [PyPi](https://pypi.org/project/hiplot) (📥 27K / month): - ``` - pip install hiplot + git clone https://github.com/adamerose/pandasgui ``` -- [Conda](https://anaconda.org/conda-forge/hiplot) (📥 98K · ⏱️ 31.05.2022): +- [PyPi](https://pypi.org/project/pandasgui) (📥 3.4K / month): ``` - conda install -c conda-forge hiplot + pip install pandasgui ```
-
pivottablejs (🥉19 · ⭐ 470 · 💀) - Jupyter/IPython的Dragndrop数据透视表和图表。❗Unlicensed +
pivottablejs (🥉20 · ⭐ 670 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. ❗Unlicensed -- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 62 · 📦 260 · 📋 58 - 29% open · ⏱️ 04.12.2018): +- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 87 · 📦 430 · 📋 64 - 35% open · ⏱️ 04.12.2018): ``` git clone https://github.com/nicolaskruchten/jupyter_pivottablejs ``` -- [PyPi](https://pypi.org/project/pivottablejs) (📥 14K / month): +- [PyPi](https://pypi.org/project/pivottablejs) (📥 41K / month): ``` pip install pivottablejs ```
-
joypy (🥉19 · ⭐ 440 · 💤) - 带有matplotlib和pandas的Python中的Joyplots。MIT +
vega (🥉20 · ⭐ 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 -- [GitHub](https://github.com/leotac/joypy) (👨‍💻 6 · 🔀 47 · 📦 190 · 📋 47 - 21% open · ⏱️ 19.12.2021): +- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 15 · 🔀 62 · 📦 4 · 📋 100 - 10% open · ⏱️ 01.05.2024): ``` - git clone https://github.com/sbebo/joypy + git clone https://github.com/vega/ipyvega ``` -- [PyPi](https://pypi.org/project/joypy) (📥 13K / month): +- [PyPi](https://pypi.org/project/vega) (📥 17K / month): ``` - pip install joypy + pip install vega ``` -- [Conda](https://anaconda.org/conda-forge/joypy) (📥 15K · ⏱️ 28.12.2020): +- [Conda](https://anaconda.org/conda-forge/vega) (📥 590K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge joypy + conda install -c conda-forge vega ```
-
ivis (🥉19 · ⭐ 280) - 使用算法对非常大的数据集进行降维。Apache-2 +
PyWaffle (🥉19 · ⭐ 570 · 💀) - Make Waffle Charts in Python. MIT -- [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 35 · 📦 26 · 📋 57 - 5% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/gyli/PyWaffle) (👨‍💻 6 · 🔀 100 · 📦 360 · 📋 21 - 23% open · ⏱️ 08.06.2022): ``` - git clone https://github.com/beringresearch/ivis + git clone https://github.com/gyli/PyWaffle ``` -- [PyPi](https://pypi.org/project/ivis) (📥 330 / month): +- [PyPi](https://pypi.org/project/pywaffle) (📥 7.4K / month): ``` - pip install ivis + pip install pywaffle ```
-
Pandas-Bokeh (🥉18 · ⭐ 800) - pandas和GeoPandas的Bokeh绘图后端。MIT +
animatplot (🥉19 · ⭐ 400 · 💀) - A python package for animating plots build on matplotlib. MIT -- [GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh) (👨‍💻 14 · 🔀 100 · 📋 98 - 31% open · ⏱️ 25.03.2022): +- [GitHub](https://github.com/t-makaro/animatplot) (👨‍💻 7 · 🔀 38 · 📦 58 · 📋 32 - 46% open · ⏱️ 05.10.2020): ``` - git clone https://github.com/PatrikHlobil/Pandas-Bokeh + git clone https://github.com/t-makaro/animatplot ``` -- [PyPi](https://pypi.org/project/pandas-bokeh) (📥 14K / month): +- [PyPi](https://pypi.org/project/animatplot) (📥 210 / month): ``` - pip install pandas-bokeh + pip install animatplot + ``` +- [Conda](https://anaconda.org/conda-forge/animatplot) (📥 13K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge animatplot ```
-
animatplot (🥉18 · ⭐ 400 · 💀) - 用于在patpliblib上构建动画图的python程序包。MIT +
Multicore-TSNE (🥉18 · ⭐ 1.9K) - Parallel t-SNE implementation with Python and Torch.. ❗Unlicensed -- [GitHub](https://github.com/t-makaro/animatplot) (👨‍💻 7 · 🔀 34 · 📦 35 · 📋 30 - 43% open · ⏱️ 05.10.2020): +- [GitHub](https://github.com/DmitryUlyanov/Multicore-TSNE) (👨‍💻 18 · 🔀 200 · 📦 450 · 📋 63 - 61% open · ⏱️ 06.02.2024): ``` - git clone https://github.com/t-makaro/animatplot + git clone https://github.com/DmitryUlyanov/Multicore-TSNE ``` -- [PyPi](https://pypi.org/project/animatplot) (📥 260 / month): +- [PyPi](https://pypi.org/project/MulticoreTSNE) (📥 2.4K / month): ``` - pip install animatplot + pip install MulticoreTSNE ``` -- [Conda](https://anaconda.org/conda-forge/animatplot) (📥 9K · ⏱️ 06.10.2020): +- [Conda](https://anaconda.org/conda-forge/multicore-tsne) (📥 35K · ⏱️ 11.10.2023): ``` - conda install -c conda-forge animatplot + conda install -c conda-forge multicore-tsne ```
-
vega (🥉18 · ⭐ 330) - 适用于Vega和Vega-Lite的IPython/Jupyter笔记本模块。BSD-3 +
PDPbox (🥉18 · ⭐ 820 · 💤) - python partial dependence plot toolbox. MIT -- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 11 · 🔀 55 · 📋 95 - 13% open · ⏱️ 01.08.2022): +- [GitHub](https://github.com/SauceCat/PDPbox) (👨‍💻 7 · 🔀 130 · 📋 67 - 41% open · ⏱️ 05.06.2023): ``` - git clone https://github.com/vega/ipyvega + git clone https://github.com/SauceCat/PDPbox ``` -- [PyPi](https://pypi.org/project/vega) (📥 7.3K / month): +- [PyPi](https://pypi.org/project/pdpbox) (📥 23K / month): ``` - pip install vega + pip install pdpbox ``` -- [Conda](https://anaconda.org/conda-forge/vega) (📥 500K · ⏱️ 10.02.2022): +- [Conda](https://anaconda.org/conda-forge/pdpbox) (📥 20K · ⏱️ 10.06.2023): ``` - conda install -c conda-forge vega + conda install -c conda-forge pdpbox ```
-
pdvega (🥉16 · ⭐ 340 · 💀) - 使用Vega-Lite交互式绘制pandas数据图。MIT +
ivis (🥉18 · ⭐ 320) - Dimensionality reduction in very large datasets using Siamese.. Apache-2 -- [GitHub](https://github.com/altair-viz/pdvega) (👨‍💻 9 · 🔀 31 · 📦 67 · 📋 26 - 61% open · ⏱️ 29.03.2019): +- [GitHub](https://github.com/beringresearch/ivis) (👨‍💻 10 · 🔀 43 · 📦 31 · 📋 60 - 6% open · ⏱️ 09.11.2023): ``` - git clone https://github.com/altair-viz/pdvega + git clone https://github.com/beringresearch/ivis ``` -- [PyPi](https://pypi.org/project/pdvega) (📥 56 / month): +- [PyPi](https://pypi.org/project/ivis) (📥 1.5K / month): ``` - pip install pdvega + pip install ivis ```
-
data-describe (🥉14 · ⭐ 290 · 💤) - 数据描述:Pythonic EDA数据科学加速器。❗Unlicensed +
pdvega (🥉16 · ⭐ 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT -- [GitHub](https://github.com/data-describe/data-describe) (👨‍💻 14 · 🔀 18 · 📋 240 - 28% open · ⏱️ 19.11.2021): +- [GitHub](https://github.com/altair-viz/pdvega) (👨‍💻 9 · 🔀 32 · 📦 87 · 📋 26 - 61% open · ⏱️ 29.03.2019): ``` - git clone https://github.com/data-describe/data-describe + git clone https://github.com/altair-viz/pdvega ``` -- [PyPi](https://pypi.org/project/data-describe) (📥 2.6K / month): +- [PyPi](https://pypi.org/project/pdvega) (📥 76 / month): ``` - pip install data-describe + pip install pdvega ```
-
nx-altair (🥉14 · ⭐ 200 · 💀) - 使用Altair绘制交互式NetworkX图形。MIT +
nx-altair (🥉13 · ⭐ 220 · 💀) - Draw interactive NetworkX graphs with Altair. MIT -- [GitHub](https://github.com/Zsailer/nx_altair) (👨‍💻 3 · 🔀 23 · 📋 10 - 60% open · ⏱️ 02.06.2020): +- [GitHub](https://github.com/Zsailer/nx_altair) (👨‍💻 3 · 🔀 28 · 📋 10 - 60% open · ⏱️ 02.06.2020): ``` git clone https://github.com/Zsailer/nx_altair ``` -- [PyPi](https://pypi.org/project/nx-altair) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/nx-altair) (📥 970 / month): ``` pip install nx-altair ```
-
nptsne (🥉11 · ⭐ 29 · 💀) - nptsne是numpy兼容的python二进制包。Apache-2 +
data-describe (🥉12 · ⭐ 300 · 💀) - datadescribe: Pythonic EDA Accelerator for Data.. ❗Unlicensed -- [GitHub](https://github.com/biovault/nptsne) (👨‍💻 3 · 🔀 2 · 📦 4 · 📋 13 - 53% open · ⏱️ 03.02.2021): +- [GitHub](https://github.com/data-describe/data-describe) (👨‍💻 13 · 🔀 19 · 📋 240 - 28% open · ⏱️ 19.11.2021): ``` - git clone https://github.com/biovault/nptsne + git clone https://github.com/data-describe/data-describe ``` -- [PyPi](https://pypi.org/project/nptsne) (📥 70 / month): +- [PyPi](https://pypi.org/project/data-describe) (📥 700 / month): ``` - pip install nptsne + pip install data-describe ```
-
- -## 文本数据和NLP - -Back to top - -_用于处理,清理,处理和分析文本数据的库,以及用于NLP任务的库,例如语言检测,模糊匹配,文本分类,seq2seq学习,智能对话,关键字提取和机器翻译。_ +
nptsne (🥉12 · ⭐ 32 · 💀) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 -
spaCy (🥇38 · ⭐ 24K) - Python中的工业级自然语言处理(NLP)工具包。MIT +- [GitHub](https://github.com/biovault/nptsne) (👨‍💻 3 · 🔀 2 · 📦 6 · 📋 13 - 53% open · ⏱️ 03.02.2021): -- [GitHub](https://github.com/explosion/spaCy) (👨‍💻 700 · 🔀 3.8K · 📥 3.1K · 📦 43K · 📋 5.2K - 1% open · ⏱️ 23.08.2022): - - ``` - git clone https://github.com/explosion/spaCy ``` -- [PyPi](https://pypi.org/project/spacy) (📥 4.7M / month): - ``` - pip install spacy + git clone https://github.com/biovault/nptsne ``` -- [Conda](https://anaconda.org/conda-forge/spacy) (📥 2.8M · ⏱️ 27.07.2022): +- [PyPi](https://pypi.org/project/nptsne) (📥 180 / month): ``` - conda install -c conda-forge spacy + pip install nptsne ```
-
transformers (🥇37 · ⭐ 69K) - transformers:先进的自然语言模型库。Apache-2 +
+ +## Text Data & NLP + +Back to top + +_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._ -- [GitHub](https://github.com/huggingface/transformers) (👨‍💻 1.4K · 🔀 15K · 📥 1.5K · 📦 34K · 📋 9.9K - 4% open · ⏱️ 25.08.2022): +
transformers (🥇39 · ⭐ 130K) - Transformers: State-of-the-art Natural Language.. Apache-2 + +- [GitHub](https://github.com/huggingface/transformers) (👨‍💻 2.6K · 🔀 24K · 📦 170K · 📋 15K - 5% open · ⏱️ 16.05.2024): ``` git clone https://github.com/huggingface/transformers ``` -- [PyPi](https://pypi.org/project/transformers) (📥 6.1M / month): +- [PyPi](https://pypi.org/project/transformers) (📥 28M / month): ``` pip install transformers ``` -- [Conda](https://anaconda.org/conda-forge/transformers) (📥 370K · ⏱️ 25.08.2022): +- [Conda](https://anaconda.org/conda-forge/transformers) (📥 1.7M · ⏱️ 07.05.2024): ``` conda install -c conda-forge transformers ```
-
gensim (🥇36 · ⭐ 13K) - 主题模型工具库。❗️LGPL-2.1 +
spaCy (🥇39 · ⭐ 29K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT -- [GitHub](https://github.com/RaRe-Technologies/gensim) (👨‍💻 430 · 🔀 4K · 📥 3.8K · 📦 36K · 📋 1.8K - 20% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/explosion/spaCy) (👨‍💻 750 · 🔀 4.2K · 📦 88K · 📋 5.6K - 1% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/RaRe-Technologies/gensim + git clone https://github.com/explosion/spaCy ``` -- [PyPi](https://pypi.org/project/gensim) (📥 4.9M / month): +- [PyPi](https://pypi.org/project/spacy) (📥 12M / month): ``` - pip install gensim + pip install spacy ``` -- [Conda](https://anaconda.org/conda-forge/gensim) (📥 860K · ⏱️ 29.07.2022): +- [Conda](https://anaconda.org/conda-forge/spacy) (📥 3.4M · ⏱️ 04.04.2024): ``` - conda install -c conda-forge gensim + conda install -c conda-forge spacy ```
-
sentence-transformers (🥇34 · ⭐ 8.3K) - BERT和XLNet的句子嵌入。Apache-2 +
sentence-transformers (🥇37 · ⭐ 14K) - Sentence Embeddings with BERT & XLNet. Apache-2 -- [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 93 · 🔀 1.6K · 📦 4K · 📋 1.5K - 51% open · ⏱️ 15.08.2022): +- [GitHub](https://github.com/UKPLab/sentence-transformers) (👨‍💻 160 · 🔀 2.3K · 📦 33K · 📋 2K - 52% open · ⏱️ 14.05.2024): ``` git clone https://github.com/UKPLab/sentence-transformers ``` -- [PyPi](https://pypi.org/project/sentence-transformers) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/sentence-transformers) (📥 4.3M / month): ``` pip install sentence-transformers ```
-
AllenNLP (🥇33 · ⭐ 11K) - 基于PyTorch的开源NLP研究库。Apache-2 +
gensim (🥇35 · ⭐ 15K) - Topic Modelling for Humans. ❗️LGPL-2.1 -- [GitHub](https://github.com/allenai/allennlp) (👨‍💻 260 · 🔀 2.1K · 📥 47 · 📦 2.7K · 📋 2.5K - 3% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/piskvorky/gensim) (👨‍💻 450 · 🔀 4.2K · 📥 4.6K · 📦 59K · 📋 1.8K - 20% open · ⏱️ 08.04.2024): ``` - git clone https://github.com/allenai/allennlp + git clone https://github.com/RaRe-Technologies/gensim ``` -- [PyPi](https://pypi.org/project/allennlp) (📥 72K / month): +- [PyPi](https://pypi.org/project/gensim) (📥 5.5M / month): ``` - pip install allennlp + pip install gensim + ``` +- [Conda](https://anaconda.org/conda-forge/gensim) (📥 1.3M · ⏱️ 08.02.2024): + ``` + conda install -c conda-forge gensim ```
-
nltk (🥇33 · ⭐ 11K) - 用于符号和统计自然的库和程序套件。Apache-2 +
sentencepiece (🥇34 · ⭐ 9.6K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- [GitHub](https://github.com/nltk/nltk) (👨‍💻 430 · 🔀 2.5K · 📦 150K · 📋 1.6K - 13% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/google/sentencepiece) (👨‍💻 87 · 🔀 1.1K · 📥 37K · 📦 65K · 📋 720 - 3% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/nltk/nltk + git clone https://github.com/google/sentencepiece ``` -- [PyPi](https://pypi.org/project/nltk) (📥 12M / month): +- [PyPi](https://pypi.org/project/sentencepiece) (📥 22M / month): ``` - pip install nltk + pip install sentencepiece ``` -- [Conda](https://anaconda.org/conda-forge/nltk) (📥 1.4M · ⏱️ 29.12.2021): +- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 790K · ⏱️ 19.03.2024): ``` - conda install -c conda-forge nltk + conda install -c conda-forge sentencepiece ```
-
sentencepiece (🥇33 · ⭐ 6.1K) - 用于基于神经网络的文本的预处理器。Apache-2 +
nltk (🥇33 · ⭐ 13K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 -- [GitHub](https://github.com/google/sentencepiece) (👨‍💻 68 · 🔀 810 · 📥 22K · 📦 17K · 📋 540 - 2% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/nltk/nltk) (👨‍💻 450 · 🔀 2.7K · 📦 270K · 📋 1.8K - 14% open · ⏱️ 05.04.2024): ``` - git clone https://github.com/google/sentencepiece + git clone https://github.com/nltk/nltk ``` -- [PyPi](https://pypi.org/project/sentencepiece) (📥 5.6M / month): +- [PyPi](https://pypi.org/project/nltk) (📥 22M / month): ``` - pip install sentencepiece + pip install nltk ``` -- [Conda](https://anaconda.org/conda-forge/sentencepiece) (📥 220K · ⏱️ 08.04.2022): +- [Conda](https://anaconda.org/conda-forge/nltk) (📥 2.5M · ⏱️ 16.06.2023): ``` - conda install -c conda-forge sentencepiece + conda install -c conda-forge nltk ```
-
ChatterBot (🥇32 · ⭐ 12K · 💀) - ChatterBot是机器学习的对话引擎。BSD-3 +
Tokenizers (🥇33 · ⭐ 8.5K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 100 · 🔀 4K · 📦 4.5K · 📋 1.6K - 19% open · ⏱️ 01.06.2021): +- [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 87 · 🔀 710 · 📥 47 · 📦 77K · 📋 930 - 6% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/gunthercox/ChatterBot + git clone https://github.com/huggingface/tokenizers ``` -- [PyPi](https://pypi.org/project/chatterbot) (📥 71K / month): +- [PyPi](https://pypi.org/project/tokenizers) (📥 26M / month): ``` - pip install chatterbot + pip install tokenizers + ``` +- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 1.6M · ⏱️ 18.04.2024): + ``` + conda install -c conda-forge tokenizers ```
-
fastText (🥇31 · ⭐ 24K) - 用于快速文本表示和分类的库。MIT +
fastText (🥇32 · ⭐ 26K) - Library for fast text representation and classification. MIT -- [GitHub](https://github.com/facebookresearch/fastText) (👨‍💻 59 · 🔀 4.3K · 📦 3.2K · 📋 1K - 41% open · ⏱️ 04.03.2022): +- [GitHub](https://github.com/facebookresearch/fastText) (👨‍💻 68 · 🔀 4.5K · 📦 6K · 📋 1.1K - 43% open · ⏱️ 13.03.2024): ``` git clone https://github.com/facebookresearch/fastText ``` -- [PyPi](https://pypi.org/project/fasttext) (📥 810K / month): +- [PyPi](https://pypi.org/project/fasttext) (📥 1.2M / month): ``` pip install fasttext ``` -- [Conda](https://anaconda.org/conda-forge/fasttext) (📥 36K · ⏱️ 16.04.2022): +- [Conda](https://anaconda.org/conda-forge/fasttext) (📥 79K · ⏱️ 26.09.2023): ``` conda install -c conda-forge fasttext ```
-
TextBlob (🥇31 · ⭐ 8.3K · 💤) - 包含情感分析、词性标注等等功能的NLP工具库。MIT +
TextBlob (🥇32 · ⭐ 9K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT -- [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 35 · 🔀 1K · 📥 100 · 📦 22K · 📋 250 - 37% open · ⏱️ 22.10.2021): +- [GitHub](https://github.com/sloria/TextBlob) (👨‍💻 37 · 🔀 1.1K · 📥 120 · 📦 39K · 📋 260 - 35% open · ⏱️ 07.05.2024): ``` git clone https://github.com/sloria/TextBlob ``` -- [PyPi](https://pypi.org/project/textblob) (📥 860K / month): +- [PyPi](https://pypi.org/project/textblob) (📥 1.1M / month): ``` pip install textblob ``` -- [Conda](https://anaconda.org/conda-forge/textblob) (📥 170K · ⏱️ 24.02.2019): +- [Conda](https://anaconda.org/conda-forge/textblob) (📥 250K · ⏱️ 16.06.2023): ``` conda install -c conda-forge textblob ```
-
flair (🥈30 · ⭐ 12K) - 一个用于最先进的自然语言处理的非常简单的框架。❗Unlicensed +
spark-nlp (🥇32 · ⭐ 3.7K) - State of the Art Natural Language Processing. Apache-2 -- [GitHub](https://github.com/flairNLP/flair) (👨‍💻 230 · 🔀 1.6K · 📦 1.6K · 📋 1.9K - 6% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 110 · 🔀 690 · 📦 430 · 📋 870 - 4% open · ⏱️ 02.05.2024): ``` - git clone https://github.com/flairNLP/flair + git clone https://github.com/JohnSnowLabs/spark-nlp ``` -- [PyPi](https://pypi.org/project/flair) (📥 170K / month): +- [PyPi](https://pypi.org/project/spark-nlp) (📥 4.1M / month): ``` - pip install flair + pip install spark-nlp ```
-
fuzzywuzzy (🥈30 · ⭐ 8.7K · 💤) - Python中的模糊字符串匹配。❗️GPL-2.0 +
TensorFlow Text (🥇32 · ⭐ 1.2K) - Making text a first-class citizen in TensorFlow. Apache-2 -- [GitHub](https://github.com/seatgeek/fuzzywuzzy) (👨‍💻 70 · 🔀 870 · 📦 14K · 📋 180 - 43% open · ⏱️ 09.09.2021): +- [GitHub](https://github.com/tensorflow/text) (👨‍💻 110 · 🔀 330 · 📦 6.8K · 📋 250 - 32% open · ⏱️ 13.03.2024): ``` - git clone https://github.com/seatgeek/fuzzywuzzy - ``` -- [PyPi](https://pypi.org/project/fuzzywuzzy) (📥 7.3M / month): - ``` - pip install fuzzywuzzy + git clone https://github.com/tensorflow/text ``` -- [Conda](https://anaconda.org/conda-forge/fuzzywuzzy) (📥 380K · ⏱️ 18.11.2020): +- [PyPi](https://pypi.org/project/tensorflow-text) (📥 7.5M / month): ``` - conda install -c conda-forge fuzzywuzzy + pip install tensorflow-text ```
-
fairseq (🥈29 · ⭐ 19K) - 用Python编写的Facebook AI Research Sequence-to-Sequence工具包。MIT +
Rasa (🥈31 · ⭐ 18K) - Open source machine learning framework to automate text- and voice-.. Apache-2 -- [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 400 · 🔀 4.7K · 📥 260 · 📦 920 · 📋 3.5K - 18% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 590 · 🔀 4.4K · 📦 4.1K · 📋 6.6K - 0% open · ⏱️ 21.03.2024): ``` - git clone https://github.com/pytorch/fairseq + git clone https://github.com/RasaHQ/rasa ``` -- [PyPi](https://pypi.org/project/fairseq) (📥 40K / month): +- [PyPi](https://pypi.org/project/rasa) (📥 110K / month): ``` - pip install fairseq + pip install rasa ```
-
TextDistance (🥈29 · ⭐ 2.9K) - 计算序列之间的距离,包含30多种算法。MIT +
ChatterBot (🥈31 · ⭐ 14K · 💀) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3 -- [GitHub](https://github.com/life4/textdistance) (👨‍💻 12 · 🔀 230 · 📥 830 · 📦 2.6K · ⏱️ 21.08.2022): +- [GitHub](https://github.com/gunthercox/ChatterBot) (👨‍💻 100 · 🔀 4.3K · 📦 5.7K · 📋 1.6K - 22% open · ⏱️ 01.06.2021): ``` - git clone https://github.com/life4/textdistance - ``` -- [PyPi](https://pypi.org/project/textdistance) (📥 640K / month): - ``` - pip install textdistance + git clone https://github.com/gunthercox/ChatterBot ``` -- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 180K · ⏱️ 21.08.2022): +- [PyPi](https://pypi.org/project/chatterbot) (📥 33K / month): ``` - conda install -c conda-forge textdistance + pip install chatterbot ```
-
TensorFlow Text (🥈29 · ⭐ 980) - TensorFlow文本处理。Apache-2 +
flair (🥈31 · ⭐ 14K) - A very simple framework for state-of-the-art Natural Language.. ❗Unlicensed -- [GitHub](https://github.com/tensorflow/text) (👨‍💻 91 · 🔀 230 · 📦 2.2K · 📋 180 - 18% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/flairNLP/flair) (👨‍💻 260 · 🔀 1.7K · 📦 3.2K · 📋 2.3K - 3% open · ⏱️ 03.05.2024): ``` - git clone https://github.com/tensorflow/text + git clone https://github.com/flairNLP/flair ``` -- [PyPi](https://pypi.org/project/tensorflow-text) (📥 2.2M / month): +- [PyPi](https://pypi.org/project/flair) (📥 210K / month): ``` - pip install tensorflow-text + pip install flair ```
-
GluonNLP (🥈28 · ⭐ 2.4K · 💤) - 可轻松进行文本预处理,数据集加载和处理的工具包。Apache-2 +
AllenNLP (🥈31 · ⭐ 12K · 💀) - An open-source NLP research library, built on PyTorch. Apache-2 -- [GitHub](https://github.com/dmlc/gluon-nlp) (👨‍💻 82 · 🔀 490 · 📦 920 · 📋 530 - 44% open · ⏱️ 24.08.2021): +- [GitHub](https://github.com/allenai/allennlp) (👨‍💻 270 · 🔀 2.2K · 📥 63 · 📦 4.1K · 📋 2.6K - 3% open · ⏱️ 22.11.2022): ``` - git clone https://github.com/dmlc/gluon-nlp + git clone https://github.com/allenai/allennlp ``` -- [PyPi](https://pypi.org/project/gluonnlp) (📥 160K / month): +- [PyPi](https://pypi.org/project/allennlp) (📥 51K / month): ``` - pip install gluonnlp + pip install allennlp ```
-
DeepPavlov (🥈27 · ⭐ 5.8K) - 一个用于深度学习端到端对话的开源库。Apache-2 +
fuzzywuzzy (🥈31 · ⭐ 9.1K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0 -- [GitHub](https://github.com/deepmipt/DeepPavlov) (👨‍💻 67 · 🔀 1K · 📦 280 · 📋 620 - 8% open · ⏱️ 31.05.2022): +- [GitHub](https://github.com/seatgeek/fuzzywuzzy) (👨‍💻 70 · 🔀 870 · 📦 24K · 📋 190 - 44% open · ⏱️ 09.09.2021): ``` - git clone https://github.com/deepmipt/DeepPavlov + git clone https://github.com/seatgeek/fuzzywuzzy ``` -- [PyPi](https://pypi.org/project/deeppavlov) (📥 8K / month): +- [PyPi](https://pypi.org/project/fuzzywuzzy) (📥 6.9M / month): ``` - pip install deeppavlov + pip install fuzzywuzzy + ``` +- [Conda](https://anaconda.org/conda-forge/fuzzywuzzy) (📥 530K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge fuzzywuzzy ```
-
OpenNMT (🥈27 · ⭐ 5.7K) - PyTorch中的开源神经机器翻译。MIT +
OpenNMT (🥈30 · ⭐ 6.6K) - Open Source Neural Machine Translation in PyTorch. MIT -- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 180 · 🔀 2K · 📦 150 · 📋 1.3K - 6% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (👨‍💻 190 · 🔀 2.1K · 📦 270 · 📋 1.4K - 1% open · ⏱️ 15.05.2024): ``` git clone https://github.com/OpenNMT/OpenNMT-py ``` -- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 5.2K / month): +- [PyPi](https://pypi.org/project/OpenNMT-py) (📥 13K / month): ``` pip install OpenNMT-py ```
-
spark-nlp (🥈27 · ⭐ 2.9K) - 最先进的自然语言处理。Apache-2 +
TextDistance (🥈30 · ⭐ 3.3K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT + +- [GitHub](https://github.com/life4/textdistance) (👨‍💻 15 · 🔀 240 · 📥 1K · 📦 6.3K · ⏱️ 24.04.2024): + + ``` + git clone https://github.com/life4/textdistance + ``` +- [PyPi](https://pypi.org/project/textdistance) (📥 850K / month): + ``` + pip install textdistance + ``` +- [Conda](https://anaconda.org/conda-forge/textdistance) (📥 550K · ⏱️ 25.04.2024): + ``` + conda install -c conda-forge textdistance + ``` +
+
spacy-transformers (🥈30 · ⭐ 1.3K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (👨‍💻 130 · 🔀 570 · 📋 700 - 5% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 22 · 🔀 160 · 📦 1.6K · ⏱️ 25.04.2024): ``` - git clone https://github.com/JohnSnowLabs/spark-nlp + git clone https://github.com/explosion/spacy-transformers ``` -- [PyPi](https://pypi.org/project/spark-nlp) (📥 2.4M / month): +- [PyPi](https://pypi.org/project/spacy-transformers) (📥 260K / month): ``` - pip install spark-nlp + pip install spacy-transformers ```
-
spacy-transformers (🥈27 · ⭐ 1.1K) - 使用经过预训练的transformer模型,例如BERT,XLNet和GPT-2。MIT spacy +
fairseq (🥈29 · ⭐ 29K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT -- [GitHub](https://github.com/explosion/spacy-transformers) (👨‍💻 18 · 🔀 140 · 📦 610 · ⏱️ 23.08.2022): +- [GitHub](https://github.com/facebookresearch/fairseq) (👨‍💻 420 · 🔀 6.1K · 📥 330 · 📦 3.1K · 📋 4.1K - 26% open · ⏱️ 13.03.2024): ``` - git clone https://github.com/explosion/spacy-transformers + git clone https://github.com/pytorch/fairseq ``` -- [PyPi](https://pypi.org/project/spacy-transformers) (📥 100K / month): +- [PyPi](https://pypi.org/project/fairseq) (📥 290K / month): ``` - pip install spacy-transformers + pip install fairseq ```
-
ParlAI (🥈26 · ⭐ 9.4K) - 一个用于训练和评估AI模型的框架。MIT +
DeepPavlov (🥈29 · ⭐ 6.6K) - An open source library for deep learning end-to-end dialog.. Apache-2 -- [GitHub](https://github.com/facebookresearch/ParlAI) (👨‍💻 200 · 🔀 1.8K · 📦 87 · 📋 1.4K - 5% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/deeppavlov/DeepPavlov) (👨‍💻 77 · 🔀 1.1K · 📦 390 · 📋 640 - 3% open · ⏱️ 13.03.2024): ``` - git clone https://github.com/facebookresearch/ParlAI + git clone https://github.com/deepmipt/DeepPavlov ``` -- [PyPi](https://pypi.org/project/parlai) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/deeppavlov) (📥 10K / month): ``` - pip install parlai + pip install deeppavlov ```
-
Tokenizers (🥈26 · ⭐ 5.8K) - 针对研究和应用进行了优化的快速最先进的分词器。Apache-2 +
inflect (🥈29 · ⭐ 920) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT -- [GitHub](https://github.com/huggingface/tokenizers) (👨‍💻 59 · 🔀 480 · 📦 51 · 📋 650 - 30% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/jaraco/inflect) (👨‍💻 55 · 🔀 95 · 📦 21K · 📋 120 - 23% open · ⏱️ 24.04.2024): ``` - git clone https://github.com/huggingface/tokenizers + git clone https://github.com/jaraco/inflect ``` -- [PyPi](https://pypi.org/project/tokenizers) (📥 5.9M / month): +- [PyPi](https://pypi.org/project/inflect) (📥 5.8M / month): ``` - pip install tokenizers + pip install inflect ``` -- [Conda](https://anaconda.org/conda-forge/tokenizers) (📥 330K · ⏱️ 21.05.2022): +- [Conda](https://anaconda.org/conda-forge/inflect) (📥 370K · ⏱️ 23.04.2024): ``` - conda install -c conda-forge tokenizers + conda install -c conda-forge inflect ```
-
Sumy (🥈26 · ⭐ 2.9K) - 自动汇总文本文档和HTML页面的模块。Apache-2 +
jellyfish (🥈28 · ⭐ 2K) - a python library for doing approximate and phonetic matching of.. MIT -- [GitHub](https://github.com/miso-belica/sumy) (👨‍💻 23 · 🔀 470 · 📦 1.4K · 📋 110 - 15% open · ⏱️ 31.07.2022): +- [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 31 · 🔀 150 · 📦 8.9K · 📋 130 - 4% open · ⏱️ 28.03.2024): ``` - git clone https://github.com/miso-belica/sumy + git clone https://github.com/jamesturk/jellyfish ``` -- [PyPi](https://pypi.org/project/sumy) (📥 21K / month): +- [PyPi](https://pypi.org/project/jellyfish) (📥 3.5M / month): ``` - pip install sumy + pip install jellyfish + ``` +- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 850K · ⏱️ 17.11.2023): + ``` + conda install -c conda-forge jellyfish ```
-
jellyfish (🥈26 · ⭐ 1.7K · 💤) - 一个python库,用于进行文本相似度和距离计算。BSD-2 +
pyahocorasick (🥈28 · ⭐ 890) - Python module (C extension and plain python) implementing Aho-.. BSD-3 -- [GitHub](https://github.com/jamesturk/jellyfish) (👨‍💻 25 · 🔀 140 · 📦 4.1K · 📋 110 - 10% open · ⏱️ 07.01.2022): +- [GitHub](https://github.com/WojciechMula/pyahocorasick) (👨‍💻 30 · 🔀 120 · 📥 44 · 📦 2.8K · 📋 130 - 16% open · ⏱️ 21.03.2024): ``` - git clone https://github.com/jamesturk/jellyfish + git clone https://github.com/WojciechMula/pyahocorasick ``` -- [PyPi](https://pypi.org/project/jellyfish) (📥 2.6M / month): +- [PyPi](https://pypi.org/project/pyahocorasick) (📥 850K / month): ``` - pip install jellyfish + pip install pyahocorasick ``` -- [Conda](https://anaconda.org/conda-forge/jellyfish) (📥 300K · ⏱️ 08.04.2022): +- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (📥 220K · ⏱️ 21.03.2024): ``` - conda install -c conda-forge jellyfish + conda install -c conda-forge pyahocorasick ```
-
Rasa (🥈25 · ⭐ 15K) - 开源机器学习框架,可处理文本和语音多场景问题。Apache-2 +
haystack (🥈27 · ⭐ 14K) - End-to-end Python framework for building natural language search.. Apache-2 -- [GitHub](https://github.com/RasaHQ/rasa) (👨‍💻 550 · 🔀 4K · 📋 6.6K - 12% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 240 · 🔀 1.6K · 📥 24 · 📦 250 · 📋 3.2K - 4% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/RasaHQ/rasa + git clone https://github.com/deepset-ai/haystack ``` -- [PyPi](https://pypi.org/project/rasa) (📥 170K / month): +- [PyPi](https://pypi.org/project/haystack) (📥 4.3K / month): ``` - pip install rasa + pip install haystack ```
-
stanza (🥈25 · ⭐ 6.2K) - 斯坦福NLP官方Python语言库,支持多种语言。❗Unlicensed +
GluonNLP (🥈27 · ⭐ 2.6K · 💀) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 -- [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 48 · 🔀 790 · 📦 1.2K · 📋 720 - 11% open · ⏱️ 23.04.2022): +- [GitHub](https://github.com/dmlc/gluon-nlp) (👨‍💻 86 · 🔀 510 · 📦 1.5K · 📋 530 - 44% open · ⏱️ 25.12.2022): ``` - git clone https://github.com/stanfordnlp/stanza + git clone https://github.com/dmlc/gluon-nlp ``` -- [PyPi](https://pypi.org/project/stanza) (📥 330K / month): +- [PyPi](https://pypi.org/project/gluonnlp) (📥 78K / month): ``` - pip install stanza + pip install gluonnlp + ``` +
+
NeMo (🥈26 · ⭐ 10K) - NeMo: a toolkit for conversational AI. Apache-2 + +- [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 310 · 🔀 2.1K · 📥 170K · 📦 21 · 📋 2.1K - 2% open · ⏱️ 16.05.2024): + + ``` + git clone https://github.com/NVIDIA/NeMo ``` -- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 5.6K · ⏱️ 23.04.2022): +- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 51K / month): ``` - conda install -c stanfordnlp stanza + pip install nemo-toolkit ```
-
ftfy (🥈25 · ⭐ 3.3K) - 修复Unicode文本中的故障功能的工具库。MIT +
ftfy (🥈26 · ⭐ 3.7K) - Fixes mojibake and other glitches in Unicode text, after the fact. ❗Unlicensed -- [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 18 · 🔀 110 · 📦 6.6K · 📋 130 - 9% open · ⏱️ 09.02.2022): +- [GitHub](https://github.com/rspeer/python-ftfy) (👨‍💻 18 · 🔀 120 · 📦 19K · 📋 140 - 11% open · ⏱️ 15.03.2024): ``` git clone https://github.com/LuminosoInsight/python-ftfy ``` -- [PyPi](https://pypi.org/project/ftfy) (📥 2.1M / month): +- [PyPi](https://pypi.org/project/ftfy) (📥 4.9M / month): ``` pip install ftfy ``` -- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 180K · ⏱️ 13.03.2022): +- [Conda](https://anaconda.org/conda-forge/ftfy) (📥 290K · ⏱️ 22.11.2023): ``` conda install -c conda-forge ftfy ```
-
fastNLP (🥈25 · ⭐ 2.7K) - fastNLP:模块化和可扩展的NLP框架。Apache-2 +
torchtext (🥈26 · ⭐ 3.4K) - Data loaders and abstractions for text and NLP. BSD-3 -- [GitHub](https://github.com/fastnlp/fastNLP) (👨‍💻 59 · 🔀 420 · 📥 66 · 📦 90 · 📋 190 - 22% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/pytorch/text) (👨‍💻 160 · 🔀 790 · 📋 790 - 34% open · ⏱️ 24.04.2024): ``` - git clone https://github.com/fastnlp/fastNLP + git clone https://github.com/pytorch/text ``` -- [PyPi](https://pypi.org/project/fastnlp) (📥 2.5K / month): +- [PyPi](https://pypi.org/project/torchtext) (📥 700K / month): ``` - pip install fastnlp + pip install torchtext ```
-
neuralcoref (🥈25 · ⭐ 2.6K · 💀) - 基于SpaCy的神经网络实现快速共指解析。MIT +
Sumy (🥈26 · ⭐ 3.4K) - Module for automatic summarization of text documents and HTML pages. Apache-2 -- [GitHub](https://github.com/huggingface/neuralcoref) (👨‍💻 21 · 🔀 440 · 📥 450 · 📦 520 · 📋 300 - 16% open · ⏱️ 22.06.2021): +- [GitHub](https://github.com/miso-belica/sumy) (👨‍💻 31 · 🔀 520 · 📦 2.7K · 📋 120 - 16% open · ⏱️ 24.02.2024): ``` - git clone https://github.com/huggingface/neuralcoref - ``` -- [PyPi](https://pypi.org/project/neuralcoref) (📥 270K / month): - ``` - pip install neuralcoref + git clone https://github.com/miso-belica/sumy ``` -- [Conda](https://anaconda.org/conda-forge/neuralcoref) (📥 12K · ⏱️ 21.02.2020): +- [PyPi](https://pypi.org/project/sumy) (📥 420K / month): ``` - conda install -c conda-forge neuralcoref + pip install sumy ```
-
PyTextRank (🥈25 · ⭐ 1.9K) - TextRank的Python实现。MIT +
fastNLP (🥈26 · ⭐ 3K · 💀) - fastNLP: A Modularized and Extensible NLP Framework. Currently.. Apache-2 -- [GitHub](https://github.com/DerwenAI/pytextrank) (👨‍💻 18 · 🔀 300 · 📦 280 · 📋 89 - 19% open · ⏱️ 27.07.2022): +- [GitHub](https://github.com/fastnlp/fastNLP) (👨‍💻 61 · 🔀 440 · 📥 77 · 📦 180 · 📋 220 - 28% open · ⏱️ 13.12.2022): ``` - git clone https://github.com/DerwenAI/pytextrank + git clone https://github.com/fastnlp/fastNLP ``` -- [PyPi](https://pypi.org/project/pytextrank) (📥 70K / month): +- [PyPi](https://pypi.org/project/fastnlp) (📥 60K / month): ``` - pip install pytextrank + pip install fastnlp ```
-
SciSpacy (🥈25 · ⭐ 1.2K) - 完整的科学/生物医学的SpaCy应用案例。Apache-2 +
SciSpacy (🥈26 · ⭐ 1.6K) - A full spaCy pipeline and models for scientific/biomedical.. Apache-2 -- [GitHub](https://github.com/allenai/scispacy) (👨‍💻 24 · 🔀 160 · 📦 500 · 📋 260 - 10% open · ⏱️ 04.08.2022): +- [GitHub](https://github.com/allenai/scispacy) (👨‍💻 33 · 🔀 220 · 📦 890 · 📋 310 - 9% open · ⏱️ 30.03.2024): ``` git clone https://github.com/allenai/scispacy ``` -- [PyPi](https://pypi.org/project/scispacy) (📥 21K / month): +- [PyPi](https://pypi.org/project/scispacy) (📥 27K / month): ``` pip install scispacy ```
-
pyahocorasick (🥈25 · ⭐ 740) - Python文本工具库。BSD-3 +
CLTK (🥈26 · ⭐ 820) - The Classical Language Toolkit. MIT -- [GitHub](https://github.com/WojciechMula/pyahocorasick) (👨‍💻 24 · 🔀 110 · 📦 1.2K · 📋 120 - 20% open · ⏱️ 04.05.2022): +- [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 320 · 📥 64 · 📦 260 · 📋 560 - 6% open · ⏱️ 12.05.2024): ``` - git clone https://github.com/WojciechMula/pyahocorasick - ``` -- [PyPi](https://pypi.org/project/pyahocorasick) (📥 400K / month): - ``` - pip install pyahocorasick + git clone https://github.com/cltk/cltk ``` -- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (📥 150K · ⏱️ 15.04.2022): +- [PyPi](https://pypi.org/project/cltk) (📥 2.2K / month): ``` - conda install -c conda-forge pyahocorasick + pip install cltk ```
-
Ciphey (🥈24 · ⭐ 11K) - 在不知道密钥或密码的情况下自动解密加密。MIT +
stanza (🥉25 · ⭐ 7.1K) - Official Stanford NLP Python Library for Many Human Languages. ❗Unlicensed -- [GitHub](https://github.com/Ciphey/Ciphey) (👨‍💻 46 · 🔀 650 · 📋 290 - 15% open · ⏱️ 28.06.2022): +- [GitHub](https://github.com/stanfordnlp/stanza) (👨‍💻 68 · 🔀 840 · 📦 2.7K · 📋 880 - 10% open · ⏱️ 20.04.2024): ``` - git clone https://github.com/Ciphey/Ciphey + git clone https://github.com/stanfordnlp/stanza ``` -- [PyPi](https://pypi.org/project/ciphey) (📥 23K / month): +- [PyPi](https://pypi.org/project/stanza) (📥 230K / month): ``` - pip install ciphey + pip install stanza ``` -- [Docker Hub](https://hub.docker.com/r/remnux/ciphey) (📥 16K · ⭐ 8 · ⏱️ 27.05.2022): +- [Conda](https://anaconda.org/stanfordnlp/stanza) (📥 7.4K · ⏱️ 16.06.2023): ``` - docker pull remnux/ciphey + conda install -c stanfordnlp stanza ```
-
vaderSentiment (🥈24 · ⭐ 3.7K) - VADER情感分析。MIT +
vaderSentiment (🥉25 · ⭐ 4.3K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT -- [GitHub](https://github.com/cjhutto/vaderSentiment) (👨‍💻 11 · 🔀 880 · 📦 4.1K · 📋 110 - 31% open · ⏱️ 01.04.2022): +- [GitHub](https://github.com/cjhutto/vaderSentiment) (👨‍💻 11 · 🔀 970 · 📦 8.4K · 📋 120 - 35% open · ⏱️ 01.04.2022): ``` git clone https://github.com/cjhutto/vaderSentiment ``` -- [PyPi](https://pypi.org/project/vadersentiment) (📥 190K / month): +- [PyPi](https://pypi.org/project/vadersentiment) (📥 210K / month): ``` pip install vadersentiment ```
-
torchtext (🥈24 · ⭐ 3.1K) - 文本和NLP的数据加载器和抽象。BSD-3 +
pySBD (🥉25 · ⭐ 730 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT -- [GitHub](https://github.com/pytorch/text) (👨‍💻 140 · 🔀 700 · 📋 670 - 33% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/nipunsadvilkar/pySBD) (👨‍💻 7 · 🔀 76 · 📦 2K · 📋 73 - 27% open · ⏱️ 11.02.2021): ``` - git clone https://github.com/pytorch/text + git clone https://github.com/nipunsadvilkar/pySBD ``` -- [PyPi](https://pypi.org/project/torchtext) (📥 270K / month): +- [PyPi](https://pypi.org/project/pysbd) (📥 580K / month): ``` - pip install torchtext + pip install pysbd ```
-
pytorch-nlp (🥈24 · ⭐ 2.1K · 💀) - PyTorch自然语言处理(NLP)的基本实用程序。BSD-3 +
Ciphey (🥉24 · ⭐ 17K · 💤) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT -- [GitHub](https://github.com/PetrochukM/PyTorch-NLP) (👨‍💻 18 · 🔀 250 · 📦 410 · 📋 67 - 26% open · ⏱️ 10.07.2021): +- [GitHub](https://github.com/Ciphey/Ciphey) (👨‍💻 48 · 🔀 1.1K · 📋 320 - 17% open · ⏱️ 12.10.2023): ``` - git clone https://github.com/PetrochukM/PyTorch-NLP - ``` -- [PyPi](https://pypi.org/project/pytorch-nlp) (📥 6K / month): - ``` - pip install pytorch-nlp + git clone https://github.com/Ciphey/Ciphey ``` -
-
CLTK (🥈24 · ⭐ 740) - 古典语言工具包。MIT - -- [GitHub](https://github.com/cltk/cltk) (👨‍💻 120 · 🔀 310 · 📥 25 · 📦 210 · 📋 530 - 5% open · ⏱️ 20.07.2022): - +- [PyPi](https://pypi.org/project/ciphey) (📥 48K / month): ``` - git clone https://github.com/cltk/cltk + pip install ciphey ``` -- [PyPi](https://pypi.org/project/cltk) (📥 480 / month): +- [Docker Hub](https://hub.docker.com/r/remnux/ciphey) (📥 24K · ⭐ 17 · ⏱️ 14.10.2023): ``` - pip install cltk + docker pull remnux/ciphey ```
-
flashtext (🥉23 · ⭐ 5.2K · 💀) - 从句子中提取关键字或替换句子中的关键字。MIT +
flashtext (🥉24 · ⭐ 5.5K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT -- [GitHub](https://github.com/vi3k6i5/flashtext) (👨‍💻 7 · 🔀 570 · 📦 850 · 📋 100 - 49% open · ⏱️ 03.05.2020): +- [GitHub](https://github.com/vi3k6i5/flashtext) (👨‍💻 7 · 🔀 580 · 📦 1.6K · 📋 110 - 51% open · ⏱️ 03.05.2020): ``` git clone https://github.com/vi3k6i5/flashtext ``` -- [PyPi](https://pypi.org/project/flashtext) (📥 730K / month): +- [PyPi](https://pypi.org/project/flashtext) (📥 1.7M / month): ``` pip install flashtext ```
-
Dedupe (🥉23 · ⭐ 3.5K) - 一个用于准确和可扩展的模糊匹配的python库。MIT +
scattertext (🥉24 · ⭐ 2.2K) - Beautiful visualizations of how language differs among document.. Apache-2 -- [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 64 · 🔀 460 · 📦 230 · 📋 760 - 7% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 14 · 🔀 280 · 📦 550 · 📋 100 - 21% open · ⏱️ 06.03.2024): ``` - git clone https://github.com/dedupeio/dedupe + git clone https://github.com/JasonKessler/scattertext ``` -- [PyPi](https://pypi.org/project/dedupe) (📥 330K / month): +- [PyPi](https://pypi.org/project/scattertext) (📥 15K / month): ``` - pip install dedupe + pip install scattertext + ``` +- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 88K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge scattertext ```
-
snowballstemmer (🥉23 · ⭐ 580 · 💤) - Snowball编译器和词干算法。BSD-3 +
sense2vec (🥉24 · ⭐ 1.6K · 💀) - Contextually-keyed word vectors. MIT -- [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 28 · 🔀 160 · 📦 4 · 📋 60 - 26% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 19 · 🔀 230 · 📥 65K · 📦 370 · 📋 110 - 20% open · ⏱️ 20.04.2023): ``` - git clone https://github.com/snowballstem/snowball + git clone https://github.com/explosion/sense2vec ``` -- [PyPi](https://pypi.org/project/snowballstemmer) (📥 7.6M / month): +- [PyPi](https://pypi.org/project/sense2vec) (📥 2.7K / month): ``` - pip install snowballstemmer + pip install sense2vec ``` -- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 4.9M · ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 38K · ⏱️ 22.09.2023): ``` - conda install -c conda-forge snowballstemmer + conda install -c conda-forge sense2vec ```
-
pySBD (🥉23 · ⭐ 470 · 💀) - pySBD(Python句子边界歧义消除)。MIT +
snowballstemmer (🥉24 · ⭐ 720) - Snowball compiler and stemming algorithms. BSD-3 -- [GitHub](https://github.com/nipunsadvilkar/pySBD) (👨‍💻 6 · 🔀 58 · 📦 390 · 📋 65 - 21% open · ⏱️ 11.02.2021): +- [GitHub](https://github.com/snowballstem/snowball) (👨‍💻 34 · 🔀 170 · 📦 5 · 📋 81 - 24% open · ⏱️ 02.05.2024): ``` - git clone https://github.com/nipunsadvilkar/pySBD - ``` -- [PyPi](https://pypi.org/project/pysbd) (📥 52K / month): - ``` - pip install pysbd + git clone https://github.com/snowballstem/snowball ``` -
-
stop-words (🥉23 · ⭐ 140 · 💀) - 获取Python中各种语言的常用停用词表。BSD-3 - -- [GitHub](https://github.com/Alir3z4/python-stop-words) (👨‍💻 8 · 🔀 26 · 📦 1.6K · 📋 12 - 25% open · ⏱️ 23.07.2018): - +- [PyPi](https://pypi.org/project/snowballstemmer) (📥 16M / month): ``` - git clone https://github.com/Alir3z4/python-stop-words + pip install snowballstemmer ``` -- [PyPi](https://pypi.org/project/stop-words) (📥 550K / month): +- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (📥 8M · ⏱️ 16.06.2023): ``` - pip install stop-words + conda install -c conda-forge snowballstemmer ```
-
textgenrnn (🥉22 · ⭐ 4.7K · 💀) - 轻松地训练自己的文本生成神经网络。❗Unlicensed +
stop-words (🥉24 · ⭐ 160 · 💀) - Get list of common stop words in various languages in Python. BSD-3 -- [GitHub](https://github.com/minimaxir/textgenrnn) (👨‍💻 19 · 🔀 720 · 📥 740 · 📦 1K · 📋 220 - 57% open · ⏱️ 14.07.2020): +- [GitHub](https://github.com/Alir3z4/python-stop-words) (👨‍💻 8 · 🔀 27 · 📦 2.2K · 📋 12 - 25% open · ⏱️ 23.07.2018): ``` - git clone https://github.com/minimaxir/textgenrnn + git clone https://github.com/Alir3z4/python-stop-words ``` -- [PyPi](https://pypi.org/project/textgenrnn) (📥 460 / month): +- [PyPi](https://pypi.org/project/stop-words) (📥 100K / month): ``` - pip install textgenrnn + pip install stop-words ```
-
NeMo (🥉22 · ⭐ 4.6K) - NeMo:用于智能对话的工具包。Apache-2 +
ParlAI (🥉23 · ⭐ 10K) - A framework for training and evaluating AI models on a variety of.. MIT -- [GitHub](https://github.com/NVIDIA/NeMo) (👨‍💻 170 · 🔀 1.1K · 📥 15K · 📋 1.2K - 3% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/facebookresearch/ParlAI) (👨‍💻 220 · 🔀 2K · 📦 21 · 📋 1.5K - 3% open · ⏱️ 03.11.2023): ``` - git clone https://github.com/NVIDIA/NeMo + git clone https://github.com/facebookresearch/ParlAI ``` -- [PyPi](https://pypi.org/project/nemo-toolkit) (📥 18K / month): +- [PyPi](https://pypi.org/project/parlai) (📥 3.1K / month): ``` - pip install nemo-toolkit + pip install parlai ```
-
T5 (🥉22 · ⭐ 4.4K) - 探索迁移学习的论文源码Apache-2 +
Dedupe (🥉23 · ⭐ 4K) - A python library for accurate and scalable fuzzy matching, record.. MIT -- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 50 · 🔀 590 · 📦 110 · 📋 390 - 12% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/dedupeio/dedupe) (👨‍💻 70 · 🔀 530 · 📦 330 · 📋 800 - 8% open · ⏱️ 19.12.2023): ``` - git clone https://github.com/google-research/text-to-text-transfer-transformer + git clone https://github.com/dedupeio/dedupe ``` -- [PyPi](https://pypi.org/project/t5) (📥 11K / month): +- [PyPi](https://pypi.org/project/dedupe) (📥 76K / month): ``` - pip install t5 + pip install dedupe ```
-
phonenumbers (🥉22 · ⭐ 3.1K) - Google的libphonenumber的Python端口。Apache-2 +
neuralcoref (🥉23 · ⭐ 2.8K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT -- [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (👨‍💻 26 · 🔀 370 · 📋 150 - 2% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/huggingface/neuralcoref) (👨‍💻 21 · 🔀 470 · 📥 990 · 📦 700 · 📋 310 - 18% open · ⏱️ 22.06.2021): ``` - git clone https://github.com/daviddrysdale/python-phonenumbers + git clone https://github.com/huggingface/neuralcoref ``` -- [PyPi](https://pypi.org/project/phonenumbers) (📥 4.6M / month): +- [PyPi](https://pypi.org/project/neuralcoref) (📥 3.4K / month): ``` - pip install phonenumbers + pip install neuralcoref ``` -- [Conda](https://anaconda.org/conda-forge/phonenumbers) (📥 610K · ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/neuralcoref) (📥 16K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge phonenumbers + conda install -c conda-forge neuralcoref ```
-
langid (🥉22 · ⭐ 2K · 💀) - 独立的语言识别系统。❗Unlicensed +
langid (🥉23 · ⭐ 2.2K · 💀) - Stand-alone language identification system. ❗Unlicensed -- [GitHub](https://github.com/saffsd/langid.py) (👨‍💻 9 · 🔀 280 · 📦 1.1K · 📋 71 - 35% open · ⏱️ 15.07.2017): +- [GitHub](https://github.com/saffsd/langid.py) (👨‍💻 9 · 🔀 300 · 📦 11K · 📋 72 - 34% open · ⏱️ 15.07.2017): ``` git clone https://github.com/saffsd/langid.py ``` -- [PyPi](https://pypi.org/project/langid) (📥 380K / month): +- [PyPi](https://pypi.org/project/langid) (📥 400K / month): ``` pip install langid ```
-
scattertext (🥉22 · ⭐ 1.9K) - 文件之间语言分布的漂亮可视化效果。Apache-2 +
pytorch-nlp (🥉23 · ⭐ 2.2K · 💤) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3 -- [GitHub](https://github.com/JasonKessler/scattertext) (👨‍💻 12 · 🔀 250 · 📦 310 · 📋 89 - 17% open · ⏱️ 26.03.2022): +- [GitHub](https://github.com/PetrochukM/PyTorch-NLP) (👨‍💻 18 · 🔀 250 · 📦 680 · 📋 69 - 27% open · ⏱️ 04.07.2023): ``` - git clone https://github.com/JasonKessler/scattertext - ``` -- [PyPi](https://pypi.org/project/scattertext) (📥 2.4K / month): - ``` - pip install scattertext + git clone https://github.com/PetrochukM/PyTorch-NLP ``` -- [Conda](https://anaconda.org/conda-forge/scattertext) (📥 66K · ⏱️ 26.03.2022): +- [PyPi](https://pypi.org/project/pytorch-nlp) (📥 7.3K / month): ``` - conda install -c conda-forge scattertext + pip install pytorch-nlp ```
-
anaGo (🥉22 · ⭐ 1.5K · 💀) - 双向LSTM-CRF和ELMo实现,可用于命名实体识别和文本分类等任务。MIT +
PyTextRank (🥉23 · ⭐ 2.1K) - Python implementation of TextRank for phrase extraction and.. MIT -- [GitHub](https://github.com/Hironsan/anago) (👨‍💻 11 · 🔀 360 · 📦 30 · 📋 110 - 33% open · ⏱️ 01.04.2021): +- [GitHub](https://github.com/DerwenAI/pytextrank) (👨‍💻 19 · 🔀 310 · 📦 640 · 📋 99 - 7% open · ⏱️ 21.02.2024): ``` - git clone https://github.com/Hironsan/anago + git clone https://github.com/DerwenAI/pytextrank ``` -- [PyPi](https://pypi.org/project/anago) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/pytextrank) (📥 43K / month): ``` - pip install anago + pip install pytextrank ```
-
sense2vec (🥉22 · ⭐ 1.4K · 💤) - 上下文相关性构建词向量。MIT +
phonenumbers (🥉22 · ⭐ 3.4K) - Python port of Google's libphonenumber. Apache-2 -- [GitHub](https://github.com/explosion/sense2vec) (👨‍💻 17 · 🔀 220 · 📥 36K · 📦 170 · 📋 110 - 18% open · ⏱️ 16.08.2021): +- [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (👨‍💻 31 · 🔀 390 · 📋 180 - 4% open · ⏱️ 03.05.2024): ``` - git clone https://github.com/explosion/sense2vec + git clone https://github.com/daviddrysdale/python-phonenumbers ``` -- [PyPi](https://pypi.org/project/sense2vec) (📥 3.5K / month): +- [PyPi](https://pypi.org/project/phonenumbers) (📥 6.7M / month): ``` - pip install sense2vec + pip install phonenumbers ``` -- [Conda](https://anaconda.org/conda-forge/sense2vec) (📥 27K · ⏱️ 14.07.2021): +- [Conda](https://anaconda.org/conda-forge/phonenumbers) (📥 900K · ⏱️ 03.05.2024): ``` - conda install -c conda-forge sense2vec + conda install -c conda-forge phonenumbers ```
-
Snips NLU (🥉21 · ⭐ 3.7K · 💀) - 从文本中提取含义的Python库。Apache-2 +
polyglot (🥉22 · ⭐ 2.3K · 💀) - Multilingual text (NLP) processing toolkit. ❗Unlicensed -- [GitHub](https://github.com/snipsco/snips-nlu) (👨‍💻 22 · 🔀 490 · 📋 260 - 23% open · ⏱️ 03.05.2021): +- [GitHub](https://github.com/aboSamoor/polyglot) (👨‍💻 26 · 🔀 330 · 📦 1.3K · 📋 220 - 69% open · ⏱️ 22.09.2020): ``` - git clone https://github.com/snipsco/snips-nlu + git clone https://github.com/aboSamoor/polyglot ``` -- [PyPi](https://pypi.org/project/snips-nlu) (📥 2.3K / month): +- [PyPi](https://pypi.org/project/polyglot) (📥 58K / month): ``` - pip install snips-nlu + pip install polyglot ```
-
Texthero (🥉21 · ⭐ 2.5K) - 文本预处理,表示和可视化从入门到精通。MIT +
textacy (🥉22 · ⭐ 2.2K · 💀) - NLP, before and after spaCy. ❗Unlicensed -- [GitHub](https://github.com/jbesomi/texthero) (👨‍💻 19 · 🔀 220 · 📥 92 · 📋 110 - 45% open · ⏱️ 19.07.2022): +- [GitHub](https://github.com/chartbeat-labs/textacy) (👨‍💻 35 · 🔀 240 · 📦 1.8K · 📋 260 - 12% open · ⏱️ 03.04.2023): ``` - git clone https://github.com/jbesomi/texthero + git clone https://github.com/chartbeat-labs/textacy ``` -- [PyPi](https://pypi.org/project/texthero) (📥 23K / month): +- [PyPi](https://pypi.org/project/textacy) (📥 47K / month): ``` - pip install texthero + pip install textacy + ``` +- [Conda](https://anaconda.org/conda-forge/textacy) (📥 140K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge textacy ```
-
Texar (🥉21 · ⭐ 2.3K · 💀) - 机器学习,自然语言处理等工具包。Apache-2 +
YouTokenToMe (🥉22 · ⭐ 940 · 💀) - Unsupervised text tokenizer focused on computational efficiency. MIT -- [GitHub](https://github.com/asyml/texar) (👨‍💻 43 · 🔀 360 · 📦 26 · 📋 160 - 19% open · ⏱️ 29.07.2020): +- [GitHub](https://github.com/VKCOM/YouTokenToMe) (👨‍💻 8 · 🔀 84 · 📦 670 · 📋 60 - 53% open · ⏱️ 29.03.2023): ``` - git clone https://github.com/asyml/texar + git clone https://github.com/vkcom/youtokentome ``` -- [PyPi](https://pypi.org/project/texar) (📥 65 / month): +- [PyPi](https://pypi.org/project/youtokentome) (📥 44K / month): ``` - pip install texar + pip install youtokentome ```
-
polyglot (🥉21 · ⭐ 2K · 💀) - 多语言文本(NLP)处理工具包。❗Unlicensed +
textgenrnn (🥉21 · ⭐ 4.9K · 💀) - Easily train your own text-generating neural network.. ❗Unlicensed -- [GitHub](https://github.com/aboSamoor/polyglot) (👨‍💻 26 · 🔀 310 · 📦 750 · 📋 210 - 68% open · ⏱️ 22.09.2020): +- [GitHub](https://github.com/minimaxir/textgenrnn) (👨‍💻 19 · 🔀 740 · 📥 910 · 📦 1.1K · 📋 230 - 57% open · ⏱️ 14.07.2020): ``` - git clone https://github.com/aboSamoor/polyglot + git clone https://github.com/minimaxir/textgenrnn ``` -- [PyPi](https://pypi.org/project/polyglot) (📥 53K / month): +- [PyPi](https://pypi.org/project/textgenrnn) (📥 710 / month): ``` - pip install polyglot + pip install textgenrnn ```
-
YouTokenToMe (🥉21 · ⭐ 820 · 💀) - 用于基于神经网络的文本的预处理器。MIT +
Snips NLU (🥉21 · ⭐ 3.9K · 💀) - Snips Python library to extract meaning from text. Apache-2 -- [GitHub](https://github.com/VKCOM/YouTokenToMe) (👨‍💻 6 · 🔀 61 · 📦 290 · 📋 54 - 55% open · ⏱️ 28.01.2021): +- [GitHub](https://github.com/snipsco/snips-nlu) (👨‍💻 22 · 🔀 510 · 📋 260 - 24% open · ⏱️ 03.05.2021): ``` - git clone https://github.com/vkcom/youtokentome + git clone https://github.com/snipsco/snips-nlu ``` -- [PyPi](https://pypi.org/project/youtokentome) (📥 30K / month): +- [PyPi](https://pypi.org/project/snips-nlu) (📥 3.1K / month): ``` - pip install youtokentome + pip install snips-nlu ```
-
inflect (🥉21 · ⭐ 690) - 辅助功能,正确生成复数,序数,不定冠词,转换数字。MIT +
Texthero (🥉21 · ⭐ 2.9K · 💤) - Text preprocessing, representation and visualization from zero to.. MIT -- [GitHub](https://github.com/jaraco/inflect) (👨‍💻 45 · 🔀 74 · 📋 91 - 18% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/jbesomi/texthero) (👨‍💻 21 · 🔀 240 · 📥 120 · 📋 120 - 46% open · ⏱️ 29.08.2023): ``` - git clone https://github.com/jaraco/inflect - ``` -- [PyPi](https://pypi.org/project/inflect) (📥 2.5M / month): - ``` - pip install inflect + git clone https://github.com/jbesomi/texthero ``` -- [Conda](https://anaconda.org/conda-forge/inflect) (📥 240K · ⏱️ 31.07.2022): +- [PyPi](https://pypi.org/project/texthero) (📥 8.8K / month): ``` - conda install -c conda-forge inflect + pip install texthero ```
-
PyText (🥉20 · ⭐ 6.4K) - 基于PyTorch的自然语言建模框架。❗Unlicensed +
Texar (🥉21 · ⭐ 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 -- [GitHub](https://github.com/facebookresearch/pytext) (👨‍💻 230 · 🔀 790 · 📥 300 · 📦 110 · 📋 140 - 45% open · ⏱️ 11.08.2022): +- [GitHub](https://github.com/asyml/texar) (👨‍💻 43 · 🔀 370 · 📦 27 · 📋 160 - 20% open · ⏱️ 29.07.2020): ``` - git clone https://github.com/facebookresearch/pytext + git clone https://github.com/asyml/texar ``` -- [PyPi](https://pypi.org/project/pytext-nlp) (📥 180 / month): +- [PyPi](https://pypi.org/project/texar) (📥 62 / month): ``` - pip install pytext-nlp + pip install texar ```
-
MatchZoo (🥉20 · ⭐ 3.7K · 💀) - 便于深层设计,比较和共享的工具库。Apache-2 +
finetune (🥉21 · ⭐ 700) - Scikit-learn style model finetuning for NLP. MPL-2.0 -- [GitHub](https://github.com/NTMC-Community/MatchZoo) (👨‍💻 36 · 🔀 900 · 📦 11 · 📋 460 - 7% open · ⏱️ 02.06.2021): +- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 23 · 🔀 80 · 📦 11 · 📋 140 - 15% open · ⏱️ 27.03.2024): ``` - git clone https://github.com/NTMC-Community/MatchZoo + git clone https://github.com/IndicoDataSolutions/finetune ``` -- [PyPi](https://pypi.org/project/matchzoo) (📥 63 / month): +- [PyPi](https://pypi.org/project/finetune) (📥 290 / month): ``` - pip install matchzoo + pip install finetune ```
-
NLP Architect (🥉20 · ⭐ 2.9K) - 用于探索最先进的深度学习的模型库。Apache-2 +
MatchZoo (🥉20 · ⭐ 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2 -- [GitHub](https://github.com/IntelLabs/nlp-architect) (👨‍💻 37 · 🔀 430 · 📦 8 · 📋 130 - 11% open · ⏱️ 29.06.2022): +- [GitHub](https://github.com/NTMC-Community/MatchZoo) (👨‍💻 36 · 🔀 880 · 📦 16 · 📋 460 - 7% open · ⏱️ 02.06.2021): ``` - git clone https://github.com/IntelLabs/nlp-architect + git clone https://github.com/NTMC-Community/MatchZoo ``` -- [PyPi](https://pypi.org/project/nlp-architect) (📥 170 / month): +- [PyPi](https://pypi.org/project/matchzoo) (📥 72 / month): ``` - pip install nlp-architect + pip install matchzoo ```
-
FARM (🥉20 · ⭐ 1.6K) - NLP的快速和轻松迁移学习。Apache-2 +
FARM (🥉20 · ⭐ 1.7K · 💀) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2 -- [GitHub](https://github.com/deepset-ai/FARM) (👨‍💻 37 · 🔀 220 · 📋 400 - 0% open · ⏱️ 25.04.2022): +- [GitHub](https://github.com/deepset-ai/FARM) (👨‍💻 37 · 🔀 240 · 📋 410 - 0% open · ⏱️ 31.08.2022): ``` git clone https://github.com/deepset-ai/FARM ``` -- [PyPi](https://pypi.org/project/farm) (📥 4.4K / month): +- [PyPi](https://pypi.org/project/farm) (📥 1.8K / month): ``` pip install farm ```
-
DELTA (🥉20 · ⭐ 1.5K · 💀) - DELTA是一个基于深度学习的自然语言和语音处理平台。Apache-2 +
DELTA (🥉20 · ⭐ 1.6K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2 - [GitHub](https://github.com/Delta-ML/delta) (👨‍💻 41 · 🔀 290 · 📋 75 - 1% open · ⏱️ 17.12.2020): ``` git clone https://github.com/Delta-ML/delta ``` -- [PyPi](https://pypi.org/project/delta-nlp) (📥 14 / month): +- [PyPi](https://pypi.org/project/delta-nlp) (📥 27 / month): ``` pip install delta-nlp ``` @@ -2367,1209 +2359,1241 @@ _用于处理,清理,处理和分析文本数据的库,以及用于NLP任 docker pull zh794390558/delta ```
-
pyfasttext (🥉20 · ⭐ 230 · 💀) - fastText的另一个Python接口。❗️GPL-3.0 +
pyfasttext (🥉20 · ⭐ 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0 -- [GitHub](https://github.com/vrasneur/pyfasttext) (👨‍💻 4 · 🔀 30 · 📥 350 · 📦 240 · 📋 49 - 42% open · ⏱️ 08.12.2018): +- [GitHub](https://github.com/vrasneur/pyfasttext) (👨‍💻 4 · 🔀 31 · 📥 380 · 📦 430 · 📋 49 - 40% open · ⏱️ 08.12.2018): ``` git clone https://github.com/vrasneur/pyfasttext ``` -- [PyPi](https://pypi.org/project/pyfasttext) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/pyfasttext) (📥 1.2K / month): ``` pip install pyfasttext ```
-
haystack (🥉19 · ⭐ 5.2K) - 用于构建自然语言搜索的端到端Python框架。Apache-2 +
NLP Architect (🥉19 · ⭐ 2.9K · 💀) - A model library for exploring state-of-the-art deep.. Apache-2 -- [GitHub](https://github.com/deepset-ai/haystack) (👨‍💻 140 · 🔀 830 · 📥 15 · 📋 1.5K - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/IntelLabs/nlp-architect) (👨‍💻 38 · 🔀 440 · 📦 9 · 📋 130 - 11% open · ⏱️ 07.11.2022): ``` - git clone https://github.com/deepset-ai/haystack + git clone https://github.com/IntelLabs/nlp-architect ``` -- [PyPi](https://pypi.org/project/haystack) (📥 870 / month): +- [PyPi](https://pypi.org/project/nlp-architect) (📥 250 / month): ``` - pip install haystack + pip install nlp-architect ```
-
Kashgari (🥉19 · ⭐ 2.3K · 💀) - Kashgari是工业级的NLP迁移学习框架。Apache-2 +
Kashgari (🥉19 · ⭐ 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2 -- [GitHub](https://github.com/BrikerMan/Kashgari) (👨‍💻 21 · 🔀 440 · 📦 54 · 📋 370 - 11% open · ⏱️ 09.07.2021): +- [GitHub](https://github.com/BrikerMan/Kashgari) (👨‍💻 21 · 🔀 440 · 📦 63 · 📋 380 - 7% open · ⏱️ 09.07.2021): ``` git clone https://github.com/BrikerMan/Kashgari ``` -- [PyPi](https://pypi.org/project/kashgari-tf) (📥 44 / month): +- [PyPi](https://pypi.org/project/kashgari-tf) (📥 140 / month): ``` pip install kashgari-tf ```
-
fast-bert (🥉19 · ⭐ 1.8K) - 用于基于BERT的NLP模型的简单易用工具库。Apache-2 +
anaGo (🥉19 · ⭐ 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT -- [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 36 · 🔀 330 · 📋 250 - 61% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Hironsan/anago) (👨‍💻 11 · 🔀 360 · 📦 32 · 📋 110 - 33% open · ⏱️ 01.04.2021): ``` - git clone https://github.com/kaushaltrivedi/fast-bert + git clone https://github.com/Hironsan/anago ``` -- [PyPi](https://pypi.org/project/fast-bert) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/anago) (📥 93 / month): ``` - pip install fast-bert + pip install anago ```
-
Sockeye (🥉19 · ⭐ 1.1K) - 序列到序列框架。Apache-2 +
Sockeye (🥉19 · ⭐ 1.2K · 💤) - Sequence-to-sequence framework with a focus on Neural.. Apache-2 -- [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 57 · 🔀 300 · 📥 15 · 📋 280 - 2% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/awslabs/sockeye) (👨‍💻 60 · 🔀 310 · 📥 18 · 📋 310 - 2% open · ⏱️ 17.10.2023): ``` git clone https://github.com/awslabs/sockeye ``` -- [PyPi](https://pypi.org/project/sockeye) (📥 370 / month): +- [PyPi](https://pypi.org/project/sockeye) (📥 1.7K / month): ``` pip install sockeye ```
-
gpt-2-simple (🥉18 · ⭐ 3K) - 可轻松重新训练OpenAI的GPT-2文本模型的Python软件包。❗Unlicensed +
PyText (🥉18 · ⭐ 6.3K · 💀) - A natural language modeling framework based on PyTorch. ❗Unlicensed -- [GitHub](https://github.com/minimaxir/gpt-2-simple) (👨‍💻 21 · 🔀 600 · 📥 340 · 📋 250 - 61% open · ⏱️ 22.05.2022): +- [GitHub](https://github.com/facebookresearch/pytext) (👨‍💻 230 · 🔀 790 · 📥 360 · 📦 21 · 📋 140 - 45% open · ⏱️ 17.10.2022): ``` - git clone https://github.com/minimaxir/gpt-2-simple + git clone https://github.com/facebookresearch/pytext ``` -- [PyPi](https://pypi.org/project/gpt-2-simple) (📥 3.8K / month): +- [PyPi](https://pypi.org/project/pytext-nlp) (📥 160 / month): ``` - pip install gpt-2-simple + pip install pytext-nlp ```
-
textacy (🥉18 · ⭐ 2K) - spaCy之前和之后的NLP。❗Unlicensed +
T5 (🥉18 · ⭐ 5.9K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 -- [GitHub](https://github.com/chartbeat-labs/textacy) (👨‍💻 32 · 🔀 230 · 📋 250 - 11% open · ⏱️ 06.03.2022): +- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (👨‍💻 58 · 🔀 740 · 📋 400 - 14% open · ⏱️ 23.01.2024): ``` - git clone https://github.com/chartbeat-labs/textacy + git clone https://github.com/google-research/text-to-text-transfer-transformer ``` -- [PyPi](https://pypi.org/project/textacy) (📥 38K / month): +- [PyPi](https://pypi.org/project/t5) (📥 40K / month): ``` - pip install textacy + pip install t5 + ``` +
+
gpt-2-simple (🥉18 · ⭐ 3.4K · 💀) - Python package to easily retrain OpenAI's GPT-2 text-.. ❗Unlicensed + +- [GitHub](https://github.com/minimaxir/gpt-2-simple) (👨‍💻 21 · 🔀 650 · 📥 560 · 📋 260 - 61% open · ⏱️ 22.05.2022): + + ``` + git clone https://github.com/minimaxir/gpt-2-simple ``` -- [Conda](https://anaconda.org/conda-forge/textacy) (📥 110K · ⏱️ 06.02.2022): +- [PyPi](https://pypi.org/project/gpt-2-simple) (📥 3.3K / month): ``` - conda install -c conda-forge textacy + pip install gpt-2-simple ```
-
finetune (🥉18 · ⭐ 660) - 针对NLP的Scikit风格模型微调。MPL-2.0 +
fast-bert (🥉18 · ⭐ 1.8K) - Super easy library for BERT based NLP models. Apache-2 -- [GitHub](https://github.com/IndicoDataSolutions/finetune) (👨‍💻 19 · 🔀 71 · 📦 9 · 📋 140 - 15% open · ⏱️ 16.06.2022): +- [GitHub](https://github.com/utterworks/fast-bert) (👨‍💻 36 · 🔀 340 · 📋 250 - 62% open · ⏱️ 30.01.2024): ``` - git clone https://github.com/IndicoDataSolutions/finetune + git clone https://github.com/kaushaltrivedi/fast-bert ``` -- [PyPi](https://pypi.org/project/finetune) (📥 96 / month): +- [PyPi](https://pypi.org/project/fast-bert) (📥 1.5K / month): ``` - pip install finetune + pip install fast-bert ```
-
skift (🥉18 · ⭐ 230) - 适用于Python fastText的scikit-learn包装器。MIT +
Camphr (🥉18 · ⭐ 340 · 💀) - spaCy plugin for Transformers , Udify, ELmo, etc. Apache-2 spacy -- [GitHub](https://github.com/shaypal5/skift) (👨‍💻 9 · 🔀 23 · 📦 12 · 📋 11 - 9% open · ⏱️ 07.06.2022): +- [GitHub](https://github.com/PKSHATechnology-Research/camphr) (👨‍💻 7 · 🔀 17 · 📦 13 · 📋 28 - 7% open · ⏱️ 18.08.2021): ``` - git clone https://github.com/shaypal5/skift + git clone https://github.com/PKSHATechnology-Research/camphr ``` -- [PyPi](https://pypi.org/project/skift) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/camphr) (📥 330 / month): ``` - pip install skift + pip install camphr ```
-
DeepMatcher (🥉17 · ⭐ 440 · 💀) - 用于实体和文本匹配的Python包。BSD-3 +
DeepMatcher (🥉17 · ⭐ 540 · 💀) - Python package for performing Entity and Text Matching using.. BSD-3 -- [GitHub](https://github.com/anhaidgroup/deepmatcher) (👨‍💻 7 · 🔀 98 · 📦 21 · 📋 86 - 72% open · ⏱️ 13.06.2021): +- [GitHub](https://github.com/anhaidgroup/deepmatcher) (👨‍💻 7 · 🔀 120 · 📦 28 · 📋 91 - 73% open · ⏱️ 13.06.2021): ``` git clone https://github.com/anhaidgroup/deepmatcher ``` -- [PyPi](https://pypi.org/project/deepmatcher) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/deepmatcher) (📥 2.7K / month): ``` pip install deepmatcher ```
-
Camphr (🥉16 · ⭐ 340 · 💤) - 适用于Transformers,Udify,ELmo等的spaCy插件。Apache-2 spacy +
skift (🥉17 · ⭐ 230 · 💀) - scikit-learn wrappers for Python fastText. MIT -- [GitHub](https://github.com/PKSHATechnology-Research/camphr) (👨‍💻 7 · 🔀 16 · 📋 28 - 7% open · ⏱️ 18.08.2021): +- [GitHub](https://github.com/shaypal5/skift) (👨‍💻 9 · 🔀 23 · 📦 14 · 📋 11 - 9% open · ⏱️ 07.06.2022): ``` - git clone https://github.com/PKSHATechnology-Research/camphr + git clone https://github.com/shaypal5/skift ``` -- [PyPi](https://pypi.org/project/camphr) (📥 75 / month): +- [PyPi](https://pypi.org/project/skift) (📥 740 / month): ``` - pip install camphr + pip install skift ```
-
textpipe (🥉16 · ⭐ 300 · 💀) - Textpipe:从文本中清理并提取元数据。MIT +
textpipe (🥉16 · ⭐ 300 · 💀) - Textpipe: clean and extract metadata from text. MIT -- [GitHub](https://github.com/textpipe/textpipe) (👨‍💻 28 · 🔀 23 · 📦 8 · 📋 40 - 37% open · ⏱️ 09.06.2021): +- [GitHub](https://github.com/textpipe/textpipe) (👨‍💻 29 · 🔀 27 · 📦 8 · 📋 40 - 37% open · ⏱️ 09.06.2021): ``` git clone https://github.com/textpipe/textpipe ``` -- [PyPi](https://pypi.org/project/textpipe) (📥 150 / month): +- [PyPi](https://pypi.org/project/textpipe) (📥 220 / month): ``` pip install textpipe ```
-
NeuroNER (🥉15 · ⭐ 1.6K · 💀) - 使用神经网络的命名实体识别。MIT +
OpenNRE (🥉15 · ⭐ 4.3K) - An Open-Source Package for Neural Relation Extraction (NRE). MIT + +- [GitHub](https://github.com/thunlp/OpenNRE) (👨‍💻 13 · 🔀 990 · 📦 3 · 📋 370 - 3% open · ⏱️ 10.01.2024): + + ``` + git clone https://github.com/thunlp/OpenNRE + ``` +
+
NeuroNER (🥉15 · ⭐ 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT -- [GitHub](https://github.com/Franck-Dernoncourt/NeuroNER) (👨‍💻 7 · 🔀 460 · 📋 150 - 55% open · ⏱️ 02.10.2019): +- [GitHub](https://github.com/Franck-Dernoncourt/NeuroNER) (👨‍💻 7 · 🔀 460 · 📋 150 - 54% open · ⏱️ 02.10.2019): ``` git clone https://github.com/Franck-Dernoncourt/NeuroNER ``` -- [PyPi](https://pypi.org/project/pyneuroner) (📥 100 / month): +- [PyPi](https://pypi.org/project/pyneuroner) (📥 160 / month): ``` pip install pyneuroner ```
-
Translate (🥉15 · ⭐ 760) - Translate-PyTorch NLP库。BSD-3 +
Translate (🥉14 · ⭐ 820 · 💀) - Translate - a PyTorch Language Library. BSD-3 -- [GitHub](https://github.com/pytorch/translate) (👨‍💻 87 · 🔀 180 · 📋 38 - 28% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/pytorch/translate) (👨‍💻 88 · 🔀 180 · 📋 38 - 28% open · ⏱️ 10.06.2022): ``` git clone https://github.com/pytorch/translate ``` -- [PyPi](https://pypi.org/project/pytorch-translate) (📥 10 / month): +- [PyPi](https://pypi.org/project/pytorch-translate) (📥 12 / month): ``` pip install pytorch-translate ```
-
NeuralQA (🥉15 · ⭐ 220 · 💀) - NeuralQA:用于对大型数据集进行问答构建。MIT +
TransferNLP (🥉14 · ⭐ 290 · 💀) - NLP library designed for reproducible experimentation.. MIT -- [GitHub](https://github.com/victordibia/neuralqa) (👨‍💻 3 · 🔀 30 · 📦 4 · 📋 28 - 71% open · ⏱️ 16.12.2020): +- [GitHub](https://github.com/feedly/transfer-nlp) (👨‍💻 7 · 🔀 17 · 📋 23 - 13% open · ⏱️ 28.05.2020): ``` - git clone https://github.com/victordibia/neuralqa - ``` -- [PyPi](https://pypi.org/project/neuralqa) (📥 68 / month): - ``` - pip install neuralqa + git clone https://github.com/feedly/transfer-nlp ``` -
-
OpenNRE (🥉14 · ⭐ 3.8K) - 神经关系提取(NRE)的开源软件包。MIT - -- [GitHub](https://github.com/thunlp/OpenNRE) (👨‍💻 10 · 🔀 950 · 📋 350 - 2% open · ⏱️ 06.04.2022): - +- [PyPi](https://pypi.org/project/transfer-nlp) (📥 110 / month): ``` - git clone https://github.com/thunlp/OpenNRE + pip install transfer-nlp ```
-
TransferNLP (🥉14 · ⭐ 290 · 💀) - 用于可重复的实验的NLP库。MIT +
ONNX-T5 (🥉14 · ⭐ 240 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 -- [GitHub](https://github.com/feedly/transfer-nlp) (👨‍💻 7 · 🔀 17 · 📋 23 - 13% open · ⏱️ 28.05.2020): +- [GitHub](https://github.com/abelriboulot/onnxt5) (👨‍💻 4 · 🔀 28 · 📦 1 · 📋 16 - 50% open · ⏱️ 28.01.2021): ``` - git clone https://github.com/feedly/transfer-nlp + git clone https://github.com/abelriboulot/onnxt5 ``` -- [PyPi](https://pypi.org/project/transfer-nlp) (📥 100 / month): +- [PyPi](https://pypi.org/project/onnxt5) (📥 100 / month): ``` - pip install transfer-nlp + pip install onnxt5 ```
-
ONNX-T5 (🥉14 · ⭐ 200 · 💀) - 文本摘要,翻译,情感分析,文本生成等实现。Apache-2 +
NeuralQA (🥉14 · ⭐ 230 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT -- [GitHub](https://github.com/abelriboulot/onnxt5) (👨‍💻 3 · 🔀 23 · 📦 1 · 📋 15 - 46% open · ⏱️ 28.01.2021): +- [GitHub](https://github.com/victordibia/neuralqa) (👨‍💻 3 · 🔀 32 · 📦 4 · 📋 28 - 71% open · ⏱️ 16.12.2020): ``` - git clone https://github.com/abelriboulot/onnxt5 + git clone https://github.com/victordibia/neuralqa ``` -- [PyPi](https://pypi.org/project/onnxt5) (📥 57 / month): +- [PyPi](https://pypi.org/project/neuralqa) (📥 130 / month): ``` - pip install onnxt5 + pip install neuralqa ```
-
textvec (🥉14 · ⭐ 180) - 胜过TF-IDF文本向量化工具。MIT +
VizSeq (🥉13 · ⭐ 440) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT -- [GitHub](https://github.com/textvec/textvec) (👨‍💻 10 · 🔀 23 · 📦 4 · 📋 9 - 33% open · ⏱️ 05.07.2022): +- [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 4 · 🔀 59 · 📦 9 · 📋 15 - 40% open · ⏱️ 21.04.2024): ``` - git clone https://github.com/textvec/textvec + git clone https://github.com/facebookresearch/vizseq ``` -- [PyPi](https://pypi.org/project/textvec) (📥 26 / month): +- [PyPi](https://pypi.org/project/vizseq) (📥 130 / month): ``` - pip install textvec + pip install vizseq ```
-
VizSeq (🥉13 · ⭐ 400) - 用于自然语言生成的分析工具包。MIT +
textvec (🥉13 · ⭐ 190) - Text vectorization tool to outperform TFIDF for classification tasks. MIT -- [GitHub](https://github.com/facebookresearch/vizseq) (👨‍💻 3 · 🔀 49 · 📦 6 · 📋 15 - 40% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/textvec/textvec) (👨‍💻 11 · 🔀 25 · 📦 4 · 📋 10 - 40% open · ⏱️ 09.01.2024): ``` - git clone https://github.com/facebookresearch/vizseq + git clone https://github.com/textvec/textvec ``` -- [PyPi](https://pypi.org/project/vizseq) (📥 59 / month): +- [PyPi](https://pypi.org/project/textvec) (📥 62 / month): ``` - pip install vizseq + pip install textvec ```
-
Headliner (🥉11 · ⭐ 230 · 💀) - 轻松训练和部署seq2seq模型。❗Unlicensed +
Headliner (🥉12 · ⭐ 230 · 💀) - Easy training and deployment of seq2seq models. ❗Unlicensed -- [GitHub](https://github.com/as-ideas/headliner) (👨‍💻 2 · 🔀 41 · 📦 3 · 📋 14 - 7% open · ⏱️ 14.02.2020): +- [GitHub](https://github.com/as-ideas/headliner) (👨‍💻 2 · 🔀 41 · 📦 5 · 📋 15 - 13% open · ⏱️ 14.02.2020): ``` git clone https://github.com/as-ideas/headliner ``` -- [PyPi](https://pypi.org/project/headliner) (📥 120 / month): +- [PyPi](https://pypi.org/project/headliner) (📥 380 / month): ``` pip install headliner ```

-## 图像数据与CV +## Image Data -Back to top +Back to top -_用于图像和视频处理,操纵和扩充的库,以及用于计算机视觉任务(例如面部识别,对象检测和图像分类)的库。_ +_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 (🥇36 · ⭐ 10K · 📈) - 友好的PIL分支(Python Imaging Library)。❗️PIL +
Pillow (🥇37 · ⭐ 12K) - The friendly PIL fork (Python Imaging Library). ❗️PIL -- [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 410 · 🔀 1.7K · 📦 820K · 📋 2.6K - 3% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/python-pillow/Pillow) (👨‍💻 470 · 🔀 2K · 📦 1.7M · 📋 3.1K - 2% open · ⏱️ 14.05.2024): ``` git clone https://github.com/python-pillow/Pillow ``` -- [PyPi](https://pypi.org/project/Pillow) (📥 45M / month): +- [PyPi](https://pypi.org/project/Pillow) (📥 97M / month): ``` pip install Pillow ``` -- [Conda](https://anaconda.org/conda-forge/pillow) (📥 18M · ⏱️ 13.08.2022): +- [Conda](https://anaconda.org/conda-forge/pillow) (📥 39M · ⏱️ 03.04.2024): ``` conda install -c conda-forge pillow ```
-
MoviePy (🥇34 · ⭐ 9.5K) - 使用Python进行视频编辑。MIT +
imageio (🥇35 · ⭐ 1.4K) - Python library for reading and writing image data. BSD-2 -- [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 150 · 🔀 1.2K · 📦 18K · 📋 1.2K - 24% open · ⏱️ 01.06.2022): +- [GitHub](https://github.com/imageio/imageio) (👨‍💻 110 · 🔀 280 · 📥 1K · 📦 130K · 📋 590 - 16% open · ⏱️ 11.05.2024): ``` - git clone https://github.com/Zulko/moviepy + git clone https://github.com/imageio/imageio ``` -- [PyPi](https://pypi.org/project/moviepy) (📥 2.5M / month): +- [PyPi](https://pypi.org/project/imageio) (📥 22M / month): ``` - pip install moviepy + pip install imageio ``` -- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 130K · ⏱️ 16.04.2022): +- [Conda](https://anaconda.org/conda-forge/imageio) (📥 6.3M · ⏱️ 22.04.2024): ``` - conda install -c conda-forge moviepy + conda install -c conda-forge imageio ```
-
imageio (🥇33 · ⭐ 1.1K) - 用于读取和写入图像数据的Python库。BSD-2 +
imgaug (🥇34 · ⭐ 14K · 💀) - Image augmentation for machine learning experiments. MIT -- [GitHub](https://github.com/imageio/imageio) (👨‍💻 91 · 🔀 220 · 📥 360 · 📦 67K · 📋 470 - 12% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/aleju/imgaug) (👨‍💻 36 · 🔀 2.4K · 📦 20K · 📋 510 - 56% open · ⏱️ 01.06.2020): ``` - git clone https://github.com/imageio/imageio + git clone https://github.com/aleju/imgaug ``` -- [PyPi](https://pypi.org/project/imageio) (📥 12M / month): +- [PyPi](https://pypi.org/project/imgaug) (📥 440K / month): ``` - pip install imageio + pip install imgaug ``` -- [Conda](https://anaconda.org/conda-forge/imageio) (📥 3.5M · ⏱️ 08.08.2022): +- [Conda](https://anaconda.org/conda-forge/imgaug) (📥 160K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge imageio + conda install -c conda-forge imgaug ```
-
imgaug (🥇32 · ⭐ 13K · 💀) - 用于机器学习实验的图像增强。MIT +
MoviePy (🥇34 · ⭐ 12K · 💤) - Video editing with Python. MIT -- [GitHub](https://github.com/aleju/imgaug) (👨‍💻 36 · 🔀 2.3K · 📦 11K · 📋 490 - 55% open · ⏱️ 01.06.2020): +- [GitHub](https://github.com/Zulko/moviepy) (👨‍💻 160 · 🔀 1.5K · 📦 39K · 📋 1.5K - 28% open · ⏱️ 11.07.2023): ``` - git clone https://github.com/aleju/imgaug + git clone https://github.com/Zulko/moviepy ``` -- [PyPi](https://pypi.org/project/imgaug) (📥 390K / month): +- [PyPi](https://pypi.org/project/moviepy) (📥 1.1M / month): ``` - pip install imgaug + pip install moviepy ``` -- [Conda](https://anaconda.org/conda-forge/imgaug) (📥 83K · ⏱️ 31.12.2021): +- [Conda](https://anaconda.org/conda-forge/moviepy) (📥 240K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge imgaug + conda install -c conda-forge moviepy ```
-
Albumentations (🥇32 · ⭐ 11K) - 快速的图像增强库和易于使用的包装器。MIT +
opencv-python (🥇34 · ⭐ 4.2K · 📈) - Automated CI toolchain to produce precompiled opencv-python,.. MIT -- [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 110 · 🔀 1.4K · 📦 9.1K · 📋 660 - 41% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 48 · 🔀 780 · 📦 390K · 📋 760 - 13% open · ⏱️ 31.12.2023): ``` - git clone https://github.com/albumentations-team/albumentations - ``` -- [PyPi](https://pypi.org/project/albumentations) (📥 370K / month): - ``` - pip install albumentations + git clone https://github.com/skvark/opencv-python ``` -- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 49K · ⏱️ 12.07.2022): +- [PyPi](https://pypi.org/project/opencv-python) (📥 14M / month): ``` - conda install -c conda-forge albumentations + pip install opencv-python ```
-
Kornia (🥇32 · ⭐ 7K) - PyTorch的开源可微分计算机视觉库。Apache-2 +
Albumentations (🥈32 · ⭐ 13K) - Fast image augmentation library and an easy-to-use wrapper.. MIT -- [GitHub](https://github.com/kornia/kornia) (👨‍💻 170 · 🔀 680 · 📥 430 · 📦 1.7K · 📋 600 - 26% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/albumentations-team/albumentations) (👨‍💻 140 · 🔀 1.6K · 📦 23K · 📋 910 - 43% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/kornia/kornia + git clone https://github.com/albumentations-team/albumentations ``` -- [PyPi](https://pypi.org/project/kornia) (📥 470K / month): +- [PyPi](https://pypi.org/project/albumentations) (📥 2.1M / month): ``` - pip install kornia + pip install albumentations + ``` +- [Conda](https://anaconda.org/conda-forge/albumentations) (📥 160K · ⏱️ 05.03.2024): + ``` + conda install -c conda-forge albumentations ```
-
scikit-image (🥇32 · ⭐ 5K) - Python中的图像处理。❗Unlicensed +
scikit-image (🥈32 · ⭐ 5.9K) - Image processing in Python. ❗Unlicensed -- [GitHub](https://github.com/scikit-image/scikit-image) (👨‍💻 560 · 🔀 2K · 📦 110K · 📋 2.3K - 19% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/scikit-image/scikit-image) (👨‍💻 660 · 🔀 2.1K · 📦 180K · 📋 2.6K - 20% open · ⏱️ 14.05.2024): ``` git clone https://github.com/scikit-image/scikit-image ``` -- [PyPi](https://pypi.org/project/scikit-image) (📥 5.3M / month): +- [PyPi](https://pypi.org/project/scikit-image) (📥 13M / month): ``` pip install scikit-image ``` -- [Conda](https://anaconda.org/conda-forge/scikit-image) (📥 3.8M · ⏱️ 10.08.2022): +- [Conda](https://anaconda.org/conda-forge/scikit-image) (📥 6.2M · ⏱️ 11.10.2023): ``` conda install -c conda-forge scikit-image ```
-
Wand (🥇32 · ⭐ 1.2K) - 用于Python的基于ctypes的简单ImageMagick接口。MIT +
Wand (🥈32 · ⭐ 1.4K) - The ctypes-based simple ImageMagick binding for Python. MIT -- [GitHub](https://github.com/emcconville/wand) (👨‍💻 100 · 🔀 190 · 📥 8.5K · 📦 12K · 📋 380 - 4% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/emcconville/wand) (👨‍💻 100 · 🔀 200 · 📥 46K · 📦 19K · 📋 420 - 4% open · ⏱️ 11.02.2024): ``` git clone https://github.com/emcconville/wand ``` -- [PyPi](https://pypi.org/project/wand) (📥 450K / month): +- [PyPi](https://pypi.org/project/wand) (📥 810K / month): ``` pip install wand ```
-
PyTorch Image Models (🥈31 · ⭐ 21K) - PyTorch图像模型,脚本,预训练权重。Apache-2 +
PyTorch Image Models (🥈31 · ⭐ 30K) - PyTorch image models, scripts, pretrained weights --.. Apache-2 -- [GitHub](https://github.com/rwightman/pytorch-image-models) (👨‍💻 79 · 🔀 3.3K · 📥 1.7M · 📦 4.3K · 📋 570 - 9% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/huggingface/pytorch-image-models) (👨‍💻 140 · 🔀 4.5K · 📥 6.6M · 📦 28K · 📋 870 - 7% open · ⏱️ 15.05.2024): ``` git clone https://github.com/rwightman/pytorch-image-models ```
-
GluonCV (🥈29 · ⭐ 5.3K) - Gluon CV工具包。Apache-2 - -- [GitHub](https://github.com/dmlc/gluon-cv) (👨‍💻 120 · 🔀 1.2K · 📦 840 · 📋 810 - 5% open · ⏱️ 11.08.2022): - - ``` - git clone https://github.com/dmlc/gluon-cv - ``` -- [PyPi](https://pypi.org/project/gluoncv) (📥 570K / month): - ``` - pip install gluoncv - ``` -
-
ImageHash (🥈29 · ⭐ 2.5K · 💤) - Python感知图像哈希模块。BSD-2 +
glfw (🥈31 · ⭐ 12K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib -- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 20 · 🔀 300 · 📦 5.8K · 📋 110 - 13% open · ⏱️ 07.09.2021): +- [GitHub](https://github.com/glfw/glfw) (👨‍💻 200 · 🔀 4.5K · 📥 3.8M · 📦 1.4K · 📋 1.8K - 27% open · ⏱️ 12.04.2024): ``` - git clone https://github.com/JohannesBuchner/imagehash + git clone https://github.com/glfw/glfw ``` -- [PyPi](https://pypi.org/project/ImageHash) (📥 1.4M / month): +- [PyPi](https://pypi.org/project/glfw) (📥 200K / month): ``` - pip install ImageHash + pip install glfw ``` -- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 230K · ⏱️ 15.07.2021): +- [Conda](https://anaconda.org/conda-forge/glfw) (📥 200K · ⏱️ 24.02.2024): ``` - conda install -c conda-forge imagehash + conda install -c conda-forge glfw ```
-
imutils (🥈28 · ⭐ 4.2K · 💤) - 图像处理库。MIT +
Kornia (🥈31 · ⭐ 9.5K) - Open Source Differentiable Computer Vision Library for PyTorch. Apache-2 -- [GitHub](https://github.com/PyImageSearch/imutils) (👨‍💻 21 · 🔀 980 · 📦 27K · 📋 160 - 53% open · ⏱️ 27.01.2022): +- [GitHub](https://github.com/kornia/kornia) (👨‍💻 260 · 🔀 920 · 📥 1.1K · 📦 9.8K · 📋 890 - 28% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/jrosebr1/imutils - ``` -- [PyPi](https://pypi.org/project/imutils) (📥 330K / month): - ``` - pip install imutils + git clone https://github.com/kornia/kornia ``` -- [Conda](https://anaconda.org/conda-forge/imutils) (📥 97K · ⏱️ 26.08.2022): +- [PyPi](https://pypi.org/project/kornia) (📥 1.5M / month): ``` - conda install -c conda-forge imutils + pip install kornia ```
-
MMDetection (🥈27 · ⭐ 21K) - OpenMMLab检测工具箱。Apache-2 +
MMDetection (🥈29 · ⭐ 28K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 -- [GitHub](https://github.com/open-mmlab/mmdetection) (👨‍💻 350 · 🔀 6.9K · 📦 550 · 📋 6.2K - 9% open · ⏱️ 28.07.2022): +- [GitHub](https://github.com/open-mmlab/mmdetection) (👨‍💻 460 · 🔀 8.3K · 📦 2.5K · 📋 8.1K - 17% open · ⏱️ 05.02.2024): ``` git clone https://github.com/open-mmlab/mmdetection ```
-
torchvision (🥈27 · ⭐ 12K) - 计算机视觉的数据集,转换和模型。BSD-3 +
torchvision (🥈29 · ⭐ 16K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 -- [GitHub](https://github.com/pytorch/vision) (👨‍💻 500 · 🔀 6K · 📥 11K · 📋 2.5K - 23% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/pytorch/vision) (👨‍💻 590 · 🔀 6.7K · 📥 38K · 📦 21 · 📋 3.2K - 24% open · ⏱️ 10.05.2024): ``` git clone https://github.com/pytorch/vision ``` -- [PyPi](https://pypi.org/project/torchvision) (📥 3.9M / month): +- [PyPi](https://pypi.org/project/torchvision) (📥 13M / month): ``` pip install torchvision ``` -- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 340K · ⏱️ 24.07.2022): +- [Conda](https://anaconda.org/conda-forge/torchvision) (📥 1.1M · ⏱️ 16.05.2024): ``` conda install -c conda-forge torchvision ```
-
glfw (🥈27 · ⭐ 9.5K) - 一个用于OpenGL,Op​​enGL ES,Vulkan,窗口和输入的多平台库。❗️Zlib +
ImageHash (🥈29 · ⭐ 3K · 💤) - A Python Perceptual Image Hashing Module. BSD-2 -- [GitHub](https://github.com/glfw/glfw) (👨‍💻 180 · 🔀 3.5K · 📥 2.9M · 📦 1 · 📋 1.6K - 25% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/JohannesBuchner/imagehash) (👨‍💻 26 · 🔀 320 · 📦 13K · 📋 130 - 7% open · ⏱️ 24.10.2023): ``` - git clone https://github.com/glfw/glfw + git clone https://github.com/JohannesBuchner/imagehash ``` -- [PyPi](https://pypi.org/project/glfw) (📥 220K / month): +- [PyPi](https://pypi.org/project/ImageHash) (📥 1.7M / month): ``` - pip install glfw + pip install ImageHash ``` -- [Conda](https://anaconda.org/conda-forge/glfw) (📥 68K · ⏱️ 23.07.2022): +- [Conda](https://anaconda.org/conda-forge/imagehash) (📥 370K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge glfw + conda install -c conda-forge imagehash ```
-
InsightFace (🥈26 · ⭐ 12K) - MXNet和PyTorch上的人脸分析项目。MIT +
InsightFace (🥈28 · ⭐ 21K) - Face Analysis Project on MXNet and PyTorch. ❗Unlicensed -- [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 46 · 🔀 3.9K · 📦 180 · 📋 2K - 55% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/deepinsight/insightface) (👨‍💻 60 · 🔀 5.1K · 📥 3.1M · 📦 2.1K · 📋 2.4K - 43% open · ⏱️ 08.05.2024): ``` git clone https://github.com/deepinsight/insightface ``` -- [PyPi](https://pypi.org/project/insightface) (📥 21K / month): +- [PyPi](https://pypi.org/project/insightface) (📥 390K / month): ``` pip install insightface ```
-
imageai (🥈26 · ⭐ 7.2K · 💀) - python库旨在使开发人员能够构建应用程序。MIT +
imutils (🥈28 · ⭐ 4.5K · 💀) - A series of convenience functions to make basic image processing.. MIT -- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (👨‍💻 15 · 🔀 1.9K · 📥 780K · 📦 1.2K · 📋 690 - 37% open · ⏱️ 08.05.2021): +- [GitHub](https://github.com/PyImageSearch/imutils) (👨‍💻 21 · 🔀 1K · 📦 43K · 📋 180 - 54% open · ⏱️ 27.01.2022): ``` - git clone https://github.com/OlafenwaMoses/ImageAI - ``` -- [PyPi](https://pypi.org/project/imageai) (📥 8.9K / month): - ``` - pip install imageai + git clone https://github.com/jrosebr1/imutils ``` -
-
Face Recognition (🥈25 · ⭐ 46K) - 简单的面部识别API。MIT - -- [GitHub](https://github.com/ageitgey/face_recognition) (👨‍💻 54 · 🔀 12K · 📥 470 · 📋 1.2K - 53% open · ⏱️ 10.06.2022): - +- [PyPi](https://pypi.org/project/imutils) (📥 630K / month): ``` - git clone https://github.com/ageitgey/face_recognition + pip install imutils ``` -- [PyPi](https://pypi.org/project/face_recognition) (📥 39K / month): +- [Conda](https://anaconda.org/conda-forge/imutils) (📥 160K · ⏱️ 27.10.2023): ``` - pip install face_recognition + conda install -c conda-forge imutils ```
-
detectron2 (🥈25 · ⭐ 22K) - Detectron2是Facebook FAIR的高级目标检测平台。Apache-2 +
lightly (🥈28 · ⭐ 2.8K) - A python library for self-supervised learning on images. MIT -- [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 210 · 🔀 5.7K · 📦 710 · 📋 3.1K - 7% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 39 · 🔀 240 · 📦 250 · 📋 520 - 18% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/facebookresearch/detectron2 + git clone https://github.com/lightly-ai/lightly ``` -- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 78K · ⏱️ 25.04.2022): +- [PyPi](https://pypi.org/project/lightly) (📥 32K / month): ``` - conda install -c conda-forge detectron2 + pip install lightly ```
-
vit-pytorch (🥈25 · ⭐ 11K) - 实现视觉transformer,一种简单的方法。MIT +
Face Recognition (🥈27 · ⭐ 52K · 💀) - The world's simplest facial recognition api for.. MIT -- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 15 · 🔀 1.8K · 📦 140 · 📋 190 - 47% open · ⏱️ 27.07.2022): +- [GitHub](https://github.com/ageitgey/face_recognition) (👨‍💻 54 · 🔀 13K · 📥 1.2K · 📦 21 · 📋 1.3K - 55% open · ⏱️ 10.06.2022): ``` - git clone https://github.com/lucidrains/vit-pytorch + git clone https://github.com/ageitgey/face_recognition ``` -- [PyPi](https://pypi.org/project/vit-pytorch) (📥 19K / month): +- [PyPi](https://pypi.org/project/face_recognition) (📥 210K / month): ``` - pip install vit-pytorch + pip install face_recognition ```
-
facenet-pytorch (🥈25 · ⭐ 3K · 💤) - 预训练的Pytorch人脸检测(MTCNN)和识别。MIT +
vit-pytorch (🥈27 · ⭐ 18K) - Implementation of Vision Transformer, a simple way to.. MIT -- [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 14 · 🔀 650 · 📥 390K · 📦 850 · 📋 150 - 39% open · ⏱️ 13.12.2021): +- [GitHub](https://github.com/lucidrains/vit-pytorch) (👨‍💻 21 · 🔀 2.8K · 📦 460 · 📋 250 - 46% open · ⏱️ 11.05.2024): ``` - git clone https://github.com/timesler/facenet-pytorch + git clone https://github.com/lucidrains/vit-pytorch ``` -- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 18K / month): +- [PyPi](https://pypi.org/project/vit-pytorch) (📥 23K / month): ``` - pip install facenet-pytorch + pip install vit-pytorch ```
-
opencv-python (🥈25 · ⭐ 2.9K · 📈) - 自动化的CI工具链可生成预编译的opencv-python。MIT +
imageai (🥈27 · ⭐ 8.4K) - A python library built to empower developers to build applications and.. MIT -- [GitHub](https://github.com/opencv/opencv-python) (👨‍💻 39 · 🔀 580 · 📋 570 - 7% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (👨‍💻 19 · 🔀 2.1K · 📥 920K · 📦 1.6K · 📋 740 - 39% open · ⏱️ 20.02.2024): ``` - git clone https://github.com/skvark/opencv-python + git clone https://github.com/OlafenwaMoses/ImageAI ``` -- [PyPi](https://pypi.org/project/opencv-python) (📥 5.6M / month): +- [PyPi](https://pypi.org/project/imageai) (📥 8.2K / month): ``` - pip install opencv-python + pip install imageai ```
-
chainercv (🥈25 · ⭐ 1.5K · 💀) - ChainerCV:一个用于计算机视觉深度学习的库。MIT +
facenet-pytorch (🥈27 · ⭐ 4.2K) - Pretrained Pytorch face detection (MTCNN) and recognition.. MIT -- [GitHub](https://github.com/chainer/chainercv) (👨‍💻 39 · 🔀 300 · 📦 300 · 📋 200 - 18% open · ⏱️ 07.01.2020): +- [GitHub](https://github.com/timesler/facenet-pytorch) (👨‍💻 17 · 🔀 840 · 📥 970K · 📦 1.8K · 📋 170 - 38% open · ⏱️ 05.04.2024): ``` - git clone https://github.com/chainer/chainercv + git clone https://github.com/timesler/facenet-pytorch ``` -- [PyPi](https://pypi.org/project/chainercv) (📥 3.2K / month): +- [PyPi](https://pypi.org/project/facenet-pytorch) (📥 66K / month): ``` - pip install chainercv + pip install facenet-pytorch ```
-
mahotas (🥈25 · ⭐ 770) - Python中的计算机视觉。❗Unlicensed +
detectron2 (🥉26 · ⭐ 29K) - Detectron2 is FAIR's next-generation platform for object.. Apache-2 -- [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 32 · 🔀 140 · 📦 870 · 📋 79 - 20% open · ⏱️ 28.06.2022): +- [GitHub](https://github.com/facebookresearch/detectron2) (👨‍💻 270 · 🔀 6.9K · 📦 1.8K · 📋 3.5K - 11% open · ⏱️ 08.05.2024): ``` - git clone https://github.com/luispedro/mahotas - ``` -- [PyPi](https://pypi.org/project/mahotas) (📥 11K / month): - ``` - pip install mahotas + git clone https://github.com/facebookresearch/detectron2 ``` -- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 330K · ⏱️ 28.07.2022): +- [Conda](https://anaconda.org/conda-forge/detectron2) (📥 250K · ⏱️ 18.01.2024): ``` - conda install -c conda-forge mahotas + conda install -c conda-forge detectron2 ```
-
vidgear (🥉24 · ⭐ 2.4K) - 高性能跨平台视频处理Python框架。Apache-2 +
GluonCV (🥉26 · ⭐ 5.8K · 💀) - Gluon CV Toolkit. Apache-2 -- [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 13 · 🔀 190 · 📥 640 · 📦 230 · 📋 230 - 1% open · ⏱️ 06.07.2022): +- [GitHub](https://github.com/dmlc/gluon-cv) (👨‍💻 120 · 🔀 1.2K · 📦 21 · 📋 830 - 4% open · ⏱️ 19.01.2023): ``` - git clone https://github.com/abhiTronix/vidgear + git clone https://github.com/dmlc/gluon-cv ``` -- [PyPi](https://pypi.org/project/vidgear) (📥 6.5K / month): +- [PyPi](https://pypi.org/project/gluoncv) (📥 72K / month): ``` - pip install vidgear + pip install gluoncv ```
-
PyTorch3D (🥉23 · ⭐ 6.4K) - PyTorch3D是FAIR的深度学习可重用组件库。❗Unlicensed +
PyTorch3D (🥉25 · ⭐ 8.4K) - PyTorch3D is FAIR's library of reusable components for.. ❗Unlicensed -- [GitHub](https://github.com/facebookresearch/pytorch3d) (👨‍💻 96 · 🔀 940 · 📦 270 · 📋 1.1K - 7% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/facebookresearch/pytorch3d) (👨‍💻 140 · 🔀 1.2K · 📦 800 · 📋 1.5K - 16% open · ⏱️ 13.05.2024): ``` git clone https://github.com/facebookresearch/pytorch3d ``` -- [PyPi](https://pypi.org/project/pytorch3d) (📥 14K / month): +- [PyPi](https://pypi.org/project/pytorch3d) (📥 7K / month): ``` pip install pytorch3d ``` -- [Conda](https://anaconda.org/pytorch3d/pytorch3d) (📥 60K · ⏱️ 14.08.2022): +- [Conda](https://anaconda.org/pytorch3d/pytorch3d) (📥 210K · ⏱️ 31.10.2023): ``` conda install -c pytorch3d pytorch3d ```
-
Face Alignment (🥉23 · ⭐ 5.8K · 💤) - 使用pytorch构建2D和3D人脸对齐库。BSD-3 +
Face Alignment (🥉25 · ⭐ 6.8K · 💤) - 2D and 3D Face alignment library build using pytorch. BSD-3 -- [GitHub](https://github.com/1adrianb/face-alignment) (👨‍💻 23 · 🔀 1.2K · 📋 280 - 21% open · ⏱️ 04.08.2021): +- [GitHub](https://github.com/1adrianb/face-alignment) (👨‍💻 26 · 🔀 1.3K · 📦 21 · 📋 310 - 22% open · ⏱️ 16.08.2023): ``` git clone https://github.com/1adrianb/face-alignment ``` -- [PyPi](https://pypi.org/project/face-alignment) (📥 9.6K / month): +- [PyPi](https://pypi.org/project/face-alignment) (📥 79K / month): ``` pip install face-alignment ```
-
Augmentor (🥉23 · ⭐ 4.8K) - Python中的图像增强库,用于机器学习。MIT +
Norfair (🥉25 · ⭐ 2.3K) - Lightweight Python library for adding real-time 2D object tracking to.. BSD-3 -- [GitHub](https://github.com/mdbloice/Augmentor) (👨‍💻 22 · 🔀 820 · 📦 480 · 📋 190 - 61% open · ⏱️ 24.05.2022): +- [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 31 · 🔀 230 · 📥 310 · 📦 180 · 📋 160 - 8% open · ⏱️ 30.01.2024): ``` - git clone https://github.com/mdbloice/Augmentor + git clone https://github.com/tryolabs/norfair ``` -- [PyPi](https://pypi.org/project/Augmentor) (📥 16K / month): +- [PyPi](https://pypi.org/project/norfair) (📥 17K / month): ``` - pip install Augmentor + pip install norfair ```
-
mtcnn (🥉23 · ⭐ 1.8K · 💀) - TensorFlow的MTCNN人脸检测实现。MIT +
mtcnn (🥉25 · ⭐ 2.1K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP.. MIT -- [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 15 · 🔀 460 · 📦 2.6K · 📋 100 - 62% open · ⏱️ 09.07.2021): +- [GitHub](https://github.com/ipazc/mtcnn) (👨‍💻 15 · 🔀 500 · 📦 5.2K · 📋 100 - 63% open · ⏱️ 09.07.2021): ``` git clone https://github.com/ipazc/mtcnn ``` -- [PyPi](https://pypi.org/project/mtcnn) (📥 23K / month): +- [PyPi](https://pypi.org/project/mtcnn) (📥 81K / month): ``` pip install mtcnn ```
-
lightly (🥉23 · ⭐ 1.7K) - 一个用于对图像进行自监督学习的python库。MIT +
chainercv (🥉25 · ⭐ 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT -- [GitHub](https://github.com/lightly-ai/lightly) (👨‍💻 19 · 🔀 140 · 📦 46 · 📋 330 - 20% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/chainer/chainercv) (👨‍💻 39 · 🔀 300 · 📦 400 · 📋 200 - 18% open · ⏱️ 07.01.2020): ``` - git clone https://github.com/lightly-ai/lightly + git clone https://github.com/chainer/chainercv ``` -- [PyPi](https://pypi.org/project/lightly) (📥 3.3K / month): +- [PyPi](https://pypi.org/project/chainercv) (📥 2.3K / month): ``` - pip install lightly + pip install chainercv ```
-
Image Deduplicator (🥉22 · ⭐ 4.1K · 💀) - 图像查重。Apache-2 +
mahotas (🥉25 · ⭐ 830) - Computer Vision in Python. ❗Unlicensed -- [GitHub](https://github.com/idealo/imagededup) (👨‍💻 10 · 🔀 370 · 📦 26 · 📋 93 - 36% open · ⏱️ 23.11.2020): +- [GitHub](https://github.com/luispedro/mahotas) (👨‍💻 35 · 🔀 150 · 📦 1.3K · 📋 90 - 23% open · ⏱️ 02.05.2024): ``` - git clone https://github.com/idealo/imagededup + git clone https://github.com/luispedro/mahotas ``` -- [PyPi](https://pypi.org/project/imagededup) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/mahotas) (📥 18K / month): ``` - pip install imagededup + pip install mahotas + ``` +- [Conda](https://anaconda.org/conda-forge/mahotas) (📥 410K · ⏱️ 18.04.2024): + ``` + conda install -c conda-forge mahotas ```
-
pyvips (🥉22 · ⭐ 440) - 使用cffi的libvips的python接口。MIT +
Augmentor (🥉24 · ⭐ 5K · 💀) - Image augmentation library in Python for machine learning. MIT -- [GitHub](https://github.com/libvips/pyvips) (👨‍💻 14 · 🔀 40 · 📦 350 · 📋 300 - 36% open · ⏱️ 13.08.2022): +- [GitHub](https://github.com/mdbloice/Augmentor) (👨‍💻 23 · 🔀 840 · 📦 750 · 📋 190 - 61% open · ⏱️ 29.03.2023): ``` - git clone https://github.com/libvips/pyvips - ``` -- [PyPi](https://pypi.org/project/pyvips) (📥 19K / month): - ``` - pip install pyvips + git clone https://github.com/mdbloice/Augmentor ``` -- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 29K · ⏱️ 24.07.2022): +- [PyPi](https://pypi.org/project/Augmentor) (📥 9.8K / month): ``` - conda install -c conda-forge pyvips + pip install Augmentor ```
-
PaddleDetection (🥉21 · ⭐ 8.3K) - 对象检测和实例分割工具箱。Apache-2 +
Image Deduplicator (🥉24 · ⭐ 5K · 💀) - Finding duplicate images made easy!. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 100 · 🔀 2.1K · 📦 30 · 📋 3.8K - 20% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/idealo/imagededup) (👨‍💻 15 · 🔀 440 · 📦 110 · 📋 120 - 26% open · ⏱️ 28.04.2023): ``` - git clone https://github.com/PaddlePaddle/PaddleDetection + git clone https://github.com/idealo/imagededup + ``` +- [PyPi](https://pypi.org/project/imagededup) (📥 19K / month): + ``` + pip install imagededup ```
-
segmentation_models (🥉21 · ⭐ 4K) - Segmentation models with pretrained backbones. Keras.. MIT +
vidgear (🥉24 · ⭐ 3.2K · 💤) - High-performance cross-platform Video Processing Python.. Apache-2 -- [GitHub](https://github.com/qubvel/segmentation_models) (👨‍💻 14 · 🔀 910 · 📋 480 - 46% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/abhiTronix/vidgear) (👨‍💻 14 · 🔀 240 · 📥 1.3K · 📦 540 · 📋 280 - 2% open · ⏱️ 10.09.2023): ``` - git clone https://github.com/qubvel/segmentation_models + git clone https://github.com/abhiTronix/vidgear ``` -- [PyPi](https://pypi.org/project/segmentation_models) (📥 26K / month): +- [PyPi](https://pypi.org/project/vidgear) (📥 17K / month): ``` - pip install segmentation_models + pip install vidgear ```
-
Image Super-Resolution (🥉21 · ⭐ 3.8K · 💀) - 图像超精度变换。Apache-2 +
Image Super-Resolution (🥉22 · ⭐ 4.5K · 💀) - Super-scale your images and run experiments with.. Apache-2 -- [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 10 · 🔀 630 · 📦 97 · 📋 200 - 45% open · ⏱️ 02.06.2021): +- [GitHub](https://github.com/idealo/image-super-resolution) (👨‍💻 10 · 🔀 730 · 📦 120 · 📋 220 - 47% open · ⏱️ 02.06.2021): ``` git clone https://github.com/idealo/image-super-resolution ``` -- [PyPi](https://pypi.org/project/ISR) (📥 4.5K / month): +- [PyPi](https://pypi.org/project/ISR) (📥 5.1K / month): ``` pip install ISR ``` -- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 220 · ⏱️ 01.04.2019): +- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (📥 240 · ⭐ 1 · ⏱️ 01.04.2019): ``` docker pull idealo/image-super-resolution-gpu ```
-
Norfair (🥉21 · ⭐ 1.6K) - 轻量级Python库,用于向其中添加实时2D对象跟踪。BSD-3 +
pyvips (🥉22 · ⭐ 590) - python binding for libvips using cffi. MIT -- [GitHub](https://github.com/tryolabs/norfair) (👨‍💻 18 · 🔀 150 · 📥 200 · 📋 75 - 16% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/libvips/pyvips) (👨‍💻 16 · 🔀 50 · 📦 710 · 📋 410 - 42% open · ⏱️ 28.04.2024): ``` - git clone https://github.com/tryolabs/norfair + git clone https://github.com/libvips/pyvips ``` -- [PyPi](https://pypi.org/project/norfair) (📥 7.3K / month): +- [PyPi](https://pypi.org/project/pyvips) (📥 43K / month): ``` - pip install norfair + pip install pyvips + ``` +- [Conda](https://anaconda.org/conda-forge/pyvips) (📥 82K · ⏱️ 28.04.2024): + ``` + conda install -c conda-forge pyvips ```
-
CellProfiler (🥉21 · ⭐ 700) - 生物图像分析的开源应用程序。❗Unlicensed +
tensorflow-graphics (🥉21 · ⭐ 2.7K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 -- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 130 · 🔀 320 · 📥 3.4K · 📦 9 · 📋 3.1K - 5% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 39 · 🔀 360 · 📋 180 - 47% open · ⏱️ 13.03.2024): ``` - git clone https://github.com/CellProfiler/CellProfiler + git clone https://github.com/tensorflow/graphics ``` -- [PyPi](https://pypi.org/project/cellprofiler) (📥 900 / month): +- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 40K / month): ``` - pip install cellprofiler + pip install tensorflow-graphics ```
-
MMF (🥉20 · ⭐ 5K) - 来自视觉和语言多模态研究的模块化框架。BSD-3 +
Luminoth (🥉21 · ⭐ 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3 -- [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 100 · 🔀 840 · 📦 12 · 📋 620 - 30% open · ⏱️ 11.08.2022): +- [GitHub](https://github.com/tryolabs/luminoth) (👨‍💻 15 · 🔀 400 · 📥 13K · 📦 61 · 📋 180 - 29% open · ⏱️ 07.01.2020): ``` - git clone https://github.com/facebookresearch/mmf + git clone https://github.com/tryolabs/luminoth ``` -- [PyPi](https://pypi.org/project/mmf) (📥 240 / month): +- [PyPi](https://pypi.org/project/luminoth) (📥 2.2K / month): ``` - pip install mmf + pip install luminoth ```
-
tensorflow-graphics (🥉20 · ⭐ 2.7K) - TensorFlow图神经网络:可微分的图layerApache-2 +
MMF (🥉20 · ⭐ 5.4K) - A modular framework for vision & language multimodal research from.. BSD-3 -- [GitHub](https://github.com/tensorflow/graphics) (👨‍💻 36 · 🔀 340 · 📋 160 - 45% open · ⏱️ 04.04.2022): +- [GitHub](https://github.com/facebookresearch/mmf) (👨‍💻 120 · 🔀 880 · 📦 17 · 📋 650 - 16% open · ⏱️ 03.03.2024): ``` - git clone https://github.com/tensorflow/graphics + git clone https://github.com/facebookresearch/mmf ``` -- [PyPi](https://pypi.org/project/tensorflow-graphics) (📥 2.7K / month): +- [PyPi](https://pypi.org/project/mmf) (📥 510 / month): ``` - pip install tensorflow-graphics + pip install mmf ```
-
nude.py (🥉20 · ⭐ 860 · 💀) - 使用Python进行裸露检测。MIT +
segmentation_models (🥉20 · ⭐ 4.6K · 💀) - Segmentation models with pretrained backbones. Keras.. MIT -- [GitHub](https://github.com/hhatto/nude.py) (👨‍💻 12 · 🔀 130 · 📦 2.6K · 📋 10 - 70% open · ⏱️ 23.11.2020): +- [GitHub](https://github.com/qubvel/segmentation_models) (👨‍💻 14 · 🔀 1K · 📋 520 - 48% open · ⏱️ 29.07.2022): ``` - git clone https://github.com/hhatto/nude.py + git clone https://github.com/qubvel/segmentation_models ``` -- [PyPi](https://pypi.org/project/nudepy) (📥 9.5K / month): +- [PyPi](https://pypi.org/project/segmentation_models) (📥 27K / month): ``` - pip install nudepy + pip install segmentation_models ```
-
Luminoth (🥉19 · ⭐ 2.4K · 💀) - 用于计算机视觉的深度学习工具包。BSD-3 +
DE⫶TR (🥉19 · ⭐ 13K) - End-to-End Object Detection with Transformers. Apache-2 -- [GitHub](https://github.com/tryolabs/luminoth) (👨‍💻 15 · 🔀 400 · 📥 13K · 📦 41 · 📋 180 - 28% open · ⏱️ 07.01.2020): +- [GitHub](https://github.com/facebookresearch/detr) (👨‍💻 27 · 🔀 2.2K · 📦 21 · 📋 530 - 45% open · ⏱️ 12.03.2024): ``` - git clone https://github.com/tryolabs/luminoth - ``` -- [PyPi](https://pypi.org/project/luminoth) (📥 610 / month): - ``` - pip install luminoth + git clone https://github.com/facebookresearch/detr ```
-
Classy Vision (🥉19 · ⭐ 1.5K) - 用于图像和视频的端到端PyTorch框架。MIT +
PaddleDetection (🥉19 · ⭐ 12K) - Object detection and instance segmentation toolkit.. Apache-2 -- [GitHub](https://github.com/facebookresearch/ClassyVision) (👨‍💻 76 · 🔀 260 · 📋 76 - 17% open · ⏱️ 03.08.2022): +- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (👨‍💻 160 · 🔀 2.8K · 📋 5.3K - 22% open · ⏱️ 28.12.2023): ``` - git clone https://github.com/facebookresearch/ClassyVision + git clone https://github.com/PaddlePaddle/PaddleDetection ``` -- [PyPi](https://pypi.org/project/classy_vision) (📥 2K / month): +
+
nude.py (🥉18 · ⭐ 920 · 💀) - Nudity detection with Python. MIT + +- [GitHub](https://github.com/hhatto/nude.py) (👨‍💻 12 · 🔀 130 · 📦 3.6K · 📋 12 - 66% open · ⏱️ 23.11.2020): + ``` - pip install classy_vision + git clone https://github.com/hhatto/nude.py ``` -- [Conda](https://anaconda.org/conda-forge/classy_vision) (📥 14K · ⏱️ 22.03.2022): +- [PyPi](https://pypi.org/project/nudepy) (📥 680 / month): ``` - conda install -c conda-forge classy_vision + pip install nudepy ```
-
Caer (🥉18 · ⭐ 630 · 💤) - 轻量级的计算机视觉库。MIT +
Caer (🥉18 · ⭐ 750 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT -- [GitHub](https://github.com/jasmcaus/caer) (👨‍💻 8 · 🔀 74 · 📥 19 · 📋 15 - 13% open · ⏱️ 13.10.2021): +- [GitHub](https://github.com/jasmcaus/caer) (👨‍💻 8 · 🔀 98 · 📥 30 · 📋 15 - 13% open · ⏱️ 01.04.2023): ``` git clone https://github.com/jasmcaus/caer ``` -- [PyPi](https://pypi.org/project/caer) (📥 3K / month): +- [PyPi](https://pypi.org/project/caer) (📥 4.5K / month): ``` pip install caer ```
-
DE⫶TR (🥉17 · ⭐ 9.6K) - End-to-End Object Detection with Transformers. Apache-2 +
image-match (🥉17 · ⭐ 2.9K · 💀) - Quickly search over billions of images. ❗Unlicensed -- [GitHub](https://github.com/facebookresearch/detr) (👨‍💻 25 · 🔀 1.7K · 📋 440 - 38% open · ⏱️ 07.03.2022): +- [GitHub](https://github.com/rhsimplex/image-match) (👨‍💻 19 · 🔀 390 · 📋 100 - 53% open · ⏱️ 06.12.2022): ``` - git clone https://github.com/facebookresearch/detr + git clone https://github.com/EdjoLabs/image-match + ``` +- [PyPi](https://pypi.org/project/image_match) (📥 1.8K / month): + ``` + pip install image_match ```
-
Pillow-SIMD (🥉17 · ⭐ 1.9K · 💤) - 友好的PIL fork。❗️PIL +
Classy Vision (🥉17 · ⭐ 1.6K · 💀) - An end-to-end PyTorch framework for image and video.. MIT -- [GitHub](https://github.com/uploadcare/pillow-simd) (👨‍💻 380 · 🔀 74 · 📋 77 - 14% open · ⏱️ 17.01.2022): +- [GitHub](https://github.com/facebookresearch/ClassyVision) (👨‍💻 77 · 🔀 280 · 📋 77 - 16% open · ⏱️ 23.03.2023): ``` - git clone https://github.com/uploadcare/pillow-simd + git clone https://github.com/facebookresearch/ClassyVision ``` -- [PyPi](https://pypi.org/project/pillow-simd) (📥 51K / month): +- [PyPi](https://pypi.org/project/classy_vision) (📥 610 / month): ``` - pip install pillow-simd + pip install classy_vision + ``` +- [Conda](https://anaconda.org/conda-forge/classy_vision) (📥 20K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge classy_vision ```
-
PySlowFast (🥉16 · ⭐ 5K) - PySlowFast:来自FAIR的视频理解代码库。Apache-2 +
CellProfiler (🥉17 · ⭐ 860) - An open-source application for biological image analysis. ❗Unlicensed -- [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 28 · 🔀 960 · 📦 10 · 📋 550 - 52% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/CellProfiler/CellProfiler) (👨‍💻 140 · 🔀 360 · 📥 6.9K · 📦 20 · 📋 3.3K - 9% open · ⏱️ 01.05.2024): ``` - git clone https://github.com/facebookresearch/SlowFast + git clone https://github.com/CellProfiler/CellProfiler + ``` +- [PyPi](https://pypi.org/project/cellprofiler) (📥 660 / month): + ``` + pip install cellprofiler ```
-
image-match (🥉16 · ⭐ 2.8K · 💤) - 快速搜索数十亿张图像。❗Unlicensed +
PySlowFast (🥉16 · ⭐ 6.3K · 💤) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 -- [GitHub](https://github.com/ProvenanceLabs/image-match) (👨‍💻 19 · 🔀 380 · 📋 100 - 53% open · ⏱️ 21.09.2021): +- [GitHub](https://github.com/facebookresearch/SlowFast) (👨‍💻 31 · 🔀 1.1K · 📦 15 · 📋 660 - 57% open · ⏱️ 19.10.2023): ``` - git clone https://github.com/EdjoLabs/image-match + git clone https://github.com/facebookresearch/SlowFast ``` -- [PyPi](https://pypi.org/project/image_match) (📥 590 / month): +
+
pycls (🥉16 · ⭐ 2.1K · 💤) - Codebase for Image Classification Research, written in PyTorch. MIT + +- [GitHub](https://github.com/facebookresearch/pycls) (👨‍💻 19 · 🔀 230 · 📦 18 · 📋 81 - 30% open · ⏱️ 26.08.2023): + ``` - pip install image_match + git clone https://github.com/facebookresearch/pycls ```
-
pycls (🥉15 · ⭐ 2K) - 用PyTorch编写的图像分类研究代码库。MIT +
Pillow-SIMD (🥉16 · ⭐ 2.1K · 💤) - The friendly PIL fork. ❗️PIL -- [GitHub](https://github.com/facebookresearch/pycls) (👨‍💻 17 · 🔀 230 · 📦 6 · 📋 78 - 28% open · ⏱️ 12.07.2022): +- [GitHub](https://github.com/uploadcare/pillow-simd) (👨‍💻 380 · 🔀 85 · 📋 87 - 13% open · ⏱️ 20.06.2023): ``` - git clone https://github.com/facebookresearch/pycls + git clone https://github.com/uploadcare/pillow-simd + ``` +- [PyPi](https://pypi.org/project/pillow-simd) (📥 43K / month): + ``` + pip install pillow-simd ```
-
Torch Points 3D (🥉14 · ⭐ 93 · 💤) - 用于在点云上进行深度学习的Pytorch框架。BSD-3 +
Torch Points 3D (🥉16 · ⭐ 200 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3 -- [GitHub](https://github.com/nicolas-chaulet/torch-points3d) (👨‍💻 29 · 🔀 19 · ⏱️ 10.12.2021): +- [GitHub](https://github.com/nicolas-chaulet/torch-points3d) (👨‍💻 29 · 🔀 43 · ⏱️ 10.12.2021): ``` git clone https://github.com/nicolas-chaulet/torch-points3d ``` -- [PyPi](https://pypi.org/project/torch-points3d) (📥 570 / month): +- [PyPi](https://pypi.org/project/torch-points3d) (📥 1K / month): ``` pip install torch-points3d ```

-## 图数据处理 +## Graph Data -Back to top +Back to top -_用于图数据处理,聚类,图嵌入和机器学习任务的库。_ +_Libraries for graph processing, clustering, embedding, and machine learning tasks._ -
networkx (🥇32 · ⭐ 11K) - Python中的网络分析。❗Unlicensed +
networkx (🥇33 · ⭐ 14K) - Network Analysis in Python. ❗Unlicensed -- [GitHub](https://github.com/networkx/networkx) (👨‍💻 610 · 🔀 2.6K · 📥 60 · 📦 120K · 📋 2.8K - 5% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/networkx/networkx) (👨‍💻 720 · 🔀 3.1K · 📥 71 · 📦 250K · 📋 3.2K - 5% open · ⏱️ 15.05.2024): ``` git clone https://github.com/networkx/networkx ``` -- [PyPi](https://pypi.org/project/networkx) (📥 19M / month): +- [PyPi](https://pypi.org/project/networkx) (📥 54M / month): ``` pip install networkx ``` -- [Conda](https://anaconda.org/conda-forge/networkx) (📥 7.8M · ⏱️ 22.08.2022): +- [Conda](https://anaconda.org/conda-forge/networkx) (📥 16M · ⏱️ 08.04.2024): ``` conda install -c conda-forge networkx ```
-
dgl (🥇29 · ⭐ 10K) - 在现有基础之上构建的Python软件包,用于简化图上的深度学习。Apache-2 +
dgl (🥇32 · ⭐ 13K) - Python package built to ease deep learning on graph, on top of existing.. Apache-2 -- [GitHub](https://github.com/dmlc/dgl) (👨‍💻 230 · 🔀 2.4K · 📦 30 · 📋 1.7K - 13% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/dmlc/dgl) (👨‍💻 290 · 🔀 2.9K · 📦 240 · 📋 2.7K - 14% open · ⏱️ 16.05.2024): ``` git clone https://github.com/dmlc/dgl ``` -- [PyPi](https://pypi.org/project/dgl) (📥 32K / month): +- [PyPi](https://pypi.org/project/dgl) (📥 100K / month): ``` pip install dgl ```
-
PyTorch Geometric (🥇28 · ⭐ 15K) - PyTorch的几何深度学习扩展库。MIT +
PyTorch Geometric (🥇28 · ⭐ 20K) - Geometric Deep Learning Extension Library for PyTorch. MIT -- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 300 · 🔀 2.7K · 📋 2.6K - 35% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/pyg-team/pytorch_geometric) (👨‍💻 490 · 🔀 3.5K · 📋 3.4K - 23% open · ⏱️ 13.05.2024): ``` git clone https://github.com/rusty1s/pytorch_geometric ``` -- [PyPi](https://pypi.org/project/torch-geometric) (📥 92K / month): +- [PyPi](https://pypi.org/project/torch-geometric) (📥 290K / month): ``` pip install torch-geometric ```
-
ogb (🥇28 · ⭐ 1.4K) - 用于图机器学习的基准数据集,数据加载器和评估器。MIT +
StellarGraph (🥈27 · ⭐ 2.9K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2 -- [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 23 · 🔀 310 · 📦 380 · 📋 230 - 0% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/stellargraph/stellargraph) (👨‍💻 37 · 🔀 420 · 📦 260 · 📋 1K - 28% open · ⏱️ 29.10.2021): ``` - git clone https://github.com/snap-stanford/ogb + git clone https://github.com/stellargraph/stellargraph ``` -- [PyPi](https://pypi.org/project/ogb) (📥 80K / month): +- [PyPi](https://pypi.org/project/stellargraph) (📥 8.8K / month): ``` - pip install ogb + pip install stellargraph ```
-
igraph (🥈27 · ⭐ 1K) - Igraph的Python接口。❗️GPL-2.0 +
igraph (🥈27 · ⭐ 1.2K) - Python interface for igraph. ❗️GPL-2.0 -- [GitHub](https://github.com/igraph/python-igraph) (👨‍💻 61 · 🔀 220 · 📥 460K · 📦 850 · 📋 410 - 9% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/igraph/python-igraph) (👨‍💻 75 · 🔀 240 · 📥 560K · 📦 3.9K · 📋 540 - 7% open · ⏱️ 11.05.2024): ``` git clone https://github.com/igraph/python-igraph ``` -- [PyPi](https://pypi.org/project/python-igraph) (📥 260K / month): +- [PyPi](https://pypi.org/project/python-igraph) (📥 240K / month): ``` pip install python-igraph ``` -- [Conda](https://anaconda.org/conda-forge/igraph) (📥 320K · ⏱️ 13.06.2022): +- [Conda](https://anaconda.org/conda-forge/igraph) (📥 530K · ⏱️ 07.05.2024): ``` conda install -c conda-forge igraph ```
-
StellarGraph (🥈25 · ⭐ 2.5K · 💤) - StellarGraph-图机器学习库。Apache-2 +
ogb (🥈26 · ⭐ 1.9K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT -- [GitHub](https://github.com/stellargraph/stellargraph) (👨‍💻 36 · 🔀 380 · 📦 160 · 📋 1K - 27% open · ⏱️ 29.10.2021): +- [GitHub](https://github.com/snap-stanford/ogb) (👨‍💻 32 · 🔀 380 · 📦 1.6K · 📋 290 - 6% open · ⏱️ 01.02.2024): ``` - git clone https://github.com/stellargraph/stellargraph + git clone https://github.com/snap-stanford/ogb ``` -- [PyPi](https://pypi.org/project/stellargraph) (📥 22K / month): +- [PyPi](https://pypi.org/project/ogb) (📥 34K / month): ``` - pip install stellargraph + pip install ogb ```
-
Spektral (🥈25 · ⭐ 2.1K) - 使用Keras和Tensorflow 2的图神经网络。MIT +
Spektral (🥈25 · ⭐ 2.3K) - Graph Neural Networks with Keras and Tensorflow 2. MIT -- [GitHub](https://github.com/danielegrattarola/spektral) (👨‍💻 24 · 🔀 300 · 📦 140 · 📋 230 - 16% open · ⏱️ 22.07.2022): +- [GitHub](https://github.com/danielegrattarola/spektral) (👨‍💻 27 · 🔀 330 · 📦 290 · 📋 270 - 24% open · ⏱️ 21.01.2024): ``` git clone https://github.com/danielegrattarola/spektral ``` -- [PyPi](https://pypi.org/project/spektral) (📥 6.8K / month): +- [PyPi](https://pypi.org/project/spektral) (📥 8.6K / month): ``` pip install spektral ```
-
Karate Club (🥈23 · ⭐ 1.7K) - 面向API的开源Python框架。❗️GPL-3.0 +
Node2Vec (🥈24 · ⭐ 1.2K) - Implementation of the node2vec algorithm. MIT -- [GitHub](https://github.com/benedekrozemberczki/karateclub) (👨‍💻 15 · 🔀 210 · 📦 100 · ⏱️ 20.08.2022): +- [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 15 · 🔀 230 · 📦 610 · 📋 92 - 5% open · ⏱️ 05.05.2024): ``` - git clone https://github.com/benedekrozemberczki/karateclub + git clone https://github.com/eliorc/node2vec ``` -- [PyPi](https://pypi.org/project/karateclub) (📥 2.8K / month): +- [PyPi](https://pypi.org/project/node2vec) (📥 27K / month): ``` - pip install karateclub + pip install node2vec + ``` +- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 28K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge node2vec ```
-
pytorch_geometric_temporal (🥈23 · ⭐ 1.7K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT +
AmpliGraph (🥈23 · ⭐ 2.1K) - Python library for Representation Learning on Knowledge.. Apache-2 -- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 23 · 🔀 250 · 📋 120 - 5% open · ⏱️ 02.08.2022): +- [GitHub](https://github.com/Accenture/AmpliGraph) (👨‍💻 21 · 🔀 250 · 📦 49 · 📋 220 - 15% open · ⏱️ 28.02.2024): ``` - git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal + git clone https://github.com/Accenture/AmpliGraph ``` -- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/ampligraph) (📥 1.3K / month): ``` - pip install torch-geometric-temporal + pip install ampligraph ```
-
AmpliGraph (🥈22 · ⭐ 1.8K · 💀) - 用于知识表示学习的Python库。Apache-2 +
Karate Club (🥈23 · ⭐ 2.1K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0 -- [GitHub](https://github.com/Accenture/AmpliGraph) (👨‍💻 19 · 🔀 210 · 📦 25 · 📋 210 - 12% open · ⏱️ 25.05.2021): +- [GitHub](https://github.com/benedekrozemberczki/karateclub) (👨‍💻 20 · 🔀 240 · 📦 230 · 📋 120 - 4% open · ⏱️ 05.03.2024): ``` - git clone https://github.com/Accenture/AmpliGraph + git clone https://github.com/benedekrozemberczki/karateclub ``` -- [PyPi](https://pypi.org/project/ampligraph) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/karateclub) (📥 4.3K / month): ``` - pip install ampligraph + pip install karateclub ```
-
Paddle Graph Learning (🥈22 · ⭐ 1.4K) - paddle图机器学习。Apache-2 +
PyKEEN (🥈23 · ⭐ 1.5K) - A Python library for learning and evaluating knowledge graph embeddings. MIT -- [GitHub](https://github.com/PaddlePaddle/PGL) (👨‍💻 28 · 🔀 270 · 📦 33 · 📋 150 - 35% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 38 · 🔀 180 · 📥 180 · 📋 530 - 16% open · ⏱️ 04.05.2024): ``` - git clone https://github.com/PaddlePaddle/PGL + git clone https://github.com/pykeen/pykeen ``` -- [PyPi](https://pypi.org/project/pgl) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/pykeen) (📥 5K / month): ``` - pip install pgl + pip install pykeen + ``` +
+
pytorch_geometric_temporal (🥈22 · ⭐ 2.5K · 💤) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT + +- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (👨‍💻 28 · 🔀 350 · 📋 180 - 13% open · ⏱️ 01.07.2023): + + ``` + git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal + ``` +- [PyPi](https://pypi.org/project/torch-geometric-temporal) (📥 2.1K / month): + ``` + pip install torch-geometric-temporal ```
-
pygal (🥈21 · ⭐ 2.5K · 💤) - PYthon svg GrAph绘图库。❗️LGPL-3.0 +
pygal (🥉21 · ⭐ 2.6K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 -- [GitHub](https://github.com/Kozea/pygal) (👨‍💻 71 · 🔀 390 · 📋 400 - 39% open · ⏱️ 24.11.2021): +- [GitHub](https://github.com/Kozea/pygal) (👨‍💻 77 · 🔀 410 · 📋 420 - 41% open · ⏱️ 11.12.2023): ``` git clone https://github.com/Kozea/pygal ``` -- [PyPi](https://pypi.org/project/pygal) (📥 120K / month): +- [PyPi](https://pypi.org/project/pygal) (📥 310K / month): ``` pip install pygal ``` -- [Conda](https://anaconda.org/conda-forge/pygal) (📥 20K · ⏱️ 04.06.2019): +- [Conda](https://anaconda.org/conda-forge/pygal) (📥 40K · ⏱️ 21.11.2023): ``` conda install -c conda-forge pygal ```
-
PyKEEN (🥈21 · ⭐ 960) - 一个用于学习和评估知识图嵌入的Python库。MIT +
Paddle Graph Learning (🥉21 · ⭐ 1.6K · 💤) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2 -- [GitHub](https://github.com/pykeen/pykeen) (👨‍💻 31 · 🔀 130 · 📥 140 · 📋 420 - 13% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/PaddlePaddle/PGL) (👨‍💻 31 · 🔀 310 · 📦 55 · 📋 190 - 19% open · ⏱️ 26.09.2023): ``` - git clone https://github.com/pykeen/pykeen + git clone https://github.com/PaddlePaddle/PGL ``` -- [PyPi](https://pypi.org/project/pykeen) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/pgl) (📥 1.3K / month): ``` - pip install pykeen + pip install pgl ```
-
Node2Vec (🥈21 · ⭐ 950) - node2vec算法的实现。MIT +
PyTorch-BigGraph (🥉20 · ⭐ 3.4K) - Generate embeddings from large-scale graph-structured.. ❗Unlicensed -- [GitHub](https://github.com/eliorc/node2vec) (👨‍💻 11 · 🔀 200 · ⏱️ 01.08.2022): +- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (👨‍💻 32 · 🔀 440 · 📥 180 · 📋 200 - 30% open · ⏱️ 03.03.2024): ``` - git clone https://github.com/eliorc/node2vec + git clone https://github.com/facebookresearch/PyTorch-BigGraph ``` -- [PyPi](https://pypi.org/project/node2vec) (📥 78K / month): +- [PyPi](https://pypi.org/project/torchbiggraph) (📥 610K / month): ``` - pip install node2vec + pip install torchbiggraph + ``` +
+
torch-cluster (🥉20 · ⭐ 760) - PyTorch Extension Library of Optimized Graph Cluster.. MIT + +- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 34 · 🔀 140 · 📋 160 - 17% open · ⏱️ 29.04.2024): + + ``` + git clone https://github.com/rusty1s/pytorch_cluster ``` -- [Conda](https://anaconda.org/conda-forge/node2vec) (📥 22K · ⏱️ 25.04.2020): +- [PyPi](https://pypi.org/project/torch-cluster) (📥 14K / month): ``` - conda install -c conda-forge node2vec + pip install torch-cluster ```
-
torch-cluster (🥈21 · ⭐ 560) - 优化图聚类的PyTorch扩展库MIT +
graph-nets (🥉18 · ⭐ 5.3K · 💀) - Build Graph Nets in Tensorflow. Apache-2 -- [GitHub](https://github.com/rusty1s/pytorch_cluster) (👨‍💻 25 · 🔀 100 · 📋 110 - 17% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/google-deepmind/graph_nets) (👨‍💻 11 · 🔀 770 · 📦 20 · 📋 130 - 6% open · ⏱️ 12.12.2022): ``` - git clone https://github.com/rusty1s/pytorch_cluster + git clone https://github.com/deepmind/graph_nets ``` -- [PyPi](https://pypi.org/project/torch-cluster) (📥 27K / month): +- [PyPi](https://pypi.org/project/graph-nets) (📥 1.2K / month): ``` - pip install torch-cluster + pip install graph-nets ```
-
PyTorch-BigGraph (🥉19 · ⭐ 3.1K) - 从大型图网络结构生成embedding嵌入。❗Unlicensed +
DeepGraph (🥉18 · ⭐ 280) - Analyze Data with Pandas-based Networks. Documentation:. ❗Unlicensed -- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (👨‍💻 27 · 🔀 410 · 📥 140 · 📋 190 - 26% open · ⏱️ 05.07.2022): +- [GitHub](https://github.com/deepgraph/deepgraph) (👨‍💻 3 · 🔀 40 · 📦 9 · 📋 17 - 52% open · ⏱️ 27.03.2024): ``` - git clone https://github.com/facebookresearch/PyTorch-BigGraph + git clone https://github.com/deepgraph/deepgraph ``` -- [PyPi](https://pypi.org/project/torchbiggraph) (📥 320K / month): +- [PyPi](https://pypi.org/project/deepgraph) (📥 780 / month): ``` - pip install torchbiggraph + pip install deepgraph + ``` +- [Conda](https://anaconda.org/conda-forge/deepgraph) (📥 180K · ⏱️ 27.03.2024): + ``` + conda install -c conda-forge deepgraph ```
-
DeepWalk (🥉19 · ⭐ 2.5K · 💀) - DeepWalk-图的深度学习。❗Unlicensed +
DeepWalk (🥉17 · ⭐ 2.6K · 💀) - DeepWalk - Deep Learning for Graphs. ❗Unlicensed -- [GitHub](https://github.com/phanein/deepwalk) (👨‍💻 10 · 🔀 810 · 📦 56 · 📋 110 - 24% open · ⏱️ 02.04.2020): +- [GitHub](https://github.com/phanein/deepwalk) (👨‍💻 10 · 🔀 820 · 📦 69 · 📋 110 - 27% open · ⏱️ 02.04.2020): ``` git clone https://github.com/phanein/deepwalk ``` -- [PyPi](https://pypi.org/project/deepwalk) (📥 3.1K / month): +- [PyPi](https://pypi.org/project/deepwalk) (📥 660 / month): ``` pip install deepwalk ```
-
kglib (🥉17 · ⭐ 520) - Grakn知识图库(ML R&D)。Apache-2 +
pyRDF2Vec (🥉17 · ⭐ 240 · 💤) - Python Implementation and Extension of RDF2Vec. MIT -- [GitHub](https://github.com/vaticle/typedb-ml) (👨‍💻 9 · 🔀 88 · 📥 210 · 📋 60 - 16% open · ⏱️ 01.08.2022): +- [GitHub](https://github.com/IBCNServices/pyRDF2Vec) (👨‍💻 7 · 🔀 45 · 📦 40 · 📋 85 - 24% open · ⏱️ 02.07.2023): ``` - git clone https://github.com/graknlabs/kglib + git clone https://github.com/IBCNServices/pyRDF2Vec ``` -- [PyPi](https://pypi.org/project/grakn-kglib) (📥 26 / month): +- [PyPi](https://pypi.org/project/pyrdf2vec) (📥 400 / month): ``` - pip install grakn-kglib + pip install pyrdf2vec ```
-
GraphEmbedding (🥉16 · ⭐ 3K) - 图嵌入算法的实现和实验。MIT +
GraphEmbedding (🥉16 · ⭐ 3.6K · 💀) - Implementation and experiments of graph embedding.. MIT -- [GitHub](https://github.com/shenweichen/GraphEmbedding) (👨‍💻 9 · 🔀 860 · 📦 21 · 📋 57 - 59% open · ⏱️ 21.06.2022): +- [GitHub](https://github.com/shenweichen/GraphEmbedding) (👨‍💻 9 · 🔀 970 · 📦 32 · 📋 64 - 60% open · ⏱️ 21.06.2022): ``` git clone https://github.com/shenweichen/GraphEmbedding ```
-
graph-nets (🥉15 · ⭐ 5.2K · 💀) - 在Tensorflow中构建图神经网络。Apache-2 +
Sematch (🥉16 · ⭐ 420) - semantic similarity framework for knowledge graph. Apache-2 -- [GitHub](https://github.com/deepmind/graph_nets) (👨‍💻 10 · 🔀 770 · 📋 120 - 2% open · ⏱️ 04.12.2020): +- [GitHub](https://github.com/gsi-upm/sematch) (👨‍💻 10 · 🔀 100 · 📦 46 · 📋 34 - 44% open · ⏱️ 07.11.2023): ``` - git clone https://github.com/deepmind/graph_nets + git clone https://github.com/gsi-upm/sematch ``` -- [PyPi](https://pypi.org/project/graph-nets) (📥 1K / month): +- [PyPi](https://pypi.org/project/sematch) (📥 440 / month): ``` - pip install graph-nets + pip install sematch ```
-
Euler (🥉15 · ⭐ 2.8K · 💀) - 分布式图深度学习框架。Apache-2 +
kglib (🥉15 · ⭐ 550) - Grakn Knowledge Graph Library (ML R&D). Apache-2 -- [GitHub](https://github.com/alibaba/euler) (👨‍💻 3 · 🔀 550 · 📋 320 - 67% open · ⏱️ 29.07.2020): +- [GitHub](https://github.com/vaticle/typedb-ml) (👨‍💻 12 · 🔀 90 · 📥 220 · 📋 63 - 19% open · ⏱️ 18.11.2023): ``` - git clone https://github.com/alibaba/euler + git clone https://github.com/graknlabs/kglib ``` -- [PyPi](https://pypi.org/project/euler-gl) (📥 15 / month): +- [PyPi](https://pypi.org/project/grakn-kglib) (📥 140 / month): ``` - pip install euler-gl + pip install grakn-kglib ```
-
DeepGraph (🥉15 · ⭐ 260 · 💀) - 使用基于pandas的网络分析数据。❗Unlicensed +
Euler (🥉14 · ⭐ 2.9K · 💀) - A distributed graph deep learning framework. Apache-2 -- [GitHub](https://github.com/deepgraph/deepgraph) (👨‍💻 2 · 🔀 38 · 📦 5 · 📋 14 - 64% open · ⏱️ 14.06.2021): +- [GitHub](https://github.com/alibaba/euler) (👨‍💻 3 · 🔀 560 · 📋 320 - 67% open · ⏱️ 29.07.2020): ``` - git clone https://github.com/deepgraph/deepgraph - ``` -- [PyPi](https://pypi.org/project/deepgraph) (📥 290 / month): - ``` - pip install deepgraph + git clone https://github.com/alibaba/euler ``` -- [Conda](https://anaconda.org/conda-forge/deepgraph) (📥 130K · ⏱️ 19.04.2022): +- [PyPi](https://pypi.org/project/euler-gl) (📥 12 / month): ``` - conda install -c conda-forge deepgraph + pip install euler-gl ```
-
pyRDF2Vec (🥉15 · ⭐ 160) - RDF2Vec的Python实现和扩展。MIT +
GraphVite (🥉14 · ⭐ 1.2K · 💀) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 -- [GitHub](https://github.com/IBCNServices/pyRDF2Vec) (👨‍💻 6 · 🔀 32 · 📋 61 - 14% open · ⏱️ 06.05.2022): +- [GitHub](https://github.com/DeepGraphLearning/graphvite) (🔀 150 · 📋 110 - 47% open · ⏱️ 14.01.2021): ``` - git clone https://github.com/IBCNServices/pyRDF2Vec + git clone https://github.com/DeepGraphLearning/graphvite ``` -- [PyPi](https://pypi.org/project/pyrdf2vec) (📥 300 / month): +- [Conda](https://anaconda.org/milagraph/graphvite) (📥 4.7K · ⏱️ 16.06.2023): ``` - pip install pyrdf2vec + conda install -c milagraph graphvite ```
-
GraphSAGE (🥉14 · ⭐ 2.8K · 💀) - 大型图上的表示学习。MIT +
GraphSAGE (🥉13 · ⭐ 3.3K · 💀) - Representation learning on large graphs using stochastic.. MIT -- [GitHub](https://github.com/williamleif/GraphSAGE) (👨‍💻 9 · 🔀 770 · 📋 160 - 62% open · ⏱️ 19.09.2018): +- [GitHub](https://github.com/williamleif/GraphSAGE) (👨‍💻 9 · 🔀 830 · 📋 170 - 64% open · ⏱️ 19.09.2018): ``` git clone https://github.com/williamleif/GraphSAGE ```
-
OpenNE (🥉14 · ⭐ 1.6K · 💀) - 神经关系提取(NRE)的开源软件包。MIT +
OpenNE (🥉13 · ⭐ 1.7K) - An Open-Source Package for Network Embedding (NE). MIT -- [GitHub](https://github.com/thunlp/OpenNE) (👨‍💻 10 · 🔀 480 · 📋 97 - 1% open · ⏱️ 12.08.2019): +- [GitHub](https://github.com/thunlp/OpenNE) (👨‍💻 12 · 🔀 480 · 📋 100 - 4% open · ⏱️ 10.01.2024): ``` git clone https://github.com/thunlp/OpenNE ```
-
AutoGL (🥉14 · ⭐ 840) - 用于图上机器学习的autoML框架和工具包。Apache-2 +
AutoGL (🥉12 · ⭐ 1.1K) - An autoML framework & toolkit for machine learning on graphs. Apache-2 -- [GitHub](https://github.com/THUMNLab/AutoGL) (👨‍💻 13 · 🔀 98 · 📋 23 - 34% open · ⏱️ 19.04.2022): +- [GitHub](https://github.com/THUMNLab/AutoGL) (👨‍💻 15 · 🔀 120 · 📋 39 - 35% open · ⏱️ 05.02.2024): ``` git clone https://github.com/THUMNLab/AutoGL @@ -3579,33 +3603,9 @@ _用于图数据处理,聚类,图嵌入和机器学习任务的库。_ pip install auto-graph-learning ```
-
Sematch (🥉14 · ⭐ 400 · 💀) - 知识图的语义相似性框架。Apache-2 - -- [GitHub](https://github.com/gsi-upm/sematch) (👨‍💻 5 · 🔀 100 · 📦 34 · 📋 33 - 42% open · ⏱️ 27.03.2019): - - ``` - git clone https://github.com/gsi-upm/sematch - ``` -- [PyPi](https://pypi.org/project/sematch) (📥 130 / month): - ``` - pip install sematch - ``` -
-
GraphVite (🥉12 · ⭐ 1.1K · 💀) - GraphVite:通用的高性能图形嵌入系统。Apache-2 - -- [GitHub](https://github.com/DeepGraphLearning/graphvite) (🔀 140 · 📋 100 - 42% open · ⏱️ 14.01.2021): - - ``` - git clone https://github.com/DeepGraphLearning/graphvite - ``` -- [Conda](https://anaconda.org/milagraph/graphvite) (📥 4.4K · ⏱️ 19.03.2020): - ``` - conda install -c milagraph graphvite - ``` -
-
OpenKE (🥉11 · ⭐ 3.2K · 💀) - 神经关系提取(NRE)的开源软件包。❗Unlicensed +
OpenKE (🥉11 · ⭐ 3.7K) - An Open-Source Package for Knowledge Embedding (KE). ❗Unlicensed -- [GitHub](https://github.com/thunlp/OpenKE) (👨‍💻 10 · 🔀 900 · 📋 350 - 1% open · ⏱️ 06.04.2021): +- [GitHub](https://github.com/thunlp/OpenKE) (👨‍💻 14 · 🔀 970 · 📋 380 - 6% open · ⏱️ 10.01.2024): ``` git clone https://github.com/thunlp/OpenKE @@ -3613,775 +3613,795 @@ _用于图数据处理,聚类,图嵌入和机器学习任务的库。_

-## 音频处理 - -Back to top +## Audio Data -_用于音频分析,处理,转换和提取以及语音识别和音乐生成任务的库。_ +Back to top -
DeepSpeech (🥇30 · ⭐ 20K · 💤) - DeepSpeech是开源的语音转文本引擎。MPL-2.0 +_Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks._ -- [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 160 · 🔀 3.4K · 📥 880K · 📦 800 · 📋 2.1K - 5% open · ⏱️ 17.11.2021): - - ``` - git clone https://github.com/mozilla/DeepSpeech - ``` -- [PyPi](https://pypi.org/project/deepspeech) (📥 9.4K / month): - ``` - pip install deepspeech - ``` -
-
Pydub (🥇30 · ⭐ 6.3K) - 使用简单易用的高级界面处理音频。MIT +
Pydub (🥇33 · ⭐ 8.4K · 💀) - Manipulate audio with a simple and easy high level interface. MIT -- [GitHub](https://github.com/jiaaro/pydub) (👨‍💻 92 · 🔀 840 · 📦 14K · 📋 490 - 46% open · ⏱️ 14.05.2022): +- [GitHub](https://github.com/jiaaro/pydub) (👨‍💻 95 · 🔀 990 · 📦 57K · 📋 560 - 51% open · ⏱️ 08.12.2022): ``` git clone https://github.com/jiaaro/pydub ``` -- [PyPi](https://pypi.org/project/pydub) (📥 1.6M / month): +- [PyPi](https://pypi.org/project/pydub) (📥 4.6M / month): ``` pip install pydub ``` -- [Conda](https://anaconda.org/conda-forge/pydub) (📥 28K · ⏱️ 13.03.2021): +- [Conda](https://anaconda.org/conda-forge/pydub) (📥 93K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pydub ```
-
espnet (🥇29 · ⭐ 5.4K) - 端到端语音处理工具包。Apache-2 +
espnet (🥇31 · ⭐ 7.9K) - End-to-End Speech Processing Toolkit. Apache-2 -- [GitHub](https://github.com/espnet/espnet) (👨‍💻 280 · 🔀 1.6K · 📥 76 · 📦 67 · 📋 1.9K - 15% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/espnet/espnet) (👨‍💻 420 · 🔀 2K · 📥 79 · 📦 320 · 📋 2.3K - 10% open · ⏱️ 08.05.2024): ``` git clone https://github.com/espnet/espnet ``` -- [PyPi](https://pypi.org/project/espnet) (📥 11K / month): +- [PyPi](https://pypi.org/project/espnet) (📥 74K / month): ``` pip install espnet ```
-
Magenta (🥈27 · ⭐ 18K) - 借助机器智能进行音乐和艺术创作。Apache-2 +
DeepSpeech (🥇29 · ⭐ 24K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 -- [GitHub](https://github.com/magenta/magenta) (👨‍💻 150 · 🔀 3.5K · 📦 380 · 📋 890 - 34% open · ⏱️ 08.08.2022): +- [GitHub](https://github.com/mozilla/DeepSpeech) (👨‍💻 160 · 🔀 3.8K · 📥 1.1M · 📦 420 · 📋 2.1K - 5% open · ⏱️ 17.11.2021): ``` - git clone https://github.com/magenta/magenta + git clone https://github.com/mozilla/DeepSpeech ``` -- [PyPi](https://pypi.org/project/magenta) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/deepspeech) (📥 9K / month): ``` - pip install magenta + pip install deepspeech ```
-
torchaudio (🥈27 · ⭐ 1.8K) - 音频信号的数据处理和转换。BSD-2 +
spleeter (🥈28 · ⭐ 25K · 💤) - Deezer source separation library including pretrained models. MIT -- [GitHub](https://github.com/pytorch/audio) (👨‍💻 170 · 🔀 450 · 📋 640 - 20% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/deezer/spleeter) (👨‍💻 19 · 🔀 2.7K · 📥 3.1M · 📦 710 · 📋 770 - 26% open · ⏱️ 13.07.2023): ``` - git clone https://github.com/pytorch/audio + git clone https://github.com/deezer/spleeter ``` -- [PyPi](https://pypi.org/project/torchaudio) (📥 730K / month): +- [PyPi](https://pypi.org/project/spleeter) (📥 14K / month): ``` - pip install torchaudio + pip install spleeter + ``` +- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 82K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge spleeter ```
-
aubio (🥈26 · ⭐ 2.8K · 💤) - 用于音频和音乐分析的库。❗️GPL-3.0 +
SpeechRecognition (🥈28 · ⭐ 8.1K) - Speech recognition module for Python, supporting.. BSD-3 -- [GitHub](https://github.com/aubio/aubio) (👨‍💻 24 · 🔀 340 · 📦 310 · 📋 310 - 41% open · ⏱️ 25.01.2022): +- [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 50 · 🔀 2.3K · 📦 21 · 📋 600 - 46% open · ⏱️ 05.05.2024): ``` - git clone https://github.com/aubio/aubio + git clone https://github.com/Uberi/speech_recognition ``` -- [PyPi](https://pypi.org/project/aubio) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 770K / month): ``` - pip install aubio + pip install SpeechRecognition ``` -- [Conda](https://anaconda.org/conda-forge/aubio) (📥 540K · ⏱️ 13.07.2022): +- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 180K · ⏱️ 06.05.2024): ``` - conda install -c conda-forge aubio + conda install -c conda-forge speechrecognition ```
-
spleeter (🥈24 · ⭐ 20K) - Deezer源分离库,包括预训练的模型。MIT +
torchaudio (🥈28 · ⭐ 2.4K) - Data manipulation and transformation for audio signal.. BSD-2 -- [GitHub](https://github.com/deezer/spleeter) (👨‍💻 19 · 🔀 2.2K · 📥 1.8M · 📋 680 - 21% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/pytorch/audio) (👨‍💻 220 · 🔀 610 · 📋 910 - 20% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/deezer/spleeter + git clone https://github.com/pytorch/audio ``` -- [PyPi](https://pypi.org/project/spleeter) (📥 10K / month): +- [PyPi](https://pypi.org/project/torchaudio) (📥 5.7M / month): ``` - pip install spleeter + pip install torchaudio + ``` +
+
Magenta (🥈26 · ⭐ 19K · 💤) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 + +- [GitHub](https://github.com/magenta/magenta) (👨‍💻 160 · 🔀 3.6K · 📦 500 · 📋 950 - 38% open · ⏱️ 11.07.2023): + + ``` + git clone https://github.com/magenta/magenta ``` -- [Conda](https://anaconda.org/conda-forge/spleeter) (📥 68K · ⏱️ 30.06.2020): +- [PyPi](https://pypi.org/project/magenta) (📥 4K / month): ``` - conda install -c conda-forge spleeter + pip install magenta ```
-
SpeechRecognition (🥈24 · ⭐ 6.5K) - 适用于Python的语音识别模块。BSD-3 +
audioread (🥈26 · ⭐ 480) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.. MIT -- [GitHub](https://github.com/Uberi/speech_recognition) (👨‍💻 47 · 🔀 2K · 📋 510 - 44% open · ⏱️ 02.08.2022): +- [GitHub](https://github.com/beetbox/audioread) (👨‍💻 24 · 🔀 100 · 📦 21K · 📋 90 - 36% open · ⏱️ 15.12.2023): ``` - git clone https://github.com/Uberi/speech_recognition + git clone https://github.com/beetbox/audioread ``` -- [PyPi](https://pypi.org/project/SpeechRecognition) (📥 330K / month): +- [PyPi](https://pypi.org/project/audioread) (📥 2.1M / month): ``` - pip install SpeechRecognition + pip install audioread ``` -- [Conda](https://anaconda.org/conda-forge/speechrecognition) (📥 140K · ⏱️ 13.12.2021): +- [Conda](https://anaconda.org/conda-forge/audioread) (📥 770K · ⏱️ 30.09.2023): ``` - conda install -c conda-forge speechrecognition + conda install -c conda-forge audioread ```
-
pyAudioAnalysis (🥈24 · ⭐ 4.9K) - Python音频分析库。Apache-2 +
pyAudioAnalysis (🥈25 · ⭐ 5.7K · 💤) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 -- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 26 · 🔀 1.1K · 📦 290 · 📋 290 - 59% open · ⏱️ 19.04.2022): +- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (👨‍💻 28 · 🔀 1.2K · 📦 460 · 📋 310 - 60% open · ⏱️ 22.10.2023): ``` git clone https://github.com/tyiannak/pyAudioAnalysis ``` -- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 21K / month): +- [PyPi](https://pypi.org/project/pyAudioAnalysis) (📥 18K / month): ``` pip install pyAudioAnalysis ```
-
Essentia (🥈24 · ⭐ 2.2K) - C++库,用于音频和音乐分析,描述等。❗️AGPL-3.0 +
aubio (🥈25 · ⭐ 3.2K) - a library for audio and music analysis. ❗️GPL-3.0 -- [GitHub](https://github.com/MTG/essentia) (👨‍💻 74 · 🔀 460 · 📦 320 · 📋 950 - 36% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/aubio/aubio) (👨‍💻 25 · 🔀 360 · 📦 460 · 📋 340 - 43% open · ⏱️ 02.01.2024): ``` - git clone https://github.com/MTG/essentia + git clone https://github.com/aubio/aubio ``` -- [PyPi](https://pypi.org/project/essentia) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/aubio) (📥 4.6K / month): ``` - pip install essentia + pip install aubio + ``` +- [Conda](https://anaconda.org/conda-forge/aubio) (📥 650K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge aubio ```
-
librosa (🥉23 · ⭐ 5.4K) - 用于音频和音乐分析的Python库。ISC +
Essentia (🥈25 · ⭐ 2.7K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 -- [GitHub](https://github.com/librosa/librosa) (👨‍💻 110 · 🔀 810 · 📋 1K - 4% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/MTG/essentia) (👨‍💻 81 · 🔀 510 · 📦 650 · 📋 1K - 33% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/librosa/librosa - ``` -- [PyPi](https://pypi.org/project/librosa) (📥 1.2M / month): - ``` - pip install librosa + git clone https://github.com/MTG/essentia ``` -- [Conda](https://anaconda.org/conda-forge/librosa) (📥 510K · ⏱️ 27.06.2022): +- [PyPi](https://pypi.org/project/essentia) (📥 18K / month): ``` - conda install -c conda-forge librosa + pip install essentia ```
-
tinytag (🥉23 · ⭐ 560) - 读取音乐元数据和MP3,OGG,OPUS,MP4,M4A,FLAC,WMA等的长度。MIT +
Porcupine (🥉24 · ⭐ 3.5K) - On-device wake word detection powered by deep learning. Apache-2 -- [GitHub](https://github.com/devsnd/tinytag) (👨‍💻 22 · 🔀 88 · 📦 580 · 📋 93 - 12% open · ⏱️ 13.08.2022): +- [GitHub](https://github.com/Picovoice/porcupine) (👨‍💻 37 · 🔀 460 · 📦 28 · 📋 530 - 0% open · ⏱️ 18.04.2024): ``` - git clone https://github.com/devsnd/tinytag + git clone https://github.com/Picovoice/Porcupine ``` -- [PyPi](https://pypi.org/project/tinytag) (📥 85K / month): +- [PyPi](https://pypi.org/project/pvporcupine) (📥 8.2K / month): ``` - pip install tinytag + pip install pvporcupine ```
-
kapre (🥉22 · ⭐ 850) - kapre:Keras音频预处理器。MIT +
TTS (🥉23 · ⭐ 8.9K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 -- [GitHub](https://github.com/keunwoochoi/kapre) (👨‍💻 13 · 🔀 140 · 📥 22 · 📦 1.8K · 📋 94 - 12% open · ⏱️ 04.07.2022): +- [GitHub](https://github.com/mozilla/TTS) (👨‍💻 56 · 🔀 1.2K · 📥 10K · 📦 21 · 📋 560 - 4% open · ⏱️ 12.02.2021): ``` - git clone https://github.com/keunwoochoi/kapre - ``` -- [PyPi](https://pypi.org/project/kapre) (📥 3.6K / month): - ``` - pip install kapre + git clone https://github.com/mozilla/TTS ```
-
Porcupine (🥉21 · ⭐ 2.8K) - 深度学习支持的设备上唤醒词识别。Apache-2 +
python_speech_features (🥉23 · ⭐ 2.3K · 💀) - This library provides common speech features for ASR.. MIT -- [GitHub](https://github.com/Picovoice/porcupine) (👨‍💻 31 · 🔀 380 · 📦 9 · 📋 390 - 0% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/jameslyons/python_speech_features) (👨‍💻 19 · 🔀 600 · 📦 600 · 📋 71 - 26% open · ⏱️ 31.12.2020): ``` - git clone https://github.com/Picovoice/Porcupine + git clone https://github.com/jameslyons/python_speech_features ``` -- [PyPi](https://pypi.org/project/pvporcupine) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/python_speech_features) (📥 34K / month): ``` - pip install pvporcupine + pip install python_speech_features ```
-
DDSP (🥉21 · ⭐ 2.2K) - DDSP:微分数字信号处理。Apache-2 +
librosa (🥉22 · ⭐ 6.7K) - Python library for audio and music analysis. ISC -- [GitHub](https://github.com/magenta/ddsp) (👨‍💻 31 · 🔀 250 · 📦 28 · 📋 140 - 18% open · ⏱️ 16.05.2022): +- [GitHub](https://github.com/librosa/librosa) (👨‍💻 120 · 🔀 900 · 📋 1.2K - 4% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/magenta/ddsp + git clone https://github.com/librosa/librosa ``` -- [PyPi](https://pypi.org/project/ddsp) (📥 3K / month): +- [PyPi](https://pypi.org/project/librosa) (📥 2.8M / month): ``` - pip install ddsp + pip install librosa + ``` +- [Conda](https://anaconda.org/conda-forge/librosa) (📥 740K · ⏱️ 15.05.2024): + ``` + conda install -c conda-forge librosa ```
-
python-soundfile (🥉21 · ⭐ 470) - SoundFile是基于libsndfile,CFFI等的音频库。BSD-3 +
DDSP (🥉22 · ⭐ 2.8K · 💤) - DDSP: Differentiable Digital Signal Processing. Apache-2 -- [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 24 · 🔀 75 · 📥 4K · 📋 170 - 39% open · ⏱️ 23.02.2022): +- [GitHub](https://github.com/magenta/ddsp) (👨‍💻 32 · 🔀 320 · 📦 54 · 📋 170 - 27% open · ⏱️ 30.06.2023): ``` - git clone https://github.com/bastibe/python-soundfile + git clone https://github.com/magenta/ddsp ``` -- [PyPi](https://pypi.org/project/soundfile) (📥 1.1M / month): +- [PyPi](https://pypi.org/project/ddsp) (📥 2.2K / month): ``` - pip install soundfile + pip install ddsp ```
-
python_speech_features (🥉20 · ⭐ 2.1K · 💀) - This library provides common speech features for ASR.. MIT +
kapre (🥉21 · ⭐ 910 · 💀) - kapre: Keras Audio Preprocessors. MIT -- [GitHub](https://github.com/jameslyons/python_speech_features) (👨‍💻 19 · 🔀 590 · 📋 71 - 28% open · ⏱️ 31.12.2020): +- [GitHub](https://github.com/keunwoochoi/kapre) (👨‍💻 13 · 🔀 140 · 📥 26 · 📦 2.4K · 📋 97 - 15% open · ⏱️ 04.07.2022): ``` - git clone https://github.com/jameslyons/python_speech_features + git clone https://github.com/keunwoochoi/kapre ``` -- [PyPi](https://pypi.org/project/python_speech_features) (📥 150K / month): +- [PyPi](https://pypi.org/project/kapre) (📥 1.3K / month): ``` - pip install python_speech_features + pip install kapre ```
-
TTS (🥉19 · ⭐ 6.2K · 💀) - 文本到语音的深度学习。MPL-2.0 +
python-soundfile (🥉21 · ⭐ 670) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 -- [GitHub](https://github.com/mozilla/TTS) (👨‍💻 56 · 🔀 930 · 📥 2.6K · 📋 540 - 0% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/bastibe/python-soundfile) (👨‍💻 33 · 🔀 99 · 📥 18K · 📋 240 - 43% open · ⏱️ 05.01.2024): ``` - git clone https://github.com/mozilla/TTS + git clone https://github.com/bastibe/python-soundfile + ``` +- [PyPi](https://pypi.org/project/soundfile) (📥 3.1M / month): + ``` + pip install soundfile ```
-
Dejavu (🥉19 · ⭐ 5.8K · 💀) - Python中的音频指纹识别。MIT +
Dejavu (🥉19 · ⭐ 6.3K · 💀) - Audio fingerprinting and recognition in Python. MIT -- [GitHub](https://github.com/worldveil/dejavu) (👨‍💻 22 · 🔀 1.3K · 📦 23 · 📋 210 - 39% open · ⏱️ 03.06.2020): +- [GitHub](https://github.com/worldveil/dejavu) (👨‍💻 23 · 🔀 1.3K · 📦 21 · 📋 240 - 43% open · ⏱️ 03.06.2020): ``` git clone https://github.com/worldveil/dejavu ``` -- [PyPi](https://pypi.org/project/PyDejavu) (📥 67 / month): +- [PyPi](https://pypi.org/project/PyDejavu) (📥 120 / month): ``` pip install PyDejavu ```
-
Madmom (🥉19 · ⭐ 950 · 💤) - Python音频和音乐信号处理库。❗Unlicensed +
Madmom (🥉19 · ⭐ 1.2K · 💤) - Python audio and music signal processing library. ❗Unlicensed -- [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 20 · 🔀 150 · 📦 210 · 📋 240 - 16% open · ⏱️ 06.01.2022): +- [GitHub](https://github.com/CPJKU/madmom) (👨‍💻 20 · 🔀 200 · 📦 420 · 📋 260 - 19% open · ⏱️ 10.09.2023): ``` git clone https://github.com/CPJKU/madmom ``` -- [PyPi](https://pypi.org/project/madmom) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/madmom) (📥 1.9K / month): ``` pip install madmom ```
-
audioread (🥉19 · ⭐ 410 · 📉) - 跨库(GStreamer + Core Audio + MAD + FFmpeg)音频编解码。MIT +
Julius (🥉19 · ⭐ 400 · 💀) - Fast PyTorch based DSP for audio and 1D signals. MIT -- [GitHub](https://github.com/beetbox/audioread) (👨‍💻 22 · 🔀 94 · 📋 80 - 38% open · ⏱️ 12.08.2022): +- [GitHub](https://github.com/adefossez/julius) (👨‍💻 2 · 🔀 27 · 📦 1.4K · 📋 11 - 18% open · ⏱️ 19.09.2022): ``` - git clone https://github.com/beetbox/audioread - ``` -- [PyPi](https://pypi.org/project/audioread) (📥 1.2M / month): - ``` - pip install audioread + git clone https://github.com/adefossez/julius ``` -- [Conda](https://anaconda.org/conda-forge/audioread) (📥 480K · ⏱️ 14.08.2022): +- [PyPi](https://pypi.org/project/julius) (📥 210K / month): ``` - conda install -c conda-forge audioread + pip install julius ```
-
Muda (🥉17 · ⭐ 210 · 💀) - 用于扩充带注释的音频数据的库。ISC +
tinytag (🥉18 · ⭐ 670) - Read music meta data and length of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA and.. MIT -- [GitHub](https://github.com/bmcfee/muda) (👨‍💻 7 · 🔀 32 · 📦 15 · 📋 50 - 12% open · ⏱️ 03.05.2021): +- [GitHub](https://github.com/devsnd/tinytag) (👨‍💻 26 · 🔀 99 · 📋 110 - 5% open · ⏱️ 12.05.2024): ``` - git clone https://github.com/bmcfee/muda + git clone https://github.com/devsnd/tinytag ``` -- [PyPi](https://pypi.org/project/muda) (📥 110 / month): +- [PyPi](https://pypi.org/project/tinytag) (📥 29K / month): ``` - pip install muda + pip install tinytag ```
-
Julius (🥉15 · ⭐ 280 · 💤) - 基于PyTorch的快速DSP,用于音频和一维信号。MIT +
Muda (🥉17 · ⭐ 230 · 💀) - A library for augmenting annotated audio data. ISC -- [GitHub](https://github.com/adefossez/julius) (👨‍💻 2 · 🔀 18 · 📦 120 · ⏱️ 28.01.2022): +- [GitHub](https://github.com/bmcfee/muda) (👨‍💻 7 · 🔀 33 · 📦 24 · 📋 50 - 12% open · ⏱️ 03.05.2021): ``` - git clone https://github.com/adefossez/julius + git clone https://github.com/bmcfee/muda ``` -- [PyPi](https://pypi.org/project/julius) (📥 24K / month): +- [PyPi](https://pypi.org/project/muda) (📥 110 / month): ``` - pip install julius + pip install muda ```

-## 地理Geo处理 +## Geospatial Data -Back to top +Back to top -_用于加载,处理,分析和写入geo地理数据的库,以及用于空间分析,地图可视化和地理编码的库。_ +_Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding._ -
pydeck (🥇35 · ⭐ 10K) - WebGL2支持的地理空间可视化图层。MIT +
pydeck (🥇36 · ⭐ 12K) - WebGL2 powered geospatial visualization layers. MIT -- [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 200 · 🔀 1.7K · 📦 4.5K · 📋 2.5K - 5% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/visgl/deck.gl) (👨‍💻 260 · 🔀 2K · 📦 7.6K · 📋 3K - 8% open · ⏱️ 16.05.2024): ``` git clone https://github.com/visgl/deck.gl ``` -- [PyPi](https://pypi.org/project/pydeck) (📥 790K / month): +- [PyPi](https://pypi.org/project/pydeck) (📥 3.5M / month): ``` pip install pydeck ``` -- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 170K · ⏱️ 26.10.2021): +- [Conda](https://anaconda.org/conda-forge/pydeck) (📥 520K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pydeck ``` -- [NPM](https://www.npmjs.com/package/deck.gl) (📥 320K / month): +- [NPM](https://www.npmjs.com/package/deck.gl) (📥 450K / month): ``` npm install deck.gl ```
-
geopy (🥇32 · ⭐ 3.7K) - 适用于Python的地址解析库。MIT +
Shapely (🥇33 · ⭐ 3.7K) - Manipulation and analysis of geometric objects. BSD-3 -- [GitHub](https://github.com/geopy/geopy) (👨‍💻 130 · 🔀 580 · 📦 41K · 📋 260 - 7% open · ⏱️ 07.08.2022): +- [GitHub](https://github.com/shapely/shapely) (👨‍💻 150 · 🔀 550 · 📥 3.3K · 📦 69K · 📋 1.2K - 21% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/geopy/geopy + git clone https://github.com/Toblerity/Shapely ``` -- [PyPi](https://pypi.org/project/geopy) (📥 5M / month): +- [PyPi](https://pypi.org/project/shapely) (📥 25M / month): ``` - pip install geopy + pip install shapely ``` -- [Conda](https://anaconda.org/conda-forge/geopy) (📥 780K · ⏱️ 12.07.2021): +- [Conda](https://anaconda.org/conda-forge/shapely) (📥 9.3M · ⏱️ 17.04.2024): ``` - conda install -c conda-forge geopy + conda install -c conda-forge shapely ```
-
Shapely (🥇31 · ⭐ 2.9K) - 操作和分析几何对象。BSD-3 +
folium (🥇32 · ⭐ 6.7K) - Python Data. Leaflet.js Maps. MIT -- [GitHub](https://github.com/shapely/shapely) (👨‍💻 130 · 🔀 460 · 📥 220 · 📦 32K · 📋 910 - 17% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/python-visualization/folium) (👨‍💻 170 · 🔀 2.2K · 📦 37K · 📋 1.1K - 7% open · ⏱️ 07.05.2024): ``` - git clone https://github.com/Toblerity/Shapely + git clone https://github.com/python-visualization/folium ``` -- [PyPi](https://pypi.org/project/shapely) (📥 8M / month): +- [PyPi](https://pypi.org/project/folium) (📥 1.2M / month): ``` - pip install shapely + pip install folium ``` -- [Conda](https://anaconda.org/conda-forge/shapely) (📥 4.3M · ⏱️ 18.08.2022): +- [Conda](https://anaconda.org/conda-forge/folium) (📥 2.7M · ⏱️ 29.02.2024): ``` - conda install -c conda-forge shapely + conda install -c conda-forge folium ```
-
Geocoder (🥇31 · ⭐ 1.5K · 💀) - Python Geocoder。MIT +
GeoPandas (🥇32 · ⭐ 4.2K) - Python tools for geographic data. BSD-3 -- [GitHub](https://github.com/DenisCarriere/geocoder) (👨‍💻 73 · 🔀 260 · 📦 5.3K · 📋 290 - 25% open · ⏱️ 12.10.2018): +- [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 220 · 🔀 870 · 📥 2.5K · 📦 35K · 📋 1.6K - 22% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/DenisCarriere/geocoder + git clone https://github.com/geopandas/geopandas ``` -- [PyPi](https://pypi.org/project/geocoder) (📥 580K / month): +- [PyPi](https://pypi.org/project/geopandas) (📥 6.3M / month): ``` - pip install geocoder + pip install geopandas ``` -- [Conda](https://anaconda.org/conda-forge/geocoder) (📥 110K · ⏱️ 27.06.2019): +- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 3.6M · ⏱️ 28.04.2024): ``` - conda install -c conda-forge geocoder + conda install -c conda-forge geopandas ```
-
GeoPandas (🥈30 · ⭐ 3.3K) - 用于地理数据的Python工具。BSD-3 +
Geocoder (🥈31 · ⭐ 1.6K · 💀) - Python Geocoder. MIT -- [GitHub](https://github.com/geopandas/geopandas) (👨‍💻 180 · 🔀 700 · 📥 1.6K · 📦 15K · 📋 1.3K - 26% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/DenisCarriere/geocoder) (👨‍💻 73 · 🔀 280 · 📦 10K · 📋 300 - 28% open · ⏱️ 12.10.2018): ``` - git clone https://github.com/geopandas/geopandas + git clone https://github.com/DenisCarriere/geocoder ``` -- [PyPi](https://pypi.org/project/geopandas) (📥 2.9M / month): +- [PyPi](https://pypi.org/project/geocoder) (📥 630K / month): ``` - pip install geopandas + pip install geocoder ``` -- [Conda](https://anaconda.org/conda-forge/geopandas) (📥 1.9M · ⏱️ 24.07.2022): +- [Conda](https://anaconda.org/conda-forge/geocoder) (📥 140K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge geopandas + conda install -c conda-forge geocoder ```
-
ipyleaflet (🥈30 · ⭐ 1.3K) - Jupyter-Leaflet.js桥。MIT +
ipyleaflet (🥈31 · ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 80 · 🔀 320 · 📦 2.6K · 📋 500 - 36% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 88 · 🔀 340 · 📦 8.9K · 📋 590 - 40% open · ⏱️ 14.05.2024): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (📥 110K / month): +- [PyPi](https://pypi.org/project/ipyleaflet) (📥 150K / month): ``` pip install ipyleaflet ``` -- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 870K · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.1M · ⏱️ 14.05.2024): ``` conda install -c conda-forge ipyleaflet ``` -- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 50K / month): +- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 9.8K / month): ``` npm install jupyter-leaflet ```
-
Fiona (🥈30 · ⭐ 940) - Fiona读写地理数据文件。BSD-3 +
Fiona (🥈31 · ⭐ 1.1K) - Fiona reads and writes geographic data files. BSD-3 -- [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 66 · 🔀 170 · 📦 9.4K · 📋 680 - 10% open · ⏱️ 01.03.2022): +- [GitHub](https://github.com/Toblerity/Fiona) (👨‍💻 73 · 🔀 190 · 📦 20K · 📋 780 - 3% open · ⏱️ 13.05.2024): ``` git clone https://github.com/Toblerity/Fiona ``` -- [PyPi](https://pypi.org/project/fiona) (📥 3.1M / month): +- [PyPi](https://pypi.org/project/fiona) (📥 6.3M / month): ``` pip install fiona ``` -- [Conda](https://anaconda.org/conda-forge/fiona) (📥 3.3M · ⏱️ 30.05.2022): +- [Conda](https://anaconda.org/conda-forge/fiona) (📥 5.5M · ⏱️ 08.03.2024): ``` conda install -c conda-forge fiona ```
-
pyproj (🥈29 · ⭐ 780) - 与PROJ的Python界面(图形投影和坐标。MIT +
ArcGIS API (🥈29 · ⭐ 1.8K) - Documentation and samples for ArcGIS API for Python. Apache-2 -- [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 52 · 🔀 180 · 📦 16K · 📋 500 - 1% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 91 · 🔀 1.1K · 📥 11K · 📦 750 · 📋 710 - 7% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/pyproj4/pyproj + git clone https://github.com/Esri/arcgis-python-api ``` -- [PyPi](https://pypi.org/project/pyproj) (📥 5M / month): +- [PyPi](https://pypi.org/project/arcgis) (📥 69K / month): ``` - pip install pyproj + pip install arcgis ``` -- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 4M · ⏱️ 17.06.2022): +- [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 ```
-
folium (🥈28 · ⭐ 5.9K) - Leaflet.js地图的Python数据。MIT +
pyproj (🥈29 · ⭐ 990) - Python interface to PROJ (cartographic projections and coordinate.. MIT -- [GitHub](https://github.com/python-visualization/folium) (👨‍💻 130 · 🔀 2.1K · 📦 18K · 📋 940 - 22% open · ⏱️ 06.05.2022): +- [GitHub](https://github.com/pyproj4/pyproj) (👨‍💻 65 · 🔀 210 · 📦 30K · 📋 600 - 4% open · ⏱️ 20.04.2024): ``` - git clone https://github.com/python-visualization/folium + git clone https://github.com/pyproj4/pyproj ``` -- [PyPi](https://pypi.org/project/folium) (📥 820K / month): +- [PyPi](https://pypi.org/project/pyproj) (📥 8.8M / month): ``` - pip install folium + pip install pyproj ``` -- [Conda](https://anaconda.org/conda-forge/folium) (📥 1.1M · ⏱️ 03.12.2021): +- [Conda](https://anaconda.org/conda-forge/pyproj) (📥 7.6M · ⏱️ 01.05.2024): ``` - conda install -c conda-forge folium + conda install -c conda-forge pyproj ```
-
Rasterio (🥉27 · ⭐ 1.8K) - Rasterio读写地理空间栅格数据集。❗Unlicensed +
Rasterio (🥉28 · ⭐ 2.1K) - Rasterio reads and writes geospatial raster datasets. ❗Unlicensed -- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 130 · 🔀 470 · 📥 760 · 📦 5.4K · 📋 1.6K - 8% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 160 · 🔀 520 · 📥 860 · 📦 11K · 📋 1.8K - 7% open · ⏱️ 10.05.2024): ``` git clone https://github.com/mapbox/rasterio ``` -- [PyPi](https://pypi.org/project/rasterio) (📥 600K / month): +- [PyPi](https://pypi.org/project/rasterio) (📥 2.7M / month): ``` pip install rasterio ``` -- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 1.7M · ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/rasterio) (📥 3M · ⏱️ 13.04.2024): ``` conda install -c conda-forge rasterio ```
-
geojson (🥉27 · ⭐ 740) - GeoJSON的Python接口。BSD-3 +
Cartopy (🥉27 · ⭐ 2.1K) - Rasterio reads and writes geospatial raster datasets. ❗Unlicensed -- [GitHub](https://github.com/jazzband/geojson) (👨‍💻 48 · 🔀 93 · 📦 10K · 📋 85 - 25% open · ⏱️ 07.05.2022): +- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 160 · 🔀 520 · 📥 860 · 📦 11K · 📋 1.8K - 7% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/jazzband/geojson + git clone https://github.com/mapbox/rasterio ``` -- [PyPi](https://pypi.org/project/geojson) (📥 780K / month): +- [PyPi](https://pypi.org/project/Cartopy) (📥 230K / month): ``` - pip install geojson + pip install Cartopy ``` -- [Conda](https://anaconda.org/conda-forge/geojson) (📥 560K · ⏱️ 11.08.2019): +- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 3.6M · ⏱️ 11.04.2024): ``` - conda install -c conda-forge geojson + conda install -c conda-forge cartopy ```
-
Cartopy (🥉26 · ⭐ 1.8K) - Rasterio读写地理空间栅格数据集。❗Unlicensed +
geopy (🥉26 · ⭐ 4.3K · 📉) - Geocoding library for Python. MIT -- [GitHub](https://github.com/rasterio/rasterio) (👨‍💻 130 · 🔀 470 · 📥 760 · 📦 5.4K · 📋 1.6K - 8% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/geopy/geopy) (👨‍💻 130 · 🔀 610 · 📥 42 · 📋 280 - 9% open · ⏱️ 23.11.2023): ``` - git clone https://github.com/mapbox/rasterio + git clone https://github.com/geopy/geopy ``` -- [PyPi](https://pypi.org/project/Cartopy) (📥 120K / month): +- [PyPi](https://pypi.org/project/geopy) (📥 5.2M / month): ``` - pip install Cartopy + pip install geopy ``` -- [Conda](https://anaconda.org/conda-forge/cartopy) (📥 2.3M · ⏱️ 25.08.2022): +- [Conda](https://anaconda.org/conda-forge/geopy) (📥 1.3M · ⏱️ 28.02.2024): ``` - conda install -c conda-forge cartopy + conda install -c conda-forge geopy ```
-
GeoViews (🥉25 · ⭐ 430) - 使用Python进行简单,简洁的地理可视化。BSD-3 +
geojson (🥉26 · ⭐ 880) - Python bindings and utilities for GeoJSON. BSD-3 -- [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 28 · 🔀 66 · 📦 470 · 📋 300 - 34% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/jazzband/geojson) (👨‍💻 56 · 🔀 120 · 📦 17K · 📋 98 - 24% open · ⏱️ 25.03.2024): ``` - git clone https://github.com/holoviz/geoviews + git clone https://github.com/jazzband/geojson ``` -- [PyPi](https://pypi.org/project/geoviews) (📥 7.7K / month): +- [PyPi](https://pypi.org/project/geojson) (📥 1.7M / month): ``` - pip install geoviews + pip install geojson ``` -- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 120K · ⏱️ 08.03.2022): +- [Conda](https://anaconda.org/conda-forge/geojson) (📥 800K · ⏱️ 06.11.2023): ``` - conda install -c conda-forge geoviews + conda install -c conda-forge geojson ```
-
ArcGIS API (🥉24 · ⭐ 1.4K) - ArcGIS API for Python的文档和示例。Apache-2 +
PySAL (🥉25 · ⭐ 1.3K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 -- [GitHub](https://github.com/Esri/arcgis-python-api) (👨‍💻 81 · 🔀 910 · 📥 5.2K · 📋 470 - 8% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/pysal/pysal) (👨‍💻 78 · 🔀 280 · 📦 1.5K · 📋 630 - 3% open · ⏱️ 15.03.2024): ``` - git clone https://github.com/Esri/arcgis-python-api + git clone https://github.com/pysal/pysal ``` -- [PyPi](https://pypi.org/project/arcgis) (📥 45K / month): +- [PyPi](https://pypi.org/project/pysal) (📥 24K / month): ``` - pip install arcgis + pip install pysal ``` -- [Docker Hub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook) (📥 7.2K · ⭐ 35 · ⏱️ 17.06.2022): +- [Conda](https://anaconda.org/conda-forge/pysal) (📥 540K · ⏱️ 04.10.2023): ``` - docker pull esridocker/arcgis-api-python-notebook + conda install -c conda-forge pysal ```
-
PySAL (🥉23 · ⭐ 1.1K) - PySAL:Python空间分析库元包。BSD-3 +
GeoViews (🥉24 · ⭐ 570) - Simple, concise geographical visualization in Python. BSD-3 -- [GitHub](https://github.com/pysal/pysal) (👨‍💻 77 · 🔀 260 · 📋 610 - 1% open · ⏱️ 23.07.2022): +- [GitHub](https://github.com/holoviz/geoviews) (👨‍💻 32 · 🔀 74 · 📦 980 · 📋 330 - 30% open · ⏱️ 01.05.2024): ``` - git clone https://github.com/pysal/pysal + git clone https://github.com/holoviz/geoviews ``` -- [PyPi](https://pypi.org/project/pysal) (📥 30K / month): +- [PyPi](https://pypi.org/project/geoviews) (📥 13K / month): ``` - pip install pysal + pip install geoviews ``` -- [Conda](https://anaconda.org/conda-forge/pysal) (📥 450K · ⏱️ 01.08.2022): +- [Conda](https://anaconda.org/conda-forge/geoviews) (📥 220K · ⏱️ 05.04.2024): ``` - conda install -c conda-forge pysal + conda install -c conda-forge geoviews ```
-
Sentinelsat (🥉22 · ⭐ 790) - 搜索和下载哥白尼前哨卫星图像。❗️GPL-3.0 +
Satpy (🥉23 · ⭐ 1K) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 -- [GitHub](https://github.com/sentinelsat/sentinelsat) (👨‍💻 42 · 🔀 200 · 📥 230 · 📦 350 · 📋 330 - 2% open · ⏱️ 01.08.2022): +- [GitHub](https://github.com/pytroll/satpy) (👨‍💻 150 · 🔀 280 · 📦 130 · 📋 1K - 37% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/sentinelsat/sentinelsat + git clone https://github.com/pytroll/satpy ``` -- [PyPi](https://pypi.org/project/sentinelsat) (📥 13K / month): +- [PyPi](https://pypi.org/project/satpy) (📥 8K / month): ``` - pip install sentinelsat + pip install satpy + ``` +- [Conda](https://anaconda.org/conda-forge/satpy) (📥 190K · ⏱️ 23.04.2024): + ``` + conda install -c conda-forge satpy ```
-
Mapbox GL (🥉22 · ⭐ 620 · 💀) - 使用Mapbox GL JS可视化Python Jupyter笔记本中的数据。MIT +
Mapbox GL (🥉23 · ⭐ 650 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 21 · 🔀 130 · 📦 140 · 📋 99 - 32% open · ⏱️ 19.04.2021): +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 22 · 🔀 130 · 📦 190 · 📋 100 - 33% open · ⏱️ 19.04.2021): ``` git clone https://github.com/mapbox/mapboxgl-jupyter ``` -- [PyPi](https://pypi.org/project/mapboxgl) (📥 11K / month): +- [PyPi](https://pypi.org/project/mapboxgl) (📥 15K / month): ``` pip install mapboxgl ```
-
Satpy (🥉21 · ⭐ 850) - 用于地球观测卫星数据处理的Python软件包。❗️GPL-3.0 +
EarthPy (🥉23 · ⭐ 480 · 💤) - A package built to support working with spatial data using open.. BSD-3 -- [GitHub](https://github.com/pytroll/satpy) (👨‍💻 130 · 🔀 240 · 📦 72 · 📋 790 - 38% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 44 · 🔀 150 · 📦 320 · 📋 230 - 11% open · ⏱️ 23.08.2023): ``` - git clone https://github.com/pytroll/satpy + git clone https://github.com/earthlab/earthpy ``` -- [PyPi](https://pypi.org/project/satpy) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/earthpy) (📥 7.9K / month): ``` - pip install satpy + pip install earthpy ``` -- [Conda](https://anaconda.org/conda-forge/satpy) (📥 100K · ⏱️ 15.08.2022): +- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 76K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge satpy + conda install -c conda-forge earthpy ```
-
EarthPy (🥉21 · ⭐ 380 · 💤) - 使用开放源代码处理空间数据。BSD-3 +
pymap3d (🥉23 · ⭐ 370) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2 -- [GitHub](https://github.com/earthlab/earthpy) (👨‍💻 40 · 🔀 140 · 📦 160 · 📋 230 - 8% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 18 · 🔀 84 · 📦 400 · 📋 55 - 10% open · ⏱️ 11.02.2024): ``` - git clone https://github.com/earthlab/earthpy + git clone https://github.com/geospace-code/pymap3d ``` -- [PyPi](https://pypi.org/project/earthpy) (📥 8.4K / month): +- [PyPi](https://pypi.org/project/pymap3d) (📥 140K / month): ``` - pip install earthpy + pip install pymap3d ``` -- [Conda](https://anaconda.org/conda-forge/earthpy) (📥 49K · ⏱️ 04.10.2021): +- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 70K · ⏱️ 11.02.2024): ``` - conda install -c conda-forge earthpy + conda install -c conda-forge pymap3d ```
-
geoplotlib (🥉19 · ⭐ 970 · 💀) - python工具箱,用于可视化地理数据和制作地图。MIT +
Sentinelsat (🥉21 · ⭐ 960) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 -- [GitHub](https://github.com/andrea-cuttone/geoplotlib) (👨‍💻 8 · 🔀 160 · 📦 150 · 📋 44 - 56% open · ⏱️ 06.05.2019): +- [GitHub](https://github.com/sentinelsat/sentinelsat) (👨‍💻 44 · 🔀 220 · 📥 270 · 📦 550 · 📋 370 - 0% open · ⏱️ 29.02.2024): ``` - git clone https://github.com/andrea-cuttone/geoplotlib + git clone https://github.com/sentinelsat/sentinelsat ``` -- [PyPi](https://pypi.org/project/geoplotlib) (📥 880 / month): +- [PyPi](https://pypi.org/project/sentinelsat) (📥 22K / month): ``` - pip install geoplotlib + pip install sentinelsat ```
-
gmaps (🥉18 · ⭐ 740 · 💀) - Google为Jupyter笔记本电脑映射。BSD-3 +
gmaps (🥉19 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 -- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 140 · 📦 1 · 📋 200 - 32% open · ⏱️ 22.07.2019): +- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 140 · 📦 4 · 📋 210 - 35% open · ⏱️ 22.07.2019): ``` git clone https://github.com/pbugnion/gmaps ``` -- [PyPi](https://pypi.org/project/gmaps) (📥 9K / month): +- [PyPi](https://pypi.org/project/gmaps) (📥 7.5K / month): ``` pip install gmaps ``` -- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 270K · ⏱️ 02.08.2019): +- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 320K · ⏱️ 16.06.2023): ``` conda install -c conda-forge gmaps ``` -- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 1.8K / month): +- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 800 / month): ``` npm install jupyter-gmaps ```
-
pymap3d (🥉18 · ⭐ 270) - 纯Python实现(Numpy可选)的3D坐标转换。BSD-2 +
geoplotlib (🥉18 · ⭐ 1K · 💀) - python toolbox for visualizing geographical data and making maps. MIT -- [GitHub](https://github.com/geospace-code/pymap3d) (👨‍💻 11 · 🔀 68 · 📋 38 - 2% open · ⏱️ 03.07.2022): +- [GitHub](https://github.com/andrea-cuttone/geoplotlib) (👨‍💻 8 · 🔀 170 · 📦 170 · 📋 46 - 58% open · ⏱️ 06.05.2019): ``` - git clone https://github.com/geospace-code/pymap3d - ``` -- [PyPi](https://pypi.org/project/pymap3d) (📥 50K / month): - ``` - pip install pymap3d + git clone https://github.com/andrea-cuttone/geoplotlib ``` -- [Conda](https://anaconda.org/conda-forge/pymap3d) (📥 29K · ⏱️ 04.07.2022): +- [PyPi](https://pypi.org/project/geoplotlib) (📥 800 / month): ``` - conda install -c conda-forge pymap3d + pip install geoplotlib ```

-## 金融数据处理 +## Financial Data + +Back to top -Back to top +_Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data._ -_用于算法股票/加密交易,风险分析,回测,技术分析以及其他金融数据任务的库。_ +
yfinance (🥇32 · ⭐ 12K) - Yahoo! Finance market data downloader (+faster Pandas Datareader). Apache-2 -
zipline (🥇30 · ⭐ 15K · 💀) - Zipline,一个Pythonic算法交易库。Apache-2 +- [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 110 · 🔀 2.2K · 📦 38K · 📋 1.3K - 10% open · ⏱️ 28.04.2024): + + ``` + git clone https://github.com/ranaroussi/yfinance + ``` +- [PyPi](https://pypi.org/project/yfinance) (📥 1.5M / month): + ``` + pip install yfinance + ``` +- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 90K · ⏱️ 16.06.2023): + ``` + conda install -c ranaroussi yfinance + ``` +
+
zipline (🥇29 · ⭐ 17K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 -- [GitHub](https://github.com/quantopian/zipline) (👨‍💻 160 · 🔀 4K · 📦 880 · 📋 970 - 32% open · ⏱️ 14.10.2020): +- [GitHub](https://github.com/quantopian/zipline) (👨‍💻 160 · 🔀 4.1K · 📦 990 · 📋 980 - 33% open · ⏱️ 14.10.2020): ``` git clone https://github.com/quantopian/zipline ``` -- [PyPi](https://pypi.org/project/zipline) (📥 3.1K / month): +- [PyPi](https://pypi.org/project/zipline) (📥 2.8K / month): ``` pip install zipline ```
-
yfinance (🥇30 · ⭐ 7.5K) - Yahoo! 金融市场数据下载器(+更快的Pandas数据加载读取器)。Apache-2 +
pyfolio (🥇28 · ⭐ 5.4K · 💀) - Portfolio and risk analytics in Python. Apache-2 -- [GitHub](https://github.com/ranaroussi/yfinance) (👨‍💻 60 · 🔀 1.6K · 📦 13K · 📋 810 - 56% open · ⏱️ 11.07.2022): +- [GitHub](https://github.com/quantopian/pyfolio) (👨‍💻 60 · 🔀 1.6K · 📦 1K · 📋 420 - 35% open · ⏱️ 15.07.2020): ``` - git clone https://github.com/ranaroussi/yfinance + git clone https://github.com/quantopian/pyfolio ``` -- [PyPi](https://pypi.org/project/yfinance) (📥 500K / month): +- [PyPi](https://pypi.org/project/pyfolio) (📥 8.4K / month): ``` - pip install yfinance + pip install pyfolio ``` -- [Conda](https://anaconda.org/ranaroussi/yfinance) (📥 51K · ⏱️ 10.07.2021): +- [Conda](https://anaconda.org/conda-forge/pyfolio) (📥 13K · ⏱️ 16.06.2023): ``` - conda install -c ranaroussi yfinance + conda install -c conda-forge pyfolio ```
-
backtrader (🥇27 · ⭐ 9.2K · 💀) - 用于交易策略的Python Backtesting库。❗️GPL-3.0 +
ffn (🥇28 · ⭐ 1.8K) - ffn - a financial function library for Python. MIT -- [GitHub](https://github.com/mementum/backtrader) (👨‍💻 52 · 🔀 2.7K · 📦 1.1K · ⏱️ 17.07.2021): +- [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 33 · 🔀 270 · 📦 460 · 📋 120 - 18% open · ⏱️ 09.05.2024): ``` - git clone https://github.com/mementum/backtrader + git clone https://github.com/pmorissette/ffn ``` -- [PyPi](https://pypi.org/project/backtrader) (📥 13K / month): +- [PyPi](https://pypi.org/project/ffn) (📥 150K / month): ``` - pip install backtrader + pip install ffn ```
-
pyfolio (🥈26 · ⭐ 4.5K · 💀) - Python中的投资组合和风险分析。Apache-2 +
backtrader (🥈27 · ⭐ 13K · 💀) - Python Backtesting library for trading strategies. ❗️GPL-3.0 -- [GitHub](https://github.com/quantopian/pyfolio) (👨‍💻 56 · 🔀 1.4K · 📦 450 · 📋 400 - 34% open · ⏱️ 15.07.2020): +- [GitHub](https://github.com/mementum/backtrader) (👨‍💻 56 · 🔀 3.5K · 📦 2K · ⏱️ 19.04.2023): ``` - git clone https://github.com/quantopian/pyfolio + git clone https://github.com/mementum/backtrader ``` -- [PyPi](https://pypi.org/project/pyfolio) (📥 6.5K / month): +- [PyPi](https://pypi.org/project/backtrader) (📥 20K / month): ``` - pip install pyfolio + pip install backtrader + ``` +
+
Alpha Vantage (🥈26 · ⭐ 4.2K) - A python wrapper for Alpha Vantage API for financial data. MIT + +- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 43 · 🔀 720 · 📦 550 · ⏱️ 19.03.2024): + + ``` + git clone https://github.com/RomelTorres/alpha_vantage ``` -- [Conda](https://anaconda.org/conda-forge/pyfolio) (📥 9.3K · ⏱️ 16.05.2020): +- [PyPi](https://pypi.org/project/alpha_vantage) (📥 31K / month): ``` - conda install -c conda-forge pyfolio + pip install alpha_vantage ```
-
ta (🥈26 · ⭐ 3.2K) - 使用Pandas和Numpy的技术分析库。MIT +
ta (🥈26 · ⭐ 4.1K) - Technical Analysis Library using Pandas and Numpy. MIT -- [GitHub](https://github.com/bukosabino/ta) (👨‍💻 29 · 🔀 720 · 📦 1.4K · 📋 200 - 51% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/bukosabino/ta) (👨‍💻 34 · 🔀 830 · 📦 3.4K · 📋 210 - 51% open · ⏱️ 02.11.2023): ``` git clone https://github.com/bukosabino/ta ``` -- [PyPi](https://pypi.org/project/ta) (📥 71K / month): +- [PyPi](https://pypi.org/project/ta) (📥 120K / month): ``` pip install ta ```
-
ffn (🥈26 · ⭐ 1.3K) - ffn-Python的金融函数库。MIT +
bt (🥈26 · ⭐ 2K) - bt - flexible backtesting for Python. MIT -- [GitHub](https://github.com/pmorissette/ffn) (👨‍💻 28 · 🔀 220 · 📦 220 · 📋 100 - 20% open · ⏱️ 01.07.2022): +- [GitHub](https://github.com/pmorissette/bt) (👨‍💻 32 · 🔀 390 · 📦 1.6K · 📋 340 - 22% open · ⏱️ 04.04.2024): ``` - git clone https://github.com/pmorissette/ffn + git clone https://github.com/pmorissette/bt ``` -- [PyPi](https://pypi.org/project/ffn) (📥 37K / month): +- [PyPi](https://pypi.org/project/bt) (📥 7.5K / month): ``` - pip install ffn + pip install bt ```
-
Alphalens (🥈25 · ⭐ 2.4K · 💀) - 股票因子预测分析。Apache-2 +
arch (🥈26 · ⭐ 1.3K) - ARCH models in Python. ❗Unlicensed -- [GitHub](https://github.com/quantopian/alphalens) (👨‍💻 25 · 🔀 880 · 📦 570 · 📋 180 - 20% open · ⏱️ 27.04.2020): +- [GitHub](https://github.com/bashtage/arch) (👨‍💻 35 · 🔀 240 · 📦 1.6K · 📋 210 - 11% open · ⏱️ 16.04.2024): ``` - git clone https://github.com/quantopian/alphalens - ``` -- [PyPi](https://pypi.org/project/alphalens) (📥 13K / month): - ``` - pip install alphalens + git clone https://github.com/bashtage/arch ``` -- [Conda](https://anaconda.org/conda-forge/alphalens) (📥 16K · ⏱️ 16.05.2020): +- [PyPi](https://pypi.org/project/arch) (📥 470K / month): ``` - conda install -c conda-forge alphalens + pip install arch ```
-
empyrical (🥈25 · ⭐ 970 · 💀) - 常见的金融风险和绩效指标。Apache-2 +
empyrical (🥈26 · ⭐ 1.2K · 💀) - Common financial risk and performance metrics. Used by.. Apache-2 -- [GitHub](https://github.com/quantopian/empyrical) (👨‍💻 22 · 🔀 300 · 📦 940 · 📋 49 - 46% open · ⏱️ 14.10.2020): +- [GitHub](https://github.com/quantopian/empyrical) (👨‍💻 23 · 🔀 340 · 📦 1.4K · 📋 52 - 50% open · ⏱️ 14.10.2020): ``` git clone https://github.com/quantopian/empyrical @@ -4390,186 +4410,166 @@ _用于算法股票/加密交易,风险分析,回测,技术分析以及其 ``` pip install empyrical ``` -- [Conda](https://anaconda.org/conda-forge/empyrical) (📥 18K · ⏱️ 14.10.2020): +- [Conda](https://anaconda.org/conda-forge/empyrical) (📥 27K · ⏱️ 16.06.2023): ``` conda install -c conda-forge empyrical ```
-
Qlib (🥈24 · ⭐ 9.5K) - Qlib是一个面向AI的量化投资平台。MIT +
Qlib (🥉24 · ⭐ 14K) - Qlib is an AI-oriented quantitative investment platform, which aims to.. MIT -- [GitHub](https://github.com/microsoft/qlib) (👨‍💻 100 · 🔀 1.7K · 📥 330 · 📦 27 · 📋 600 - 27% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/microsoft/qlib) (👨‍💻 120 · 🔀 2.4K · 📥 580 · 📦 21 · 📋 870 - 21% open · ⏱️ 10.05.2024): ``` git clone https://github.com/microsoft/qlib ``` -- [PyPi](https://pypi.org/project/pyqlib) (📥 2.4K / month): +- [PyPi](https://pypi.org/project/pyqlib) (📥 3.2K / month): ``` pip install pyqlib ```
-
bt (🥈24 · ⭐ 1.5K) - bt-Python的灵活回测。MIT +
Alphalens (🥉24 · ⭐ 3.1K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2 -- [GitHub](https://github.com/pmorissette/bt) (👨‍💻 27 · 🔀 320 · 📦 130 · 📋 300 - 20% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/quantopian/alphalens) (👨‍💻 26 · 🔀 1K · 📦 690 · 📋 190 - 22% open · ⏱️ 27.04.2020): ``` - git clone https://github.com/pmorissette/bt - ``` -- [PyPi](https://pypi.org/project/bt) (📥 5.5K / month): - ``` - pip install bt + git clone https://github.com/quantopian/alphalens ``` -
-
FinTA (🥉23 · ⭐ 1.7K) - 基于pandas实现的通用金融技术指标。❗️LGPL-3.0 - -- [GitHub](https://github.com/peerchemist/finta) (👨‍💻 28 · 🔀 550 · 📦 260 · 📋 85 - 24% open · ⏱️ 24.07.2022): - +- [PyPi](https://pypi.org/project/alphalens) (📥 1.5K / month): ``` - git clone https://github.com/peerchemist/finta + pip install alphalens ``` -- [PyPi](https://pypi.org/project/finta) (📥 7.7K / month): +- [Conda](https://anaconda.org/conda-forge/alphalens) (📥 21K · ⏱️ 16.06.2023): ``` - pip install finta + conda install -c conda-forge alphalens ```
-
arch (🥉23 · ⭐ 970) - Python中的ARCH模型。❗Unlicensed +
FinTA (🥉23 · ⭐ 2.1K · 💀) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 -- [GitHub](https://github.com/bashtage/arch) (👨‍💻 31 · 🔀 210 · 📦 620 · 📋 180 - 8% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/peerchemist/finta) (👨‍💻 28 · 🔀 660 · 📦 500 · 📋 86 - 25% open · ⏱️ 24.07.2022): ``` - git clone https://github.com/bashtage/arch + git clone https://github.com/peerchemist/finta ``` -- [PyPi](https://pypi.org/project/arch) (📥 320K / month): +- [PyPi](https://pypi.org/project/finta) (📥 8.3K / month): ``` - pip install arch + pip install finta ```
-
TensorTrade (🥉22 · ⭐ 3.9K) - 一个开放源代码的强化学习框架。Apache-2 +
TensorTrade (🥉22 · ⭐ 4.4K · 💀) - An open source reinforcement learning framework for.. Apache-2 -- [GitHub](https://github.com/tensortrade-org/tensortrade) (👨‍💻 61 · 🔀 890 · 📦 36 · 📋 230 - 16% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/tensortrade-org/tensortrade) (👨‍💻 61 · 🔀 960 · 📦 54 · 📋 250 - 19% open · ⏱️ 23.08.2022): ``` git clone https://github.com/tensortrade-org/tensortrade ``` -- [PyPi](https://pypi.org/project/tensortrade) (📥 490 / month): +- [PyPi](https://pypi.org/project/tensortrade) (📥 850 / month): ``` pip install tensortrade ```
-
PyAlgoTrade (🥉22 · ⭐ 3.7K · 💀) - Python算法交易库。Apache-2 +
finmarketpy (🥉22 · ⭐ 3.4K) - Python library for backtesting trading strategies & analyzing.. Apache-2 -- [GitHub](https://github.com/gbeced/pyalgotrade) (👨‍💻 11 · 🔀 1.2K · 📦 110 · 📋 120 - 31% open · ⏱️ 21.08.2018): +- [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 14 · 🔀 470 · 📥 51 · 📦 13 · 📋 28 - 85% open · ⏱️ 01.04.2024): ``` - git clone https://github.com/gbeced/pyalgotrade - ``` -- [PyPi](https://pypi.org/project/pyalgotrade) (📥 480 / month): - ``` - pip install pyalgotrade - ``` -
-
Alpha Vantage (🥉21 · ⭐ 3.7K · 💀) - 用于金融数据的Alpha Vantage API的python包装器。MIT - -- [GitHub](https://github.com/RomelTorres/alpha_vantage) (👨‍💻 39 · 🔀 640 · 📋 260 - 2% open · ⏱️ 14.06.2021): - - ``` - git clone https://github.com/RomelTorres/alpha_vantage + git clone https://github.com/cuemacro/finmarketpy ``` -- [PyPi](https://pypi.org/project/alpha_vantage) (📥 17K / month): +- [PyPi](https://pypi.org/project/finmarketpy) (📥 270 / month): ``` - pip install alpha_vantage + pip install finmarketpy ```
-
Enigma Catalyst (🥉21 · ⭐ 2.4K · 💤) - Python中加密资产的算法交易库。Apache-2 +
stockstats (🥉22 · ⭐ 1.2K) - Supply a wrapper ``StockDataFrame`` based on the.. ❗Unlicensed -- [GitHub](https://github.com/scrtlabs/catalyst) (👨‍💻 150 · 🔀 700 · 📦 25 · 📋 480 - 25% open · ⏱️ 22.09.2021): +- [GitHub](https://github.com/jealous/stockstats) (👨‍💻 10 · 🔀 290 · 📦 1K · 📋 120 - 10% open · ⏱️ 05.01.2024): ``` - git clone https://github.com/enigmampc/catalyst + git clone https://github.com/jealous/stockstats ``` -- [PyPi](https://pypi.org/project/enigma-catalyst) (📥 430 / month): +- [PyPi](https://pypi.org/project/stockstats) (📥 11K / month): ``` - pip install enigma-catalyst + pip install stockstats ```
-
tf-quant-finance (🥉20 · ⭐ 3.2K) - 用于量化投资的高性能TensorFlow库。Apache-2 +
PyAlgoTrade (🥉21 · ⭐ 4.3K · 💀) - Python Algorithmic Trading Library. Apache-2 -- [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 41 · 🔀 420 · 📋 40 - 37% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/gbeced/pyalgotrade) (👨‍💻 11 · 🔀 1.3K · 📦 180 · ⏱️ 05.03.2023): ``` - git clone https://github.com/google/tf-quant-finance + git clone https://github.com/gbeced/pyalgotrade ``` -- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 4.8K / month): +- [PyPi](https://pypi.org/project/pyalgotrade) (📥 540 / month): ``` - pip install tf-quant-finance + pip install pyalgotrade ```
-
IB-insync (🥉20 · ⭐ 1.9K) - 用于Interactive Brokers API的Python同步/异步框架。BSD-2 +
IB-insync (🥉21 · ⭐ 2.7K) - Python sync/async framework for Interactive Brokers API. BSD-2 -- [GitHub](https://github.com/erdewit/ib_insync) (👨‍💻 31 · 🔀 490 · 📋 420 - 1% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/erdewit/ib_insync) (👨‍💻 36 · 🔀 690 · 📋 580 - 3% open · ⏱️ 14.03.2024): ``` git clone https://github.com/erdewit/ib_insync ``` -- [PyPi](https://pypi.org/project/ib_insync) (📥 7.4K / month): +- [PyPi](https://pypi.org/project/ib_insync) (📥 31K / month): ``` pip install ib_insync ``` -- [Conda](https://anaconda.org/conda-forge/ib-insync) (📥 20K · ⏱️ 29.11.2021): +- [Conda](https://anaconda.org/conda-forge/ib-insync) (📥 40K · ⏱️ 16.06.2023): ``` conda install -c conda-forge ib-insync ```
-
Crypto Signals (🥉19 · ⭐ 4.1K) - CryptoSignal量化交易技术。MIT +
Enigma Catalyst (🥉21 · ⭐ 2.5K · 💀) - An Algorithmic Trading Library for Crypto-Assets in.. Apache-2 -- [GitHub](https://github.com/CryptoSignal/Crypto-Signal) (👨‍💻 28 · 🔀 1.1K · 📋 260 - 20% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/scrtlabs/catalyst) (👨‍💻 150 · 🔀 710 · 📦 25 · 📋 480 - 25% open · ⏱️ 22.09.2021): ``` - git clone https://github.com/CryptoSignal/crypto-signal + git clone https://github.com/enigmampc/catalyst ``` -- [Docker Hub](https://hub.docker.com/r/shadowreaver/crypto-signal) (📥 140K · ⭐ 7 · ⏱️ 03.09.2020): +- [PyPi](https://pypi.org/project/enigma-catalyst) (📥 240 / month): ``` - docker pull shadowreaver/crypto-signal + pip install enigma-catalyst ```
-
stockstats (🥉19 · ⭐ 1K · 💤) - 提供StockDataFrame包装器❗Unlicensed +
Crypto Signals (🥉19 · ⭐ 4.7K · 💀) - Github.com/CryptoSignal - #1 Quant Trading & Technical.. MIT -- [GitHub](https://github.com/jealous/stockstats) (👨‍💻 8 · 🔀 260 · 📦 530 · 📋 87 - 11% open · ⏱️ 07.01.2022): +- [GitHub](https://github.com/CryptoSignal/Crypto-Signal) (👨‍💻 28 · 🔀 1.2K · 📋 270 - 21% open · ⏱️ 09.08.2022): ``` - git clone https://github.com/jealous/stockstats + git clone https://github.com/CryptoSignal/crypto-signal ``` -- [PyPi](https://pypi.org/project/stockstats) (📥 6.2K / month): +- [Docker Hub](https://hub.docker.com/r/shadowreaver/crypto-signal) (📥 140K · ⭐ 8 · ⏱️ 03.09.2020): ``` - pip install stockstats + docker pull shadowreaver/crypto-signal ```
-
finmarketpy (🥉18 · ⭐ 3K) - Python库,用于回测交易策略和分析。Apache-2 +
tf-quant-finance (🥉19 · ⭐ 4.3K · 💤) - High-performance TensorFlow library for quantitative.. Apache-2 -- [GitHub](https://github.com/cuemacro/finmarketpy) (👨‍💻 14 · 🔀 440 · 📥 40 · 📦 5 · 📋 26 - 88% open · ⏱️ 05.04.2022): +- [GitHub](https://github.com/google/tf-quant-finance) (👨‍💻 47 · 🔀 540 · 📋 54 - 48% open · ⏱️ 15.08.2023): ``` - git clone https://github.com/cuemacro/finmarketpy + git clone https://github.com/google/tf-quant-finance ``` -- [PyPi](https://pypi.org/project/finmarketpy) (📥 100 / month): +- [PyPi](https://pypi.org/project/tf-quant-finance) (📥 770 / month): ``` - pip install finmarketpy + pip install tf-quant-finance ```
-
Backtesting.py (🥉17 · ⭐ 2.8K) - 回溯Python中的交易策略。❗️AGPL-3.0 +
Backtesting.py (🥉18 · ⭐ 4.9K · 💀) - Backtest trading strategies in Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/kernc/backtesting.py) (👨‍💻 15 · 🔀 550 · 📋 330 - 17% open · ⏱️ 27.03.2022): +- [GitHub](https://github.com/kernc/backtesting.py) (👨‍💻 19 · 🔀 930 · 📋 480 - 27% open · ⏱️ 15.01.2023): ``` git clone https://github.com/kernc/backtesting.py ``` -- [PyPi](https://pypi.org/project/backtesting) (📥 7.4K / month): +- [PyPi](https://pypi.org/project/backtesting) (📥 14K / month): ``` pip install backtesting ```
-
surpriver (🥉12 · ⭐ 1.5K · 💀) - 使用机器学习在股票大波动之前找到它。❗️GPL-3.0 +
surpriver (🥉12 · ⭐ 1.7K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0 -- [GitHub](https://github.com/tradytics/surpriver) (👨‍💻 6 · 🔀 280 · 📋 15 - 60% open · ⏱️ 21.09.2020): +- [GitHub](https://github.com/tradytics/surpriver) (👨‍💻 6 · 🔀 320 · 📋 17 - 64% open · ⏱️ 21.09.2020): ``` git clone https://github.com/tradytics/surpriver @@ -4577,675 +4577,675 @@ _用于算法股票/加密交易,风险分析,回测,技术分析以及其

-## 时间序列 +## Time Series Data -Back to top +Back to top -_用于按时间序列和顺序数据进行预测,异常检测,特征提取和机器学习的库。_ +_Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data._ -
pmdarima (🥇30 · ⭐ 1.2K · 📈) - 一个统计数据库,旨在填补Python时间序列中的空白。MIT +
sktime (🥇30 · ⭐ 7.5K) - A unified framework for machine learning with time series. BSD-3 -- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 21 · 🔀 210 · 📦 2.5K · 📋 280 - 9% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/sktime/sktime) (👨‍💻 360 · 🔀 1.3K · 📥 91 · 📦 2.6K · 📋 2.3K - 36% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/alkaline-ml/pmdarima + git clone https://github.com/alan-turing-institute/sktime ``` -- [PyPi](https://pypi.org/project/pmdarima) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/sktime) (📥 920K / month): ``` - pip install pmdarima + pip install sktime ```
-
sktime (🥇27 · ⭐ 5.6K) - 具有时间序列的机器学习的统一框架。BSD-3 +
pmdarima (🥇29 · ⭐ 1.5K) - A statistical library designed to fill the void in Python's time series.. MIT -- [GitHub](https://github.com/alan-turing-institute/sktime) (👨‍💻 190 · 🔀 890 · 📥 76 · 📦 560 · 📋 1.3K - 33% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/alkaline-ml/pmdarima) (👨‍💻 23 · 🔀 230 · 📦 8.1K · 📋 320 - 16% open · ⏱️ 23.02.2024): ``` - git clone https://github.com/alan-turing-institute/sktime + git clone https://github.com/alkaline-ml/pmdarima ``` -- [PyPi](https://pypi.org/project/sktime) (📥 260K / month): +- [PyPi](https://pypi.org/project/pmdarima) (📥 2.7M / month): ``` - pip install sktime + pip install pmdarima ```
-
STUMPY (🥈26 · ⭐ 2.4K) - STUMPY是一个功能强大且可扩展的Python库,用于矩阵计算。BSD-3 +
tsfresh (🥈28 · ⭐ 8.1K) - Automatic extraction of relevant features from time series:. MIT -- [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 31 · 🔀 230 · 📦 260 · 📋 340 - 11% open · ⏱️ 04.08.2022): +- [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 92 · 🔀 1.2K · 📦 21 · 📋 520 - 10% open · ⏱️ 11.03.2024): ``` - git clone https://github.com/TDAmeritrade/stumpy + git clone https://github.com/blue-yonder/tsfresh ``` -- [PyPi](https://pypi.org/project/stumpy) (📥 170K / month): +- [PyPi](https://pypi.org/project/tsfresh) (📥 250K / month): ``` - pip install stumpy + pip install tsfresh ``` -- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 48K · ⏱️ 31.03.2022): +- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 1.4M · ⏱️ 28.01.2024): ``` - conda install -c conda-forge stumpy + conda install -c conda-forge tsfresh ```
-
Prophet (🥈25 · ⭐ 15K) - 产生具有时间序列数据的高质量预测的工具。MIT +
Darts (🥈28 · ⭐ 7.4K) - A python library for easy manipulation and forecasting of time series. Apache-2 -- [GitHub](https://github.com/facebook/prophet) (👨‍💻 150 · 🔀 4.2K · 📥 810 · 📋 1.9K - 13% open · ⏱️ 07.07.2022): +- [GitHub](https://github.com/unit8co/darts) (👨‍💻 120 · 🔀 800 · 📦 610 · 📋 1.4K - 17% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/facebook/prophet + git clone https://github.com/unit8co/darts ``` -- [PyPi](https://pypi.org/project/fbprophet) (📥 1.7M / month): +- [PyPi](https://pypi.org/project/u8darts) (📥 22K / month): ``` - pip install fbprophet + pip install u8darts + ``` +- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 580 · ⏱️ 17.04.2024): + ``` + docker pull unit8/darts ```
-
Darts (🥈25 · ⭐ 4.6K) - 一个易于操作和预测时间序列的python库。Apache-2 +
Prophet (🥈27 · ⭐ 18K · 💤) - Tool for producing high quality forecasts for time series data that.. MIT -- [GitHub](https://github.com/unit8co/darts) (👨‍💻 61 · 🔀 480 · 📦 92 · 📋 600 - 23% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/facebook/prophet) (👨‍💻 170 · 🔀 4.4K · 📥 2.5K · 📦 21 · 📋 2.1K - 18% open · ⏱️ 18.10.2023): ``` - git clone https://github.com/unit8co/darts - ``` -- [PyPi](https://pypi.org/project/u8darts) (📥 6.4K / month): - ``` - pip install u8darts + git clone https://github.com/facebook/prophet ``` -- [Docker Hub](https://hub.docker.com/r/unit8/darts) (📥 360 · ⏱️ 12.08.2022): +- [PyPi](https://pypi.org/project/fbprophet) (📥 810K / month): ``` - docker pull unit8/darts + pip install fbprophet ```
-
tslearn (🥈25 · ⭐ 2.2K) - 专门用于时间序列数据的机器学习工具包。BSD-2 +
tslearn (🥈27 · ⭐ 2.8K) - A machine learning toolkit dedicated to time-series data. BSD-2 -- [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 39 · 🔀 280 · 📦 560 · 📋 280 - 32% open · ⏱️ 17.06.2022): +- [GitHub](https://github.com/tslearn-team/tslearn) (👨‍💻 43 · 🔀 320 · 📦 1.3K · 📋 310 - 37% open · ⏱️ 20.03.2024): ``` git clone https://github.com/tslearn-team/tslearn ``` -- [PyPi](https://pypi.org/project/tslearn) (📥 100K / month): +- [PyPi](https://pypi.org/project/tslearn) (📥 350K / month): ``` pip install tslearn ``` -- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 270K · ⏱️ 15.01.2022): +- [Conda](https://anaconda.org/conda-forge/tslearn) (📥 1.3M · ⏱️ 04.02.2024): ``` conda install -c conda-forge tslearn ```
-
pytorch-forecasting (🥈25 · ⭐ 2.2K) - 使用PyTorch进行时间序列预测。MIT +
STUMPY (🥈25 · ⭐ 3K) - STUMPY is a powerful and scalable Python library for computing a Matrix.. BSD-3 -- [GitHub](https://github.com/jdb78/pytorch-forecasting) (👨‍💻 32 · 🔀 350 · 📋 510 - 49% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/TDAmeritrade/stumpy) (👨‍💻 37 · 🔀 280 · 📦 740 · 📋 470 - 10% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/jdb78/pytorch-forecasting + git clone https://github.com/TDAmeritrade/stumpy ``` -- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 74K / month): +- [PyPi](https://pypi.org/project/stumpy) (📥 230K / month): ``` - pip install pytorch-forecasting + pip install stumpy + ``` +- [Conda](https://anaconda.org/conda-forge/stumpy) (📥 980K · ⏱️ 21.08.2023): + ``` + conda install -c conda-forge stumpy ```
-
tsfresh (🥈23 · ⭐ 6.6K · 💤) - 从时间序列中自动提取相关特征。MIT +
pytorch-forecasting (🥈23 · ⭐ 3.6K) - Time series forecasting with PyTorch. MIT -- [GitHub](https://github.com/blue-yonder/tsfresh) (👨‍💻 82 · 🔀 1K · 📋 490 - 10% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/jdb78/pytorch-forecasting) (👨‍💻 44 · 🔀 580 · 📋 730 - 61% open · ⏱️ 15.03.2024): ``` - git clone https://github.com/blue-yonder/tsfresh - ``` -- [PyPi](https://pypi.org/project/tsfresh) (📥 420K / month): - ``` - pip install tsfresh + git clone https://github.com/jdb78/pytorch-forecasting ``` -- [Conda](https://anaconda.org/conda-forge/tsfresh) (📥 220K · ⏱️ 21.12.2021): +- [PyPi](https://pypi.org/project/pytorch-forecasting) (📥 48K / month): ``` - conda install -c conda-forge tsfresh + pip install pytorch-forecasting ```
-
pyts (🥈23 · ⭐ 1.3K) - 用于时间序列分类的Python软件包。BSD-3 +
pyts (🥈23 · ⭐ 1.7K · 💤) - A Python package for time series classification. BSD-3 -- [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 11 · 🔀 140 · 📦 240 · 📋 64 - 59% open · ⏱️ 16.06.2022): +- [GitHub](https://github.com/johannfaouzi/pyts) (👨‍💻 14 · 🔀 160 · 📦 600 · 📋 78 - 55% open · ⏱️ 20.06.2023): ``` git clone https://github.com/johannfaouzi/pyts ``` -- [PyPi](https://pypi.org/project/pyts) (📥 140K / month): +- [PyPi](https://pypi.org/project/pyts) (📥 120K / month): ``` pip install pyts ``` -- [Conda](https://anaconda.org/conda-forge/pyts) (📥 13K · ⏱️ 31.10.2021): +- [Conda](https://anaconda.org/conda-forge/pyts) (📥 23K · ⏱️ 18.06.2023): ``` conda install -c conda-forge pyts ```
-
Streamz (🥈23 · ⭐ 1.1K) - python的实时流处理。BSD-3 +
Streamz (🥈23 · ⭐ 1.2K · 💀) - Real-time stream processing for python. BSD-3 -- [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 45 · 🔀 140 · 📦 310 · 📋 240 - 39% open · ⏱️ 27.07.2022): +- [GitHub](https://github.com/python-streamz/streamz) (👨‍💻 48 · 🔀 140 · 📦 460 · 📋 260 - 41% open · ⏱️ 22.12.2022): ``` git clone https://github.com/python-streamz/streamz ``` -- [PyPi](https://pypi.org/project/streamz) (📥 12K / month): +- [PyPi](https://pypi.org/project/streamz) (📥 30K / month): ``` pip install streamz ``` -- [Conda](https://anaconda.org/conda-forge/streamz) (📥 380K · ⏱️ 28.07.2022): +- [Conda](https://anaconda.org/conda-forge/streamz) (📥 850K · ⏱️ 16.06.2023): ``` conda install -c conda-forge streamz ```
-
GluonTS (🥉22 · ⭐ 2.9K) - Python中的概率时间序列建模。Apache-2 +
GluonTS (🥉22 · ⭐ 4.3K) - Probabilistic time series modeling in Python. Apache-2 -- [GitHub](https://github.com/awslabs/gluon-ts) (👨‍💻 93 · 🔀 580 · 📋 740 - 31% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/awslabs/gluonts) (👨‍💻 110 · 🔀 710 · 📋 940 - 33% open · ⏱️ 07.05.2024): ``` git clone https://github.com/awslabs/gluon-ts ``` -- [PyPi](https://pypi.org/project/gluonts) (📥 140K / month): +- [PyPi](https://pypi.org/project/gluonts) (📥 280K / month): ``` pip install gluonts ```
-
PyFlux (🥉22 · ⭐ 2K · 💀) - 适用于Python的开源时间序列库。BSD-3 +
PyFlux (🥉22 · ⭐ 2.1K · 💀) - Open source time series library for Python. BSD-3 -- [GitHub](https://github.com/RJT1990/pyflux) (👨‍💻 6 · 🔀 220 · 📦 220 · 📋 150 - 56% open · ⏱️ 16.12.2018): +- [GitHub](https://github.com/RJT1990/pyflux) (👨‍💻 6 · 🔀 240 · 📦 270 · 📋 150 - 56% open · ⏱️ 16.12.2018): ``` git clone https://github.com/RJT1990/pyflux ``` -- [PyPi](https://pypi.org/project/pyflux) (📥 150K / month): +- [PyPi](https://pypi.org/project/pyflux) (📥 74K / month): ``` pip install pyflux ```
-
luminol (🥉20 · ⭐ 1K · 💀) - 异常检测和相关库。Apache-2 +
luminol (🥉20 · ⭐ 1.2K · 💤) - Anomaly Detection and Correlation library. Apache-2 -- [GitHub](https://github.com/linkedin/luminol) (👨‍💻 8 · 🔀 200 · 📦 66 · 📋 36 - 66% open · ⏱️ 09.01.2018): +- [GitHub](https://github.com/linkedin/luminol) (👨‍💻 9 · 🔀 220 · 📦 77 · 📋 38 - 68% open · ⏱️ 09.05.2023): ``` git clone https://github.com/linkedin/luminol ``` -- [PyPi](https://pypi.org/project/luminol) (📥 32K / month): +- [PyPi](https://pypi.org/project/luminol) (📥 9.3K / month): ``` pip install luminol ```
-
ADTK (🥉18 · ⭐ 850 · 💀) - 一个Python工具包,用于基于规则的/无监督的异常检测。MPL-2.0 +
tick (🥉20 · ⭐ 470 · 💀) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 -- [GitHub](https://github.com/arundo/adtk) (👨‍💻 11 · 🔀 100 · 📋 67 - 46% open · ⏱️ 17.04.2020): +- [GitHub](https://github.com/X-DataInitiative/tick) (👨‍💻 19 · 🔀 99 · 📥 310 · 📦 75 · 📋 240 - 29% open · ⏱️ 05.03.2023): ``` - git clone https://github.com/arundo/adtk + git clone https://github.com/X-DataInitiative/tick ``` -- [PyPi](https://pypi.org/project/adtk) (📥 280K / month): +- [PyPi](https://pypi.org/project/tick) (📥 1.6K / month): ``` - pip install adtk + pip install tick ```
-
pydlm (🥉18 · ⭐ 420 · 💀) - 用于贝叶斯时间序列建模的python库。BSD-3 +
ADTK (🥉18 · ⭐ 1K · 💀) - A Python toolkit for rule-based/unsupervised anomaly detection in time.. MPL-2.0 -- [GitHub](https://github.com/wwrechard/pydlm) (👨‍💻 6 · 🔀 91 · 📦 27 · 📋 43 - 81% open · ⏱️ 22.10.2019): +- [GitHub](https://github.com/arundo/adtk) (👨‍💻 11 · 🔀 130 · 📋 79 - 54% open · ⏱️ 17.04.2020): ``` - git clone https://github.com/wwrechard/pydlm + git clone https://github.com/arundo/adtk ``` -- [PyPi](https://pypi.org/project/pydlm) (📥 27K / month): +- [PyPi](https://pypi.org/project/adtk) (📥 250K / month): ``` - pip install pydlm + pip install adtk ```
-
tick (🥉18 · ⭐ 400 · 💀) - 统计学习模块。BSD-3 +
Auto TS (🥉18 · ⭐ 680) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 -- [GitHub](https://github.com/X-DataInitiative/tick) (👨‍💻 16 · 🔀 84 · 📥 200 · 📦 66 · 📋 220 - 25% open · ⏱️ 15.06.2020): +- [GitHub](https://github.com/AutoViML/Auto_TS) (👨‍💻 13 · 🔀 110 · ⏱️ 05.05.2024): ``` - git clone https://github.com/X-DataInitiative/tick + git clone https://github.com/AutoViML/Auto_TS ``` -- [PyPi](https://pypi.org/project/tick) (📥 980 / month): +- [PyPi](https://pypi.org/project/auto-ts) (📥 8.3K / month): ``` - pip install tick + pip install auto-ts ```
-
matrixprofile-ts (🥉17 · ⭐ 690 · 💀) - 一个用于检测模式和异常的Python库。Apache-2 +
seglearn (🥉18 · ⭐ 560 · 💀) - Python module for machine learning time series:. BSD-3 -- [GitHub](https://github.com/target/matrixprofile-ts) (👨‍💻 15 · 🔀 97 · 📦 19 · 📋 53 - 35% open · ⏱️ 25.04.2020): +- [GitHub](https://github.com/dmbee/seglearn) (👨‍💻 14 · 🔀 63 · 📦 47 · 📋 29 - 17% open · ⏱️ 27.08.2022): ``` - git clone https://github.com/target/matrixprofile-ts + git clone https://github.com/dmbee/seglearn ``` -- [PyPi](https://pypi.org/project/matrixprofile-ts) (📥 520 / month): +- [PyPi](https://pypi.org/project/seglearn) (📥 1.7K / month): ``` - pip install matrixprofile-ts + pip install seglearn ```
-
seglearn (🥉17 · ⭐ 520) - 机器学习时间序列的Python模块。BSD-3 +
pydlm (🥉18 · ⭐ 470 · 💤) - A python library for Bayesian time series modeling. BSD-3 -- [GitHub](https://github.com/dmbee/seglearn) (👨‍💻 14 · 🔀 61 · 📦 11 · 📋 29 - 20% open · ⏱️ 16.06.2022): +- [GitHub](https://github.com/wwrechard/pydlm) (👨‍💻 6 · 🔀 95 · 📦 33 · 📋 48 - 75% open · ⏱️ 04.09.2023): ``` - git clone https://github.com/dmbee/seglearn + git clone https://github.com/wwrechard/pydlm ``` -- [PyPi](https://pypi.org/project/seglearn) (📥 970 / month): +- [PyPi](https://pypi.org/project/pydlm) (📥 22K / month): ``` - pip install seglearn + pip install pydlm ```
-
Auto TS (🥉17 · ⭐ 470) - 自动实现ARIMA,SARIMAX,VAR,FB Prophet和XGBoost等模型时序建模。Apache-2 +
matrixprofile-ts (🥉16 · ⭐ 730 · 💀) - A Python library for detecting patterns and anomalies.. Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_TS) (👨‍💻 6 · 🔀 86 · 📋 75 - 8% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/target/matrixprofile-ts) (👨‍💻 15 · 🔀 100 · 📦 26 · 📋 54 - 35% open · ⏱️ 25.04.2020): ``` - git clone https://github.com/AutoViML/Auto_TS + git clone https://github.com/target/matrixprofile-ts ``` -- [PyPi](https://pypi.org/project/auto-ts) (📥 4.4K / month): +- [PyPi](https://pypi.org/project/matrixprofile-ts) (📥 470 / month): ``` - pip install auto-ts + pip install matrixprofile-ts ```
-
atspy (🥉13 · ⭐ 450 · 💤) - AtsPy:Python中的自动时间序列模型。❗Unlicensed +
atspy (🥉13 · ⭐ 510 · 💀) - AtsPy: Automated Time Series Models in Python (by @firmai). ❗Unlicensed -- [GitHub](https://github.com/firmai/atspy) (👨‍💻 5 · 🔀 85 · 📦 6 · 📋 21 - 90% open · ⏱️ 18.12.2021): +- [GitHub](https://github.com/firmai/atspy) (👨‍💻 5 · 🔀 88 · 📦 11 · 📋 24 - 91% open · ⏱️ 18.12.2021): ``` git clone https://github.com/firmai/atspy ``` -- [PyPi](https://pypi.org/project/atspy) (📥 350 / month): +- [PyPi](https://pypi.org/project/atspy) (📥 230 / month): ``` pip install atspy ```

-## 医疗领域 - -Back to top +## Medical Data -_用于处理和分析MRI,EEG,基因组数据和其他医学成像格式等医学数据的库。_ +Back to top -
NIPYPE (🥇31 · ⭐ 640) - 神经影像软件包的工作流程和接口。Apache-2 +_Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats._ -- [GitHub](https://github.com/nipy/nipype) (👨‍💻 240 · 🔀 460 · 📦 1K · 📋 1.3K - 28% open · ⏱️ 22.08.2022): - - ``` - git clone https://github.com/nipy/nipype - ``` -- [PyPi](https://pypi.org/project/nipype) (📥 54K / month): - ``` - pip install nipype - ``` -- [Conda](https://anaconda.org/conda-forge/nipype) (📥 490K · ⏱️ 14.07.2022): - ``` - conda install -c conda-forge nipype - ``` -
-
Lifelines (🥇30 · ⭐ 1.9K) - Python中的生存分析。MIT +
Lifelines (🥇31 · ⭐ 2.3K) - Survival analysis in Python. MIT -- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 100 · 🔀 480 · 📦 1K · 📋 870 - 25% open · ⏱️ 17.07.2022): +- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (👨‍💻 120 · 🔀 540 · 📦 2.5K · 📋 950 - 25% open · ⏱️ 07.03.2024): ``` git clone https://github.com/CamDavidsonPilon/lifelines ``` -- [PyPi](https://pypi.org/project/lifelines) (📥 370K / month): +- [PyPi](https://pypi.org/project/lifelines) (📥 520K / month): ``` pip install lifelines ``` -- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 210K · ⏱️ 18.05.2022): +- [Conda](https://anaconda.org/conda-forge/lifelines) (📥 330K · ⏱️ 13.09.2023): ``` conda install -c conda-forge lifelines ```
-
NiBabel (🥈28 · ⭐ 490) - Python软件包,用于访问神经影像文件格式。❗Unlicensed +
NIPYPE (🥇31 · ⭐ 730) - Workflows and interfaces for neuroimaging packages. Apache-2 -- [GitHub](https://github.com/nipy/nibabel) (👨‍💻 94 · 🔀 230 · 📦 7.9K · 📋 440 - 26% open · ⏱️ 20.08.2022): +- [GitHub](https://github.com/nipy/nipype) (👨‍💻 260 · 🔀 490 · 📦 4.3K · 📋 1.4K - 29% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/nipy/nibabel + git clone https://github.com/nipy/nipype ``` -- [PyPi](https://pypi.org/project/nibabel) (📥 230K / month): +- [PyPi](https://pypi.org/project/nipype) (📥 160K / month): ``` - pip install nibabel + pip install nipype ``` -- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 470K · ⏱️ 18.06.2022): +- [Conda](https://anaconda.org/conda-forge/nipype) (📥 610K · ⏱️ 22.09.2023): ``` - conda install -c conda-forge nibabel + conda install -c conda-forge nipype ```
-
MNE (🥈27 · ⭐ 2K) - MNE:Python中的磁脑图(MEG)和脑电图(EEG)。BSD-3 +
MNE (🥈30 · ⭐ 2.6K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 -- [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 310 · 🔀 1K · 📦 1.8K · 📋 4.2K - 9% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/mne-tools/mne-python) (👨‍💻 370 · 🔀 1.2K · 📦 3.8K · 📋 4.8K - 9% open · ⏱️ 15.05.2024): ``` git clone https://github.com/mne-tools/mne-python ``` -- [PyPi](https://pypi.org/project/mne) (📥 48K / month): +- [PyPi](https://pypi.org/project/mne) (📥 120K / month): ``` pip install mne ``` -- [Conda](https://anaconda.org/conda-forge/mne) (📥 220K · ⏱️ 24.08.2022): +- [Conda](https://anaconda.org/conda-forge/mne) (📥 360K · ⏱️ 19.04.2024): ``` conda install -c conda-forge mne ```
-
Hail (🥈27 · ⭐ 820) - 可扩展的基因组数据分析。MIT +
NiBabel (🥈30 · ⭐ 630) - Python package to access a cacophony of neuro-imaging file formats. ❗Unlicensed -- [GitHub](https://github.com/hail-is/hail) (👨‍💻 81 · 🔀 210 · 📦 75 · 📋 2K - 0% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/nipy/nibabel) (👨‍💻 100 · 🔀 250 · 📦 19K · 📋 500 - 20% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/hail-is/hail + git clone https://github.com/nipy/nibabel ``` -- [PyPi](https://pypi.org/project/hail) (📥 240K / month): +- [PyPi](https://pypi.org/project/nibabel) (📥 500K / month): ``` - pip install hail + pip install nibabel + ``` +- [Conda](https://anaconda.org/conda-forge/nibabel) (📥 700K · ⏱️ 27.02.2024): + ``` + conda install -c conda-forge nibabel ```
-
MONAI (🥈25 · ⭐ 3.3K) - 用于医疗成像的AI工具包。Apache-2 +
MONAI (🥈27 · ⭐ 5.4K) - AI Toolkit for Healthcare Imaging. Apache-2 -- [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 110 · 🔀 640 · 📦 460 · 📋 1.9K - 11% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Project-MONAI/MONAI) (👨‍💻 190 · 🔀 960 · 📦 2.2K · 📋 2.9K - 9% open · ⏱️ 16.05.2024): ``` git clone https://github.com/Project-MONAI/MONAI ``` -- [PyPi](https://pypi.org/project/monai) (📥 48K / month): +- [PyPi](https://pypi.org/project/monai) (📥 150K / month): ``` pip install monai ```
-
Nilearn (🥈24 · ⭐ 880) - Python中NeuroImaging的机器学习。❗Unlicensed +
Nilearn (🥈26 · ⭐ 1.1K) - Machine learning for NeuroImaging in Python. ❗Unlicensed -- [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 190 · 🔀 450 · 📥 64 · 📦 1.7K · 📋 1.6K - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/nilearn/nilearn) (👨‍💻 240 · 🔀 550 · 📥 160 · 📦 3.1K · 📋 2K - 12% open · ⏱️ 15.05.2024): ``` git clone https://github.com/nilearn/nilearn ``` -- [PyPi](https://pypi.org/project/nilearn) (📥 38K / month): +- [PyPi](https://pypi.org/project/nilearn) (📥 65K / month): ``` pip install nilearn ``` -- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 180K · ⏱️ 24.08.2022): +- [Conda](https://anaconda.org/conda-forge/nilearn) (📥 270K · ⏱️ 09.04.2024): ``` conda install -c conda-forge nilearn ```
-
DIPY (🥈24 · ⭐ 540) - DIPY是Python中的Paragon 3D/4D +影像库。❗Unlicensed +
Hail (🥈26 · ⭐ 940) - Scalable genomic data analysis. MIT + +- [GitHub](https://github.com/hail-is/hail) (👨‍💻 92 · 🔀 230 · 📦 130 · 📋 2.4K - 7% open · ⏱️ 16.05.2024): + + ``` + git clone https://github.com/hail-is/hail + ``` +- [PyPi](https://pypi.org/project/hail) (📥 40K / month): + ``` + pip install hail + ``` +
+
DIPY (🥈26 · ⭐ 680) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains.. ❗Unlicensed -- [GitHub](https://github.com/dipy/dipy) (👨‍💻 130 · 🔀 340 · 📦 600 · 📋 780 - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/dipy/dipy) (👨‍💻 160 · 🔀 410 · 📦 1.1K · 📋 910 - 14% open · ⏱️ 16.05.2024): ``` git clone https://github.com/dipy/dipy ``` -- [PyPi](https://pypi.org/project/dipy) (📥 13K / month): +- [PyPi](https://pypi.org/project/dipy) (📥 30K / month): ``` pip install dipy ``` -- [Conda](https://anaconda.org/conda-forge/dipy) (📥 320K · ⏱️ 15.03.2022): +- [Conda](https://anaconda.org/conda-forge/dipy) (📥 440K · ⏱️ 10.03.2024): ``` conda install -c conda-forge dipy ```
-
DeepVariant (🥉22 · ⭐ 2.6K) - DeepVariant是使用深度神经网络的分析管道。BSD-3 +
MedPy (🥉24 · ⭐ 550) - Medical image processing in Python. ❗️GPL-3.0 -- [GitHub](https://github.com/google/deepvariant) (👨‍💻 24 · 🔀 620 · 📥 4.1K · 📋 500 - 1% open · ⏱️ 02.06.2022): +- [GitHub](https://github.com/loli/medpy) (👨‍💻 20 · 🔀 130 · 📦 1.9K · 📋 85 - 1% open · ⏱️ 03.04.2024): ``` - git clone https://github.com/google/deepvariant + git clone https://github.com/loli/medpy ``` -- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 44K · ⏱️ 05.06.2022): +- [PyPi](https://pypi.org/project/MedPy) (📥 19K / month): ``` - conda install -c bioconda deepvariant + pip install MedPy ```
-
NiftyNet (🥉22 · ⭐ 1.3K · 💀) - 开源医疗卷积神经网络工具库。Apache-2 +
DeepVariant (🥉22 · ⭐ 3.1K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 -- [GitHub](https://github.com/NifTK/NiftyNet) (👨‍💻 59 · 🔀 390 · 📦 38 · 📋 320 - 30% open · ⏱️ 21.04.2020): +- [GitHub](https://github.com/google/deepvariant) (👨‍💻 30 · 🔀 690 · 📥 4.7K · 📋 760 - 0% open · ⏱️ 18.03.2024): ``` - git clone https://github.com/NifTK/NiftyNet + git clone https://github.com/google/deepvariant ``` -- [PyPi](https://pypi.org/project/niftynet) (📥 260 / month): +- [Conda](https://anaconda.org/bioconda/deepvariant) (📥 65K · ⏱️ 16.06.2023): ``` - pip install niftynet + conda install -c bioconda deepvariant ```
-
MedPy (🥉22 · ⭐ 430 · 💀) - Python中的医学图像处理。❗️GPL-3.0 +
NiftyNet (🥉22 · ⭐ 1.4K · 💀) - [unmaintained] An open-source convolutional neural.. Apache-2 -- [GitHub](https://github.com/loli/medpy) (👨‍💻 14 · 🔀 120 · 📦 700 · 📋 80 - 15% open · ⏱️ 01.05.2020): +- [GitHub](https://github.com/NifTK/NiftyNet) (👨‍💻 61 · 🔀 400 · 📦 42 · 📋 320 - 30% open · ⏱️ 21.04.2020): ``` - git clone https://github.com/loli/medpy + git clone https://github.com/NifTK/NiftyNet ``` -- [PyPi](https://pypi.org/project/MedPy) (📥 13K / month): +- [PyPi](https://pypi.org/project/niftynet) (📥 150 / month): ``` - pip install MedPy + pip install niftynet ```
-
Glow (🥉22 · ⭐ 210) - 一个用于大规模基因组分析的开源工具包。Apache-2 +
Glow (🥉19 · ⭐ 260) - An open-source toolkit for large-scale genomic analysis. Apache-2 -- [GitHub](https://github.com/projectglow/glow) (👨‍💻 21 · 🔀 78 · 📋 130 - 40% open · ⏱️ 09.05.2022): +- [GitHub](https://github.com/projectglow/glow) (👨‍💻 27 · 🔀 100 · 📥 46 · 📋 160 - 20% open · ⏱️ 22.04.2024): ``` git clone https://github.com/projectglow/glow ``` -- [PyPi](https://pypi.org/project/glow.py) (📥 140K / month): +- [PyPi](https://pypi.org/project/glow.py) (📥 38K / month): ``` pip install glow.py ```
-
DLTK (🥉18 · ⭐ 1.3K · 💀) - 用于医学图像分析的深度学习工具包。Apache-2 +
DLTK (🥉18 · ⭐ 1.4K · 💀) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 -- [GitHub](https://github.com/DLTK/DLTK) (👨‍💻 9 · 🔀 390 · 📦 23 · 📋 31 - 22% open · ⏱️ 21.01.2019): +- [GitHub](https://github.com/DLTK/DLTK) (👨‍💻 9 · 🔀 400 · 📦 31 · 📋 31 - 22% open · ⏱️ 21.01.2019): ``` git clone https://github.com/DLTK/DLTK ``` -- [PyPi](https://pypi.org/project/dltk) (📥 100 / month): +- [PyPi](https://pypi.org/project/dltk) (📥 160 / month): ``` pip install dltk ```
-
NIPY (🥉18 · ⭐ 320 · 💀) - Python FMRI分析软件包中的Neuroimaging。BSD-3 +
NIPY (🥉18 · ⭐ 370) - Neuroimaging in Python FMRI analysis package. ❗Unlicensed -- [GitHub](https://github.com/nipy/nipy) (👨‍💻 63 · 🔀 130 · 📋 150 - 26% open · ⏱️ 29.03.2021): +- [GitHub](https://github.com/nipy/nipy) (👨‍💻 69 · 🔀 140 · 📦 220 · 📋 170 - 18% open · ⏱️ 06.05.2024): ``` git clone https://github.com/nipy/nipy ``` -- [PyPi](https://pypi.org/project/nipy) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/nipy) (📥 2.2K / month): ``` pip install nipy ``` -- [Conda](https://anaconda.org/conda-forge/nipy) (📥 95K · ⏱️ 04.05.2020): +- [Conda](https://anaconda.org/conda-forge/nipy) (📥 110K · ⏱️ 16.06.2023): ``` conda install -c conda-forge nipy ```
-
Brainiak (🥉18 · ⭐ 280 · 💀) - 脑成像分析套件。Apache-2 +
Brainiak (🥉16 · ⭐ 320) - Brain Imaging Analysis Kit. Apache-2 -- [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 34 · 🔀 130 · 📦 16 · 📋 200 - 37% open · ⏱️ 28.05.2021): +- [GitHub](https://github.com/brainiak/brainiak) (👨‍💻 35 · 🔀 130 · 📋 210 - 38% open · ⏱️ 27.11.2023): ``` git clone https://github.com/brainiak/brainiak ``` -- [PyPi](https://pypi.org/project/brainiak) (📥 180 / month): +- [PyPi](https://pypi.org/project/brainiak) (📥 130 / month): ``` pip install brainiak ``` -- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 760 · ⭐ 1 · ⏱️ 15.10.2020): +- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (📥 1.8K · ⭐ 1 · ⏱️ 15.10.2020): ``` docker pull brainiak/brainiak ```
-
MedicalTorch (🥉15 · ⭐ 790 · 💀) - Pytorch的医学成像框架。Apache-2 +
MedicalTorch (🥉15 · ⭐ 830 · 💀) - A medical imaging framework for Pytorch. Apache-2 -- [GitHub](https://github.com/perone/medicaltorch) (👨‍💻 8 · 🔀 110 · 📦 12 · 📋 22 - 59% open · ⏱️ 16.04.2021): +- [GitHub](https://github.com/perone/medicaltorch) (👨‍💻 8 · 🔀 120 · 📦 15 · 📋 24 - 62% open · ⏱️ 16.04.2021): ``` git clone https://github.com/perone/medicaltorch ``` -- [PyPi](https://pypi.org/project/medicaltorch) (📥 210 / month): +- [PyPi](https://pypi.org/project/medicaltorch) (📥 93 / month): ``` pip install medicaltorch ```
-
MedicalNet (🥉14 · ⭐ 1.4K · 💀) - Transfer Learning for 3D Medical Image Analysis的论文实现。MIT +
Medical Detection Toolkit (🥉14 · ⭐ 1.3K · 💀) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 -- [GitHub](https://github.com/Tencent/MedicalNet) (🔀 370 · 📋 70 - 78% open · ⏱️ 27.08.2020): +- [GitHub](https://github.com/MIC-DKFZ/medicaldetectiontoolkit) (👨‍💻 3 · 🔀 290 · 📋 120 - 31% open · ⏱️ 04.04.2022): ``` - git clone https://github.com/Tencent/MedicalNet + git clone https://github.com/MIC-DKFZ/medicaldetectiontoolkit ```
-
Medical Detection Toolkit (🥉14 · ⭐ 1.1K) - Medical Detection Toolkit包含2D + 3D。Apache-2 +
MedicalNet (🥉13 · ⭐ 1.8K · 💀) - Many studies have shown that the performance on deep learning is.. MIT -- [GitHub](https://github.com/MIC-DKFZ/medicaldetectiontoolkit) (👨‍💻 3 · 🔀 280 · 📋 120 - 30% open · ⏱️ 04.04.2022): +- [GitHub](https://github.com/Tencent/MedicalNet) (🔀 400 · 📋 77 - 77% open · ⏱️ 27.08.2020): ``` - git clone https://github.com/MIC-DKFZ/medicaldetectiontoolkit + git clone https://github.com/Tencent/MedicalNet ```
-
DeepNeuro (🥉11 · ⭐ 110 · 💀) - 用于神经影像数据的深度学习python软件包。MIT +
DeepNeuro (🥉12 · ⭐ 120 · 💀) - A deep learning python package for neuroimaging data. Made by:. MIT -- [GitHub](https://github.com/QTIM-Lab/DeepNeuro) (👨‍💻 6 · 🔀 34 · 📦 1 · 📋 41 - 60% open · ⏱️ 24.06.2020): +- [GitHub](https://github.com/QTIM-Lab/DeepNeuro) (👨‍💻 6 · 🔀 35 · 📦 1 · 📋 44 - 59% open · ⏱️ 24.06.2020): ``` git clone https://github.com/QTIM-Lab/DeepNeuro ``` -- [PyPi](https://pypi.org/project/deepneuro) (📥 20 / month): +- [PyPi](https://pypi.org/project/deepneuro) (📥 51 / month): ``` pip install deepneuro ```

-## 光学字符识别OCR +## Optical Character Recognition -Back to top +Back to top -_用于光学字符识别(OCR)和从图像或视频中提取文本的库。_ +_Libraries for optical character recognition (OCR) and text extraction from images or videos._ -
EasyOCR (🥇31 · ⭐ 16K) - 即用型OCR,具有80多种受支持的语言和所有流行的手写文字。Apache-2 +
EasyOCR (🥇32 · ⭐ 22K · 💤) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 -- [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 110 · 🔀 2.2K · 📥 2M · 📦 1.5K · 📋 640 - 15% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/JaidedAI/EasyOCR) (👨‍💻 130 · 🔀 2.9K · 📥 11M · 📦 6.4K · 📋 950 - 38% open · ⏱️ 04.09.2023): ``` git clone https://github.com/JaidedAI/EasyOCR ``` -- [PyPi](https://pypi.org/project/easyocr) (📥 84K / month): +- [PyPi](https://pypi.org/project/easyocr) (📥 240K / month): ``` pip install easyocr ```
-
PaddleOCR (🥇27 · ⭐ 24K) - 基于PaddlePaddle的多语言OCR工具包。Apache-2 +
PaddleOCR (🥇30 · ⭐ 39K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 110 · 🔀 4.9K · 📦 780 · 📋 5.1K - 25% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (👨‍💻 180 · 🔀 7.2K · 📦 2.6K · 📋 8.9K - 10% open · ⏱️ 16.05.2024): ``` git clone https://github.com/PaddlePaddle/PaddleOCR ``` -- [PyPi](https://pypi.org/project/paddleocr) (📥 38K / month): +- [PyPi](https://pypi.org/project/paddleocr) (📥 170K / month): ``` pip install paddleocr ```
-
tesserocr (🥈26 · ⭐ 1.7K) - 用于tesseract-ocr API的Python包装器。MIT +
tesserocr (🥈29 · ⭐ 1.9K) - A Python wrapper for the tesseract-ocr API. MIT -- [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 26 · 🔀 220 · 📦 700 · 📋 250 - 31% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/sirfz/tesserocr) (👨‍💻 30 · 🔀 250 · 📥 240 · 📦 980 · 📋 270 - 17% open · ⏱️ 27.04.2024): ``` git clone https://github.com/sirfz/tesserocr ``` -- [PyPi](https://pypi.org/project/tesserocr) (📥 49K / month): +- [PyPi](https://pypi.org/project/tesserocr) (📥 68K / month): ``` pip install tesserocr ``` -- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 81K · ⏱️ 04.05.2022): +- [Conda](https://anaconda.org/conda-forge/tesserocr) (📥 140K · ⏱️ 16.06.2023): ``` conda install -c conda-forge tesserocr ```
-
Tesseract (🥈25 · ⭐ 4.4K) - Python-tesseract是一种光学字符识别(OCR)工具。Apache-2 +
OCRmyPDF (🥈27 · ⭐ 12K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 -- [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 41 · 🔀 600 · 📋 310 - 4% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 96 · 🔀 890 · 📥 3.3K · 📦 820 · 📋 1.1K - 9% open · ⏱️ 11.05.2024): ``` - git clone https://github.com/madmaze/pytesseract - ``` -- [PyPi](https://pypi.org/project/pytesseract) (📥 670K / month): - ``` - pip install pytesseract + git clone https://github.com/jbarlow83/OCRmyPDF ``` -- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 520K · ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/ocrmypdf) (📥 100K / month): ``` - conda install -c conda-forge pytesseract + pip install ocrmypdf ```
-
OCRmyPDF (🥈22 · ⭐ 7K) - OCRmyPDF将OCR文本层添加到扫描的PDF文件中使用。MPL-2.0 +
Tesseract (🥈24 · ⭐ 5.6K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 -- [GitHub](https://github.com/ocrmypdf/OCRmyPDF) (👨‍💻 74 · 🔀 590 · 📋 880 - 9% open · ⏱️ 15.08.2022): +- [GitHub](https://github.com/madmaze/pytesseract) (👨‍💻 46 · 🔀 680 · 📋 360 - 3% open · ⏱️ 08.05.2024): ``` - git clone https://github.com/jbarlow83/OCRmyPDF + git clone https://github.com/madmaze/pytesseract ``` -- [PyPi](https://pypi.org/project/ocrmypdf) (📥 25K / month): +- [PyPi](https://pypi.org/project/pytesseract) (📥 2M / month): ``` - pip install ocrmypdf + pip install pytesseract + ``` +- [Conda](https://anaconda.org/conda-forge/pytesseract) (📥 600K · ⏱️ 15.10.2023): + ``` + conda install -c conda-forge pytesseract ```
-
pdftabextract (🥉19 · ⭐ 2K) - 一组用于从PDF文件提取表格的工具。Apache-2 +
keras-ocr (🥈24 · ⭐ 1.3K) - A packaged and flexible version of the CRAFT text detector and.. MIT -- [GitHub](https://github.com/WZBSocialScienceCenter/pdftabextract) (👨‍💻 3 · 🔀 350 · 📦 42 · 📋 21 - 14% open · ⏱️ 24.06.2022): +- [GitHub](https://github.com/faustomorales/keras-ocr) (👨‍💻 18 · 🔀 320 · 📥 1.2M · 📦 470 · ⏱️ 06.11.2023): ``` - git clone https://github.com/WZBSocialScienceCenter/pdftabextract + git clone https://github.com/faustomorales/keras-ocr ``` -- [PyPi](https://pypi.org/project/pdftabextract) (📥 660 / month): +- [PyPi](https://pypi.org/project/keras-ocr) (📥 41K / month): ``` - pip install pdftabextract + pip install keras-ocr ```
-
calamari (🥉19 · ⭐ 940) - 基于OCRopy的基于行的ATR引擎。Apache-2 +
pdftabextract (🥉20 · ⭐ 2.2K · 💀) - A set of tools for extracting tables from PDF files.. Apache-2 -- [GitHub](https://github.com/Calamari-OCR/calamari) (👨‍💻 19 · 🔀 190 · 📋 250 - 19% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/WZBSocialScienceCenter/pdftabextract) (👨‍💻 3 · 🔀 360 · 📦 48 · 📋 21 - 14% open · ⏱️ 24.06.2022): ``` - git clone https://github.com/Calamari-OCR/calamari + git clone https://github.com/WZBSocialScienceCenter/pdftabextract ``` -- [PyPi](https://pypi.org/project/calamari_ocr) (📥 430 / month): +- [PyPi](https://pypi.org/project/pdftabextract) (📥 1.5K / month): ``` - pip install calamari_ocr + pip install pdftabextract ```
-
attention-ocr (🥉19 · ⭐ 920 · 💤) - 用于文本识别的Tensorflow模型。MIT +
attention-ocr (🥉20 · ⭐ 1.1K · 💤) - A Tensorflow model for text recognition (CNN + seq2seq.. MIT -- [GitHub](https://github.com/emedvedev/attention-ocr) (👨‍💻 27 · 🔀 240 · 📦 20 · 📋 150 - 15% open · ⏱️ 29.10.2021): +- [GitHub](https://github.com/emedvedev/attention-ocr) (👨‍💻 28 · 🔀 250 · 📦 28 · 📋 150 - 16% open · ⏱️ 20.10.2023): ``` git clone https://github.com/emedvedev/attention-ocr ``` -- [PyPi](https://pypi.org/project/aocr) (📥 96 / month): +- [PyPi](https://pypi.org/project/aocr) (📥 300 / month): ``` pip install aocr ```
-
doc2text (🥉18 · ⭐ 1.3K · 💀) - 批量检测文本块和OCR扫描不良的PDF。MIT +
doc2text (🥉18 · ⭐ 1.3K · 💀) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python.. MIT -- [GitHub](https://github.com/jlsutherland/doc2text) (👨‍💻 5 · 🔀 95 · 📦 60 · 📋 21 - 57% open · ⏱️ 01.12.2020): +- [GitHub](https://github.com/jlsutherland/doc2text) (👨‍💻 5 · 🔀 95 · 📦 140 · 📋 22 - 59% open · ⏱️ 01.12.2020): ``` git clone https://github.com/jlsutherland/doc2text ``` -- [PyPi](https://pypi.org/project/doc2text) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/doc2text) (📥 3.2K / month): ``` pip install doc2text ```
-
keras-ocr (🥉18 · ⭐ 1.1K) - CRAFT文本检测器。MIT +
calamari (🥉18 · ⭐ 1K · 💤) - Line based ATR Engine based on OCRopy. Apache-2 -- [GitHub](https://github.com/faustomorales/keras-ocr) (👨‍💻 15 · 🔀 270 · 📥 300K · 📋 180 - 38% open · ⏱️ 19.05.2022): +- [GitHub](https://github.com/Calamari-OCR/calamari) (👨‍💻 20 · 🔀 210 · 📋 270 - 23% open · ⏱️ 18.08.2023): ``` - git clone https://github.com/faustomorales/keras-ocr + git clone https://github.com/Calamari-OCR/calamari ``` -- [PyPi](https://pypi.org/project/keras-ocr) (📥 5.8K / month): +- [PyPi](https://pypi.org/project/calamari_ocr) (📥 2.1K / month): ``` - pip install keras-ocr + pip install calamari_ocr ```
-
Mozart (🥉11 · ⭐ 400) - 光学音乐识别(OMR)系统。Apache-2 +
Mozart (🥉10 · ⭐ 570 · 💀) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 -- [GitHub](https://github.com/aashrafh/Mozart) (👨‍💻 5 · 🔀 58 · 📋 12 - 25% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/aashrafh/Mozart) (👨‍💻 6 · 🔀 81 · 📋 16 - 25% open · ⏱️ 24.08.2022): ``` git clone https://github.com/aashrafh/Mozart @@ -5253,287 +5253,275 @@ _用于光学字符识别(OCR)和从图像或视频中提取文本的库。_

-## 数据容器和结构 +## Data Containers & Structures -Back to top +Back to top -_通用数据容器和结构以及pandas的实用程序和扩展。_ +_General-purpose data containers & structures as well as utilities & extensions for pandas._ -
pandas (🥇39 · ⭐ 35K) - 灵活而强大的数据分析/操作库。BSD-3 +
pandas (🥇41 · ⭐ 42K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 -- [GitHub](https://github.com/pandas-dev/pandas) (👨‍💻 3.1K · 🔀 15K · 📥 160K · 📦 800K · 📋 23K - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/pandas-dev/pandas) (👨‍💻 3.6K · 🔀 17K · 📥 260K · 📦 1.7M · 📋 26K - 13% open · ⏱️ 15.05.2024): ``` git clone https://github.com/pandas-dev/pandas ``` -- [PyPi](https://pypi.org/project/pandas) (📥 100M / month): +- [PyPi](https://pypi.org/project/pandas) (📥 220M / month): ``` pip install pandas ``` -- [Conda](https://anaconda.org/conda-forge/pandas) (📥 29M · ⏱️ 24.08.2022): +- [Conda](https://anaconda.org/conda-forge/pandas) (📥 51M · ⏱️ 11.04.2024): ``` conda install -c conda-forge pandas ```
-
numpy (🥇38 · ⭐ 21K) - 使用Python进行科学计算的基本软件包。BSD-3 +
numpy (🥇39 · ⭐ 27K) - The fundamental package for scientific computing with Python. ❗Unlicensed -- [GitHub](https://github.com/numpy/numpy) (👨‍💻 1.5K · 🔀 7K · 📥 560K · 📦 1.2M · 📋 11K - 18% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/numpy/numpy) (👨‍💻 1.8K · 🔀 9.2K · 📥 990K · 📦 2.3M · 📋 12K - 15% open · ⏱️ 16.05.2024): ``` git clone https://github.com/numpy/numpy ``` -- [PyPi](https://pypi.org/project/numpy) (📥 130M / month): +- [PyPi](https://pypi.org/project/numpy) (📥 270M / month): ``` pip install numpy ``` -- [Conda](https://anaconda.org/conda-forge/numpy) (📥 38M · ⏱️ 16.08.2022): +- [Conda](https://anaconda.org/conda-forge/numpy) (📥 75M · ⏱️ 16.05.2024): ``` conda install -c conda-forge numpy ```
-
h5py (🥇36 · ⭐ 1.8K) - 适用于Python的HDF5-h5py软件包,HDF5的Pythonic接口。BSD-3 +
h5py (🥇36 · ⭐ 2K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3 -- [GitHub](https://github.com/h5py/h5py) (👨‍💻 180 · 🔀 450 · 📥 2.1K · 📦 170K · 📋 1.3K - 16% open · ⏱️ 01.07.2022): +- [GitHub](https://github.com/h5py/h5py) (👨‍💻 200 · 🔀 500 · 📥 3.3K · 📦 270K · 📋 1.5K - 17% open · ⏱️ 16.05.2024): ``` git clone https://github.com/h5py/h5py ``` -- [PyPi](https://pypi.org/project/h5py) (📥 12M / month): +- [PyPi](https://pypi.org/project/h5py) (📥 23M / month): ``` pip install h5py ``` -- [Conda](https://anaconda.org/conda-forge/h5py) (📥 8.8M · ⏱️ 14.08.2022): +- [Conda](https://anaconda.org/conda-forge/h5py) (📥 16M · ⏱️ 10.04.2024): ``` conda install -c conda-forge h5py ```
-
Arrow (🥈33 · ⭐ 10K) - Apache Arrow定义了一种在内存中表示tabular data的格式。Apache-2 +
numexpr (🥈33 · ⭐ 2.1K) - Fast numerical array expression evaluator for Python, NumPy, PyTables,.. MIT -- [GitHub](https://github.com/apache/arrow) (👨‍💻 930 · 🔀 2.4K · 📦 77 · 📋 840 - 6% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/pydata/numexpr) (👨‍💻 76 · 🔀 200 · 📥 640 · 📦 75K · 📋 370 - 0% open · ⏱️ 08.05.2024): ``` - git clone https://github.com/apache/arrow + git clone https://github.com/pydata/numexpr ``` -- [PyPi](https://pypi.org/project/pyarrow) (📥 68M / month): +- [PyPi](https://pypi.org/project/numexpr) (📥 4M / month): ``` - pip install pyarrow + pip install numexpr ``` -- [Conda](https://anaconda.org/conda-forge/arrow) (📥 1.1M · ⏱️ 27.01.2022): +- [Conda](https://anaconda.org/conda-forge/numexpr) (📥 8M · ⏱️ 05.02.2024): ``` - conda install -c conda-forge arrow + conda install -c conda-forge numexpr ```
-
Modin (🥈29 · ⭐ 7.7K) - Modin:通过更改一行来加快Pandas工作流程。Apache-2 +
Modin (🥈32 · ⭐ 9.5K) - Modin: Speed up your Pandas workflows by changing a single line of.. Apache-2 -- [GitHub](https://github.com/modin-project/modin) (👨‍💻 100 · 🔀 540 · 📥 200K · 📦 710 · 📋 2.9K - 30% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/modin-project/modin) (👨‍💻 130 · 🔀 640 · 📥 200K · 📦 1.5K · 📋 4.1K - 15% open · ⏱️ 15.05.2024): ``` git clone https://github.com/modin-project/modin ``` -- [PyPi](https://pypi.org/project/modin) (📥 180K / month): +- [PyPi](https://pypi.org/project/modin) (📥 1.3M / month): ``` pip install modin ```
-
xarray (🥈29 · ⭐ 2.7K) - Python中带有N-D标签的数组和数据集。Apache-2 +
xarray (🥈31 · ⭐ 3.4K) - N-D labeled arrays and datasets in Python. Apache-2 + +- [GitHub](https://github.com/pydata/xarray) (👨‍💻 500 · 🔀 1K · 📦 27K · 📋 4.2K - 23% open · ⏱️ 13.05.2024): + + ``` + git clone https://github.com/pydata/xarray + ``` +- [PyPi](https://pypi.org/project/xarray) (📥 5.2M / month): + ``` + pip install xarray + ``` +- [Conda](https://anaconda.org/conda-forge/xarray) (📥 9.9M · ⏱️ 13.05.2024): + ``` + conda install -c conda-forge xarray + ``` +
+
TinyDB (🥈30 · ⭐ 6.6K · 💤) - TinyDB is a lightweight document oriented database optimized for your.. MIT -- [GitHub](https://github.com/pydata/xarray) (👨‍💻 390 · 🔀 800 · 📦 12K · 📋 3.4K - 26% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/msiemens/tinydb) (👨‍💻 82 · 🔀 510 · 📦 13K · 📋 310 - 6% open · ⏱️ 24.07.2023): ``` - git clone https://github.com/pydata/xarray + git clone https://github.com/msiemens/tinydb ``` -- [PyPi](https://pypi.org/project/xarray) (📥 1.6M / month): +- [PyPi](https://pypi.org/project/tinydb) (📥 560K / month): ``` - pip install xarray + pip install tinydb ``` -- [Conda](https://anaconda.org/conda-forge/xarray) (📥 5.7M · ⏱️ 26.07.2022): +- [Conda](https://anaconda.org/conda-forge/tinydb) (📥 400K · ⏱️ 12.06.2023): ``` - conda install -c conda-forge xarray + conda install -c conda-forge tinydb ```
-
sklearn-pandas (🥈29 · ⭐ 2.6K) - pandas与sklearn集成。❗️Zlib +
Koalas (🥈29 · ⭐ 3.3K · 💤) - Koalas: pandas API on Apache Spark. Apache-2 -- [GitHub](https://github.com/scikit-learn-contrib/sklearn-pandas) (👨‍💻 39 · 🔀 380 · 📦 4.4K · 📋 150 - 16% open · ⏱️ 17.07.2022): +- [GitHub](https://github.com/databricks/koalas) (👨‍💻 51 · 🔀 350 · 📥 1K · 📦 340 · 📋 590 - 17% open · ⏱️ 21.09.2023): ``` - git clone https://github.com/scikit-learn-contrib/sklearn-pandas + git clone https://github.com/databricks/koalas ``` -- [PyPi](https://pypi.org/project/sklearn-pandas) (📥 580K / month): +- [PyPi](https://pypi.org/project/koalas) (📥 2.2M / month): ``` - pip install sklearn-pandas + pip install koalas + ``` +- [Conda](https://anaconda.org/conda-forge/koalas) (📥 340K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge koalas ```
-
datasketch (🥈29 · ⭐ 1.8K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog等实现。MIT +
datasketch (🥈29 · ⭐ 2.4K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT -- [GitHub](https://github.com/ekzhu/datasketch) (👨‍💻 24 · 🔀 240 · 📥 19 · 📦 440 · 📋 140 - 25% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/ekzhu/datasketch) (👨‍💻 30 · 🔀 280 · 📥 27 · 📦 1.2K · 📋 160 - 29% open · ⏱️ 26.03.2024): ``` git clone https://github.com/ekzhu/datasketch ``` -- [PyPi](https://pypi.org/project/datasketch) (📥 720K / month): +- [PyPi](https://pypi.org/project/datasketch) (📥 3.2M / month): ``` pip install datasketch ```
-
Bottleneck (🥈29 · ⭐ 780) - 用C编写的快速NumPy数组函数。BSD-2 +
Bottleneck (🥈29 · ⭐ 1K) - Fast NumPy array functions written in C. BSD-2 -- [GitHub](https://github.com/pydata/bottleneck) (👨‍💻 25 · 🔀 80 · 📦 35K · 📋 220 - 15% open · ⏱️ 02.07.2022): +- [GitHub](https://github.com/pydata/bottleneck) (👨‍💻 31 · 🔀 97 · 📦 48K · 📋 240 - 17% open · ⏱️ 04.05.2024): ``` git clone https://github.com/pydata/bottleneck ``` -- [PyPi](https://pypi.org/project/Bottleneck) (📥 430K / month): +- [PyPi](https://pypi.org/project/Bottleneck) (📥 930K / month): ``` pip install Bottleneck ``` -- [Conda](https://anaconda.org/conda-forge/bottleneck) (📥 2.5M · ⏱️ 03.07.2022): +- [Conda](https://anaconda.org/conda-forge/bottleneck) (📥 4M · ⏱️ 26.02.2024): ``` conda install -c conda-forge bottleneck ```
-
Koalas (🥈28 · ⭐ 3.2K · 💤) - Apache Spark上的pandas API。Apache-2 +
Arrow (🥈28 · ⭐ 14K) - Apache Arrow is a cross-language development platform for in-.. Apache-2 -- [GitHub](https://github.com/databricks/koalas) (👨‍💻 51 · 🔀 330 · 📥 1K · 📦 220 · 📋 580 - 16% open · ⏱️ 21.10.2021): +- [GitHub](https://github.com/apache/arrow) (👨‍💻 1.2K · 🔀 3.2K · 📦 8 · 📋 24K - 17% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/databricks/koalas + git clone https://github.com/apache/arrow ``` -- [PyPi](https://pypi.org/project/koalas) (📥 1.6M / month): +- [PyPi](https://pypi.org/project/pyarrow) (📥 120M / month): ``` - pip install koalas + pip install pyarrow ``` -- [Conda](https://anaconda.org/conda-forge/koalas) (📥 180K · ⏱️ 20.10.2021): +- [Conda](https://anaconda.org/conda-forge/arrow) (📥 4.6M · ⏱️ 01.10.2023): ``` - conda install -c conda-forge koalas + conda install -c conda-forge arrow ```
-
Blaze (🥈28 · ⭐ 3.1K · 💀) - NumPy和Pandas连接到大数据。BSD-3 +
Blaze (🥈28 · ⭐ 3.2K · 💀) - NumPy and Pandas interface to Big Data. BSD-3 -- [GitHub](https://github.com/blaze/blaze) (👨‍💻 65 · 🔀 360 · 📦 8.3K · 📋 750 - 33% open · ⏱️ 15.08.2019): +- [GitHub](https://github.com/blaze/blaze) (👨‍💻 67 · 🔀 360 · 📦 9.2K · 📋 750 - 33% open · ⏱️ 15.08.2019): ``` git clone https://github.com/blaze/blaze ``` -- [PyPi](https://pypi.org/project/blaze) (📥 8.1K / month): +- [PyPi](https://pypi.org/project/blaze) (📥 48K / month): ``` pip install blaze ``` -- [Conda](https://anaconda.org/conda-forge/blaze) (📥 200K · ⏱️ 15.07.2018): +- [Conda](https://anaconda.org/conda-forge/blaze) (📥 200K · ⏱️ 16.06.2023): ``` conda install -c conda-forge blaze ```
-
Vaex (🥉26 · ⭐ 7.3K) - 用于Python,ML的核外混合Apache Arrow / NumPy DataFrame可视化等实现。MIT - -- [GitHub](https://github.com/vaexio/vaex) (👨‍💻 70 · 🔀 550 · 📥 240 · 📦 310 · 📋 1.1K - 31% open · ⏱️ 25.08.2022): - - ``` - git clone https://github.com/vaexio/vaex - ``` -- [PyPi](https://pypi.org/project/vaex) (📥 44K / month): - ``` - pip install vaex - ``` -- [Conda](https://anaconda.org/conda-forge/vaex) (📥 140K · ⏱️ 27.07.2022): - ``` - conda install -c conda-forge vaex - ``` -
-
zarr (🥉26 · ⭐ 970) - Python的分块,压缩N维数组的实现。MIT +
zarr (🥈28 · ⭐ 1.3K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT -- [GitHub](https://github.com/zarr-developers/zarr-python) (👨‍💻 65 · 🔀 160 · 📦 1.4K · 📋 500 - 38% open · ⏱️ 15.08.2022): +- [GitHub](https://github.com/zarr-developers/zarr-python) (👨‍💻 100 · 🔀 250 · 📦 3.8K · 📋 700 - 40% open · ⏱️ 14.05.2024): ``` git clone https://github.com/zarr-developers/zarr-python ``` -- [PyPi](https://pypi.org/project/zarr) (📥 120K / month): +- [PyPi](https://pypi.org/project/zarr) (📥 630K / month): ``` pip install zarr ``` -- [Conda](https://anaconda.org/conda-forge/zarr) (📥 1.6M · ⏱️ 23.06.2022): +- [Conda](https://anaconda.org/conda-forge/zarr) (📥 3.1M · ⏱️ 08.05.2024): ``` conda install -c conda-forge zarr ```
-
numexpr (🥉25 · ⭐ 1.8K) - 适用于Python,NumPy,PyTables等的快速数值数组表达式评估器。MIT +
Vaex (🥉27 · ⭐ 8.2K · 💤) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize.. MIT -- [GitHub](https://github.com/pydata/numexpr) (👨‍💻 63 · 🔀 180 · 📥 62 · 📋 330 - 18% open · ⏱️ 19.07.2022): +- [GitHub](https://github.com/vaexio/vaex) (👨‍💻 72 · 🔀 580 · 📥 280 · 📦 740 · 📋 1.2K - 35% open · ⏱️ 21.07.2023): ``` - git clone https://github.com/pydata/numexpr + git clone https://github.com/vaexio/vaex ``` -- [PyPi](https://pypi.org/project/numexpr) (📥 2.6M / month): +- [PyPi](https://pypi.org/project/vaex) (📥 22K / month): ``` - pip install numexpr + pip install vaex ``` -- [Conda](https://anaconda.org/conda-forge/numexpr) (📥 4.7M · ⏱️ 17.07.2022): +- [Conda](https://anaconda.org/conda-forge/vaex) (📥 180K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge numexpr + conda install -c conda-forge vaex ```
-
PyTables (🥉25 · ⭐ 1.1K) - 一个Python包,用于管理大量数据。BSD-3 +
sklearn-pandas (🥉27 · ⭐ 2.8K · 💀) - Pandas integration with sklearn. ❗️Zlib -- [GitHub](https://github.com/PyTables/PyTables) (👨‍💻 110 · 🔀 210 · 📥 170 · 📋 650 - 22% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/scikit-learn-contrib/sklearn-pandas) (👨‍💻 39 · 🔀 390 · 📦 7.7K · 📋 160 - 18% open · ⏱️ 17.07.2022): ``` - git clone https://github.com/PyTables/PyTables - ``` -- [PyPi](https://pypi.org/project/tables) (📥 1M / month): - ``` - pip install tables + git clone https://github.com/scikit-learn-contrib/sklearn-pandas ``` -- [Conda](https://anaconda.org/conda-forge/pytables) (📥 4.6M · ⏱️ 13.08.2022): +- [PyPi](https://pypi.org/project/sklearn-pandas) (📥 200K / month): ``` - conda install -c conda-forge pytables + pip install sklearn-pandas ```
-
Arctic (🥉24 · ⭐ 2.8K) - Arctic是用于数字数据的高性能数据存储。❗️LGPL-2.1 +
Arctic (🥉26 · ⭐ 3K) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1 -- [GitHub](https://github.com/man-group/arctic) (👨‍💻 76 · 🔀 530 · 📥 190 · 📦 180 · 📋 530 - 14% open · ⏱️ 02.03.2022): +- [GitHub](https://github.com/man-group/arctic) (👨‍💻 85 · 🔀 560 · 📥 220 · 📦 240 · 📋 560 - 14% open · ⏱️ 08.04.2024): ``` git clone https://github.com/man-group/arctic ``` -- [PyPi](https://pypi.org/project/arctic) (📥 6.4K / month): +- [PyPi](https://pypi.org/project/arctic) (📥 3.4K / month): ``` pip install arctic ``` -- [Conda](https://anaconda.org/conda-forge/arctic) (📥 21K · ⏱️ 11.05.2022): +- [Conda](https://anaconda.org/conda-forge/arctic) (📥 32K · ⏱️ 15.02.2024): ``` conda install -c conda-forge arctic ```
-
Pandaral·lel (🥉24 · ⭐ 2.4K) - A simple and efficient tool to parallelize Pandas.. BSD-3 - -- [GitHub](https://github.com/nalepae/pandarallel) (👨‍💻 20 · 🔀 150 · 📋 170 - 46% open · ⏱️ 24.08.2022): - - ``` - git clone https://github.com/nalepae/pandarallel - ``` -- [PyPi](https://pypi.org/project/pandarallel) (📥 520K / month): - ``` - pip install pandarallel - ``` -
-
swifter (🥉24 · ⭐ 2.1K) - 一个可以对pandas Dataframe或者series做高效function映射的工具库。MIT +
swifter (🥉26 · ⭐ 2.5K) - A package which efficiently applies any function to a pandas.. MIT -- [GitHub](https://github.com/jmcarpenter2/swifter) (👨‍💻 17 · 🔀 97 · 📦 660 · 📋 120 - 7% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/jmcarpenter2/swifter) (👨‍💻 18 · 🔀 100 · 📦 1.3K · 📋 150 - 12% open · ⏱️ 14.03.2024): ``` git clone https://github.com/jmcarpenter2/swifter ``` -- [PyPi](https://pypi.org/project/swifter) (📥 270K / month): +- [PyPi](https://pypi.org/project/swifter) (📥 690K / month): ``` pip install swifter ``` -- [Conda](https://anaconda.org/conda-forge/swifter) (📥 150K · ⏱️ 17.08.2022): +- [Conda](https://anaconda.org/conda-forge/swifter) (📥 330K · ⏱️ 31.07.2023): ``` conda install -c conda-forge swifter ```
-
pandasql (🥉24 · ⭐ 1.1K · 💀) - pandas的sqldf。MIT +
pandasql (🥉25 · ⭐ 1.3K · 💀) - sqldf for pandas. MIT -- [GitHub](https://github.com/yhat/pandasql) (👨‍💻 15 · 🔀 150 · 📦 1.5K · 📋 70 - 65% open · ⏱️ 01.02.2017): +- [GitHub](https://github.com/yhat/pandasql) (👨‍💻 15 · 🔀 180 · 📦 2.9K · 📋 75 - 66% open · ⏱️ 01.02.2017): ``` git clone https://github.com/yhat/pandasql @@ -5543,233 +5531,257 @@ _通用数据容器和结构以及pandas的实用程序和扩展。_ pip install pandasql ```
-
bcolz (🥉24 · ⭐ 940 · 💀) - 可以压缩的列式数据容器。❗Unlicensed +
PyTables (🥉25 · ⭐ 1.3K) - A Python package to manage extremely large amounts of data. BSD-3 -- [GitHub](https://github.com/Blosc/bcolz) (👨‍💻 33 · 🔀 130 · 📦 1.8K · 📋 240 - 50% open · ⏱️ 10.09.2020): +- [GitHub](https://github.com/PyTables/PyTables) (👨‍💻 130 · 🔀 240 · 📥 190 · 📋 720 - 22% open · ⏱️ 09.05.2024): ``` - git clone https://github.com/Blosc/bcolz + git clone https://github.com/PyTables/PyTables ``` -- [PyPi](https://pypi.org/project/bcolz) (📥 14K / month): +- [PyPi](https://pypi.org/project/tables) (📥 1M / month): ``` - pip install bcolz + pip install tables ``` -- [Conda](https://anaconda.org/conda-forge/bcolz) (📥 310K · ⏱️ 20.06.2022): +- [Conda](https://anaconda.org/conda-forge/pytables) (📥 7.2M · ⏱️ 11.04.2024): ``` - conda install -c conda-forge bcolz + conda install -c conda-forge pytables ```
-
TinyDB (🥉23 · ⭐ 5.3K) - TinyDB:轻型面向文档的数据库。MIT +
StaticFrame (🥉24 · ⭐ 410) - Immutable and grow-only Pandas-like DataFrames with a more explicit.. MIT -- [GitHub](https://github.com/msiemens/tinydb) (👨‍💻 78 · 🔀 450 · 📋 280 - 3% open · ⏱️ 23.07.2022): +- [GitHub](https://github.com/static-frame/static-frame) (👨‍💻 23 · 🔀 33 · 📦 22 · 📋 630 - 6% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/msiemens/tinydb + git clone https://github.com/InvestmentSystems/static-frame ``` -- [PyPi](https://pypi.org/project/tinydb) (📥 390K / month): +- [PyPi](https://pypi.org/project/static-frame) (📥 6.7K / month): ``` - pip install tinydb + pip install static-frame ``` -- [Conda](https://anaconda.org/conda-forge/tinydb) (📥 200K · ⏱️ 19.02.2022): +- [Conda](https://anaconda.org/conda-forge/static-frame) (📥 330K · ⏱️ 15.04.2024): ``` - conda install -c conda-forge tinydb + conda install -c conda-forge static-frame ```
-
StaticFrame (🥉22 · ⭐ 310) - 类似Pandas的DataFrame的不可变且仅增长的高效数据结构实现。MIT +
Pandaral·lel (🥉23 · ⭐ 3.5K) - A simple and efficient tool to parallelize Pandas.. BSD-3 -- [GitHub](https://github.com/InvestmentSystems/static-frame) (👨‍💻 20 · 🔀 26 · 📦 11 · 📋 450 - 9% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/nalepae/pandarallel) (👨‍💻 26 · 🔀 200 · 📋 220 - 38% open · ⏱️ 16.02.2024): ``` - git clone https://github.com/InvestmentSystems/static-frame + git clone https://github.com/nalepae/pandarallel ``` -- [PyPi](https://pypi.org/project/static-frame) (📥 1.6K / month): +- [PyPi](https://pypi.org/project/pandarallel) (📥 420K / month): ``` - pip install static-frame + pip install pandarallel ``` -- [Conda](https://anaconda.org/conda-forge/static-frame) (📥 180K · ⏱️ 14.08.2022): +
+
bcolz (🥉23 · ⭐ 960 · 💀) - A columnar data container that can be compressed. ❗Unlicensed + +- [GitHub](https://github.com/Blosc/bcolz) (👨‍💻 33 · 🔀 140 · 📦 2K · 📋 240 - 50% open · ⏱️ 10.09.2020): + ``` - conda install -c conda-forge static-frame + git clone https://github.com/Blosc/bcolz + ``` +- [PyPi](https://pypi.org/project/bcolz) (📥 5.2K / month): + ``` + pip install bcolz + ``` +- [Conda](https://anaconda.org/conda-forge/bcolz) (📥 350K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge bcolz + ``` +
+
Pandas Summary (🥉21 · ⭐ 490) - An extension to pandas dataframes describe function. Apache-2 + +- [GitHub](https://github.com/polyaxon/traceml) (👨‍💻 99 · 🔀 42 · 📋 14 - 42% open · ⏱️ 16.05.2024): + + ``` + git clone https://github.com/mouradmourafiq/pandas-summary + ``` +- [PyPi](https://pypi.org/project/pandas-summary) (📥 94K / month): + ``` + pip install pandas-summary ```
-
datatable (🥉20 · ⭐ 1.6K) - 一个用于处理二维表格数据的Python包。MPL-2.0 +
datatable (🥉20 · ⭐ 1.8K) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0 -- [GitHub](https://github.com/h2oai/datatable) (👨‍💻 33 · 🔀 140 · 📥 1.7K · 📋 1.4K - 10% open · ⏱️ 12.08.2022): +- [GitHub](https://github.com/h2oai/datatable) (👨‍💻 37 · 🔀 150 · 📥 2.4K · 📋 1.5K - 11% open · ⏱️ 01.12.2023): ``` git clone https://github.com/h2oai/datatable ``` -- [PyPi](https://pypi.org/project/datatable) (📥 67K / month): +- [PyPi](https://pypi.org/project/datatable) (📥 52K / month): ``` pip install datatable ```
-
pickleDB (🥉20 · ⭐ 700 · 💀) - pickleDB是使用Python的json的开源键值存储。BSD-3 +
pickleDB (🥉20 · ⭐ 880 · 💀) - pickleDB is an open source key-value store using Python's json.. BSD-3 -- [GitHub](https://github.com/patx/pickledb) (👨‍💻 12 · 🔀 110 · 📦 940 · 📋 57 - 28% open · ⏱️ 15.11.2019): +- [GitHub](https://github.com/patx/pickledb) (👨‍💻 15 · 🔀 120 · 📦 1.9K · 📋 60 - 30% open · ⏱️ 19.04.2023): ``` git clone https://github.com/patx/pickledb ``` -- [PyPi](https://pypi.org/project/pickledb) (📥 38K / month): +- [PyPi](https://pypi.org/project/pickledb) (📥 25K / month): ``` pip install pickledb ```
-
fletcher (🥉19 · ⭐ 220 · 💀) - 由Apache Arrow支持的Pandas ExtensionDType/Array。MIT +
fletcher (🥉19 · ⭐ 230 · 💀) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT -- [GitHub](https://github.com/xhochy/fletcher) (👨‍💻 24 · 🔀 33 · 📥 13 · 📦 4 · 📋 74 - 45% open · ⏱️ 18.02.2021): +- [GitHub](https://github.com/xhochy/fletcher) (👨‍💻 24 · 🔀 31 · 📥 21 · 📦 6 · ⏱️ 22.02.2023): ``` git clone https://github.com/xhochy/fletcher ``` -- [PyPi](https://pypi.org/project/fletcher) (📥 620 / month): +- [PyPi](https://pypi.org/project/fletcher) (📥 290 / month): ``` pip install fletcher ``` -- [Conda](https://anaconda.org/conda-forge/fletcher) (📥 46K · ⏱️ 04.11.2021): +- [Conda](https://anaconda.org/conda-forge/fletcher) (📥 67K · ⏱️ 16.06.2023): ``` conda install -c conda-forge fletcher ```
-
Bounter (🥉18 · ⭐ 940 · 💀) - 使用有限内存的高效计数器。MIT +
Bounter (🥉18 · ⭐ 940 · 💀) - Efficient Counter that uses a limited (bounded) amount of memory.. MIT -- [GitHub](https://github.com/RaRe-Technologies/bounter) (👨‍💻 8 · 🔀 44 · 📦 26 · 📋 25 - 64% open · ⏱️ 24.05.2021): +- [GitHub](https://github.com/piskvorky/bounter) (👨‍💻 9 · 🔀 47 · 📦 34 · 📋 25 - 60% open · ⏱️ 20.11.2022): ``` git clone https://github.com/RaRe-Technologies/bounter ``` -- [PyPi](https://pypi.org/project/bounter) (📥 170 / month): +- [PyPi](https://pypi.org/project/bounter) (📥 340 / month): ``` pip install bounter ```
-
Pandas Summary (🥉16 · ⭐ 430) - pandas Dataframe的describe函数功能扩展。Apache-2 - -- [GitHub](https://github.com/polyaxon/datatile) (👨‍💻 8 · 🔀 39 · 📋 13 - 46% open · ⏱️ 14.08.2022): - - ``` - git clone https://github.com/mouradmourafiq/pandas-summary - ``` -- [PyPi](https://pypi.org/project/pandas-summary) (📥 46K / month): - ``` - pip install pandas-summary - ``` -
-
PandaPy (🥉10 · ⭐ 510 · 💤) - PandaPy:具有NumPy的速度,性能高于pandas的表格数据实现。❗Unlicensed +
PandaPy (🥉12 · ⭐ 550 · 💀) - PandaPy has the speed of NumPy and the usability of.. ❗Unlicensed -- [GitHub](https://github.com/firmai/pandapy) (👨‍💻 3 · 🔀 58 · 📦 2 · 📋 2 - 50% open · ⏱️ 20.10.2021): +- [GitHub](https://github.com/firmai/pandapy) (👨‍💻 3 · 🔀 65 · 📦 7 · 📋 2 - 50% open · ⏱️ 20.10.2021): ``` git clone https://github.com/firmai/pandapy ``` -- [PyPi](https://pypi.org/project/pandapy) (📥 71 / month): +- [PyPi](https://pypi.org/project/pandapy) (📥 150 / month): ``` pip install pandapy ```

-## 数据读写与提取 +## Data Loading & Extraction -Back to top +Back to top -_用于从各种数据源和格式加载,收集和提取数据的库。_ +_Libraries for loading, collecting, and extracting data from a variety of data sources and formats._ -
Faker (🥇37 · ⭐ 15K) - Faker是一个Python软件包,可为您生成伪造数据。MIT +
Faker (🥇38 · ⭐ 17K) - Faker is a Python package that generates fake data for you. MIT -- [GitHub](https://github.com/joke2k/faker) (👨‍💻 470 · 🔀 1.6K · 📦 67K · 📋 580 - 2% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/joke2k/faker) (👨‍💻 580 · 🔀 1.8K · 📦 210K · 📋 710 - 1% open · ⏱️ 13.05.2024): ``` git clone https://github.com/joke2k/faker ``` -- [PyPi](https://pypi.org/project/Faker) (📥 6.6M / month): +- [PyPi](https://pypi.org/project/Faker) (📥 15M / month): ``` pip install Faker ``` -- [Conda](https://anaconda.org/conda-forge/faker) (📥 620K · ⏱️ 18.08.2022): +- [Conda](https://anaconda.org/conda-forge/faker) (📥 930K · ⏱️ 14.05.2024): ``` conda install -c conda-forge faker ```
-
Datasets (🥇32 · ⭐ 14K) - 具有ML模型的最大的即用型NLP数据集合。Apache-2 +
TensorFlow Datasets (🥇36 · ⭐ 4.2K) - TFDS is a collection of datasets ready to use with.. Apache-2 + +- [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 310 · 🔀 1.5K · 📦 18K · 📋 1.1K - 36% open · ⏱️ 15.05.2024): + + ``` + git clone https://github.com/tensorflow/datasets + ``` +- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 4.3M / month): + ``` + pip install tensorflow-datasets + ``` +
+
Datasets (🥇34 · ⭐ 19K) - The largest hub of ready-to-use NLP datasets for ML models with.. Apache-2 -- [GitHub](https://github.com/huggingface/datasets) (👨‍💻 440 · 🔀 1.8K · 📦 6K · 📋 1.7K - 26% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/huggingface/datasets) (👨‍💻 560 · 🔀 2.5K · 📦 49K · 📋 2.8K - 22% open · ⏱️ 16.05.2024): ``` git clone https://github.com/huggingface/datasets ``` -- [PyPi](https://pypi.org/project/datasets) (📥 1.2M / month): +- [PyPi](https://pypi.org/project/datasets) (📥 9.7M / month): ``` pip install datasets ```
-
Tablib (🥇32 · ⭐ 4.2K) - 用于XLS,CSV,JSON,YAML和&c中表格数据集的Python模块。MIT +
Tablib (🥇34 · ⭐ 4.5K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT -- [GitHub](https://github.com/jazzband/tablib) (👨‍💻 120 · 🔀 540 · 📦 15K · 📋 240 - 12% open · ⏱️ 11.07.2022): +- [GitHub](https://github.com/jazzband/tablib) (👨‍💻 130 · 🔀 560 · 📦 97K · 📋 250 - 10% open · ⏱️ 05.04.2024): ``` git clone https://github.com/jazzband/tablib ``` -- [PyPi](https://pypi.org/project/tablib) (📥 1.2M / month): +- [PyPi](https://pypi.org/project/tablib) (📥 2M / month): ``` pip install tablib ``` -- [Conda](https://anaconda.org/conda-forge/tablib) (📥 75K · ⏱️ 09.04.2022): +- [Conda](https://anaconda.org/conda-forge/tablib) (📥 97K · ⏱️ 04.04.2024): ``` conda install -c conda-forge tablib ```
-
xmltodict (🥈31 · ⭐ 4.9K) - 像处理JSON一样处理XML。MIT +
xmltodict (🥈32 · ⭐ 5.4K) - Python module that makes working with XML feel like you are.. MIT -- [GitHub](https://github.com/martinblech/xmltodict) (👨‍💻 49 · 🔀 430 · 📦 42K · 📋 220 - 27% open · ⏱️ 08.05.2022): +- [GitHub](https://github.com/martinblech/xmltodict) (👨‍💻 51 · 🔀 450 · 📦 66K · 📋 250 - 33% open · ⏱️ 03.05.2024): ``` git clone https://github.com/martinblech/xmltodict ``` -- [PyPi](https://pypi.org/project/xmltodict) (📥 18M / month): +- [PyPi](https://pypi.org/project/xmltodict) (📥 46M / month): ``` pip install xmltodict ``` -- [Conda](https://anaconda.org/conda-forge/xmltodict) (📥 1.9M · ⏱️ 08.05.2022): +- [Conda](https://anaconda.org/conda-forge/xmltodict) (📥 3.9M · ⏱️ 16.06.2023): ``` conda install -c conda-forge xmltodict ```
-
python-magic (🥈29 · ⭐ 2.2K) - 用于libmagic的python包装器。❗Unlicensed +
python-magic (🥈29 · ⭐ 2.6K) - A python wrapper for libmagic. ❗Unlicensed -- [GitHub](https://github.com/ahupp/python-magic) (👨‍💻 55 · 🔀 240 · 📦 31K · 📋 180 - 15% open · ⏱️ 20.06.2022): +- [GitHub](https://github.com/ahupp/python-magic) (👨‍💻 62 · 🔀 260 · 📦 57K · 📋 200 - 6% open · ⏱️ 15.05.2024): ``` git clone https://github.com/ahupp/python-magic ``` -- [PyPi](https://pypi.org/project/python-magic) (📥 5.9M / month): +- [PyPi](https://pypi.org/project/python-magic) (📥 8.6M / month): ``` pip install python-magic ``` -- [Conda](https://anaconda.org/conda-forge/python-magic) (📥 160K · ⏱️ 10.06.2022): +- [Conda](https://anaconda.org/conda-forge/python-magic) (📥 250K · ⏱️ 25.09.2023): ``` conda install -c conda-forge python-magic ```
-
xlrd (🥈29 · ⭐ 2K · 💤) - xlrd是python语言中用于读取excel表格内容的库。❗Unlicensed +
xlrd (🥈29 · ⭐ 2.1K · 💀) - Please use openpyxl where you can... ❗Unlicensed -- [GitHub](https://github.com/python-excel/xlrd) (👨‍💻 51 · 🔀 420 · 📦 100K · ⏱️ 21.08.2021): +- [GitHub](https://github.com/python-excel/xlrd) (👨‍💻 51 · 🔀 430 · 📦 220K · ⏱️ 21.08.2021): ``` git clone https://github.com/python-excel/xlrd ``` -- [PyPi](https://pypi.org/project/xlrd) (📥 18M / month): +- [PyPi](https://pypi.org/project/xlrd) (📥 23M / month): ``` pip install xlrd ``` -- [Conda](https://anaconda.org/conda-forge/xlrd) (📥 2.6M · ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/xlrd) (📥 3.8M · ⏱️ 16.06.2023): ``` conda install -c conda-forge xlrd ```
-
csvkit (🥈28 · ⭐ 5.1K) - 一套实用工具,可转换为CSV并操作。MIT +
csvkit (🥈28 · ⭐ 5.8K) - A suite of utilities for converting to and working with CSV, the king of.. MIT -- [GitHub](https://github.com/wireservice/csvkit) (👨‍💻 100 · 🔀 560 · 📦 1.1K · 📋 860 - 8% open · ⏱️ 11.04.2022): +- [GitHub](https://github.com/wireservice/csvkit) (👨‍💻 110 · 🔀 590 · 📦 1.6K · 📋 900 - 3% open · ⏱️ 02.05.2024): ``` git clone https://github.com/wireservice/csvkit @@ -5778,231 +5790,219 @@ _用于从各种数据源和格式加载,收集和提取数据的库。_ ``` pip install csvkit ``` -- [Conda](https://anaconda.org/conda-forge/csvkit) (📥 67K · ⏱️ 20.03.2022): +- [Conda](https://anaconda.org/conda-forge/csvkit) (📥 110K · ⏱️ 02.05.2024): ``` conda install -c conda-forge csvkit ```
-
TensorFlow Datasets (🥈28 · ⭐ 3.4K) - TFDS是一个高级数据集合。Apache-2 - -- [GitHub](https://github.com/tensorflow/datasets) (👨‍💻 260 · 🔀 1.3K · 📋 980 - 36% open · ⏱️ 25.08.2022): - - ``` - git clone https://github.com/tensorflow/datasets - ``` -- [PyPi](https://pypi.org/project/tensorflow-datasets) (📥 1.2M / month): - ``` - pip install tensorflow-datasets - ``` -
-
PDFMiner (🥈26 · ⭐ 4.9K · 💀) - Python PDF解析器。MIT +
snorkel (🥈28 · ⭐ 5.7K) - A system for quickly generating training data with weak supervision. Apache-2 -- [GitHub](https://github.com/euske/pdfminer) (👨‍💻 28 · 🔀 980 · 📦 3.2K · 📋 240 - 82% open · ⏱️ 18.01.2020): +- [GitHub](https://github.com/snorkel-team/snorkel) (👨‍💻 81 · 🔀 840 · 📥 1.1K · 📦 510 · 📋 980 - 1% open · ⏱️ 27.02.2024): ``` - git clone https://github.com/euske/pdfminer + git clone https://github.com/snorkel-team/snorkel ``` -- [PyPi](https://pypi.org/project/pdfminer) (📥 120K / month): +- [PyPi](https://pypi.org/project/snorkel) (📥 32K / month): ``` - pip install pdfminer + pip install snorkel ``` -- [Conda](https://anaconda.org/conda-forge/pdfminer) (📥 24K · ⏱️ 15.02.2021): +- [Conda](https://anaconda.org/conda-forge/snorkel) (📥 49K · ⏱️ 28.02.2024): ``` - conda install -c conda-forge pdfminer + conda install -c conda-forge snorkel ```
-
smart-open (🥈26 · ⭐ 2.6K) - 用于大文件(S3,HDFS,gzip,bz2 ...)流传输的实用程序。MIT +
smart-open (🥉27 · ⭐ 3.1K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT -- [GitHub](https://github.com/RaRe-Technologies/smart_open) (👨‍💻 96 · 🔀 310 · 📋 360 - 16% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/piskvorky/smart_open) (👨‍💻 120 · 🔀 370 · 📋 390 - 16% open · ⏱️ 08.05.2024): ``` git clone https://github.com/RaRe-Technologies/smart_open ``` -- [PyPi](https://pypi.org/project/smart-open) (📥 11M / month): +- [PyPi](https://pypi.org/project/smart-open) (📥 25M / month): ``` pip install smart-open ```
-
snorkel (🥉25 · ⭐ 5.2K) - 在弱监督环境下快速生成训练数据的系统。Apache-2 +
pandas-datareader (🥉26 · ⭐ 2.8K · 💤) - Extract data from a wide range of Internet sources.. ❗Unlicensed -- [GitHub](https://github.com/snorkel-team/snorkel) (👨‍💻 78 · 🔀 820 · 📥 980 · 📦 190 · 📋 970 - 1% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/pydata/pandas-datareader) (👨‍💻 92 · 🔀 660 · 📦 24K · 📋 530 - 24% open · ⏱️ 24.10.2023): ``` - git clone https://github.com/snorkel-team/snorkel + git clone https://github.com/pydata/pandas-datareader ``` -- [PyPi](https://pypi.org/project/snorkel) (📥 65K / month): +- [PyPi](https://pypi.org/project/pandas-datareader) (📥 480K / month): ``` - pip install snorkel + pip install pandas-datareader ``` -- [Conda](https://anaconda.org/conda-forge/snorkel) (📥 30K · ⏱️ 29.07.2022): +- [Conda](https://anaconda.org/conda-forge/pandas-datareader) (📥 360K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge snorkel + conda install -c conda-forge pandas-datareader ```
-
Intake (🥉24 · ⭐ 800) - Intake是一个轻量级的程序包,用于查找,调查,加载等。BSD-2 +
Intake (🥉26 · ⭐ 990) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2 -- [GitHub](https://github.com/intake/intake) (👨‍💻 78 · 🔀 120 · 📦 480 · 📋 310 - 27% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/intake/intake) (👨‍💻 89 · 🔀 140 · 📦 2.3K · 📋 370 - 27% open · ⏱️ 13.05.2024): ``` git clone https://github.com/intake/intake ``` -- [PyPi](https://pypi.org/project/intake) (📥 21K / month): +- [PyPi](https://pypi.org/project/intake) (📥 75K / month): ``` pip install intake ``` -- [Conda](https://anaconda.org/conda-forge/intake) (📥 220K · ⏱️ 10.01.2022): +- [Conda](https://anaconda.org/conda-forge/intake) (📥 580K · ⏱️ 24.04.2024): ``` conda install -c conda-forge intake ```
-
textract (🥉23 · ⭐ 3.3K) - 从任何文档中提取文本。MIT +
PDFMiner (🥉23 · ⭐ 5.2K · 💀) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT + +- [GitHub](https://github.com/euske/pdfminer) (👨‍💻 28 · 🔀 1K · 📦 20 · 📋 240 - 82% open · ⏱️ 18.01.2020): + + ``` + git clone https://github.com/euske/pdfminer + ``` +- [PyPi](https://pypi.org/project/pdfminer) (📥 220K / month): + ``` + pip install pdfminer + ``` +- [Conda](https://anaconda.org/conda-forge/pdfminer) (📥 37K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pdfminer + ``` +
+
textract (🥉23 · ⭐ 3.8K) - extract text from any document. no muss. no fuss. MIT -- [GitHub](https://github.com/deanmalmgren/textract) (👨‍💻 40 · 🔀 470 · 📋 210 - 39% open · ⏱️ 10.03.2022): +- [GitHub](https://github.com/deanmalmgren/textract) (👨‍💻 41 · 🔀 550 · 📋 240 - 45% open · ⏱️ 10.03.2024): ``` git clone https://github.com/deanmalmgren/textract ``` -- [PyPi](https://pypi.org/project/textract) (📥 120K / month): +- [PyPi](https://pypi.org/project/textract) (📥 160K / month): ``` pip install textract ``` -- [Conda](https://anaconda.org/conda-forge/textract) (📥 16K · ⏱️ 10.03.2022): +- [Conda](https://anaconda.org/conda-forge/textract) (📥 24K · ⏱️ 16.06.2023): ``` conda install -c conda-forge textract ```
-
SDV (🥉23 · ⭐ 980) - 用于表格,关系和时间序列数据的综合数据生成。❗Unlicensed +
SDV (🥉23 · ⭐ 2.2K) - Synthetic Data Generation for tabular, relational and time series data. ❗Unlicensed -- [GitHub](https://github.com/sdv-dev/SDV) (👨‍💻 41 · 🔀 160 · 📦 81 · 📋 580 - 20% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/sdv-dev/SDV) (👨‍💻 49 · 🔀 280 · 📦 400 · 📋 1.2K - 12% open · ⏱️ 15.05.2024): ``` git clone https://github.com/sdv-dev/SDV ``` -- [PyPi](https://pypi.org/project/sdv) (📥 33K / month): +- [PyPi](https://pypi.org/project/sdv) (📥 55K / month): ``` pip install sdv ```
-
tabulator-py (🥉22 · ⭐ 230 · 💀) - 用于读取和写入图像数据的Python库。MIT +
tabulator-py (🥉23 · ⭐ 240 · 💀) - Python library for reading and writing tabular data via streams. MIT -- [GitHub](https://github.com/frictionlessdata/tabulator-py) (👨‍💻 27 · 🔀 42 · 📦 830 · ⏱️ 22.03.2021): +- [GitHub](https://github.com/frictionlessdata/tabulator-py) (👨‍💻 27 · 🔀 41 · 📦 1.3K · ⏱️ 22.03.2021): ``` git clone https://github.com/frictionlessdata/tabulator-py ``` -- [PyPi](https://pypi.org/project/tabulator) (📥 210K / month): +- [PyPi](https://pypi.org/project/tabulator) (📥 150K / month): ``` pip install tabulator ``` -- [Conda](https://anaconda.org/conda-forge/tabulator-py) (📥 48K · ⏱️ 24.07.2018): +- [Conda](https://anaconda.org/conda-forge/tabulator-py) (📥 55K · ⏱️ 16.06.2023): ``` conda install -c conda-forge tabulator-py ```
-
pyexcel-xlsx (🥉22 · ⭐ 110 · 💀) - 一个包装器库,用于在xlsx和xlsm等文件格式中读取,操作和写入数据。❗Unlicensed +
rows (🥉21 · ⭐ 860) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0 -- [GitHub](https://github.com/pyexcel/pyexcel-xlsx) (👨‍💻 4 · 🔀 23 · 📥 51 · 📦 1.7K · 📋 34 - 26% open · ⏱️ 28.11.2020): +- [GitHub](https://github.com/turicas/rows) (👨‍💻 31 · 🔀 130 · 📥 38 · 📦 170 · 📋 300 - 49% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/pyexcel/pyexcel-xlsx - ``` -- [PyPi](https://pypi.org/project/pyexcel-xlsx) (📥 88K / month): - ``` - pip install pyexcel-xlsx + git clone https://github.com/turicas/rows ``` -- [Conda](https://anaconda.org/conda-forge/pyexcel-xlsx) (📥 21K · ⏱️ 10.10.2020): +- [PyPi](https://pypi.org/project/rows) (📥 1.8K / month): ``` - conda install -c conda-forge pyexcel-xlsx + pip install rows ```
-
messytables (🥉21 · ⭐ 380 · 💀) - 解析混乱的表格数据的工具。❗Unlicensed +
pyexcel-xlsx (🥉21 · ⭐ 110 · 💀) - A wrapper library to read, manipulate and write data.. ❗Unlicensed -- [GitHub](https://github.com/okfn/messytables) (👨‍💻 44 · 🔀 100 · 📦 250 · 📋 85 - 35% open · ⏱️ 13.11.2019): +- [GitHub](https://github.com/pyexcel/pyexcel-xlsx) (👨‍💻 4 · 🔀 26 · 📥 67 · 📦 2.8K · 📋 35 - 28% open · ⏱️ 28.11.2020): ``` - git clone https://github.com/okfn/messytables + git clone https://github.com/pyexcel/pyexcel-xlsx ``` -- [PyPi](https://pypi.org/project/messytables) (📥 10K / month): +- [PyPi](https://pypi.org/project/pyexcel-xlsx) (📥 150K / month): ``` - pip install messytables + pip install pyexcel-xlsx + ``` +- [Conda](https://anaconda.org/conda-forge/pyexcel-xlsx) (📥 28K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pyexcel-xlsx ```
-
rows (🥉20 · ⭐ 810) - 通用美观的表格数据界面。❗️LGPL-3.0 +
messytables (🥉20 · ⭐ 390 · 💀) - Tools for parsing messy tabular data. This is now.. ❗Unlicensed -- [GitHub](https://github.com/turicas/rows) (👨‍💻 31 · 🔀 140 · 📥 38 · 📦 140 · 📋 290 - 49% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/okfn/messytables) (👨‍💻 44 · 🔀 100 · 📦 300 · 📋 90 - 38% open · ⏱️ 13.11.2019): ``` - git clone https://github.com/turicas/rows + git clone https://github.com/okfn/messytables ``` -- [PyPi](https://pypi.org/project/rows) (📥 880 / month): +- [PyPi](https://pypi.org/project/messytables) (📥 12K / month): ``` - pip install rows + pip install messytables ```
-
Camelot (🥉19 · ⭐ 3.3K · 💀) - Camelot:简单的PDF表提取。❗Unlicensed +
Camelot (🥉19 · ⭐ 3.6K · 💀) - Camelot: PDF Table Extraction for Humans. ❗Unlicensed -- [GitHub](https://github.com/atlanhq/camelot) (👨‍💻 23 · 🔀 330 · 📋 360 - 23% open · ⏱️ 15.10.2019): +- [GitHub](https://github.com/atlanhq/camelot) (👨‍💻 24 · 🔀 350 · 📋 380 - 26% open · ⏱️ 15.10.2019): ``` git clone https://github.com/atlanhq/camelot ``` -- [PyPi](https://pypi.org/project/camelot-py) (📥 79K / month): +- [PyPi](https://pypi.org/project/camelot-py) (📥 300K / month): ``` pip install camelot-py ```
-
pandas-datareader (🥉19 · ⭐ 2.4K) - 从各种各样的网络来源中提取数据。❗Unlicensed +
Singer (🥉19 · ⭐ 1.2K · 💀) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0 -- [GitHub](https://github.com/pydata/pandas-datareader) (👨‍💻 85 · 🔀 590 · 📋 500 - 20% open · ⏱️ 16.03.2022): +- [GitHub](https://github.com/singer-io/getting-started) (👨‍💻 27 · 🔀 140 · 📋 39 - 51% open · ⏱️ 29.04.2021): ``` - git clone https://github.com/pydata/pandas-datareader - ``` -- [PyPi](https://pypi.org/project/pandas-datareader) (📥 320K / month): - ``` - pip install pandas-datareader + git clone https://github.com/singer-io/getting-started ``` -- [Conda](https://anaconda.org/conda-forge/pandas-datareader) (📥 190K · ⏱️ 14.07.2021): +- [PyPi](https://pypi.org/project/singer-python) (📥 650K / month): ``` - conda install -c conda-forge pandas-datareader + pip install singer-python ```
-
datatest (🥉19 · ⭐ 260 · 💤) - 用于测试驱动的数据整理和数据验证的工具。❗Unlicensed +
datatest (🥉19 · ⭐ 290 · 💀) - Tools for test driven data-wrangling and data validation. ❗Unlicensed -- [GitHub](https://github.com/shawnbrown/datatest) (👨‍💻 7 · 🔀 13 · 📦 74 · 📋 55 - 21% open · ⏱️ 05.12.2021): +- [GitHub](https://github.com/shawnbrown/datatest) (👨‍💻 7 · 🔀 15 · 📦 180 · 📋 57 - 24% open · ⏱️ 05.12.2021): ``` git clone https://github.com/shawnbrown/datatest ``` -- [PyPi](https://pypi.org/project/datatest) (📥 8.3K / month): +- [PyPi](https://pypi.org/project/datatest) (📥 23K / month): ``` pip install datatest ```
-
Singer (🥉17 · ⭐ 1K · 💀) - 在数据库,Web API,文件,队列等之间移动数据的标准。❗️AGPL-3.0 - -- [GitHub](https://github.com/singer-io/getting-started) (👨‍💻 26 · 🔀 140 · 📋 38 - 52% open · ⏱️ 29.04.2021): - - ``` - git clone https://github.com/singer-io/getting-started - ``` -- [PyPi](https://pypi.org/project/singer-python) (📥 270K / month): - ``` - pip install singer-python - ``` -
-
openpyxl (🥉16 · ⭐ 45) - 一个用于读取/写入Excel 2010 xlsx/xlsm文件的Python库。MIT +
openpyxl (🥉16 · ⭐ 78) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT -- [PyPi](https://pypi.org/project/openpyxl) (📥 35M / month): +- [PyPi](https://pypi.org/project/openpyxl) (📥 85M / month): ``` pip install openpyxl ``` -- [GitLab](https://foss.heptapod.net/openpyxl/openpyxl) (🔀 0 · 📋 1.9K - 12% open · ⏱️ 07.07.2022): +- [GitLab](https://foss.heptapod.net/openpyxl/openpyxl) (🔀 0 · 📋 2.2K - 14% open · ⏱️ 29.04.2024): ``` git clone https://foss.heptapod.net/openpyxl/openpyxl ``` -- [Conda](https://anaconda.org/anaconda/openpyxl) (📥 98K · ⏱️ 07.07.2022): +- [Conda](https://anaconda.org/anaconda/openpyxl) (📥 230K · ⏱️ 29.04.2024): ``` conda install -c anaconda openpyxl ``` @@ -6013,610 +6013,610 @@ _用于从各种数据源和格式加载,收集和提取数据的库。_

-## 网页抓取和爬虫 +## Web Scraping & Crawling -Back to top +Back to top -_用于Web抓取、爬虫,下载和挖掘的库以及库。_ +_Libraries for web scraping, crawling, downloading, and mining as well as libraries._ -🔗 Python Web Scraping ( ⭐ 1.6K) - Collection of web-scraping and crawling libraries. +🔗 Python Web Scraping ( ⭐ 2.2K) - Collection of web-scraping and crawling libraries.
-## 数据管道和流处理 +## Data Pipelines & Streaming -Back to top +Back to top -_用于数据批处理和流处理,工作流自动化,作业调度和其他数据管道任务的库。_ +_Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks._ -
Celery (🥇36 · ⭐ 20K) - 基于分布式消息传递的异步任务队列/作业队列。❗Unlicensed +
Beam (🥇37 · ⭐ 7.6K) - Unified programming model to define and execute data processing.. Apache-2 -- [GitHub](https://github.com/celery/celery) (👨‍💻 1.2K · 🔀 4.2K · 📦 75K · 📋 4.7K - 10% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/apache/beam) (👨‍💻 1.6K · 🔀 4K · 📦 7K · 📋 6.7K - 64% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/celery/celery - ``` -- [PyPi](https://pypi.org/project/celery) (📥 5.9M / month): - ``` - pip install celery + git clone https://github.com/apache/beam ``` -- [Conda](https://anaconda.org/conda-forge/celery) (📥 930K · ⏱️ 29.05.2022): +- [PyPi](https://pypi.org/project/apache-beam) (📥 7.7M / month): ``` - conda install -c conda-forge celery + pip install apache-beam ```
-
luigi (🥇34 · ⭐ 16K) - Luigi是一个Python模块,可帮助您构建复杂的批处理管道。Apache-2 +
Airflow (🥇36 · ⭐ 35K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2 -- [GitHub](https://github.com/spotify/luigi) (👨‍💻 590 · 🔀 2.3K · 📦 1.8K · 📋 940 - 7% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/apache/airflow) (👨‍💻 3.3K · 🔀 13K · 📥 620K · 📦 11K · 📋 9K - 8% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/spotify/luigi + git clone https://github.com/apache/airflow ``` -- [PyPi](https://pypi.org/project/luigi) (📥 670K / month): +- [PyPi](https://pypi.org/project/apache-airflow) (📥 23M / month): ``` - pip install luigi + pip install apache-airflow ``` -- [Conda](https://anaconda.org/anaconda/luigi) (📥 11K · ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/conda-forge/airflow) (📥 1M · ⏱️ 07.05.2024): ``` - conda install -c anaconda luigi + conda install -c conda-forge airflow + ``` +- [Docker Hub](https://hub.docker.com/r/apache/airflow) (📥 1.2B · ⭐ 520 · ⏱️ 06.05.2024): + ``` + docker pull apache/airflow ```
-
joblib (🥇33 · ⭐ 2.9K) - 使用Python函数进行计算。BSD-3 +
Dagster (🥇35 · ⭐ 10K) - A data orchestrator for machine learning, analytics, and ETL. Apache-2 -- [GitHub](https://github.com/joblib/joblib) (👨‍💻 110 · 🔀 330 · 📦 210K · 📋 710 - 43% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/dagster-io/dagster) (👨‍💻 430 · 🔀 1.3K · 📦 2.3K · 📋 7K - 30% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/joblib/joblib + git clone https://github.com/dagster-io/dagster ``` -- [PyPi](https://pypi.org/project/joblib) (📥 23M / month): +- [PyPi](https://pypi.org/project/dagster) (📥 920K / month): ``` - pip install joblib + pip install dagster ``` -- [Conda](https://anaconda.org/conda-forge/joblib) (📥 11M · ⏱️ 07.10.2021): +- [Conda](https://anaconda.org/conda-forge/dagster) (📥 1.1M · ⏱️ 09.05.2024): ``` - conda install -c conda-forge joblib + conda install -c conda-forge dagster ```
-
rq (🥇32 · ⭐ 8.5K) - 适用于Python的简单作业队列。❗Unlicensed +
Celery (🥇34 · ⭐ 24K) - Asynchronous task queue/job queue based on distributed message.. ❗Unlicensed -- [GitHub](https://github.com/rq/rq) (👨‍💻 270 · 🔀 1.3K · 📦 11K · 📋 980 - 19% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/celery/celery) (👨‍💻 1.3K · 🔀 4.4K · 📦 130K · 📋 5K - 12% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/rq/rq + git clone https://github.com/celery/celery ``` -- [PyPi](https://pypi.org/project/rq) (📥 680K / month): +- [PyPi](https://pypi.org/project/celery) (📥 11M / month): ``` - pip install rq + pip install celery ``` -- [Conda](https://anaconda.org/conda-forge/rq) (📥 76K · ⏱️ 30.06.2021): +- [Conda](https://anaconda.org/conda-forge/celery) (📥 1.6M · ⏱️ 30.12.2023): ``` - conda install -c conda-forge rq + conda install -c conda-forge celery ```
-
Dagster (🥇32 · ⭐ 5.3K) - 用于机器学习,分析和ETL的数据协调器。Apache-2 +
joblib (🥇34 · ⭐ 3.7K) - Computing with Python functions. BSD-3 -- [GitHub](https://github.com/dagster-io/dagster) (👨‍💻 230 · 🔀 650 · 📦 500 · 📋 4.4K - 23% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/joblib/joblib) (👨‍💻 130 · 🔀 390 · 📦 430K · 📋 840 - 42% open · ⏱️ 02.05.2024): ``` - git clone https://github.com/dagster-io/dagster + git clone https://github.com/joblib/joblib ``` -- [PyPi](https://pypi.org/project/dagster) (📥 480K / month): +- [PyPi](https://pypi.org/project/joblib) (📥 56M / month): ``` - pip install dagster + pip install joblib ``` -- [Conda](https://anaconda.org/conda-forge/dagster) (📥 610K · ⏱️ 12.08.2022): +- [Conda](https://anaconda.org/conda-forge/joblib) (📥 26M · ⏱️ 02.05.2024): ``` - conda install -c conda-forge dagster + conda install -c conda-forge joblib ```
-
Beam (🥈31 · ⭐ 5.8K) - 统一的编程模型,用于定义和执行数据处理。Apache-2 +
luigi (🥈33 · ⭐ 17K) - Luigi is a Python module that helps you build complex pipelines of batch.. Apache-2 -- [GitHub](https://github.com/apache/beam) (👨‍💻 1.3K · 🔀 3.5K · 📋 4.4K - 89% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/spotify/luigi) (👨‍💻 620 · 🔀 2.3K · 📦 2.4K · 📋 980 - 10% open · ⏱️ 09.05.2024): ``` - git clone https://github.com/apache/beam + git clone https://github.com/spotify/luigi ``` -- [PyPi](https://pypi.org/project/apache-beam) (📥 6.6M / month): +- [PyPi](https://pypi.org/project/luigi) (📥 330K / month): ``` - pip install apache-beam + pip install luigi + ``` +- [Conda](https://anaconda.org/anaconda/luigi) (📥 14K · ⏱️ 16.06.2023): + ``` + conda install -c anaconda luigi ```
-
dbt (🥈30 · ⭐ 5.4K) - dbt(数据构建工具)方便数据分析人员和工程师快速使用。Apache-2 +
rq (🥈33 · ⭐ 9.5K) - Simple job queues for Python. ❗Unlicensed -- [GitHub](https://github.com/dbt-labs/dbt-core) (👨‍💻 230 · 🔀 960 · 📥 520 · 📦 660 · 📋 3K - 10% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/rq/rq) (👨‍💻 310 · 🔀 1.4K · 📦 16K · 📋 1.1K - 15% open · ⏱️ 12.05.2024): ``` - git clone https://github.com/fishtown-analytics/dbt + git clone https://github.com/rq/rq ``` -- [PyPi](https://pypi.org/project/dbt) (📥 170K / month): +- [PyPi](https://pypi.org/project/rq) (📥 1.4M / month): ``` - pip install dbt + pip install rq ``` -- [Conda](https://anaconda.org/conda-forge/dbt) (📥 210K · ⏱️ 09.12.2021): +- [Conda](https://anaconda.org/conda-forge/rq) (📥 100K · ⏱️ 26.03.2024): ``` - conda install -c conda-forge dbt + conda install -c conda-forge rq ```
-
Airflow (🥈29 · ⭐ 28K) - 代码实现的创建,安排和监视工作流的平台。Apache-2 +
Prefect (🥈32 · ⭐ 15K) - The easiest way to automate your data. Apache-2 -- [GitHub](https://github.com/apache/airflow) (👨‍💻 2.5K · 🔀 11K · 📥 340K · 📋 6K - 11% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/PrefectHQ/prefect) (👨‍💻 240 · 🔀 1.5K · 📦 4.9K · 📋 5K - 16% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/apache/airflow - ``` -- [PyPi](https://pypi.org/project/apache-airflow) (📥 8.9M / month): - ``` - pip install apache-airflow + git clone https://github.com/PrefectHQ/prefect ``` -- [Conda](https://anaconda.org/conda-forge/airflow) (📥 700K · ⏱️ 25.08.2022): +- [PyPi](https://pypi.org/project/prefect) (📥 1.5M / month): ``` - conda install -c conda-forge airflow + pip install prefect ``` -- [Docker Hub](https://hub.docker.com/r/apache/airflow) (📥 82M · ⭐ 380 · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/prefect) (📥 640K · ⏱️ 03.05.2024): ``` - docker pull apache/airflow + conda install -c conda-forge prefect ```
-
mrjob (🥈29 · ⭐ 2.6K · 💀) - 在Hadoop或Amazon Web Services上运行MapReduce作业。Apache-2 +
dbt (🥈31 · ⭐ 9K) - dbt (data build tool) enables data analysts and engineers to transform.. Apache-2 -- [GitHub](https://github.com/Yelp/mrjob) (👨‍💻 140 · 🔀 580 · 📦 1.1K · 📋 1.3K - 15% open · ⏱️ 16.11.2020): +- [GitHub](https://github.com/dbt-labs/dbt-core) (👨‍💻 320 · 🔀 1.5K · 📥 4.1K · 📦 5K · 📋 5.1K - 8% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/Yelp/mrjob + git clone https://github.com/fishtown-analytics/dbt ``` -- [PyPi](https://pypi.org/project/mrjob) (📥 76K / month): +- [PyPi](https://pypi.org/project/dbt) (📥 57K / month): ``` - pip install mrjob + pip install dbt ``` -- [Conda](https://anaconda.org/conda-forge/mrjob) (📥 490K · ⏱️ 06.02.2022): +- [Conda](https://anaconda.org/conda-forge/dbt) (📥 260K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge mrjob + conda install -c conda-forge dbt ```
-
Prefect (🥈28 · ⭐ 9.9K) - 自动化数据的最简单方法。Apache-2 +
petl (🥈31 · ⭐ 1.2K) - Python Extract Transform and Load Tables of Data. MIT -- [GitHub](https://github.com/PrefectHQ/prefect) (👨‍💻 60 · 🔀 950 · 📦 1.1K · 📋 2.6K - 25% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/petl-developers/petl) (👨‍💻 64 · 🔀 190 · 📦 3.7K · 📋 460 - 18% open · ⏱️ 17.04.2024): ``` - git clone https://github.com/PrefectHQ/prefect + git clone https://github.com/petl-developers/petl ``` -- [PyPi](https://pypi.org/project/prefect) (📥 400K / month): +- [PyPi](https://pypi.org/project/petl) (📥 1.8M / month): ``` - pip install prefect + pip install petl ``` -- [Conda](https://anaconda.org/conda-forge/prefect) (📥 310K · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/petl) (📥 230K · ⏱️ 13.03.2024): ``` - conda install -c conda-forge prefect + conda install -c conda-forge petl ```
-
Kedro (🥈28 · ⭐ 7.5K) - 用于创建可重现,可维护和模块化的Python框架。Apache-2 +
Kedro (🥈30 · ⭐ 9.4K) - A Python framework for creating reproducible, maintainable and modular.. Apache-2 -- [GitHub](https://github.com/kedro-org/kedro) (👨‍💻 160 · 🔀 680 · 📦 1K · 📋 870 - 17% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/kedro-org/kedro) (👨‍💻 230 · 🔀 860 · 📦 2.4K · 📋 1.8K - 13% open · ⏱️ 16.05.2024): ``` git clone https://github.com/quantumblacklabs/kedro ``` -- [PyPi](https://pypi.org/project/kedro) (📥 420K / month): +- [PyPi](https://pypi.org/project/kedro) (📥 520K / month): ``` pip install kedro ```
-
petl (🥈28 · ⭐ 1K) - Python提取转换并加载数据表。MIT +
Hub (🥈28 · ⭐ 7.7K) - Fastest unstructured dataset management for TensorFlow/PyTorch... MPL-2.0 -- [GitHub](https://github.com/petl-developers/petl) (👨‍💻 55 · 🔀 170 · 📦 790 · 📋 440 - 16% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/activeloopai/deeplake) (👨‍💻 130 · 🔀 590 · 📦 2.8K · 📋 450 - 11% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/petl-developers/petl - ``` -- [PyPi](https://pypi.org/project/petl) (📥 280K / month): - ``` - pip install petl + git clone https://github.com/activeloopai/Hub ``` -- [Conda](https://anaconda.org/conda-forge/petl) (📥 120K · ⏱️ 22.08.2022): +- [PyPi](https://pypi.org/project/hub) (📥 4.6K / month): ``` - conda install -c conda-forge petl + pip install hub ```
-
PyFunctional (🥈26 · ⭐ 2.1K) - 用于创建具有链功能的数据管道的Python库。MIT +
mrjob (🥈28 · ⭐ 2.6K · 💀) - Run MapReduce jobs on Hadoop or Amazon Web Services. Apache-2 -- [GitHub](https://github.com/EntilZha/PyFunctional) (👨‍💻 26 · 🔀 110 · 📦 460 · 📋 130 - 5% open · ⏱️ 05.08.2022): +- [GitHub](https://github.com/Yelp/mrjob) (👨‍💻 140 · 🔀 570 · 📦 1.5K · 📋 1.3K - 15% open · ⏱️ 16.11.2020): ``` - git clone https://github.com/EntilZha/PyFunctional + git clone https://github.com/Yelp/mrjob + ``` +- [PyPi](https://pypi.org/project/mrjob) (📥 120K / month): + ``` + pip install mrjob ``` -- [PyPi](https://pypi.org/project/pyfunctional) (📥 230K / month): +- [Conda](https://anaconda.org/conda-forge/mrjob) (📥 520K · ⏱️ 16.06.2023): ``` - pip install pyfunctional + conda install -c conda-forge mrjob ```
-
Great Expectations (🥈25 · ⭐ 7.1K) - 通过数据测试,文档编制和性能分析,帮助数据团队加速流水线效率。Apache-2 +
Great Expectations (🥈26 · ⭐ 9.5K) - Always know what to expect from your data. Apache-2 -- [GitHub](https://github.com/great-expectations/great_expectations) (👨‍💻 320 · 🔀 1K · 📋 1.4K - 12% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/great-expectations/great_expectations) (👨‍💻 430 · 🔀 1.5K · 📋 1.8K - 7% open · ⏱️ 16.05.2024): ``` git clone https://github.com/great-expectations/great_expectations ``` -- [PyPi](https://pypi.org/project/great_expectations) (📥 5.3M / month): +- [PyPi](https://pypi.org/project/great_expectations) (📥 20M / month): ``` pip install great_expectations ```
-
faust (🥈25 · ⭐ 6.3K · 💀) - Python流处理。❗Unlicensed +
PyFunctional (🥈26 · ⭐ 2.3K) - Python library for creating data pipelines with chain functional.. MIT -- [GitHub](https://github.com/robinhood/faust) (👨‍💻 94 · 🔀 530 · 📦 1.1K · 📋 460 - 48% open · ⏱️ 09.10.2020): +- [GitHub](https://github.com/EntilZha/PyFunctional) (👨‍💻 31 · 🔀 130 · 📦 790 · 📋 130 - 6% open · ⏱️ 13.03.2024): ``` - git clone https://github.com/robinhood/faust + git clone https://github.com/EntilZha/PyFunctional ``` -- [PyPi](https://pypi.org/project/faust) (📥 32K / month): +- [PyPi](https://pypi.org/project/pyfunctional) (📥 200K / month): ``` - pip install faust + pip install pyfunctional ```
-
TFX (🥈25 · ⭐ 1.8K) - TFX是用于部署机器学习生产流水线的端到端平台。Apache-2 +
TFX (🥈26 · ⭐ 2.1K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 -- [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 150 · 🔀 580 · 📋 780 - 26% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/tensorflow/tfx) (👨‍💻 180 · 🔀 680 · 📋 890 - 3% open · ⏱️ 15.05.2024): ``` git clone https://github.com/tensorflow/tfx ``` -- [PyPi](https://pypi.org/project/tfx) (📥 370K / month): +- [PyPi](https://pypi.org/project/tfx) (📥 70K / month): ``` pip install tfx ```
-
ploomber (🥉24 · ⭐ 2.6K) - 精益数据科学工作流程。Apache-2 +
zenml (🥉25 · ⭐ 3.7K) - ZenML : MLOps framework to create reproducible ML pipelines for.. Apache-2 -- [GitHub](https://github.com/ploomber/ploomber) (👨‍💻 59 · 🔀 180 · 📦 51 · 📋 790 - 25% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/zenml-io/zenml) (👨‍💻 93 · 🔀 400 · 📥 1 · 📦 520 · 📋 280 - 13% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/ploomber/ploomber + git clone https://github.com/maiot-io/zenml ``` -- [PyPi](https://pypi.org/project/ploomber) (📥 15K / month): +- [PyPi](https://pypi.org/project/zenml) (📥 32K / month): ``` - pip install ploomber + pip install zenml ```
-
streamparse (🥉24 · ⭐ 1.5K) - 在Apache Storm拓扑中运行Python。 Pythonic API,CLI 等。Apache-2 +
faust (🥉24 · ⭐ 6.7K · 💀) - Python Stream Processing. ❗Unlicensed -- [GitHub](https://github.com/Parsely/streamparse) (👨‍💻 43 · 🔀 210 · 📦 55 · 📋 330 - 19% open · ⏱️ 18.07.2022): +- [GitHub](https://github.com/robinhood/faust) (👨‍💻 95 · 🔀 530 · 📦 1.9K · 📋 480 - 48% open · ⏱️ 23.02.2023): ``` - git clone https://github.com/Parsely/streamparse + git clone https://github.com/robinhood/faust ``` -- [PyPi](https://pypi.org/project/streamparse) (📥 2.2K / month): +- [PyPi](https://pypi.org/project/faust) (📥 24K / month): ``` - pip install streamparse + pip install faust ```
-
Hub (🥉23 · ⭐ 4.8K) - TensorFlow/PyTorch最快的非结构化数据集管理。MPL-2.0 +
ploomber (🥉24 · ⭐ 3.4K) - Lean Data Science workflows: develop and test locally. Deploy to.. Apache-2 -- [GitHub](https://github.com/activeloopai/Hub) (👨‍💻 99 · 🔀 390 · 📋 380 - 11% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/ploomber/ploomber) (👨‍💻 80 · 🔀 220 · 📦 130 · 📋 860 - 11% open · ⏱️ 20.02.2024): ``` - git clone https://github.com/activeloopai/Hub + git clone https://github.com/ploomber/ploomber ``` -- [PyPi](https://pypi.org/project/hub) (📥 3.7K / month): +- [PyPi](https://pypi.org/project/ploomber) (📥 9.9K / month): ``` - pip install hub + pip install ploomber ```
-
bonobo (🥉21 · ⭐ 1.5K · 💀) - 提取适用于Python 3.5+的Transform Load。Apache-2 +
streamparse (🥉24 · ⭐ 1.5K) - Run Python in Apache Storm topologies. Pythonic API, CLI.. Apache-2 -- [GitHub](https://github.com/python-bonobo/bonobo) (👨‍💻 37 · 🔀 130 · 📦 140 · 📋 180 - 39% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/pystorm/streamparse) (👨‍💻 45 · 🔀 210 · 📦 65 · 📋 330 - 19% open · ⏱️ 21.04.2024): ``` - git clone https://github.com/python-bonobo/bonobo + git clone https://github.com/Parsely/streamparse ``` -- [PyPi](https://pypi.org/project/bonobo) (📥 7.3K / month): +- [PyPi](https://pypi.org/project/streamparse) (📥 2.7K / month): ``` - pip install bonobo + pip install streamparse ```
-
TaskTiger (🥉21 · ⭐ 1.2K) - 使用Redis的Python任务队列。MIT +
Pypeline (🥉23 · ⭐ 1.5K · 💀) - Concurrent data pipelines in Python . MIT -- [GitHub](https://github.com/closeio/tasktiger) (👨‍💻 24 · 🔀 64 · 📦 23 · 📋 58 - 37% open · ⏱️ 25.04.2022): +- [GitHub](https://github.com/cgarciae/pypeln) (👨‍💻 13 · 🔀 97 · 📦 120 · 📋 72 - 34% open · ⏱️ 22.03.2023): ``` - git clone https://github.com/closeio/tasktiger + git clone https://github.com/cgarciae/pypeln ``` -- [PyPi](https://pypi.org/project/tasktiger) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/pypeln) (📥 430K / month): ``` - pip install tasktiger + pip install pypeln ```
-
pdpipe (🥉21 · ⭐ 680) - pandas DataFrames的简单管道。MIT +
TaskTiger (🥉23 · ⭐ 1.4K) - Python task queue using Redis. MIT -- [GitHub](https://github.com/pdpipe/pdpipe) (👨‍💻 10 · 🔀 42 · 📦 41 · 📋 51 - 31% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/closeio/tasktiger) (👨‍💻 30 · 🔀 80 · 📦 29 · 📋 69 - 40% open · ⏱️ 25.04.2024): ``` - git clone https://github.com/pdpipe/pdpipe + git clone https://github.com/closeio/tasktiger ``` -- [PyPi](https://pypi.org/project/pdpipe) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/tasktiger) (📥 3.9K / month): ``` - pip install pdpipe + pip install tasktiger ```
-
dpark (🥉20 · ⭐ 2.7K · 💀) - dpark是Python中与MapReduce相似的框架。BSD-3 +
bonobo (🥉21 · ⭐ 1.6K · 💀) - Extract Transform Load for Python 3.5+. Apache-2 -- [GitHub](https://github.com/douban/dpark) (👨‍💻 35 · 🔀 540 · 📦 5 · 📋 61 - 1% open · ⏱️ 25.12.2020): +- [GitHub](https://github.com/python-bonobo/bonobo) (👨‍💻 37 · 🔀 140 · 📦 170 · 📋 180 - 39% open · ⏱️ 10.03.2021): ``` - git clone https://github.com/douban/dpark + git clone https://github.com/python-bonobo/bonobo ``` -- [PyPi](https://pypi.org/project/dpark) (📥 32 / month): +- [PyPi](https://pypi.org/project/bonobo) (📥 17K / month): ``` - pip install dpark + pip install bonobo ```
-
zenml (🥉20 · ⭐ 2.3K) - ZenML:MLOps框架。Apache-2 +
dpark (🥉20 · ⭐ 2.7K · 💀) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 -- [GitHub](https://github.com/zenml-io/zenml) (👨‍💻 46 · 🔀 190 · 📋 110 - 22% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/douban/dpark) (👨‍💻 35 · 🔀 520 · 📦 5 · 📋 61 - 1% open · ⏱️ 25.12.2020): ``` - git clone https://github.com/maiot-io/zenml + git clone https://github.com/douban/dpark ``` -- [PyPi](https://pypi.org/project/zenml) (📥 2.5K / month): +- [PyPi](https://pypi.org/project/dpark) (📥 120 / month): ``` - pip install zenml + pip install dpark ```
-
Pypeline (🥉20 · ⭐ 1.4K) - Python中的并发数据管道。MIT +
pdpipe (🥉20 · ⭐ 720 · 💀) - Easy pipelines for pandas DataFrames. MIT -- [GitHub](https://github.com/cgarciae/pypeln) (👨‍💻 13 · 🔀 80 · 📋 59 - 25% open · ⏱️ 23.06.2022): +- [GitHub](https://github.com/pdpipe/pdpipe) (👨‍💻 11 · 🔀 44 · 📦 61 · 📋 53 - 28% open · ⏱️ 24.12.2022): ``` - git clone https://github.com/cgarciae/pypeln + git clone https://github.com/pdpipe/pdpipe ``` -- [PyPi](https://pypi.org/project/pypeln) (📥 8.3K / month): +- [PyPi](https://pypi.org/project/pdpipe) (📥 2.4K / month): ``` - pip install pypeln + pip install pdpipe ```
-
pysparkling (🥉20 · ⭐ 250 · 💀) - Apache Spark的RDD和DStream的纯Python实现。❗Unlicensed +
BatchFlow (🥉20 · ⭐ 200) - BatchFlow helps you conveniently work with random or sequential.. Apache-2 -- [GitHub](https://github.com/svenkreiss/pysparkling) (👨‍💻 10 · 🔀 42 · 📦 120 · 📋 27 - 22% open · ⏱️ 22.02.2021): +- [GitHub](https://github.com/analysiscenter/batchflow) (👨‍💻 37 · 🔀 44 · 📦 9 · 📋 110 - 25% open · ⏱️ 18.01.2024): ``` - git clone https://github.com/svenkreiss/pysparkling + git clone https://github.com/analysiscenter/batchflow ``` -- [PyPi](https://pypi.org/project/pysparkling) (📥 13K / month): +- [PyPi](https://pypi.org/project/batchflow) (📥 170 / month): ``` - pip install pysparkling + pip install batchflow ```
-
Optimus (🥉19 · ⭐ 1.2K) - 基于pandas、dask等的敏捷数据预处理工作流程。Apache-2 +
Optimus (🥉19 · ⭐ 1.4K · 💤) - Agile Data Preparation Workflows madeeasy with pandas,.. Apache-2 -- [GitHub](https://github.com/hi-primus/optimus) (👨‍💻 23 · 🔀 210 · 📋 230 - 14% open · ⏱️ 21.06.2022): +- [GitHub](https://github.com/hi-primus/optimus) (👨‍💻 24 · 🔀 230 · 📋 220 - 4% open · ⏱️ 19.05.2023): ``` git clone https://github.com/ironmussa/Optimus ``` -- [PyPi](https://pypi.org/project/optimuspyspark) (📥 52K / month): +- [PyPi](https://pypi.org/project/optimuspyspark) (📥 12K / month): ``` pip install optimuspyspark ```
-
mrq (🥉19 · ⭐ 870 · 💀) - Mr. Queue - 使用Redis和gevent的Python中的分布式worker任务队列。MIT +
mrq (🥉19 · ⭐ 880 · 💀) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT -- [GitHub](https://github.com/pricingassistant/mrq) (👨‍💻 40 · 🔀 110 · 📦 29 · 📋 170 - 30% open · ⏱️ 13.12.2020): +- [GitHub](https://github.com/pricingassistant/mrq) (👨‍💻 40 · 🔀 120 · 📦 32 · 📋 170 - 30% open · ⏱️ 13.12.2020): ``` git clone https://github.com/pricingassistant/mrq ``` -- [PyPi](https://pypi.org/project/mrq) (📥 130 / month): +- [PyPi](https://pypi.org/project/mrq) (📥 440 / month): ``` pip install mrq ```
-
BatchFlow (🥉19 · ⭐ 180) - BatchFlow可帮助您方便地使用随机或顺序调度数据进行机器学习任务。Apache-2 +
pysparkling (🥉18 · ⭐ 260 · 💀) - A pure Python implementation of Apache Spark's RDD and.. ❗Unlicensed -- [GitHub](https://github.com/analysiscenter/batchflow) (👨‍💻 32 · 🔀 40 · 📦 2 · 📋 100 - 28% open · ⏱️ 03.08.2022): +- [GitHub](https://github.com/svenkreiss/pysparkling) (👨‍💻 10 · 🔀 41 · 📦 210 · 📋 28 - 25% open · ⏱️ 13.11.2022): ``` - git clone https://github.com/analysiscenter/batchflow + git clone https://github.com/svenkreiss/pysparkling ``` -- [PyPi](https://pypi.org/project/batchflow) (📥 140 / month): +- [PyPi](https://pypi.org/project/pysparkling) (📥 12K / month): ``` - pip install batchflow + pip install pysparkling ```
-
spark-deep-learning (🥉17 · ⭐ 1.9K) - 适用于Apache Spark的深度学习管道。Apache-2 +
spark-deep-learning (🥉17 · ⭐ 2K · 💀) - Deep Learning Pipelines for Apache Spark. Apache-2 -- [GitHub](https://github.com/databricks/spark-deep-learning) (👨‍💻 17 · 🔀 460 · 📦 24 · 📋 100 - 74% open · ⏱️ 21.03.2022): +- [GitHub](https://github.com/databricks/spark-deep-learning) (👨‍💻 17 · 🔀 460 · 📦 42 · 📋 100 - 74% open · ⏱️ 21.03.2022): ``` git clone https://github.com/databricks/spark-deep-learning ```
-
Mara Pipelines (🥉17 · ⭐ 1.9K) - 一个轻量级的ETL框架。MIT +
Mara Pipelines (🥉16 · ⭐ 2.1K) - A lightweight opinionated ETL framework, halfway between plain.. MIT -- [GitHub](https://github.com/mara/mara-pipelines) (👨‍💻 17 · 🔀 89 · 📋 30 - 53% open · ⏱️ 18.07.2022): +- [GitHub](https://github.com/mara/mara-pipelines) (👨‍💻 17 · 🔀 100 · 📋 34 - 52% open · ⏱️ 07.12.2023): ``` git clone https://github.com/mara/mara-pipelines ``` -- [PyPi](https://pypi.org/project/mara-pipelines) (📥 360 / month): +- [PyPi](https://pypi.org/project/mara-pipelines) (📥 84 / month): ``` pip install mara-pipelines ```
-
riko (🥉15 · ⭐ 1.6K · 💤) - 一个模仿Yahoo!的Python流处理引擎。MIT +
riko (🥉16 · ⭐ 1.6K · 💀) - A Python stream processing engine modeled after Yahoo! Pipes. MIT -- [GitHub](https://github.com/nerevu/riko) (👨‍💻 18 · 🔀 68 · 📋 29 - 72% open · ⏱️ 28.12.2021): +- [GitHub](https://github.com/nerevu/riko) (👨‍💻 18 · 🔀 76 · 📋 29 - 72% open · ⏱️ 28.12.2021): ``` git clone https://github.com/nerevu/riko ``` -- [PyPi](https://pypi.org/project/riko) (📥 30 / month): +- [PyPi](https://pypi.org/project/riko) (📥 800 / month): ``` pip install riko ```
-
Databolt Flow (🥉15 · ⭐ 940 · 💤) - Python库,用于构建高效的数据科学工作流程。MIT +
Databolt Flow (🥉16 · ⭐ 950 · 💤) - Python library for building highly effective data science.. MIT -- [GitHub](https://github.com/d6t/d6tflow) (👨‍💻 12 · 🔀 71 · 📦 20 · 📋 23 - 43% open · ⏱️ 28.09.2021): +- [GitHub](https://github.com/d6t/d6tflow) (👨‍💻 13 · 🔀 76 · 📦 28 · 📋 23 - 43% open · ⏱️ 20.07.2023): ``` git clone https://github.com/d6t/d6tflow ``` -- [PyPi](https://pypi.org/project/d6tflow) (📥 120 / month): +- [PyPi](https://pypi.org/project/d6tflow) (📥 340 / month): ``` pip install d6tflow ```
-
flupy (🥉14 · ⭐ 170) - python中的流利数据管道。❗Unlicensed +
flupy (🥉15 · ⭐ 190) - Fluent data pipelines for python and your shell. ❗Unlicensed -- [GitHub](https://github.com/olirice/flupy) (👨‍💻 6 · 🔀 12 · ⏱️ 17.02.2022): +- [GitHub](https://github.com/olirice/flupy) (👨‍💻 6 · 🔀 15 · 📋 14 - 14% open · ⏱️ 27.02.2024): ``` git clone https://github.com/olirice/flupy ``` -- [PyPi](https://pypi.org/project/flupy) (📥 73K / month): +- [PyPi](https://pypi.org/project/flupy) (📥 220K / month): ``` pip install flupy ```
-
bodywork-core (🥉13 · ⭐ 400) - MLOps工具,用于将机器学习项目部署到Kubernetes。❗️AGPL-3.0 +
Botflow (🥉12 · ⭐ 1.2K · 💀) - Python Fast Dataflow programming framework for Data pipeline.. ❗Unlicensed -- [GitHub](https://github.com/bodywork-ml/bodywork-core) (👨‍💻 4 · 🔀 18 · 📦 10 · 📋 77 - 25% open · ⏱️ 04.07.2022): +- [GitHub](https://github.com/kkyon/botflow) (👨‍💻 11 · 🔀 100 · 📦 2 · 📋 5 - 60% open · ⏱️ 23.05.2019): ``` - git clone https://github.com/bodywork-ml/bodywork-core + git clone https://github.com/kkyon/botflow ``` -- [PyPi](https://pypi.org/project/bodywork-core): +- [PyPi](https://pypi.org/project/botflow) (📥 49 / month): ``` - pip install bodywork-core + pip install botflow ```
-
Botflow (🥉12 · ⭐ 1.2K · 💀) - 适用于数据管道工作的Python快速数据流编程框架。❗Unlicensed +
bodywork-core (🥉12 · ⭐ 430 · 💀) - MLOps tool for deploying machine learning projects to.. ❗️AGPL-3.0 -- [GitHub](https://github.com/kkyon/botflow) (👨‍💻 11 · 🔀 100 · 📦 1 · 📋 5 - 60% open · ⏱️ 23.05.2019): +- [GitHub](https://github.com/bodywork-ml/bodywork-core) (👨‍💻 4 · 🔀 20 · 📦 18 · 📋 78 - 26% open · ⏱️ 04.07.2022): ``` - git clone https://github.com/kkyon/botflow + git clone https://github.com/bodywork-ml/bodywork-core ``` -- [PyPi](https://pypi.org/project/botflow) (📥 23 / month): +- [PyPi](https://pypi.org/project/bodywork-core): ``` - pip install botflow + pip install bodywork-core ```

-## 分布式机器学习 +## Distributed Machine Learning -Back to top +Back to top -_提供在大型计算基础架构中分布和并行化机器学习任务的功能的库。_ +_Libraries that provide capabilities to distribute and parallelize machine learning tasks across large-scale compute infrastructure._ -
Ray (🥇35 · ⭐ 22K) - 一个开源代码框架,提供了用于构建分布式应用程序的简单通用API。Apache-2 +
Ray (🥇36 · ⭐ 31K) - An open source framework that provides a simple, universal API for.. Apache-2 -- [GitHub](https://github.com/ray-project/ray) (👨‍💻 740 · 🔀 3.7K · 📦 5.7K · 📋 11K - 21% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/ray-project/ray) (👨‍💻 1K · 🔀 5.2K · 📥 210 · 📦 15K · 📋 17K - 18% open · ⏱️ 16.05.2024): ``` git clone https://github.com/ray-project/ray ``` -- [PyPi](https://pypi.org/project/ray) (📥 1.8M / month): +- [PyPi](https://pypi.org/project/ray) (📥 4.6M / month): ``` pip install ray ```
-
dask (🥇32 · ⭐ 10K) - 具有任务调度的并行计算。BSD-3 +
DeepSpeed (🥇35 · ⭐ 33K) - DeepSpeed is a deep learning optimization library that makes.. Apache-2 -- [GitHub](https://github.com/dask/dask) (👨‍💻 550 · 🔀 1.5K · 📦 39K · 📋 4.4K - 15% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/microsoft/DeepSpeed) (👨‍💻 310 · 🔀 3.8K · 📦 7K · 📋 2.5K - 36% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/dask/dask + git clone https://github.com/microsoft/DeepSpeed ``` -- [PyPi](https://pypi.org/project/dask) (📥 7.1M / month): +- [PyPi](https://pypi.org/project/deepspeed) (📥 530K / month): ``` - pip install dask + pip install deepspeed ``` -- [Conda](https://anaconda.org/conda-forge/dask) (📥 6.4M · ⏱️ 19.08.2022): +- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (📥 18K · ⭐ 4 · ⏱️ 02.09.2022): ``` - conda install -c conda-forge dask + docker pull deepspeed/deepspeed ```
-
horovod (🥇30 · ⭐ 13K) - 基于TensorFlow,Keras,PyTorch,MXNet等的分布式训练框架。❗Unlicensed +
dask (🥇34 · ⭐ 12K) - Parallel computing with task scheduling. BSD-3 -- [GitHub](https://github.com/horovod/horovod) (👨‍💻 160 · 🔀 2K · 📦 650 · 📋 2.1K - 15% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/dask/dask) (👨‍💻 600 · 🔀 1.6K · 📦 60K · 📋 5K - 17% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/horovod/horovod + git clone https://github.com/dask/dask ``` -- [PyPi](https://pypi.org/project/horovod) (📥 73K / month): +- [PyPi](https://pypi.org/project/dask) (📥 8.3M / month): ``` - pip install horovod + pip install dask + ``` +- [Conda](https://anaconda.org/conda-forge/dask) (📥 11M · ⏱️ 04.05.2024): + ``` + conda install -c conda-forge dask ```
-
dask.distributed (🥇30 · ⭐ 1.4K) - Dask的分布式任务调度规划程序。BSD-3 +
dask.distributed (🥈32 · ⭐ 1.5K) - A distributed task scheduler for Dask. BSD-3 -- [GitHub](https://github.com/dask/distributed) (👨‍💻 280 · 🔀 620 · 📦 25K · 📋 2.9K - 33% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/dask/distributed) (👨‍💻 320 · 🔀 690 · 📦 34K · 📋 3.5K - 34% open · ⏱️ 08.05.2024): ``` git clone https://github.com/dask/distributed ``` -- [PyPi](https://pypi.org/project/distributed) (📥 4.9M / month): +- [PyPi](https://pypi.org/project/distributed) (📥 3.8M / month): ``` pip install distributed ``` -- [Conda](https://anaconda.org/conda-forge/distributed) (📥 7.8M · ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/distributed) (📥 14M · ⏱️ 03.05.2024): ``` conda install -c conda-forge distributed ```
-
DeepSpeed (🥈28 · ⭐ 7.7K) - DeepSpeed是一个深度学习优化库。MIT +
horovod (🥈30 · ⭐ 14K) - Distributed training framework for TensorFlow, Keras, PyTorch,.. ❗Unlicensed -- [GitHub](https://github.com/microsoft/DeepSpeed) (👨‍💻 130 · 🔀 830 · 📦 340 · 📋 980 - 48% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/horovod/horovod) (👨‍💻 170 · 🔀 2.2K · 📦 1.1K · 📋 2.2K - 16% open · ⏱️ 25.03.2024): ``` - git clone https://github.com/microsoft/DeepSpeed - ``` -- [PyPi](https://pypi.org/project/deepspeed) (📥 220K / month): - ``` - pip install deepspeed + git clone https://github.com/horovod/horovod ``` -- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (📥 14K · ⭐ 3 · ⏱️ 06.06.2022): +- [PyPi](https://pypi.org/project/horovod) (📥 66K / month): ``` - docker pull deepspeed/deepspeed + pip install horovod ```
-
DEAP (🥈27 · ⭐ 4.8K) - Python中的分布式进化算法。❗️LGPL-3.0 +
DEAP (🥈28 · ⭐ 5.6K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 -- [GitHub](https://github.com/DEAP/deap) (👨‍💻 79 · 🔀 980 · 📦 2.8K · 📋 470 - 43% open · ⏱️ 08.08.2022): +- [GitHub](https://github.com/DEAP/deap) (👨‍💻 88 · 🔀 1.1K · 📦 4.8K · 📋 510 - 44% open · ⏱️ 07.05.2024): ``` git clone https://github.com/deap/deap ``` -- [PyPi](https://pypi.org/project/deap) (📥 160K / month): +- [PyPi](https://pypi.org/project/deap) (📥 220K / month): ``` pip install deap ``` -- [Conda](https://anaconda.org/conda-forge/deap) (📥 200K · ⏱️ 08.08.2022): +- [Conda](https://anaconda.org/conda-forge/deap) (📥 380K · ⏱️ 25.09.2023): ``` conda install -c conda-forge deap ```
-
petastorm (🥈27 · ⭐ 1.5K) - Petastorm库单机或分布式训练。Apache-2 +
FairScale (🥈28 · ⭐ 2.9K) - PyTorch extensions for high performance and large scale training. BSD-3 -- [GitHub](https://github.com/uber/petastorm) (👨‍💻 45 · 🔀 250 · 📥 340 · 📦 74 · 📋 280 - 49% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 75 · 🔀 260 · 📦 5K · 📋 360 - 20% open · ⏱️ 03.05.2024): ``` - git clone https://github.com/uber/petastorm + git clone https://github.com/facebookresearch/fairscale ``` -- [PyPi](https://pypi.org/project/petastorm) (📥 63K / month): +- [PyPi](https://pypi.org/project/fairscale) (📥 530K / month): ``` - pip install petastorm + pip install fairscale ```
-
BigDL (🥈26 · ⭐ 4K) - BigDL:适用于Apache Spark的分布式深度学习框架。Apache-2 +
BigDL (🥈26 · ⭐ 6.1K) - BigDL: Distributed Deep Learning Framework for Apache Spark. Apache-2 -- [GitHub](https://github.com/intel-analytics/BigDL) (👨‍💻 170 · 🔀 970 · 📦 38 · 📋 1.4K - 30% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/intel-analytics/ipex-llm) (👨‍💻 99 · 🔀 1.2K · 📥 470 · 📦 51 · 📋 2.3K - 35% open · ⏱️ 16.05.2024): ``` git clone https://github.com/intel-analytics/BigDL ``` -- [PyPi](https://pypi.org/project/bigdl) (📥 4K / month): +- [PyPi](https://pypi.org/project/bigdl) (📥 4.1K / month): ``` pip install bigdl ``` @@ -6629,218 +6629,206 @@ _提供在大型计算基础架构中分布和并行化机器学习任务的功 ```
-
FairScale (🥈26 · ⭐ 1.8K) - PyTorch扩展用于高性能和大规模训练。BSD-3 +
dask-ml (🥈26 · ⭐ 880) - Scalable Machine Learning with Dask. BSD-3 -- [GitHub](https://github.com/facebookresearch/fairscale) (👨‍💻 63 · 🔀 180 · 📦 490 · 📋 320 - 21% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/dask/dask-ml) (👨‍💻 78 · 🔀 240 · 📦 1K · 📋 480 - 46% open · ⏱️ 02.04.2024): ``` - git clone https://github.com/facebookresearch/fairscale + git clone https://github.com/dask/dask-ml ``` -- [PyPi](https://pypi.org/project/fairscale) (📥 230K / month): +- [PyPi](https://pypi.org/project/dask-ml) (📥 330K / month): ``` - pip install fairscale + pip install dask-ml + ``` +- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 830K · ⏱️ 21.03.2024): + ``` + conda install -c conda-forge dask-ml ```
-
Elephas (🥈26 · ⭐ 1.5K) - 使用Keras和Spark进行分布式深度学习。MIT keras +
petastorm (🥈24 · ⭐ 1.8K) - Petastorm library enables single machine or distributed training.. Apache-2 -- [GitHub](https://github.com/maxpumperla/elephas) (👨‍💻 27 · 🔀 290 · 📦 56 · 📋 160 - 12% open · ⏱️ 30.03.2022): +- [GitHub](https://github.com/uber/petastorm) (👨‍💻 50 · 🔀 280 · 📥 460 · 📦 170 · 📋 310 - 50% open · ⏱️ 02.12.2023): ``` - git clone https://github.com/maxpumperla/elephas + git clone https://github.com/uber/petastorm ``` -- [PyPi](https://pypi.org/project/elephas) (📥 120K / month): +- [PyPi](https://pypi.org/project/petastorm) (📥 35K / month): ``` - pip install elephas + pip install petastorm ```
-
Mesh (🥈26 · ⭐ 1.3K) - Mesh TensorFlow:简化模型并行化。Apache-2 +
Elephas (🥈24 · ⭐ 1.6K · 💀) - Distributed Deep learning with Keras & Spark. MIT keras -- [GitHub](https://github.com/tensorflow/mesh) (👨‍💻 48 · 🔀 220 · 📦 710 · 📋 78 - 82% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/maxpumperla/elephas) (👨‍💻 27 · 🔀 300 · 📦 75 · 📋 160 - 5% open · ⏱️ 31.08.2022): ``` - git clone https://github.com/tensorflow/mesh + git clone https://github.com/maxpumperla/elephas ``` -- [PyPi](https://pypi.org/project/mesh-tensorflow) (📥 21K / month): +- [PyPi](https://pypi.org/project/elephas) (📥 42K / month): ``` - pip install mesh-tensorflow + pip install elephas ```
-
dask-ml (🥉25 · ⭐ 820) - 使用Dask进行可扩展的机器学习。BSD-3 +
Submit it (🥈24 · ⭐ 1.1K) - Python 3.6+ toolbox for submitting jobs to Slurm. MIT -- [GitHub](https://github.com/dask/dask-ml) (👨‍💻 76 · 🔀 230 · 📦 660 · 📋 440 - 45% open · ⏱️ 19.06.2022): +- [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 23 · 🔀 110 · 📦 2.6K · 📋 110 - 33% open · ⏱️ 09.11.2023): ``` - git clone https://github.com/dask/dask-ml + git clone https://github.com/facebookincubator/submitit ``` -- [PyPi](https://pypi.org/project/dask-ml) (📥 70K / month): +- [PyPi](https://pypi.org/project/submitit) (📥 300K / month): ``` - pip install dask-ml + pip install submitit ``` -- [Conda](https://anaconda.org/conda-forge/dask-ml) (📥 400K · ⏱️ 27.05.2022): +- [Conda](https://anaconda.org/conda-forge/submitit) (📥 36K · ⏱️ 24.11.2023): ``` - conda install -c conda-forge dask-ml + conda install -c conda-forge submitit ```
-
TensorFlowOnSpark (🥉23 · ⭐ 3.8K) - TensorFlowOnSpark将TensorFlow程序引入Spark。Apache-2 +
TensorFlowOnSpark (🥉23 · ⭐ 3.9K · 💀) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 -- [GitHub](https://github.com/yahoo/TensorFlowOnSpark) (👨‍💻 34 · 🔀 920 · 📋 360 - 2% open · ⏱️ 21.04.2022): +- [GitHub](https://github.com/yahoo/TensorFlowOnSpark) (👨‍💻 34 · 🔀 920 · 📋 370 - 3% open · ⏱️ 27.04.2023): ``` git clone https://github.com/yahoo/TensorFlowOnSpark ``` -- [PyPi](https://pypi.org/project/tensorflowonspark) (📥 270K / month): +- [PyPi](https://pypi.org/project/tensorflowonspark) (📥 730K / month): ``` pip install tensorflowonspark ```
-
analytics-zoo (🥉23 · ⭐ 2.5K) - Apache上的分布式Tensorflow,Keras和PyTorch。Apache-2 - -- [GitHub](https://github.com/intel-analytics/analytics-zoo) (👨‍💻 100 · 🔀 700 · 📦 3 · 📋 1.3K - 32% open · ⏱️ 01.06.2022): - - ``` - git clone https://github.com/intel-analytics/analytics-zoo - ``` -- [PyPi](https://pypi.org/project/analytics-zoo) (📥 2.2K / month): - ``` - pip install analytics-zoo - ``` -
-
Hivemind (🥉23 · ⭐ 1.1K) - PyTorch中的分布式深度学习。专为训练模型而设计。MIT +
Hivemind (🥉23 · ⭐ 1.8K) - Decentralized deep learning in PyTorch. Built to train models on.. MIT -- [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 23 · 🔀 67 · 📦 10 · 📋 120 - 28% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/learning-at-home/hivemind) (👨‍💻 29 · 🔀 130 · 📦 100 · 📋 160 - 36% open · ⏱️ 04.12.2023): ``` git clone https://github.com/learning-at-home/hivemind ``` -- [PyPi](https://pypi.org/project/hivemind) (📥 5.2K / month): +- [PyPi](https://pypi.org/project/hivemind) (📥 4.4K / month): ``` pip install hivemind ```
-
mpi4py (🥉22 · ⭐ 570) - MPI的Python接口。BSD-2 +
mpi4py (🥉23 · ⭐ 760) - Python bindings for MPI. BSD-2 -- [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 21 · 🔀 78 · 📥 6.2K · 📋 84 - 11% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/mpi4py/mpi4py) (👨‍💻 26 · 🔀 110 · 📥 23K · 📋 160 - 3% open · ⏱️ 15.05.2024): ``` git clone https://github.com/mpi4py/mpi4py ``` -- [PyPi](https://pypi.org/project/mpi4py) (📥 290K / month): +- [PyPi](https://pypi.org/project/mpi4py) (📥 220K / month): ``` pip install mpi4py ``` -- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 1.3M · ⏱️ 12.08.2022): +- [Conda](https://anaconda.org/conda-forge/mpi4py) (📥 2.5M · ⏱️ 15.04.2024): ``` conda install -c conda-forge mpi4py ```
-
MMLSpark (🥉20 · ⭐ 3.5K) - 适用于Apache Spark的Microsoft机器学习。MIT +
Apache Singa (🥉22 · ⭐ 3.3K) - a distributed deep learning platform. Apache-2 -- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 97 · 🔀 670 · 📋 570 - 39% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/apache/singa) (👨‍💻 90 · 🔀 1.2K · 📦 3 · 📋 98 - 23% open · ⏱️ 30.04.2024): ``` - git clone https://github.com/Azure/mmlspark + git clone https://github.com/apache/singa ``` -- [PyPi](https://pypi.org/project/mmlspark) (📥 4 / month): +- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 740 · ⏱️ 16.06.2023): ``` - pip install mmlspark + conda install -c nusdbsystem singa + ``` +- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 6.6K · ⭐ 4 · ⏱️ 31.05.2022): + ``` + docker pull apache/singa ```
-
Apache Singa (🥉19 · ⭐ 2.7K) - 分布式深度学习平台。Apache-2 +
Mesh (🥉21 · ⭐ 1.6K) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 -- [GitHub](https://github.com/apache/singa) (👨‍💻 79 · 🔀 780 · 📦 1 · 📋 79 - 21% open · ⏱️ 01.06.2022): +- [GitHub](https://github.com/tensorflow/mesh) (👨‍💻 50 · 🔀 250 · 📋 83 - 79% open · ⏱️ 17.11.2023): ``` - git clone https://github.com/apache/singa - ``` -- [Conda](https://anaconda.org/nusdbsystem/singa) (📥 510 · ⏱️ 09.08.2021): - ``` - conda install -c nusdbsystem singa + git clone https://github.com/tensorflow/mesh ``` -- [Docker Hub](https://hub.docker.com/r/apache/singa) (📥 690 · ⭐ 4 · ⏱️ 31.05.2022): +- [PyPi](https://pypi.org/project/mesh-tensorflow) (📥 45K / month): ``` - docker pull apache/singa + pip install mesh-tensorflow ```
-
TensorFrames (🥉19 · ⭐ 760 · 💀) - 用于DataFrames的Tensorflow包装器。Apache-2 +
MMLSpark (🥉19 · ⭐ 5K) - Microsoft Machine Learning for Apache Spark. MIT -- [GitHub](https://github.com/databricks/tensorframes) (👨‍💻 16 · 🔀 160 · 📋 92 - 53% open · ⏱️ 15.11.2019): +- [GitHub](https://github.com/microsoft/SynapseML) (👨‍💻 120 · 🔀 790 · 📋 710 - 43% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/databricks/tensorframes + git clone https://github.com/Azure/mmlspark ``` -- [PyPi](https://pypi.org/project/tensorframes) (📥 40K / month): +- [PyPi](https://pypi.org/project/mmlspark) (📥 2 / month): ``` - pip install tensorframes + pip install mmlspark ```
-
ipyparallel (🥉18 · ⭐ 2.3K) - Python中的交互式并行计算。❗Unlicensed +
ipyparallel (🥉19 · ⭐ 2.6K) - Interactive Parallel Computing in Python. ❗Unlicensed -- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 110 · 🔀 870 · 📋 330 - 15% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 110 · 🔀 970 · 📋 360 - 15% open · ⏱️ 05.04.2024): ``` git clone https://github.com/ipython/ipyparallel ``` -- [PyPi](https://pypi.org/project/ipyparallel) (📥 120K / month): +- [PyPi](https://pypi.org/project/ipyparallel) (📥 490K / month): ``` pip install ipyparallel ``` -- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 670K · ⏱️ 21.06.2022): +- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 1M · ⏱️ 05.04.2024): ``` conda install -c conda-forge ipyparallel ```
-
Submit it (🥉18 · ⭐ 680) - 用于将作业提交到Slurm的Python工具箱。MIT +
TensorFrames (🥉19 · ⭐ 750 · 💀) - [DEPRECATED] Tensorflow wrapper for DataFrames on.. Apache-2 -- [GitHub](https://github.com/facebookincubator/submitit) (👨‍💻 23 · 🔀 74 · 📋 71 - 32% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/databricks/tensorframes) (👨‍💻 16 · 🔀 160 · 📋 92 - 53% open · ⏱️ 15.11.2019): ``` - git clone https://github.com/facebookincubator/submitit - ``` -- [PyPi](https://pypi.org/project/submitit) (📥 37K / month): - ``` - pip install submitit + git clone https://github.com/databricks/tensorframes ``` -- [Conda](https://anaconda.org/conda-forge/submitit) (📥 8.1K · ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/tensorframes) (📥 11K / month): ``` - conda install -c conda-forge submitit + pip install tensorframes ```
-
sk-dist (🥉18 · ⭐ 280 · 💀) - PySpark中的分布式scikit学习元估计器。Apache-2 +
sk-dist (🥉19 · ⭐ 290 · 💀) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 -- [GitHub](https://github.com/Ibotta/sk-dist) (👨‍💻 7 · 🔀 49 · 📦 10 · 📋 17 - 41% open · ⏱️ 07.07.2021): +- [GitHub](https://github.com/Ibotta/sk-dist) (👨‍💻 8 · 🔀 52 · 📦 16 · 📋 18 - 44% open · ⏱️ 07.02.2023): ``` git clone https://github.com/Ibotta/sk-dist ``` -- [PyPi](https://pypi.org/project/sk-dist) (📥 170K / month): +- [PyPi](https://pypi.org/project/sk-dist) (📥 430K / month): ``` pip install sk-dist ```
-
somoclu (🥉17 · ⭐ 240 · 💤) - 大规模并行的自组织图:加速训练。MIT +
somoclu (🥉17 · ⭐ 260) - Massively parallel self-organizing maps: accelerate training on.. MIT -- [GitHub](https://github.com/peterwittek/somoclu) (👨‍💻 19 · 🔀 62 · 📥 1.6K · 📋 130 - 18% open · ⏱️ 31.10.2021): +- [GitHub](https://github.com/peterwittek/somoclu) (👨‍💻 20 · 🔀 67 · 📥 1.9K · 📋 140 - 20% open · ⏱️ 18.01.2024): ``` git clone https://github.com/peterwittek/somoclu ``` -- [PyPi](https://pypi.org/project/somoclu) (📥 980 / month): +- [PyPi](https://pypi.org/project/somoclu) (📥 1.9K / month): ``` pip install somoclu ``` -- [Conda](https://anaconda.org/conda-forge/somoclu) (📥 64K · ⏱️ 15.11.2021): +- [Conda](https://anaconda.org/conda-forge/somoclu) (📥 88K · ⏱️ 13.10.2023): ``` conda install -c conda-forge somoclu ```
-
BytePS (🥉16 · ⭐ 3.3K) - 分布式DNN训练的高性能通用框架。Apache-2 +
BytePS (🥉16 · ⭐ 3.6K · 💀) - A high performance and generic framework for distributed DNN.. Apache-2 -- [GitHub](https://github.com/bytedance/byteps) (👨‍💻 19 · 🔀 450 · 📋 260 - 38% open · ⏱️ 10.02.2022): +- [GitHub](https://github.com/bytedance/byteps) (👨‍💻 21 · 🔀 470 · 📋 270 - 39% open · ⏱️ 10.02.2022): ``` git clone https://github.com/bytedance/byteps ``` -- [PyPi](https://pypi.org/project/byteps) (📥 19 / month): +- [PyPi](https://pypi.org/project/byteps) (📥 69 / month): ``` pip install byteps ``` @@ -6849,579 +6837,591 @@ _提供在大型计算基础架构中分布和并行化机器学习任务的功 docker pull bytepsimage/tensorflow ```
-
Fiber (🥉16 · ⭐ 980 · 💀) - 简化了AI的分布式计算。Apache-2 +
analytics-zoo (🥉16 · ⭐ 9 · 🐣) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 + +- [GitHub](https://github.com/intel-analytics/analytics-zoo) (👨‍💻 110 · 🔀 3 · 📋 1.3K - 32% open · ⏱️ 08.04.2024): + + ``` + git clone https://github.com/intel-analytics/analytics-zoo + ``` +- [PyPi](https://pypi.org/project/analytics-zoo) (📥 510 / month): + ``` + pip install analytics-zoo + ``` +
+
Fiber (🥉15 · ⭐ 1K · 💀) - Distributed Computing for AI Made Simple. Apache-2 -- [GitHub](https://github.com/uber/fiber) (👨‍💻 5 · 🔀 110 · 📦 43 · 📋 25 - 68% open · ⏱️ 15.03.2021): +- [GitHub](https://github.com/uber/fiber) (👨‍💻 5 · 🔀 110 · 📦 70 · 📋 27 - 70% open · ⏱️ 15.03.2021): ``` git clone https://github.com/uber/fiber ``` -- [PyPi](https://pypi.org/project/fiber) (📥 60 / month): +- [PyPi](https://pypi.org/project/fiber) (📥 81 / month): ``` pip install fiber ```
-
LazyCluster (🥉13 · ⭐ 43 · 💤) - 分布式机器学习框架。Apache-2 +
LazyCluster (🥉12 · ⭐ 50 · 💀) - Distributed machine learning made simple. Apache-2 -- [GitHub](https://github.com/ml-tooling/lazycluster) (👨‍💻 2 · 🔀 9 · 📦 17 · ⏱️ 19.08.2021): +- [GitHub](https://github.com/ml-tooling/lazycluster) (👨‍💻 2 · 🔀 12 · 📦 33 · ⏱️ 19.08.2021): ``` git clone https://github.com/ml-tooling/lazycluster ``` -- [PyPi](https://pypi.org/project/lazycluster) (📥 42 / month): +- [PyPi](https://pypi.org/project/lazycluster) (📥 65 / month): ``` pip install lazycluster ```

-## 超参数优化和AutoML +## Hyperparameter Optimization & AutoML -Back to top +Back to top -_用于超参数优化,自动机器学习和神经体系结构搜索的库。_ +_Libraries for hyperparameter optimization, automl and neural architecture search._ -
Optuna (🥇34 · ⭐ 6.8K) - 超参数优化框架。MIT +
Optuna (🥇33 · ⭐ 9.8K) - A hyperparameter optimization framework. ❗Unlicensed -- [GitHub](https://github.com/optuna/optuna) (👨‍💻 200 · 🔀 730 · 📦 4K · 📋 1.2K - 7% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/optuna/optuna) (👨‍💻 260 · 🔀 950 · 📦 14K · 📋 1.6K - 5% open · ⏱️ 15.05.2024): ``` git clone https://github.com/optuna/optuna ``` -- [PyPi](https://pypi.org/project/optuna) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/optuna) (📥 2.5M / month): ``` pip install optuna ``` -- [Conda](https://anaconda.org/conda-forge/optuna) (📥 320K · ⏱️ 06.07.2022): +- [Conda](https://anaconda.org/conda-forge/optuna) (📥 950K · ⏱️ 29.03.2024): ``` conda install -c conda-forge optuna ```
-
NNI (🥇30 · ⭐ 12K) - 一个开源AutoML工具箱,用于自动化机器学习生命周期。MIT +
TPOT (🥇30 · ⭐ 9.5K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 -- [GitHub](https://github.com/microsoft/nni) (👨‍💻 180 · 🔀 1.6K · 📦 260 · 📋 1.7K - 17% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/EpistasisLab/tpot) (👨‍💻 120 · 🔀 1.5K · 📦 2.8K · 📋 920 - 30% open · ⏱️ 23.02.2024): ``` - git clone https://github.com/microsoft/nni - ``` -- [PyPi](https://pypi.org/project/nni) (📥 10K / month): - ``` - pip install nni + git clone https://github.com/EpistasisLab/tpot ``` -
-
AutoKeras (🥇30 · ⭐ 8.6K) - 用于深度学习的AutoML库。Apache-2 - -- [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.3K · 📥 7.4K · 📦 350 · 📋 840 - 11% open · ⏱️ 25.08.2022): - +- [PyPi](https://pypi.org/project/tpot) (📥 43K / month): ``` - git clone https://github.com/keras-team/autokeras + pip install tpot ``` -- [PyPi](https://pypi.org/project/autokeras) (📥 17K / month): +- [Conda](https://anaconda.org/conda-forge/tpot) (📥 250K · ⏱️ 26.02.2024): ``` - pip install autokeras + conda install -c conda-forge tpot ```
-
Keras Tuner (🥇30 · ⭐ 2.6K) - 简单易用的超参数调整。Apache-2 +
AutoKeras (🥇30 · ⭐ 9.1K) - AutoML library for deep learning. Apache-2 -- [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 50 · 🔀 330 · 📦 1.6K · 📋 400 - 43% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/keras-team/autokeras) (👨‍💻 140 · 🔀 1.4K · 📥 18K · 📦 680 · 📋 900 - 15% open · ⏱️ 20.03.2024): ``` - git clone https://github.com/keras-team/keras-tuner + git clone https://github.com/keras-team/autokeras ``` -- [PyPi](https://pypi.org/project/keras-tuner) (📥 610K / month): +- [PyPi](https://pypi.org/project/autokeras) (📥 19K / month): ``` - pip install keras-tuner + pip install autokeras ```
-
scikit-optimize (🥇30 · ⭐ 2.4K · 💤) - SMBO模型优化实现。BSD-3 +
Bayesian Optimization (🥇30 · ⭐ 7.5K) - A Python implementation of global optimization with.. MIT -- [GitHub](https://github.com/scikit-optimize/scikit-optimize) (👨‍💻 76 · 🔀 420 · 📦 3K · 📋 600 - 35% open · ⏱️ 12.10.2021): +- [GitHub](https://github.com/bayesian-optimization/BayesianOptimization) (👨‍💻 44 · 🔀 1.4K · 📥 150 · 📦 2.6K · 📋 340 - 4% open · ⏱️ 06.03.2024): ``` - git clone https://github.com/scikit-optimize/scikit-optimize - ``` -- [PyPi](https://pypi.org/project/scikit-optimize) (📥 790K / month): - ``` - pip install scikit-optimize + git clone https://github.com/fmfn/BayesianOptimization ``` -- [Conda](https://anaconda.org/conda-forge/scikit-optimize) (📥 570K · ⏱️ 15.12.2021): +- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 540K / month): ``` - conda install -c conda-forge scikit-optimize + pip install bayesian-optimization ```
-
TPOT (🥈29 · ⭐ 8.7K) - Python自动化机器学习工具。❗️LGPL-3.0 +
NNI (🥇29 · ⭐ 14K · 💤) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT -- [GitHub](https://github.com/EpistasisLab/tpot) (👨‍💻 110 · 🔀 1.5K · 📦 1.6K · 📋 860 - 29% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/microsoft/nni) (👨‍💻 190 · 🔀 1.8K · 📦 640 · 📋 2.1K - 18% open · ⏱️ 26.10.2023): ``` - git clone https://github.com/EpistasisLab/tpot - ``` -- [PyPi](https://pypi.org/project/tpot) (📥 41K / month): - ``` - pip install tpot + git clone https://github.com/microsoft/nni ``` -- [Conda](https://anaconda.org/conda-forge/tpot) (📥 170K · ⏱️ 05.03.2021): +- [PyPi](https://pypi.org/project/nni) (📥 18K / month): ``` - conda install -c conda-forge tpot + pip install nni ```
-
auto-sklearn (🥈29 · ⭐ 6.5K) - 使用scikit-learn的自动化机器学习。BSD-3 +
AutoGluon (🥇29 · ⭐ 7.2K) - AutoGluon: AutoML for Text, Image, and Tabular Data. Apache-2 -- [GitHub](https://github.com/automl/auto-sklearn) (👨‍💻 86 · 🔀 1.2K · 📥 37 · 📦 310 · 📋 920 - 12% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/autogluon/autogluon) (👨‍💻 120 · 🔀 840 · 📦 690 · 📋 1.3K - 25% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/automl/auto-sklearn + git clone https://github.com/awslabs/autogluon ``` -- [PyPi](https://pypi.org/project/auto-sklearn) (📥 40K / month): +- [PyPi](https://pypi.org/project/autogluon) (📥 82K / month): ``` - pip install auto-sklearn + pip install autogluon ```
-
Bayesian Optimization (🥈29 · ⭐ 6.2K) - 全局优化的Python实现。MIT +
Keras Tuner (🥇29 · ⭐ 2.8K) - Hyperparameter tuning for humans. Apache-2 -- [GitHub](https://github.com/fmfn/BayesianOptimization) (👨‍💻 35 · 🔀 1.3K · 📥 96 · 📦 1.3K · 📋 260 - 7% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/keras-team/keras-tuner) (👨‍💻 61 · 🔀 380 · 📦 3.7K · 📋 480 - 43% open · ⏱️ 04.03.2024): ``` - git clone https://github.com/fmfn/BayesianOptimization + git clone https://github.com/keras-team/keras-tuner ``` -- [PyPi](https://pypi.org/project/bayesian-optimization) (📥 200K / month): +- [PyPi](https://pypi.org/project/keras-tuner) (📥 280K / month): ``` - pip install bayesian-optimization + pip install keras-tuner ```
-
Hyperopt (🥈28 · ⭐ 6.4K · 💤) - Python中的分布式异步超参数优化。❗Unlicensed +
Hyperopt (🥈28 · ⭐ 7.1K) - Distributed Asynchronous Hyperparameter Optimization in Python. ❗Unlicensed -- [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 93 · 🔀 860 · 📦 7.4K · 📋 610 - 61% open · ⏱️ 29.11.2021): +- [GitHub](https://github.com/hyperopt/hyperopt) (👨‍💻 100 · 🔀 920 · 📦 15K · 📋 650 - 31% open · ⏱️ 13.03.2024): ``` git clone https://github.com/hyperopt/hyperopt ``` -- [PyPi](https://pypi.org/project/hyperopt) (📥 1.8M / month): +- [PyPi](https://pypi.org/project/hyperopt) (📥 2.3M / month): ``` pip install hyperopt ``` -- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 500K · ⏱️ 30.04.2022): +- [Conda](https://anaconda.org/conda-forge/hyperopt) (📥 760K · ⏱️ 16.06.2023): ``` conda install -c conda-forge hyperopt ```
-
AutoGluon (🥈26 · ⭐ 4.7K) - AutoGluon:用于文本,图像和表格数据的AutoML。Apache-2 +
auto-sklearn (🥈27 · ⭐ 7.4K · 💀) - Automated Machine Learning with scikit-learn. BSD-3 -- [GitHub](https://github.com/awslabs/autogluon) (👨‍💻 85 · 🔀 620 · 📦 160 · 📋 740 - 21% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/automl/auto-sklearn) (👨‍💻 88 · 🔀 1.2K · 📥 52 · 📦 570 · 📋 1K - 18% open · ⏱️ 18.04.2023): ``` - git clone https://github.com/awslabs/autogluon + git clone https://github.com/automl/auto-sklearn ``` -- [PyPi](https://pypi.org/project/autogluon) (📥 40K / month): +- [PyPi](https://pypi.org/project/auto-sklearn) (📥 16K / month): ``` - pip install autogluon + pip install auto-sklearn ```
-
BoTorch (🥈26 · ⭐ 2.3K) - PyTorch中的贝叶斯优化。MIT +
featuretools (🥈27 · ⭐ 7.1K) - An open source python library for automated feature engineering. BSD-3 -- [GitHub](https://github.com/pytorch/botorch) (👨‍💻 80 · 🔀 260 · 📦 300 · 📋 290 - 15% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 72 · 🔀 840 · 📦 1.6K · 📋 1K - 14% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/pytorch/botorch - ``` -- [PyPi](https://pypi.org/project/botorch) (📥 210K / month): - ``` - pip install botorch + git clone https://github.com/alteryx/featuretools ``` -
-
Ax (🥈26 · ⭐ 1.9K) - 自适应实验平台。MIT - -- [GitHub](https://github.com/facebook/Ax) (👨‍💻 120 · 🔀 210 · 📦 310 · 📋 430 - 8% open · ⏱️ 25.08.2022): - +- [PyPi](https://pypi.org/project/featuretools) (📥 63K / month): ``` - git clone https://github.com/facebook/Ax + pip install featuretools ``` -- [PyPi](https://pypi.org/project/ax-platform) (📥 160K / month): +- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 180K · ⏱️ 15.05.2024): ``` - pip install ax-platform + conda install -c conda-forge featuretools ```
-
Hyperas (🥈24 · ⭐ 2.1K · 💤) - Keras + Hyperopt:一个非常简单的包装,方便使用。MIT +
BoTorch (🥈27 · ⭐ 3K) - Bayesian optimization in PyTorch. MIT -- [GitHub](https://github.com/maxpumperla/hyperas) (👨‍💻 21 · 🔀 300 · 📦 250 · 📋 250 - 37% open · ⏱️ 19.11.2021): +- [GitHub](https://github.com/pytorch/botorch) (👨‍💻 110 · 🔀 370 · 📦 990 · 📋 480 - 11% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/maxpumperla/hyperas + git clone https://github.com/pytorch/botorch ``` -- [PyPi](https://pypi.org/project/hyperas) (📥 18K / month): +- [PyPi](https://pypi.org/project/botorch) (📥 140K / month): ``` - pip install hyperas + pip install botorch ```
-
mljar-supervised (🥈24 · ⭐ 2K) - 使用scikit-learn的自动化机器学习。MIT +
Ax (🥈27 · ⭐ 2.3K) - Adaptive Experimentation Platform. MIT -- [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 19 · 🔀 280 · 📦 50 · 📋 490 - 19% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/facebook/Ax) (👨‍💻 170 · 🔀 290 · 📦 710 · 📋 660 - 7% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/mljar/mljar-supervised + git clone https://github.com/facebook/Ax ``` -- [PyPi](https://pypi.org/project/mljar-supervised) (📥 7.4K / month): +- [PyPi](https://pypi.org/project/ax-platform) (📥 95K / month): ``` - pip install mljar-supervised + pip install ax-platform ```
-
nevergrad (🥈23 · ⭐ 3.3K) - 用于执行无梯度优化(gradient-free optimization)的Python工具箱。MIT +
nevergrad (🥈26 · ⭐ 3.9K) - A Python toolbox for performing gradient-free optimization. MIT -- [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 50 · 🔀 310 · 📦 370 · 📋 220 - 30% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/facebookresearch/nevergrad) (👨‍💻 55 · 🔀 340 · 📦 670 · 📋 260 - 33% open · ⏱️ 08.04.2024): ``` git clone https://github.com/facebookresearch/nevergrad ``` -- [PyPi](https://pypi.org/project/nevergrad) (📥 33K / month): +- [PyPi](https://pypi.org/project/nevergrad) (📥 220K / month): ``` pip install nevergrad ``` -- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 31K · ⏱️ 14.06.2021): +- [Conda](https://anaconda.org/conda-forge/nevergrad) (📥 48K · ⏱️ 09.01.2024): ``` conda install -c conda-forge nevergrad ```
-
GPyOpt (🥈23 · ⭐ 830 · 💀) - 使用GPy进行高斯过程优化。BSD-3 +
mljar-supervised (🥈26 · ⭐ 2.9K) - Automated Machine Learning Pipeline with Feature Engineering.. MIT -- [GitHub](https://github.com/SheffieldML/GPyOpt) (👨‍💻 49 · 🔀 250 · 📦 310 · 📋 290 - 35% open · ⏱️ 05.11.2020): +- [GitHub](https://github.com/mljar/mljar-supervised) (👨‍💻 26 · 🔀 380 · 📦 110 · 📋 620 - 22% open · ⏱️ 13.04.2024): ``` - git clone https://github.com/SheffieldML/GPyOpt + git clone https://github.com/mljar/mljar-supervised ``` -- [PyPi](https://pypi.org/project/gpyopt) (📥 12K / month): +- [PyPi](https://pypi.org/project/mljar-supervised) (📥 3.5K / month): ``` - pip install gpyopt + pip install mljar-supervised ```
-
featuretools (🥈22 · ⭐ 6.3K) - 一个用于自动化特征工程的开源python库。BSD-3 +
scikit-optimize (🥈25 · ⭐ 2.7K · 💀) - Sequential model-based optimization with a.. BSD-3 -- [GitHub](https://github.com/alteryx/featuretools) (👨‍💻 67 · 🔀 800 · 📋 850 - 18% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/scikit-optimize/scikit-optimize) (👨‍💻 76 · 🔀 520 · 📋 650 - 39% open · ⏱️ 12.10.2021): ``` - git clone https://github.com/alteryx/featuretools + git clone https://github.com/scikit-optimize/scikit-optimize ``` -- [PyPi](https://pypi.org/project/featuretools) (📥 160K / month): +- [PyPi](https://pypi.org/project/scikit-optimize) (📥 820K / month): ``` - pip install featuretools + pip install scikit-optimize ``` -- [Conda](https://anaconda.org/conda-forge/featuretools) (📥 100K · ⏱️ 18.08.2022): +- [Conda](https://anaconda.org/conda-forge/scikit-optimize) (📥 720K · ⏱️ 15.03.2024): ``` - conda install -c conda-forge featuretools + conda install -c conda-forge scikit-optimize ```
-
AdaNet (🥈22 · ⭐ 3.4K · 💤) - 具有学习保证的快速灵活的AutoML。Apache-2 +
lazypredict (🥈25 · ⭐ 2.7K · 💀) - Lazy Predict help build a lot of basic models without much.. MIT -- [GitHub](https://github.com/tensorflow/adanet) (👨‍💻 27 · 🔀 520 · 📦 44 · 📋 110 - 56% open · ⏱️ 30.08.2021): +- [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 17 · 🔀 310 · 📦 930 · 📋 120 - 66% open · ⏱️ 28.09.2022): ``` - git clone https://github.com/tensorflow/adanet + git clone https://github.com/shankarpandala/lazypredict ``` -- [PyPi](https://pypi.org/project/adanet) (📥 490 / month): +- [PyPi](https://pypi.org/project/lazypredict) (📥 19K / month): ``` - pip install adanet + pip install lazypredict ```
-
Talos (🥈22 · ⭐ 1.5K) - TensorFlow,Keras和PyTorch的超参数优化。MIT +
Talos (🥈24 · ⭐ 1.6K) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch. MIT -- [GitHub](https://github.com/autonomio/talos) (👨‍💻 22 · 🔀 260 · 📦 150 · 📋 400 - 6% open · ⏱️ 23.04.2022): +- [GitHub](https://github.com/autonomio/talos) (👨‍💻 23 · 🔀 270 · 📦 170 · 📋 400 - 2% open · ⏱️ 22.04.2024): ``` git clone https://github.com/autonomio/talos ``` -- [PyPi](https://pypi.org/project/talos) (📥 750 / month): +- [PyPi](https://pypi.org/project/talos) (📥 1.7K / month): ``` pip install talos ```
-
Orion (🥈22 · ⭐ 240) - 异步分布式超参数优化。❗Unlicensed +
Hyperas (🥈23 · ⭐ 2.2K · 💀) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT -- [GitHub](https://github.com/Epistimio/orion) (👨‍💻 27 · 🔀 43 · 📦 73 · 📋 350 - 52% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/maxpumperla/hyperas) (👨‍💻 22 · 🔀 310 · 📦 350 · 📋 260 - 37% open · ⏱️ 05.01.2023): ``` - git clone https://github.com/Epistimio/orion + git clone https://github.com/maxpumperla/hyperas ``` -- [PyPi](https://pypi.org/project/orion) (📥 4.4K / month): +- [PyPi](https://pypi.org/project/hyperas) (📥 11K / month): ``` - pip install orion + pip install hyperas ```
-
MLBox (🥉21 · ⭐ 1.3K · 💀) - MLBox是功能强大的自动机器学习python库。❗Unlicensed +
GPyOpt (🥉22 · ⭐ 920 · 💀) - Gaussian Process Optimization using GPy. BSD-3 -- [GitHub](https://github.com/AxeldeRomblay/MLBox) (👨‍💻 9 · 🔀 270 · 📦 28 · 📋 92 - 19% open · ⏱️ 25.08.2020): +- [GitHub](https://github.com/SheffieldML/GPyOpt) (👨‍💻 50 · 🔀 260 · 📦 510 · 📋 290 - 35% open · ⏱️ 17.01.2023): ``` - git clone https://github.com/AxeldeRomblay/MLBox + git clone https://github.com/SheffieldML/GPyOpt ``` -- [PyPi](https://pypi.org/project/mlbox) (📥 2.9K / month): +- [PyPi](https://pypi.org/project/gpyopt) (📥 5.8K / month): ``` - pip install mlbox + pip install gpyopt ```
-
Neuraxle (🥉21 · ⭐ 540) - 类似于Sklearn的超参数调整和AutoML输入框架。Apache-2 +
AdaNet (🥉21 · ⭐ 3.5K · 💀) - Fast and flexible AutoML with learning guarantees. Apache-2 -- [GitHub](https://github.com/Neuraxio/Neuraxle) (👨‍💻 7 · 🔀 52 · 📦 34 · 📋 320 - 19% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/tensorflow/adanet) (👨‍💻 27 · 🔀 530 · 📦 58 · 📋 110 - 57% open · ⏱️ 30.08.2021): ``` - git clone https://github.com/Neuraxio/Neuraxle + git clone https://github.com/tensorflow/adanet ``` -- [PyPi](https://pypi.org/project/neuraxle) (📥 490 / month): +- [PyPi](https://pypi.org/project/adanet) (📥 110 / month): ``` - pip install neuraxle + pip install adanet ```
-
optunity (🥉21 · ⭐ 390 · 💀) - 超参数优化的优化例程。BSD-3 +
auto_ml (🥉20 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT -- [GitHub](https://github.com/claesenm/optunity) (👨‍💻 9 · 🔀 75 · 📥 67 · 📦 81 · 📋 97 - 50% open · ⏱️ 11.05.2020): +- [GitHub](https://github.com/ClimbsRocks/auto_ml) (👨‍💻 14 · 🔀 300 · 📥 49 · 📦 2 · 📋 400 - 45% open · ⏱️ 25.03.2018): ``` - git clone https://github.com/claesenm/optunity + git clone https://github.com/ClimbsRocks/auto_ml ``` -- [PyPi](https://pypi.org/project/optunity) (📥 11K / month): +- [PyPi](https://pypi.org/project/auto_ml) (📥 1.3K / month): ``` - pip install optunity + pip install auto_ml ```
-
HpBandSter (🥉20 · ⭐ 540) - 分布式自动化机器学习库。BSD-3 +
HpBandSter (🥉20 · ⭐ 600 · 💀) - a distributed Hyperband implementation on Steroids. BSD-3 -- [GitHub](https://github.com/automl/HpBandSter) (👨‍💻 11 · 🔀 110 · 📦 240 · 📋 89 - 60% open · ⏱️ 22.04.2022): +- [GitHub](https://github.com/automl/HpBandSter) (👨‍💻 11 · 🔀 110 · 📦 430 · 📋 91 - 61% open · ⏱️ 22.04.2022): ``` git clone https://github.com/automl/HpBandSter ``` -- [PyPi](https://pypi.org/project/hpbandster) (📥 22K / month): +- [PyPi](https://pypi.org/project/hpbandster) (📥 8.9K / month): ``` pip install hpbandster ```
-
auto_ml (🥉19 · ⭐ 1.6K · 💀) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT +
Neuraxle (🥉20 · ⭐ 600 · 💀) - A Sklearn-like Framework for Hyperparameter Tuning and AutoML in.. Apache-2 -- [GitHub](https://github.com/ClimbsRocks/auto_ml) (👨‍💻 13 · 🔀 300 · 📥 42 · 📋 400 - 45% open · ⏱️ 25.03.2018): +- [GitHub](https://github.com/Neuraxio/Neuraxle) (👨‍💻 9 · 🔀 56 · 📦 60 · 📋 320 - 1% open · ⏱️ 16.08.2022): ``` - git clone https://github.com/ClimbsRocks/auto_ml + git clone https://github.com/Neuraxio/Neuraxle ``` -- [PyPi](https://pypi.org/project/auto_ml) (📥 840 / month): +- [PyPi](https://pypi.org/project/neuraxle) (📥 320 / month): ``` - pip install auto_ml + pip install neuraxle + ``` +
+
optunity (🥉20 · ⭐ 410 · 💀) - optimization routines for hyperparameter tuning. BSD-3 + +- [GitHub](https://github.com/claesenm/optunity) (👨‍💻 9 · 🔀 78 · 📥 93 · 📦 120 · 📋 97 - 49% open · ⏱️ 11.05.2020): + + ``` + git clone https://github.com/claesenm/optunity + ``` +- [PyPi](https://pypi.org/project/optunity) (📥 4.4K / month): + ``` + pip install optunity ```
-
lazypredict (🥉19 · ⭐ 380) - Lazy Predict帮助您无需大量代码即可构建许多基本模型。MIT +
Orion (🥉20 · ⭐ 280) - Asynchronous Distributed Hyperparameter Optimization. ❗Unlicensed -- [GitHub](https://github.com/shankarpandala/lazypredict) (👨‍💻 17 · 🔀 67 · 📦 320 · 📋 66 - 48% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/Epistimio/orion) (👨‍💻 32 · 🔀 49 · 📦 100 · 📋 400 - 48% open · ⏱️ 17.11.2023): ``` - git clone https://github.com/shankarpandala/lazypredict + git clone https://github.com/Epistimio/orion ``` -- [PyPi](https://pypi.org/project/lazypredict) (📥 5.1K / month): +- [PyPi](https://pypi.org/project/orion) (📥 2.2K / month): ``` - pip install lazypredict + pip install orion ```
-
Sherpa (🥉19 · ⭐ 310 · 💀) - 超参数优化库。❗️GPL-3.0 +
MLBox (🥉19 · ⭐ 1.5K · 💀) - MLBox is a powerful Automated Machine Learning python library. ❗Unlicensed -- [GitHub](https://github.com/sherpa-ai/sherpa) (👨‍💻 43 · 🔀 48 · 📦 23 · 📋 57 - 28% open · ⏱️ 18.10.2020): +- [GitHub](https://github.com/AxeldeRomblay/MLBox) (👨‍💻 9 · 🔀 270 · 📦 35 · 📋 97 - 22% open · ⏱️ 25.08.2020): ``` - git clone https://github.com/sherpa-ai/sherpa + git clone https://github.com/AxeldeRomblay/MLBox ``` -- [PyPi](https://pypi.org/project/parameter-sherpa) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/mlbox) (📥 440 / month): ``` - pip install parameter-sherpa + pip install mlbox ```
-
SMAC3 (🥉18 · ⭐ 730) - Sequential Model-based算法的配置。❗Unlicensed +
sklearn-deap (🥉19 · ⭐ 760 · 💀) - Use evolutionary algorithms instead of gridsearch in.. MIT -- [GitHub](https://github.com/automl/SMAC3) (👨‍💻 38 · 🔀 170 · 📋 400 - 18% open · ⏱️ 14.07.2022): +- [GitHub](https://github.com/rsteca/sklearn-deap) (👨‍💻 23 · 🔀 130 · 📦 44 · 📋 52 - 34% open · ⏱️ 30.07.2021): ``` - git clone https://github.com/automl/SMAC3 + git clone https://github.com/rsteca/sklearn-deap ``` -- [PyPi](https://pypi.org/project/smac) (📥 50K / month): +- [PyPi](https://pypi.org/project/sklearn-deap) (📥 810 / month): ``` - pip install smac + pip install sklearn-deap ```
-
Test Tube (🥉18 · ⭐ 720 · 💀) - 可轻松记录实验并进行并行化的Python库。MIT +
AlphaPy (🥉18 · ⭐ 1.1K) - Automated Machine Learning [AutoML] with Python, scikit-learn,.. Apache-2 -- [GitHub](https://github.com/williamFalcon/test-tube) (👨‍💻 16 · 🔀 67 · 📥 12 · 📋 44 - 52% open · ⏱️ 17.03.2020): +- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 5 · 🔀 190 · 📦 4 · 📋 42 - 30% open · ⏱️ 10.02.2024): ``` - git clone https://github.com/williamFalcon/test-tube + git clone https://github.com/ScottfreeLLC/AlphaPy ``` -- [PyPi](https://pypi.org/project/test_tube) (📥 51K / month): +- [PyPi](https://pypi.org/project/alphapy) (📥 200 / month): ``` - pip install test_tube + pip install alphapy ```
-
sklearn-deap (🥉18 · ⭐ 700 · 💀) - 使用进化算法而非gridsearch的超参数优化。MIT +
SMAC3 (🥉18 · ⭐ 1K) - Sequential Model-based Algorithm Configuration. ❗Unlicensed -- [GitHub](https://github.com/rsteca/sklearn-deap) (👨‍💻 22 · 🔀 120 · 📦 35 · 📋 50 - 32% open · ⏱️ 30.07.2021): +- [GitHub](https://github.com/automl/SMAC3) (👨‍💻 41 · 🔀 210 · 📋 510 - 15% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/rsteca/sklearn-deap + git clone https://github.com/automl/SMAC3 ``` -- [PyPi](https://pypi.org/project/sklearn-deap) (📥 670 / month): +- [PyPi](https://pypi.org/project/smac) (📥 55K / month): ``` - pip install sklearn-deap + pip install smac ```
-
Dragonfly (🥉18 · ⭐ 670) - 一个用于自动化特征工程的开源python库。MIT +
Test Tube (🥉18 · ⭐ 740 · 💀) - Python library to easily log experiments and parallelize.. MIT -- [GitHub](https://github.com/dragonfly/dragonfly) (👨‍💻 13 · 🔀 210 · 📋 56 - 64% open · ⏱️ 14.07.2022): +- [GitHub](https://github.com/williamFalcon/test-tube) (👨‍💻 16 · 🔀 73 · 📥 19 · 📋 44 - 52% open · ⏱️ 17.03.2020): ``` - git clone https://github.com/dragonfly/dragonfly + git clone https://github.com/williamFalcon/test-tube ``` -- [PyPi](https://pypi.org/project/dragonfly-opt) (📥 35K / month): +- [PyPi](https://pypi.org/project/test_tube) (📥 61K / month): ``` - pip install dragonfly-opt + pip install test_tube ```
-
AlphaPy (🥉17 · ⭐ 800) - 使用scikit-learn的自动化机器学习。Apache-2 +
featurewiz (🥉18 · ⭐ 550) - Use advanced feature engineering strategies and select the.. Apache-2 -- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (👨‍💻 3 · 🔀 160 · 📦 3 · 📋 41 - 29% open · ⏱️ 23.04.2022): +- [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 18 · 🔀 85 · 📦 67 · ⏱️ 02.05.2024): ``` - git clone https://github.com/ScottfreeLLC/AlphaPy + git clone https://github.com/AutoViML/featurewiz ``` -- [PyPi](https://pypi.org/project/alphapy) (📥 59 / month): +- [PyPi](https://pypi.org/project/featurewiz) (📥 8.3K / month): ``` - pip install alphapy + pip install featurewiz ```
-
Auto Tune Models (🥉17 · ⭐ 520 · 💀) - 自动调整模型。MIT +
Auto Tune Models (🥉18 · ⭐ 520 · 💀) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT -- [GitHub](https://github.com/HDI-Project/ATM) (👨‍💻 16 · 🔀 130 · 📦 12 · 📋 89 - 20% open · ⏱️ 21.02.2020): +- [GitHub](https://github.com/HDI-Project/ATM) (👨‍💻 17 · 🔀 140 · 📦 19 · 📋 89 - 20% open · ⏱️ 21.02.2020): ``` git clone https://github.com/HDI-Project/ATM ``` -- [PyPi](https://pypi.org/project/atm) (📥 67 / month): +- [PyPi](https://pypi.org/project/atm) (📥 170 / month): ``` pip install atm ```
-
Auto ViML (🥉17 · ⭐ 360) - 用单行代码自动构建多个ML模型。Apache-2 +
Auto ViML (🥉18 · ⭐ 500) - Automatically Build Multiple ML Models with a Single Line of Code... Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 6 · 🔀 81 · 📦 17 · 📋 21 - 19% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/AutoViML/Auto_ViML) (👨‍💻 9 · 🔀 98 · 📦 25 · ⏱️ 11.05.2024): ``` git clone https://github.com/AutoViML/Auto_ViML ``` -- [PyPi](https://pypi.org/project/autoviml) (📥 460 / month): +- [PyPi](https://pypi.org/project/autoviml) (📥 2.5K / month): ``` pip install autoviml ```
-
Parfit (🥉17 · ⭐ 200 · 💀) - 并行化拟合与评估工具库。MIT +
Sherpa (🥉18 · ⭐ 330 · 💀) - Hyperparameter optimization that enables researchers to.. ❗️GPL-3.0 -- [GitHub](https://github.com/jmcarpenter2/parfit) (👨‍💻 4 · 🔀 25 · 📦 16 · 📋 11 - 54% open · ⏱️ 04.04.2020): +- [GitHub](https://github.com/sherpa-ai/sherpa) (👨‍💻 43 · 🔀 52 · 📦 36 · 📋 58 - 29% open · ⏱️ 18.10.2020): ``` - git clone https://github.com/jmcarpenter2/parfit + git clone https://github.com/sherpa-ai/sherpa ``` -- [PyPi](https://pypi.org/project/parfit) (📥 9.7K / month): +- [PyPi](https://pypi.org/project/parameter-sherpa) (📥 210 / month): ``` - pip install parfit + pip install parameter-sherpa ```
-
automl-gs (🥉16 · ⭐ 1.8K · 💀) - 提供输入CSV和目标字段以进行预测,自动生成可运行代码。MIT +
Xcessiv (🥉17 · ⭐ 1.3K · 💀) - A web-based application for quick, scalable, and automated.. Apache-2 -- [GitHub](https://github.com/minimaxir/automl-gs) (👨‍💻 7 · 🔀 160 · 📥 32 · 📋 30 - 80% open · ⏱️ 05.04.2019): +- [GitHub](https://github.com/reiinakano/xcessiv) (👨‍💻 6 · 🔀 100 · 📦 1 · 📋 34 - 61% open · ⏱️ 21.08.2017): ``` - git clone https://github.com/minimaxir/automl-gs + git clone https://github.com/reiinakano/xcessiv ``` -- [PyPi](https://pypi.org/project/automl_gs) (📥 22 / month): +- [PyPi](https://pypi.org/project/xcessiv) (📥 200 / month): ``` - pip install automl_gs + pip install xcessiv ```
-
featurewiz (🥉16 · ⭐ 270) - 自动化特征工程并进行特征选择的工具库。Apache-2 +
automl-gs (🥉16 · ⭐ 1.8K · 💀) - Provide an input CSV and a target field to predict, generate a.. MIT -- [GitHub](https://github.com/AutoViML/featurewiz) (👨‍💻 4 · 🔀 57 · 📦 14 · ⏱️ 21.08.2022): +- [GitHub](https://github.com/minimaxir/automl-gs) (👨‍💻 7 · 🔀 170 · 📥 41 · 📋 31 - 80% open · ⏱️ 05.04.2019): ``` - git clone https://github.com/AutoViML/featurewiz + git clone https://github.com/minimaxir/automl-gs ``` -- [PyPi](https://pypi.org/project/featurewiz) (📥 6.5K / month): +- [PyPi](https://pypi.org/project/automl_gs) (📥 48 / month): ``` - pip install featurewiz + pip install automl_gs ```
-
Advisor (🥉15 · ⭐ 1.5K · 💀) - Google Vizier的超参数开源实现。Apache-2 +
Dragonfly (🥉16 · ⭐ 840 · 💀) - An open source python library for scalable Bayesian optimisation. MIT -- [GitHub](https://github.com/tobegit3hub/advisor) (👨‍💻 11 · 🔀 260 · 📋 32 - 59% open · ⏱️ 11.11.2019): +- [GitHub](https://github.com/dragonfly/dragonfly) (👨‍💻 13 · 🔀 230 · 📋 62 - 66% open · ⏱️ 01.10.2022): ``` - git clone https://github.com/tobegit3hub/advisor + git clone https://github.com/dragonfly/dragonfly ``` -- [PyPi](https://pypi.org/project/advisor) (📥 34 / month): +- [PyPi](https://pypi.org/project/dragonfly-opt) (📥 3.1K / month): ``` - pip install advisor + pip install dragonfly-opt ``` -- [Docker Hub](https://hub.docker.com/r/tobegit3hub/advisor) (📥 1.7K · ⏱️ 11.11.2019): +
+
HyperparameterHunter (🥉16 · ⭐ 700 · 💀) - Easy hyperparameter optimization and automatic result.. MIT + +- [GitHub](https://github.com/HunterMcGushion/hyperparameter_hunter) (👨‍💻 4 · 🔀 99 · 📥 420 · 📋 120 - 27% open · ⏱️ 20.01.2021): + ``` - docker pull tobegit3hub/advisor + git clone https://github.com/HunterMcGushion/hyperparameter_hunter + ``` +- [PyPi](https://pypi.org/project/hyperparameter-hunter) (📥 180 / month): + ``` + pip install hyperparameter-hunter ```
-
Xcessiv (🥉15 · ⭐ 1.3K · 💀) - 基于Web的应用程序,高效、可扩展且自动化。Apache-2 +
Parfit (🥉16 · ⭐ 200 · 💀) - A package for parallelizing the fit and flexibly scoring of.. MIT -- [GitHub](https://github.com/reiinakano/xcessiv) (👨‍💻 6 · 🔀 110 · 📦 1 · 📋 34 - 61% open · ⏱️ 21.08.2017): +- [GitHub](https://github.com/jmcarpenter2/parfit) (👨‍💻 4 · 🔀 29 · 📦 27 · 📋 11 - 54% open · ⏱️ 04.04.2020): ``` - git clone https://github.com/reiinakano/xcessiv + git clone https://github.com/jmcarpenter2/parfit ``` -- [PyPi](https://pypi.org/project/xcessiv) (📥 10 / month): +- [PyPi](https://pypi.org/project/parfit) (📥 3K / month): ``` - pip install xcessiv + pip install parfit ```
-
HyperparameterHunter (🥉15 · ⭐ 690 · 💀) - 轻松进行超参数优化和自动结果评估。MIT +
Advisor (🥉15 · ⭐ 1.5K · 💀) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 -- [GitHub](https://github.com/HunterMcGushion/hyperparameter_hunter) (👨‍💻 4 · 🔀 88 · 📥 330 · 📋 120 - 27% open · ⏱️ 20.01.2021): +- [GitHub](https://github.com/tobegit3hub/advisor) (👨‍💻 11 · 🔀 260 · 📋 33 - 60% open · ⏱️ 11.11.2019): ``` - git clone https://github.com/HunterMcGushion/hyperparameter_hunter + git clone https://github.com/tobegit3hub/advisor ``` -- [PyPi](https://pypi.org/project/hyperparameter-hunter) (📥 61 / month): +- [PyPi](https://pypi.org/project/advisor) (📥 60 / month): ``` - pip install hyperparameter-hunter + pip install advisor + ``` +- [Docker Hub](https://hub.docker.com/r/tobegit3hub/advisor) (📥 1.7K · ⏱️ 11.11.2019): + ``` + docker pull tobegit3hub/advisor ```
-
ENAS (🥉13 · ⭐ 2.6K · 💀) - Efficient Neural Architecture Search的Pytorch实现。Apache-2 +
ENAS (🥉13 · ⭐ 2.7K · 💀) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 -- [GitHub](https://github.com/carpedm20/ENAS-pytorch) (👨‍💻 6 · 🔀 470 · 📋 44 - 84% open · ⏱️ 16.06.2020): +- [GitHub](https://github.com/carpedm20/ENAS-pytorch) (👨‍💻 6 · 🔀 490 · 📋 47 - 82% open · ⏱️ 16.06.2020): ``` git clone https://github.com/carpedm20/ENAS-pytorch ```
-
Auptimizer (🥉13 · ⭐ 190 · 💀) - 自动ML模型优化工具。❗️GPL-3.0 +
Auptimizer (🥉12 · ⭐ 200 · 💀) - An automatic ML model optimization tool. ❗️GPL-3.0 -- [GitHub](https://github.com/LGE-ARC-AdvancedAI/auptimizer) (👨‍💻 11 · 🔀 22 · 📋 6 - 16% open · ⏱️ 03.03.2021): +- [GitHub](https://github.com/LGE-ARC-AdvancedAI/auptimizer) (👨‍💻 11 · 🔀 27 · 📋 6 - 16% open · ⏱️ 03.03.2021): ``` git clone https://github.com/LGE-ARC-AdvancedAI/auptimizer ``` -- [PyPi](https://pypi.org/project/auptimizer) (📥 25 / month): +- [PyPi](https://pypi.org/project/auptimizer) (📥 94 / month): ``` pip install auptimizer ```
-
Hypermax (🥉12 · ⭐ 100 · 💀) - 更好更快的超参数优化。BSD-3 +
Hypermax (🥉12 · ⭐ 110) - Better, faster hyper-parameter optimization. BSD-3 -- [GitHub](https://github.com/electricbrainio/hypermax) (👨‍💻 9 · 🔀 13 · 📦 4 · 📋 5 - 60% open · ⏱️ 02.08.2020): +- [GitHub](https://github.com/genixpro/hypermax) (👨‍💻 8 · 🔀 13 · 📦 4 · 📋 5 - 60% open · ⏱️ 03.01.2024): ``` git clone https://github.com/electricbrainio/hypermax ``` -- [PyPi](https://pypi.org/project/hypermax) (📥 30 / month): +- [PyPi](https://pypi.org/project/hypermax) (📥 79 / month): ``` pip install hypermax ```
-
Devol (🥉11 · ⭐ 940 · 💀) - 使用Keras进行遗传神经体系结构搜索。MIT +
Devol (🥉11 · ⭐ 950 · 💀) - Genetic neural architecture search with Keras. MIT - [GitHub](https://github.com/joeddav/devol) (👨‍💻 18 · 🔀 110 · 📋 27 - 25% open · ⏱️ 05.07.2020): @@ -7429,241 +7429,241 @@ _用于超参数优化,自动机器学习和神经体系结构搜索的库。_ git clone https://github.com/joeddav/devol ```
-
Hypertunity (🥉10 · ⭐ 120 · 💀) - 黑盒超参数优化的工具集。Apache-2 +
Hypertunity (🥉11 · ⭐ 140 · 💀) - A toolset for black-box hyperparameter optimisation. Apache-2 -- [GitHub](https://github.com/gdikov/hypertunity) (👨‍💻 2 · 🔀 9 · 📦 2 · ⏱️ 26.01.2020): +- [GitHub](https://github.com/gdikov/hypertunity) (👨‍💻 2 · 🔀 10 · 📦 2 · ⏱️ 26.01.2020): ``` git clone https://github.com/gdikov/hypertunity ``` -- [PyPi](https://pypi.org/project/hypertunity) (📥 18 / month): +- [PyPi](https://pypi.org/project/hypertunity) (📥 42 / month): ``` pip install hypertunity ```

-## 强化学习 +## Reinforcement Learning -Back to top +Back to top -_用于构建和评估强化学习和基于agent的系统的库。_ +_Libraries for building and evaluating reinforcement learning & agent-based systems._ -
OpenAI Gym (🥇36 · ⭐ 28K) - 开发和比较强化学习的工具包。MIT +
OpenAI Gym (🥇35 · ⭐ 34K · 💀) - A toolkit for developing and comparing reinforcement learning.. MIT -- [GitHub](https://github.com/openai/gym) (👨‍💻 380 · 🔀 7.5K · 📦 32K · 📋 1.6K - 0% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/openai/gym) (👨‍💻 380 · 🔀 8.1K · 📦 53K · 📋 1.8K - 4% open · ⏱️ 30.01.2023): ``` git clone https://github.com/openai/gym ``` -- [PyPi](https://pypi.org/project/gym) (📥 620K / month): +- [PyPi](https://pypi.org/project/gym) (📥 440K / month): ``` pip install gym ```
-
TF-Agents (🥇27 · ⭐ 2.3K) - TF-Agents:可靠,可扩展且易于使用的TensorFlow的强化学习库。Apache-2 +
RLax (🥇27 · ⭐ 1.2K) - A library of reinforcement learning building blocks in JAX. Apache-2 jax -- [GitHub](https://github.com/tensorflow/agents) (👨‍💻 120 · 🔀 620 · 📦 880 · 📋 560 - 22% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/google-deepmind/rlax) (👨‍💻 21 · 🔀 84 · 📦 230 · 📋 25 - 28% open · ⏱️ 24.11.2023): ``` - git clone https://github.com/tensorflow/agents + git clone https://github.com/deepmind/rlax ``` -- [PyPi](https://pypi.org/project/tf-agents) (📥 150K / month): +- [PyPi](https://pypi.org/project/rlax) (📥 2.6M / month): ``` - pip install tf-agents + pip install rlax ```
-
keras-rl (🥈25 · ⭐ 5.3K · 💀) - Keras的深度强化学习。MIT +
Acme (🥈26 · ⭐ 3.4K) - A library of reinforcement learning components and agents. Apache-2 -- [GitHub](https://github.com/keras-rl/keras-rl) (👨‍💻 40 · 🔀 1.3K · 📦 610 · 📋 230 - 2% open · ⏱️ 11.11.2019): +- [GitHub](https://github.com/google-deepmind/acme) (👨‍💻 85 · 🔀 410 · 📦 200 · 📋 260 - 23% open · ⏱️ 03.05.2024): ``` - git clone https://github.com/keras-rl/keras-rl + git clone https://github.com/deepmind/acme ``` -- [PyPi](https://pypi.org/project/keras-rl) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/dm-acme) (📥 2K / month): ``` - pip install keras-rl + pip install dm-acme ```
-
baselines (🥈24 · ⭐ 13K · 💀) - OpenAI基线:强化学习的高质量实现。MIT +
keras-rl (🥈25 · ⭐ 5.5K · 💀) - Deep Reinforcement Learning for Keras. MIT -- [GitHub](https://github.com/openai/baselines) (👨‍💻 110 · 🔀 3.5K · 📦 410 · 📋 830 - 47% open · ⏱️ 31.01.2020): +- [GitHub](https://github.com/keras-rl/keras-rl) (👨‍💻 41 · 🔀 1.3K · 📦 760 · 📋 240 - 5% open · ⏱️ 11.11.2019): ``` - git clone https://github.com/openai/baselines + git clone https://github.com/keras-rl/keras-rl ``` -- [PyPi](https://pypi.org/project/baselines) (📥 940 / month): +- [PyPi](https://pypi.org/project/keras-rl) (📥 1.6K / month): ``` - pip install baselines + pip install keras-rl ```
-
Acme (🥈24 · ⭐ 2.7K) - 强化学习组件和代理库。Apache-2 +
TensorForce (🥈25 · ⭐ 3.3K) - Tensorforce: a TensorFlow library for applied.. Apache-2 -- [GitHub](https://github.com/deepmind/acme) (👨‍💻 75 · 🔀 340 · 📦 99 · 📋 210 - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/tensorforce/tensorforce) (👨‍💻 85 · 🔀 520 · 📦 450 · 📋 670 - 5% open · ⏱️ 09.04.2024): ``` - git clone https://github.com/deepmind/acme + git clone https://github.com/tensorforce/tensorforce ``` -- [PyPi](https://pypi.org/project/dm-acme) (📥 5K / month): +- [PyPi](https://pypi.org/project/tensorforce) (📥 940 / month): ``` - pip install dm-acme + pip install tensorforce ```
-
garage (🥈23 · ⭐ 1.5K) - 用于可重复的强化学习研究的工具包。MIT +
Dopamine (🥈24 · ⭐ 10K) - Dopamine is a research framework for fast prototyping of.. Apache-2 -- [GitHub](https://github.com/rlworkgroup/garage) (👨‍💻 78 · 🔀 260 · 📦 51 · 📋 1K - 19% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.3K · 📦 21 · 📋 160 - 47% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/rlworkgroup/garage + git clone https://github.com/google/dopamine ``` -- [PyPi](https://pypi.org/project/garage) (📥 460 / month): +- [PyPi](https://pypi.org/project/dopamine-rl) (📥 27K / month): ``` - pip install garage + pip install dopamine-rl ```
-
ViZDoom (🥈23 · ⭐ 1.4K) - 人工智能强化学习工具库。❗Unlicensed +
ViZDoom (🥈24 · ⭐ 1.7K) - Doom-based AI Research Platform for Reinforcement Learning from.. ❗Unlicensed -- [GitHub](https://github.com/mwydmuch/ViZDoom) (👨‍💻 49 · 🔀 330 · 📥 12K · 📦 150 · 📋 440 - 19% open · ⏱️ 26.06.2022): +- [GitHub](https://github.com/Farama-Foundation/ViZDoom) (👨‍💻 54 · 🔀 380 · 📥 12K · 📦 240 · 📋 460 - 8% open · ⏱️ 13.02.2024): ``` git clone https://github.com/mwydmuch/ViZDoom ``` -- [PyPi](https://pypi.org/project/vizdoom) (📥 630 / month): +- [PyPi](https://pypi.org/project/vizdoom) (📥 3K / month): ``` pip install vizdoom ```
-
Dopamine (🥈22 · ⭐ 9.9K) - Dopamine是一个用于快速对强化学习进行原型制作的研究框架。Apache-2 +
baselines (🥈23 · ⭐ 15K · 💀) - OpenAI Baselines: high-quality implementations of reinforcement.. MIT -- [GitHub](https://github.com/google/dopamine) (👨‍💻 15 · 🔀 1.3K · 📋 150 - 43% open · ⏱️ 13.06.2022): +- [GitHub](https://github.com/openai/baselines) (👨‍💻 120 · 🔀 3.9K · 📦 560 · 📋 850 - 48% open · ⏱️ 31.01.2020): ``` - git clone https://github.com/google/dopamine + git clone https://github.com/openai/baselines ``` -- [PyPi](https://pypi.org/project/dopamine-rl) (📥 49K / month): +- [PyPi](https://pypi.org/project/baselines) (📥 880 / month): ``` - pip install dopamine-rl + pip install baselines ```
-
TensorForce (🥈22 · ⭐ 3.2K) - Tensorforce:一个基于TensorFlow的强化学习库。Apache-2 +
ChainerRL (🥈23 · ⭐ 1.2K · 💀) - ChainerRL is a deep reinforcement learning library built on top of.. MIT -- [GitHub](https://github.com/tensorforce/tensorforce) (👨‍💻 82 · 🔀 510 · 📋 650 - 3% open · ⏱️ 10.02.2022): +- [GitHub](https://github.com/chainer/chainerrl) (👨‍💻 28 · 🔀 220 · 📦 170 · 📋 200 - 25% open · ⏱️ 17.04.2021): ``` - git clone https://github.com/tensorforce/tensorforce + git clone https://github.com/chainer/chainerrl ``` -- [PyPi](https://pypi.org/project/tensorforce) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/chainerrl) (📥 680 / month): ``` - pip install tensorforce + pip install chainerrl ```
-
ChainerRL (🥈22 · ⭐ 1.1K · 💀) - ChainerRL是建立在Chainer之上的深度强化学习库。MIT +
TF-Agents (🥉22 · ⭐ 2.7K) - TF-Agents: A reliable, scalable and easy to use TensorFlow.. Apache-2 -- [GitHub](https://github.com/chainer/chainerrl) (👨‍💻 29 · 🔀 220 · 📦 130 · 📋 200 - 25% open · ⏱️ 17.04.2021): +- [GitHub](https://github.com/tensorflow/agents) (👨‍💻 150 · 🔀 700 · 📋 660 - 28% open · ⏱️ 20.03.2024): ``` - git clone https://github.com/chainer/chainerrl + git clone https://github.com/tensorflow/agents ``` -- [PyPi](https://pypi.org/project/chainerrl) (📥 520 / month): +- [PyPi](https://pypi.org/project/tf-agents) (📥 47K / month): ``` - pip install chainerrl + pip install tf-agents ```
-
RLax (🥈22 · ⭐ 890) - 强化学习组件和代理库。Apache-2 jax +
garage (🥉22 · ⭐ 1.8K · 💀) - A toolkit for reproducible reinforcement learning research. MIT -- [GitHub](https://github.com/deepmind/rlax) (👨‍💻 19 · 🔀 66 · 📦 75 · 📋 19 - 21% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/rlworkgroup/garage) (👨‍💻 79 · 🔀 300 · 📦 100 · 📋 1K - 19% open · ⏱️ 04.01.2023): ``` - git clone https://github.com/deepmind/rlax + git clone https://github.com/rlworkgroup/garage ``` -- [PyPi](https://pypi.org/project/rlax) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/garage) (📥 780 / month): ``` - pip install rlax + pip install garage + ``` +
+
PFRL (🥉22 · ⭐ 1.1K) - PFRL: a PyTorch-based deep reinforcement learning library. MIT + +- [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 20 · 🔀 150 · 📦 110 · 📋 74 - 39% open · ⏱️ 29.04.2024): + + ``` + git clone https://github.com/pfnet/pfrl + ``` +- [PyPi](https://pypi.org/project/pfrl) (📥 350 / month): + ``` + pip install pfrl ```
-
TensorLayer (🥉21 · ⭐ 7.1K) - 深度学习和强化学习库。❗Unlicensed +
TensorLayer (🥉20 · ⭐ 7.3K · 💀) - Deep Learning and Reinforcement Learning Library for.. ❗Unlicensed -- [GitHub](https://github.com/tensorlayer/TensorLayer) (👨‍💻 130 · 🔀 1.6K · 📥 1.4K · 📋 460 - 4% open · ⏱️ 23.04.2022): +- [GitHub](https://github.com/tensorlayer/TensorLayer) (👨‍💻 130 · 🔀 1.6K · 📥 2.2K · 📋 460 - 5% open · ⏱️ 18.02.2023): ``` git clone https://github.com/tensorlayer/tensorlayer ``` -- [PyPi](https://pypi.org/project/tensorlayer) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/tensorlayer) (📥 2.5K / month): ``` pip install tensorlayer ```
-
Stable Baselines (🥉20 · ⭐ 3.6K · 💤) - OpenAI Baselines的一个分支,强化学习的实现。MIT +
Stable Baselines (🥉20 · ⭐ 4.1K · 💀) - A fork of OpenAI Baselines, implementations of.. MIT -- [GitHub](https://github.com/hill-a/stable-baselines) (👨‍💻 110 · 🔀 690 · 📋 920 - 11% open · ⏱️ 25.08.2021): +- [GitHub](https://github.com/hill-a/stable-baselines) (👨‍💻 110 · 🔀 720 · 📋 940 - 12% open · ⏱️ 04.09.2022): ``` git clone https://github.com/hill-a/stable-baselines ``` -- [PyPi](https://pypi.org/project/stable-baselines) (📥 7.9K / month): +- [PyPi](https://pypi.org/project/stable-baselines) (📥 6.2K / month): ``` pip install stable-baselines ```
-
PARL (🥉20 · ⭐ 2.7K) - 强化学习高性能分布式训练框架。Apache-2 +
PARL (🥉19 · ⭐ 3.2K) - A high-performance distributed training framework for Reinforcement.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 31 · 🔀 730 · 📦 94 · 📋 410 - 15% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/PaddlePaddle/PARL) (👨‍💻 44 · 🔀 800 · 📦 120 · 📋 510 - 22% open · ⏱️ 07.05.2024): ``` git clone https://github.com/PaddlePaddle/PARL ``` -- [PyPi](https://pypi.org/project/parl) (📥 500 / month): +- [PyPi](https://pypi.org/project/parl) (📥 920 / month): ``` pip install parl ```
-
PFRL (🥉20 · ⭐ 890) - PFRL:基于PyTorch的深度强化学习库。MIT +
TRFL (🥉19 · ⭐ 3.1K · 💀) - TensorFlow Reinforcement Learning. Apache-2 -- [GitHub](https://github.com/pfnet/pfrl) (👨‍💻 16 · 🔀 120 · 📦 54 · 📋 63 - 38% open · ⏱️ 14.03.2022): +- [GitHub](https://github.com/google-deepmind/trfl) (👨‍💻 13 · 🔀 380 · 📦 150 · 📋 20 - 20% open · ⏱️ 16.08.2021): ``` - git clone https://github.com/pfnet/pfrl + git clone https://github.com/deepmind/trfl ``` -- [PyPi](https://pypi.org/project/pfrl) (📥 410 / month): +- [PyPi](https://pypi.org/project/trfl) (📥 1.5K / month): ``` - pip install pfrl + pip install trfl ```
-
TRFL (🥉19 · ⭐ 3.1K · 💤) - TensorFlow强化学习。Apache-2 +
ReAgent (🥉18 · ⭐ 3.5K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 -- [GitHub](https://github.com/deepmind/trfl) (👨‍💻 13 · 🔀 380 · 📦 89 · 📋 20 - 20% open · ⏱️ 16.08.2021): +- [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 170 · 🔀 500 · 📋 110 - 31% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/deepmind/trfl - ``` -- [PyPi](https://pypi.org/project/trfl) (📥 4.2K / month): - ``` - pip install trfl + git clone https://github.com/facebookresearch/ReAgent ```
-
Coach (🥉18 · ⭐ 2.2K · 💀) - 英特尔AI实验室的强化学习训练器。Apache-2 +
Coach (🥉18 · ⭐ 2.3K · 💀) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 -- [GitHub](https://github.com/IntelLabs/coach) (👨‍💻 35 · 🔀 430 · 📋 260 - 30% open · ⏱️ 28.06.2021): +- [GitHub](https://github.com/IntelLabs/coach) (👨‍💻 38 · 🔀 450 · 📋 260 - 30% open · ⏱️ 11.12.2022): ``` git clone https://github.com/IntelLabs/coach ``` -- [PyPi](https://pypi.org/project/rl_coach) (📥 120 / month): +- [PyPi](https://pypi.org/project/rl_coach) (📥 95 / month): ``` pip install rl_coach ```
-
ReAgent (🥉17 · ⭐ 3.2K) - 推理系统平台。BSD-3 - -- [GitHub](https://github.com/facebookresearch/ReAgent) (👨‍💻 140 · 🔀 460 · 📋 100 - 25% open · ⏱️ 25.08.2022): - - ``` - git clone https://github.com/facebookresearch/ReAgent - ``` -
-
DeepMind Lab (🥉15 · ⭐ 6.7K) - 可定制的3D平台,用于agent-based AI研究。❗Unlicensed +
DeepMind Lab (🥉14 · ⭐ 7K · 💀) - A customisable 3D platform for agent-based AI research. ❗Unlicensed -- [GitHub](https://github.com/deepmind/lab) (👨‍💻 8 · 🔀 1.3K · 📋 220 - 25% open · ⏱️ 09.06.2022): +- [GitHub](https://github.com/google-deepmind/lab) (👨‍💻 9 · 🔀 1.3K · 📋 220 - 25% open · ⏱️ 04.01.2023): ``` git clone https://github.com/deepmind/lab @@ -7671,708 +7671,708 @@ _用于构建和评估强化学习和基于agent的系统的库。_

-## 推荐系统 +## Recommender Systems -Back to top +Back to top -_用于建立和评估推荐系统的库。_ +_Libraries for building and evaluating recommendation systems._ -
lightfm (🥇26 · ⭐ 4.1K) - 全局优化的Python实现。Apache-2 +
lightfm (🥇26 · ⭐ 4.6K · 💀) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 -- [GitHub](https://github.com/lyst/lightfm) (👨‍💻 44 · 🔀 630 · 📦 790 · 📋 460 - 24% open · ⏱️ 19.07.2022): +- [GitHub](https://github.com/lyst/lightfm) (👨‍💻 47 · 🔀 670 · 📦 1.4K · 📋 500 - 28% open · ⏱️ 30.04.2023): ``` git clone https://github.com/lyst/lightfm ``` -- [PyPi](https://pypi.org/project/lightfm) (📥 360K / month): +- [PyPi](https://pypi.org/project/lightfm) (📥 420K / month): ``` pip install lightfm ``` -- [Conda](https://anaconda.org/conda-forge/lightfm) (📥 130K · ⏱️ 09.03.2022): +- [Conda](https://anaconda.org/conda-forge/lightfm) (📥 180K · ⏱️ 16.06.2023): ``` conda install -c conda-forge lightfm ```
-
implicit (🥇26 · ⭐ 2.9K) - 隐式反馈数据集的快速Python协同过滤。MIT +
implicit (🥇26 · ⭐ 3.4K) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT -- [GitHub](https://github.com/benfred/implicit) (👨‍💻 32 · 🔀 530 · 📥 95 · 📦 650 · 📋 420 - 16% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/benfred/implicit) (👨‍💻 34 · 🔀 580 · 📥 790 · 📦 1.3K · 📋 490 - 16% open · ⏱️ 21.11.2023): ``` git clone https://github.com/benfred/implicit ``` -- [PyPi](https://pypi.org/project/implicit) (📥 160K / month): +- [PyPi](https://pypi.org/project/implicit) (📥 180K / month): ``` pip install implicit ``` -- [Conda](https://anaconda.org/conda-forge/implicit) (📥 390K · ⏱️ 29.01.2022): +- [Conda](https://anaconda.org/conda-forge/implicit) (📥 610K · ⏱️ 21.11.2023): ``` conda install -c conda-forge implicit ```
-
TF Recommenders (🥇26 · ⭐ 1.4K) - TensorFlow Recommenders是一个用于构建推荐系统的工具库。Apache-2 +
TF Recommenders (🥇26 · ⭐ 1.8K) - TensorFlow Recommenders is a library for building.. Apache-2 -- [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 37 · 🔀 200 · 📦 140 · 📋 280 - 49% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/tensorflow/recommenders) (👨‍💻 43 · 🔀 260 · 📦 320 · 📋 400 - 54% open · ⏱️ 16.02.2024): ``` git clone https://github.com/tensorflow/recommenders ``` -- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 560K / month): +- [PyPi](https://pypi.org/project/tensorflow-recommenders) (📥 470K / month): ``` pip install tensorflow-recommenders ```
-
TF Ranking (🥈23 · ⭐ 2.5K) - 在TensorFlow中学习推荐排序。Apache-2 - -- [GitHub](https://github.com/tensorflow/ranking) (👨‍💻 28 · 🔀 430 · 📋 290 - 19% open · ⏱️ 26.04.2022): - - ``` - git clone https://github.com/tensorflow/ranking - ``` -- [PyPi](https://pypi.org/project/tensorflow_ranking) (📥 110K / month): - ``` - pip install tensorflow_ranking - ``` -
-
Cornac (🥈23 · ⭐ 630) - 多模态推荐系统的比较框架。Apache-2 +
Cornac (🥇26 · ⭐ 820) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 -- [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 15 · 🔀 100 · 📦 120 · 📋 100 - 8% open · ⏱️ 22.07.2022): +- [GitHub](https://github.com/PreferredAI/cornac) (👨‍💻 21 · 🔀 130 · 📦 210 · 📋 150 - 9% open · ⏱️ 06.05.2024): ``` git clone https://github.com/PreferredAI/cornac ``` -- [PyPi](https://pypi.org/project/cornac) (📥 40K / month): +- [PyPi](https://pypi.org/project/cornac) (📥 33K / month): ``` pip install cornac ``` -- [Conda](https://anaconda.org/conda-forge/cornac) (📥 240K · ⏱️ 19.02.2022): +- [Conda](https://anaconda.org/conda-forge/cornac) (📥 380K · ⏱️ 07.05.2024): ``` conda install -c conda-forge cornac ```
-
scikit-surprise (🥉22 · ⭐ 5.5K) - 用于构建和分析推荐算法的Python scikit工具库。BSD-3 +
scikit-surprise (🥈24 · ⭐ 6.2K) - A Python scikit for building and analyzing recommender.. BSD-3 -- [GitHub](https://github.com/NicolasHug/Surprise) (👨‍💻 43 · 🔀 920 · 📋 350 - 15% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/NicolasHug/Surprise) (👨‍💻 45 · 🔀 980 · 📦 21 · 📋 380 - 19% open · ⏱️ 29.04.2024): ``` git clone https://github.com/NicolasHug/Surprise ``` -- [PyPi](https://pypi.org/project/scikit-surprise) (📥 120K / month): +- [PyPi](https://pypi.org/project/scikit-surprise) (📥 87K / month): ``` pip install scikit-surprise ``` -- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 250K · ⏱️ 18.11.2021): +- [Conda](https://anaconda.org/conda-forge/scikit-surprise) (📥 360K · ⏱️ 06.10.2023): ``` conda install -c conda-forge scikit-surprise ```
-
RecBole (🥉22 · ⭐ 2K) - 统一,全面,高效的推荐库。MIT +
TF Ranking (🥉23 · ⭐ 2.7K) - Learning to Rank in TensorFlow. Apache-2 -- [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 47 · 🔀 380 · 📋 460 - 13% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/tensorflow/ranking) (👨‍💻 34 · 🔀 470 · 📋 320 - 24% open · ⏱️ 18.03.2024): ``` - git clone https://github.com/RUCAIBox/RecBole - ``` -- [PyPi](https://pypi.org/project/recbole) (📥 6.7K / month): - ``` - pip install recbole + git clone https://github.com/tensorflow/ranking ``` -- [Conda](https://anaconda.org/aibox/recbole) (📥 1.9K · ⏱️ 25.02.2022): +- [PyPi](https://pypi.org/project/tensorflow_ranking) (📥 130K / month): ``` - conda install -c aibox recbole + pip install tensorflow_ranking ```
-
Recommenders (🥉21 · ⭐ 14K) - 推荐系统最佳实践。MIT +
Recommenders (🥉22 · ⭐ 18K) - Best Practices on Recommendation Systems. MIT -- [GitHub](https://github.com/microsoft/recommenders) (👨‍💻 120 · 🔀 2.4K · 📥 230 · 📦 33 · 📋 710 - 20% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/recommenders-team/recommenders) (👨‍💻 130 · 🔀 3K · 📥 490 · 📦 110 · 📋 840 - 18% open · ⏱️ 01.05.2024): ``` git clone https://github.com/microsoft/recommenders ```
-
fastFM (🥉19 · ⭐ 1K · 💀) - fastFM:用于分解机的工具库。❗Unlicensed +
RecBole (🥉22 · ⭐ 3.2K) - A unified, comprehensive and efficient recommendation library. MIT -- [GitHub](https://github.com/ibayer/fastFM) (👨‍💻 20 · 🔀 200 · 📥 450 · 📦 97 · 📋 110 - 43% open · ⏱️ 24.03.2021): +- [GitHub](https://github.com/RUCAIBox/RecBole) (👨‍💻 71 · 🔀 580 · 📋 930 - 25% open · ⏱️ 30.03.2024): ``` - git clone https://github.com/ibayer/fastFM + git clone https://github.com/RUCAIBox/RecBole ``` -- [PyPi](https://pypi.org/project/fastfm) (📥 370 / month): +- [PyPi](https://pypi.org/project/recbole) (📥 4.2K / month): ``` - pip install fastfm + pip install recbole + ``` +- [Conda](https://anaconda.org/aibox/recbole) (📥 4.8K · ⏱️ 01.11.2023): + ``` + conda install -c aibox recbole ```
-
recmetrics (🥉19 · ⭐ 420) - 用于评估推荐系统的度量标准库。MIT +
recmetrics (🥉20 · ⭐ 560 · 💤) - A library of metrics for evaluating recommender systems. MIT -- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (👨‍💻 16 · 🔀 85 · 📦 29 · 📋 20 - 40% open · ⏱️ 17.04.2022): +- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (👨‍💻 20 · 🔀 96 · 📥 6 · 📦 51 · 📋 25 - 40% open · ⏱️ 04.10.2023): ``` git clone https://github.com/statisticianinstilettos/recmetrics ``` -- [PyPi](https://pypi.org/project/recmetrics) (📥 3.3K / month): +- [PyPi](https://pypi.org/project/recmetrics) (📥 19K / month): ``` pip install recmetrics ```
-
Spotlight (🥉18 · ⭐ 2.8K · 💀) - 使用PyTorch的深度推荐系统模型实现。MIT +
tensorrec (🥉18 · ⭐ 1.3K · 💀) - A TensorFlow recommendation algorithm and framework in.. Apache-2 -- [GitHub](https://github.com/maciejkula/spotlight) (👨‍💻 11 · 🔀 400 · 📋 110 - 56% open · ⏱️ 09.02.2020): +- [GitHub](https://github.com/jfkirk/tensorrec) (👨‍💻 9 · 🔀 220 · 📦 34 · 📋 130 - 28% open · ⏱️ 04.02.2020): ``` - git clone https://github.com/maciejkula/spotlight + git clone https://github.com/jfkirk/tensorrec ``` -- [Conda](https://anaconda.org/maciejkula/spotlight) (📥 7.6K · ⏱️ 27.05.2018): +- [PyPi](https://pypi.org/project/tensorrec) (📥 400 / month): ``` - conda install -c maciejkula spotlight + pip install tensorrec ```
-
tensorrec (🥉18 · ⭐ 1.2K · 💀) - TensorFlow推荐算法和框架。Apache-2 +
fastFM (🥉18 · ⭐ 1.1K · 💀) - fastFM: A Library for Factorization Machines. ❗Unlicensed -- [GitHub](https://github.com/jfkirk/tensorrec) (👨‍💻 9 · 🔀 220 · 📦 27 · 📋 130 - 28% open · ⏱️ 04.02.2020): +- [GitHub](https://github.com/ibayer/fastFM) (👨‍💻 20 · 🔀 200 · 📥 610 · 📦 120 · 📋 110 - 42% open · ⏱️ 24.03.2021): ``` - git clone https://github.com/jfkirk/tensorrec + git clone https://github.com/ibayer/fastFM ``` -- [PyPi](https://pypi.org/project/tensorrec) (📥 470 / month): +- [PyPi](https://pypi.org/project/fastfm) (📥 540 / month): ``` - pip install tensorrec + pip install fastfm ```
-
Case Recommender (🥉17 · ⭐ 420 · 💤) - Case Recommender:灵活且可扩展的Python推荐系统工具库。MIT +
Case Recommender (🥉18 · ⭐ 460 · 💀) - Case Recommender: A Flexible and Extensible Python.. MIT -- [GitHub](https://github.com/caserec/CaseRecommender) (👨‍💻 11 · 🔀 79 · 📦 10 · 📋 25 - 20% open · ⏱️ 25.11.2021): +- [GitHub](https://github.com/caserec/CaseRecommender) (👨‍💻 11 · 🔀 91 · 📦 12 · 📋 25 - 20% open · ⏱️ 25.11.2021): ``` git clone https://github.com/caserec/CaseRecommender ``` -- [PyPi](https://pypi.org/project/caserecommender) (📥 130 / month): +- [PyPi](https://pypi.org/project/caserecommender) (📥 220 / month): ``` pip install caserecommender ```
+
Spotlight (🥉17 · ⭐ 2.9K · 💀) - Deep recommender models using PyTorch. MIT + +- [GitHub](https://github.com/maciejkula/spotlight) (👨‍💻 11 · 🔀 410 · 📋 110 - 56% open · ⏱️ 09.02.2020): + + ``` + git clone https://github.com/maciejkula/spotlight + ``` +- [Conda](https://anaconda.org/maciejkula/spotlight) (📥 8.5K · ⏱️ 16.06.2023): + ``` + conda install -c maciejkula spotlight + ``` +

-## 隐私机器学习 +## Privacy Machine Learning -Back to top +Back to top -_使用联合学习和差异隐私之类的方法进行加密和保留隐私的机器学习的库。_ +_Libraries for encrypted and privacy-preserving machine learning using methods like federated learning & differential privacy._ -
PySyft (🥇26 · ⭐ 8.3K) - 基于内部数据自动化回答问题的工具库。Apache-2 +
PySyft (🥇28 · ⭐ 9.3K) - A library for answering questions using data you cannot see. Apache-2 -- [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 450 · 🔀 1.8K · 📋 3.1K - 1% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/OpenMined/PySyft) (👨‍💻 510 · 🔀 1.9K · 📥 2.5K · 📦 1 · 📋 3.4K - 0% open · ⏱️ 16.05.2024): ``` git clone https://github.com/OpenMined/PySyft ``` -- [PyPi](https://pypi.org/project/syft) (📥 4K / month): +- [PyPi](https://pypi.org/project/syft) (📥 10K / month): ``` pip install syft ```
-
Opacus (🥈24 · ⭐ 1.2K) - 使用不同的隐私训练PyTorch模型。Apache-2 +
Opacus (🥈26 · ⭐ 1.6K) - Training PyTorch models with differential privacy. Apache-2 -- [GitHub](https://github.com/pytorch/opacus) (👨‍💻 55 · 🔀 220 · 📥 51 · 📦 130 · 📋 200 - 21% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/pytorch/opacus) (👨‍💻 78 · 🔀 310 · 📥 110 · 📦 780 · 📋 280 - 24% open · ⏱️ 05.03.2024): ``` git clone https://github.com/pytorch/opacus ``` -- [PyPi](https://pypi.org/project/opacus) (📥 15K / month): +- [PyPi](https://pypi.org/project/opacus) (📥 130K / month): ``` pip install opacus ```
-
TensorFlow Privacy (🥈23 · ⭐ 1.6K) - 用于训练机器学习模型的库。Apache-2 +
TensorFlow Privacy (🥈23 · ⭐ 1.9K) - Library for training machine learning models with.. Apache-2 -- [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 49 · 🔀 350 · 📥 80 · 📋 150 - 43% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/tensorflow/privacy) (👨‍💻 59 · 🔀 430 · 📥 150 · 📋 180 - 48% open · ⏱️ 13.05.2024): ``` git clone https://github.com/tensorflow/privacy ``` -- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 32K / month): +- [PyPi](https://pypi.org/project/tensorflow-privacy) (📥 21K / month): ``` pip install tensorflow-privacy ```
-
FATE (🥉22 · ⭐ 4.4K) - 工业级联邦学习框架。Apache-2 +
FATE (🥉22 · ⭐ 5.5K) - An Industrial Grade Federated Learning Framework. Apache-2 -- [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 74 · 🔀 1.3K · 📋 1.3K - 36% open · ⏱️ 15.04.2022): +- [GitHub](https://github.com/FederatedAI/FATE) (👨‍💻 100 · 🔀 1.5K · 📋 2K - 43% open · ⏱️ 08.03.2024): ``` git clone https://github.com/FederatedAI/FATE ```
-
TFEncrypted (🥉20 · ⭐ 1K) - TensorFlow中的加密机器学习框架。Apache-2 +
TFEncrypted (🥉20 · ⭐ 1.2K · 💀) - A Framework for Encrypted Machine Learning in.. Apache-2 -- [GitHub](https://github.com/tf-encrypted/tf-encrypted) (👨‍💻 28 · 🔀 180 · 📦 62 · 📋 420 - 37% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/tf-encrypted/tf-encrypted) (👨‍💻 29 · 🔀 200 · 📦 66 · 📋 440 - 32% open · ⏱️ 08.02.2023): ``` git clone https://github.com/tf-encrypted/tf-encrypted ``` -- [PyPi](https://pypi.org/project/tf-encrypted) (📥 440 / month): +- [PyPi](https://pypi.org/project/tf-encrypted) (📥 800 / month): ``` pip install tf-encrypted ```
-
CrypTen (🥉18 · ⭐ 1.1K) - 隐私保护的机器学习框架。MIT +
CrypTen (🥉18 · ⭐ 1.5K) - A framework for Privacy Preserving Machine Learning. MIT -- [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 29 · 🔀 180 · 📦 21 · 📋 160 - 12% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/facebookresearch/CrypTen) (👨‍💻 35 · 🔀 260 · 📦 36 · 📋 250 - 22% open · ⏱️ 11.05.2024): ``` git clone https://github.com/facebookresearch/CrypTen ``` -- [PyPi](https://pypi.org/project/crypten) (📥 230 / month): +- [PyPi](https://pypi.org/project/crypten) (📥 320 / month): ``` pip install crypten ```

-## 工作流程和实验跟踪 +## Workflow & Experiment Tracking -Back to top +Back to top -_跟踪和可视化机器学习实验的工具库整理。_ +_Libraries to organize, track, and visualize machine learning experiments._ -
Tensorboard (🥇37 · ⭐ 6K) - TensorFlow的可视化工具包。Apache-2 +
Tensorboard (🥇38 · ⭐ 6.6K) - TensorFlow's Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 290 · 🔀 1.5K · 📦 120K · 📋 1.7K - 31% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/tensorflow/tensorboard) (👨‍💻 320 · 🔀 1.6K · 📦 230K · 📋 1.8K - 33% open · ⏱️ 13.05.2024): ``` git clone https://github.com/tensorflow/tensorboard ``` -- [PyPi](https://pypi.org/project/tensorboard) (📥 14M / month): +- [PyPi](https://pypi.org/project/tensorboard) (📥 29M / month): ``` pip install tensorboard ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 3.2M · ⏱️ 11.08.2022): +- [Conda](https://anaconda.org/conda-forge/tensorboard) (📥 4.7M · ⏱️ 18.02.2024): ``` conda install -c conda-forge tensorboard ```
-
SageMaker SDK (🥇33 · ⭐ 1.7K) - 一个用于训练和部署机器学习的库。Apache-2 +
mlflow (🥇37 · ⭐ 17K) - Open source platform for the machine learning lifecycle. Apache-2 + +- [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 730 · 🔀 3.8K · 📦 35K · 📋 3.6K - 32% open · ⏱️ 16.05.2024): + + ``` + git clone https://github.com/mlflow/mlflow + ``` +- [PyPi](https://pypi.org/project/mlflow) (📥 14M / month): + ``` + pip install mlflow + ``` +- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 1.9M · ⏱️ 10.05.2024): + ``` + conda install -c conda-forge mlflow + ``` +
+
SageMaker SDK (🥇35 · ⭐ 2K) - A library for training and deploying machine learning.. Apache-2 -- [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 280 · 🔀 810 · 📦 1.6K · 📋 1.1K - 32% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/aws/sagemaker-python-sdk) (👨‍💻 440 · 🔀 1.1K · 📦 4K · 📋 1.4K - 17% open · ⏱️ 16.05.2024): ``` git clone https://github.com/aws/sagemaker-python-sdk ``` -- [PyPi](https://pypi.org/project/sagemaker) (📥 8.4M / month): +- [PyPi](https://pypi.org/project/sagemaker) (📥 26M / month): ``` pip install sagemaker ```
-
PyCaret (🥇32 · ⭐ 6.1K) - Python中的开源代码,低代码机器学习库。MIT +
PyCaret (🥇33 · ⭐ 8.5K) - An open-source, low-code machine learning library in Python. MIT -- [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 99 · 🔀 1.4K · 📥 610 · 📦 2.4K · 📋 1.7K - 15% open · ⏱️ 13.08.2022): +- [GitHub](https://github.com/pycaret/pycaret) (👨‍💻 140 · 🔀 1.7K · 📥 690 · 📦 5.7K · 📋 2.3K - 15% open · ⏱️ 28.04.2024): ``` git clone https://github.com/pycaret/pycaret ``` -- [PyPi](https://pypi.org/project/pycaret) (📥 580K / month): +- [PyPi](https://pypi.org/project/pycaret) (📥 360K / month): ``` pip install pycaret ```
-
wandb client (🥇32 · ⭐ 4.6K) - 用于可视化和跟踪机器学习的工具。MIT +
wandb client (🥇33 · ⭐ 8.3K) - A tool for visualizing and tracking your machine learning.. MIT -- [GitHub](https://github.com/wandb/wandb) (👨‍💻 120 · 🔀 340 · 📦 11K · 📋 1.9K - 24% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/wandb/wandb) (👨‍💻 180 · 🔀 600 · 📦 45K · 📋 3.1K - 26% open · ⏱️ 16.05.2024): ``` git clone https://github.com/wandb/client ``` -- [PyPi](https://pypi.org/project/wandb) (📥 1.7M / month): +- [PyPi](https://pypi.org/project/wandb) (📥 13M / month): ``` pip install wandb ```
-
tensorboardX (🥈31 · ⭐ 7.4K) - pytorch(和链接器,mxnet,numpy,...)的张量板。MIT +
DVC (🥈32 · ⭐ 13K) - Data Version Control | Git for Data & Models. Apache-2 -- [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 72 · 🔀 850 · 📥 350 · 📦 21K · 📋 430 - 15% open · ⏱️ 08.06.2022): +- [GitHub](https://github.com/iterative/dvc) (👨‍💻 300 · 🔀 1.1K · 📥 41K · 📦 15K · 📋 4.6K - 4% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/lanpa/tensorboardX + git clone https://github.com/iterative/dvc ``` -- [PyPi](https://pypi.org/project/tensorboardX) (📥 1.1M / month): +- [PyPi](https://pypi.org/project/dvc) (📥 510K / month): ``` - pip install tensorboardX + pip install dvc ``` -- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 780K · ⏱️ 07.06.2022): +- [Conda](https://anaconda.org/conda-forge/dvc) (📥 1.9M · ⏱️ 14.05.2024): ``` - conda install -c conda-forge tensorboardx + conda install -c conda-forge dvc ```
-
mlflow (🥈30 · ⭐ 12K) - 机器学习生命周期的开源平台。Apache-2 +
ClearML (🥈30 · ⭐ 5.3K) - ClearML - Auto-Magical Suite of tools to streamline your ML.. Apache-2 -- [GitHub](https://github.com/mlflow/mlflow) (👨‍💻 470 · 🔀 2.8K · 📋 2.4K - 33% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/allegroai/clearml) (👨‍💻 96 · 🔀 630 · 📥 2.5K · 📦 1.1K · 📋 990 - 44% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/mlflow/mlflow - ``` -- [PyPi](https://pypi.org/project/mlflow) (📥 13M / month): - ``` - pip install mlflow - ``` -- [Conda](https://anaconda.org/conda-forge/mlflow) (📥 740K · ⏱️ 19.08.2022): - ``` - conda install -c conda-forge mlflow + git clone https://github.com/allegroai/clearml ``` -
-
sacred (🥈30 · ⭐ 3.9K) - Sacred是可帮助您配置,组织,记录和复现的工具。MIT - -- [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 100 · 🔀 350 · 📦 1.5K · 📋 540 - 16% open · ⏱️ 15.08.2022): - +- [PyPi](https://pypi.org/project/clearml) (📥 290K / month): ``` - git clone https://github.com/IDSIA/sacred + pip install clearml ``` -- [PyPi](https://pypi.org/project/sacred) (📥 68K / month): +- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 30K · ⏱️ 05.10.2020): ``` - pip install sacred + docker pull allegroai/trains ```
-
ClearML (🥈29 · ⭐ 3.5K) - ClearML-自动精简工具套件。Apache-2 +
tensorboardX (🥈29 · ⭐ 7.8K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT -- [GitHub](https://github.com/allegroai/clearml) (👨‍💻 52 · 🔀 460 · 📥 500 · 📦 290 · 📋 600 - 44% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/lanpa/tensorboardX) (👨‍💻 82 · 🔀 850 · 📥 420 · 📦 44K · 📋 450 - 16% open · ⏱️ 12.11.2023): ``` - git clone https://github.com/allegroai/clearml + git clone https://github.com/lanpa/tensorboardX ``` -- [PyPi](https://pypi.org/project/clearml) (📥 94K / month): +- [PyPi](https://pypi.org/project/tensorboardX) (📥 2.2M / month): ``` - pip install clearml + pip install tensorboardX ``` -- [Docker Hub](https://hub.docker.com/r/allegroai/trains) (📥 30K · ⏱️ 05.10.2020): +- [Conda](https://anaconda.org/conda-forge/tensorboardx) (📥 1.2M · ⏱️ 20.08.2023): ``` - docker pull allegroai/trains + conda install -c conda-forge tensorboardx ```
-
Metaflow (🥈28 · ⭐ 5.9K) - 轻松构建和管理现实生活中的数据科学项目。Apache-2 +
Metaflow (🥈29 · ⭐ 7.6K) - Build and manage real-life data science projects with ease. Apache-2 -- [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 54 · 🔀 500 · 📦 310 · 📋 420 - 45% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/Netflix/metaflow) (👨‍💻 88 · 🔀 700 · 📦 650 · 📋 620 - 40% open · ⏱️ 10.05.2024): ``` git clone https://github.com/Netflix/metaflow ``` -- [PyPi](https://pypi.org/project/metaflow) (📥 62K / month): +- [PyPi](https://pypi.org/project/metaflow) (📥 530K / month): ``` pip install metaflow ``` -- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 63K · ⏱️ 25.08.2022): +- [Conda](https://anaconda.org/conda-forge/metaflow) (📥 170K · ⏱️ 09.05.2024): ``` conda install -c conda-forge metaflow ```
-
VisualDL (🥈27 · ⭐ 4.4K) - 深度学习可视化工具包。Apache-2 +
snakemake (🥈28 · ⭐ 2.1K) - This is the development home of the workflow management system.. MIT -- [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 32 · 🔀 590 · 📥 210 · 📦 1.3K · 📋 420 - 20% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 320 · 🔀 490 · 📦 2K · 📋 1.6K - 59% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/PaddlePaddle/VisualDL + git clone https://github.com/snakemake/snakemake ``` -- [PyPi](https://pypi.org/project/visualdl) (📥 60K / month): +- [PyPi](https://pypi.org/project/snakemake) (📥 78K / month): ``` - pip install visualdl + pip install snakemake + ``` +- [Conda](https://anaconda.org/bioconda/snakemake) (📥 1M · ⏱️ 03.05.2024): + ``` + conda install -c bioconda snakemake ```
-
Catalyst (🥈27 · ⭐ 3K) - 加快深度学习研发。Apache-2 +
sacred (🥈27 · ⭐ 4.2K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT -- [GitHub](https://github.com/catalyst-team/catalyst) (👨‍💻 100 · 🔀 340 · 📦 600 · 📋 340 - 1% open · ⏱️ 29.04.2022): +- [GitHub](https://github.com/IDSIA/sacred) (👨‍💻 100 · 🔀 360 · 📦 3K · 📋 560 - 17% open · ⏱️ 13.11.2023): ``` - git clone https://github.com/catalyst-team/catalyst + git clone https://github.com/IDSIA/sacred ``` -- [PyPi](https://pypi.org/project/catalyst) (📥 39K / month): +- [PyPi](https://pypi.org/project/sacred) (📥 29K / month): ``` - pip install catalyst + pip install sacred ```
-
snakemake (🥈27 · ⭐ 1.5K) - 工作流管理系统snakemake。MIT +
Catalyst (🥈27 · ⭐ 3.2K · 💀) - Accelerated deep learning R&D. Apache-2 -- [GitHub](https://github.com/snakemake/snakemake) (👨‍💻 260 · 🔀 360 · 📦 1.2K · 📋 1.1K - 59% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/catalyst-team/catalyst) (👨‍💻 100 · 🔀 360 · 📦 1.1K · 📋 350 - 0% open · ⏱️ 29.04.2022): ``` - git clone https://github.com/snakemake/snakemake - ``` -- [PyPi](https://pypi.org/project/snakemake) (📥 51K / month): - ``` - pip install snakemake + git clone https://github.com/catalyst-team/catalyst ``` -- [Conda](https://anaconda.org/bioconda/snakemake) (📥 510K · ⏱️ 11.08.2022): +- [PyPi](https://pypi.org/project/catalyst) (📥 12K / month): ``` - conda install -c bioconda snakemake + pip install catalyst ```
-
ml-metadata (🥈26 · ⭐ 490) - 用于记录和检索与ML相关的元数据。Apache-2 +
aim (🥈26 · ⭐ 4.8K) - Aim a super-easy way to record, search and compare 1000s of ML training.. Apache-2 -- [GitHub](https://github.com/google/ml-metadata) (👨‍💻 15 · 🔀 95 · 📥 1.7K · 📦 240 · 📋 91 - 26% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/aimhubio/aim) (👨‍💻 64 · 🔀 280 · 📦 550 · 📋 980 - 33% open · ⏱️ 17.04.2024): ``` - git clone https://github.com/google/ml-metadata + git clone https://github.com/aimhubio/aim ``` -- [PyPi](https://pypi.org/project/ml-metadata) (📥 480K / month): +- [PyPi](https://pypi.org/project/aim) (📥 71K / month): ``` - pip install ml-metadata + pip install aim ```
-
DVC (🥈25 · ⭐ 10K) - 数据版本控制|针对数据和模型的Git。|) - 数据版本控制|针对数据和模型的Git。Apache-2 +
VisualDL (🥈25 · ⭐ 4.7K · 💤) - Deep Learning Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/iterative/dvc) (👨‍💻 270 · 🔀 950 · 📥 120K · 📋 3.8K - 16% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/PaddlePaddle/VisualDL) (👨‍💻 33 · 🔀 620 · 📥 360 · 📦 2.9K · 📋 480 - 25% open · ⏱️ 20.09.2023): ``` - git clone https://github.com/iterative/dvc - ``` -- [PyPi](https://pypi.org/project/dvc) (📥 530K / month): - ``` - pip install dvc + git clone https://github.com/PaddlePaddle/VisualDL ``` -- [Conda](https://anaconda.org/conda-forge/dvc) (📥 1.2M · ⏱️ 25.08.2022): +- [PyPi](https://pypi.org/project/visualdl) (📥 220K / month): ``` - conda install -c conda-forge dvc + pip install visualdl ```
-
AzureML SDK (🥈25 · ⭐ 3.4K) - 带有ML的Python笔记本和带有Azure的深度学习示例。MIT +
AzureML SDK (🥈25 · ⭐ 4K) - Python notebooks with ML and deep learning examples with Azure.. MIT -- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 60 · 🔀 2.1K · 📥 460 · 📋 1.3K - 21% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (👨‍💻 64 · 🔀 2.4K · 📥 570 · 📋 1.4K - 24% open · ⏱️ 15.02.2024): ``` git clone https://github.com/Azure/MachineLearningNotebooks ``` -- [PyPi](https://pypi.org/project/azureml-sdk) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/azureml-sdk) (📥 610K / month): ``` pip install azureml-sdk ```
-
aim (🥉24 · ⭐ 2.7K) - 以一种非常简单的方式来记录,搜索和比较数千次ML训练。Apache-2 +
ml-metadata (🥈25 · ⭐ 600) - For recording and retrieving metadata associated with ML.. Apache-2 -- [GitHub](https://github.com/aimhubio/aim) (👨‍💻 42 · 🔀 160 · 📦 100 · 📋 630 - 21% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/google/ml-metadata) (👨‍💻 19 · 🔀 130 · 📥 2.2K · 📦 450 · 📋 110 - 29% open · ⏱️ 26.04.2024): ``` - git clone https://github.com/aimhubio/aim + git clone https://github.com/google/ml-metadata ``` -- [PyPi](https://pypi.org/project/aim) (📥 34K / month): +- [PyPi](https://pypi.org/project/ml-metadata) (📥 81K / month): ``` - pip install aim + pip install ml-metadata ```
-
livelossplot (🥉23 · ⭐ 1.2K) - Jupyter Notebook for Keras的实时训练loss图。MIT +
kaggle (🥉24 · ⭐ 5.9K) - Official Kaggle API. Apache-2 -- [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 840 · 📋 75 - 6% open · ⏱️ 04.04.2022): +- [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 42 · 🔀 1K · 📦 21 · 📋 460 - 32% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/stared/livelossplot - ``` -- [PyPi](https://pypi.org/project/livelossplot) (📥 63K / month): - ``` - pip install livelossplot + git clone https://github.com/Kaggle/kaggle-api ``` -
-
Labml (🥉23 · ⭐ 1.2K) - 从您的手机监控深度学习模型训练和硬件使用情况。MIT - -- [GitHub](https://github.com/labmlai/labml) (👨‍💻 7 · 🔀 78 · 📦 54 · 📋 29 - 44% open · ⏱️ 15.08.2022): - +- [PyPi](https://pypi.org/project/kaggle) (📥 210K / month): ``` - git clone https://github.com/lab-ml/labml + pip install kaggle ``` -- [PyPi](https://pypi.org/project/labml) (📥 3.2K / month): +- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 150K · ⏱️ 14.04.2024): ``` - pip install labml + conda install -c conda-forge kaggle ```
-
knockknock (🥉22 · ⭐ 2.5K · 💀) - 当您的训练结束后通知您。MIT +
knockknock (🥉24 · ⭐ 2.7K · 💀) - Knock Knock: Get notified when your training ends with only two.. MIT -- [GitHub](https://github.com/huggingface/knockknock) (👨‍💻 18 · 🔀 210 · 📦 380 · 📋 39 - 41% open · ⏱️ 16.03.2020): +- [GitHub](https://github.com/huggingface/knockknock) (👨‍💻 20 · 🔀 220 · 📦 970 · 📋 40 - 40% open · ⏱️ 16.03.2020): ``` git clone https://github.com/huggingface/knockknock ``` -- [PyPi](https://pypi.org/project/knockknock) (📥 59K / month): +- [PyPi](https://pypi.org/project/knockknock) (📥 66K / month): ``` pip install knockknock ``` -- [Conda](https://anaconda.org/conda-forge/knockknock) (📥 10K · ⏱️ 17.03.2020): +- [Conda](https://anaconda.org/conda-forge/knockknock) (📥 15K · ⏱️ 16.06.2023): ``` conda install -c conda-forge knockknock ```
-
kaggle (🥉21 · ⭐ 4.9K · 💀) - 官方Kaggle API。Apache-2 - -- [GitHub](https://github.com/Kaggle/kaggle-api) (👨‍💻 36 · 🔀 940 · 📋 350 - 57% open · ⏱️ 15.03.2021): - - ``` - git clone https://github.com/Kaggle/kaggle-api - ``` -- [PyPi](https://pypi.org/project/kaggle) (📥 120K / month): +
Labml (🥉23 · ⭐ 1.9K) - Monitor deep learning model training and hardware usage from your mobile.. MIT + +- [GitHub](https://github.com/labmlai/labml) (👨‍💻 9 · 🔀 120 · 📦 150 · 📋 38 - 42% open · ⏱️ 15.05.2024): + ``` - pip install kaggle + git clone https://github.com/lab-ml/labml ``` -- [Conda](https://anaconda.org/conda-forge/kaggle) (📥 95K · ⏱️ 17.12.2021): +- [PyPi](https://pypi.org/project/labml) (📥 4.8K / month): ``` - conda install -c conda-forge kaggle + pip install labml ```
-
Guild AI (🥉21 · ⭐ 730) - 实验跟踪,ML开发人员工具库。Apache-2 +
quinn (🥉23 · ⭐ 580) - pyspark methods to enhance developer productivity. ❗Unlicensed -- [GitHub](https://github.com/guildai/guildai) (👨‍💻 21 · 🔀 66 · 📥 6 · 📦 58 · 📋 380 - 45% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/MrPowers/quinn) (👨‍💻 28 · 🔀 90 · 📥 23 · 📦 77 · 📋 100 - 23% open · ⏱️ 07.05.2024): ``` - git clone https://github.com/guildai/guildai + git clone https://github.com/MrPowers/quinn ``` -- [PyPi](https://pypi.org/project/guildai) (📥 3.1K / month): +- [PyPi](https://pypi.org/project/quinn) (📥 770K / month): ``` - pip install guildai + pip install quinn ```
-
hiddenlayer (🥉20 · ⭐ 1.6K · 💀) - 神经网络图和训练指标。MIT +
gokart (🥉23 · ⭐ 300) - A wrapper of the data pipeline library luigi. MIT -- [GitHub](https://github.com/waleedka/hiddenlayer) (👨‍💻 6 · 🔀 230 · 📦 130 · 📋 85 - 58% open · ⏱️ 24.04.2020): +- [GitHub](https://github.com/m3dev/gokart) (👨‍💻 41 · 🔀 56 · 📦 77 · 📋 76 - 21% open · ⏱️ 11.05.2024): ``` - git clone https://github.com/waleedka/hiddenlayer + git clone https://github.com/m3dev/gokart ``` -- [PyPi](https://pypi.org/project/hiddenlayer) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/gokart) (📥 3.2K / month): ``` - pip install hiddenlayer + pip install gokart ```
-
TNT (🥉20 · ⭐ 1.4K) - 用于记录和可视化,加载和训练的简单工具。BSD-3 +
livelossplot (🥉22 · ⭐ 1.3K · 💀) - Live training loss plot in Jupyter Notebook for Keras,.. MIT -- [GitHub](https://github.com/pytorch/tnt) (👨‍💻 53 · 🔀 200 · ⏱️ 18.08.2022): +- [GitHub](https://github.com/stared/livelossplot) (👨‍💻 17 · 🔀 140 · 📦 1.4K · 📋 77 - 9% open · ⏱️ 04.04.2022): ``` - git clone https://github.com/pytorch/tnt + git clone https://github.com/stared/livelossplot ``` -- [PyPi](https://pypi.org/project/torchnet) (📥 8.8K / month): +- [PyPi](https://pypi.org/project/livelossplot) (📥 14K / month): ``` - pip install torchnet + pip install livelossplot ```
-
TensorWatch (🥉19 · ⭐ 3.2K · 💀) - Python机器学习的调试,监视和可视化。MIT +
hiddenlayer (🥉20 · ⭐ 1.8K · 💀) - Neural network graphs and training metrics for.. MIT -- [GitHub](https://github.com/microsoft/tensorwatch) (👨‍💻 13 · 🔀 340 · 📦 86 · 📋 67 - 77% open · ⏱️ 15.01.2021): +- [GitHub](https://github.com/waleedka/hiddenlayer) (👨‍💻 6 · 🔀 250 · 📦 270 · 📋 89 - 60% open · ⏱️ 24.04.2020): ``` - git clone https://github.com/microsoft/tensorwatch + git clone https://github.com/waleedka/hiddenlayer ``` -- [PyPi](https://pypi.org/project/tensorwatch) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/hiddenlayer) (📥 4.4K / month): ``` - pip install tensorwatch + pip install hiddenlayer ```
-
lore (🥉19 · ⭐ 1.5K) - lore使机器学习对软件工程师更易上手,对机器学习研究人员更可维护。MIT +
lore (🥉20 · ⭐ 1.5K · 💀) - Lore makes machine learning approachable for Software Engineers and.. MIT -- [GitHub](https://github.com/instacart/lore) (👨‍💻 26 · 🔀 120 · 📦 20 · 📋 35 - 45% open · ⏱️ 11.04.2022): +- [GitHub](https://github.com/instacart/lore) (👨‍💻 29 · 🔀 130 · 📦 21 · 📋 35 - 42% open · ⏱️ 27.09.2022): ``` git clone https://github.com/instacart/lore ``` -- [PyPi](https://pypi.org/project/lore) (📥 530 / month): +- [PyPi](https://pypi.org/project/lore) (📥 2.4K / month): ``` pip install lore ```
-
gokart (🥉19 · ⭐ 260) - 数据管道库luigi的包装。MIT +
Studio.ml (🥉20 · ⭐ 380 · 💤) - Studio: Simplify and expedite model building process. Apache-2 -- [GitHub](https://github.com/m3dev/gokart) (👨‍💻 34 · 🔀 45 · 📋 73 - 19% open · ⏱️ 02.08.2022): +- [GitHub](https://github.com/studioml/studio) (👨‍💻 24 · 🔀 50 · 📦 5 · 📋 250 - 22% open · ⏱️ 06.09.2023): ``` - git clone https://github.com/m3dev/gokart + git clone https://github.com/studioml/studio ``` -- [PyPi](https://pypi.org/project/gokart) (📥 1K / month): +- [PyPi](https://pypi.org/project/studioml) (📥 1.3K / month): ``` - pip install gokart + pip install studioml ```
-
Studio.ml (🥉18 · ⭐ 380 · 💤) - Studio:简化和加快模型构建过程。Apache-2 +
Guild AI (🥉19 · ⭐ 860 · 💤) - Experiment tracking, ML developer tools. Apache-2 -- [GitHub](https://github.com/studioml/studio) (👨‍💻 21 · 🔀 51 · 📦 5 · 📋 250 - 22% open · ⏱️ 14.09.2021): +- [GitHub](https://github.com/guildai/guildai) (👨‍💻 29 · 🔀 84 · 📥 16 · 📦 96 · 📋 440 - 50% open · ⏱️ 12.08.2023): ``` - git clone https://github.com/studioml/studio + git clone https://github.com/guildai/guildai ``` -- [PyPi](https://pypi.org/project/studioml) (📥 35 / month): +- [PyPi](https://pypi.org/project/guildai) (📥 1.6K / month): ``` - pip install studioml + pip install guildai ```
-
MXBoard (🥉18 · ⭐ 330 · 💀) - MXNet日志记录器,以在TensorBoard中进行可视化。Apache-2 +
TensorBoard Logger (🥉19 · ⭐ 630 · 💀) - Log TensorBoard events without touching TensorFlow. MIT -- [GitHub](https://github.com/awslabs/mxboard) (👨‍💻 9 · 🔀 46 · 📦 160 · 📋 31 - 51% open · ⏱️ 24.01.2020): +- [GitHub](https://github.com/TeamHG-Memex/tensorboard_logger) (👨‍💻 5 · 🔀 53 · 📦 190 · 📋 24 - 37% open · ⏱️ 21.10.2019): ``` - git clone https://github.com/awslabs/mxboard + git clone https://github.com/TeamHG-Memex/tensorboard_logger ``` -- [PyPi](https://pypi.org/project/mxboard) (📥 7.7K / month): +- [PyPi](https://pypi.org/project/tensorboard_logger) (📥 15K / month): ``` - pip install mxboard + pip install tensorboard_logger ```
-
quinn (🥉17 · ⭐ 350 · 💀) - pyspark方法可提高开发人员的工作效率。❗Unlicensed +
TensorWatch (🥉18 · ⭐ 3.4K · 💤) - Debugging, monitoring and visualization for Python Machine.. MIT -- [GitHub](https://github.com/MrPowers/quinn) (👨‍💻 6 · 🔀 47 · 📋 24 - 58% open · ⏱️ 09.02.2021): +- [GitHub](https://github.com/microsoft/tensorwatch) (👨‍💻 15 · 🔀 350 · 📦 140 · 📋 69 - 75% open · ⏱️ 30.08.2023): ``` - git clone https://github.com/MrPowers/quinn + git clone https://github.com/microsoft/tensorwatch ``` -- [PyPi](https://pypi.org/project/quinn) (📥 770K / month): +- [PyPi](https://pypi.org/project/tensorwatch) (📥 940 / month): ``` - pip install quinn + pip install tensorwatch ```
-
TensorBoard Logger (🥉15 · ⭐ 620 · 💀) - 简易TensorBoard日志记录库。MIT +
TNT (🥉17 · ⭐ 1.6K) - Simple tools for logging and visualizing, loading and training. ❗Unlicensed -- [GitHub](https://github.com/TeamHG-Memex/tensorboard_logger) (👨‍💻 5 · 🔀 49 · 📋 24 - 37% open · ⏱️ 21.10.2019): +- [GitHub](https://github.com/pytorch/tnt) (👨‍💻 130 · 🔀 260 · 📋 68 - 4% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/TeamHG-Memex/tensorboard_logger + git clone https://github.com/pytorch/tnt ``` -- [PyPi](https://pypi.org/project/tensorboard_logger) (📥 56K / month): +- [PyPi](https://pypi.org/project/torchnet) (📥 6.9K / month): ``` - pip install tensorboard_logger + pip install torchnet ```
-
datmo (🥉15 · ⭐ 340 · 💀) - 面向数据科学家的开源生产模型管理工具。MIT +
SKLL (🥉17 · ⭐ 550) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗Unlicensed -- [GitHub](https://github.com/datmo/datmo) (👨‍💻 6 · 🔀 28 · 📦 5 · 📋 180 - 15% open · ⏱️ 29.11.2019): +- [GitHub](https://github.com/EducationalTestingService/skll) (👨‍💻 37 · 🔀 67 · 📥 13 · 📦 41 · 📋 420 - 5% open · ⏱️ 08.03.2024): ``` - git clone https://github.com/datmo/datmo + git clone https://github.com/EducationalTestingService/skll ``` -- [PyPi](https://pypi.org/project/datmo) (📥 28 / month): +- [PyPi](https://pypi.org/project/skll) (📥 590 / month): ``` - pip install datmo + pip install skll ```
-
steppy (🥉15 · ⭐ 130 · 💀) - 轻量级的Python库,可进行快速且可重复的实验。MIT +
steppy (🥉16 · ⭐ 130 · 💀) - Lightweight, Python library for fast and reproducible experimentation. MIT -- [GitHub](https://github.com/minerva-ml/steppy) (👨‍💻 5 · 🔀 33 · 📦 46 · 📋 63 - 20% open · ⏱️ 23.11.2018): +- [GitHub](https://github.com/minerva-ml/steppy) (👨‍💻 7 · 🔀 31 · 📦 52 · 📋 63 - 20% open · ⏱️ 23.11.2018): ``` git clone https://github.com/minerva-ml/steppy ``` -- [PyPi](https://pypi.org/project/steppy) (📥 9 / month): +- [PyPi](https://pypi.org/project/steppy) (📥 110 / month): ``` pip install steppy ```
-
SKLL (🥉14 · ⭐ 530 · 💤) - SciKit学习实验室(SKLL)使机器学习易于操作。❗Unlicensed +
datmo (🥉15 · ⭐ 340 · 💀) - Open source production model management tool for data scientists. MIT -- [GitHub](https://github.com/EducationalTestingService/skll) (👨‍💻 37 · 🔀 65 · 📥 11 · 📦 38 · 📋 400 - 7% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/datmo/datmo) (👨‍💻 6 · 🔀 30 · 📦 5 · 📋 180 - 15% open · ⏱️ 29.11.2019): ``` - git clone https://github.com/EducationalTestingService/skll + git clone https://github.com/datmo/datmo ``` -- [PyPi](https://pypi.org/project/skll) (📥 140 / month): +- [PyPi](https://pypi.org/project/datmo) (📥 170 / month): ``` - pip install skll + pip install datmo + ``` +
+
MXBoard (🥉15 · ⭐ 320 · 💀) - Logging MXNet data for visualization in TensorBoard. Apache-2 + +- [GitHub](https://github.com/awslabs/mxboard) (👨‍💻 9 · 🔀 47 · 📋 31 - 45% open · ⏱️ 24.01.2020): + + ``` + git clone https://github.com/awslabs/mxboard + ``` +- [PyPi](https://pypi.org/project/mxboard) (📥 2.3K / month): + ``` + pip install mxboard ```
-
ModelChimp (🥉14 · ⭐ 120 · 💤) - 机器和深度学习项目的实验跟踪。BSD-2 +
ModelChimp (🥉14 · ⭐ 130 · 💀) - Experiment tracking for machine and deep learning projects. BSD-2 - [GitHub](https://github.com/ModelChimp/modelchimp) (👨‍💻 3 · 🔀 12 · 📋 14 - 28% open · ⏱️ 01.08.2021): ``` git clone https://github.com/ModelChimp/modelchimp ``` -- [PyPi](https://pypi.org/project/modelchimp) (📥 43 / month): +- [PyPi](https://pypi.org/project/modelchimp) (📥 230 / month): ``` pip install modelchimp ``` @@ -8381,917 +8381,901 @@ _跟踪和可视化机器学习实验的工具库整理。_ docker pull modelchimp/modelchimp-server ```
-
traintool (🥉7 · ⭐ 10 · 💀) - 一站式训练现成的机器学习模型。Apache-2 +
traintool (🥉8 · ⭐ 12 · 💀) - Train off-the-shelf machine learning models in one.. Apache-2 -- [GitHub](https://github.com/jrieke/traintool) (⏱️ 12.03.2021): +- [GitHub](https://github.com/jrieke/traintool) (🔀 1 · ⏱️ 12.03.2021): ``` git clone https://github.com/jrieke/traintool ``` -- [PyPi](https://pypi.org/project/traintool) (📥 10 / month): +- [PyPi](https://pypi.org/project/traintool) (📥 50 / month): ``` pip install traintool ```

-## 模型序列化和转换 +## Model Serialization & Conversion -Back to top +Back to top -_用于将模型序列化为文件,在各种模型格式之间进行转换以及优化模型以进行部署的库。_ +_Libraries to serialize models to files, convert between a variety of model formats, and optimize models for deployment._ -
onnx (🥇32 · ⭐ 13K) - 机器学习互操作性的开放标准。Apache-2 +
onnx (🥇34 · ⭐ 17K) - Open standard for machine learning interoperability. Apache-2 -- [GitHub](https://github.com/onnx/onnx) (👨‍💻 250 · 🔀 2.9K · 📥 18K · 📦 8.1K · 📋 2K - 11% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/onnx/onnx) (👨‍💻 320 · 🔀 3.5K · 📥 21K · 📦 28K · 📋 2.7K - 10% open · ⏱️ 08.05.2024): ``` git clone https://github.com/onnx/onnx ``` -- [PyPi](https://pypi.org/project/onnx) (📥 1.6M / month): +- [PyPi](https://pypi.org/project/onnx) (📥 5.6M / month): ``` pip install onnx ``` -- [Conda](https://anaconda.org/conda-forge/onnx) (📥 490K · ⏱️ 18.08.2022): +- [Conda](https://anaconda.org/conda-forge/onnx) (📥 990K · ⏱️ 26.03.2024): ``` conda install -c conda-forge onnx ```
-
Core ML Tools (🥇25 · ⭐ 2.8K) - 核心ML工具包含用于核心ML模型的支持工具。BSD-3 +
TorchServe (🥇30 · ⭐ 4K) - Model Serving on PyTorch. Apache-2 -- [GitHub](https://github.com/apple/coremltools) (👨‍💻 130 · 🔀 420 · 📥 4.4K · 📦 1K · 📋 970 - 28% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/pytorch/serve) (👨‍💻 190 · 🔀 800 · 📥 5.7K · 📦 650 · 📋 1.6K - 20% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/apple/coremltools + git clone https://github.com/pytorch/serve ``` -- [PyPi](https://pypi.org/project/coremltools) (📥 93K / month): +- [PyPi](https://pypi.org/project/torchserve) (📥 48K / month): ``` - pip install coremltools + pip install torchserve ``` -
-
m2cgen (🥇25 · ⭐ 2.2K) - 将ML模型转换成本机代码(Java,C,Python,Go,JavaScript)等。MIT - -- [GitHub](https://github.com/BayesWitnesses/m2cgen) (👨‍💻 13 · 🔀 200 · 📥 32 · 📦 59 · 📋 92 - 26% open · ⏱️ 14.08.2022): - +- [Conda](https://anaconda.org/pytorch/torchserve) (📥 180K · ⏱️ 14.03.2024): ``` - git clone https://github.com/BayesWitnesses/m2cgen + conda install -c pytorch torchserve ``` -- [PyPi](https://pypi.org/project/m2cgen) (📥 45K / month): +- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1.2M · ⭐ 25 · ⏱️ 14.03.2024): ``` - pip install m2cgen + docker pull pytorch/torchserve ```
-
TorchServe (🥈24 · ⭐ 2.8K) - 在PyTorch上进行模型服务。Apache-2 +
Core ML Tools (🥈27 · ⭐ 4.1K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 -- [GitHub](https://github.com/pytorch/serve) (👨‍💻 120 · 🔀 570 · 📥 2K · 📋 970 - 14% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/apple/coremltools) (👨‍💻 170 · 🔀 580 · 📥 9.6K · 📦 3.8K · 📋 1.3K - 21% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/pytorch/serve + git clone https://github.com/apple/coremltools ``` -- [PyPi](https://pypi.org/project/torchserve) (📥 17K / month): +- [PyPi](https://pypi.org/project/coremltools) (📥 290K / month): ``` - pip install torchserve + pip install coremltools ``` -- [Conda](https://anaconda.org/pytorch/torchserve) (📥 33K · ⏱️ 13.05.2022): +
+
m2cgen (🥈24 · ⭐ 2.7K · 💀) - Transform ML models into a native code (Java, C, Python, Go,.. MIT + +- [GitHub](https://github.com/BayesWitnesses/m2cgen) (👨‍💻 14 · 🔀 230 · 📥 68 · 📦 220 · 📋 110 - 35% open · ⏱️ 05.10.2022): + ``` - conda install -c pytorch torchserve + git clone https://github.com/BayesWitnesses/m2cgen ``` -- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (📥 1M · ⭐ 15 · ⏱️ 19.07.2022): +- [PyPi](https://pypi.org/project/m2cgen) (📥 21K / month): ``` - docker pull pytorch/torchserve + pip install m2cgen ```
-
mmdnn (🥈23 · ⭐ 5.6K · 💀) - MMdnn是一组工具,可以帮助用户在不同的深度学习框架之间进行互操作。MIT +
mmdnn (🥈22 · ⭐ 5.8K · 💀) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT -- [GitHub](https://github.com/microsoft/MMdnn) (👨‍💻 85 · 🔀 950 · 📥 3.6K · 📦 85 · 📋 610 - 52% open · ⏱️ 14.08.2020): +- [GitHub](https://github.com/microsoft/MMdnn) (👨‍💻 86 · 🔀 960 · 📥 3.7K · 📦 130 · 📋 620 - 52% open · ⏱️ 22.09.2022): ``` git clone https://github.com/Microsoft/MMdnn ``` -- [PyPi](https://pypi.org/project/mmdnn) (📥 580 / month): +- [PyPi](https://pypi.org/project/mmdnn) (📥 360 / month): ``` pip install mmdnn ```
-
cortex (🥉22 · ⭐ 7.8K) - 具有成本效益的无服务器大规模计算。Apache-2 +
cortex (🥉21 · ⭐ 8K · 💀) - Cost-effective serverless computing at scale. Apache-2 -- [GitHub](https://github.com/cortexlabs/cortex) (👨‍💻 24 · 🔀 580 · 📋 1.1K - 10% open · ⏱️ 23.04.2022): +- [GitHub](https://github.com/cortexlabs/cortex) (👨‍💻 25 · 🔀 600 · 📋 1.1K - 10% open · ⏱️ 04.03.2023): ``` git clone https://github.com/cortexlabs/cortex ``` -- [PyPi](https://pypi.org/project/cortex) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/cortex) (📥 1.2K / month): ``` pip install cortex ```
-
Hummingbird (🥉22 · ⭐ 3K) - 蜂鸟将训练有素的机器学习模型编译为张量计算,以用于..MIT +
Hummingbird (🥉20 · ⭐ 3.3K) - Hummingbird compiles trained ML models into tensor computation for.. MIT -- [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 31 · 🔀 240 · 📥 180 · 📦 39 · 📋 250 - 16% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/microsoft/hummingbird) (👨‍💻 40 · 🔀 270 · 📥 500 · 📋 310 - 17% open · ⏱️ 08.03.2024): ``` git clone https://github.com/microsoft/hummingbird ``` -- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/hummingbird-ml) (📥 5.6K / month): ``` pip install hummingbird-ml ```
-
sklearn-porter (🥉20 · ⭐ 1.2K) - 将经过训练的scikit-learn估计器转换为C,Java等。BSD-3 +
sklearn-porter (🥉19 · ⭐ 1.3K · 💀) - Transpile trained scikit-learn estimators to C, Java,.. BSD-3 -- [GitHub](https://github.com/nok/sklearn-porter) (👨‍💻 12 · 🔀 160 · 📦 44 · 📋 68 - 50% open · ⏱️ 22.05.2022): +- [GitHub](https://github.com/nok/sklearn-porter) (👨‍💻 12 · 🔀 160 · 📦 61 · 📋 70 - 51% open · ⏱️ 22.05.2022): ``` git clone https://github.com/nok/sklearn-porter ``` -- [PyPi](https://pypi.org/project/sklearn-porter) (📥 340 / month): +- [PyPi](https://pypi.org/project/sklearn-porter) (📥 790 / month): ``` pip install sklearn-porter ```
-
pytorch2keras (🥉18 · ⭐ 810 · 💤) - PyTorch到Keras模型转换器。MIT +
pytorch2keras (🥉17 · ⭐ 850 · 💀) - PyTorch to Keras model convertor. MIT -- [GitHub](https://github.com/gmalivenko/pytorch2keras) (👨‍💻 13 · 🔀 140 · 📦 51 · 📋 120 - 44% open · ⏱️ 06.08.2021): +- [GitHub](https://github.com/gmalivenko/pytorch2keras) (👨‍💻 13 · 🔀 140 · 📦 98 · 📋 130 - 45% open · ⏱️ 06.08.2021): ``` git clone https://github.com/nerox8664/pytorch2keras ``` -- [PyPi](https://pypi.org/project/pytorch2keras) (📥 480 / month): +- [PyPi](https://pypi.org/project/pytorch2keras) (📥 410 / month): ``` pip install pytorch2keras ```
-
Larq Compute Engine (🥉17 · ⭐ 210) - 高度优化的二值化推理引擎。Apache-2 +
Larq Compute Engine (🥉17 · ⭐ 240) - Highly optimized inference engine for Binarized.. Apache-2 -- [GitHub](https://github.com/larq/compute-engine) (👨‍💻 18 · 🔀 32 · 📥 730 · 📦 6 · 📋 140 - 9% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/larq/compute-engine) (👨‍💻 18 · 🔀 33 · 📥 1K · 📦 7 · 📋 140 - 10% open · ⏱️ 21.03.2024): ``` git clone https://github.com/larq/compute-engine ``` -- [PyPi](https://pypi.org/project/larq-compute-engine) (📥 870 / month): +- [PyPi](https://pypi.org/project/larq-compute-engine) (📥 1.3K / month): ``` pip install larq-compute-engine ```
-
tfdeploy (🥉14 · ⭐ 350 · 💀) - 部署张量流图以进行快速评估并导出到无tensorflow环境中基于numpy运行。BSD-3 +
tfdeploy (🥉15 · ⭐ 350) - Deploy tensorflow graphs for fast evaluation and export to.. BSD-3 -- [GitHub](https://github.com/riga/tfdeploy) (👨‍💻 4 · 🔀 36 · 📋 34 - 32% open · ⏱️ 08.01.2021): +- [GitHub](https://github.com/riga/tfdeploy) (👨‍💻 4 · 🔀 36 · 📋 34 - 32% open · ⏱️ 25.02.2024): ``` git clone https://github.com/riga/tfdeploy ``` -- [PyPi](https://pypi.org/project/tfdeploy) (📥 9 / month): +- [PyPi](https://pypi.org/project/tfdeploy) (📥 110 / month): ``` pip install tfdeploy ```

-## 模型的可解释性 +## Model Interpretability -Back to top +Back to top -_用于可视化,解释,调试,评估和解释机器学习模型的库。_ +_Libraries to visualize, explain, debug, evaluate, and interpret machine learning models._ -
shap (🥇36 · ⭐ 17K) - 用于解释任何机器学习模型的输出的一种博弈论方法实现。MIT +
shap (🥇37 · ⭐ 22K) - A game theoretic approach to explain the output of any machine learning model. MIT -- [GitHub](https://github.com/slundberg/shap) (👨‍💻 200 · 🔀 2.6K · 📦 6.4K · 📋 2K - 69% open · ⏱️ 16.06.2022): +- [GitHub](https://github.com/shap/shap) (👨‍💻 240 · 🔀 3.1K · 📦 17K · 📋 2.5K - 33% open · ⏱️ 14.05.2024): ``` git clone https://github.com/slundberg/shap ``` -- [PyPi](https://pypi.org/project/shap) (📥 3.7M / month): +- [PyPi](https://pypi.org/project/shap) (📥 6.9M / month): ``` pip install shap ``` -- [Conda](https://anaconda.org/conda-forge/shap) (📥 1.4M · ⏱️ 20.06.2022): +- [Conda](https://anaconda.org/conda-forge/shap) (📥 2.8M · ⏱️ 08.05.2024): ``` conda install -c conda-forge shap ```
-
Lime (🥇30 · ⭐ 10K · 💀) - Lime:解释任何机器学习分类器的预测。BSD-2 +
Lime (🥇30 · ⭐ 11K · 💀) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 -- [GitHub](https://github.com/marcotcr/lime) (👨‍💻 61 · 🔀 1.6K · 📦 2.6K · 📋 580 - 9% open · ⏱️ 29.07.2021): +- [GitHub](https://github.com/marcotcr/lime) (👨‍💻 62 · 🔀 1.8K · 📦 5.6K · 📋 630 - 14% open · ⏱️ 29.07.2021): ``` git clone https://github.com/marcotcr/lime ``` -- [PyPi](https://pypi.org/project/lime) (📥 560K / month): +- [PyPi](https://pypi.org/project/lime) (📥 360K / month): ``` pip install lime ``` -- [Conda](https://anaconda.org/conda-forge/lime) (📥 110K · ⏱️ 28.06.2020): +- [Conda](https://anaconda.org/conda-forge/lime) (📥 210K · ⏱️ 16.06.2023): ``` conda install -c conda-forge lime ```
-
pyLDAvis (🥇29 · ⭐ 1.6K · 💀) - 用于交互式主题模型可视化的Python库。BSD-3 +
arviz (🥇30 · ⭐ 1.5K) - Exploratory analysis of Bayesian models with Python. Apache-2 -- [GitHub](https://github.com/bmabey/pyLDAvis) (👨‍💻 32 · 🔀 330 · 📦 3.8K · 📋 160 - 51% open · ⏱️ 24.03.2021): +- [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 160 · 🔀 370 · 📥 140 · 📦 6.5K · 📋 840 - 19% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/bmabey/pyLDAvis + git clone https://github.com/arviz-devs/arviz ``` -- [PyPi](https://pypi.org/project/pyldavis) (📥 640K / month): +- [PyPi](https://pypi.org/project/arviz) (📥 2.1M / month): ``` - pip install pyldavis + pip install arviz ``` -- [Conda](https://anaconda.org/conda-forge/pyldavis) (📥 46K · ⏱️ 24.03.2021): +- [Conda](https://anaconda.org/conda-forge/arviz) (📥 2.1M · ⏱️ 08.04.2024): ``` - conda install -c conda-forge pyldavis + conda install -c conda-forge arviz ```
-
InterpretML (🥇28 · ⭐ 4.9K) - 拟合可解释的模型。对机器学习黑匣子进行解释。MIT +
Captum (🥇29 · ⭐ 4.6K) - Model interpretability and understanding for PyTorch. BSD-3 -- [GitHub](https://github.com/interpretml/interpret) (👨‍💻 31 · 🔀 590 · 📦 260 · 📋 300 - 32% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/pytorch/captum) (👨‍💻 110 · 🔀 460 · 📦 2.1K · 📋 520 - 35% open · ⏱️ 07.05.2024): ``` - git clone https://github.com/interpretml/interpret + git clone https://github.com/pytorch/captum ``` -- [PyPi](https://pypi.org/project/interpret) (📥 90K / month): +- [PyPi](https://pypi.org/project/captum) (📥 230K / month): ``` - pip install interpret + pip install captum ```
-
dtreeviz (🥇28 · ⭐ 2.2K) - 用于决策树可视化和模型解释的python库。MIT +
explainerdashboard (🥇29 · ⭐ 2.2K) - Quickly build Explainable AI dashboards that show the inner.. MIT -- [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 21 · 🔀 280 · 📦 450 · 📋 120 - 19% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 21 · 🔀 320 · 📦 480 · 📋 230 - 13% open · ⏱️ 18.03.2024): ``` - git clone https://github.com/parrt/dtreeviz + git clone https://github.com/oegedijk/explainerdashboard ``` -- [PyPi](https://pypi.org/project/dtreeviz) (📥 96K / month): +- [PyPi](https://pypi.org/project/explainerdashboard) (📥 80K / month): ``` - pip install dtreeviz + pip install explainerdashboard ```
-
arviz (🥇28 · ⭐ 1.3K) - 使用Python探索性分析贝叶斯模型。Apache-2 +
pyLDAvis (🥇29 · ⭐ 1.8K) - Python library for interactive topic model visualization. Port of.. BSD-3 -- [GitHub](https://github.com/arviz-devs/arviz) (👨‍💻 130 · 🔀 290 · 📥 110 · 📦 2.7K · 📋 760 - 20% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/bmabey/pyLDAvis) (👨‍💻 43 · 🔀 350 · 📦 6K · 📋 190 - 40% open · ⏱️ 29.04.2024): ``` - git clone https://github.com/arviz-devs/arviz - ``` -- [PyPi](https://pypi.org/project/arviz) (📥 740K / month): - ``` - pip install arviz - ``` -- [Conda](https://anaconda.org/conda-forge/arviz) (📥 810K · ⏱️ 13.07.2022): - ``` - conda install -c conda-forge arviz + git clone https://github.com/bmabey/pyLDAvis ``` -
-
Captum (🥈27 · ⭐ 3.4K) - PyTorch的模型可解释性和理解。BSD-3 - -- [GitHub](https://github.com/pytorch/captum) (👨‍💻 88 · 🔀 350 · 📦 650 · 📋 380 - 24% open · ⏱️ 23.08.2022): - +- [PyPi](https://pypi.org/project/pyldavis) (📥 160K / month): ``` - git clone https://github.com/pytorch/captum + pip install pyldavis ``` -- [PyPi](https://pypi.org/project/captum) (📥 47K / month): +- [Conda](https://anaconda.org/conda-forge/pyldavis) (📥 80K · ⏱️ 16.06.2023): ``` - pip install captum + conda install -c conda-forge pyldavis ```
-
scikit-plot (🥈26 · ⭐ 2.2K · 💀) - 一个直观的库,可向其中添加绘图功能。MIT +
scikit-plot (🥈28 · ⭐ 2.4K · 💀) - An intuitive library to add plotting functionality to.. MIT -- [GitHub](https://github.com/reiinakano/scikit-plot) (👨‍💻 13 · 🔀 260 · 📦 2.3K · 📋 58 - 32% open · ⏱️ 19.08.2018): +- [GitHub](https://github.com/reiinakano/scikit-plot) (👨‍💻 13 · 🔀 280 · 📦 4.9K · 📋 61 - 36% open · ⏱️ 19.08.2018): ``` git clone https://github.com/reiinakano/scikit-plot ``` -- [PyPi](https://pypi.org/project/scikit-plot) (📥 650K / month): +- [PyPi](https://pypi.org/project/scikit-plot) (📥 520K / month): ``` pip install scikit-plot ``` -- [Conda](https://anaconda.org/conda-forge/scikit-plot) (📥 120K · ⏱️ 05.06.2019): +- [Conda](https://anaconda.org/conda-forge/scikit-plot) (📥 170K · ⏱️ 16.06.2023): ``` conda install -c conda-forge scikit-plot ```
-
explainerdashboard (🥈26 · ⭐ 1.3K) - 快速构建可显示内部信息的可解释AI仪表板。MIT +
dtreeviz (🥈27 · ⭐ 2.9K) - A python library for decision tree visualization and model interpretation. MIT -- [GitHub](https://github.com/oegedijk/explainerdashboard) (👨‍💻 15 · 🔀 160 · 📦 160 · 📋 180 - 8% open · ⏱️ 16.06.2022): +- [GitHub](https://github.com/parrt/dtreeviz) (👨‍💻 26 · 🔀 330 · 📦 1.2K · 📋 200 - 32% open · ⏱️ 06.01.2024): ``` - git clone https://github.com/oegedijk/explainerdashboard + git clone https://github.com/parrt/dtreeviz ``` -- [PyPi](https://pypi.org/project/explainerdashboard) (📥 59K / month): +- [PyPi](https://pypi.org/project/dtreeviz) (📥 130K / month): ``` - pip install explainerdashboard + pip install dtreeviz ```
-
Model Analysis (🥈26 · ⭐ 1.2K) - TensorFlow的模型分析工具。Apache-2 +
InterpretML (🥈26 · ⭐ 6K) - Fit interpretable models. Explain blackbox machine learning. MIT -- [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 47 · 🔀 240 · 📋 65 - 24% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/interpretml/interpret) (👨‍💻 44 · 🔀 700 · 📦 670 · 📋 430 - 22% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/tensorflow/model-analysis + git clone https://github.com/interpretml/interpret ``` -- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 1M / month): +- [PyPi](https://pypi.org/project/interpret) (📥 82K / month): ``` - pip install tensorflow-model-analysis + pip install interpret ```
-
Alibi (🥈25 · ⭐ 1.7K) - 监视和解释机器学习模型的算法。Apache-2 +
imodels (🥈26 · ⭐ 1.3K) - Interpretable ML package for concise, transparent, and accurate.. MIT -- [GitHub](https://github.com/SeldonIO/alibi) (👨‍💻 18 · 🔀 190 · 📦 190 · 📋 300 - 36% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/csinva/imodels) (👨‍💻 23 · 🔀 110 · 📦 72 · 📋 85 - 37% open · ⏱️ 22.04.2024): ``` - git clone https://github.com/SeldonIO/alibi + git clone https://github.com/csinva/imodels ``` -- [PyPi](https://pypi.org/project/alibi) (📥 15K / month): +- [PyPi](https://pypi.org/project/imodels) (📥 70K / month): ``` - pip install alibi + pip install imodels ```
-
Lucid (🥈24 · ⭐ 4.4K · 💀) - 用于神经科学研究的基础设施和工具的集合。Apache-2 +
DoWhy (🥈25 · ⭐ 6.8K) - DoWhy is a Python library for causal inference that supports explicit.. MIT -- [GitHub](https://github.com/tensorflow/lucid) (👨‍💻 40 · 🔀 600 · 📦 650 · 📋 170 - 42% open · ⏱️ 19.03.2021): +- [GitHub](https://github.com/py-why/dowhy) (👨‍💻 87 · 🔀 900 · 📥 35 · 📦 360 · 📋 450 - 28% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/tensorflow/lucid + git clone https://github.com/Microsoft/dowhy ``` -- [PyPi](https://pypi.org/project/lucid) (📥 2K / month): +- [PyPi](https://pypi.org/project/dowhy) (📥 49K / month): ``` - pip install lucid + pip install dowhy + ``` +- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 20K · ⏱️ 26.01.2024): + ``` + conda install -c conda-forge dowhy ```
-
Fairness 360 (🥈24 · ⭐ 1.8K) - 一整套用于数据集的公平度量标准。Apache-2 +
Fairness 360 (🥈25 · ⭐ 2.3K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 -- [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 52 · 🔀 580 · 📦 170 · 📋 140 - 54% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Trusted-AI/AIF360) (👨‍💻 73 · 🔀 800 · 📦 410 · 📋 240 - 58% open · ⏱️ 08.04.2024): ``` git clone https://github.com/Trusted-AI/AIF360 ``` -- [PyPi](https://pypi.org/project/aif360) (📥 7.3K / month): +- [PyPi](https://pypi.org/project/aif360) (📥 46K / month): ``` pip install aif360 ```
-
CausalNex (🥈24 · ⭐ 1.6K) - 一个可帮助数据科学家进行因果推断的Python库。Apache-2 +
Alibi (🥈25 · ⭐ 2.3K) - Algorithms for monitoring and explaining machine learning models. ❗Unlicensed -- [GitHub](https://github.com/quantumblacklabs/causalnex) (👨‍💻 22 · 🔀 180 · 📦 53 · 📋 110 - 17% open · ⏱️ 06.07.2022): +- [GitHub](https://github.com/SeldonIO/alibi) (👨‍💻 22 · 🔀 240 · 📦 600 · 📋 360 - 37% open · ⏱️ 07.05.2024): ``` - git clone https://github.com/quantumblacklabs/causalnex + git clone https://github.com/SeldonIO/alibi ``` -- [PyPi](https://pypi.org/project/causalnex) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/alibi) (📥 19K / month): ``` - pip install causalnex + pip install alibi ```
-
Explainability 360 (🥈24 · ⭐ 1.1K) - 数据和机器学习的可解释性。Apache-2 +
Model Analysis (🥈25 · ⭐ 1.2K) - Model analysis tools for TensorFlow. Apache-2 -- [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 31 · 🔀 240 · 📦 55 · 📋 65 - 56% open · ⏱️ 26.07.2022): +- [GitHub](https://github.com/tensorflow/model-analysis) (👨‍💻 57 · 🔀 260 · 📦 2 · 📋 76 - 27% open · ⏱️ 25.04.2024): ``` - git clone https://github.com/Trusted-AI/AIX360 + git clone https://github.com/tensorflow/model-analysis ``` -- [PyPi](https://pypi.org/project/aix360) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (📥 78K / month): ``` - pip install aix360 + pip install tensorflow-model-analysis ```
-
keras-vis (🥈23 · ⭐ 2.9K · 💀) - 用于Keras的神经网络可视化工具包。MIT +
CausalNex (🥈24 · ⭐ 2.2K) - A Python library that helps data scientists to infer.. Apache-2 -- [GitHub](https://github.com/raghakot/keras-vis) (👨‍💻 10 · 🔀 630 · 📦 2.1K · 📋 210 - 52% open · ⏱️ 20.04.2020): +- [GitHub](https://github.com/mckinsey/causalnex) (👨‍💻 40 · 🔀 250 · 📦 110 · 📋 140 - 14% open · ⏱️ 10.02.2024): ``` - git clone https://github.com/raghakot/keras-vis + git clone https://github.com/quantumblacklabs/causalnex ``` -- [PyPi](https://pypi.org/project/keras-vis) (📥 3.3K / month): +- [PyPi](https://pypi.org/project/causalnex) (📥 2.6K / month): ``` - pip install keras-vis + pip install causalnex ```
-
yellowbrick (🥈22 · ⭐ 3.7K) - 可视化分析和诊断工具,方便机器使用。Apache-2 +
keras-vis (🥈23 · ⭐ 3K · 💀) - Neural network visualization toolkit for keras. MIT -- [GitHub](https://github.com/DistrictDataLabs/yellowbrick) (👨‍💻 110 · 🔀 510 · 📋 670 - 11% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/raghakot/keras-vis) (👨‍💻 10 · 🔀 640 · 📦 2.9K · 📋 210 - 52% open · ⏱️ 20.04.2020): ``` - git clone https://github.com/DistrictDataLabs/yellowbrick + git clone https://github.com/raghakot/keras-vis ``` -- [PyPi](https://pypi.org/project/yellowbrick) (📥 580K / month): +- [PyPi](https://pypi.org/project/keras-vis) (📥 1.8K / month): ``` - pip install yellowbrick + pip install keras-vis ```
-
eli5 (🥈22 · ⭐ 2.6K · 💀) - 一个用于调试/检查机器学习分类器的库。MIT +
fairlearn (🥈23 · ⭐ 1.8K) - A Python package to assess and improve fairness of machine.. MIT -- [GitHub](https://github.com/TeamHG-Memex/eli5) (👨‍💻 14 · 🔀 310 · 📋 250 - 55% open · ⏱️ 22.01.2020): +- [GitHub](https://github.com/fairlearn/fairlearn) (👨‍💻 81 · 🔀 380 · 📦 3 · 📋 440 - 33% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/TeamHG-Memex/eli5 + git clone https://github.com/fairlearn/fairlearn ``` -- [PyPi](https://pypi.org/project/eli5) (📥 480K / month): +- [PyPi](https://pypi.org/project/fairlearn) (📥 280K / month): ``` - pip install eli5 + pip install fairlearn ``` -- [Conda](https://anaconda.org/conda-forge/eli5) (📥 120K · ⏱️ 14.05.2022): +- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 32K · ⏱️ 20.12.2023): ``` - conda install -c conda-forge eli5 + conda install -c conda-forge fairlearn ```
-
imodels (🥈22 · ⭐ 890) - 可解释的ML包,用于简洁,透明和准确的预测。MIT +
Explainability 360 (🥈23 · ⭐ 1.5K) - Interpretability and explainability of data and.. Apache-2 -- [GitHub](https://github.com/csinva/imodels) (👨‍💻 13 · 🔀 83 · 📦 20 · 📋 40 - 35% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Trusted-AI/AIX360) (👨‍💻 41 · 🔀 300 · 📦 88 · 📋 76 - 60% open · ⏱️ 05.03.2024): ``` - git clone https://github.com/csinva/imodels + git clone https://github.com/Trusted-AI/AIX360 ``` -- [PyPi](https://pypi.org/project/imodels) (📥 19K / month): +- [PyPi](https://pypi.org/project/aix360) (📥 870 / month): ``` - pip install imodels + pip install aix360 ```
-
DoWhy (🥉21 · ⭐ 5.1K) - DoWhy是用于因果推断的Python库。MIT +
DALEX (🥈23 · ⭐ 1.3K) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 -- [GitHub](https://github.com/py-why/dowhy) (👨‍💻 60 · 🔀 700 · 📥 31 · 📋 250 - 31% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/ModelOriented/DALEX) (👨‍💻 25 · 🔀 160 · 📦 160 · 📋 400 - 4% open · ⏱️ 05.05.2024): ``` - git clone https://github.com/Microsoft/dowhy - ``` -- [PyPi](https://pypi.org/project/dowhy) (📥 180K / month): - ``` - pip install dowhy + git clone https://github.com/ModelOriented/DALEX ``` -- [Conda](https://anaconda.org/conda-forge/dowhy) (📥 8.2K · ⏱️ 19.07.2022): +- [PyPi](https://pypi.org/project/dalex) (📥 19K / month): ``` - conda install -c conda-forge dowhy + pip install dalex ```
-
checklist (🥉21 · ⭐ 1.7K) - 超越准确性:使用CheckList对NLP模型进行行为测试。MIT +
LIT (🥉22 · ⭐ 3.4K) - The Language Interpretability Tool: Interactively analyze NLP models for.. Apache-2 -- [GitHub](https://github.com/marcotcr/checklist) (👨‍💻 13 · 🔀 170 · 📦 150 · 📋 83 - 2% open · ⏱️ 12.08.2022): +- [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 36 · 🔀 340 · 📦 32 · 📋 130 - 36% open · ⏱️ 17.04.2024): ``` - git clone https://github.com/marcotcr/checklist + git clone https://github.com/PAIR-code/lit ``` -- [PyPi](https://pypi.org/project/checklist) (📥 7.8K / month): +- [PyPi](https://pypi.org/project/lit-nlp) (📥 4.6K / month): ``` - pip install checklist + pip install lit-nlp ```
-
fairlearn (🥉21 · ⭐ 1.4K) - 一个用于评估和改善机器公平性的Python程序包。MIT +
iNNvestigate (🥉22 · ⭐ 1.2K · 💤) - A toolbox to iNNvestigate neural networks' predictions!. BSD-2 -- [GitHub](https://github.com/fairlearn/fairlearn) (👨‍💻 68 · 🔀 310 · 📋 360 - 39% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/albermax/innvestigate) (👨‍💻 20 · 🔀 230 · 📥 100 · 📦 130 · 📋 260 - 20% open · ⏱️ 12.10.2023): ``` - git clone https://github.com/fairlearn/fairlearn + git clone https://github.com/albermax/innvestigate ``` -- [PyPi](https://pypi.org/project/fairlearn) (📥 230K / month): +- [PyPi](https://pypi.org/project/innvestigate) (📥 850 / month): ``` - pip install fairlearn + pip install innvestigate ``` -- [Conda](https://anaconda.org/conda-forge/fairlearn) (📥 20K · ⏱️ 07.07.2021): +
+
keract (🥉22 · ⭐ 1K) - Layers Outputs and Gradients in Keras. Made easy. MIT + +- [GitHub](https://github.com/philipperemy/keract) (👨‍💻 16 · 🔀 180 · 📦 210 · 📋 88 - 2% open · ⏱️ 17.11.2023): + ``` - conda install -c conda-forge fairlearn + git clone https://github.com/philipperemy/keract + ``` +- [PyPi](https://pypi.org/project/keract) (📥 4.4K / month): + ``` + pip install keract ```
-
DALEX (🥉21 · ⭐ 1.1K) - 用于模型探索和扩展的模块。❗️GPL-3.0 +
eli5 (🥉21 · ⭐ 2.7K · 💀) - A library for debugging/inspecting machine learning classifiers and.. MIT -- [GitHub](https://github.com/ModelOriented/DALEX) (👨‍💻 20 · 🔀 140 · 📦 57 · 📋 370 - 5% open · ⏱️ 03.08.2022): +- [GitHub](https://github.com/TeamHG-Memex/eli5) (👨‍💻 14 · 🔀 320 · 📋 260 - 56% open · ⏱️ 22.01.2020): ``` - git clone https://github.com/ModelOriented/DALEX + git clone https://github.com/TeamHG-Memex/eli5 ``` -- [PyPi](https://pypi.org/project/dalex) (📥 9.5K / month): +- [PyPi](https://pypi.org/project/eli5) (📥 380K / month): ``` - pip install dalex + pip install eli5 + ``` +- [Conda](https://anaconda.org/conda-forge/eli5) (📥 150K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge eli5 ```
-
keract (🥉21 · ⭐ 990) - 在Keras中分层输出和渐变。MIT +
checklist (🥉21 · ⭐ 2K · 💤) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT -- [GitHub](https://github.com/philipperemy/keract) (👨‍💻 16 · 🔀 180 · 📦 140 · 📋 87 - 5% open · ⏱️ 23.07.2022): +- [GitHub](https://github.com/marcotcr/checklist) (👨‍💻 15 · 🔀 200 · 📦 340 · 📋 89 - 6% open · ⏱️ 26.09.2023): ``` - git clone https://github.com/philipperemy/keract + git clone https://github.com/marcotcr/checklist ``` -- [PyPi](https://pypi.org/project/keract) (📥 900 / month): +- [PyPi](https://pypi.org/project/checklist) (📥 1.4K / month): ``` - pip install keract + pip install checklist ```
-
tf-explain (🥉21 · ⭐ 940) - 使用Tensorflow 2.x的tf.keras模型的可解释性方法。MIT +
tf-explain (🥉21 · ⭐ 1K · 💀) - Interpretability Methods for tf.keras models with Tensorflow.. MIT -- [GitHub](https://github.com/sicara/tf-explain) (👨‍💻 18 · 🔀 100 · 📦 130 · 📋 88 - 42% open · ⏱️ 30.06.2022): +- [GitHub](https://github.com/sicara/tf-explain) (👨‍💻 18 · 🔀 110 · 📦 230 · 📋 90 - 43% open · ⏱️ 30.06.2022): ``` git clone https://github.com/sicara/tf-explain ``` -- [PyPi](https://pypi.org/project/tf-explain) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/tf-explain) (📥 3.4K / month): ``` pip install tf-explain ```
-
random-forest-importances (🥉21 · ⭐ 510 · 💀) - 随机森林特征重要度计算。MIT +
aequitas (🥉21 · ⭐ 640) - Bias and Fairness Audit Toolkit. MIT -- [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 14 · 🔀 120 · 📦 100 · 📋 34 - 14% open · ⏱️ 30.01.2021): +- [GitHub](https://github.com/dssg/aequitas) (👨‍💻 21 · 🔀 110 · 📦 150 · 📋 80 - 42% open · ⏱️ 13.05.2024): ``` - git clone https://github.com/parrt/random-forest-importances + git clone https://github.com/dssg/aequitas ``` -- [PyPi](https://pypi.org/project/rfpimp) (📥 30K / month): +- [PyPi](https://pypi.org/project/aequitas) (📥 34K / month): ``` - pip install rfpimp + pip install aequitas ```
-
sklearn-evaluation (🥉21 · ⭐ 340) - 机器学习模型评估变得容易。MIT +
random-forest-importances (🥉21 · ⭐ 590 · 💀) - Code to compute permutation and drop-column.. MIT -- [GitHub](https://github.com/ploomber/sklearn-evaluation) (👨‍💻 8 · 🔀 28 · 📦 49 · 📋 39 - 20% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/parrt/random-forest-importances) (👨‍💻 14 · 🔀 130 · 📦 150 · 📋 38 - 21% open · ⏱️ 30.01.2021): ``` - git clone https://github.com/edublancas/sklearn-evaluation + git clone https://github.com/parrt/random-forest-importances ``` -- [PyPi](https://pypi.org/project/sklearn-evaluation) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/rfpimp) (📥 12K / month): ``` - pip install sklearn-evaluation + pip install rfpimp ```
-
DiCE (🥉20 · ⭐ 890) - 生成任何机器学习的各种反事实说明。MIT +
yellowbrick (🥉20 · ⭐ 4.2K · 💤) - Visual analysis and diagnostic tools to facilitate.. Apache-2 -- [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 14 · 🔀 120 · 📋 130 - 44% open · ⏱️ 06.07.2022): +- [GitHub](https://github.com/DistrictDataLabs/yellowbrick) (👨‍💻 110 · 🔀 540 · 📋 690 - 12% open · ⏱️ 05.07.2023): ``` - git clone https://github.com/interpretml/DiCE + git clone https://github.com/DistrictDataLabs/yellowbrick ``` -- [PyPi](https://pypi.org/project/dice-ml) (📥 140K / month): +- [PyPi](https://pypi.org/project/yellowbrick) (📥 570K / month): ``` - pip install dice-ml + pip install yellowbrick ```
-
TreeInterpreter (🥉20 · ⭐ 720 · 💀) - 解释scikit-learn决策树的程序包。BSD-3 +
fairness-indicators (🥉20 · ⭐ 330) - Tensorflow's Fairness Evaluation and Visualization.. Apache-2 -- [GitHub](https://github.com/andosa/treeinterpreter) (👨‍💻 11 · 🔀 140 · 📦 280 · 📋 23 - 82% open · ⏱️ 28.02.2021): +- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 36 · 🔀 76 · 📋 15 - 40% open · ⏱️ 26.04.2024): ``` - git clone https://github.com/andosa/treeinterpreter + git clone https://github.com/tensorflow/fairness-indicators ``` -- [PyPi](https://pypi.org/project/treeinterpreter) (📥 150K / month): +- [PyPi](https://pypi.org/project/fairness-indicators) (📥 1.4K / month): ``` - pip install treeinterpreter + pip install fairness-indicators ```
-
LIT (🥉19 · ⭐ 3K) - 语言可解释性工具:交互式分析NLP模型。Apache-2 +
Lucid (🥉19 · ⭐ 4.6K · 💀) - A collection of infrastructure and tools for research in.. Apache-2 -- [GitHub](https://github.com/PAIR-code/lit) (👨‍💻 18 · 🔀 310 · 📦 11 · 📋 110 - 37% open · ⏱️ 15.03.2022): +- [GitHub](https://github.com/tensorflow/lucid) (👨‍💻 40 · 🔀 610 · 📋 180 - 42% open · ⏱️ 19.03.2021): ``` - git clone https://github.com/PAIR-code/lit + git clone https://github.com/tensorflow/lucid ``` -- [PyPi](https://pypi.org/project/lit-nlp) (📥 820 / month): +- [PyPi](https://pypi.org/project/lucid) (📥 550 / month): ``` - pip install lit-nlp + pip install lucid ```
-
What-If Tool (🥉19 · ⭐ 740 · 💤) - What-If工具的源代码/网页/演示。Apache-2 +
What-If Tool (🥉19 · ⭐ 890) - Source code/webpage/demos for the What-If Tool. Apache-2 -- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 140 · 📋 110 - 52% open · ⏱️ 05.01.2022): +- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 160 · 📦 2 · 📋 120 - 54% open · ⏱️ 01.02.2024): ``` git clone https://github.com/PAIR-code/what-if-tool ``` -- [PyPi](https://pypi.org/project/witwidget) (📥 11K / month): +- [PyPi](https://pypi.org/project/witwidget) (📥 5.3K / month): ``` pip install witwidget ``` -- [NPM](https://www.npmjs.com/package/wit-widget) (📥 5.9K / month): +- [NPM](https://www.npmjs.com/package/wit-widget) (📥 1.2K / month): ``` npm install wit-widget ```
-
deeplift (🥉19 · ⭐ 650 · 💤) - Public facing deeplift repo。MIT +
deeplift (🥉19 · ⭐ 800 · 💀) - Public facing deeplift repo. MIT -- [GitHub](https://github.com/kundajelab/deeplift) (👨‍💻 11 · 🔀 150 · 📦 62 · 📋 85 - 43% open · ⏱️ 11.11.2021): +- [GitHub](https://github.com/kundajelab/deeplift) (👨‍💻 11 · 🔀 160 · 📦 91 · 📋 89 - 44% open · ⏱️ 11.11.2021): ``` git clone https://github.com/kundajelab/deeplift ``` -- [PyPi](https://pypi.org/project/deeplift) (📥 530 / month): +- [PyPi](https://pypi.org/project/deeplift) (📥 560 / month): ``` pip install deeplift ```
-
aequitas (🥉19 · ⭐ 490 · 💀) - 偏差和公平审计工具包。MIT - -- [GitHub](https://github.com/dssg/aequitas) (👨‍💻 16 · 🔀 90 · 📦 110 · 📋 61 - 65% open · ⏱️ 27.05.2021): - - ``` - git clone https://github.com/dssg/aequitas - ``` -- [PyPi](https://pypi.org/project/aequitas) (📥 2K / month): - ``` - pip install aequitas - ``` -
-
model-card-toolkit (🥉19 · ⭐ 300) - 模型解释与分析卡片工具库。Apache-2 +
TreeInterpreter (🥉19 · ⭐ 740 · 💀) - Package for interpreting scikit-learn's decision tree.. BSD-3 -- [GitHub](https://github.com/tensorflow/model-card-toolkit) (👨‍💻 13 · 🔀 60 · 📦 10 · 📋 14 - 85% open · ⏱️ 28.04.2022): +- [GitHub](https://github.com/andosa/treeinterpreter) (👨‍💻 11 · 🔀 140 · 📦 620 · 📋 25 - 80% open · ⏱️ 28.02.2021): ``` - git clone https://github.com/tensorflow/model-card-toolkit + git clone https://github.com/andosa/treeinterpreter ``` -- [PyPi](https://pypi.org/project/model-card-toolkit) (📥 850 / month): +- [PyPi](https://pypi.org/project/treeinterpreter) (📥 46K / month): ``` - pip install model-card-toolkit + pip install treeinterpreter ```
-
fairness-indicators (🥉19 · ⭐ 270) - Tensorflow的公平性评估和可视化。Apache-2 +
DiCE (🥉18 · ⭐ 1.3K) - Generate Diverse Counterfactual Explanations for any machine.. MIT -- [GitHub](https://github.com/tensorflow/fairness-indicators) (👨‍💻 33 · 🔀 68 · 📋 11 - 27% open · ⏱️ 26.07.2022): +- [GitHub](https://github.com/interpretml/DiCE) (👨‍💻 19 · 🔀 180 · 📋 160 - 42% open · ⏱️ 17.04.2024): ``` - git clone https://github.com/tensorflow/fairness-indicators + git clone https://github.com/interpretml/DiCE ``` -- [PyPi](https://pypi.org/project/fairness-indicators) (📥 620 / month): +- [PyPi](https://pypi.org/project/dice-ml) (📥 54K / month): ``` - pip install fairness-indicators + pip install dice-ml ```
-
iNNvestigate (🥉18 · ⭐ 1K) - 神经网络预估分析工具箱。BSD-2 +
LOFO (🥉18 · ⭐ 800) - Leave One Feature Out Importance. MIT -- [GitHub](https://github.com/albermax/innvestigate) (👨‍💻 19 · 🔀 220 · 📥 16 · 📋 230 - 19% open · ⏱️ 01.08.2022): +- [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 6 · 🔀 81 · 📦 28 · 📋 26 - 11% open · ⏱️ 16.01.2024): ``` - git clone https://github.com/albermax/innvestigate + git clone https://github.com/aerdem4/lofo-importance ``` -- [PyPi](https://pypi.org/project/innvestigate) (📥 440 / month): +- [PyPi](https://pypi.org/project/lofo-importance) (📥 4K / month): ``` - pip install innvestigate + pip install lofo-importance ```
-
Skater (🥉17 · ⭐ 1K) - 用于模型解释/说明的Python库。❗️UPL-1.0 +
tcav (🥉18 · ⭐ 620 · 💀) - Code for the TCAV ML interpretability project. Apache-2 -- [GitHub](https://github.com/oracle/Skater) (👨‍💻 36 · 🔀 170 · 📋 160 - 40% open · ⏱️ 11.02.2022): +- [GitHub](https://github.com/tensorflow/tcav) (👨‍💻 19 · 🔀 140 · 📦 20 · 📋 64 - 14% open · ⏱️ 16.09.2021): ``` - git clone https://github.com/oracle/Skater - ``` -- [PyPi](https://pypi.org/project/skater) (📥 3K / month): - ``` - pip install skater + git clone https://github.com/tensorflow/tcav ``` -- [Conda](https://anaconda.org/conda-forge/skater) (📥 51K · ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tcav) (📥 550 / month): ``` - conda install -c conda-forge skater + pip install tcav ```
-
FlashTorch (🥉17 · ⭐ 680 · 💀) - PyTorch中用于神经网络的可视化工具包。MIT +
model-card-toolkit (🥉18 · ⭐ 400 · 💤) - a tool that leverages rich metadata and lineage.. Apache-2 -- [GitHub](https://github.com/MisaOgura/flashtorch) (👨‍💻 2 · 🔀 84 · 📦 10 · 📋 31 - 29% open · ⏱️ 27.04.2021): +- [GitHub](https://github.com/tensorflow/model-card-toolkit) (👨‍💻 22 · 🔀 83 · 📥 18 · 📦 23 · 📋 31 - 25% open · ⏱️ 26.07.2023): ``` - git clone https://github.com/MisaOgura/flashtorch + git clone https://github.com/tensorflow/model-card-toolkit ``` -- [PyPi](https://pypi.org/project/flashtorch) (📥 160 / month): +- [PyPi](https://pypi.org/project/model-card-toolkit) (📥 1.6K / month): ``` - pip install flashtorch + pip install model-card-toolkit ```
-
tcav (🥉17 · ⭐ 530 · 💤) - TCAV ML可解释性项目的代码。Apache-2 +
XAI (🥉17 · ⭐ 1.1K · 💀) - XAI - An eXplainability toolbox for machine learning. MIT -- [GitHub](https://github.com/tensorflow/tcav) (👨‍💻 19 · 🔀 130 · 📦 14 · 📋 61 - 11% open · ⏱️ 16.09.2021): +- [GitHub](https://github.com/EthicalML/xai) (👨‍💻 3 · 🔀 160 · 📦 27 · 📋 11 - 36% open · ⏱️ 30.10.2021): ``` - git clone https://github.com/tensorflow/tcav + git clone https://github.com/EthicalML/xai ``` -- [PyPi](https://pypi.org/project/tcav) (📥 48 / month): +- [PyPi](https://pypi.org/project/xai) (📥 310 / month): ``` - pip install tcav + pip install xai ```
-
ExplainX.ai (🥉17 · ⭐ 320 · 💀) - 适用于数据科学家的可解释AI框架。MIT +
ExplainX.ai (🥉17 · ⭐ 390) - Explainable AI framework for data scientists. Explain & debug any.. MIT -- [GitHub](https://github.com/explainX/explainx) (👨‍💻 4 · 🔀 42 · 📥 4 · 📋 26 - 34% open · ⏱️ 02.02.2021): +- [GitHub](https://github.com/explainX/explainx) (👨‍💻 5 · 🔀 53 · 📥 16 · 📋 31 - 6% open · ⏱️ 15.01.2024): ``` git clone https://github.com/explainX/explainx ``` -- [PyPi](https://pypi.org/project/explainx) (📥 1.9K / month): +- [PyPi](https://pypi.org/project/explainx) (📥 1.4K / month): ``` pip install explainx ```
-
XAI (🥉15 · ⭐ 840 · 💤) - XAI-用于机器学习的可解释性工具箱。MIT - -- [GitHub](https://github.com/EthicalML/xai) (👨‍💻 3 · 🔀 120 · 📦 19 · 📋 9 - 22% open · ⏱️ 30.10.2021): - - ``` - git clone https://github.com/EthicalML/xai - ``` -- [PyPi](https://pypi.org/project/xai) (📥 120 / month): - ``` - pip install xai - ``` -
-
Anchor (🥉15 · ⭐ 720) - High-Precision Model-Agnostic Explanations论文代码。BSD-2 +
FlashTorch (🥉15 · ⭐ 720 · 💤) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT -- [GitHub](https://github.com/marcotcr/anchor) (👨‍💻 10 · 🔀 99 · 📋 70 - 27% open · ⏱️ 19.07.2022): +- [GitHub](https://github.com/MisaOgura/flashtorch) (👨‍💻 2 · 🔀 87 · 📦 17 · 📋 32 - 31% open · ⏱️ 21.09.2023): ``` - git clone https://github.com/marcotcr/anchor + git clone https://github.com/MisaOgura/flashtorch ``` -- [PyPi](https://pypi.org/project/anchor_exp) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/flashtorch) (📥 380 / month): ``` - pip install anchor_exp + pip install flashtorch ```
-
LOFO (🥉15 · ⭐ 480) - Leave One Feature Out特征重要度。MIT +
Anchor (🥉14 · ⭐ 780 · 💀) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 -- [GitHub](https://github.com/aerdem4/lofo-importance) (👨‍💻 3 · 🔀 56 · 📦 19 · 📋 18 - 11% open · ⏱️ 27.04.2022): +- [GitHub](https://github.com/marcotcr/anchor) (👨‍💻 10 · 🔀 110 · 📋 76 - 32% open · ⏱️ 19.07.2022): ``` - git clone https://github.com/aerdem4/lofo-importance + git clone https://github.com/marcotcr/anchor ``` -- [PyPi](https://pypi.org/project/lofo-importance) (📥 310 / month): +- [PyPi](https://pypi.org/project/anchor_exp) (📥 1.5K / month): ``` - pip install lofo-importance + pip install anchor_exp ```
-
contextual-ai (🥉13 · ⭐ 81 · 💤) - AI 模型可解释性工具。Apache-2 +
contextual-ai (🥉13 · ⭐ 85 · 💀) - Contextual AI adds explainability to different stages of.. Apache-2 -- [GitHub](https://github.com/SAP/contextual-ai) (👨‍💻 12 · 🔀 10 · 📋 12 - 8% open · ⏱️ 11.11.2021): +- [GitHub](https://github.com/SAP-archive/contextual-ai) (👨‍💻 12 · 🔀 11 · 📋 15 - 13% open · ⏱️ 11.11.2021): ``` git clone https://github.com/SAP/contextual-ai ``` -- [PyPi](https://pypi.org/project/contextual-ai) (📥 65 / month): +- [PyPi](https://pypi.org/project/contextual-ai) (📥 150 / month): ``` pip install contextual-ai ```
-
Attribution Priors (🥉11 · ⭐ 100 · 💀) - 训练可解释模型的工具。MIT +
Attribution Priors (🥉12 · ⭐ 120 · 💀) - Tools for training explainable models using.. MIT -- [GitHub](https://github.com/suinleelab/attributionpriors) (👨‍💻 6 · 🔀 10 · 📦 3 · 📋 5 - 40% open · ⏱️ 19.03.2021): +- [GitHub](https://github.com/suinleelab/attributionpriors) (👨‍💻 6 · 🔀 9 · 📦 4 · 📋 6 - 33% open · ⏱️ 19.03.2021): ``` git clone https://github.com/suinleelab/attributionpriors ``` -- [PyPi](https://pypi.org/project/attributionpriors) (📥 18 / month): +- [PyPi](https://pypi.org/project/attributionpriors) (📥 61 / month): ``` pip install attributionpriors ```
-
bias-detector (🥉11 · ⭐ 40 · 💤) - Bias Detector是用于检测机器偏差的python软件包。MIT +
bias-detector (🥉12 · ⭐ 42) - Bias Detector is a python package for detecting bias in machine.. MIT -- [GitHub](https://github.com/intuit/bias-detector) (👨‍💻 4 · 🔀 11 · ⏱️ 20.12.2021): +- [GitHub](https://github.com/intuit/bias-detector) (👨‍💻 4 · 🔀 11 · ⏱️ 04.02.2024): ``` git clone https://github.com/intuit/bias-detector ``` -- [PyPi](https://pypi.org/project/bias-detector) (📥 48 / month): +- [PyPi](https://pypi.org/project/bias-detector) (📥 130 / month): ``` pip install bias-detector ```
+
sklearn-evaluation (🥉11 · ⭐ 3 · 💀) - Machine learning model evaluation made easy: plots,.. MIT + +- [GitHub](https://github.com/edublancas/sklearn-evaluation) (👨‍💻 19 · ⏱️ 13.01.2023): + + ``` + git clone https://github.com/edublancas/sklearn-evaluation + ``` +- [PyPi](https://pypi.org/project/sklearn-evaluation) (📥 2.9K / month): + ``` + pip install sklearn-evaluation + ``` +

-## 向量相似度搜索(ANN) +## Vector Similarity Search (ANN) -Back to top +Back to top -_用于近似最近邻居搜索和向量索引/相似性搜索的库。_ +_Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarity Search._ -🔗 ANN Benchmarks ( ⭐ 3K) - Benchmarks of approximate nearest neighbor libraries in Python. +🔗 ANN Benchmarks ( ⭐ 4.6K) - Benchmarks of approximate nearest neighbor libraries in Python. -
Annoy (🥇31 · ⭐ 10K) - C++/Python中的近似最近邻居实现,并针对内存使用进行了优化。Apache-2 +
Faiss (🥇31 · ⭐ 28K) - A library for efficient similarity search and clustering of dense vectors. MIT -- [GitHub](https://github.com/spotify/annoy) (👨‍💻 82 · 🔀 1K · 📦 2.2K · 📋 350 - 10% open · ⏱️ 08.08.2022): +- [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 170 · 🔀 3.3K · 📦 3.6K · 📋 2.4K - 18% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/spotify/annoy + git clone https://github.com/facebookresearch/faiss ``` -- [PyPi](https://pypi.org/project/annoy) (📥 1.5M / month): +- [PyPi](https://pypi.org/project/pymilvus) (📥 500K / month): ``` - pip install annoy + pip install pymilvus + ``` +- [Conda](https://anaconda.org/conda-forge/faiss) (📥 1.2M · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge faiss ```
-
Milvus (🥇29 · ⭐ 12K) - 一个开源的embedding嵌入向量相似度搜索引擎。Apache-2 +
hnswlib (🥇31 · ⭐ 4K) - Header-only C++/python library for fast approximate nearest neighbors. Apache-2 -- [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 220 · 🔀 1.4K · 📥 44K · 📋 5.7K - 4% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 72 · 🔀 570 · 📦 6.5K · 📋 340 - 53% open · ⏱️ 03.12.2023): ``` - git clone https://github.com/milvus-io/milvus - ``` -- [PyPi](https://pypi.org/project/pymilvus) (📥 130K / month): - ``` - pip install pymilvus + git clone https://github.com/nmslib/hnswlib ``` -- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 1.3M · ⭐ 21 · ⏱️ 26.08.2022): +- [PyPi](https://pypi.org/project/hnswlib) (📥 910K / month): ``` - docker pull milvusdb/milvus + pip install hnswlib ```
-
NMSLIB (🥈28 · ⭐ 2.8K) - 非度量空间库(NMSLIB):一种有效的相似度搜索。Apache-2 +
Milvus (🥈30 · ⭐ 27K) - An open source embedding vector similarity search engine powered by.. Apache-2 -- [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 48 · 🔀 400 · 📦 660 · 📋 400 - 14% open · ⏱️ 31.05.2022): +- [GitHub](https://github.com/milvus-io/milvus) (👨‍💻 270 · 🔀 2.6K · 📥 220K · 📋 11K - 6% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/nmslib/nmslib + git clone https://github.com/milvus-io/milvus ``` -- [PyPi](https://pypi.org/project/nmslib) (📥 120K / month): +- [PyPi](https://pypi.org/project/pymilvus) (📥 500K / month): ``` - pip install nmslib + pip install pymilvus ``` -- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 61K · ⏱️ 15.04.2022): +- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (📥 15M · ⭐ 43 · ⏱️ 16.05.2024): ``` - conda install -c conda-forge nmslib + docker pull milvusdb/milvus ```
-
PyNNDescent (🥈28 · ⭐ 660) - 适用于近似最近邻查找的Python库。BSD-2 +
Annoy (🥈29 · ⭐ 13K · 💤) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 -- [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 21 · 🔀 88 · 📦 2K · 📋 110 - 47% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/spotify/annoy) (👨‍💻 88 · 🔀 1.1K · 📦 3.9K · 📋 390 - 12% open · ⏱️ 20.08.2023): ``` - git clone https://github.com/lmcinnes/pynndescent - ``` -- [PyPi](https://pypi.org/project/pynndescent) (📥 610K / month): - ``` - pip install pynndescent + git clone https://github.com/spotify/annoy ``` -- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 850K · ⏱️ 15.05.2022): +- [PyPi](https://pypi.org/project/annoy) (📥 1.3M / month): ``` - conda install -c conda-forge pynndescent + pip install annoy ```
-
Faiss (🥈27 · ⭐ 18K) - 一个用于高效相似性搜索和密集向量聚类的库。MIT +
NMSLIB (🥈29 · ⭐ 3.3K · 💀) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 -- [GitHub](https://github.com/facebookresearch/faiss) (👨‍💻 100 · 🔀 2.6K · 📦 720 · 📋 1.9K - 11% open · ⏱️ 08.08.2022): +- [GitHub](https://github.com/nmslib/nmslib) (👨‍💻 47 · 🔀 430 · 📦 1.1K · 📋 430 - 18% open · ⏱️ 31.05.2022): ``` - git clone https://github.com/facebookresearch/faiss + git clone https://github.com/nmslib/nmslib ``` -- [PyPi](https://pypi.org/project/pymilvus) (📥 130K / month): +- [PyPi](https://pypi.org/project/nmslib) (📥 240K / month): ``` - pip install pymilvus + pip install nmslib ``` -- [Conda](https://anaconda.org/conda-forge/faiss) (📥 450K · ⏱️ 09.02.2022): +- [Conda](https://anaconda.org/conda-forge/nmslib) (📥 110K · ⏱️ 26.09.2023): ``` - conda install -c conda-forge faiss + conda install -c conda-forge nmslib ```
-
hnswlib (🥈27 · ⭐ 2.1K) - 仅标头的C++/python库,用于快速近似最近邻查找。Apache-2 +
PyNNDescent (🥉28 · ⭐ 840) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 -- [GitHub](https://github.com/nmslib/hnswlib) (👨‍💻 56 · 🔀 380 · 📦 280 · 📋 250 - 50% open · ⏱️ 16.04.2022): +- [GitHub](https://github.com/lmcinnes/pynndescent) (👨‍💻 29 · 🔀 100 · 📦 6.4K · 📋 130 - 51% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/nmslib/hnswlib + git clone https://github.com/lmcinnes/pynndescent ``` -- [PyPi](https://pypi.org/project/hnswlib) (📥 430K / month): +- [PyPi](https://pypi.org/project/pynndescent) (📥 1.3M / month): ``` - pip install hnswlib + pip install pynndescent + ``` +- [Conda](https://anaconda.org/conda-forge/pynndescent) (📥 1.8M · ⏱️ 29.03.2024): + ``` + conda install -c conda-forge pynndescent ```
-
Magnitude (🥉22 · ⭐ 1.5K · 💀) - 快速,高效的通用向量嵌入实用程序包。MIT +
Magnitude (🥉22 · ⭐ 1.6K · 💀) - A fast, efficient universal vector embedding utility package. MIT -- [GitHub](https://github.com/plasticityai/magnitude) (👨‍💻 4 · 🔀 110 · 📦 240 · 📋 83 - 38% open · ⏱️ 17.07.2020): +- [GitHub](https://github.com/plasticityai/magnitude) (👨‍💻 4 · 🔀 120 · 📦 350 · 📋 84 - 39% open · ⏱️ 17.07.2020): ``` git clone https://github.com/plasticityai/magnitude ``` -- [PyPi](https://pypi.org/project/pymagnitude) (📥 3.1K / month): +- [PyPi](https://pypi.org/project/pymagnitude) (📥 1.4K / month): ``` pip install pymagnitude ```
-
NGT (🥉19 · ⭐ 930) - 最近邻搜索算法实现包。Apache-2 +
NGT (🥉18 · ⭐ 1.2K) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 -- [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 14 · 🔀 94 · 📋 100 - 11% open · ⏱️ 15.08.2022): +- [GitHub](https://github.com/yahoojapan/NGT) (👨‍💻 14 · 🔀 110 · 📋 130 - 12% open · ⏱️ 13.05.2024): ``` git clone https://github.com/yahoojapan/NGT ``` -- [PyPi](https://pypi.org/project/ngt) (📥 16K / month): +- [PyPi](https://pypi.org/project/ngt) (📥 6.2K / month): ``` pip install ngt ```
-
NearPy (🥉19 · ⭐ 710 · 💀) - 用于快速(近似)最近邻搜索的Python框架。MIT +
NearPy (🥉18 · ⭐ 760 · 💀) - Python framework for fast (approximated) nearest neighbour search in.. MIT -- [GitHub](https://github.com/pixelogik/NearPy) (👨‍💻 18 · 🔀 140 · 📦 70 · 📋 62 - 38% open · ⏱️ 21.10.2018): +- [GitHub](https://github.com/pixelogik/NearPy) (👨‍💻 20 · 🔀 150 · 📦 110 · 📋 64 - 39% open · ⏱️ 22.01.2023): ``` git clone https://github.com/pixelogik/NearPy ``` -- [PyPi](https://pypi.org/project/NearPy) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/NearPy) (📥 850 / month): ``` pip install NearPy ```
-
N2 (🥉18 · ⭐ 520 · 💀) - TOROS N2-快速运行的轻量级近似最近邻库。Apache-2 +
N2 (🥉18 · ⭐ 560 · 💤) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 -- [GitHub](https://github.com/kakao/n2) (👨‍💻 18 · 🔀 64 · 📦 23 · 📋 33 - 33% open · ⏱️ 20.05.2021): +- [GitHub](https://github.com/kakao/n2) (👨‍💻 20 · 🔀 72 · 📦 31 · 📋 35 - 37% open · ⏱️ 27.06.2023): ``` git clone https://github.com/kakao/n2 ``` -- [PyPi](https://pypi.org/project/n2) (📥 860 / month): +- [PyPi](https://pypi.org/project/n2) (📥 310 / month): ``` pip install n2 ```
-
PySparNN (🥉11 · ⭐ 900 · 💀) - C++/Python中的近似最近邻居实现,并针对内存使用进行了优化。BSD-3 +
PySparNN (🥉11 · ⭐ 920 · 💀) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3 - [GitHub](https://github.com/facebookresearch/pysparnn) (👨‍💻 5 · 🔀 140 · 📋 29 - 51% open · ⏱️ 31.01.2018): @@ -9301,295 +9285,295 @@ _用于近似最近邻居搜索和向量索引/相似性搜索的库。_

-## 概率统计 +## Probabilistics & Statistics -Back to top +Back to top -_提供概率编程/推理,贝叶斯推理,高斯过程或统计信息的功能的库。_ +_Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, gaussian processes, or statistics._ -
Pyro (🥇30 · ⭐ 7.6K) - 使用Python和PyTorch进行深度通用概率编程。Apache-2 +
PyMC3 (🥇29 · ⭐ 8.2K) - Probabilistic Programming in Python: Bayesian Modeling and.. ❗Unlicensed -- [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 130 · 🔀 900 · 📦 820 · 📋 970 - 20% open · ⏱️ 05.08.2022): +- [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 490 · 🔀 1.9K · 📥 1.9K · 📦 3.3K · 📋 3.2K - 6% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/pyro-ppl/pyro + git clone https://github.com/pymc-devs/pymc3 ``` -- [PyPi](https://pypi.org/project/pyro-ppl) (📥 460K / month): +- [PyPi](https://pypi.org/project/pymc3) (📥 850K / month): ``` - pip install pyro-ppl + pip install pymc3 + ``` +- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 560K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pymc3 ```
-
GPyTorch (🥇29 · ⭐ 2.8K) - 高斯过程的高效和模块化实现。MIT +
GPyTorch (🥇28 · ⭐ 3.4K) - A highly efficient and modular implementation of Gaussian Processes.. MIT -- [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 99 · 🔀 420 · 📦 680 · 📋 1.1K - 24% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/cornellius-gp/gpytorch) (👨‍💻 130 · 🔀 520 · 📦 2.1K · 📋 1.3K - 24% open · ⏱️ 22.04.2024): ``` git clone https://github.com/cornellius-gp/gpytorch ``` -- [PyPi](https://pypi.org/project/gpytorch) (📥 260K / month): +- [PyPi](https://pypi.org/project/gpytorch) (📥 200K / month): ``` pip install gpytorch ```
-
filterpy (🥇28 · ⭐ 2.4K) - Python卡尔曼过滤和最佳估计库。MIT +
filterpy (🥇28 · ⭐ 3.2K · 💀) - Python Kalman filtering and optimal estimation library. Implements.. MIT -- [GitHub](https://github.com/rlabbe/filterpy) (👨‍💻 43 · 🔀 520 · 📦 1.6K · 📋 200 - 23% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/rlabbe/filterpy) (👨‍💻 43 · 🔀 600 · 📦 5.9K · 📋 220 - 28% open · ⏱️ 22.08.2022): ``` git clone https://github.com/rlabbe/filterpy ``` -- [PyPi](https://pypi.org/project/filterpy) (📥 760K / month): +- [PyPi](https://pypi.org/project/filterpy) (📥 1.9M / month): ``` pip install filterpy ``` -- [Conda](https://anaconda.org/conda-forge/filterpy) (📥 140K · ⏱️ 05.05.2020): +- [Conda](https://anaconda.org/conda-forge/filterpy) (📥 240K · ⏱️ 16.06.2023): ``` conda install -c conda-forge filterpy ```
-
GPflow (🥇28 · ⭐ 1.7K) - TensorFlow中的高斯过程。Apache-2 +
GPflow (🥇28 · ⭐ 1.8K) - Gaussian processes in TensorFlow. Apache-2 -- [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 78 · 🔀 410 · 📦 390 · 📋 780 - 15% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/GPflow/GPflow) (👨‍💻 84 · 🔀 420 · 📦 660 · 📋 810 - 15% open · ⏱️ 06.05.2024): ``` git clone https://github.com/GPflow/GPflow ``` -- [PyPi](https://pypi.org/project/gpflow) (📥 16K / month): +- [PyPi](https://pypi.org/project/gpflow) (📥 53K / month): ``` pip install gpflow ``` -- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 15K · ⏱️ 24.05.2022): +- [Conda](https://anaconda.org/conda-forge/gpflow) (📥 26K · ⏱️ 16.06.2023): ``` conda install -c conda-forge gpflow ```
-
pingouin (🥈27 · ⭐ 1.2K) - 基于Pandas的Python统计软件包。❗️GPL-3.0 - -- [GitHub](https://github.com/raphaelvallat/pingouin) (👨‍💻 33 · 🔀 110 · 📦 680 · 📋 220 - 14% open · ⏱️ 18.07.2022): - - ``` - git clone https://github.com/raphaelvallat/pingouin - ``` -- [PyPi](https://pypi.org/project/pingouin) (📥 59K / month): - ``` - pip install pingouin - ``` -- [Conda](https://anaconda.org/conda-forge/pingouin) (📥 66K · ⏱️ 24.06.2022): - ``` - conda install -c conda-forge pingouin - ``` -
-
patsy (🥈27 · ⭐ 850) - 使用符号公式描述Python中的统计模型。❗Unlicensed +
patsy (🥇28 · ⭐ 920) - Describing statistical models in Python using symbolic formulas. ❗Unlicensed -- [GitHub](https://github.com/pydata/patsy) (👨‍💻 17 · 🔀 88 · 📦 56K · 📋 130 - 46% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/pydata/patsy) (👨‍💻 19 · 🔀 95 · 📦 96K · 📋 140 - 44% open · ⏱️ 04.01.2024): ``` git clone https://github.com/pydata/patsy ``` -- [PyPi](https://pypi.org/project/patsy) (📥 7.5M / month): +- [PyPi](https://pypi.org/project/patsy) (📥 16M / month): ``` pip install patsy ``` -- [Conda](https://anaconda.org/conda-forge/patsy) (📥 5.5M · ⏱️ 26.09.2021): +- [Conda](https://anaconda.org/conda-forge/patsy) (📥 10M · ⏱️ 05.01.2024): ``` conda install -c conda-forge patsy ```
-
PyMC3 (🥈26 · ⭐ 6.9K) - Python中的概率编程。❗Unlicensed +
Pyro (🥈27 · ⭐ 8.4K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 -- [GitHub](https://github.com/pymc-devs/pymc) (👨‍💻 410 · 🔀 1.6K · 📥 1.9K · 📦 690 · 📋 2.8K - 6% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/pyro-ppl/pyro) (👨‍💻 160 · 🔀 960 · 📋 1.1K - 21% open · ⏱️ 07.05.2024): ``` - git clone https://github.com/pymc-devs/pymc3 - ``` -- [PyPi](https://pypi.org/project/pymc3) (📥 410K / month): - ``` - pip install pymc3 + git clone https://github.com/pyro-ppl/pyro ``` -- [Conda](https://anaconda.org/conda-forge/pymc3) (📥 440K · ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/pyro-ppl) (📥 270K / month): ``` - conda install -c conda-forge pymc3 + pip install pyro-ppl ```
-
pomegranate (🥈26 · ⭐ 2.9K) - 在Python中快速,灵活且易于使用的概率建模。MIT +
pomegranate (🥈27 · ⭐ 3.3K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT -- [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 66 · 🔀 530 · 📦 740 · 📋 670 - 8% open · ⏱️ 04.07.2022): +- [GitHub](https://github.com/jmschrei/pomegranate) (👨‍💻 73 · 🔀 570 · 📦 1.1K · 📋 760 - 5% open · ⏱️ 11.03.2024): ``` git clone https://github.com/jmschrei/pomegranate ``` -- [PyPi](https://pypi.org/project/pomegranate) (📥 53K / month): +- [PyPi](https://pypi.org/project/pomegranate) (📥 42K / month): ``` pip install pomegranate ``` -- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 95K · ⏱️ 16.11.2021): +- [Conda](https://anaconda.org/conda-forge/pomegranate) (📥 150K · ⏱️ 10.12.2023): ``` conda install -c conda-forge pomegranate ```
-
hmmlearn (🥈26 · ⭐ 2.6K) - Python中的隐马尔可夫模型,具有类似于scikit-learn的API。BSD-3 +
pgmpy (🥈26 · ⭐ 2.6K) - Python Library for learning (Structure and Parameter) and inference.. MIT -- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 41 · 🔀 660 · 📦 1.4K · 📋 390 - 13% open · ⏱️ 04.07.2022): - - ``` - git clone https://github.com/hmmlearn/hmmlearn - ``` -- [PyPi](https://pypi.org/project/hmmlearn) (📥 110K / month): - ``` - pip install hmmlearn - ``` -- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 130K · ⏱️ 12.02.2022): - ``` - conda install -c conda-forge hmmlearn - ``` -
-
pgmpy (🥉25 · ⭐ 2.1K) - 用于学习(结构和参数)和推理的Python库。MIT - -- [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 110 · 🔀 630 · 📥 160 · 📦 400 · 📋 770 - 24% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/pgmpy/pgmpy) (👨‍💻 130 · 🔀 670 · 📥 340 · 📦 960 · 📋 870 - 27% open · ⏱️ 30.04.2024): ``` git clone https://github.com/pgmpy/pgmpy ``` -- [PyPi](https://pypi.org/project/pgmpy) (📥 57K / month): +- [PyPi](https://pypi.org/project/pgmpy) (📥 52K / month): ``` pip install pgmpy ```
-
tensorflow-probability (🥉24 · ⭐ 3.8K) - 概率推理与统计分析。Apache-2 +
tensorflow-probability (🥈25 · ⭐ 4.1K) - Probabilistic reasoning and statistical analysis in.. Apache-2 -- [GitHub](https://github.com/tensorflow/probability) (👨‍💻 460 · 🔀 960 · 📋 1.2K - 42% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/tensorflow/probability) (👨‍💻 490 · 🔀 1K · 📋 1.3K - 44% open · ⏱️ 15.05.2024): ``` git clone https://github.com/tensorflow/probability ``` -- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 910K / month): +- [PyPi](https://pypi.org/project/tensorflow-probability) (📥 3.9M / month): ``` pip install tensorflow-probability ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 70K · ⏱️ 08.08.2022): +- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (📥 130K · ⏱️ 09.01.2024): ``` conda install -c conda-forge tensorflow-probability ```
-
Edward (🥉23 · ⭐ 4.7K · 💀) - TensorFlow中的一种概率编程语言。❗Unlicensed +
hmmlearn (🥈25 · ⭐ 3K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 -- [GitHub](https://github.com/blei-lab/edward) (👨‍💻 87 · 🔀 750 · 📥 15 · 📦 270 · 📋 510 - 36% open · ⏱️ 25.07.2018): +- [GitHub](https://github.com/hmmlearn/hmmlearn) (👨‍💻 48 · 🔀 710 · 📦 2.5K · 📋 430 - 13% open · ⏱️ 05.04.2024): ``` - git clone https://github.com/blei-lab/edward - ``` -- [PyPi](https://pypi.org/project/edward) (📥 1.3K / month): - ``` - pip install edward + git clone https://github.com/hmmlearn/hmmlearn ``` -
-
Orbit (🥉21 · ⭐ 1.5K) - 用于贝叶斯预测的Python软件包,具有面向对象的设计。❗Unlicensed - -- [GitHub](https://github.com/uber/orbit) (👨‍💻 18 · 🔀 110 · 📦 9 · 📋 370 - 12% open · ⏱️ 17.08.2022): - +- [PyPi](https://pypi.org/project/hmmlearn) (📥 180K / month): ``` - git clone https://github.com/uber/orbit + pip install hmmlearn ``` -- [PyPi](https://pypi.org/project/orbit-ml) (📥 300K / month): +- [Conda](https://anaconda.org/conda-forge/hmmlearn) (📥 220K · ⏱️ 02.03.2024): ``` - pip install orbit-ml + conda install -c conda-forge hmmlearn ```
-
bambi (🥉20 · ⭐ 820) - Python中的贝叶斯模型构建接口(Bambi)。MIT +
pingouin (🥈25 · ⭐ 1.5K) - Statistical package in Python based on Pandas. ❗️GPL-3.0 -- [GitHub](https://github.com/bambinos/bambi) (👨‍💻 26 · 🔀 89 · 📦 32 · 📋 270 - 18% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/raphaelvallat/pingouin) (👨‍💻 45 · 🔀 140 · 📦 2K · 📋 290 - 12% open · ⏱️ 07.04.2024): ``` - git clone https://github.com/bambinos/bambi + git clone https://github.com/raphaelvallat/pingouin ``` -- [PyPi](https://pypi.org/project/bambi) (📥 6.7K / month): +- [PyPi](https://pypi.org/project/pingouin) (📥 66K / month): ``` - pip install bambi + pip install pingouin + ``` +- [Conda](https://anaconda.org/conda-forge/pingouin) (📥 120K · ⏱️ 15.01.2024): + ``` + conda install -c conda-forge pingouin ```
-
SALib (🥉20 · ⭐ 620) - Python(Numpy)中的灵敏度分析库。MIT +
SALib (🥈25 · ⭐ 830) - Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris,.. MIT -- [GitHub](https://github.com/SALib/SALib) (👨‍💻 37 · 🔀 190 · 📋 280 - 15% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/SALib/SALib) (👨‍💻 46 · 🔀 220 · 📦 1.1K · 📋 310 - 14% open · ⏱️ 22.04.2024): ``` git clone https://github.com/SALib/SALib ``` -- [PyPi](https://pypi.org/project/salib) (📥 160K / month): +- [PyPi](https://pypi.org/project/salib) (📥 190K / month): ``` pip install salib ``` -- [Conda](https://anaconda.org/conda-forge/salib) (📥 90K · ⏱️ 04.09.2021): +- [Conda](https://anaconda.org/conda-forge/salib) (📥 150K · ⏱️ 22.04.2024): ``` conda install -c conda-forge salib ```
-
scikit-posthocs (🥉20 · ⭐ 250) - Python中的多个成对比较(Post Hoc)测试。MIT +
scikit-posthocs (🥉24 · ⭐ 320) - Multiple Pairwise Comparisons (Post Hoc) Tests in Python. MIT -- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 10 · 🔀 28 · 📥 25 · 📋 47 - 12% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/maximtrp/scikit-posthocs) (👨‍💻 14 · 🔀 39 · 📥 46 · 📦 690 · 📋 54 - 11% open · ⏱️ 18.02.2024): ``` git clone https://github.com/maximtrp/scikit-posthocs ``` -- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 40K / month): +- [PyPi](https://pypi.org/project/scikit-posthocs) (📥 83K / month): ``` pip install scikit-posthocs ```
-
Funsor (🥉19 · ⭐ 200) - 用于概率编程的函数张量。Apache-2 +
PyStan (🥉24 · ⭐ 320) - PyStan, a Python interface to Stan, a platform for statistical modeling... ISC -- [GitHub](https://github.com/pyro-ppl/funsor) (👨‍💻 10 · 🔀 17 · 📦 32 · 📋 140 - 47% open · ⏱️ 08.04.2022): +- [GitHub](https://github.com/stan-dev/pystan) (👨‍💻 14 · 🔀 58 · 📦 9.8K · 📋 200 - 6% open · ⏱️ 12.04.2024): ``` - git clone https://github.com/pyro-ppl/funsor + git clone https://github.com/stan-dev/pystan ``` -- [PyPi](https://pypi.org/project/funsor) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/pystan) (📥 1.9M / month): ``` - pip install funsor + pip install pystan + ``` +- [Conda](https://anaconda.org/conda-forge/pystan) (📥 2.8M · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pystan + ``` +
+
Edward (🥉23 · ⭐ 4.8K · 💀) - A probabilistic programming language in TensorFlow. Deep.. ❗Unlicensed + +- [GitHub](https://github.com/blei-lab/edward) (👨‍💻 87 · 🔀 740 · 📥 22 · 📦 320 · 📋 510 - 35% open · ⏱️ 25.07.2018): + + ``` + git clone https://github.com/blei-lab/edward + ``` +- [PyPi](https://pypi.org/project/edward) (📥 630 / month): + ``` + pip install edward ```
-
Baal (🥉18 · ⭐ 630) - 在深度网络中使用近似贝叶斯后验进行主动学习。Apache-2 +
Baal (🥉23 · ⭐ 840) - Using approximate bayesian posteriors in deep nets for active learning. Apache-2 -- [GitHub](https://github.com/baal-org/baal) (👨‍💻 16 · 🔀 60 · 📋 84 - 27% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/baal-org/baal) (👨‍💻 21 · 🔀 82 · 📦 56 · 📋 110 - 24% open · ⏱️ 13.05.2024): ``` git clone https://github.com/ElementAI/baal ``` -- [PyPi](https://pypi.org/project/baal) (📥 740 / month): +- [PyPi](https://pypi.org/project/baal) (📥 4.5K / month): ``` pip install baal ```
-
PyStan (🥉18 · ⭐ 200) - PyStan是Stan的Python接口。ISC +
Orbit (🥉21 · ⭐ 1.8K) - A Python package for Bayesian forecasting with object-oriented.. ❗Unlicensed -- [GitHub](https://github.com/stan-dev/pystan) (👨‍💻 10 · 🔀 39 · 📋 180 - 2% open · ⏱️ 07.07.2022): +- [GitHub](https://github.com/uber/orbit) (👨‍💻 20 · 🔀 140 · 📦 55 · 📋 400 - 12% open · ⏱️ 31.03.2024): ``` - git clone https://github.com/stan-dev/pystan + git clone https://github.com/uber/orbit ``` -- [PyPi](https://pypi.org/project/pystan) (📥 2.8M / month): +- [PyPi](https://pypi.org/project/orbit-ml) (📥 21K / month): ``` - pip install pystan + pip install orbit-ml ``` -- [Conda](https://anaconda.org/conda-forge/pystan) (📥 1.6M · ⏱️ 25.07.2022): +
+
bambi (🥉21 · ⭐ 1K) - BAyesian Model-Building Interface (Bambi) in Python. MIT + +- [GitHub](https://github.com/bambinos/bambi) (👨‍💻 37 · 🔀 120 · 📦 120 · 📋 390 - 17% open · ⏱️ 02.05.2024): + ``` - conda install -c conda-forge pystan + git clone https://github.com/bambinos/bambi + ``` +- [PyPi](https://pypi.org/project/bambi) (📥 22K / month): + ``` + pip install bambi + ``` +
+
Funsor (🥉19 · ⭐ 230 · 💤) - Functional tensors for probabilistic programming. Apache-2 + +- [GitHub](https://github.com/pyro-ppl/funsor) (👨‍💻 11 · 🔀 20 · 📦 67 · 📋 140 - 47% open · ⏱️ 31.08.2023): + + ``` + git clone https://github.com/pyro-ppl/funsor + ``` +- [PyPi](https://pypi.org/project/funsor) (📥 4.3K / month): + ``` + pip install funsor ```
-
pyhsmm (🥉17 · ⭐ 520 · 💀) - HSMM和HMM中的贝叶斯推断。MIT +
pyhsmm (🥉17 · ⭐ 540 · 💀) - Bayesian inference in HSMMs and HMMs. MIT -- [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 13 · 🔀 160 · 📦 25 · 📋 96 - 37% open · ⏱️ 24.08.2020): +- [GitHub](https://github.com/mattjj/pyhsmm) (👨‍💻 13 · 🔀 170 · 📦 29 · 📋 98 - 38% open · ⏱️ 24.08.2020): ``` git clone https://github.com/mattjj/pyhsmm ``` -- [PyPi](https://pypi.org/project/pyhsmm) (📥 85 / month): +- [PyPi](https://pypi.org/project/pyhsmm) (📥 130 / month): ``` pip install pyhsmm ```
-
ZhuSuan (🥉14 · ⭐ 2.1K · 💀) - TensorFlow中的一种概率编程语言。MIT +
ZhuSuan (🥉14 · ⭐ 2.2K · 💀) - A probabilistic programming library for Bayesian deep learning,.. MIT -- [GitHub](https://github.com/thu-ml/zhusuan) (👨‍💻 20 · 🔀 400 · 📋 60 - 11% open · ⏱️ 05.08.2019): +- [GitHub](https://github.com/thu-ml/zhusuan) (👨‍💻 20 · 🔀 410 · 📋 60 - 11% open · ⏱️ 05.08.2019): ``` git clone https://github.com/thu-ml/zhusuan @@ -9597,1047 +9581,1047 @@ _提供概率编程/推理,贝叶斯推理,高斯过程或统计信息的功

-## 对抗学习与鲁棒性 +## Adversarial Robustness -Back to top +Back to top -_用于测试机器学习模型抵抗攻击性/恶意示例的鲁棒性的库。_ +_Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._ -
Foolbox (🥇27 · ⭐ 2.3K) - 一个Python工具箱,用于创建欺骗神经网络的对抗示例。MIT +
CleverHans (🥇27 · ⭐ 6.1K · 💀) - An adversarial example library for constructing attacks,.. MIT -- [GitHub](https://github.com/bethgelab/foolbox) (👨‍💻 32 · 🔀 400 · 📦 320 · 📋 350 - 5% open · ⏱️ 25.05.2022): +- [GitHub](https://github.com/cleverhans-lab/cleverhans) (👨‍💻 130 · 🔀 1.3K · 📦 650 · 📋 450 - 6% open · ⏱️ 31.01.2023): ``` - git clone https://github.com/bethgelab/foolbox + git clone https://github.com/cleverhans-lab/cleverhans ``` -- [PyPi](https://pypi.org/project/foolbox) (📥 5.4K / month): +- [PyPi](https://pypi.org/project/cleverhans) (📥 2.1K / month): ``` - pip install foolbox + pip install cleverhans ```
-
CleverHans (🥈26 · ⭐ 5.6K · 💤) - 一个用于构造攻击的对抗性示例库。MIT +
TextAttack (🥇27 · ⭐ 2.8K) - TextAttack is a Python framework for adversarial attacks, data.. MIT -- [GitHub](https://github.com/cleverhans-lab/cleverhans) (👨‍💻 130 · 🔀 1.3K · 📦 350 · 📋 450 - 5% open · ⏱️ 23.09.2021): +- [GitHub](https://github.com/QData/TextAttack) (👨‍💻 65 · 🔀 360 · 📦 250 · 📋 270 - 19% open · ⏱️ 31.03.2024): ``` - git clone https://github.com/cleverhans-lab/cleverhans + git clone https://github.com/QData/TextAttack ``` -- [PyPi](https://pypi.org/project/cleverhans) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/textattack) (📥 4.7K / month): ``` - pip install cleverhans + pip install textattack ```
-
TextAttack (🥈26 · ⭐ 2.1K) - TextAttack是用于对抗攻击,数据的Python框架。MIT +
Foolbox (🥇27 · ⭐ 2.7K) - A Python toolbox to create adversarial examples that fool neural networks.. MIT -- [GitHub](https://github.com/QData/TextAttack) (👨‍💻 53 · 🔀 250 · 📦 93 · 📋 220 - 9% open · ⏱️ 14.08.2022): +- [GitHub](https://github.com/bethgelab/foolbox) (👨‍💻 35 · 🔀 410 · 📦 580 · 📋 370 - 5% open · ⏱️ 04.03.2024): ``` - git clone https://github.com/QData/TextAttack + git clone https://github.com/bethgelab/foolbox ``` -- [PyPi](https://pypi.org/project/textattack) (📥 6.6K / month): +- [PyPi](https://pypi.org/project/foolbox) (📥 2.5K / month): ``` - pip install textattack + pip install foolbox ```
-
ART (🥉24 · ⭐ 3.2K) - 对抗性鲁棒性工具箱(ART)- 用于机器学习的Python库。MIT +
ART (🥉26 · ⭐ 4.5K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT -- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 110 · 🔀 850 · 📦 250 · 📋 710 - 12% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (👨‍💻 140 · 🔀 1.1K · 📦 520 · 📋 870 - 13% open · ⏱️ 06.05.2024): ``` git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox ``` -- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 5.6K / month): +- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (📥 27K / month): ``` pip install adversarial-robustness-toolbox ```
-
advertorch (🥉18 · ⭐ 1.1K) - 对抗性鲁棒性研究的工具箱。❗️GPL-3.0 +
advertorch (🥉19 · ⭐ 1.3K · 💀) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 -- [GitHub](https://github.com/BorealisAI/advertorch) (👨‍💻 21 · 🔀 170 · 📦 85 · 📋 52 - 34% open · ⏱️ 29.05.2022): +- [GitHub](https://github.com/BorealisAI/advertorch) (👨‍💻 21 · 🔀 190 · 📦 160 · 📋 58 - 37% open · ⏱️ 29.05.2022): ``` git clone https://github.com/BorealisAI/advertorch ``` -- [PyPi](https://pypi.org/project/advertorch) (📥 340 / month): +- [PyPi](https://pypi.org/project/advertorch) (📥 720 / month): ``` pip install advertorch ```
-
robustness (🥉17 · ⭐ 720) - 一个用于实验,训练和评估神经网络的库。MIT +
robustness (🥉18 · ⭐ 890 · 💀) - A library for experimenting with, training and evaluating neural.. MIT -- [GitHub](https://github.com/MadryLab/robustness) (👨‍💻 13 · 🔀 140 · 📦 81 · 📋 75 - 25% open · ⏱️ 14.02.2022): +- [GitHub](https://github.com/MadryLab/robustness) (👨‍💻 13 · 🔀 180 · 📦 170 · 📋 81 - 27% open · ⏱️ 14.02.2022): ``` git clone https://github.com/MadryLab/robustness ``` -- [PyPi](https://pypi.org/project/robustness) (📥 640 / month): +- [PyPi](https://pypi.org/project/robustness) (📥 460 / month): ``` pip install robustness ```
-
AdvBox (🥉15 · ⭐ 1.2K) - Advbox是一个工具箱,用于生成对抗示例。Apache-2 +
AdvBox (🥉15 · ⭐ 1.4K · 💀) - Advbox is a toolbox to generate adversarial examples that fool.. Apache-2 -- [GitHub](https://github.com/advboxes/AdvBox) (👨‍💻 19 · 🔀 240 · 📋 38 - 21% open · ⏱️ 08.08.2022): +- [GitHub](https://github.com/advboxes/AdvBox) (👨‍💻 19 · 🔀 250 · 📦 2 · 📋 38 - 18% open · ⏱️ 08.08.2022): ``` git clone https://github.com/advboxes/AdvBox ``` -- [PyPi](https://pypi.org/project/advbox) (📥 17 / month): +- [PyPi](https://pypi.org/project/advbox) (📥 53 / month): ``` pip install advbox ```

-## GPU实用程序 +## GPU Utilities -Back to top +Back to top -_需要并利用CUDA / GPU系统功能来优化数据处理和机器学习任务的库。_ +_Libraries that require and make use of CUDA/GPU system capabilities to optimize data handling and machine learning tasks._ -
CuPy (🥇32 · ⭐ 6.3K) - CUDA加速了与NumPy兼容的数组库。MIT +
CuPy (🥇28 · ⭐ 7.8K) - A NumPy-compatible array library accelerated by CUDA. MIT -- [GitHub](https://github.com/cupy/cupy) (👨‍💻 310 · 🔀 590 · 📥 42K · 📦 1.2K · 📋 1.8K - 21% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/cupy/cupy) (👨‍💻 360 · 🔀 740 · 📥 170K · 📦 2K · 📋 2.2K - 23% open · ⏱️ 13.05.2024): ``` git clone https://github.com/cupy/cupy ``` -- [PyPi](https://pypi.org/project/cupy) (📥 20K / month): +- [PyPi](https://pypi.org/project/cupy) (📥 24K / month): ``` pip install cupy ``` -- [Conda](https://anaconda.org/conda-forge/cupy) (📥 1.8M · ⏱️ 29.07.2022): +- [Conda](https://anaconda.org/conda-forge/cupy) (📥 3.6M · ⏱️ 29.04.2024): ``` conda install -c conda-forge cupy ``` -- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 55K · ⭐ 8 · ⏱️ 28.07.2022): +- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (📥 62K · ⭐ 11 · ⏱️ 19.04.2024): ``` docker pull cupy/cupy ```
-
gpustat (🥇28 · ⭐ 3K) - 一个简单的命令行实用程序,用于查询和监控GPU状态。MIT +
gpustat (🥇28 · ⭐ 3.9K) - A simple command-line utility for querying and monitoring GPU status. MIT -- [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 14 · 🔀 220 · 📦 2.1K · 📋 86 - 22% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/wookayin/gpustat) (👨‍💻 17 · 🔀 250 · 📦 5.3K · 📋 120 - 20% open · ⏱️ 12.01.2024): ``` git clone https://github.com/wookayin/gpustat ``` -- [PyPi](https://pypi.org/project/gpustat) (📥 820K / month): +- [PyPi](https://pypi.org/project/gpustat) (📥 890K / month): ``` pip install gpustat ``` -- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 140K · ⏱️ 24.11.2020): +- [Conda](https://anaconda.org/conda-forge/gpustat) (📥 280K · ⏱️ 23.08.2023): ``` conda install -c conda-forge gpustat ```
-
ArrayFire (🥈25 · ⭐ 3.9K) - ArrayFire:通用GPU库。BSD-3 +
Apex (🥈27 · ⭐ 8.1K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 -- [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 81 · 🔀 490 · 📥 2.7K · 📋 1.5K - 16% open · ⏱️ 09.07.2022): +- [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 130 · 🔀 1.3K · 📦 2.5K · 📋 1.2K - 54% open · ⏱️ 26.04.2024): ``` - git clone https://github.com/arrayfire/arrayfire + git clone https://github.com/NVIDIA/apex ``` -- [PyPi](https://pypi.org/project/arrayfire) (📥 130K / month): +- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 200K · ⏱️ 02.05.2024): ``` - pip install arrayfire + conda install -c conda-forge nvidia-apex ```
-
GPUtil (🥈25 · ⭐ 900 · 💀) - 一个Python模块,用于从NVIDA GPU获取GPU状态。MIT +
GPUtil (🥈25 · ⭐ 1.1K · 💀) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT -- [GitHub](https://github.com/anderskm/gputil) (👨‍💻 13 · 🔀 98 · 📦 2.3K · 📋 26 - 46% open · ⏱️ 16.08.2019): +- [GitHub](https://github.com/anderskm/gputil) (👨‍💻 13 · 🔀 110 · 📦 5.2K · 📋 33 - 54% open · ⏱️ 16.08.2019): ``` git clone https://github.com/anderskm/gputil ``` -- [PyPi](https://pypi.org/project/gputil) (📥 480K / month): +- [PyPi](https://pypi.org/project/gputil) (📥 430K / month): ``` pip install gputil ```
-
Apex (🥈24 · ⭐ 6.6K) - PyTorch扩展:易于实现混合精度和分布式的工具。BSD-3 +
cuDF (🥈23 · ⭐ 7.4K) - cuDF - GPU DataFrame Library. Apache-2 -- [GitHub](https://github.com/NVIDIA/apex) (👨‍💻 100 · 🔀 1K · 📦 1.2K · 📋 1K - 53% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 280 · 🔀 830 · 📦 54 · 📋 6.1K - 14% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/NVIDIA/apex + git clone https://github.com/rapidsai/cudf ``` -- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (📥 100K · ⏱️ 06.04.2022): +- [PyPi](https://pypi.org/project/cudf) (📥 3K / month): ``` - conda install -c conda-forge nvidia-apex + pip install cudf + ``` +
+
PyCUDA (🥈23 · ⭐ 1.8K) - CUDA integration for Python, plus shiny features. ❗Unlicensed + +- [GitHub](https://github.com/inducer/pycuda) (👨‍💻 82 · 🔀 280 · 📦 2.8K · 📋 250 - 26% open · ⏱️ 08.05.2024): + + ``` + git clone https://github.com/inducer/pycuda + ``` +- [PyPi](https://pypi.org/project/pycuda) (📥 46K / month): + ``` + pip install pycuda ```
-
py3nvml (🥈23 · ⭐ 210) - NVML库的Python3接口。在内部获取NVIDIA GPU状态。BSD-3 +
py3nvml (🥈23 · ⭐ 230 · 💀) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 -- [GitHub](https://github.com/fbcotter/py3nvml) (👨‍💻 9 · 🔀 30 · 📦 510 · 📋 13 - 7% open · ⏱️ 14.04.2022): +- [GitHub](https://github.com/fbcotter/py3nvml) (👨‍💻 9 · 🔀 29 · 📦 1.1K · 📋 16 - 25% open · ⏱️ 14.04.2022): ``` git clone https://github.com/fbcotter/py3nvml ``` -- [PyPi](https://pypi.org/project/py3nvml) (📥 110K / month): +- [PyPi](https://pypi.org/project/py3nvml) (📥 100K / month): ``` pip install py3nvml ``` -- [Conda](https://anaconda.org/conda-forge/py3nvml) (📥 31K · ⏱️ 20.06.2022): +- [Conda](https://anaconda.org/conda-forge/py3nvml) (📥 61K · ⏱️ 25.09.2023): ``` conda install -c conda-forge py3nvml ```
-
PyCUDA (🥈22 · ⭐ 1.4K) - 适用于Python的CUDA集成,有着出色的功能。❗Unlicensed +
ArrayFire (🥉22 · ⭐ 4.4K) - ArrayFire: a general purpose GPU library. BSD-3 -- [GitHub](https://github.com/inducer/pycuda) (👨‍💻 76 · 🔀 250 · 📦 1.5K · 📋 220 - 27% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/arrayfire/arrayfire) (👨‍💻 88 · 🔀 520 · 📥 6.1K · 📋 1.6K - 18% open · ⏱️ 04.04.2024): ``` - git clone https://github.com/inducer/pycuda + git clone https://github.com/arrayfire/arrayfire ``` -- [PyPi](https://pypi.org/project/pycuda) (📥 35K / month): +- [PyPi](https://pypi.org/project/arrayfire) (📥 1.6K / month): ``` - pip install pycuda + pip install arrayfire ```
-
cuDF (🥉20 · ⭐ 4.9K) - cuDF-GPU DataFrame库。Apache-2 +
Vulkan Kompute (🥉21 · ⭐ 1.5K) - General purpose GPU compute framework for cross vendor.. Apache-2 -- [GitHub](https://github.com/rapidsai/cudf) (👨‍💻 250 · 🔀 630 · 📋 4.8K - 12% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/KomputeProject/kompute) (👨‍💻 24 · 🔀 120 · 📥 500 · 📋 210 - 31% open · ⏱️ 25.02.2024): ``` - git clone https://github.com/rapidsai/cudf + git clone https://github.com/EthicalML/vulkan-kompute ``` -- [PyPi](https://pypi.org/project/cudf) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/kp) (📥 180 / month): ``` - pip install cudf + pip install kp ```
-
scikit-cuda (🥉20 · ⭐ 910) - GPU工具库的python接口。❗Unlicensed +
cuML (🥉20 · ⭐ 4K) - cuML - RAPIDS Machine Learning Library. Apache-2 -- [GitHub](https://github.com/lebedov/scikit-cuda) (👨‍💻 46 · 🔀 170 · 📦 200 · 📋 220 - 22% open · ⏱️ 31.03.2022): +- [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 170 · 🔀 500 · 📋 2.4K - 34% open · ⏱️ 06.05.2024): ``` - git clone https://github.com/lebedov/scikit-cuda + git clone https://github.com/rapidsai/cuml ``` -- [PyPi](https://pypi.org/project/scikit-cuda) (📥 490 / month): +- [PyPi](https://pypi.org/project/cuml) (📥 2.8K / month): ``` - pip install scikit-cuda + pip install cuml ```
-
cuML (🥉19 · ⭐ 2.9K) - cuML-RAPIDS机器学习库。Apache-2 +
scikit-cuda (🥉20 · ⭐ 970 · 💤) - Python interface to GPU-powered libraries. ❗Unlicensed -- [GitHub](https://github.com/rapidsai/cuml) (👨‍💻 160 · 🔀 420 · 📋 2.1K - 32% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/lebedov/scikit-cuda) (👨‍💻 44 · 🔀 170 · 📦 290 · 📋 220 - 23% open · ⏱️ 15.10.2023): ``` - git clone https://github.com/rapidsai/cuml + git clone https://github.com/lebedov/scikit-cuda ``` -- [PyPi](https://pypi.org/project/cuml) (📥 940 / month): +- [PyPi](https://pypi.org/project/scikit-cuda) (📥 980 / month): ``` - pip install cuml + pip install scikit-cuda ```
-
Vulkan Kompute (🥉18 · ⭐ 920) - 适用于跨供应商的通用GPU计算框架。Apache-2 +
cuGraph (🥉18 · ⭐ 1.6K) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 -- [GitHub](https://github.com/KomputeProject/kompute) (👨‍💻 19 · 🔀 64 · 📥 170 · 📦 4 · 📋 180 - 32% open · ⏱️ 21.06.2022): +- [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 110 · 🔀 290 · 📦 2 · 📋 1.7K - 16% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/EthicalML/vulkan-kompute + git clone https://github.com/rapidsai/cugraph ``` -- [PyPi](https://pypi.org/project/kp) (📥 87 / month): +- [PyPi](https://pypi.org/project/cugraph) (📥 240 / month): ``` - pip install kp + pip install cugraph ```
-
DALI (🥉17 · ⭐ 4K) - GPU加速的库,其中包含高度优化的构建块。Apache-2 +
DALI (🥉17 · ⭐ 4.9K) - A GPU-accelerated library containing highly optimized building blocks.. Apache-2 -- [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 77 · 🔀 500 · 📋 1.2K - 15% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/NVIDIA/DALI) (👨‍💻 91 · 🔀 590 · 📋 1.6K - 11% open · ⏱️ 16.05.2024): ``` git clone https://github.com/NVIDIA/DALI ```
-
nvidia-ml-py3 (🥉17 · ⭐ 86 · 💀) - NVIDIA Management Library的Python3接口。❗Unlicensed +
nvidia-ml-py3 (🥉17 · ⭐ 130 · 💀) - Python 3 Bindings for the NVIDIA Management Library. ❗Unlicensed -- [GitHub](https://github.com/nicolargo/nvidia-ml-py3) (👨‍💻 2 · 🔀 18 · 📦 6.2K · ⏱️ 06.03.2019): +- [GitHub](https://github.com/nicolargo/nvidia-ml-py3) (👨‍💻 2 · 🔀 21 · 📦 9.1K · 📋 3 - 66% open · ⏱️ 06.03.2019): ``` git clone https://github.com/nicolargo/nvidia-ml-py3 ``` -- [PyPi](https://pypi.org/project/nvidia-ml-py3) (📥 970K / month): +- [PyPi](https://pypi.org/project/nvidia-ml-py3) (📥 370K / month): ``` pip install nvidia-ml-py3 ```
-
cuGraph (🥉16 · ⭐ 1.1K) - cuGraph-RAPIDS图形分析库。Apache-2 +
SpeedTorch (🥉15 · ⭐ 680 · 💀) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT -- [GitHub](https://github.com/rapidsai/cugraph) (👨‍💻 90 · 🔀 210 · 📋 990 - 20% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Santosh-Gupta/SpeedTorch) (👨‍💻 3 · 🔀 39 · 📦 5 · 📋 6 - 66% open · ⏱️ 21.02.2020): ``` - git clone https://github.com/rapidsai/cugraph + git clone https://github.com/Santosh-Gupta/SpeedTorch ``` -- [PyPi](https://pypi.org/project/cugraph) (📥 100 / month): +- [PyPi](https://pypi.org/project/SpeedTorch) (📥 150 / month): ``` - pip install cugraph + pip install SpeedTorch ```
-
BlazingSQL (🥉15 · ⭐ 1.8K · 💤) - BlazingSQL是一种用于GPU的轻量级,GPU加速的引擎。Apache-2 +
BlazingSQL (🥉14 · ⭐ 1.9K · 💀) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 -- [GitHub](https://github.com/BlazingDB/blazingsql) (👨‍💻 49 · 🔀 170 · 📋 710 - 17% open · ⏱️ 30.09.2021): +- [GitHub](https://github.com/BlazingDB/blazingsql) (👨‍💻 50 · 🔀 180 · 📋 720 - 18% open · ⏱️ 30.09.2021): ``` git clone https://github.com/BlazingDB/blazingsql ``` -- [Conda](https://anaconda.org/blazingsql/blazingsql-protocol) (📥 950 · ⏱️ 11.11.2019): +- [Conda](https://anaconda.org/blazingsql/blazingsql-protocol) (📥 1K · ⏱️ 16.06.2023): ``` conda install -c blazingsql blazingsql-protocol ```
-
SpeedTorch (🥉14 · ⭐ 660 · 💀) - 用于更快的Pytorch中CPU-GPU传输的工具库。MIT +
ipyexperiments (🥉12 · ⭐ 190) - jupyter/ipython experiment containers for GPU and.. ❗Unlicensed -- [GitHub](https://github.com/Santosh-Gupta/SpeedTorch) (👨‍💻 3 · 🔀 39 · 📦 4 · 📋 6 - 66% open · ⏱️ 21.02.2020): +- [GitHub](https://github.com/stas00/ipyexperiments) (👨‍💻 3 · 🔀 12 · 📦 8 · ⏱️ 15.12.2023): ``` - git clone https://github.com/Santosh-Gupta/SpeedTorch + git clone https://github.com/stas00/ipyexperiments ``` -- [PyPi](https://pypi.org/project/SpeedTorch) (📥 22 / month): +- [PyPi](https://pypi.org/project/ipyexperiments) (📥 280 / month): ``` - pip install SpeedTorch + pip install ipyexperiments ```
-
cuSignal (🥉14 · ⭐ 610) - GPU加速信号处理。Apache-2 +
cuSignal (🥉10 · ⭐ 710 · 💤) - GPU accelerated signal processing. ❗Unlicensed -- [GitHub](https://github.com/rapidsai/cusignal) (👨‍💻 39 · 🔀 96 · 📋 140 - 11% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/rapidsai/cusignal) (👨‍💻 46 · 🔀 120 · 📋 160 - 16% open · ⏱️ 21.09.2023): ``` git clone https://github.com/rapidsai/cusignal ```
-
ipyexperiments (🥉11 · ⭐ 150 · 💤) - jupyter/ipython实验容器。❗Unlicensed - -- [GitHub](https://github.com/stas00/ipyexperiments) (👨‍💻 3 · 🔀 11 · 📦 6 · ⏱️ 07.12.2021): - - ``` - git clone https://github.com/stas00/ipyexperiments - ``` -- [PyPi](https://pypi.org/project/ipyexperiments) (📥 100 / month): - ``` - pip install ipyexperiments - ``` -

-## Tensorflow实用程序 +## Tensorflow Utilities -Back to top +Back to top -_TensorFlow的拓展工具库。_ +_Libraries that extend TensorFlow with additional capabilities._ -
TF Addons (🥇33 · ⭐ 1.6K) - 由TensorFlow 2.x维护的有用额外功能。Apache-2 +
TF Addons (🥇32 · ⭐ 1.7K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2 -- [GitHub](https://github.com/tensorflow/addons) (👨‍💻 200 · 🔀 530 · 📦 7.2K · 📋 920 - 21% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/tensorflow/addons) (👨‍💻 210 · 🔀 560 · 📦 15K · 📋 980 - 7% open · ⏱️ 15.04.2024): ``` git clone https://github.com/tensorflow/addons ``` -- [PyPi](https://pypi.org/project/tensorflow-addons) (📥 2.2M / month): +- [PyPi](https://pypi.org/project/tensorflow-addons) (📥 1M / month): ``` pip install tensorflow-addons ```
-
tensor2tensor (🥇31 · ⭐ 13K) - 设计深度学习模型和数据集的库。Apache-2 +
TF Model Optimization (🥇30 · ⭐ 1.5K) - A toolkit to optimize ML models for deployment for.. Apache-2 -- [GitHub](https://github.com/tensorflow/tensor2tensor) (👨‍💻 240 · 🔀 3K · 📦 1.2K · 📋 1.2K - 45% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 85 · 🔀 310 · 📦 3.8K · 📋 350 - 51% open · ⏱️ 02.05.2024): ``` - git clone https://github.com/tensorflow/tensor2tensor + git clone https://github.com/tensorflow/model-optimization ``` -- [PyPi](https://pypi.org/project/tensor2tensor) (📥 8.9K / month): +- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 770K / month): ``` - pip install tensor2tensor + pip install tensorflow-model-optimization ```
-
tensorflow-hub (🥇31 · ⭐ 3.2K) - 通过重用部分库来进行迁移学习的库。Apache-2 +
tensor2tensor (🥈29 · ⭐ 15K · 💀) - Library of deep learning models and datasets designed.. Apache-2 -- [GitHub](https://github.com/tensorflow/hub) (👨‍💻 94 · 🔀 1.6K · 📦 13K · 📋 650 - 2% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/tensorflow/tensor2tensor) (👨‍💻 240 · 🔀 3.4K · 📦 1.5K · 📋 1.2K - 46% open · ⏱️ 01.04.2023): ``` - git clone https://github.com/tensorflow/hub - ``` -- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 3.3M / month): - ``` - pip install tensorflow-hub + git clone https://github.com/tensorflow/tensor2tensor ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 67K · ⏱️ 18.04.2021): +- [PyPi](https://pypi.org/project/tensor2tensor) (📥 6.1K / month): ``` - conda install -c conda-forge tensorflow-hub + pip install tensor2tensor ```
-
TensorFlow Transform (🥈30 · ⭐ 930 · 📈) - 输入管道框架。Apache-2 +
TensorFlow Transform (🥈29 · ⭐ 980) - Input pipeline framework. Apache-2 -- [GitHub](https://github.com/tensorflow/transform) (👨‍💻 27 · 🔀 190 · 📦 1K · 📋 190 - 17% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/tensorflow/transform) (👨‍💻 28 · 🔀 200 · 📦 1.8K · 📋 210 - 15% open · ⏱️ 30.04.2024): ``` git clone https://github.com/tensorflow/transform ``` -- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 3.3M / month): +- [PyPi](https://pypi.org/project/tensorflow-transform) (📥 970K / month): ``` pip install tensorflow-transform ```
-
TF Model Optimization (🥈29 · ⭐ 1.3K) - 用于优化ML模型以进行部署的工具包。Apache-2 +
tensorflow-hub (🥈28 · ⭐ 3.4K) - A library for transfer learning by reusing parts of.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-optimization) (👨‍💻 71 · 🔀 280 · 📦 2K · 📋 300 - 48% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/tensorflow/hub) (👨‍💻 110 · 🔀 1.7K · 📋 700 - 0% open · ⏱️ 08.04.2024): ``` - git clone https://github.com/tensorflow/model-optimization + git clone https://github.com/tensorflow/hub ``` -- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (📥 140K / month): +- [PyPi](https://pypi.org/project/tensorflow-hub) (📥 5.3M / month): ``` - pip install tensorflow-model-optimization + pip install tensorflow-hub + ``` +- [Conda](https://anaconda.org/conda-forge/tensorflow-hub) (📥 96K · ⏱️ 07.05.2024): + ``` + conda install -c conda-forge tensorflow-hub ```
-
Neural Structured Learning (🥉26 · ⭐ 930) - 用结构化信号训练神经模型。Apache-2 +
TensorFlow I/O (🥉26 · ⭐ 690) - Dataset, streaming, and file system extensions.. Apache-2 -- [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨‍💻 34 · 🔀 170 · 📦 260 · 📋 65 - 3% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/tensorflow/io) (👨‍💻 110 · 🔀 260 · 📋 640 - 42% open · ⏱️ 24.04.2024): ``` - git clone https://github.com/tensorflow/neural-structured-learning + git clone https://github.com/tensorflow/io ``` -- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 16K / month): +- [PyPi](https://pypi.org/project/tensorflow-io) (📥 3.9M / month): ``` - pip install neural-structured-learning + pip install tensorflow-io ```
-
TensorFlow I/O (🥉25 · ⭐ 570) - Dataset, streaming, and file system extensions.. Apache-2 +
efficientnet (🥉25 · ⭐ 2.1K · 💀) - Implementation of EfficientNet model. Keras and.. Apache-2 -- [GitHub](https://github.com/tensorflow/io) (👨‍💻 94 · 🔀 210 · 📋 530 - 36% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/qubvel/efficientnet) (👨‍💻 10 · 🔀 460 · 📥 260K · 📦 2.1K · 📋 110 - 49% open · ⏱️ 16.07.2021): ``` - git clone https://github.com/tensorflow/io + git clone https://github.com/qubvel/efficientnet ``` -- [PyPi](https://pypi.org/project/tensorflow-io) (📥 440K / month): +- [PyPi](https://pypi.org/project/efficientnet) (📥 100K / month): ``` - pip install tensorflow-io + pip install efficientnet ```
-
efficientnet (🥉24 · ⭐ 2K · 💀) - EfficientNet模型的实现。Apache-2 +
Neural Structured Learning (🥉24 · ⭐ 980 · 💤) - Training neural models with structured signals. Apache-2 -- [GitHub](https://github.com/qubvel/efficientnet) (👨‍💻 10 · 🔀 450 · 📥 240K · 📦 1.1K · 📋 110 - 48% open · ⏱️ 16.07.2021): +- [GitHub](https://github.com/tensorflow/neural-structured-learning) (👨‍💻 38 · 🔀 180 · 📦 450 · ⏱️ 20.09.2023): ``` - git clone https://github.com/qubvel/efficientnet + git clone https://github.com/tensorflow/neural-structured-learning ``` -- [PyPi](https://pypi.org/project/efficientnet) (📥 53K / month): +- [PyPi](https://pypi.org/project/neural-structured-learning) (📥 17K / month): ``` - pip install efficientnet + pip install neural-structured-learning ```
-
TensorFlow Cloud (🥉23 · ⭐ 330) - TensorFlow Cloud存储库提供的API。Apache-2 +
TensorFlow Cloud (🥉23 · ⭐ 370) - The TensorFlow Cloud repository provides APIs that.. Apache-2 -- [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 27 · 🔀 71 · 📦 170 · 📋 82 - 68% open · ⏱️ 24.03.2022): +- [GitHub](https://github.com/tensorflow/cloud) (👨‍💻 27 · 🔀 83 · 📦 390 · 📋 87 - 68% open · ⏱️ 25.02.2024): ``` git clone https://github.com/tensorflow/cloud ``` -- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 150K / month): +- [PyPi](https://pypi.org/project/tensorflow-cloud) (📥 50K / month): ``` pip install tensorflow-cloud ```
-
TensorNets (🥉20 · ⭐ 1K · 💀) - 具有预先训练的权重的高级网络定义。MIT +
TF Compression (🥉22 · ⭐ 830) - Data compression in TensorFlow. Apache-2 -- [GitHub](https://github.com/taehoonlee/tensornets) (👨‍💻 6 · 🔀 180 · 📦 52 · 📋 58 - 27% open · ⏱️ 02.01.2021): +- [GitHub](https://github.com/tensorflow/compression) (👨‍💻 21 · 🔀 240 · 📋 100 - 9% open · ⏱️ 17.04.2024): ``` - git clone https://github.com/taehoonlee/tensornets + git clone https://github.com/tensorflow/compression ``` -- [PyPi](https://pypi.org/project/tensornets) (📥 150 / month): +- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 15K / month): ``` - pip install tensornets + pip install tensorflow-compression ```
-
TF Compression (🥉19 · ⭐ 640) - TensorFlow中的数据压缩。Apache-2 +
TensorNets (🥉20 · ⭐ 1K · 💀) - High level network definitions with pre-trained weights in.. MIT -- [GitHub](https://github.com/tensorflow/compression) (👨‍💻 16 · 🔀 210 · 📋 87 - 2% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/taehoonlee/tensornets) (👨‍💻 6 · 🔀 180 · 📦 79 · 📋 58 - 27% open · ⏱️ 02.01.2021): ``` - git clone https://github.com/tensorflow/compression + git clone https://github.com/taehoonlee/tensornets ``` -- [PyPi](https://pypi.org/project/tensorflow-compression) (📥 1K / month): +- [PyPi](https://pypi.org/project/tensornets) (📥 180 / month): ``` - pip install tensorflow-compression + pip install tensornets ```
-
Saliency (🥉17 · ⭐ 810) - 与框架无关的实现,可实现最新的显着性。Apache-2 +
Saliency (🥉19 · ⭐ 930) - Framework-agnostic implementation for state-of-the-art saliency.. Apache-2 -- [GitHub](https://github.com/PAIR-code/saliency) (👨‍💻 15 · 🔀 170 · 📦 41 · ⏱️ 13.05.2022): +- [GitHub](https://github.com/PAIR-code/saliency) (👨‍💻 18 · 🔀 180 · 📦 84 · 📋 37 - 27% open · ⏱️ 20.03.2024): ``` git clone https://github.com/PAIR-code/saliency ``` -- [PyPi](https://pypi.org/project/saliency) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/saliency) (📥 5.5K / month): ``` pip install saliency ```
-
tffm (🥉17 · ⭐ 780 · 💤) - 任意阶乘分解机的TensorFlow实现。MIT +
tffm (🥉15 · ⭐ 780 · 💀) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT -- [GitHub](https://github.com/geffy/tffm) (👨‍💻 10 · 🔀 180 · 📦 11 · 📋 40 - 45% open · ⏱️ 17.01.2022): +- [GitHub](https://github.com/geffy/tffm) (👨‍💻 11 · 🔀 170 · 📦 13 · 📋 40 - 45% open · ⏱️ 17.01.2022): ``` git clone https://github.com/geffy/tffm ``` -- [PyPi](https://pypi.org/project/tffm) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/tffm) (📥 84 / month): ``` pip install tffm ```

-## Sklearn实用程序 +## Sklearn Utilities -Back to top +Back to top -_scikit-learn的拓展工具库。_ +_Libraries that extend scikit-learn with additional capabilities._ -
imbalanced-learn (🥇32 · ⭐ 6K) - 一个解决不平衡类别数据建模的Python程序包。MIT +
imbalanced-learn (🥇34 · ⭐ 6.7K) - A Python Package to Tackle the Curse of Imbalanced.. MIT -- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 63 · 🔀 1.1K · 📦 12K · 📋 510 - 8% open · ⏱️ 16.05.2022): +- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (👨‍💻 84 · 🔀 1.2K · 📦 27K · 📋 580 - 4% open · ⏱️ 01.04.2024): ``` git clone https://github.com/scikit-learn-contrib/imbalanced-learn ``` -- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 3.2M / month): +- [PyPi](https://pypi.org/project/imbalanced-learn) (📥 11M / month): ``` pip install imbalanced-learn ``` -- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 250K · ⏱️ 16.05.2022): +- [Conda](https://anaconda.org/conda-forge/imbalanced-learn) (📥 560K · ⏱️ 31.03.2024): ``` conda install -c conda-forge imbalanced-learn ```
-
MLxtend (🥇30 · ⭐ 4.1K) - 用于Python数据的扩展和帮助程序模块库。❗Unlicensed +
MLxtend (🥇30 · ⭐ 4.8K) - A library of extension and helper modules for Python's data.. ❗Unlicensed -- [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 90 · 🔀 760 · 📦 6.6K · 📋 420 - 25% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/rasbt/mlxtend) (👨‍💻 110 · 🔀 840 · 📦 13K · 📋 470 - 27% open · ⏱️ 31.03.2024): ``` git clone https://github.com/rasbt/mlxtend ``` -- [PyPi](https://pypi.org/project/mlxtend) (📥 1.4M / month): +- [PyPi](https://pypi.org/project/mlxtend) (📥 630K / month): ``` pip install mlxtend ``` -- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 220K · ⏱️ 27.05.2022): +- [Conda](https://anaconda.org/conda-forge/mlxtend) (📥 300K · ⏱️ 05.01.2024): ``` conda install -c conda-forge mlxtend ```
-
category_encoders (🥇30 · ⭐ 2K) - A library of sklearn compatible categorical variable.. BSD-3 +
category_encoders (🥈29 · ⭐ 2.4K) - A library of sklearn compatible categorical variable.. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 52 · 🔀 360 · 📦 3.8K · 📋 250 - 25% open · ⏱️ 02.06.2022): +- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (👨‍💻 70 · 🔀 380 · 📦 1.8K · 📋 290 - 15% open · ⏱️ 09.04.2024): ``` git clone https://github.com/scikit-learn-contrib/category_encoders ``` -- [PyPi](https://pypi.org/project/category_encoders) (📥 950K / month): +- [PyPi](https://pypi.org/project/category_encoders) (📥 1.7M / month): ``` pip install category_encoders ``` -- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 180K · ⏱️ 02.06.2022): +- [Conda](https://anaconda.org/conda-forge/category_encoders) (📥 260K · ⏱️ 30.10.2023): ``` conda install -c conda-forge category_encoders ```
-
fancyimpute (🥈25 · ⭐ 1.1K · 💤) - 多元插补和矩阵补全算法。Apache-2 +
scikit-multilearn (🥈26 · ⭐ 910 · 💀) - A scikit-learn based module for multi-label et. al... BSD-2 -- [GitHub](https://github.com/iskandr/fancyimpute) (👨‍💻 12 · 🔀 160 · 📦 1.2K · 📋 110 - 1% open · ⏱️ 21.10.2021): +- [GitHub](https://github.com/scikit-multilearn/scikit-multilearn) (👨‍💻 28 · 🔀 170 · 📦 1.6K · 📋 200 - 38% open · ⏱️ 19.04.2023): ``` - git clone https://github.com/iskandr/fancyimpute + git clone https://github.com/scikit-multilearn/scikit-multilearn ``` -- [PyPi](https://pypi.org/project/fancyimpute) (📥 16K / month): +- [PyPi](https://pypi.org/project/scikit-multilearn) (📥 89K / month): ``` - pip install fancyimpute + pip install scikit-multilearn ```
-
scikit-multilearn (🥈24 · ⭐ 770) - 基于scikit-learn的多标签等模块。BSD-2 +
fancyimpute (🥈25 · ⭐ 1.2K · 💀) - Multivariate imputation and matrix completion.. Apache-2 -- [GitHub](https://github.com/scikit-multilearn/scikit-multilearn) (👨‍💻 17 · 🔀 140 · 📦 820 · 📋 180 - 46% open · ⏱️ 09.07.2022): +- [GitHub](https://github.com/iskandr/fancyimpute) (👨‍💻 12 · 🔀 170 · 📦 1.6K · 📋 120 - 0% open · ⏱️ 21.10.2021): ``` - git clone https://github.com/scikit-multilearn/scikit-multilearn + git clone https://github.com/iskandr/fancyimpute ``` -- [PyPi](https://pypi.org/project/scikit-multilearn) (📥 87K / month): +- [PyPi](https://pypi.org/project/fancyimpute) (📥 55K / month): ``` - pip install scikit-multilearn + pip install fancyimpute ```
-
scikit-opt (🥈23 · ⭐ 3.5K) - 遗传算法,粒子群优化等实现。MIT +
scikit-opt (🥈24 · ⭐ 5K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT -- [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 16 · 🔀 800 · 📦 83 · 📋 150 - 30% open · ⏱️ 15.07.2022): +- [GitHub](https://github.com/guofei9987/scikit-opt) (👨‍💻 20 · 🔀 950 · 📦 200 · 📋 180 - 36% open · ⏱️ 19.11.2023): ``` git clone https://github.com/guofei9987/scikit-opt ``` -- [PyPi](https://pypi.org/project/scikit-opt) (📥 1.6K / month): +- [PyPi](https://pypi.org/project/scikit-opt) (📥 3.4K / month): ``` pip install scikit-opt ```
-
scikit-lego (🥈22 · ⭐ 880) - scikit学习管道的额外块。MIT +
scikit-lego (🥈23 · ⭐ 1.2K) - Extra blocks for scikit-learn pipelines. MIT -- [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 52 · 🔀 90 · 📦 59 · 📋 240 - 9% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/koaning/scikit-lego) (👨‍💻 67 · 🔀 110 · 📦 140 · 📋 310 - 10% open · ⏱️ 12.05.2024): ``` git clone https://github.com/koaning/scikit-lego ``` -- [PyPi](https://pypi.org/project/scikit-lego) (📥 23K / month): +- [PyPi](https://pypi.org/project/scikit-lego) (📥 22K / month): ``` pip install scikit-lego ``` -- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 23K · ⏱️ 06.06.2022): +- [Conda](https://anaconda.org/conda-forge/scikit-lego) (📥 48K · ⏱️ 17.04.2024): ``` conda install -c conda-forge scikit-lego ```
-
iterative-stratification (🥈22 · ⭐ 710) - scikit-learn交叉验证器。BSD-3 +
iterative-stratification (🥉21 · ⭐ 830 · 💀) - scikit-learn cross validators for iterative.. BSD-3 -- [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 64 · 📦 220 · 📋 20 - 5% open · ⏱️ 06.06.2022): +- [GitHub](https://github.com/trent-b/iterative-stratification) (👨‍💻 7 · 🔀 76 · 📦 440 · 📋 25 - 8% open · ⏱️ 06.06.2022): ``` git clone https://github.com/trent-b/iterative-stratification ``` -- [PyPi](https://pypi.org/project/iterative-stratification) (📥 35K / month): +- [PyPi](https://pypi.org/project/iterative-stratification) (📥 32K / month): ``` pip install iterative-stratification ```
-
sklearn-crfsuite (🥈22 · ⭐ 410 · 💀) - 用于CRFsuite的scikit-learn启发式API。❗Unlicensed +
sklearn-crfsuite (🥉21 · ⭐ 420 · 💀) - scikit-learn inspired API for CRFsuite. ❗Unlicensed -- [GitHub](https://github.com/TeamHG-Memex/sklearn-crfsuite) (👨‍💻 6 · 🔀 190 · 📦 4K · 📋 56 - 58% open · ⏱️ 05.12.2019): +- [GitHub](https://github.com/TeamHG-Memex/sklearn-crfsuite) (👨‍💻 6 · 🔀 210 · 📦 7.6K · 📋 57 - 59% open · ⏱️ 05.12.2019): ``` git clone https://github.com/TeamHG-Memex/sklearn-crfsuite ``` -- [PyPi](https://pypi.org/project/sklearn-crfsuite) (📥 200K / month): +- [PyPi](https://pypi.org/project/sklearn-crfsuite) (📥 220K / month): ``` pip install sklearn-crfsuite ```
-
combo (🥉20 · ⭐ 590) - (AAAI'20)用于机器学习模型的Python工具箱。BSD-2 xgboost +
sklearn-contrib-lightning (🥉19 · ⭐ 1.7K · 💀) - Large-scale linear classification, regression and.. ❗Unlicensed -- [GitHub](https://github.com/yzhao062/combo) (👨‍💻 2 · 🔀 100 · 📦 480 · 📋 13 - 76% open · ⏱️ 07.07.2022): +- [GitHub](https://github.com/scikit-learn-contrib/lightning) (👨‍💻 17 · 🔀 190 · 📥 420 · 📦 150 · 📋 91 - 53% open · ⏱️ 30.01.2022): ``` - git clone https://github.com/yzhao062/combo + git clone https://github.com/scikit-learn-contrib/lightning ``` -- [PyPi](https://pypi.org/project/combo) (📥 35K / month): +- [PyPi](https://pypi.org/project/sklearn-contrib-lightning) (📥 3.2K / month): ``` - pip install combo + pip install sklearn-contrib-lightning + ``` +- [Conda](https://anaconda.org/conda-forge/sklearn-contrib-lightning) (📥 210K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge sklearn-contrib-lightning ```
-
skope-rules (🥉20 · ⭐ 480 · 💀) - 使用Python中的逻辑规则进行机器学习。❗Unlicensed +
combo (🥉19 · ⭐ 630 · 💀) - (AAAI' 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost -- [GitHub](https://github.com/scikit-learn-contrib/skope-rules) (👨‍💻 18 · 🔀 79 · 📦 130 · 📋 31 - 80% open · ⏱️ 23.10.2020): +- [GitHub](https://github.com/yzhao062/combo) (👨‍💻 2 · 🔀 110 · 📦 620 · 📋 16 - 81% open · ⏱️ 14.01.2023): ``` - git clone https://github.com/scikit-learn-contrib/skope-rules + git clone https://github.com/yzhao062/combo ``` -- [PyPi](https://pypi.org/project/skope-rules) (📥 96K / month): +- [PyPi](https://pypi.org/project/combo) (📥 19K / month): ``` - pip install skope-rules + pip install combo ```
-
sklearn-contrib-lightning (🥉19 · ⭐ 1.6K · 💤) - 大规模线性分类,回归分析等。❗Unlicensed +
skope-rules (🥉19 · ⭐ 590 · 💀) - machine learning with logical rules in Python. ❗Unlicensed -- [GitHub](https://github.com/scikit-learn-contrib/lightning) (👨‍💻 17 · 🔀 180 · 📥 230 · 📦 100 · 📋 88 - 52% open · ⏱️ 30.01.2022): +- [GitHub](https://github.com/scikit-learn-contrib/skope-rules) (👨‍💻 19 · 🔀 95 · 📦 380 · 📋 35 - 82% open · ⏱️ 14.02.2023): ``` - git clone https://github.com/scikit-learn-contrib/lightning - ``` -- [PyPi](https://pypi.org/project/sklearn-contrib-lightning) (📥 1.7K / month): - ``` - pip install sklearn-contrib-lightning + git clone https://github.com/scikit-learn-contrib/skope-rules ``` -- [Conda](https://anaconda.org/conda-forge/sklearn-contrib-lightning) (📥 170K · ⏱️ 13.11.2021): +- [PyPi](https://pypi.org/project/skope-rules) (📥 22K / month): ``` - conda install -c conda-forge sklearn-contrib-lightning + pip install skope-rules ```
-
DESlib (🥉17 · ⭐ 420) - 一个用于动态分类器和集成选择的Python库。BSD-3 +
scikit-tda (🥉19 · ⭐ 500) - Topological Data Analysis for Python. ❗Unlicensed -- [GitHub](https://github.com/scikit-learn-contrib/DESlib) (👨‍💻 14 · 🔀 63 · 📦 29 · 📋 150 - 10% open · ⏱️ 07.06.2022): +- [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 6 · 🔀 51 · 📦 55 · 📋 22 - 54% open · ⏱️ 30.03.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) (📥 340 / month): +- [PyPi](https://pypi.org/project/scikit-tda) (📥 3.1K / month): ``` - pip install deslib + pip install scikit-tda ```
-
celer (🥉17 · ⭐ 160) - L1型问题的快速求解器:Lasso,稀疏Logisitic回归等BSD-3 +
DESlib (🥉19 · ⭐ 470) - A Python library for dynamic classifier and ensemble selection. BSD-3 -- [GitHub](https://github.com/mathurinm/celer) (👨‍💻 11 · 🔀 25 · 📦 13 · 📋 90 - 20% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/scikit-learn-contrib/DESlib) (👨‍💻 17 · 🔀 80 · 📦 47 · 📋 150 - 9% open · ⏱️ 15.04.2024): ``` - git clone https://github.com/mathurinm/celer + git clone https://github.com/scikit-learn-contrib/DESlib ``` -- [PyPi](https://pypi.org/project/celer) (📥 620 / month): +- [PyPi](https://pypi.org/project/deslib) (📥 1.3K / month): ``` - pip install celer + pip install deslib ```
-
scikit-tda (🥉16 · ⭐ 360) - Python的拓扑数据分析。❗Unlicensed +
skggm (🥉18 · ⭐ 240 · 💤) - Scikit-learn compatible estimation of general graphical models. MIT -- [GitHub](https://github.com/scikit-tda/scikit-tda) (👨‍💻 4 · 🔀 44 · 📦 33 · 📋 19 - 78% open · ⏱️ 13.03.2022): +- [GitHub](https://github.com/skggm/skggm) (👨‍💻 7 · 🔀 43 · 📦 14 · 📋 77 - 38% open · ⏱️ 15.06.2023): ``` - git clone https://github.com/scikit-tda/scikit-tda + git clone https://github.com/skggm/skggm ``` -- [PyPi](https://pypi.org/project/scikit-tda) (📥 1.6K / month): +- [PyPi](https://pypi.org/project/skggm) (📥 54 / month): ``` - pip install scikit-tda + pip install skggm ```
-
skggm (🥉16 · ⭐ 210) - 通用图形模型的Scikit学习兼容估计。MIT +
celer (🥉17 · ⭐ 190) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 -- [GitHub](https://github.com/skggm/skggm) (👨‍💻 6 · 🔀 36 · 📦 8 · 📋 75 - 37% open · ⏱️ 11.03.2022): +- [GitHub](https://github.com/mathurinm/celer) (👨‍💻 12 · 🔀 31 · 📦 35 · 📋 94 - 20% open · ⏱️ 08.04.2024): ``` - git clone https://github.com/skggm/skggm + git clone https://github.com/mathurinm/celer ``` -- [PyPi](https://pypi.org/project/skggm) (📥 61 / month): +- [PyPi](https://pypi.org/project/celer) (📥 740 / month): ``` - pip install skggm + pip install celer ```
-
dabl (🥉13 · ⭐ 120 · 💀) - 数据分析基准库。BSD-3 +
dabl (🥉12 · ⭐ 130) - Data Analysis Baseline Library. BSD-3 -- [GitHub](https://github.com/amueller/dabl) (👨‍💻 21 · 🔀 10 · ⏱️ 09.07.2021): +- [GitHub](https://github.com/amueller/dabl) (👨‍💻 24 · 🔀 9 · ⏱️ 09.01.2024): ``` git clone https://github.com/amueller/dabl ``` -- [PyPi](https://pypi.org/project/dabl) (📥 2.1K / month): +- [PyPi](https://pypi.org/project/dabl) (📥 4.9K / month): ``` pip install dabl ```

-## Pytorch实用程序 +## Pytorch Utilities -Back to top +Back to top -_Pytorch的拓展工具库。_ +_Libraries that extend Pytorch with additional capabilities._ -
PML (🥇28 · ⭐ 4.7K) - 在应用程序中使用深度度量学习的最简单方法。MIT +
PML (🥇30 · ⭐ 5.8K) - The easiest way to use deep metric learning in your application. Modular,.. MIT -- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 27 · 🔀 560 · 📦 320 · 📋 380 - 13% open · ⏱️ 13.08.2022): +- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (👨‍💻 41 · 🔀 640 · 📦 1.5K · 📋 490 - 11% open · ⏱️ 01.04.2024): ``` git clone https://github.com/KevinMusgrave/pytorch-metric-learning ``` -- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 90K / month): +- [PyPi](https://pypi.org/project/pytorch-metric-learning) (📥 370K / month): ``` pip install pytorch-metric-learning ``` -- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 8K · ⏱️ 03.08.2022): +- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (📥 11K · ⏱️ 16.06.2023): ``` conda install -c metric-learning pytorch-metric-learning ```
-
pretrainedmodels (🥇27 · ⭐ 8.6K · 💀) - pytorch预训练的ConvNets:NASNet,ResNeXt等BSD-3 +
pytorch-optimizer (🥇28 · ⭐ 3K · 💤) - torch-optimizer -- collection of optimizers for.. Apache-2 -- [GitHub](https://github.com/Cadene/pretrained-models.pytorch) (👨‍💻 22 · 🔀 1.8K · 📦 1.8K · 📋 180 - 46% open · ⏱️ 16.04.2020): +- [GitHub](https://github.com/jettify/pytorch-optimizer) (👨‍💻 26 · 🔀 290 · 📦 1.2K · 📋 63 - 52% open · ⏱️ 20.06.2023): ``` - git clone https://github.com/Cadene/pretrained-models.pytorch + git clone https://github.com/jettify/pytorch-optimizer ``` -- [PyPi](https://pypi.org/project/pretrainedmodels) (📥 170K / month): +- [PyPi](https://pypi.org/project/torch_optimizer) (📥 140K / month): ``` - pip install pretrainedmodels + pip install torch_optimizer ```
-
pytorch-optimizer (🥇26 · ⭐ 2.5K · 💤) - torch-optimizer - pytorch的优化器集合。Apache-2 +
tinygrad (🥇26 · ⭐ 24K · 📈) - You like pytorch? You like micrograd? You love tinygrad!. MIT -- [GitHub](https://github.com/jettify/pytorch-optimizer) (👨‍💻 25 · 🔀 240 · 📦 670 · 📋 50 - 42% open · ⏱️ 11.11.2021): +- [GitHub](https://github.com/tinygrad/tinygrad) (👨‍💻 310 · 🔀 2.6K · 📦 63 · 📋 610 - 17% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/jettify/pytorch-optimizer + git clone https://github.com/geohot/tinygrad ``` -- [PyPi](https://pypi.org/project/torch_optimizer) (📥 48K / month): +
+
torchdiffeq (🥇26 · ⭐ 5.2K · 💤) - Differentiable ODE solvers with full GPU support and.. MIT + +- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 21 · 🔀 860 · 📦 3.3K · 📋 210 - 31% open · ⏱️ 19.10.2023): + ``` - pip install torch_optimizer + git clone https://github.com/rtqichen/torchdiffeq + ``` +- [PyPi](https://pypi.org/project/torchdiffeq) (📥 750K / month): + ``` + pip install torchdiffeq ```
-
pytorch-summary (🥈25 · ⭐ 3.6K · 💀) - PyTorch中的模型摘要类似于`model.summary()`。MIT +
pytorch-summary (🥈25 · ⭐ 4K · 💀) - Model summary in PyTorch similar to `model.summary()`.. MIT -- [GitHub](https://github.com/sksq96/pytorch-summary) (👨‍💻 11 · 🔀 400 · 📦 5.7K · 📋 140 - 69% open · ⏱️ 10.05.2021): +- [GitHub](https://github.com/sksq96/pytorch-summary) (👨‍💻 11 · 🔀 410 · 📦 14K · 📋 150 - 70% open · ⏱️ 10.05.2021): ``` git clone https://github.com/sksq96/pytorch-summary ``` -- [PyPi](https://pypi.org/project/torchsummary) (📥 100K / month): +- [PyPi](https://pypi.org/project/torchsummary) (📥 250K / month): ``` pip install torchsummary ```
-
torchdiffeq (🥈24 · ⭐ 4.2K) - 具有完整GPU支持的可微分ODE求解器。MIT +
pretrainedmodels (🥈24 · ⭐ 9K · 💀) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 -- [GitHub](https://github.com/rtqichen/torchdiffeq) (👨‍💻 21 · 🔀 720 · 📦 300 · 📋 180 - 21% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/Cadene/pretrained-models.pytorch) (👨‍💻 22 · 🔀 1.8K · 📦 20 · 📋 180 - 47% open · ⏱️ 16.04.2020): ``` - git clone https://github.com/rtqichen/torchdiffeq + git clone https://github.com/Cadene/pretrained-models.pytorch ``` -- [PyPi](https://pypi.org/project/torchdiffeq) (📥 25K / month): +- [PyPi](https://pypi.org/project/pretrainedmodels) (📥 120K / month): ``` - pip install torchdiffeq + pip install pretrainedmodels ```
-
SRU (🥈22 · ⭐ 2.1K · 💀) - 与CNN一样快地训练RNN(https://arxiv.org/abs/1709.02755)。MIT +
SRU (🥈22 · ⭐ 2.1K · 💀) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT -- [GitHub](https://github.com/asappresearch/sru) (👨‍💻 21 · 🔀 300 · 📦 18 · 📋 130 - 46% open · ⏱️ 19.05.2021): +- [GitHub](https://github.com/asappresearch/sru) (👨‍💻 21 · 🔀 300 · 📦 27 · 📋 130 - 48% open · ⏱️ 19.05.2021): ``` git clone https://github.com/asappresearch/sru ``` -- [PyPi](https://pypi.org/project/sru) (📥 2.7K / month): +- [PyPi](https://pypi.org/project/sru) (📥 1.5K / month): ``` pip install sru ```
-
EfficientNet-PyTorch (🥈21 · ⭐ 7.1K · 💀) - EfficientNet等模型的PyTorch实现Apache-2 +
EfficientNets (🥈22 · ⭐ 1.6K · 💀) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 -- [GitHub](https://github.com/lukemelas/EfficientNet-PyTorch) (👨‍💻 24 · 🔀 1.4K · 📥 1.9M · 📋 280 - 50% open · ⏱️ 15.04.2021): +- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (👨‍💻 5 · 🔀 200 · 📦 230 · 📋 55 - 7% open · ⏱️ 08.07.2021): ``` - git clone https://github.com/lukemelas/EfficientNet-PyTorch + git clone https://github.com/rwightman/gen-efficientnet-pytorch ``` -- [PyPi](https://pypi.org/project/efficientnet-pytorch) (📥 100K / month): +- [PyPi](https://pypi.org/project/geffnet) (📥 210K / month): ``` - pip install efficientnet-pytorch + pip install geffnet ```
-
TabNet (🥈21 · ⭐ 1.8K) - Efficient Neural Architecture Search的Pytorch实现。MIT +
torch-scatter (🥈22 · ⭐ 1.5K) - PyTorch Extension Library of Optimized Scatter Operations. MIT -- [GitHub](https://github.com/dreamquark-ai/tabnet) (👨‍💻 19 · 🔀 370 · 📋 230 - 7% open · ⏱️ 27.06.2022): +- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 30 · 🔀 180 · 📋 370 - 8% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/dreamquark-ai/tabnet + git clone https://github.com/rusty1s/pytorch_scatter ``` -- [PyPi](https://pypi.org/project/pytorch-tabnet) (📥 20K / month): +- [PyPi](https://pypi.org/project/torch-scatter) (📥 38K / month): ``` - pip install pytorch-tabnet + pip install torch-scatter ```
-
EfficientNets (🥈21 · ⭐ 1.5K · 💀) - 预训练的EfficientNet,EfficientNet-Lite,MixNet等Apache-2 +
EfficientNet-PyTorch (🥈21 · ⭐ 7.8K · 💀) - A PyTorch implementation of EfficientNet and.. Apache-2 -- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (👨‍💻 5 · 🔀 200 · 📦 120 · 📋 54 - 5% open · ⏱️ 08.07.2021): +- [GitHub](https://github.com/lukemelas/EfficientNet-PyTorch) (👨‍💻 24 · 🔀 1.5K · 📥 3.9M · 📦 1 · 📋 300 - 52% open · ⏱️ 15.04.2021): ``` - git clone https://github.com/rwightman/gen-efficientnet-pytorch + git clone https://github.com/lukemelas/EfficientNet-PyTorch ``` -- [PyPi](https://pypi.org/project/geffnet) (📥 15K / month): +- [PyPi](https://pypi.org/project/efficientnet-pytorch) (📥 140K / month): ``` - pip install geffnet + pip install efficientnet-pytorch ```
-
Pytorch Toolbelt (🥈21 · ⭐ 1.3K) - PyTorch扩展用于快速研发原型和Kaggle实验。MIT +
TabNet (🥈21 · ⭐ 2.5K · 💤) - PyTorch implementation of TabNet paper :.. MIT -- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 7 · 🔀 100 · 📋 24 - 8% open · ⏱️ 20.08.2022): +- [GitHub](https://github.com/dreamquark-ai/tabnet) (👨‍💻 21 · 🔀 460 · 📋 300 - 6% open · ⏱️ 23.07.2023): ``` - git clone https://github.com/BloodAxe/pytorch-toolbelt + git clone https://github.com/dreamquark-ai/tabnet ``` -- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 15K / month): +- [PyPi](https://pypi.org/project/pytorch-tabnet) (📥 34K / month): ``` - pip install pytorch_toolbelt + pip install pytorch-tabnet ```
-
PyTorch Sparse (🥈21 · ⭐ 710) - 优化图聚类的PyTorch扩展库MIT +
Antialiased CNNs (🥈21 · ⭐ 1.6K · 💀) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 -- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 32 · 🔀 100 · 📋 200 - 13% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/adobe/antialiased-cnns) (👨‍💻 6 · 🔀 200 · 📦 51 · 📋 48 - 31% open · ⏱️ 29.09.2021): ``` - git clone https://github.com/rusty1s/pytorch_sparse + git clone https://github.com/adobe/antialiased-cnns ``` -- [PyPi](https://pypi.org/project/torch-sparse) (📥 27K / month): +- [PyPi](https://pypi.org/project/antialiased-cnns) (📥 3.2K / month): ``` - pip install torch-sparse + pip install antialiased-cnns ```
-
reformer-pytorch (🥉20 · ⭐ 1.8K) - Reformer,Pytorch中高效的transformer实现。MIT +
torchsde (🥈21 · ⭐ 1.5K · 💤) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 -- [GitHub](https://github.com/lucidrains/reformer-pytorch) (👨‍💻 11 · 🔀 240 · 📋 120 - 11% open · ⏱️ 24.06.2022): +- [GitHub](https://github.com/google-research/torchsde) (👨‍💻 8 · 🔀 180 · 📦 3K · 📋 73 - 28% open · ⏱️ 26.09.2023): ``` - git clone https://github.com/lucidrains/reformer-pytorch - ``` -- [PyPi](https://pypi.org/project/reformer-pytorch) (📥 1.9K / month): - ``` - pip install reformer-pytorch + git clone https://github.com/google-research/torchsde ```
-
Torchmeta (🥉20 · ⭐ 1.7K · 💤) - 少量学习的扩展程序和数据加载器的集合。MIT +
micrograd (🥉20 · ⭐ 8.4K · 💀) - A tiny scalar-valued autograd engine and a neural net library.. MIT -- [GitHub](https://github.com/tristandeleu/pytorch-meta) (👨‍💻 12 · 🔀 220 · 📦 97 · 📋 130 - 32% open · ⏱️ 20.09.2021): +- [GitHub](https://github.com/karpathy/micrograd) (👨‍💻 2 · 🔀 1.1K · 📦 48 · 📋 25 - 60% open · ⏱️ 18.04.2020): ``` - git clone https://github.com/tristandeleu/pytorch-meta + git clone https://github.com/karpathy/micrograd ``` -- [PyPi](https://pypi.org/project/torchmeta) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/micrograd) (📥 980 / month): ``` - pip install torchmeta + pip install micrograd ```
-
torch-scatter (🥉20 · ⭐ 1.1K) - 优化图聚类的PyTorch扩展库MIT +
AdaBound (🥉20 · ⭐ 2.9K · 💀) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2 -- [GitHub](https://github.com/rusty1s/pytorch_scatter) (👨‍💻 22 · 🔀 120 · 📋 270 - 6% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/Luolc/AdaBound) (👨‍💻 2 · 🔀 320 · 📦 200 · 📋 25 - 72% open · ⏱️ 06.03.2019): ``` - git clone https://github.com/rusty1s/pytorch_scatter + git clone https://github.com/Luolc/AdaBound ``` -- [PyPi](https://pypi.org/project/torch-scatter) (📥 30K / month): +- [PyPi](https://pypi.org/project/adabound) (📥 1.4K / month): ``` - pip install torch-scatter + pip install adabound ```
-
Performer Pytorch (🥉20 · ⭐ 860) - Performer的实现。MIT +
reformer-pytorch (🥉20 · ⭐ 2.1K · 💤) - Reformer, the efficient Transformer, in Pytorch. MIT -- [GitHub](https://github.com/lucidrains/performer-pytorch) (👨‍💻 6 · 🔀 120 · 📦 49 · 📋 78 - 44% open · ⏱️ 02.02.2022): +- [GitHub](https://github.com/lucidrains/reformer-pytorch) (👨‍💻 11 · 🔀 250 · 📋 120 - 13% open · ⏱️ 21.06.2023): ``` - git clone https://github.com/lucidrains/performer-pytorch + git clone https://github.com/lucidrains/reformer-pytorch ``` -- [PyPi](https://pypi.org/project/performer-pytorch) (📥 75K / month): +- [PyPi](https://pypi.org/project/reformer-pytorch) (📥 9.8K / month): ``` - pip install performer-pytorch + pip install reformer-pytorch ```
-
Poutyne (🥉20 · ⭐ 530) - PyTorch的简化框架和实用程序。❗️LGPL-3.0 +
Torchmeta (🥉20 · ⭐ 1.9K · 💀) - A collection of extensions and data-loaders for few-shot.. MIT -- [GitHub](https://github.com/GRAAL-Research/poutyne) (👨‍💻 18 · 🔀 62 · 📦 91 · 📋 53 - 15% open · ⏱️ 16.07.2022): +- [GitHub](https://github.com/tristandeleu/pytorch-meta) (👨‍💻 12 · 🔀 240 · 📦 170 · 📋 140 - 36% open · ⏱️ 20.09.2021): ``` - git clone https://github.com/GRAAL-Research/poutyne + git clone https://github.com/tristandeleu/pytorch-meta ``` -- [PyPi](https://pypi.org/project/poutyne) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/torchmeta) (📥 3.5K / month): ``` - pip install poutyne + pip install torchmeta ```
-
AdaBound (🥉19 · ⭐ 2.9K · 💀) - 训练速度与Adam一样快且与SGD一样好的优化器。Apache-2 +
Higher (🥉20 · ⭐ 1.6K · 💀) - higher is a pytorch library allowing users to obtain higher.. Apache-2 -- [GitHub](https://github.com/Luolc/AdaBound) (👨‍💻 2 · 🔀 320 · 📦 140 · 📋 25 - 72% open · ⏱️ 06.03.2019): +- [GitHub](https://github.com/facebookresearch/higher) (👨‍💻 9 · 🔀 120 · 📦 440 · 📋 110 - 53% open · ⏱️ 26.10.2021): ``` - git clone https://github.com/Luolc/AdaBound + git clone https://github.com/facebookresearch/higher ``` -- [PyPi](https://pypi.org/project/adabound) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/higher) (📥 130K / month): ``` - pip install adabound + pip install higher ```
-
Antialiased CNNs (🥉19 · ⭐ 1.6K · 💤) - pip安装antialiased-cnns以提高稳定性等。❗️CC BY-NC-SA 4.0 +
Pytorch Toolbelt (🥉20 · ⭐ 1.5K) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT -- [GitHub](https://github.com/adobe/antialiased-cnns) (👨‍💻 6 · 🔀 200 · 📦 29 · 📋 44 - 29% open · ⏱️ 29.09.2021): +- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (👨‍💻 7 · 🔀 120 · 📥 17 · 📋 33 - 12% open · ⏱️ 18.04.2024): ``` - git clone https://github.com/adobe/antialiased-cnns + git clone https://github.com/BloodAxe/pytorch-toolbelt ``` -- [PyPi](https://pypi.org/project/antialiased-cnns) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/pytorch_toolbelt) (📥 7.9K / month): ``` - pip install antialiased-cnns + pip install pytorch_toolbelt ```
-
Higher (🥉19 · ⭐ 1.4K · 💤) - Higher是一个pytorch库,允许用户在跨训练循环而不是单个训练步骤的损失上获得更高阶的梯度。Apache-2 +
PyTorch Sparse (🥉20 · ⭐ 960) - PyTorch Extension Library of Optimized Autograd Sparse.. MIT -- [GitHub](https://github.com/facebookresearch/higher) (👨‍💻 9 · 🔀 100 · 📦 160 · 📋 100 - 50% open · ⏱️ 26.10.2021): +- [GitHub](https://github.com/rusty1s/pytorch_sparse) (👨‍💻 45 · 🔀 140 · 📋 270 - 11% open · ⏱️ 29.04.2024): ``` - git clone https://github.com/facebookresearch/higher + git clone https://github.com/rusty1s/pytorch_sparse ``` -- [PyPi](https://pypi.org/project/higher) (📥 110K / month): +- [PyPi](https://pypi.org/project/torch-sparse) (📥 26K / month): ``` - pip install higher + pip install torch-sparse ```
-
tinygrad (🥉17 · ⭐ 6.5K) - You like pytorch? You like micrograd? You love tinygrad!. MIT +
Lambda Networks (🥉19 · ⭐ 1.5K · 💀) - Implementation of LambdaNetworks, a new approach to.. MIT -- [GitHub](https://github.com/geohot/tinygrad) (👨‍💻 62 · 🔀 650 · 📦 3 · 📋 110 - 14% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/lucidrains/lambda-networks) (👨‍💻 3 · 🔀 160 · 📦 27 · 📋 28 - 46% open · ⏱️ 18.11.2020): ``` - git clone https://github.com/geohot/tinygrad + git clone https://github.com/lucidrains/lambda-networks + ``` +- [PyPi](https://pypi.org/project/lambda-networks) (📥 2.4K / month): + ``` + pip install lambda-networks ```
-
Tensor Sensor (🥉17 · ⭐ 650) - 该库的目标是为numpy/pytorch矩阵代数表达式生成更有用的异常消息。MIT +
Poutyne (🥉19 · ⭐ 560 · 💤) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 -- [GitHub](https://github.com/parrt/tensor-sensor) (👨‍💻 4 · 🔀 34 · 📦 7 · 📋 23 - 34% open · ⏱️ 07.04.2022): +- [GitHub](https://github.com/GRAAL-Research/poutyne) (👨‍💻 20 · 🔀 62 · 📦 140 · 📋 56 - 14% open · ⏱️ 09.07.2023): ``` - git clone https://github.com/parrt/tensor-sensor + git clone https://github.com/GRAAL-Research/poutyne ``` -- [PyPi](https://pypi.org/project/tensor-sensor) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/poutyne) (📥 4.5K / month): ``` - pip install tensor-sensor + pip install poutyne ```
-
micrograd (🥉16 · ⭐ 2.4K · 💀) - 一个微型的标量值autograd引擎和一个神经网络库。MIT +
Performer Pytorch (🥉18 · ⭐ 1.1K · 💀) - An implementation of Performer, a linear attention-.. MIT -- [GitHub](https://github.com/karpathy/micrograd) (👨‍💻 2 · 🔀 210 · 📦 7 · 📋 5 - 40% open · ⏱️ 18.04.2020): +- [GitHub](https://github.com/lucidrains/performer-pytorch) (👨‍💻 6 · 🔀 140 · 📦 130 · 📋 84 - 48% open · ⏱️ 02.02.2022): ``` - git clone https://github.com/karpathy/micrograd + git clone https://github.com/lucidrains/performer-pytorch ``` -- [PyPi](https://pypi.org/project/micrograd) (📥 360 / month): +- [PyPi](https://pypi.org/project/performer-pytorch) (📥 4.2K / month): ``` - pip install micrograd + pip install performer-pytorch ```
-
Lambda Networks (🥉16 · ⭐ 1.5K · 💀) - LambdaNetworks的实现。MIT +
Tensor Sensor (🥉18 · ⭐ 750 · 💀) - The goal of this library is to generate more helpful.. MIT -- [GitHub](https://github.com/lucidrains/lambda-networks) (👨‍💻 3 · 🔀 160 · 📦 6 · 📋 28 - 46% open · ⏱️ 18.11.2020): +- [GitHub](https://github.com/parrt/tensor-sensor) (👨‍💻 4 · 🔀 36 · 📦 36 · 📋 24 - 33% open · ⏱️ 07.04.2022): ``` - git clone https://github.com/lucidrains/lambda-networks + git clone https://github.com/parrt/tensor-sensor ``` -- [PyPi](https://pypi.org/project/lambda-networks) (📥 45 / month): +- [PyPi](https://pypi.org/project/tensor-sensor) (📥 2.4K / month): ``` - pip install lambda-networks + pip install tensor-sensor ```
-
Tez (🥉16 · ⭐ 1.1K) - Tez是用于PyTorch的超级简单且轻巧的Trainer。Apache-2 +
Tez (🥉16 · ⭐ 1.2K · 💀) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 -- [GitHub](https://github.com/abhishekkrthakur/tez) (👨‍💻 2 · 🔀 140 · 📦 33 · 📋 37 - 54% open · ⏱️ 10.08.2022): +- [GitHub](https://github.com/abhishekkrthakur/tez) (👨‍💻 2 · 🔀 140 · 📦 52 · 📋 41 - 56% open · ⏱️ 16.09.2022): ``` git clone https://github.com/abhishekkrthakur/tez ``` -- [PyPi](https://pypi.org/project/tez) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/tez) (📥 470 / month): ``` pip install tez ```
-
torchsde (🥉16 · ⭐ 1K · 💀) - 具有GPU支持且高效的可微分SDE求解器。Apache-2 +
Pywick (🥉15 · ⭐ 400 · 💀) - High-level batteries-included neural network training.. ❗Unlicensed -- [GitHub](https://github.com/google-research/torchsde) (👨‍💻 5 · 🔀 110 · 📦 19 · 📋 50 - 18% open · ⏱️ 26.07.2021): - - ``` - git clone https://github.com/google-research/torchsde - ``` -
-
Pywick (🥉14 · ⭐ 370 · 💤) - 更高层次的pytorch神经网络训练库。❗Unlicensed - -- [GitHub](https://github.com/achaiah/pywick) (👨‍💻 4 · 🔀 39 · 📦 7 · 📋 14 - 7% open · ⏱️ 22.10.2021): +- [GitHub](https://github.com/achaiah/pywick) (👨‍💻 4 · 🔀 38 · 📦 10 · 📋 14 - 7% open · ⏱️ 22.10.2021): ``` git clone https://github.com/achaiah/pywick ``` -- [PyPi](https://pypi.org/project/pywick) (📥 36 / month): +- [PyPi](https://pypi.org/project/pywick) (📥 120 / month): ``` pip install pywick ```
-
Torch-Struct (🥉13 · ⭐ 1K · 💤) - 快速,通用和经过测试的微分结构化预测。MIT +
Torch-Struct (🥉13 · ⭐ 1.1K · 💀) - Fast, general, and tested differentiable structured.. MIT -- [GitHub](https://github.com/harvardnlp/pytorch-struct) (👨‍💻 16 · 🔀 83 · 📋 54 - 44% open · ⏱️ 30.01.2022): +- [GitHub](https://github.com/harvardnlp/pytorch-struct) (👨‍💻 16 · 🔀 88 · 📋 55 - 45% open · ⏱️ 30.01.2022): ``` git clone https://github.com/harvardnlp/pytorch-struct @@ -10645,44 +10629,44 @@ _Pytorch的拓展工具库。_

-## 数据库客户端 +## Database Clients -Back to top +Back to top -_用于连接,操作和查询数据库的库。_ +_Libraries for connecting to, operating, and querying databases._ -🔗 Python DB Clients ( ⭐ 7 · 💤) - Collection of database clients for python. +🔗 Python DB Clients ( ⭐ 79 · 💀) - Collection of database clients for python.
-## 中文自然语言处理 +## Chinese NLP -Back to top +Back to top -
jieba (🥇32 · ⭐ 29K · 💀) - Chinese Words Segementation Utilities. MIT +
jieba (🥇33 · ⭐ 33K · 💀) - Chinese Words Segementation Utilities. MIT -- [GitHub](https://github.com/fxsjy/jieba) (👨‍💻 48 · 🔀 6.3K · 📦 14K · 📋 810 - 73% open · ⏱️ 15.02.2020): +- [GitHub](https://github.com/fxsjy/jieba) (👨‍💻 49 · 🔀 6.5K · 📦 28K · 📋 840 - 73% open · ⏱️ 15.02.2020): ``` git clone https://github.com/fxsjy/jieba ``` -- [PyPi](https://pypi.org/project/jieba) (📥 440K / month): +- [PyPi](https://pypi.org/project/jieba) (📥 960K / month): ``` pip install jieba ``` -- [Conda](https://anaconda.org/conda-forge/jieba) (📥 120K · ⏱️ 30.05.2021): +- [Conda](https://anaconda.org/conda-forge/jieba) (📥 150K · ⏱️ 16.06.2023): ``` conda install -c conda-forge jieba ```
-
snownlp (🥉22 · ⭐ 5.9K · 💀) - Python library for processing Chinese text. MIT +
snownlp (🥉23 · ⭐ 6.3K · 💀) - Python library for processing Chinese text. MIT -- [GitHub](https://github.com/isnowfy/snownlp) (👨‍💻 8 · 🔀 1.3K · 📦 930 · 📋 100 - 38% open · ⏱️ 19.01.2020): +- [GitHub](https://github.com/isnowfy/snownlp) (👨‍💻 8 · 🔀 1.4K · 📦 1.3K · 📋 110 - 38% open · ⏱️ 19.01.2020): ``` git clone https://github.com/isnowfy/snownlp ``` -- [PyPi](https://pypi.org/project/snownlp) (📥 3.6K / month): +- [PyPi](https://pypi.org/project/snownlp) (📥 34K / month): ``` pip install snownlp ``` @@ -10691,235 +10675,235 @@ _用于连接,操作和查询数据库的库。_ ## Others -Back to top +Back to top + +
Streamlit (🥇39 · ⭐ 32K · 📈) - Streamlit The fastest way to build data apps in Python. Apache-2 + +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 230 · 🔀 2.8K · 📦 380K · 📋 4.1K - 18% open · ⏱️ 16.05.2024): -
scipy (🥇38 · ⭐ 10K) - 用于数学,科学和工程的开源软件生态系统。BSD-3 + ``` + git clone https://github.com/streamlit/streamlit + ``` +- [PyPi](https://pypi.org/project/streamlit) (📥 4.3M / month): + ``` + pip install streamlit + ``` +
+
scipy (🥇38 · ⭐ 13K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 -- [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.3K · 🔀 4.3K · 📥 350K · 📦 560K · 📋 8.4K - 16% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/scipy/scipy) (👨‍💻 1.6K · 🔀 4.9K · 📥 400K · 📦 1M · 📋 10K - 15% open · ⏱️ 16.05.2024): ``` git clone https://github.com/scipy/scipy ``` -- [PyPi](https://pypi.org/project/scipy) (📥 43M / month): +- [PyPi](https://pypi.org/project/scipy) (📥 110M / month): ``` pip install scipy ``` -- [Conda](https://anaconda.org/conda-forge/scipy) (📥 26M · ⏱️ 30.07.2022): +- [Conda](https://anaconda.org/conda-forge/scipy) (📥 48M · ⏱️ 04.05.2024): ``` conda install -c conda-forge scipy ```
-
SymPy (🥇35 · ⭐ 9.5K) - 用纯Python编写的计算机代数系统。❗Unlicensed +
SymPy (🥇37 · ⭐ 12K) - A computer algebra system written in pure Python. ❗Unlicensed -- [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.2K · 🔀 3.6K · 📥 460K · 📦 45K · 📋 12K - 32% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/sympy/sympy) (👨‍💻 1.3K · 🔀 4.2K · 📥 540K · 📦 140K · 📋 13K - 33% open · ⏱️ 15.05.2024): ``` git clone https://github.com/sympy/sympy ``` -- [PyPi](https://pypi.org/project/sympy) (📥 2.6M / month): +- [PyPi](https://pypi.org/project/sympy) (📥 22M / month): ``` pip install sympy ``` -- [Conda](https://anaconda.org/conda-forge/sympy) (📥 2.3M · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/sympy) (📥 5.5M · ⏱️ 16.06.2023): ``` conda install -c conda-forge sympy ```
-
PyOD (🥇31 · ⭐ 6.1K) - (JMLR'19)用于可扩展离群值检测的Python工具箱。BSD-2 +
Gradio (🥇36 · ⭐ 29K) - Wrap UIs around any model, share with anyone. Apache-2 -- [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 41 · 🔀 1.1K · 📦 1.5K · 📋 260 - 47% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 290 · 🔀 2.2K · 📦 30K · 📋 4.2K - 11% open · ⏱️ 16.05.2024): ``` - git clone https://github.com/yzhao062/pyod + git clone https://github.com/gradio-app/gradio ``` -- [PyPi](https://pypi.org/project/pyod) (📥 370K / month): +- [PyPi](https://pypi.org/project/gradio) (📥 6.8M / month): ``` - pip install pyod + pip install gradio ```
-
Streamlit (🥇30 · ⭐ 20K · 📈) - Streamlit用Python构建数据应用程序的最快方法。Apache-2 +
PyOD (🥈32 · ⭐ 8K) - (JMLR'19) A Python Toolbox for Scalable Outlier Detection (Anomaly.. BSD-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 150 · 🔀 1.8K · 📦 380 · 📋 2.6K - 23% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/yzhao062/pyod) (👨‍💻 50 · 🔀 1.3K · 📦 3.7K · 📋 330 - 55% open · ⏱️ 16.03.2024): ``` - git clone https://github.com/streamlit/streamlit + git clone https://github.com/yzhao062/pyod ``` -- [PyPi](https://pypi.org/project/streamlit) (📥 810K / month): +- [PyPi](https://pypi.org/project/pyod) (📥 720K / month): ``` - pip install streamlit + pip install pyod ```
-
Gradio (🥇30 · ⭐ 8.5K) - 对任何模型做UI封装并与他人共享。Apache-2 +
DeepChem (🥈31 · ⭐ 5.2K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT -- [GitHub](https://github.com/gradio-app/gradio) (👨‍💻 92 · 🔀 530 · 📦 1.1K · 📋 1K - 18% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 240 · 🔀 1.6K · 📦 370 · 📋 1.7K - 26% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/gradio-app/gradio + git clone https://github.com/deepchem/deepchem ``` -- [PyPi](https://pypi.org/project/gradio) (📥 150K / month): +- [PyPi](https://pypi.org/project/deepchem) (📥 29K / month): ``` - pip install gradio + pip install deepchem ```
-
Autograd (🥈29 · ⭐ 5.9K) - 高效地计算导数的numpy代码。MIT +
carla (🥈30 · ⭐ 11K) - Open-source simulator for autonomous driving research. MIT -- [GitHub](https://github.com/HIPS/autograd) (👨‍💻 52 · 🔀 800 · 📦 3.8K · 📋 370 - 39% open · ⏱️ 15.06.2022): +- [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 190 · 🔀 3.3K · 📦 710 · 📋 5.1K - 20% open · ⏱️ 15.05.2024): ``` - git clone https://github.com/HIPS/autograd - ``` -- [PyPi](https://pypi.org/project/autograd) (📥 1.2M / month): - ``` - pip install autograd + git clone https://github.com/carla-simulator/carla ``` -- [Conda](https://anaconda.org/conda-forge/autograd) (📥 230K · ⏱️ 29.06.2022): +- [PyPi](https://pypi.org/project/carla) (📥 13K / month): ``` - conda install -c conda-forge autograd + pip install carla ```
-
Datasette (🥈28 · ⭐ 6.4K) - 用于探索和发布数据的开源多功能工具。Apache-2 +
Datasette (🥈30 · ⭐ 9K) - An open source multi-tool for exploring and publishing data. Apache-2 -- [GitHub](https://github.com/simonw/datasette) (👨‍💻 67 · 🔀 410 · 📥 39 · 📦 730 · 📋 1.4K - 27% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/simonw/datasette) (👨‍💻 78 · 🔀 630 · 📥 64 · 📦 1.3K · 📋 1.8K - 29% open · ⏱️ 22.04.2024): ``` git clone https://github.com/simonw/datasette ``` -- [PyPi](https://pypi.org/project/datasette) (📥 240K / month): +- [PyPi](https://pypi.org/project/datasette) (📥 41K / month): ``` pip install datasette ```
-
DeepChem (🥈28 · ⭐ 3.8K) - 在药物发现,量子化学,材料科学和生物学方面普及深度学习。MIT +
Autograd (🥈30 · ⭐ 6.8K) - Efficiently computes derivatives of numpy code. MIT -- [GitHub](https://github.com/deepchem/deepchem) (👨‍💻 200 · 🔀 1.3K · 📦 120 · 📋 1.4K - 29% open · ⏱️ 26.08.2022): +- [GitHub](https://github.com/HIPS/autograd) (👨‍💻 56 · 🔀 860 · 📦 8.1K · 📋 390 - 40% open · ⏱️ 16.11.2023): ``` - git clone https://github.com/deepchem/deepchem + git clone https://github.com/HIPS/autograd ``` -- [PyPi](https://pypi.org/project/deepchem) (📥 8.9K / month): +- [PyPi](https://pypi.org/project/autograd) (📥 1.4M / month): ``` - pip install deepchem + pip install autograd + ``` +- [Conda](https://anaconda.org/conda-forge/autograd) (📥 420K · ⏱️ 26.06.2023): + ``` + conda install -c conda-forge autograd ```
-
hdbscan (🥈28 · ⭐ 2.2K) - HDBSCAN群集的高性能实现。BSD-3 +
hdbscan (🥈29 · ⭐ 2.7K) - A high performance implementation of HDBSCAN clustering. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 80 · 🔀 390 · 📦 1.5K · 📋 440 - 63% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (👨‍💻 88 · 🔀 450 · 📦 3.5K · 📋 500 - 66% open · ⏱️ 30.04.2024): ``` git clone https://github.com/scikit-learn-contrib/hdbscan ``` -- [PyPi](https://pypi.org/project/hdbscan) (📥 450K / month): +- [PyPi](https://pypi.org/project/hdbscan) (📥 600K / month): ``` pip install hdbscan ``` -- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 1.2M · ⏱️ 11.02.2022): +- [Conda](https://anaconda.org/conda-forge/hdbscan) (📥 1.9M · ⏱️ 18.04.2024): ``` conda install -c conda-forge hdbscan ```
-
agate (🥈28 · ⭐ 1.1K · 💀) - 为人而不是为机器优化的Python数据分析库。MIT +
pyjanitor (🥈29 · ⭐ 1.3K) - Clean APIs for data cleaning. Python implementation of R package.. MIT -- [GitHub](https://github.com/wireservice/agate) (👨‍💻 49 · 🔀 140 · 📦 1.1K · 📋 640 - 1% open · ⏱️ 15.07.2021): +- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 110 · 🔀 170 · 📦 610 · 📋 550 - 19% open · ⏱️ 10.05.2024): ``` - git clone https://github.com/wireservice/agate + git clone https://github.com/ericmjl/pyjanitor ``` -- [PyPi](https://pypi.org/project/agate) (📥 1.6M / month): +- [PyPi](https://pypi.org/project/pyjanitor) (📥 77K / month): ``` - pip install agate + pip install pyjanitor ``` -- [Conda](https://anaconda.org/conda-forge/agate) (📥 91K · ⏱️ 16.07.2021): +- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 190K · ⏱️ 21.03.2024): ``` - conda install -c conda-forge agate + conda install -c conda-forge pyjanitor ```
-
Cython BLIS (🥈28 · ⭐ 190) - 快速矩阵乘法库。❗Unlicensed +
agate (🥈29 · ⭐ 1.2K) - A Python data analysis library that is optimized for humans instead of.. MIT -- [GitHub](https://github.com/explosion/cython-blis) (👨‍💻 12 · 🔀 34 · 📦 20K · 📋 28 - 17% open · ⏱️ 04.08.2022): +- [GitHub](https://github.com/wireservice/agate) (👨‍💻 53 · 🔀 150 · 📦 3.2K · 📋 650 - 0% open · ⏱️ 28.04.2024): ``` - git clone https://github.com/explosion/cython-blis + git clone https://github.com/wireservice/agate ``` -- [PyPi](https://pypi.org/project/blis) (📥 3.8M / month): +- [PyPi](https://pypi.org/project/agate) (📥 6.5M / month): ``` - pip install blis + pip install agate ``` -- [Conda](https://anaconda.org/conda-forge/cython-blis) (📥 1.6M · ⏱️ 05.08.2022): +- [Conda](https://anaconda.org/conda-forge/agate) (📥 180K · ⏱️ 28.04.2024): ``` - conda install -c conda-forge cython-blis + conda install -c conda-forge agate ```
-
PaddleHub (🥈27 · ⭐ 8.3K) - 基于PaddlePaddle的出色的预训练模型工具包。Apache-2 +
Pythran (🥈28 · ⭐ 2K) - Ahead of Time compiler for numeric kernels. BSD-3 -- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 62 · 🔀 1.7K · 📥 580 · 📦 890 · 📋 1.1K - 41% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 72 · 🔀 190 · 📦 2.1K · 📋 840 - 14% open · ⏱️ 14.05.2024): ``` - git clone https://github.com/PaddlePaddle/PaddleHub - ``` -- [PyPi](https://pypi.org/project/paddlehub) (📥 14K / month): - ``` - pip install paddlehub + git clone https://github.com/serge-sans-paille/pythran ``` -
-
carla (🥈27 · ⭐ 8.2K · 💤) - 用于自动驾驶研究的开源模拟器。❗Unlicensed - -- [GitHub](https://github.com/carla-simulator/carla) (👨‍💻 140 · 🔀 2.4K · 📦 230 · 📋 4K - 16% open · ⏱️ 19.11.2021): - +- [PyPi](https://pypi.org/project/pythran) (📥 220K / month): ``` - git clone https://github.com/carla-simulator/carla + pip install pythran ``` -- [PyPi](https://pypi.org/project/carla) (📥 26K / month): +- [Conda](https://anaconda.org/conda-forge/pythran) (📥 480K · ⏱️ 02.05.2024): ``` - pip install carla + conda install -c conda-forge pythran ```
-
Pythran (🥈27 · ⭐ 1.8K) - 用于数字内核的时间编译器。BSD-3 +
causalml (🥉26 · ⭐ 4.8K) - Uplift modeling and causal inference with machine learning.. ❗Unlicensed -- [GitHub](https://github.com/serge-sans-paille/pythran) (👨‍💻 66 · 🔀 170 · 📦 220 · 📋 760 - 14% open · ⏱️ 19.07.2022): +- [GitHub](https://github.com/uber/causalml) (👨‍💻 62 · 🔀 740 · 📦 200 · 📋 380 - 14% open · ⏱️ 09.05.2024): ``` - git clone https://github.com/serge-sans-paille/pythran - ``` -- [PyPi](https://pypi.org/project/pythran) (📥 370K / month): - ``` - pip install pythran + git clone https://github.com/uber/causalml ``` -- [Conda](https://anaconda.org/conda-forge/pythran) (📥 260K · ⏱️ 31.07.2022): +- [PyPi](https://pypi.org/project/causalml) (📥 78K / month): ``` - conda install -c conda-forge pythran + pip install causalml ```
-
pyjanitor (🥈27 · ⭐ 960) - 用于数据清理的API。MIT +
Cython BLIS (🥉26 · ⭐ 210) - Fast matrix-multiplication as a self-contained Python.. ❗Unlicensed -- [GitHub](https://github.com/pyjanitor-devs/pyjanitor) (👨‍💻 100 · 🔀 150 · 📦 220 · 📋 490 - 20% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/explosion/cython-blis) (👨‍💻 12 · 🔀 35 · 📦 43K · 📋 33 - 21% open · ⏱️ 03.11.2023): ``` - git clone https://github.com/ericmjl/pyjanitor + git clone https://github.com/explosion/cython-blis ``` -- [PyPi](https://pypi.org/project/pyjanitor) (📥 29K / month): +- [PyPi](https://pypi.org/project/blis) (📥 9M / month): ``` - pip install pyjanitor + pip install blis ``` -- [Conda](https://anaconda.org/conda-forge/pyjanitor) (📥 130K · ⏱️ 22.11.2021): +- [Conda](https://anaconda.org/conda-forge/cython-blis) (📥 2.1M · ⏱️ 01.10.2023): ``` - conda install -c conda-forge pyjanitor + conda install -c conda-forge cython-blis ```
-
metric-learn (🥉26 · ⭐ 1.3K) - Python中的度量学习算法。MIT +
PaddleHub (🥉25 · ⭐ 13K · 💀) - Awesome pre-trained models toolkit based on.. Apache-2 -- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 22 · 🔀 220 · 📦 230 · 📋 160 - 26% open · ⏱️ 21.06.2022): +- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (👨‍💻 69 · 🔀 2.1K · 📥 680 · 📦 1.6K · 📋 1.3K - 43% open · ⏱️ 28.03.2023): ``` - git clone https://github.com/scikit-learn-contrib/metric-learn + git clone https://github.com/PaddlePaddle/PaddleHub ``` -- [PyPi](https://pypi.org/project/metric-learn) (📥 44K / month): +- [PyPi](https://pypi.org/project/paddlehub) (📥 7.3K / month): ``` - pip install metric-learn + pip install paddlehub ```
-
Trax (🥉25 · ⭐ 7.1K) - 借助清晰的代码和速度来进行深度学习。Apache-2 +
Trax (🥉25 · ⭐ 8K) - Trax Deep Learning with Clear Code and Speed. Apache-2 -- [GitHub](https://github.com/google/trax) (👨‍💻 78 · 🔀 720 · 📦 75 · 📋 210 - 41% open · ⏱️ 08.08.2022): +- [GitHub](https://github.com/google/trax) (👨‍💻 79 · 🔀 800 · 📦 150 · 📋 230 - 46% open · ⏱️ 16.05.2024): ``` git clone https://github.com/google/trax @@ -10929,210 +10913,210 @@ _用于连接,操作和查询数据库的库。_ pip install trax ```
-
TabPy (🥉25 · ⭐ 1.3K) - 快速执行Python代码,并在Tableau可视化文件中显示结果。MIT +
metric-learn (🥉25 · ⭐ 1.4K · 💤) - Metric learning algorithms in Python. MIT -- [GitHub](https://github.com/tableau/TabPy) (👨‍💻 47 · 🔀 480 · 📦 93 · 📋 290 - 1% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (👨‍💻 22 · 🔀 220 · 📦 380 · 📋 160 - 26% open · ⏱️ 29.09.2023): ``` - git clone https://github.com/tableau/TabPy + git clone https://github.com/scikit-learn-contrib/metric-learn ``` -- [PyPi](https://pypi.org/project/tabpy) (📥 19K / month): +- [PyPi](https://pypi.org/project/metric-learn) (📥 16K / month): ``` - pip install tabpy + pip install metric-learn ```
-
causalml (🥉24 · ⭐ 3.2K) - 利用机器学习提升建模和因果推理。❗Unlicensed +
PySwarms (🥉25 · ⭐ 1.2K · 💤) - A research toolkit for particle swarm optimization in Python. MIT -- [GitHub](https://github.com/uber/causalml) (👨‍💻 44 · 🔀 520 · 📦 52 · 📋 280 - 21% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/ljvmiranda921/pyswarms) (👨‍💻 45 · 🔀 330 · 📦 380 · 📋 230 - 11% open · ⏱️ 06.06.2023): ``` - git clone https://github.com/uber/causalml + git clone https://github.com/ljvmiranda921/pyswarms ``` -- [PyPi](https://pypi.org/project/causalml) (📥 48K / month): +- [PyPi](https://pypi.org/project/pyswarms) (📥 23K / month): ``` - pip install causalml + pip install pyswarms ```
-
pyclustering (🥉24 · ⭐ 990 · 💀) - pyclustring是Python,C++数据挖掘库。BSD-3 +
pyclustering (🥉25 · ⭐ 1.1K) - pyclustring is a Python, C++ data mining library. BSD-3 -- [GitHub](https://github.com/annoviko/pyclustering) (👨‍💻 26 · 🔀 220 · 📥 410 · 📦 350 · 📋 650 - 9% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/annoviko/pyclustering) (👨‍💻 26 · 🔀 250 · 📥 510 · 📦 670 · 📋 660 - 10% open · ⏱️ 08.02.2024): ``` git clone https://github.com/annoviko/pyclustering ``` -- [PyPi](https://pypi.org/project/pyclustering) (📥 50K / month): +- [PyPi](https://pypi.org/project/pyclustering) (📥 46K / month): ``` pip install pyclustering ``` -- [Conda](https://anaconda.org/conda-forge/pyclustering) (📥 41K · ⏱️ 13.09.2021): +- [Conda](https://anaconda.org/conda-forge/pyclustering) (📥 64K · ⏱️ 16.11.2023): ``` conda install -c conda-forge pyclustering ```
-
PySwarms (🥉23 · ⭐ 960) - 用于Python中粒子群优化的研究工具包。MIT - -- [GitHub](https://github.com/ljvmiranda921/pyswarms) (👨‍💻 44 · 🔀 300 · 📦 180 · 📋 210 - 3% open · ⏱️ 03.07.2022): - - ``` - git clone https://github.com/ljvmiranda921/pyswarms - ``` -- [PyPi](https://pypi.org/project/pyswarms) (📥 18K / month): - ``` - pip install pyswarms - ``` -
-
gplearn (🥉22 · ⭐ 1.2K) - 使用scikit-learn启发式API进行Python遗传编程。BSD-3 +
Prince (🥉24 · ⭐ 1.2K) - Python factor analysis library (PCA, CA, MCA, MFA, FAMD). MIT -- [GitHub](https://github.com/trevorstephens/gplearn) (👨‍💻 10 · 🔀 200 · 📦 280 · 📋 190 - 7% open · ⏱️ 04.08.2022): +- [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 16 · 🔀 170 · 📦 530 · 📋 130 - 3% open · ⏱️ 16.04.2024): ``` - git clone https://github.com/trevorstephens/gplearn + git clone https://github.com/MaxHalford/prince ``` -- [PyPi](https://pypi.org/project/gplearn) (📥 5.3K / month): +- [PyPi](https://pypi.org/project/prince) (📥 100K / month): ``` - pip install gplearn + pip install prince ```
-
pyopencl (🥉22 · ⭐ 910) - 适用于Python的OpenCL集成。❗Unlicensed +
pyopencl (🥉24 · ⭐ 1K) - OpenCL integration for Python, plus shiny features. ❗Unlicensed -- [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 92 · 🔀 220 · 📦 800 · 📋 300 - 20% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/inducer/pyopencl) (👨‍💻 96 · 🔀 230 · 📦 1.9K · 📋 330 - 19% open · ⏱️ 10.05.2024): ``` git clone https://github.com/inducer/pyopencl ``` -- [PyPi](https://pypi.org/project/pyopencl) (📥 34K / month): +- [PyPi](https://pypi.org/project/pyopencl) (📥 58K / month): ``` pip install pyopencl ``` -- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 670K · ⏱️ 22.06.2022): +- [Conda](https://anaconda.org/conda-forge/pyopencl) (📥 1M · ⏱️ 09.05.2024): ``` conda install -c conda-forge pyopencl ```
-
Prince (🥉22 · ⭐ 850 · 💤) - Python因子分析库(PCA,CA,MCA,MFA,FAMD)。MIT +
TabPy (🥉23 · ⭐ 1.5K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT -- [GitHub](https://github.com/MaxHalford/prince) (👨‍💻 12 · 🔀 150 · 📦 240 · 📋 110 - 35% open · ⏱️ 28.12.2021): +- [GitHub](https://github.com/tableau/TabPy) (👨‍💻 50 · 🔀 560 · 📦 160 · 📋 320 - 5% open · ⏱️ 04.01.2024): ``` - git clone https://github.com/MaxHalford/prince + git clone https://github.com/tableau/TabPy ``` -- [PyPi](https://pypi.org/project/prince) (📥 45K / month): +- [PyPi](https://pypi.org/project/tabpy) (📥 7.6K / month): ``` - pip install prince + pip install tabpy ```
-
findspark (🥉22 · ⭐ 440) - 查找pyspark并导入的工具库。BSD-3 +
findspark (🥉23 · ⭐ 510 · 💀) - Find pyspark to make it importable. BSD-3 -- [GitHub](https://github.com/minrk/findspark) (👨‍💻 15 · 🔀 68 · 📦 2.7K · 📋 22 - 50% open · ⏱️ 11.02.2022): +- [GitHub](https://github.com/minrk/findspark) (👨‍💻 15 · 🔀 71 · 📦 4.4K · 📋 23 - 47% open · ⏱️ 11.02.2022): ``` git clone https://github.com/minrk/findspark ``` -- [PyPi](https://pypi.org/project/findspark) (📥 2.1M / month): +- [PyPi](https://pypi.org/project/findspark) (📥 2.7M / month): ``` pip install findspark ``` -- [Conda](https://anaconda.org/conda-forge/findspark) (📥 690K · ⏱️ 11.02.2022): +- [Conda](https://anaconda.org/conda-forge/findspark) (📥 900K · ⏱️ 16.06.2023): ``` conda install -c conda-forge findspark ```
-
River (🥉20 · ⭐ 3.6K) - Python中的在线机器学习。BSD-3 +
River (🥉21 · ⭐ 4.8K) - Online machine learning in Python. BSD-3 -- [GitHub](https://github.com/online-ml/river) (👨‍💻 81 · 🔀 380 · 📦 160 · 📋 370 - 1% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/online-ml/river) (👨‍💻 110 · 🔀 520 · 📦 480 · 📋 580 - 17% open · ⏱️ 15.05.2024): ``` git clone https://github.com/online-ml/river ```
-
BioPandas (🥉20 · ⭐ 500) - 在pandas DataFrames中处理分子结构。BSD-3 +
gplearn (🥉20 · ⭐ 1.5K · 💤) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 -- [GitHub](https://github.com/rasbt/biopandas) (👨‍💻 10 · 🔀 100 · 📦 120 · 📋 47 - 42% open · ⏱️ 06.08.2022): +- [GitHub](https://github.com/trevorstephens/gplearn) (👨‍💻 10 · 🔀 270 · 📦 560 · 📋 210 - 10% open · ⏱️ 12.08.2023): ``` - git clone https://github.com/rasbt/biopandas - ``` -- [PyPi](https://pypi.org/project/biopandas) (📥 5.3K / month): - ``` - pip install biopandas + git clone https://github.com/trevorstephens/gplearn ``` -- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 120K · ⏱️ 13.05.2022): +- [PyPi](https://pypi.org/project/gplearn) (📥 6.4K / month): ``` - conda install -c conda-forge biopandas + pip install gplearn ```
-
StreamAlert (🥉19 · ⭐ 2.7K) - StreamAlert是无服务器的实时数据分析框架。Apache-2 +
BioPandas (🥉20 · ⭐ 680 · 💤) - Working with molecular structures in pandas DataFrames. BSD-3 -- [GitHub](https://github.com/airbnb/streamalert) (👨‍💻 33 · 🔀 320 · 📋 340 - 24% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/BioPandas/biopandas) (👨‍💻 15 · 🔀 110 · 📦 250 · 📋 58 - 41% open · ⏱️ 19.09.2023): ``` - git clone https://github.com/airbnb/streamalert + git clone https://github.com/rasbt/biopandas + ``` +- [PyPi](https://pypi.org/project/biopandas) (📥 58K / month): + ``` + pip install biopandas + ``` +- [Conda](https://anaconda.org/conda-forge/biopandas) (📥 150K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge biopandas ```
-
SUOD (🥉19 · ⭐ 330) - (MLSys' 21)大型无人驾驶加速系统。BSD-2 +
SUOD (🥉20 · ⭐ 370) - (MLSys' 21) An Acceleration System for Large-scare Unsupervised.. BSD-2 -- [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 2 · 🔀 41 · 📦 430 · 📋 9 - 66% open · ⏱️ 07.07.2022): +- [GitHub](https://github.com/yzhao062/SUOD) (👨‍💻 3 · 🔀 47 · 📦 510 · 📋 12 - 75% open · ⏱️ 08.02.2024): ``` git clone https://github.com/yzhao062/SUOD ``` -- [PyPi](https://pypi.org/project/suod) (📥 29K / month): +- [PyPi](https://pypi.org/project/suod) (📥 14K / month): ``` pip install suod ```
-
impyute (🥉19 · ⭐ 320 · 💤) - 数据插补库可对缺少数据的数据集进行预处理。MIT +
impyute (🥉19 · ⭐ 350 · 💀) - Data imputations library to preprocess datasets with missing data. MIT -- [GitHub](https://github.com/eltonlaw/impyute) (👨‍💻 11 · 🔀 46 · 📦 140 · 📋 64 - 42% open · ⏱️ 06.11.2021): +- [GitHub](https://github.com/eltonlaw/impyute) (👨‍💻 11 · 🔀 48 · 📦 230 · 📋 65 - 43% open · ⏱️ 06.11.2021): ``` git clone https://github.com/eltonlaw/impyute ``` -- [PyPi](https://pypi.org/project/impyute) (📥 8.2K / month): +- [PyPi](https://pypi.org/project/impyute) (📥 4.4K / month): ``` pip install impyute ```
-
AstroML (🥉17 · ⭐ 840) - 天文学和天体物理学的机器学习,统计和数据挖掘.BSD-2 +
StreamAlert (🥉18 · ⭐ 2.8K · 💀) - StreamAlert is a serverless, realtime data analysis.. Apache-2 + +- [GitHub](https://github.com/airbnb/streamalert) (👨‍💻 33 · 🔀 330 · 📋 350 - 24% open · ⏱️ 20.07.2022): + + ``` + git clone https://github.com/airbnb/streamalert + ``` +
+
AstroML (🥉16 · ⭐ 1K) - Machine learning, statistics, and data mining for astronomy and.. BSD-2 -- [GitHub](https://github.com/astroML/astroML) (👨‍💻 30 · 🔀 270 · 📋 150 - 37% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/astroML/astroML) (👨‍💻 31 · 🔀 290 · 📋 160 - 37% open · ⏱️ 04.01.2024): ``` git clone https://github.com/astroML/astroML ``` -- [PyPi](https://pypi.org/project/astroML) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/astroML) (📥 1.5K / month): ``` pip install astroML ``` -- [Conda](https://anaconda.org/conda-forge/astroml) (📥 31K · ⏱️ 02.03.2022): +- [Conda](https://anaconda.org/conda-forge/astroml) (📥 43K · ⏱️ 16.06.2023): ``` conda install -c conda-forge astroml ```
-
Feature Engine (🥉16 · ⭐ 22) - 具有sklearn类功能的功能工程包。BSD-3 +
Feature Engine (🥉16 · ⭐ 46 · 💀) - Feature engineering package with sklearn like functionality. BSD-3 -- [GitHub](https://github.com/solegalli/feature_engine) (👨‍💻 36 · 🔀 8 · ⏱️ 05.07.2022): +- [GitHub](https://github.com/solegalli/feature_engine) (👨‍💻 38 · 🔀 13 · ⏱️ 07.12.2022): ``` git clone https://github.com/solegalli/feature_engine ``` -- [PyPi](https://pypi.org/project/feature_engine) (📥 93K / month): +- [PyPi](https://pypi.org/project/feature_engine) (📥 140K / month): ``` pip install feature_engine ``` -- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 14K · ⏱️ 14.06.2022): +- [Conda](https://anaconda.org/conda-forge/feature_engine) (📥 48K · ⏱️ 24.03.2024): ``` conda install -c conda-forge feature_engine ```
-
cleanlab (🥉13 · ⭐ 49 · 🐣) - 机器学习的标准软件包。❗️AGPL-3.0 +
cleanlab (🥉14 · ⭐ 56 · 💀) - The standard package for machine learning with noisy labels and.. ❗️AGPL-3.0 -- [GitHub](https://github.com/cgnorthcutt/cleanlab) (👨‍💻 10 · 🔀 9 · ⏱️ 21.08.2022): +- [GitHub](https://github.com/cgnorthcutt/cleanlab) (👨‍💻 10 · 🔀 8 · ⏱️ 21.08.2022): ``` git clone https://github.com/cgnorthcutt/cleanlab ``` -- [PyPi](https://pypi.org/project/cleanlab) (📥 7.2K / month): +- [PyPi](https://pypi.org/project/cleanlab) (📥 27K / month): ``` pip install cleanlab ``` diff --git a/history/2024-05-16_changes.md b/history/2024-05-16_changes.md new file mode 100644 index 0000000..06d34d0 --- /dev/null +++ b/history/2024-05-16_changes.md @@ -0,0 +1,20 @@ +## 📈 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 (🥇39 · ⭐ 32K · 📈) - Streamlit The fastest way to build data apps in Python. Apache-2 +- Seaborn (🥇39 · ⭐ 12K · 📈) - Statistical data visualization using matplotlib. BSD-3 +- pytorch-lightning (🥇38 · ⭐ 27K · 📈) - The lightweight PyTorch wrapper for high-performance.. Apache-2 +- opencv-python (🥇34 · ⭐ 4.2K · 📈) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +- tinygrad (🥇26 · ⭐ 24K · 📈) - You like pytorch? You like micrograd? You love tinygrad!. 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._ + +- geopy (🥉26 · ⭐ 4.3K · 📉) - Geocoding library for Python. MIT +- UMAP (🥉25 · ⭐ 7K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +- analytics-zoo (🥉16 · ⭐ 9 · 🐣) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 +- sklearn-evaluation (🥉11 · ⭐ 3 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- Skater (🥉5 · 💤) - Python Library for Model Interpretation/Explanations. ❗Unlicensed + diff --git a/history/2024-05-16_projects.csv b/history/2024-05-16_projects.csv new file mode 100644 index 0000000..425c5d5 --- /dev/null +++ b/history/2024-05-16_projects.csv @@ -0,0 +1,822 @@ +,name,show,github_id,resource,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,closed_issue_count,star_count,description,contributor_count,projectrank,latest_stable_release_published_at,latest_stable_release_number,release_count,updated_github_id,commit_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,trending,npm_id,npm_url,npm_monthly_downloads,helm_id,brew_id,apt_id,yum_id,snap_id,dnf_id,yay_id,maven_id,maven_url,gitlab_id,gitlab_url +0,ANN Benchmarks,True,erikbern/ann-benchmarks,True,nn-search,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,670.0,51.0,142.0,4644.0,Benchmarks of approximate nearest neighbor libraries in Python.,104.0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,Python Web Scraping,True,ml-tooling/best-of-web-python,True,web-scraping,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python,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,162.0,,3.0,2191.0,Collection of web-scraping and crawling libraries.,16.0,0,2024-05-09 17:47:33,2024.05.09,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,Python DB Clients,True,HanXinzi2020/awesome-python-resources,True,db-clients,https://github.com/HanXinzi-AI/awesome-python-resources,https://github.com/HanXinzi2020/awesome-python-resources#数据库,,2021-04-24 13:42:10.000,2024-05-16 14:16:04.000000,2022-08-26 04:30:58,17.0,,,79.0,Collection of database clients for python.,2.0,0,,,,HanXinzi-AI/awesome-python-resources,46.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,Tensorflow,True,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,72342.0,1954.0,37268.0,185261.0,An Open Source Machine Learning Framework for Everyone.,4603.0,45,2024-03-08 19:09:29,2.15.1,100.0,,164588.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],369676.0,369676.0,https://pypi.org/project/tensorflow,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,77126194.0,1.0,,,,,,,,,,,,,,,, +4,pandas,True,pandas-dev/pandas,,data-containers,https://github.com/pandas-dev/pandas,https://github.com/pandas-dev/pandas,BSD-3-Clause,2010-08-24 01:37:33.000,2024-05-16 09:27:24.000000,2024-05-15 19:12:05,17058.0,3659.0,22754.0,42129.0,Flexible and powerful data analysis / manipulation library for..,3638.0,41,2024-04-10 19:47:02,2.2.2,100.0,,,pandas,conda-forge/pandas,,,['pandas'],1681592.0,1681592.0,https://pypi.org/project/pandas,218892136.0,220078108.0,https://anaconda.org/conda-forge/pandas,2024-04-11 00:45:25.805,50897382.0,,,,,1.0,263607.0,,,,,,,,,,,,,,, +5,PyTorch,True,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,20714.0,13004.0,28911.0,78506.0,Tensors and Dynamic neural networks in Python with strong GPU..,4851.0,40,2024-04-24 16:12:17,2.3.0,52.0,,,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],447331.0,447331.0,https://pypi.org/project/torch,28933536.0,29603696.0,https://anaconda.org/pytorch/pytorch,2024-04-23 12:59:17.451,21430766.0,,,,,1.0,41371.0,,,,,,,,,,,,,,, +6,transformers,True,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:11:33.000000,2024-05-16 13:32:21,24007.0,843.0,13934.0,126151.0,Transformers: State-of-the-art Natural Language..,2575.0,39,2024-05-06 16:09:45,4.40.2,110.0,,,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",169066.0,169066.0,https://pypi.org/project/transformers,27641839.0,27678067.0,https://anaconda.org/conda-forge/transformers,2024-05-07 05:35:22.641,1666502.0,,,,,1.0,,,,,,,,,,,,,,,, +7,scikit-learn,True,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,24297.0,1583.0,9285.0,58309.0,scikit-learn: machine learning in Python.,3117.0,39,2024-04-09 20:07:22,1.4.2,49.0,,,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],775236.0,775236.0,https://pypi.org/project/scikit-learn,67303273.0,67891712.0,https://anaconda.org/conda-forge/scikit-learn,2024-05-07 23:17:12.106,28244657.0,,,,,1.0,953.0,,,,,,,,,,,,,,, +8,Streamlit,True,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,2772.0,784.0,3344.0,32147.0,Streamlit The fastest way to build data apps in Python.,229.0,39,2024-05-02 17:44:20,1.34.0,78.0,,5094.0,streamlit,,,,,380272.0,380272.0,https://pypi.org/project/streamlit,4330041.0,4330041.0,,,,,,,,1.0,,9.0,,,,,,,,,,,,,, +9,spaCy,True,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,4218.0,91.0,5502.0,28873.0,Industrial-strength Natural Language Processing (NLP) in Python.,751.0,39,2024-02-15 19:16:59,3.7.4,100.0,,16131.0,spacy,conda-forge/spacy,,,,88098.0,88098.0,https://pypi.org/project/spacy,12322448.0,12395630.0,https://anaconda.org/conda-forge/spacy,2024-04-04 16:04:13.461,3439586.0,,,,,1.0,,,,,,,,,,,,,,,, +10,numpy,True,numpy/numpy,,data-containers,https://github.com/numpy/numpy,https://github.com/numpy/numpy,,2010-09-13 23:02:39.000,2024-05-16 11:32:32.000000,2024-05-16 09:47:33,9229.0,1935.0,10462.0,26504.0,The fundamental package for scientific computing with Python.,1770.0,39,2024-02-06 00:32:23,1.26.4,100.0,,,numpy,conda-forge/numpy,,,,2307449.0,2307449.0,https://pypi.org/project/numpy,271242601.0,272846962.0,https://anaconda.org/conda-forge/numpy,2024-05-16 06:59:26.198,74823620.0,,,,,1.0,989608.0,,,,,,,,,,,,,,, +11,XGBoost,True,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,8172.0,376.0,4766.0,25632.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or..",640.0,39,2023-12-19 10:07:53,2.0.3,56.0,,6841.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,91297.0,91297.0,https://pypi.org/project/xgboost,19284971.0,19388981.0,https://anaconda.org/conda-forge/xgboost,2024-04-18 01:21:37.436,4781265.0,,,,,1.0,8566.0,,,,,,,,,,,,,,, +12,Seaborn,True,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,1796.0,132.0,2367.0,12001.0,Statistical data visualization using matplotlib.,212.0,39,2024-01-25 13:21:20,0.13.2,37.0,,3234.0,seaborn,conda-forge/seaborn,,,,406429.0,406429.0,https://pypi.org/project/seaborn,17419975.0,17605659.0,https://anaconda.org/conda-forge/seaborn,2024-04-30 16:33:12.611,8727024.0,,,,,1.0,391.0,10.0,,,,,,,,,,,,,, +13,pytorch-lightning,True,PyTorchLightning/pytorch-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 13:48:49.000000,2024-05-15 17:07:31,3206.0,732.0,6184.0,27064.0,The lightweight PyTorch wrapper for high-performance..,945.0,38,2024-05-01 22:50:46,2.2.4,111.0,Lightning-AI/pytorch-lightning,10284.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],32288.0,32288.0,https://pypi.org/project/pytorch-lightning,5105912.0,5130036.0,https://anaconda.org/conda-forge/pytorch-lightning,2024-04-12 18:53:30.868,1124009.0,,,,,1.0,7535.0,9.0,,,,,,,,,,,,,, +14,Faker,True,joke2k/faker,,data-loading,https://github.com/joke2k/faker,https://github.com/joke2k/faker,MIT,2012-11-12 23:00:09.000,2024-05-15 15:57:04.000000,2024-05-13 16:05:03,1832.0,12.0,700.0,17166.0,Faker is a Python package that generates fake data for you.,577.0,38,2024-05-13 16:05:31,25.2.0,246.0,,3671.0,Faker,conda-forge/faker,,,,213284.0,213284.0,https://pypi.org/project/Faker,15491469.0,15511260.0,https://anaconda.org/conda-forge/faker,2024-05-14 15:00:52.635,930207.0,,,,,1.0,,,,,,,,,,,,,,,, +15,Plotly,True,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,2456.0,1438.0,1411.0,15375.0,The interactive graphing library for Python (includes Plotly Express).,263.0,38,2024-05-01 14:04:11,5.22.0,100.0,,6490.0,plotly,conda-forge/plotly,,,,265680.0,265680.0,https://pypi.org/project/plotly,16155668.0,16286568.0,https://anaconda.org/conda-forge/plotly,2024-05-04 13:44:40.868,5788644.0,,,,,1.0,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,10304.0,,,,,,,,,,, +16,scipy,True,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,4925.0,1517.0,8448.0,12519.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1631.0,38,2024-04-02 21:56:52,1.13.0,88.0,,,scipy,conda-forge/scipy,,,,995478.0,995478.0,https://pypi.org/project/scipy,107178573.0,108323098.0,https://anaconda.org/conda-forge/scipy,2024-05-04 08:53:53.660,47910982.0,,,,,1.0,401629.0,,,,,,,,,,,,,,, +17,Tensorboard,True,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,1602.0,608.0,1230.0,6563.0,TensorFlow's Visualization Toolkit.,319.0,38,2024-02-16 19:55:52,2.16.2,60.0,,5828.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],234193.0,234193.0,https://pypi.org/project/tensorboard,28734735.0,28833916.0,https://anaconda.org/conda-forge/tensorboard,2024-02-18 19:53:36.212,4661524.0,,,,,1.0,,,,,,,,,,,,,,,, +18,shap,True,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,3103.0,822.0,1631.0,21750.0,A game theoretic approach to explain the output of any machine learning model.,239.0,37,2024-05-07 11:32:42,0.45.1,54.0,shap/shap,2657.0,shap,conda-forge/shap,,,,17440.0,17440.0,https://pypi.org/project/shap,6937609.0,7005343.0,https://anaconda.org/conda-forge/shap,2024-05-08 21:55:59.406,2777114.0,,,,,1.0,,,,,,,,,,,,,,,, +19,mlflow,True,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:07:21.000000,2024-05-16 09:34:02,3832.0,1181.0,2424.0,17408.0,Open source platform for the machine learning lifecycle.,727.0,37,2024-05-09 18:07:47,2.12.2,89.0,,5845.0,mlflow,conda-forge/mlflow,,,,35129.0,35129.0,https://pypi.org/project/mlflow,14103908.0,14144899.0,https://anaconda.org/conda-forge/mlflow,2024-05-10 07:49:17.766,1926595.0,,,,,1.0,,,,,,,,,,,,,,,, +20,LightGBM,True,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,3704.0,341.0,2966.0,16120.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,..",301.0,37,2024-01-26 02:11:11,4.3.0,31.0,,3469.0,lightgbm,conda-forge/lightgbm,,,,32814.0,32814.0,https://pypi.org/project/lightgbm,7697055.0,7751904.0,https://anaconda.org/conda-forge/lightgbm,2024-01-26 13:26:41.503,2298414.0,,,,,1.0,222163.0,,,,,,,,,,,,,,, +21,sentence-transformers,True,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,2281.0,1021.0,929.0,13964.0,Sentence Embeddings with BERT & XLNet.,159.0,37,2024-04-17 13:16:06,2.7.0,40.0,,1386.0,sentence-transformers,,,,['pytorch'],32820.0,32820.0,https://pypi.org/project/sentence-transformers,4268794.0,4268794.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +22,SymPy,True,sympy/sympy,,others,https://github.com/sympy/sympy,https://github.com/sympy/sympy,,2010-04-30 20:37:14.000,2024-05-16 13:39:48.000000,2024-05-15 18:00:11,4245.0,4338.0,8737.0,12460.0,A computer algebra system written in pure Python.,1302.0,37,2024-03-31 22:49:13,1.12.1rc1,46.0,,57644.0,sympy,conda-forge/sympy,,,,135545.0,135545.0,https://pypi.org/project/sympy,21851857.0,21913249.0,https://anaconda.org/conda-forge/sympy,2023-06-16 13:17:18.981,5493942.0,,,,,1.0,541401.0,,,,,,,,,,,,,,, +23,Pillow,True,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,1993.0,74.0,2997.0,11760.0,The friendly PIL fork (Python Imaging Library).,468.0,37,2024-04-01 12:34:53,10.3.0,55.0,,,Pillow,conda-forge/pillow,,,,1659040.0,1659040.0,https://pypi.org/project/Pillow,96961271.0,97813701.0,https://anaconda.org/conda-forge/pillow,2024-04-03 15:56:48.771,39211814.0,,,,,1.0,,,,,,,,,,,,,,,, +24,Beam,True,apache/beam,,data-pipelines,https://github.com/apache/beam,https://github.com/apache/beam,Apache-2.0,2016-02-02 08:00:06.000,2024-05-16 12:54:53.000000,2024-05-15 19:26:54,3986.0,4291.0,2401.0,7566.0,"Unified programming model to define and execute data processing pipelines, including ETL, batch and stream processing.",1632.0,37,2024-05-02 01:14:48,2.56.0,40.0,,42330.0,apache-beam,,,,,6979.0,6979.0,https://pypi.org/project/apache-beam,7718841.0,7718841.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +25,Airflow,True,apache/airflow,,data-pipelines,https://github.com/apache/airflow,https://github.com/apache/airflow,Apache-2.0,2015-04-13 18:04:58.000,2024-05-16 14:22:32.000000,2024-05-16 11:48:41,13249.0,795.0,8226.0,35217.0,"Platform to programmatically author, schedule, and monitor workflows.",3285.0,36,2024-05-06 10:30:55,2.9.1,83.0,,,apache-airflow,conda-forge/airflow,apache/airflow,,,10749.0,10749.0,https://pypi.org/project/apache-airflow,22734234.0,33502156.0,https://anaconda.org/conda-forge/airflow,2024-05-07 01:43:58.927,1040356.0,https://hub.docker.com/r/apache/airflow,2024-05-06 07:24:13.445144,515.0,1170596406.0,1.0,618494.0,,,,,stable/airflow,,,,,,,,,, +26,Ray,True,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:05:29.000000,2024-05-16 02:29:10,5200.0,3223.0,14261.0,31400.0,"An open source framework that provides a simple, universal API for..",1016.0,36,2024-05-14 23:39:54,ray-2.22.0,85.0,,21622.0,ray,,,,,15440.0,15440.0,https://pypi.org/project/ray,4575871.0,4575873.0,,,,,,,,1.0,213.0,,,,,,,,,,,,,,, +27,Gradio,True,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 14:28:11.000000,2024-05-16 10:18:10,2155.0,500.0,3698.0,29433.0,"Wrap UIs around any model, share with anyone.",292.0,36,2024-05-15 22:30:47,@gradio/video@0.8.4,100.0,,4736.0,gradio,,,,,30044.0,30044.0,https://pypi.org/project/gradio,6812769.0,6812769.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +28,PaddlePaddle,True,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,5301.0,960.0,17020.0,21656.0,PArallel Distributed Deep LEarning: Machine Learning..,1197.0,36,2024-04-09 11:19:43,2.6.1,62.0,,15069.0,paddlepaddle,,,,['paddle'],5102.0,5102.0,https://pypi.org/project/paddlepaddle,263787.0,263952.0,,,,,,,,2.0,15374.0,,,,,,,,,,,,,,, +29,dash,True,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,1951.0,782.0,916.0,20605.0,"Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript..",154.0,36,2024-05-03 17:00:38,2.17.0,107.0,,7607.0,dash,conda-forge/dash,,,,62953.0,62953.0,https://pypi.org/project/dash,2890316.0,2917608.0,https://anaconda.org/conda-forge/dash,2024-05-04 04:54:12.137,1282719.0,,,,,1.0,72.0,,,,,,,,,,,,,,, +30,Matplotlib,True,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,7259.0,1172.0,9064.0,19372.0,matplotlib: plotting with Python.,1673.0,36,2024-05-15 23:51:33,3.9.0,85.0,,,matplotlib,conda-forge/matplotlib,,,,1191391.0,1191391.0,https://pypi.org/project/matplotlib,63489644.0,63990060.0,https://anaconda.org/conda-forge/matplotlib,2024-05-06 01:03:53.090,23519562.0,,,,,1.0,,,,,,,,,,,,,,,, +31,dlib,True,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,2883.0,46.0,2142.0,13081.0,A toolkit for making real world machine learning and data analysis..,195.0,36,2024-03-31 19:34:51,19.24.4,28.0,,8263.0,dlib,conda-forge/dlib,,,,27092.0,27092.0,https://pypi.org/project/dlib,496040.0,511144.0,https://anaconda.org/conda-forge/dlib,2024-04-04 08:17:12.401,698775.0,,,,,2.0,25434.0,,,,,,,,,,,,,,, +32,pydeck,True,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,2022.0,263.0,2687.0,11767.0,WebGL2 powered geospatial visualization layers.,263.0,36,2024-05-06 07:33:16,9.0.14,100.0,,4887.0,pydeck,conda-forge/pydeck,,,['jupyter'],7570.0,7570.0,https://pypi.org/project/pydeck,3542098.0,4006949.0,https://anaconda.org/conda-forge/pydeck,2023-06-16 19:17:51.392,517220.0,,,,,1.0,,,deck.gl,https://www.npmjs.com/package/deck.gl,454710.0,,,,,,,,,,, +33,TensorFlow Datasets,True,tensorflow/datasets,,data-loading,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,1469.0,413.0,720.0,4201.0,TFDS is a collection of datasets ready to use with..,306.0,36,2023-12-18 13:28:11,4.9.4,32.0,,6283.0,tensorflow-datasets,,,,['tensorflow'],17590.0,17590.0,https://pypi.org/project/tensorflow-datasets,4285952.0,4285952.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +34,h5py,True,h5py/h5py,,data-containers,https://github.com/h5py/h5py,https://github.com/h5py/h5py,BSD-3-Clause,2012-09-21 00:40:02.000,2024-05-16 13:46:42.000000,2024-05-16 12:53:15,501.0,256.0,1238.0,2013.0,HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5..,204.0,36,2024-04-10 09:55:20,3.11.0,36.0,,4417.0,h5py,conda-forge/h5py,,,,270918.0,270918.0,https://pypi.org/project/h5py,23217056.0,23548474.0,https://anaconda.org/conda-forge/h5py,2024-04-10 16:41:16.562,15574904.0,,,,,1.0,3317.0,,,,,,,,,,,,,,, +35,OpenAI Gym,True,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,8064.0,90.0,1721.0,33967.0,A toolkit for developing and comparing reinforcement learning..,383.0,35,2022-10-04 16:39:12,0.26.2,19.0,,1757.0,gym,,,,,53195.0,53195.0,https://pypi.org/project/gym,443121.0,443121.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +36,DeepSpeed,True,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,3759.0,933.0,1614.0,32998.0,DeepSpeed is a deep learning optimization library that makes..,308.0,35,2024-04-23 23:25:20,0.14.2,74.0,,2293.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],7021.0,7021.0,https://pypi.org/project/deepspeed,530583.0,530928.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2022-09-02 00:25:31.275782,4.0,17964.0,1.0,,,,,,,,,,,,,,,, +37,Fastai,True,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:04.000000,2024-04-27 22:14:00,7336.0,199.0,1589.0,25683.0,The fastai deep learning library.,248.0,35,2024-04-27 22:14:04,2.7.15,52.0,,2765.0,fastai,,,,['pytorch'],17259.0,17259.0,https://pypi.org/project/fastai,367058.0,367058.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +38,gensim,True,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,4164.0,382.0,1452.0,15289.0,Topic Modelling for Humans.,451.0,35,2023-08-24 08:44:46,4.3.2,43.0,piskvorky/gensim,4492.0,gensim,conda-forge/gensim,,,,59402.0,59402.0,https://pypi.org/project/gensim,5512228.0,5545225.0,https://anaconda.org/conda-forge/gensim,2024-02-08 03:02:42.101,1252232.0,,,,,1.0,4556.0,,,,,,,,,,,,,,, +39,Dagster,True,dagster-io/dagster,,data-pipelines,https://github.com/dagster-io/dagster,https://github.com/dagster-io/dagster,Apache-2.0,2018-04-30 16:30:04.000,2024-05-16 14:17:16.000000,2024-05-15 22:46:57,1281.0,2093.0,4862.0,10370.0,"A data orchestrator for machine learning, analytics, and ETL.",433.0,35,2024-05-09 18:20:14,1.7.5,196.0,,18413.0,dagster,conda-forge/dagster,,,,2338.0,2338.0,https://pypi.org/project/dagster,917123.0,940808.0,https://anaconda.org/conda-forge/dagster,2024-05-09 19:47:00.692,1136896.0,,,,,1.0,,,,,,,,,,,,,,,, +40,StatsModels,True,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,2646.0,2607.0,2754.0,9597.0,Statsmodels: statistical modeling and econometrics in Python.,426.0,35,2024-04-17 08:07:37,0.14.2,27.0,,,statsmodels,conda-forge/statsmodels,,,,123632.0,123632.0,https://pypi.org/project/statsmodels,17144417.0,17422491.0,https://anaconda.org/conda-forge/statsmodels,2023-12-14 18:03:00.804,13069515.0,,,,,2.0,31.0,,,,,,,,,,,,,,, +41,SageMaker SDK,True,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,1061.0,254.0,1190.0,2049.0,A library for training and deploying machine learning..,438.0,35,2024-05-15 19:45:15,2.220.0,100.0,,3675.0,sagemaker,,,,"['mxnet', 'tensorflow']",3953.0,3953.0,https://pypi.org/project/sagemaker,25991429.0,25991429.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +42,imageio,True,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,285.0,96.0,495.0,1415.0,Python library for reading and writing image data.,111.0,35,2024-04-22 02:22:40,2.34.1,66.0,,1530.0,imageio,conda-forge/imageio,,,,126310.0,126310.0,https://pypi.org/project/imageio,22304701.0,22442396.0,https://anaconda.org/conda-forge/imageio,2024-04-22 04:44:13.491,6333324.0,,,,,1.0,1049.0,,,,,,,,,,,,,,, +43,Keras,True,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,18672.0,170.0,11685.0,61041.0,Deep Learning for humans.,1297.0,34,2024-04-26 23:21:04,3.3.3,67.0,,10681.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],,,https://pypi.org/project/keras,18311863.0,18385917.0,https://anaconda.org/conda-forge/keras,2024-04-27 08:28:33.749,3480576.0,,,,,2.0,,,,,,,,,,,,,,,, +44,Celery,True,celery/celery,,data-pipelines,https://github.com/celery/celery,https://github.com/celery/celery,,2009-04-24 11:31:24.000,2024-05-15 22:10:39.000000,2024-05-15 03:48:14,4447.0,642.0,4387.0,23662.0,Asynchronous task queue/job queue based on distributed message passing.,1349.0,34,2024-04-17 20:32:41,5.4.0,48.0,,,celery,conda-forge/celery,,,,133030.0,133030.0,https://pypi.org/project/celery,10910423.0,10945216.0,https://anaconda.org/conda-forge/celery,2023-12-30 03:15:22.483,1635271.0,,,,,1.0,,,,,,,,,,,,,,,, +45,MXNet,True,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,6517.0,1805.0,7758.0,20724.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning..",982.0,34,2022-05-10 20:10:05,1.9.1,34.0,apache/mxnet,11896.0,mxnet,mxnet,,,['mxnet'],7267.0,7267.0,https://pypi.org/project/mxnet,595657.0,596076.0,https://anaconda.org/anaconda/mxnet,2023-06-16 13:24:22.589,10762.0,,,,,2.0,26891.0,,,,,,,,,,,,,,, +46,Jina,True,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,2176.0,12.0,1925.0,20171.0,An easier way to build neural search on the cloud.,176.0,34,2024-04-10 14:42:19,3.25.1,100.0,,8540.0,jina,,jinaai/jina,,,1723.0,1723.0,https://pypi.org/project/jina,38298.0,63917.0,,,,https://hub.docker.com/r/jinaai/jina,2024-05-16 11:00:01.190646,8.0,1306582.0,2.0,,,,,,,,,,,,,,,, +47,Datasets,True,huggingface/datasets,,data-loading,https://github.com/huggingface/datasets,https://github.com/huggingface/datasets,Apache-2.0,2020-03-26 09:23:22.000,2024-05-16 14:21:55.000000,2024-05-16 12:51:04,2468.0,622.0,2140.0,18517.0,The largest hub of ready-to-use NLP datasets for ML models with..,561.0,34,2024-05-06 09:40:13,2.19.1,86.0,,,datasets,,,,,48740.0,48740.0,https://pypi.org/project/datasets,9741409.0,9741409.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +48,onnx,True,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,3547.0,282.0,2424.0,16948.0,Open standard for machine learning interoperability.,317.0,34,2024-03-25 15:40:18,1.16.0,28.0,,,onnx,conda-forge/onnx,,,,27653.0,27653.0,https://pypi.org/project/onnx,5583932.0,5605251.0,https://anaconda.org/conda-forge/onnx,2024-03-26 22:34:37.040,989860.0,,,,,1.0,20518.0,,,,,,,,,,,,,,, +49,imgaug,True,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,2378.0,286.0,224.0,14178.0,Image augmentation for machine learning experiments.,36.0,34,2020-02-06 06:18:40,0.4.0,3.0,,2913.0,imgaug,conda-forge/imgaug,,,,19761.0,19761.0,https://pypi.org/project/imgaug,442073.0,444711.0,https://anaconda.org/conda-forge/imgaug,2023-06-16 16:15:24.882,155668.0,,,,,1.0,,,,,,,,,,,,,,,, +50,dask,True,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,1645.0,872.0,4161.0,12053.0,Parallel computing with task scheduling.,600.0,34,2024-05-07 09:10:44,2024.5.0,172.0,,,dask,conda-forge/dask,,,,60195.0,60195.0,https://pypi.org/project/dask,8276272.0,8507737.0,https://anaconda.org/conda-forge/dask,2024-05-04 00:43:29.012,11110321.0,,,,,1.0,,,,,,stable/dask,,,,,,,,,, +51,MoviePy,True,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,1464.0,408.0,1047.0,11872.0,Video editing with Python.,160.0,34,2020-05-07 16:29:35,1.0.3,14.0,,1095.0,moviepy,conda-forge/moviepy,,,,38503.0,38503.0,https://pypi.org/project/moviepy,1087194.0,1090136.0,https://anaconda.org/conda-forge/moviepy,2023-06-16 13:23:34.876,241287.0,,,,,1.0,,,,,,,,,,,,,,,, +52,sentencepiece,True,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,1092.0,25.0,696.0,9587.0,Unsupervised text tokenizer for Neural Network-based text..,87.0,34,2024-02-19 16:08:39,0.2.0,27.0,,953.0,sentencepiece,conda-forge/sentencepiece,,,,64749.0,64749.0,https://pypi.org/project/sentencepiece,22373489.0,22391146.0,https://anaconda.org/conda-forge/sentencepiece,2024-03-19 05:24:18.341,787697.0,,,,,1.0,36899.0,,,,,,,,,,,,,,, +53,Altair,True,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,733.0,166.0,1779.0,8968.0,Declarative statistical visualization library for Python.,163.0,34,2024-03-30 15:36:52,5.3.0,28.0,vega/altair,,altair,conda-forge/altair,,,,130854.0,130854.0,https://pypi.org/project/altair,23963580.0,24040755.0,https://anaconda.org/conda-forge/altair,2024-03-30 18:57:22.082,2238061.0,,,,,1.0,123.0,,,,,,,,,,,,,,, +54,imbalanced-learn,True,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,1226.0,26.0,555.0,6714.0,A Python Package to Tackle the Curse of Imbalanced..,84.0,34,2024-03-31 19:38:20,0.12.2,36.0,,863.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],27217.0,27217.0,https://pypi.org/project/imbalanced-learn,11105892.0,11117800.0,https://anaconda.org/conda-forge/imbalanced-learn,2024-03-31 19:50:51.503,559714.0,,,,,1.0,,,,,,,,,,,,,,,, +55,Tablib,True,jazzband/tablib,,data-loading,https://github.com/jazzband/tablib,https://github.com/jazzband/tablib,MIT,2011-03-28 02:36:50.000,2024-04-05 19:03:54.000000,2024-04-05 19:03:54,555.0,26.0,227.0,4535.0,"Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.",127.0,34,2024-04-04 13:46:51,3.6.1,18.0,,1198.0,tablib,conda-forge/tablib,,,,96985.0,96985.0,https://pypi.org/project/tablib,1967320.0,1969679.0,https://anaconda.org/conda-forge/tablib,2024-04-04 15:56:20.202,96744.0,,,,,1.0,,,,,,,,,,,,,,,, +56,opencv-python,True,skvark/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,779.0,104.0,657.0,4202.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",48.0,34,2023-12-31 11:17:16,80,72.0,opencv/opencv-python,860.0,opencv-python,,,,,390987.0,390987.0,https://pypi.org/project/opencv-python,13927062.0,13927062.0,,,,,,,,1.0,,9.0,,,,,,,,,,,,,, +57,joblib,True,joblib/joblib,,data-pipelines,https://github.com/joblib/joblib,https://github.com/joblib/joblib,BSD-3-Clause,2010-05-07 06:48:26.000,2024-05-02 16:00:30.237000,2024-05-02 13:00:20,391.0,358.0,487.0,3683.0,Computing with Python functions.,133.0,34,2024-05-02 12:14:28,1.4.2,29.0,,,joblib,conda-forge/joblib,,,,434902.0,434902.0,https://pypi.org/project/joblib,55721639.0,56285969.0,https://anaconda.org/conda-forge/joblib,2024-05-02 16:00:30.237,25959183.0,,,,,1.0,,,,,,,,,,,,,,,, +58,jieba,True,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,6500.0,617.0,226.0,32517.0,Chinese Words Segementation Utilities.,49.0,33,2020-01-20 14:23:50,0.42.1,9.0,,523.0,jieba,conda-forge/jieba,,,,28311.0,28311.0,https://pypi.org/project/jieba,955361.0,957163.0,https://anaconda.org/conda-forge/jieba,2023-06-16 13:21:35.778,153232.0,,,,,1.0,,,,,,,,,,,,,,,, +59,jax,True,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:05:46.000000,2024-05-16 05:06:45,2541.0,1301.0,3854.0,28186.0,"Composable transformations of Python+NumPy programs: differentiate,..",693.0,33,2024-05-09 23:28:46,jax-v0.4.28,100.0,,,jax,conda-forge/jaxlib,,,,25217.0,25217.0,https://pypi.org/project/jax,6684928.0,6710052.0,https://anaconda.org/conda-forge/jaxlib,2024-05-03 19:45:09.278,1180829.0,,,,,2.0,,,,,,,,,,,,,,,, +60,Bokeh,True,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,4107.0,741.0,6889.0,18884.0,"Interactive Data Visualization in the browser, from Python.",693.0,33,,,60.0,,,bokeh,conda-forge/bokeh,,,,87716.0,87716.0,https://pypi.org/project/bokeh,5164456.0,5459788.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13880646.0,,,,,2.0,,,,,,,,,,,,,,,, +61,luigi,True,spotify/luigi,,data-pipelines,https://github.com/spotify/luigi,https://github.com/spotify/luigi,Apache-2.0,2012-09-20 15:06:38.000,2024-05-09 13:47:36.000000,2024-05-09 00:08:06,2310.0,100.0,882.0,17375.0,Luigi is a Python module that helps you build complex pipelines of batch..,616.0,33,2024-01-15 15:33:51,3.5.0,58.0,,4115.0,luigi,luigi,,,,2417.0,2417.0,https://pypi.org/project/luigi,328301.0,328447.0,https://anaconda.org/anaconda/luigi,2023-06-16 13:25:26.049,14454.0,,,,,2.0,,,,,,stable/luigi,,,,,,,,,, +62,pyecharts,True,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,2801.0,9.0,1852.0,14495.0,Python Echarts Plotting Library.,42.0,33,2024-03-03 07:03:55,2.0.5,4.0,,1649.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],4103.0,4103.0,https://pypi.org/project/pyecharts,178663.0,178666.0,,,,,,,,2.0,45.0,,,,,,,,,,,,,,, +63,networkx,True,networkx/networkx,,graph,https://github.com/networkx/networkx,https://github.com/networkx/networkx,,2010-09-06 00:53:44.000,2024-05-15 18:03:53.000000,2024-05-15 15:05:26,3065.0,169.0,2988.0,14257.0,Network Analysis in Python.,718.0,33,2024-04-06 13:09:07,networkx-3.3,56.0,,,networkx,conda-forge/networkx,,,,252802.0,252802.0,https://pypi.org/project/networkx,53834026.0,54183660.0,https://anaconda.org/conda-forge/networkx,2024-04-08 01:42:36.044,15733541.0,,,,,1.0,71.0,,,,,,,,,,,,,,, +64,nltk,True,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,2737.0,251.0,1516.0,13080.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,454.0,33,,,17.0,,,nltk,conda-forge/nltk,,,,273830.0,273830.0,https://pypi.org/project/nltk,21773356.0,21800568.0,https://anaconda.org/conda-forge/nltk,2023-06-16 13:20:53.756,2530781.0,,,,,1.0,,,,,,,,,,,,,,,, +65,pandas-profiling,True,pandas-profiling/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,1611.0,216.0,561.0,12099.0,Create HTML profiling reports from pandas DataFrame..,123.0,33,2024-05-07 19:57:59,4.8.3,61.0,ydataai/ydata-profiling,1444.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3145.0,3145.0,https://pypi.org/project/pandas-profiling,756218.0,760845.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,430400.0,,,,,2.0,96.0,,,,,,,,,,,,,,, +66,Optuna,True,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,946.0,86.0,1535.0,9753.0,A hyperparameter optimization framework.,263.0,33,2024-04-01 06:02:58,3.6.1,64.0,,17606.0,optuna,conda-forge/optuna,,,,14462.0,14462.0,https://pypi.org/project/optuna,2548223.0,2568414.0,https://anaconda.org/conda-forge/optuna,2024-03-29 06:40:40.525,948996.0,,,,,1.0,,,,,,,,,,,,,,,, +67,rq,True,rq/rq,,data-pipelines,https://github.com/rq/rq,https://github.com/rq/rq,,2011-11-14 10:53:48.000,2024-05-12 00:27:21.000000,2024-05-12 00:27:21,1370.0,181.0,952.0,9548.0,Simple job queues for Python.,314.0,33,2024-05-01 07:14:48,1.16.2,30.0,,1866.0,rq,conda-forge/rq,,,,16496.0,16496.0,https://pypi.org/project/rq,1431835.0,1434330.0,https://anaconda.org/conda-forge/rq,2024-03-26 01:23:59.916,104804.0,,,,,2.0,,,,,,,,,,,,,,,, +68,Tokenizers,True,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,712.0,60.0,874.0,8512.0,Fast State-of-the-Art Tokenizers optimized for Research and..,87.0,33,2024-04-17 21:37:50,0.19.1,87.0,,,tokenizers,conda-forge/tokenizers,,,,76877.0,76877.0,https://pypi.org/project/tokenizers,25862379.0,25897409.0,https://anaconda.org/conda-forge/tokenizers,2024-04-18 01:39:43.525,1611423.0,,,,,1.0,47.0,,,,,,,,,,,,,,, +69,PyCaret,True,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,1703.0,349.0,1933.0,8492.0,"An open-source, low-code machine learning library in Python.",136.0,33,2024-04-28 18:46:27,3.3.2,29.0,,5223.0,pycaret,,,,,5669.0,5669.0,https://pypi.org/project/pycaret,364580.0,364595.0,,,,,,,,1.0,694.0,,,,,,,,,,,,,,, +70,Pydub,True,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,992.0,291.0,272.0,8397.0,Manipulate audio with a simple and easy high level interface.,95.0,33,2021-03-10 02:10:41,0.25.1,31.0,,746.0,pydub,conda-forge/pydub,,,,56991.0,56991.0,https://pypi.org/project/pydub,4628610.0,4630035.0,https://anaconda.org/conda-forge/pydub,2023-06-16 16:12:25.533,92682.0,,,,,1.0,,,,,,,,,,,,,,,, +71,wandb client,True,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 09:01:18.000000,2024-05-16 03:13:29,599.0,815.0,2307.0,8315.0,A tool for visualizing and tracking your machine learning..,176.0,33,2024-05-07 23:10:29,0.17.0,100.0,wandb/wandb,,wandb,,,,,45261.0,45261.0,https://pypi.org/project/wandb,13212530.0,13212530.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +72,einops,True,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,329.0,31.0,139.0,7969.0,"Deep learning operations reinvented (for pytorch, tensorflow, jax and..",27.0,33,2024-04-28 04:07:18,0.8.0,14.0,,676.0,einops,conda-forge/einops,,,,34239.0,34239.0,https://pypi.org/project/einops,7544890.0,7549798.0,https://anaconda.org/conda-forge/einops,2024-04-28 06:22:09.150,211059.0,,,,,2.0,,,,,,,,,,,,,,,, +73,Shapely,True,Toblerity/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,547.0,246.0,918.0,3692.0,Manipulation and analysis of geometric objects.,153.0,33,2024-04-16 22:26:16,2.0.4,29.0,shapely/shapely,,shapely,conda-forge/shapely,,,,68763.0,68763.0,https://pypi.org/project/shapely,24780724.0,24987474.0,https://anaconda.org/conda-forge/shapely,2024-04-17 10:26:25.080,9298947.0,,,,,1.0,3332.0,,,,,,,,,,,,,,, +74,numexpr,True,pydata/numexpr,,data-containers,https://github.com/pydata/numexpr,https://github.com/pydata/numexpr,MIT,2013-11-30 22:33:48.000,2024-05-08 16:40:11.000000,2024-05-08 16:40:11,199.0,3.0,368.0,2147.0,"Fast numerical array expression evaluator for Python, NumPy, PyTables,..",76.0,33,2024-04-02 08:56:29,2.10.0,17.0,,863.0,numexpr,conda-forge/numexpr,,,,75338.0,75338.0,https://pypi.org/project/numexpr,4011749.0,4182928.0,https://anaconda.org/conda-forge/numexpr,2024-02-05 13:50:40.663,8045112.0,,,,,2.0,636.0,,,,,,,,,,,,,,, +75,PySpark,True,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,26663.0,,,38515.0,Apache Spark Python API.,3065.0,32,,,34.0,,41038.0,pyspark,conda-forge/pyspark,,,['spark'],,,https://pypi.org/project/pyspark,29194107.0,29260974.0,https://anaconda.org/conda-forge/pyspark,2024-03-03 13:07:40.821,3142758.0,,,,,2.0,,,,,,stable/spark,,,,,,,,,, +76,fastText,True,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,4525.0,467.0,611.0,25609.0,Library for fast text representation and classification.,68.0,32,2020-04-28 09:51:33,0.9.2,4.0,,379.0,fasttext,conda-forge/fasttext,,,,5951.0,5951.0,https://pypi.org/project/fasttext,1177474.0,1179274.0,https://anaconda.org/conda-forge/fasttext,2023-09-26 23:15:16.887,79225.0,,,,,1.0,,,,,,,,,,,,,,,, +77,EasyOCR,True,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,2896.0,363.0,588.0,22191.0,Ready-to-use OCR with 80+ supported languages and all popular writing..,128.0,32,2023-09-04 11:53:04,1.7.1,22.0,,615.0,easyocr,,,,,6355.0,6355.0,https://pypi.org/project/easyocr,238172.0,471397.0,,,,,,,,1.0,10961604.0,,,,,,,,,,,,,,, +78,Prefect,True,PrefectHQ/prefect,,data-pipelines,https://github.com/PrefectHQ/prefect,https://github.com/PrefectHQ/prefect,Apache-2.0,2018-06-29 21:59:26.000,2024-05-16 14:22:48.000000,2024-05-16 14:16:06,1457.0,820.0,4143.0,14814.0,The easiest way to automate your data.,243.0,32,2024-05-13 20:33:28,2.19.0,226.0,,,prefect,conda-forge/prefect,,,,4859.0,4859.0,https://pypi.org/project/prefect,1526712.0,1540075.0,https://anaconda.org/conda-forge/prefect,2024-05-03 02:53:37.536,641445.0,,,,,2.0,,,,,,,,,,,,,,,, +79,Albumentations,True,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,1576.0,395.0,514.0,13495.0,Fast image augmentation library and an easy-to-use wrapper..,142.0,32,2024-05-14 00:43:00,1.4.7,25.0,,,albumentations,conda-forge/albumentations,,,['pytorch'],23385.0,23385.0,https://pypi.org/project/albumentations,2137325.0,2140891.0,https://anaconda.org/conda-forge/albumentations,2024-03-05 20:01:04.905,164061.0,,,,,2.0,,,,,,,,,,,,,,,, +80,DVC,True,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,1135.0,214.0,4415.0,13191.0,Data Version Control | Git for Data & Models.,296.0,32,2024-05-13 17:25:59,3.50.2,310.0,,,dvc,conda-forge/dvc,,,,15045.0,15045.0,https://pypi.org/project/dvc,506037.0,548572.0,https://anaconda.org/conda-forge/dvc,2024-05-14 07:22:35.709,1851571.0,,,,,2.0,40829.0,,,,,,dvc,dvc,dvc,,,,,,, +81,dgl,True,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,2887.0,399.0,2290.0,13050.0,"Python package built to ease deep learning on graph, on top of existing..",289.0,32,2024-05-11 02:59:41,2.2.1,37.0,,4106.0,dgl,,,,,238.0,238.0,https://pypi.org/project/dgl,101155.0,101155.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +82,yfinance,True,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,2151.0,127.0,1136.0,11987.0,Yahoo! Finance market data downloader (+faster Pandas Datareader).,110.0,32,2024-04-16 21:20:22,0.2.38,75.0,,,yfinance,ranaroussi/yfinance,,,,38096.0,38096.0,https://pypi.org/project/yfinance,1485440.0,1488096.0,https://anaconda.org/ranaroussi/yfinance,2023-06-16 19:26:44.442,90321.0,,,,,1.0,,,,,,,,,,,,,,,, +83,Modin,True,modin-project/modin,,data-containers,https://github.com/modin-project/modin,https://github.com/modin-project/modin,Apache-2.0,2018-06-21 21:35:05.000,2024-05-16 12:33:43.000000,2024-05-15 13:35:03,636.0,621.0,3491.0,9498.0,Modin: Speed up your Pandas workflows by changing a single line of..,130.0,32,2024-05-15 10:28:54,0.30.0,86.0,,2881.0,modin,,,,['pandas'],1482.0,1482.0,https://pypi.org/project/modin,1326540.0,1329352.0,,,,,,,,2.0,196841.0,,,,,,,,,,,,,,, +84,TextBlob,True,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,1092.0,95.0,169.0,8968.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech..",37.0,32,2013-09-26 02:29:01,0.7.0,7.0,,535.0,textblob,conda-forge/textblob,,,,38536.0,38536.0,https://pypi.org/project/textblob,1094974.0,1097636.0,https://anaconda.org/conda-forge/textblob,2023-06-16 13:22:54.304,247612.0,,,,,1.0,117.0,,,,,,,,,,,,,,, +85,PyOD,True,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,1310.0,183.0,146.0,7996.0,(JMLR'19) A Python Toolbox for Scalable Outlier Detection (Anomaly..,50.0,32,2024-02-09 06:52:05,1.1.3,39.0,,1731.0,pyod,,,,,3695.0,3695.0,https://pypi.org/project/pyod,718844.0,718844.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +86,Catboost,True,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,1137.0,498.0,1757.0,7776.0,"A fast, scalable, high performance Gradient Boosting on Decision..",1233.0,32,2024-04-18 20:19:33,1.2.5,86.0,,47917.0,catboost,conda-forge/catboost,,,,13.0,13.0,https://pypi.org/project/catboost,2010447.0,2049251.0,https://anaconda.org/conda-forge/catboost,2024-04-18 20:39:24.300,1498657.0,,,,,2.0,249790.0,,,,,,,,,,,,,,, +87,folium,True,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,2183.0,83.0,1014.0,6705.0,Python Data. Leaflet.js Maps.,166.0,32,2024-02-29 08:57:20,0.16.0,27.0,,,folium,conda-forge/folium,,,,37385.0,37385.0,https://pypi.org/project/folium,1231440.0,1299177.0,https://anaconda.org/conda-forge/folium,2024-02-29 12:23:49.642,2709513.0,,,,,1.0,,,,,,,,,,,,,,,, +88,scikit-image,True,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,2129.0,549.0,2074.0,5897.0,Image processing in Python.,660.0,32,2024-04-20 19:13:37,0.23.2,29.0,,,scikit-image,conda-forge/scikit-image,,,,181120.0,181120.0,https://pypi.org/project/scikit-image,12949104.0,13081748.0,https://anaconda.org/conda-forge/scikit-image,2023-10-11 16:58:18.971,6234288.0,,,,,2.0,,,,,,,,,,,,,,,, +89,xmltodict,True,martinblech/xmltodict,,data-loading,https://github.com/martinblech/xmltodict,https://github.com/martinblech/xmltodict,MIT,2012-04-17 14:38:21.000,2024-05-04 13:33:14.000000,2024-05-03 21:43:51,449.0,83.0,164.0,5393.0,Python module that makes working with XML feel like you are..,51.0,32,,,4.0,,225.0,xmltodict,conda-forge/xmltodict,,,,66261.0,66261.0,https://pypi.org/project/xmltodict,46203786.0,46245830.0,https://anaconda.org/conda-forge/xmltodict,2023-06-16 13:20:35.475,3910148.0,,,,,2.0,,,,,,,,,,,,,,,, +90,GeoPandas,True,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 13:49:10.000000,2024-05-15 14:01:40,867.0,356.0,1221.0,4219.0,Python tools for geographic data.,223.0,32,2024-04-28 13:49:29,0.14.4,36.0,,,geopandas,conda-forge/geopandas,,,['pandas'],35084.0,35084.0,https://pypi.org/project/geopandas,6258908.0,6335237.0,https://anaconda.org/conda-forge/geopandas,2024-04-28 20:22:12.956,3586245.0,,,,,1.0,2534.0,,,,,,,,,,,,,,, +91,spark-nlp,True,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,689.0,39.0,829.0,3713.0,State of the Art Natural Language Processing.,112.0,32,2024-04-05 17:44:10,5.3.3,100.0,,8512.0,spark-nlp,,,,['spark'],428.0,428.0,https://pypi.org/project/spark-nlp,4096900.0,4096900.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +92,TF Addons,True,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,562.0,77.0,898.0,1677.0,Useful extra functionality for TensorFlow 2.x maintained by..,207.0,32,2023-11-28 01:15:27,0.23.0,38.0,,1519.0,tensorflow-addons,,,,['tensorflow'],14654.0,14654.0,https://pypi.org/project/tensorflow-addons,998706.0,998706.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +93,dask.distributed,True,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,693.0,1213.0,2330.0,1544.0,A distributed task scheduler for Dask.,324.0,32,2024-04-22 08:34:19,2024.4.2,193.0,,,distributed,conda-forge/distributed,,,,34336.0,34336.0,https://pypi.org/project/distributed,3828072.0,4111761.0,https://anaconda.org/conda-forge/distributed,2024-05-03 22:43:44.576,13617110.0,,,,,2.0,,,,,,,,,,,,,,,, +94,Wand,True,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,199.0,20.0,399.0,1363.0,The ctypes-based simple ImageMagick binding for Python.,104.0,32,2023-11-04 01:41:17,0.6.13,25.0,,1856.0,wand,,,,,18870.0,18870.0,https://pypi.org/project/wand,808155.0,808852.0,,,,,,,,2.0,46048.0,,,,,,,,,,,,,,, +95,TensorFlow Text,True,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,326.0,81.0,169.0,1199.0,Making text a first-class citizen in TensorFlow.,113.0,32,2024-03-11 20:48:59,2.16.1,55.0,,874.0,tensorflow-text,,,,['tensorflow'],6803.0,6803.0,https://pypi.org/project/tensorflow-text,7472093.0,7472093.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +96,PyTorch Image Models,True,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-15 18:19:44.000000,2024-05-15 18:06:22,4486.0,64.0,806.0,30016.0,"PyTorch image models, scripts, pretrained weights --..",137.0,31,2024-05-15 18:19:44,1.0.3,56.0,huggingface/pytorch-image-models,,,,,,['pytorch'],28456.0,28456.0,,,109317.0,,,,,,,,2.0,6559063.0,,,,,,,,,,,,,,, +97,Faiss,True,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,3339.0,426.0,1935.0,28499.0,A library for efficient similarity search and clustering of dense vectors.,173.0,31,2024-03-01 01:04:25,1.8.0,16.0,,,pymilvus,conda-forge/faiss,,,,3641.0,3641.0,https://pypi.org/project/pymilvus,501008.0,525398.0,https://anaconda.org/conda-forge/faiss,2023-06-16 19:19:09.201,1170766.0,,,,,1.0,,,,,,,,,,,,,,,, +98,Rasa,True,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,4409.0,2.0,6642.0,18041.0,Open source machine learning framework to automate text- and voice-..,593.0,31,2024-04-18 15:06:29,3.6.20,100.0,,,rasa,,,,['tensorflow'],4144.0,4144.0,https://pypi.org/project/rasa,112808.0,112808.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +99,ChatterBot,True,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,4288.0,367.0,1272.0,13910.0,"ChatterBot is a machine learning, conversational dialog engine..",103.0,31,2020-08-22 18:42:43,1.0.8,86.0,,1848.0,chatterbot,,,,,5728.0,5728.0,https://pypi.org/project/chatterbot,32899.0,32899.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +100,flair,True,flairNLP/flair,,nlp,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,,2018-06-11 11:04:18.000,2024-05-15 15:53:54.000000,2024-05-03 17:11:18,1711.0,78.0,2188.0,13596.0,A very simple framework for state-of-the-art Natural Language Processing..,261.0,31,2023-12-18 09:29:22,0.13.1,25.0,,5942.0,flair,,,,['pytorch'],3243.0,3243.0,https://pypi.org/project/flair,208339.0,208339.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +101,glfw,True,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,4476.0,500.0,1344.0,12309.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",199.0,31,2024-02-23 15:35:20,3.4,22.0,,4816.0,glfw,conda-forge/glfw,,,,1359.0,1359.0,https://pypi.org/project/glfw,203731.0,243026.0,https://anaconda.org/conda-forge/glfw,2024-02-24 15:41:47.790,198705.0,,,,,2.0,3762041.0,,,,,,,,,,,,,,, +102,AllenNLP,True,allenai/allennlp,,nlp,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000,2022-11-22 23:28:35.000000,2022-11-22 00:42:46,2175.0,80.0,2477.0,11697.0,"An open-source NLP research library, built on PyTorch.",266.0,31,2022-10-18 23:32:24,2.10.1,59.0,,2357.0,allennlp,,,,['pytorch'],4055.0,4055.0,https://pypi.org/project/allennlp,50847.0,50847.0,,,,,,,,2.0,63.0,,,,,,,,,,,,,,, +103,Theano,True,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,2409.0,594.0,2087.0,9855.0,"Theano is a Python library that allows you to define, optimize, and..",386.0,31,,,8.0,,28133.0,theano,conda-forge/theano,,,,15038.0,15038.0,https://pypi.org/project/theano,568774.0,594376.0,https://anaconda.org/conda-forge/theano,2023-06-16 13:23:49.668,2406648.0,,,,,2.0,,,,,,,,,,,,,,,, +104,Kornia,True,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,915.0,256.0,636.0,9463.0,Open Source Differentiable Computer Vision Library for PyTorch.,261.0,31,2024-03-14 09:13:46,0.7.2,38.0,,,kornia,,,,['pytorch'],9766.0,9766.0,https://pypi.org/project/kornia,1461722.0,1461738.0,,,,,,,,2.0,1104.0,,,,,,,,,,,,,,, +105,fuzzywuzzy,True,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,869.0,83.0,104.0,9134.0,Fuzzy String Matching in Python.,70.0,31,2020-02-13 22:14:12,0.18.0,23.0,,384.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,24275.0,24275.0,https://pypi.org/project/fuzzywuzzy,6861626.0,6867290.0,https://anaconda.org/conda-forge/fuzzywuzzy,2023-06-16 13:22:53.603,532488.0,,,,,2.0,,,,,,,,,,,,,,,, +106,dbt,True,fishtown-analytics/dbt,,data-pipelines,https://github.com/dbt-labs/dbt-core,https://github.com/dbt-labs/dbt-core,Apache-2.0,2016-03-10 02:38:00.000,2024-05-16 14:14:43.000000,2024-05-15 19:02:37,1489.0,458.0,4658.0,8967.0,dbt (data build tool) enables data analysts and engineers to transform..,316.0,31,2024-05-09 16:13:33,1.8.0,100.0,dbt-labs/dbt-core,,dbt,conda-forge/dbt,,,,4956.0,4956.0,https://pypi.org/project/dbt,57100.0,60217.0,https://anaconda.org/conda-forge/dbt,2023-06-16 13:24:35.863,257588.0,,,,,2.0,4091.0,,,,,,dbt,,,,,,,,, +107,espnet,True,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,1991.0,244.0,2067.0,7933.0,End-to-End Speech Processing Toolkit.,425.0,31,2024-02-06 03:28:17,.202402,52.0,,21235.0,espnet,,,,,325.0,325.0,https://pypi.org/project/espnet,73934.0,73935.0,,,,,,,,1.0,79.0,,,,,,,,,,,,,,, +108,Flax,True,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,576.0,126.0,705.0,5562.0,Flax is a neural network library for JAX that is designed for..,220.0,31,2024-04-30 09:56:50,0.8.3,40.0,,,flax,,,,['jax'],7330.0,7330.0,https://pypi.org/project/flax,4185346.0,4185347.0,,,,,,,,2.0,51.0,,,,,,,,,,,,,,, +109,DeepChem,True,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,1570.0,445.0,1235.0,5164.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,..",240.0,31,2024-04-03 16:21:23,2.8.0,20.0,,10464.0,deepchem,,,,['tensorflow'],368.0,368.0,https://pypi.org/project/deepchem,29142.0,29142.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +110,hnswlib,True,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,571.0,185.0,158.0,4043.0,Header-only C++/python library for fast approximate nearest neighbors.,72.0,31,2023-12-03 03:49:47,0.8.0,9.0,,490.0,hnswlib,,,,,6472.0,6472.0,https://pypi.org/project/hnswlib,912861.0,912861.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +111,xarray,True,pydata/xarray,,data-containers,https://github.com/pydata/xarray,https://github.com/pydata/xarray,Apache-2.0,2013-09-30 17:21:10.000,2024-05-16 14:09:31.000000,2024-05-13 03:49:04,1006.0,991.0,3162.0,3429.0,N-D labeled arrays and datasets in Python.,496.0,31,2024-05-13 03:39:10,2024.05.0,92.0,,,xarray,conda-forge/xarray,,,,26669.0,26669.0,https://pypi.org/project/xarray,5200908.0,5416279.0,https://anaconda.org/conda-forge/xarray,2024-05-13 13:50:20.005,9907083.0,,,,,2.0,,,,,,,,,,,,,,,, +112,Thinc,True,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,269.0,16.0,124.0,2798.0,"A refreshing functional take on deep learning, compatible with your favorite..",63.0,31,2024-04-19 11:40:18,9.0.0,78.0,,,thinc,conda-forge/thinc,,,,46951.0,46951.0,https://pypi.org/project/thinc,9636947.0,9694875.0,https://anaconda.org/conda-forge/thinc,2024-05-11 21:24:32.807,2780561.0,,,,,2.0,,,,,,,,,,,,,,,, +113,Lifelines,True,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,537.0,247.0,705.0,2293.0,Survival analysis in Python.,117.0,31,2024-01-03 22:00:43,0.28.0,100.0,,2293.0,lifelines,conda-forge/lifelines,,,,2473.0,2473.0,https://pypi.org/project/lifelines,519707.0,526571.0,https://anaconda.org/conda-forge/lifelines,2023-09-13 16:31:11.545,329495.0,,,,,1.0,,,,,,,,,,,,,,,, +114,Geocoder,True,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,279.0,87.0,218.0,1596.0,Python Geocoder.,73.0,31,2016-09-05 17:57:51,1.17.3,18.0,,1251.0,geocoder,conda-forge/geocoder,,,,9966.0,9966.0,https://pypi.org/project/geocoder,633692.0,635319.0,https://anaconda.org/conda-forge/geocoder,2023-06-16 13:21:27.128,141577.0,,,,,2.0,,,,,,,,,,geocoder,,,,,, +115,Graphviz,True,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,207.0,9.0,166.0,1575.0,Simple Python interface for Graphviz.,22.0,31,,,,,1241.0,graphviz,,,,,65559.0,65559.0,https://pypi.org/project/graphviz,11110272.0,11110272.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +116,ipyleaflet,True,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,345.0,239.0,353.0,1454.0,A Jupyter - Leaflet.js bridge.,88.0,31,2024-05-14 08:14:02,0.19.1,72.0,,1184.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],8854.0,8854.0,https://pypi.org/project/ipyleaflet,150563.0,184029.0,https://anaconda.org/conda-forge/ipyleaflet,2024-05-14 09:17:21.014,1137949.0,,,,,2.0,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,9759.0,,,,,,,,,,, +117,petl,True,petl-developers/petl,,data-pipelines,https://github.com/petl-developers/petl,https://github.com/petl-developers/petl,MIT,2011-08-19 09:51:03.000,2024-05-12 09:27:24.000000,2024-04-17 03:25:22,191.0,83.0,374.0,1194.0,Python Extract Transform and Load Tables of Data.,64.0,31,2024-03-12 21:28:32,1.7.15,47.0,,1331.0,petl,conda-forge/petl,,http://petl.readthedocs.org,,3652.0,3652.0,https://pypi.org/project/petl,1759674.0,1764531.0,https://anaconda.org/conda-forge/petl,2024-03-13 00:52:03.874,228281.0,,,,,2.0,,,,,,,,,,,,,,,, +118,Fiona,True,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,194.0,27.0,756.0,1128.0,Fiona reads and writes geographic data files.,73.0,31,2024-03-08 16:14:09,1.9.6,48.0,,,fiona,conda-forge/fiona,,,,19954.0,19954.0,https://pypi.org/project/fiona,6271485.0,6390867.0,https://anaconda.org/conda-forge/fiona,2024-03-08 21:09:14.732,5491598.0,,,,,2.0,,,,,,,,,,,,,,,, +119,NIPYPE,True,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,486.0,393.0,960.0,734.0,Workflows and interfaces for neuroimaging packages.,256.0,31,2022-09-01 22:11:24,1.8.4,46.0,,14881.0,nipype,conda-forge/nipype,,,,4343.0,4343.0,https://pypi.org/project/nipype,161967.0,175522.0,https://anaconda.org/conda-forge/nipype,2023-09-22 18:28:24.915,610002.0,,,,,1.0,,,,,,,,,,,,,,,, +120,PaddleOCR,True,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,7230.0,973.0,7963.0,38977.0,Awesome multilingual OCR toolkits based on PaddlePaddle..,177.0,30,2024-03-29 09:48:32,2.7.5,12.0,,,paddleocr,,,,['paddle'],2584.0,2584.0,https://pypi.org/project/paddleocr,169608.0,169608.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +121,Milvus,True,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,2588.0,648.0,10124.0,27251.0,An open source embedding vector similarity search engine powered by..,272.0,30,2024-05-11 08:41:15,2.3.15,74.0,,19819.0,pymilvus,,milvusdb/milvus,,,,,https://pypi.org/project/pymilvus,501008.0,770498.0,,,,https://hub.docker.com/r/milvusdb/milvus,2024-05-16 12:59:53.010507,43.0,14869131.0,2.0,218367.0,,,,,,,,,,,,,,, +122,PyFlink,True,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,12455.0,,,23248.0,Apache Flink Python API.,1858.0,30,,,,,35303.0,apache-flink,,,,,21.0,21.0,https://pypi.org/project/apache-flink,76696.0,76696.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +123,horovod,True,horovod/horovod,,distributed-ml,https://github.com/horovod/horovod,https://github.com/horovod/horovod,,2017-08-09 19:39:59.000,2024-03-27 20:19:41.000000,2024-03-25 12:37:43,2161.0,372.0,1858.0,13987.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and..",172.0,30,2023-06-12 09:26:22,0.28.1,24.0,,1333.0,horovod,,,,,1140.0,1140.0,https://pypi.org/project/horovod,66046.0,66046.0,,,,,,,,2.0,,,,,,stable/horovod,,,,,,,,,, +124,Lime,True,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,1752.0,93.0,535.0,11325.0,Lime: Explaining the predictions of any machine learning classifier.,62.0,30,2020-04-03 22:05:03,0.2.0.0,18.0,,531.0,lime,conda-forge/lime,,,,5577.0,5577.0,https://pypi.org/project/lime,355686.0,357999.0,https://anaconda.org/conda-forge/lime,2023-06-16 13:18:57.655,205908.0,,,,,1.0,,,,,,,,,,,,,,,, +125,Ludwig,True,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,1126.0,297.0,757.0,10858.0,Ludwig is a toolbox that allows to train and evaluate deep..,155.0,30,2024-04-08 23:13:41,0.10.3,50.0,,3849.0,ludwig,,,,['tensorflow'],250.0,250.0,https://pypi.org/project/ludwig,4334.0,4334.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +126,carla,True,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 13:40:41.000000,2024-05-15 05:45:46,3277.0,1059.0,4079.0,10582.0,Open-source simulator for autonomous driving research.,187.0,30,2023-11-11 12:51:52,0.9.15,26.0,,6030.0,carla,,,,,709.0,709.0,https://pypi.org/project/carla,12501.0,12501.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +127,TPOT,True,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,1518.0,279.0,638.0,9519.0,A Python Automated Machine Learning tool that optimizes machine..,121.0,30,2024-02-23 19:05:48,0.12.2,30.0,,2440.0,tpot,conda-forge/tpot,,,['sklearn'],2753.0,2753.0,https://pypi.org/project/tpot,42815.0,48157.0,https://anaconda.org/conda-forge/tpot,2024-02-26 15:57:08.680,251116.0,,,,,1.0,,,,,,,,,,,,,,,, +128,Kedro,True,quantumblacklabs/kedro,,data-pipelines,https://github.com/kedro-org/kedro,https://github.com/kedro-org/kedro,Apache-2.0,2019-04-18 10:29:56.000,2024-05-16 14:22:17.000000,2024-05-16 14:22:16,863.0,249.0,1541.0,9391.0,"A Python framework for creating reproducible, maintainable and modular..",227.0,30,2024-04-22 14:50:04,0.19.5,50.0,kedro-org/kedro,,kedro,,,,,2363.0,2363.0,https://pypi.org/project/kedro,516004.0,516004.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +129,AutoKeras,True,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,1376.0,137.0,759.0,9076.0,AutoML library for deep learning.,143.0,30,2024-03-20 21:24:21,2.0.0,59.0,,1391.0,autokeras,,,,['tensorflow'],675.0,675.0,https://pypi.org/project/autokeras,19482.0,19714.0,,,,,,,,1.0,18124.0,,,,,,,,,,,,,,, +130,Datasette,True,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,626.0,525.0,1228.0,8972.0,An open source multi-tool for exploring and publishing data.,78.0,30,2023-12-22 23:19:30,0.64.6,100.0,,2111.0,datasette,,,,,1255.0,1255.0,https://pypi.org/project/datasette,40561.0,40562.0,,,,,,,,2.0,64.0,,,,,,datasette,,,,,,,,, +131,Bayesian Optimization,True,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,1447.0,15.0,325.0,7540.0,A Python implementation of global optimization with..,44.0,30,2023-04-25 21:59:23,1.4.3,13.0,bayesian-optimization/BayesianOptimization,360.0,bayesian-optimization,,,,,2610.0,2610.0,https://pypi.org/project/bayesian-optimization,538299.0,538300.0,,,,,,,,1.0,147.0,,,,,,,,,,,,,,, +132,sktime,True,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 10:17:22.000000,2024-05-10 03:41:21,1261.0,821.0,1456.0,7455.0,A unified framework for machine learning with time series.,357.0,30,2024-05-01 13:07:21,0.29.0,65.0,sktime/sktime,,sktime,,,,['sklearn'],2646.0,2646.0,https://pypi.org/project/sktime,920982.0,920983.0,,,,,,,,1.0,91.0,,,,,,,,,,,,,,, +133,Autograd,True,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,862.0,160.0,233.0,6813.0,Efficiently computes derivatives of numpy code.,56.0,30,2015-03-05 19:30:11,1.0,7.0,,1418.0,autograd,conda-forge/autograd,,,,8149.0,8149.0,https://pypi.org/project/autograd,1390140.0,1408578.0,https://anaconda.org/conda-forge/autograd,2023-06-26 15:21:38.267,424076.0,,,,,2.0,,,,,,,,,,,,,,,, +134,OpenNMT,True,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,2087.0,18.0,1419.0,6601.0,Open Source Neural Machine Translation in PyTorch.,192.0,30,2024-03-18 14:01:33,3.5.1,50.0,,2891.0,OpenNMT-py,,,,['pytorch'],270.0,270.0,https://pypi.org/project/OpenNMT-py,12953.0,12953.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +135,TinyDB,True,msiemens/tinydb,,data-containers,https://github.com/msiemens/tinydb,https://github.com/msiemens/tinydb,MIT,2013-07-12 23:31:13.000,2024-05-13 11:14:27.000000,2023-07-24 18:53:19,510.0,19.0,293.0,6552.0,TinyDB is a lightweight document oriented database optimized for your..,82.0,30,2023-06-12 19:06:37,4.8.0,61.0,,697.0,tinydb,conda-forge/tinydb,,,,13149.0,13149.0,https://pypi.org/project/tinydb,556962.0,561132.0,https://anaconda.org/conda-forge/tinydb,2023-06-12 22:06:12.645,396233.0,,,,,2.0,,,,,,,,,,,,,,,, +136,PML,True,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,638.0,56.0,435.0,5798.0,"The easiest way to use deep metric learning in your application. Modular,..",41.0,30,2024-04-01 08:16:02,2.5.0,54.0,,1215.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],1489.0,1489.0,https://pypi.org/project/pytorch-metric-learning,372236.0,372455.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2023-06-16 19:17:36.446,11414.0,,,,,1.0,,,,,,,,,,,,,,,, +137,ClearML,True,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,628.0,446.0,547.0,5297.0,ClearML - Auto-Magical Suite of tools to streamline your ML..,96.0,30,2024-04-09 16:24:23,1.15.1,97.0,,2351.0,clearml,,allegroai/trains,,,1097.0,1097.0,https://pypi.org/project/clearml,290818.0,291371.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,30238.0,2.0,2460.0,,,,,,,,,,,,,,, +138,MLxtend,True,rasbt/mlxtend,,sklearn-utils,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,,2014-08-14 01:56:16.000,2024-03-31 13:12:23.000000,2024-03-31 13:12:23,835.0,128.0,341.0,4778.0,A library of extension and helper modules for Python's data..,106.0,30,2024-01-05 08:47:39,0.23.1,29.0,,1645.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],13366.0,13366.0,https://pypi.org/project/mlxtend,630735.0,637358.0,https://anaconda.org/conda-forge/mlxtend,2024-01-05 18:58:45.309,304667.0,,,,,1.0,,,,,,,,,,,,,,,, +139,Ignite,True,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-13 14:55:28.000000,2024-05-10 10:20:27,600.0,111.0,1260.0,4459.0,High-level library to help with training and evaluating neural..,210.0,30,2024-04-01 10:35:11,0.5.0.post2,23.0,,1695.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],2886.0,2886.0,https://pypi.org/project/pytorch-ignite,301356.0,303913.0,https://anaconda.org/pytorch/ignite,2024-04-01 12:32:01.049,181596.0,,,,,2.0,,,,,,,,,,,,,,,, +140,TorchServe,True,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,799.0,330.0,1243.0,4008.0,Model Serving on PyTorch.,194.0,30,2024-03-15 00:03:31,0.10.0,22.0,,3773.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],649.0,649.0,https://pypi.org/project/torchserve,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,1249301.0,1.0,5682.0,,,,,,,,,,,,,,, +141,TextDistance,True,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,241.0,,,3308.0,"Compute distance between sequences. 30+ algorithms, pure python..",15.0,30,2024-04-24 11:36:32,4.6.2,13.0,,406.0,textdistance,conda-forge/textdistance,,,,6308.0,6308.0,https://pypi.org/project/textdistance,851364.0,864488.0,https://anaconda.org/conda-forge/textdistance,2024-04-25 20:54:01.681,550672.0,,,,,2.0,1000.0,,,,,,,,,,,,,,, +142,MNE,True,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,1238.0,464.0,4288.0,2566.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,370.0,30,2024-04-19 18:02:55,1.7.0,60.0,,,mne,conda-forge/mne,,,,3835.0,3835.0,https://pypi.org/project/mne,115921.0,123477.0,https://anaconda.org/conda-forge/mne,2024-04-19 20:25:11.111,362692.0,,,,,2.0,,,,,,,,,,,,,,,, +143,arviz,True,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,370.0,164.0,678.0,1535.0,Exploratory analysis of Bayesian models with Python.,158.0,30,2024-04-04 21:13:07,0.18.0,36.0,,,arviz,conda-forge/arviz,,,,6492.0,6492.0,https://pypi.org/project/arviz,2121512.0,2165630.0,https://anaconda.org/conda-forge/arviz,2024-04-08 15:25:03.090,2117568.0,,,,,1.0,136.0,,,,,,,,,,,,,,, +144,TF Model Optimization,True,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,311.0,180.0,167.0,1472.0,A toolkit to optimize ML models for deployment for..,85.0,30,2024-02-08 02:06:46,0.8.0,21.0,,830.0,tensorflow-model-optimization,,,,['tensorflow'],3779.0,3779.0,https://pypi.org/project/tensorflow-model-optimization,768901.0,768901.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +145,spacy-transformers,True,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,155.0,,,1321.0,"Use pretrained transformers like BERT, XLNet and GPT-2..",22.0,30,2024-04-25 12:54:53,1.3.5,44.0,,1476.0,spacy-transformers,,,,['spacy'],1648.0,1648.0,https://pypi.org/project/spacy-transformers,257525.0,257525.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +146,NiBabel,True,nipy/nibabel,,medical-data,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,,2010-07-22 16:28:30.000,2024-05-06 13:09:16.000000,2024-05-06 13:09:16,250.0,101.0,403.0,627.0,Python package to access a cacophony of neuro-imaging file formats.,104.0,30,2024-02-27 04:17:30,5.2.1,40.0,,5858.0,nibabel,conda-forge/nibabel,,,,18880.0,18880.0,https://pypi.org/project/nibabel,502978.0,517967.0,https://anaconda.org/conda-forge/nibabel,2024-02-27 14:41:50.570,704525.0,,,,,2.0,,,,,,,,,,,,,,,, +147,fairseq,True,pytorch/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,6059.0,1107.0,3042.0,29395.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,425.0,29,2022-06-27 19:32:58,0.12.2,16.0,facebookresearch/fairseq,,fairseq,,,,['pytorch'],3124.0,3124.0,https://pypi.org/project/fairseq,293558.0,293562.0,,,,,,,,2.0,333.0,,,,,,,,,,,,,,, +148,MMDetection,True,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,8336.0,1426.0,6664.0,28003.0,OpenMMLab Detection Toolbox and Benchmark.,455.0,29,2024-01-05 06:24:15,3.3.0,53.0,,2198.0,,,,,['pytorch'],2488.0,2488.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,, +149,DeepSpeech,True,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,3782.0,118.0,1985.0,24422.0,"DeepSpeech is an open source embedded (offline, on-..",163.0,29,2020-12-10 15:58:47,0.9.3,100.0,,3466.0,deepspeech,,,,['tensorflow'],418.0,418.0,https://pypi.org/project/deepspeech,9043.0,25771.0,,,,,,,,1.0,1137566.0,,,,,,,,,,,,,,, +150,zipline,True,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,4144.0,326.0,658.0,17112.0,"Zipline, a Pythonic Algorithmic Trading Library.",161.0,29,2020-10-05 15:43:07,1.4.1,13.0,,6226.0,zipline,,,,,989.0,989.0,https://pypi.org/project/zipline,2779.0,2779.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +151,torchvision,True,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,6716.0,775.0,2375.0,15522.0,"Datasets, Transforms and Models specific to Computer Vision.",586.0,29,2024-04-24 16:20:12,0.18.0,41.0,,,torchvision,conda-forge/torchvision,,,['pytorch'],21.0,21.0,https://pypi.org/project/torchvision,13265157.0,13294939.0,https://anaconda.org/conda-forge/torchvision,2024-05-16 09:07:24.923,1114908.0,,,,,2.0,37674.0,,,,,,,,,,,,,,, +152,tensor2tensor,True,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,3361.0,575.0,672.0,14959.0,Library of deep learning models and datasets designed to..,244.0,29,2020-06-17 16:10:01,1.15.7,75.0,,4379.0,tensor2tensor,,,,['tensorflow'],1480.0,1480.0,https://pypi.org/project/tensor2tensor,6123.0,6123.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +153,NNI,True,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,1773.0,384.0,1682.0,13794.0,"An open source AutoML toolkit for automate machine learning lifecycle,..",192.0,29,2023-09-14 12:12:06,3.0,40.0,,3012.0,nni,,,,,641.0,641.0,https://pypi.org/project/nni,17997.0,17997.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +154,Annoy,True,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,1129.0,51.0,343.0,12761.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage..,88.0,29,2023-06-14 16:34:48,1.17.3,20.0,,,annoy,,,,,3854.0,3854.0,https://pypi.org/project/annoy,1275899.0,1275899.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +155,PyMC3,True,pymc-devs/pymc3,,probabilistics,https://github.com/pymc-devs/pymc,https://github.com/pymc-devs/pymc,,2009-05-05 09:43:50.000,2024-05-16 13:05:10.000000,2024-05-16 12:29:19,1859.0,219.0,3018.0,8202.0,Probabilistic Programming in Python: Bayesian Modeling and..,490.0,29,2024-05-13 14:33:39,5.15.0,84.0,pymc-devs/pymc,,pymc3,conda-forge/pymc3,,,,3277.0,3277.0,https://pypi.org/project/pymc3,850456.0,856637.0,https://anaconda.org/conda-forge/pymc3,2023-06-16 13:23:30.938,561027.0,,,,,1.0,1939.0,,,,,,,,,,,,,,, +156,tensorboardX,True,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,852.0,74.0,376.0,7804.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",82.0,29,2022-06-05 10:13:32,2.5,17.0,,528.0,tensorboardX,conda-forge/tensorboardx,,,,43520.0,43520.0,https://pypi.org/project/tensorboardX,2186264.0,2211559.0,https://anaconda.org/conda-forge/tensorboardx,2023-08-20 16:29:43.490,1163373.0,,,,,2.0,421.0,,,,,,,,,,,,,,, +157,Metaflow,True,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,696.0,253.0,372.0,7645.0,Build and manage real-life data science projects with ease.,88.0,29,2024-05-08 22:22:39,2.11.15,112.0,,912.0,metaflow,conda-forge/metaflow,,,,647.0,647.0,https://pypi.org/project/metaflow,529776.0,533483.0,https://anaconda.org/conda-forge/metaflow,2024-05-09 09:11:54.860,170549.0,,,,,2.0,,,,,,,,,,,,,,,, +158,AutoGluon,True,awslabs/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,835.0,330.0,968.0,7193.0,"AutoGluon: AutoML for Text, Image, and Tabular Data.",122.0,29,2024-05-02 19:05:27,0.8.3,32.0,autogluon/autogluon,2207.0,autogluon,,,,['mxnet'],694.0,694.0,https://pypi.org/project/autogluon,81823.0,81823.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +159,DeepPavlov,True,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,1121.0,22.0,615.0,6553.0,An open source library for deep learning end-to-end dialog..,77.0,29,2024-03-13 10:47:20,1.6.0,63.0,deeppavlov/DeepPavlov,2708.0,deeppavlov,,,,['tensorflow'],390.0,390.0,https://pypi.org/project/deeppavlov,10480.0,10480.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +160,Chainer,True,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,1318.0,13.0,2030.0,5867.0,A flexible framework of neural networks for deep learning.,324.0,29,2022-06-29 08:19:03,7.8.1.post1,100.0,,30611.0,chainer,,,,,3237.0,3237.0,https://pypi.org/project/chainer,19723.0,19723.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +161,Captum,True,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,458.0,185.0,333.0,4611.0,Model interpretability and understanding for PyTorch.,111.0,29,2023-12-05 09:21:02,0.7.0,9.0,,1090.0,captum,,,,['pytorch'],2054.0,2054.0,https://pypi.org/project/captum,225222.0,225222.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +162,plotnine,True,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,202.0,67.0,564.0,3842.0,A grammar of graphics for Python.,107.0,29,2024-05-10 08:15:43,0.13.6,24.0,,,plotnine,conda-forge/plotnine,,,,7597.0,7597.0,https://pypi.org/project/plotnine,3087989.0,3095617.0,https://anaconda.org/conda-forge/plotnine,2024-05-10 08:18:51.149,358525.0,,,,,2.0,,,,,,,,,,,,,,,, +163,PyQtGraph,True,pyqtgraph/pyqtgraph,,data-viz,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,,2013-09-12 07:18:21.000,2024-05-16 13:47:45.000000,2024-05-13 16:56:56,1046.0,356.0,884.0,3705.0,Fast data visualization and GUI tools for scientific / engineering..,279.0,29,2024-04-29 02:15:04,pyqtgraph-0.13.7,17.0,,4028.0,pyqtgraph,conda-forge/pyqtgraph,,,,9469.0,9469.0,https://pypi.org/project/pyqtgraph,229315.0,240664.0,https://anaconda.org/conda-forge/pyqtgraph,2024-05-02 20:24:38.556,533439.0,,,,,2.0,,,,,,,,,,,,,,,, +164,Koalas,True,databricks/koalas,,data-containers,https://github.com/databricks/koalas,https://github.com/databricks/koalas,Apache-2.0,2019-01-03 21:46:54.000,2024-03-20 15:33:34.000000,2023-09-21 03:12:16,349.0,102.0,486.0,3321.0,Koalas: pandas API on Apache Spark.,51.0,29,2021-10-19 22:26:46,1.8.2,47.0,,1555.0,koalas,conda-forge/koalas,,,"['spark', 'pandas']",336.0,336.0,https://pypi.org/project/koalas,2207375.0,2212982.0,https://anaconda.org/conda-forge/koalas,2023-06-16 16:15:24.146,335466.0,,,,,2.0,1019.0,,,,,,,,,,,,,,, +165,NMSLIB,True,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,431.0,78.0,348.0,3302.0,Non-Metric Space Library (NMSLIB): An efficient similarity search..,47.0,29,2021-02-03 16:40:09,2.1.1,19.0,,1556.0,nmslib,conda-forge/nmslib,,,,1117.0,1117.0,https://pypi.org/project/nmslib,240269.0,242869.0,https://anaconda.org/conda-forge/nmslib,2023-09-26 10:22:21.295,111821.0,,,,,2.0,,,,,,,,,,,,,,,, +166,ImageHash,True,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,320.0,10.0,121.0,3023.0,A Python Perceptual Image Hashing Module.,26.0,29,2021-03-25 13:49:48,4.1.0,7.0,,333.0,ImageHash,conda-forge/imagehash,,,,12948.0,12948.0,https://pypi.org/project/ImageHash,1675232.0,1679307.0,https://anaconda.org/conda-forge/imagehash,2023-06-16 13:23:10.041,366761.0,,,,,2.0,,,,,,,,,,,,,,,, +167,Keras Tuner,True,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,379.0,206.0,271.0,2832.0,Hyperparameter tuning for humans.,61.0,29,2024-03-04 19:29:02,1.4.7,32.0,,1086.0,keras-tuner,,,,['tensorflow'],3675.0,3675.0,https://pypi.org/project/keras-tuner,284687.0,284687.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +168,hdbscan,True,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,453.0,330.0,167.0,2687.0,A high performance implementation of HDBSCAN clustering.,88.0,29,2023-07-18 17:50:51,0.8.33,47.0,,999.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],3458.0,3458.0,https://pypi.org/project/hdbscan,599551.0,643902.0,https://anaconda.org/conda-forge/hdbscan,2024-04-18 14:14:17.442,1907107.0,,,,,2.0,,,,,,,,,,,,,,,, +169,HoloViews,True,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,386.0,1046.0,2171.0,2632.0,"With Holoviews, your data visualizes itself.",141.0,29,2024-02-13 10:17:52,1.18.3,79.0,,,holoviews,conda-forge/holoviews,,,['jupyter'],10420.0,10420.0,https://pypi.org/project/holoviews,440366.0,474212.0,https://anaconda.org/conda-forge/holoviews,2024-02-12 17:18:29.765,1578731.0,,,,,2.0,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,256.0,,,,,,,,,,, +170,python-magic,True,ahupp/python-magic,,data-loading,https://github.com/ahupp/python-magic,https://github.com/ahupp/python-magic,,2010-03-31 22:40:33.000,2024-05-16 04:35:27.000000,2024-05-15 05:33:51,257.0,13.0,191.0,2554.0,A python wrapper for libmagic.,62.0,29,,,7.0,,332.0,python-magic,conda-forge/python-magic,,,,57126.0,57126.0,https://pypi.org/project/python-magic,8600621.0,8606550.0,https://anaconda.org/conda-forge/python-magic,2023-09-25 19:52:44.133,254977.0,,,,,2.0,,,,,,,,,,,,,,,, +171,category_encoders,True,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,383.0,44.0,242.0,2371.0,A library of sklearn compatible categorical variable encoders.,70.0,29,2023-10-29 20:28:53,2.6.3,20.0,,957.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],1750.0,1750.0,https://pypi.org/project/category_encoders,1678573.0,1686863.0,https://anaconda.org/conda-forge/category_encoders,2023-10-30 01:23:52.252,257017.0,,,,,2.0,,,,,,,,,,,,,,,, +172,datasketch,True,ekzhu/datasketch,,data-containers,https://github.com/ekzhu/datasketch,https://github.com/ekzhu/datasketch,MIT,2015-03-20 01:21:46.000,2024-03-26 19:24:41.000000,2024-03-26 19:24:40,284.0,47.0,115.0,2362.0,"MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,..",30.0,29,2023-10-03 09:59:29,1.6.4,31.0,,237.0,datasketch,,,,,1217.0,1217.0,https://pypi.org/project/datasketch,3166950.0,3166950.0,,,,,,,,2.0,27.0,,,,,,,,,,,,,,, +173,explainerdashboard,True,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,316.0,32.0,202.0,2234.0,Quickly build Explainable AI dashboards that show the inner..,21.0,29,2024-03-18 21:01:54,0.4.7,81.0,,1372.0,explainerdashboard,,,,,477.0,477.0,https://pypi.org/project/explainerdashboard,80430.0,80430.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +174,xlrd,True,python-excel/xlrd,,data-loading,https://github.com/python-excel/xlrd,https://github.com/python-excel/xlrd,,2012-03-07 04:50:48.000,2024-02-06 22:03:35.000000,2021-08-21 19:45:33,433.0,,,2137.0,Please use openpyxl where you can...,51.0,29,,,4.0,,503.0,xlrd,conda-forge/xlrd,,,,218220.0,218220.0,https://pypi.org/project/xlrd,23043077.0,23086909.0,https://anaconda.org/conda-forge/xlrd,2023-06-16 13:21:36.044,3769578.0,,,,,2.0,,,,,,,,,,,,,,,, +175,tesserocr,True,sirfz/tesserocr,,ocr,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000,2024-04-27 13:37:16.000000,2024-04-27 13:25:47,253.0,47.0,227.0,1940.0,A Python wrapper for the tesseract-ocr API.,30.0,29,2024-04-27 13:37:16,2.7.0,18.0,,209.0,tesserocr,conda-forge/tesserocr,,,,985.0,985.0,https://pypi.org/project/tesserocr,67855.0,70372.0,https://anaconda.org/conda-forge/tesserocr,2023-06-16 16:18:15.161,138333.0,,,,,2.0,244.0,,,,,,,,,,,,,,, +176,pyLDAvis,True,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,350.0,77.0,113.0,1784.0,Python library for interactive topic model visualization. Port of..,43.0,29,2023-04-23 23:49:39,3.4.1,7.0,,290.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],6032.0,6032.0,https://pypi.org/project/pyldavis,155402.0,156534.0,https://anaconda.org/conda-forge/pyldavis,2023-06-16 16:08:55.034,80394.0,,,,,1.0,,,,,,,,,,,,,,,, +177,ArcGIS API,True,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,1056.0,51.0,656.0,1779.0,Documentation and samples for ArcGIS API for Python.,91.0,29,2024-04-11 15:22:41,2.3.0,34.0,,4263.0,arcgis,,esridocker/arcgis-api-python-notebook,,,751.0,751.0,https://pypi.org/project/arcgis,69445.0,69567.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,,,,2.0,11262.0,,,,,,,,,,,,,,, +178,pmdarima,True,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,226.0,53.0,272.0,1529.0,A statistical library designed to fill the void in Python's time series..,23.0,29,2023-10-23 16:52:00,2.0.4,44.0,,1079.0,pmdarima,,,,,8094.0,8094.0,https://pypi.org/project/pmdarima,2687197.0,2687197.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +179,pyjanitor,True,ericmjl/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,166.0,106.0,445.0,1291.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,108.0,29,2024-03-21 03:35:03,0.27.0,53.0,pyjanitor-devs/pyjanitor,1162.0,pyjanitor,conda-forge/pyjanitor,,,,607.0,607.0,https://pypi.org/project/pyjanitor,76640.0,80675.0,https://anaconda.org/conda-forge/pyjanitor,2024-03-21 06:08:00.698,193707.0,,,,,2.0,,,,,,,,,,,,,,,, +180,agate,True,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,148.0,4.0,642.0,1165.0,A Python data analysis library that is optimized for humans instead of machines.,53.0,29,,,13.0,,1553.0,agate,conda-forge/agate,,,,3171.0,3171.0,https://pypi.org/project/agate,6544544.0,6549455.0,https://anaconda.org/conda-forge/agate,2024-04-28 23:29:41.096,176804.0,,,,,2.0,,,,,,,,,,,,,,,, +181,Bottleneck,True,pydata/bottleneck,,data-containers,https://github.com/pydata/bottleneck,https://github.com/pydata/bottleneck,BSD-2-Clause,2010-11-27 23:21:22.000,2024-05-09 19:18:33.000000,2024-05-04 17:03:40,97.0,42.0,194.0,1010.0,Fast NumPy array functions written in C.,31.0,29,,,14.0,,1278.0,Bottleneck,conda-forge/bottleneck,,,,47674.0,47674.0,https://pypi.org/project/Bottleneck,929591.0,1023706.0,https://anaconda.org/conda-forge/bottleneck,2024-02-26 20:39:40.596,4046987.0,,,,,2.0,,,,,,,,,,,,,,,, +182,pyproj,True,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,211.0,30.0,572.0,994.0,Python interface to PROJ (cartographic projections and coordinate..,65.0,29,2023-09-21 01:26:52,3.6.1,52.0,,,pyproj,conda-forge/pyproj,,,,29876.0,29876.0,https://pypi.org/project/pyproj,8801753.0,8966420.0,https://anaconda.org/conda-forge/pyproj,2024-05-01 02:52:24.565,7574689.0,,,,,2.0,,,,,,,,,,,,,,,, +183,TensorFlow Transform,True,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,202.0,32.0,174.0,982.0,Input pipeline framework.,28.0,29,2024-04-24 22:37:16,1.15.0,46.0,,936.0,tensorflow-transform,,,,['tensorflow'],1800.0,1800.0,https://pypi.org/project/tensorflow-transform,965342.0,965342.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +184,inflect,True,jaraco/inflect,,nlp,https://github.com/jaraco/inflect,https://github.com/jaraco/inflect,MIT,2010-06-20 13:43:13.000,2024-04-30 14:10:04.000000,2024-04-24 16:07:31,95.0,27.0,89.0,924.0,"Correctly generate plurals, ordinals, indefinite articles; convert numbers..",55.0,29,2024-04-23 19:54:21,7.2.1,25.0,,,inflect,conda-forge/inflect,,,,21363.0,21363.0,https://pypi.org/project/inflect,5823606.0,5831561.0,https://anaconda.org/conda-forge/inflect,2024-04-23 20:49:31.710,373900.0,,,,,2.0,,,,,,,,,,,,,,,, +185,spleeter,True,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,2729.0,205.0,562.0,25017.0,Deezer source separation library including pretrained models.,19.0,28,2021-09-03 09:59:00,2.3.0,10.0,,531.0,spleeter,conda-forge/spleeter,,,['tensorflow'],710.0,710.0,https://pypi.org/project/spleeter,13739.0,72206.0,https://anaconda.org/conda-forge/spleeter,2023-06-16 16:18:57.741,81647.0,,,,,2.0,3132625.0,,,,,,,,,,,,,,, +186,InsightFace,True,deepinsight/insightface,,image,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,,2017-09-01 00:36:51.000,2024-05-15 06:40:00.000000,2024-05-08 07:52:03,5110.0,1053.0,1357.0,21478.0,Face Analysis Project on MXNet and PyTorch.,60.0,28,2023-04-02 07:43:27,0.7,1.0,,2292.0,insightface,,,,['mxnet'],2112.0,2112.0,https://pypi.org/project/insightface,385502.0,627654.0,,,,,,,,2.0,3147986.0,,,,,,,,,,,,,,, +187,PyTorch Geometric,True,rusty1s/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,3456.0,816.0,2608.0,20264.0,Geometric Deep Learning Extension Library for PyTorch.,494.0,28,2024-04-19 11:37:44,2.5.3,40.0,pyg-team/pytorch_geometric,7520.0,torch-geometric,,,,['pytorch'],,,https://pypi.org/project/torch-geometric,287839.0,287839.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +188,Arrow,True,apache/arrow,,data-containers,https://github.com/apache/arrow,https://github.com/apache/arrow,Apache-2.0,2016-02-17 08:00:23.000,2024-05-16 13:24:08.000000,2024-05-16 12:15:57,3190.0,4269.0,19754.0,13632.0,Apache Arrow is a cross-language development platform for in-..,1241.0,28,,,36.0,,,pyarrow,conda-forge/arrow,,,,8.0,8.0,https://pypi.org/project/pyarrow,122052918.0,122151197.0,https://anaconda.org/conda-forge/arrow,2023-10-01 03:00:03.614,4619114.0,,,,,2.0,,,,,,,,,,,,,,,, +189,Sonnet,True,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,1274.0,32.0,161.0,9692.0,TensorFlow-based neural network library.,59.0,28,2024-01-02 11:08:14,2.0.2,13.0,google-deepmind/sonnet,,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],1285.0,1285.0,https://pypi.org/project/dm-sonnet,31137.0,31658.0,https://anaconda.org/conda-forge/sonnet,2023-06-16 16:19:12.602,28156.0,,,,,3.0,,,,,,,,,,,,,,,, +190,PySyft,True,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 14:00:16.000000,2024-05-16 07:15:10,1947.0,7.0,3380.0,9285.0,A library for answering questions using data you cannot see.,510.0,28,2024-04-03 12:17:16,0.8.6,100.0,,9339.0,syft,,,,['pytorch'],1.0,1.0,https://pypi.org/project/syft,10340.0,10618.0,,,,,,,,1.0,2506.0,,,,,,,,,,,,,,, +191,Vowpal Wabbit,True,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,1862.0,131.0,1134.0,8412.0,Vowpal Wabbit is a machine learning system which pushes the..,336.0,28,2023-07-19 14:18:35,9.9.0,29.0,,10414.0,vowpalwabbit,,,,,,,https://pypi.org/project/vowpalwabbit,86209.0,86209.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +192,tsfresh,True,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,1180.0,54.0,470.0,8126.0,Automatic extraction of relevant features from time series:.,92.0,28,2024-01-28 09:45:54,0.20.2,14.0,,398.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],21.0,21.0,https://pypi.org/project/tsfresh,245003.0,273142.0,https://anaconda.org/conda-forge/tsfresh,2024-01-28 10:39:22.145,1350699.0,,,,,2.0,,,,,,,,,,,,,,,, +193,SpeechRecognition,True,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,2274.0,280.0,318.0,8072.0,"Speech recognition module for Python, supporting..",50.0,28,2024-05-05 04:42:09,3.10.4,29.0,,542.0,SpeechRecognition,conda-forge/speechrecognition,,,,21.0,21.0,https://pypi.org/project/SpeechRecognition,771743.0,775785.0,https://anaconda.org/conda-forge/speechrecognition,2024-05-06 02:00:59.322,181922.0,,,,,2.0,,,,,,,,,,,,,,,, +194,CuPy,True,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,745.0,502.0,1664.0,7830.0,A NumPy-compatible array library accelerated by CUDA.,364.0,28,2024-04-19 07:40:12,13.1.0,100.0,,,cupy,conda-forge/cupy,cupy/cupy,,,2043.0,2043.0,https://pypi.org/project/cupy,23713.0,101312.0,https://anaconda.org/conda-forge/cupy,2024-04-29 17:22:48.759,3561137.0,https://hub.docker.com/r/cupy/cupy,2024-04-19 07:42:49.196765,11.0,62293.0,1.0,173893.0,,,,,,,,,,,,,,, +195,Hub,True,activeloopai/Hub,,data-pipelines,https://github.com/activeloopai/deeplake,https://github.com/activeloopai/deeplake,MPL-2.0,2019-08-09 06:17:59.000,2024-05-16 04:59:47.000000,2024-05-16 04:59:47,594.0,53.0,395.0,7746.0,Fastest unstructured dataset management for TensorFlow/PyTorch...,130.0,28,2024-05-15 23:20:19,3.9.6,100.0,activeloopai/deeplake,2203.0,hub,,,,"['tensorflow', 'pytorch']",2818.0,2818.0,https://pypi.org/project/hub,4645.0,4645.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +196,Darts,True,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,797.0,249.0,1170.0,7364.0,A python library for easy manipulation and forecasting of time series.,115.0,28,2024-04-17 11:16:10,0.29.0,42.0,,1200.0,u8darts,,unit8/darts,,,610.0,610.0,https://pypi.org/project/u8darts,22324.0,22332.0,,,,https://hub.docker.com/r/unit8/darts,2024-04-17 11:31:17.149896,,576.0,2.0,,,,,,,,,,,,,,,, +197,Hyperopt,True,hyperopt/hyperopt,,hyperopt,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,,2011-09-06 22:24:59.000,2024-04-29 22:31:53.000000,2024-03-13 19:58:20,917.0,202.0,445.0,7097.0,Distributed Asynchronous Hyperparameter Optimization in Python.,103.0,28,,,7.0,,1220.0,hyperopt,conda-forge/hyperopt,,,,14758.0,14758.0,https://pypi.org/project/hyperopt,2308217.0,2319413.0,https://anaconda.org/conda-forge/hyperopt,2023-06-16 16:14:11.076,761352.0,,,,,2.0,,,,,,,,,,,,,,,, +198,csvkit,True,wireservice/csvkit,,data-loading,https://github.com/wireservice/csvkit,https://github.com/wireservice/csvkit,MIT,2011-04-01 03:00:30.000,2024-05-08 18:38:27.000000,2024-05-02 17:58:14,590.0,28.0,877.0,5838.0,"A suite of utilities for converting to and working with CSV, the king of..",108.0,28,,,14.0,,1969.0,csvkit,conda-forge/csvkit,,,,1638.0,1638.0,https://pypi.org/project/csvkit,156813.0,159877.0,https://anaconda.org/conda-forge/csvkit,2024-05-02 06:32:22.723,110321.0,,,,,2.0,,,,,,,,,,,,,,,, +199,snorkel,True,snorkel-team/snorkel,,data-loading,https://github.com/snorkel-team/snorkel,https://github.com/snorkel-team/snorkel,Apache-2.0,2016-02-26 05:52:45.000,2024-05-02 18:39:42.000000,2024-02-27 23:05:17,839.0,18.0,962.0,5719.0,A system for quickly generating training data with weak supervision.,81.0,28,2024-02-27 23:00:37,0.10.0,16.0,,2673.0,snorkel,conda-forge/snorkel,,,,512.0,512.0,https://pypi.org/project/snorkel,31552.0,32845.0,https://anaconda.org/conda-forge/snorkel,2024-02-28 03:09:24.835,48715.0,,,,,2.0,1089.0,,,,,,,,,,,,,,, +200,skorch,True,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,376.0,54.0,454.0,5648.0,A scikit-learn compatible neural network library that wraps..,62.0,28,2023-09-04 10:10:59,0.15.0,15.0,,1087.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",1235.0,1235.0,https://pypi.org/project/skorch,164861.0,182598.0,https://anaconda.org/conda-forge/skorch,2023-09-06 08:43:59.780,780441.0,,,,,3.0,,,,,,,,,,,,,,,, +201,DEAP,True,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,1085.0,229.0,281.0,5584.0,Distributed Evolutionary Algorithms in Python.,88.0,28,,,6.0,,2334.0,deap,conda-forge/deap,,,,4758.0,4758.0,https://pypi.org/project/deap,220005.0,228736.0,https://anaconda.org/conda-forge/deap,2023-09-25 01:16:08.711,375466.0,,,,,2.0,,,,,,,,,,,,,,,, +202,pyfolio,True,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,1577.0,150.0,268.0,5445.0,Portfolio and risk analytics in Python.,60.0,28,2019-04-15 11:38:22,0.9.2,8.0,,1184.0,pyfolio,conda-forge/pyfolio,,,,1006.0,1006.0,https://pypi.org/project/pyfolio,8418.0,8593.0,https://anaconda.org/conda-forge/pyfolio,2023-06-16 16:07:59.111,13140.0,,,,,1.0,,,,,,,,,,,,,,,, +203,D-Tale,True,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,380.0,58.0,516.0,4572.0,Visualizer for pandas data structures.,30.0,28,2024-04-30 18:53:26,3.12.0,143.0,,796.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",1109.0,1109.0,https://pypi.org/project/dtale,56425.0,62258.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,279987.0,,,,,2.0,,,,,,,,,,,,,,,, +204,imutils,True,jrosebr1/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,1012.0,96.0,79.0,4486.0,A series of convenience functions to make basic image processing..,21.0,28,,,3.0,PyImageSearch/imutils,139.0,imutils,conda-forge/imutils,,,,42913.0,42913.0,https://pypi.org/project/imutils,627315.0,630877.0,https://anaconda.org/conda-forge/imutils,2023-10-27 09:12:56.985,163869.0,,,,,2.0,,,,,,,,,,,,,,,, +205,gpustat,True,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,252.0,24.0,94.0,3869.0,A simple command-line utility for querying and monitoring GPU status.,17.0,28,2023-08-22 19:40:33,1.1.1,11.0,,249.0,gpustat,conda-forge/gpustat,,,,5312.0,5312.0,https://pypi.org/project/gpustat,894632.0,901398.0,https://anaconda.org/conda-forge/gpustat,2023-08-23 10:35:25.821,284186.0,,,,,1.0,,,,,,,,,,,,,,,, +206,missingno,True,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,505.0,12.0,121.0,3819.0,Missing data visualization module for Python.,18.0,28,2023-02-26 20:11:48,0.5.2,6.0,,189.0,missingno,conda-forge/missingno,,,,16160.0,16160.0,https://pypi.org/project/missingno,265847.0,432341.0,https://anaconda.org/conda-forge/missingno,2024-03-02 01:06:27.711,332989.0,,,,,2.0,,,,,,,,,,,,,,,, +207,bqplot,True,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,452.0,225.0,368.0,3564.0,Plotting library for IPython/Jupyter notebooks.,64.0,28,2024-02-27 15:38:38,0.12.43,64.0,,3659.0,bqplot,conda-forge/bqplot,,,['jupyter'],55.0,55.0,https://pypi.org/project/bqplot,123850.0,154055.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1294418.0,,,,,2.0,,,bqplot,https://www.npmjs.com/package/bqplot,3238.0,,,,,,,,,,, +208,tensorflow-hub,True,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,1665.0,5.0,690.0,3444.0,A library for transfer learning by reusing parts of..,106.0,28,2024-01-30 15:53:29,0.16.1,20.0,,1182.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],,,https://pypi.org/project/tensorflow-hub,5255540.0,5257683.0,https://anaconda.org/conda-forge/tensorflow-hub,2024-05-07 05:39:07.350,96464.0,,,,,2.0,,,,,,,,,,,,,,,, +209,GPyTorch,True,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,520.0,317.0,973.0,3427.0,A highly efficient and modular implementation of Gaussian Processes..,130.0,28,2023-06-02 22:04:02,1.11,32.0,,3849.0,gpytorch,,,,['pytorch'],2074.0,2074.0,https://pypi.org/project/gpytorch,199503.0,199503.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +210,dyNET,True,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,674.0,264.0,669.0,3409.0,DyNet: The Dynamic Neural Network Toolkit.,160.0,28,2020-10-21 13:39:07,2.1.2,9.0,,3273.0,dyNET,,,,,256.0,256.0,https://pypi.org/project/dyNET,336816.0,336989.0,,,,,,,,3.0,15804.0,,,,,,,,,,,,,,, +211,datashader,True,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,358.0,132.0,444.0,3215.0,Quickly and accurately render even the largest data.,55.0,28,2024-04-23 11:57:48,0.16.1,34.0,,,datashader,conda-forge/datashader,,,,4074.0,4074.0,https://pypi.org/project/datashader,107625.0,125695.0,https://anaconda.org/conda-forge/datashader,2024-04-23 12:02:45.109,867395.0,,,,,2.0,,,,,,,,,,,,,,,, +212,Blaze,True,blaze/blaze,,data-containers,https://github.com/blaze/blaze,https://github.com/blaze/blaze,BSD-3-Clause,2012-10-26 14:25:22.000,2023-09-29 10:03:58.000000,2019-08-15 21:14:59,363.0,251.0,502.0,3179.0,NumPy and Pandas interface to Big Data.,67.0,28,2016-07-19 20:40:03,0.11.0,14.0,,7496.0,blaze,conda-forge/blaze,,,,9234.0,9234.0,https://pypi.org/project/blaze,47589.0,50094.0,https://anaconda.org/conda-forge/blaze,2023-06-16 13:21:36.637,202916.0,,,,,2.0,,,,,,,,,,,,,,,, +213,filterpy,True,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,596.0,63.0,161.0,3173.0,Python Kalman filtering and optimal estimation library. Implements..,43.0,28,,,5.0,,586.0,filterpy,conda-forge/filterpy,,,,5892.0,5892.0,https://pypi.org/project/filterpy,1876135.0,1879086.0,https://anaconda.org/conda-forge/filterpy,2023-06-16 13:24:39.196,244982.0,,,,,1.0,,,,,,,,,,,,,,,, +214,pytorch-optimizer,True,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,291.0,33.0,30.0,2952.0,torch-optimizer -- collection of optimizers for..,26.0,28,2021-10-31 02:57:04,0.3.0,20.0,,435.0,torch_optimizer,,,,['pytorch'],1166.0,1166.0,https://pypi.org/project/torch_optimizer,136424.0,136424.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +215,FairScale,True,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,255.0,72.0,285.0,2934.0,PyTorch extensions for high performance and large scale training.,75.0,28,2022-12-11 18:09:19,0.4.13,35.0,,,fairscale,,,,['pytorch'],5039.0,5039.0,https://pypi.org/project/fairscale,528814.0,528814.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +216,lightly,True,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:53:22.000000,2024-05-16 12:30:34,240.0,98.0,423.0,2782.0,A python library for self-supervised learning on images.,39.0,28,2024-05-16 12:53:22,1.5.4,100.0,,1178.0,lightly,,,,['pytorch'],251.0,251.0,https://pypi.org/project/lightly,31860.0,31860.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +217,mrjob,True,Yelp/mrjob,,data-pipelines,https://github.com/Yelp/mrjob,https://github.com/Yelp/mrjob,Apache-2.0,2010-10-13 18:35:21.000,2023-06-16 13:18:55.628000,2020-11-16 22:20:52,570.0,206.0,1093.0,2612.0,Run MapReduce jobs on Hadoop or Amazon Web Services.,145.0,28,,,13.0,,8622.0,mrjob,conda-forge/mrjob,,,,1456.0,1456.0,https://pypi.org/project/mrjob,116979.0,122684.0,https://anaconda.org/conda-forge/mrjob,2023-06-16 13:18:55.628,524861.0,,,,,2.0,,,,,,,,,,,,,,,, +218,scikit-plot,True,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,275.0,22.0,39.0,2402.0,An intuitive library to add plotting functionality to..,13.0,28,2018-08-19 12:21:01,0.3.7,17.0,,130.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],4880.0,4880.0,https://pypi.org/project/scikit-plot,520325.0,522434.0,https://anaconda.org/conda-forge/scikit-plot,2023-06-16 13:22:21.652,172973.0,,,,,2.0,,,,,,,,,,,,,,,, +219,torchaudio,True,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,611.0,191.0,719.0,2390.0,Data manipulation and transformation for audio signal..,225.0,28,2024-04-24 16:19:43,2.3.0,31.0,,1168.0,torchaudio,,,,['pytorch'],,,https://pypi.org/project/torchaudio,5718071.0,5718071.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +220,PyVista,True,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,430.0,490.0,1076.0,2389.0,3D plotting and mesh analysis through a streamlined interface for the..,159.0,28,2024-05-14 08:59:37,0.43.8,74.0,,,pyvista,conda-forge/pyvista,,,['jupyter'],2941.0,2941.0,https://pypi.org/project/pyvista,266565.0,276659.0,https://anaconda.org/conda-forge/pyvista,2024-05-14 14:55:18.741,473966.0,,,,,2.0,796.0,,,,,,,,,,,,,,, +221,Rasterio,True,mapbox/rasterio,,geospatial-data,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,,2013-11-04 16:36:27.000,2024-05-10 14:45:40.000000,2024-05-10 14:45:37,516.0,129.0,1639.0,2141.0,Rasterio reads and writes geospatial raster datasets.,157.0,28,2024-04-12 18:29:54,1.3.10,77.0,rasterio/rasterio,,rasterio,conda-forge/rasterio,,,,11428.0,11428.0,https://pypi.org/project/rasterio,2658907.0,2732878.0,https://anaconda.org/conda-forge/rasterio,2024-04-13 12:29:45.854,2958520.0,,,,,3.0,862.0,,,,,,,,,,,,,,, +222,snakemake,True,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:07.000000,2024-05-16 08:22:53,491.0,956.0,644.0,2125.0,This is the development home of the workflow management system..,325.0,28,2024-05-16 08:26:08,8.11.5,256.0,,,snakemake,bioconda/snakemake,,,,1974.0,1974.0,https://pypi.org/project/snakemake,78273.0,88436.0,https://anaconda.org/bioconda/snakemake,2024-05-03 18:24:01.575,1046884.0,,,,,2.0,,,,,,,,,,,,,,,, +223,jellyfish,True,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,154.0,6.0,127.0,1995.0,a python library for doing approximate and phonetic matching of..,31.0,28,,,14.0,,,jellyfish,conda-forge/jellyfish,,,,8881.0,8881.0,https://pypi.org/project/jellyfish,3451244.0,3469321.0,https://anaconda.org/conda-forge/jellyfish,2023-11-17 23:08:09.681,849629.0,,,,,2.0,,,,,,,,,,,,,,,, +224,Pythran,True,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,189.0,120.0,722.0,1968.0,Ahead of Time compiler for numeric kernels.,72.0,28,,,30.0,,3711.0,pythran,conda-forge/pythran,,,,2147.0,2147.0,https://pypi.org/project/pythran,219594.0,230571.0,https://anaconda.org/conda-forge/pythran,2024-05-02 00:00:53.765,483025.0,,,,,2.0,,,,,,,,,,,pythran,python-pythran,,,, +225,ffn,True,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,271.0,22.0,100.0,1807.0,ffn - a financial function library for Python.,33.0,28,2023-12-31 16:05:45,1.0.1,7.0,,451.0,ffn,,,,,455.0,455.0,https://pypi.org/project/ffn,153383.0,153383.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +226,GPflow,True,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,419.0,125.0,682.0,1802.0,Gaussian processes in TensorFlow.,84.0,28,2024-02-07 14:27:37,2.9.1,49.0,,2469.0,gpflow,conda-forge/gpflow,,,['tensorflow'],655.0,655.0,https://pypi.org/project/gpflow,52577.0,52944.0,https://anaconda.org/conda-forge/gpflow,2023-06-16 16:08:37.785,26469.0,,,,,1.0,,,,,,,,,,,,,,,, +227,zarr,True,zarr-developers/zarr-python,,data-containers,https://github.com/zarr-developers/zarr-python,https://github.com/zarr-developers/zarr-python,MIT,2015-12-15 14:49:40.000,2024-05-16 13:58:13.000000,2024-05-14 03:33:05,250.0,285.0,420.0,1348.0,"An implementation of chunked, compressed, N-dimensional arrays for Python.",100.0,28,2024-05-07 21:32:07,2.18.0,63.0,,,zarr,conda-forge/zarr,,,,3769.0,3769.0,https://pypi.org/project/zarr,626976.0,693322.0,https://anaconda.org/conda-forge/zarr,2024-05-08 03:03:42.681,3051940.0,,,,,2.0,,,,,,,,,,,,,,,, +228,patsy,True,pydata/patsy,,probabilistics,https://github.com/pydata/patsy,https://github.com/pydata/patsy,,2012-07-10 12:30:06.000,2024-01-05 15:46:09.327000,2024-01-04 18:54:38,95.0,65.0,80.0,923.0,Describing statistical models in Python using symbolic formulas.,19.0,28,2024-01-04 18:58:03,0.5.6,13.0,,558.0,patsy,conda-forge/patsy,,,,95623.0,95623.0,https://pypi.org/project/patsy,15712643.0,16038599.0,https://anaconda.org/conda-forge/patsy,2024-01-05 15:46:09.327,10430621.0,,,,,1.0,,,,,,,,,,,,,,,, +229,pyahocorasick,True,WojciechMula/pyahocorasick,,nlp,https://github.com/WojciechMula/pyahocorasick,https://github.com/WojciechMula/pyahocorasick,BSD-3-Clause,2013-05-30 19:55:46.000,2024-03-21 16:14:48.514000,2024-03-21 10:53:44,118.0,21.0,106.0,894.0,Python module (C extension and plain python) implementing Aho-..,30.0,28,2024-03-21 13:30:45,2.1.0,8.0,,530.0,pyahocorasick,conda-forge/pyahocorasick,,,,2764.0,2764.0,https://pypi.org/project/pyahocorasick,854530.0,859609.0,https://anaconda.org/conda-forge/pyahocorasick,2024-03-21 16:14:48.514,218315.0,,,,,2.0,44.0,,,,,,,,,,,,,,, +230,PyNNDescent,True,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,104.0,68.0,65.0,842.0,A Python nearest neighbor descent for approximate nearest neighbors.,29.0,28,2024-03-29 19:58:54,release-0.5.12,24.0,,674.0,pynndescent,conda-forge/pynndescent,,,,6391.0,6391.0,https://pypi.org/project/pynndescent,1344837.0,1384832.0,https://anaconda.org/conda-forge/pynndescent,2024-03-29 21:39:55.734,1839810.0,,,,,3.0,,,,,,,,,,,,,,,, +231,data-validation,True,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,163.0,24.0,144.0,753.0,Library for exploring and validating machine learning..,26.0,28,2024-04-24 23:26:22,1.15.1,45.0,,962.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",886.0,886.0,https://pypi.org/project/tensorflow-data-validation,191423.0,191432.0,,,,,,,,2.0,653.0,,,,,,,,,,,,,,, +232,Face Recognition,True,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,13053.0,735.0,585.0,51976.0,The world's simplest facial recognition api for..,54.0,27,2018-04-02 17:18:43,1.2.2,2.0,,238.0,face_recognition,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face_recognition,207588.0,207602.0,,,,,,,,2.0,1230.0,,,,,,,,,,,,,,, +233,vit-pytorch,True,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:04:41.000000,2024-05-11 15:04:32,2772.0,117.0,137.0,18231.0,"Implementation of Vision Transformer, a simple way to..",21.0,27,2024-05-11 15:04:41,1.6.9,100.0,,,vit-pytorch,,,,['pytorch'],461.0,461.0,https://pypi.org/project/vit-pytorch,23025.0,23025.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +234,Prophet,True,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,4412.0,395.0,1726.0,17840.0,Tool for producing high quality forecasts for time series data that has..,173.0,27,2023-10-10 12:57:04,1.1.5,16.0,,,fbprophet,,,,,21.0,21.0,https://pypi.org/project/fbprophet,805573.0,805602.0,,,,,,,,2.0,2509.0,,,,,,,,,,,,,,, +235,haystack,True,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,1625.0,157.0,3065.0,13875.0,End-to-end Python framework for building natural language search..,242.0,27,2024-05-16 13:40:34,2.1.2,96.0,,,haystack,,,,,248.0,248.0,https://pypi.org/project/haystack,4329.0,4329.0,,,,,,,,2.0,24.0,,,,,,,,,,,,,,, +236,backtrader,True,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,3473.0,,,13182.0,Python Backtesting library for trading strategies.,56.0,27,,,,,2404.0,backtrader,,,,,2037.0,2037.0,https://pypi.org/project/backtrader,19908.0,19908.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +237,OCRmyPDF,True,jbarlow83/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,887.0,105.0,1004.0,12189.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them..",96.0,27,2024-04-16 18:51:22,16.2.0,25.0,ocrmypdf/OCRmyPDF,,ocrmypdf,,,,,818.0,818.0,https://pypi.org/project/ocrmypdf,102849.0,103217.0,,,,,,,,2.0,3319.0,,,,,,ocrmypdf,ocrmypdf,,,,,,,, +238,wordcloud,True,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,2267.0,97.0,417.0,9967.0,A little word cloud generator in Python.,72.0,27,2023-12-09 13:50:41,1.9.3,13.0,,,wordcloud,conda-forge/wordcloud,,,,21.0,21.0,https://pypi.org/project/wordcloud,1892547.0,1902903.0,https://anaconda.org/conda-forge/wordcloud,2024-03-19 22:44:23.623,476399.0,,,,,2.0,,,,,,,,,,,,,,,, +239,TFlearn,True,tflearn/tflearn,,ml-frameworks,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,,2016-03-31 12:05:53.000,2024-05-06 11:34:20.000000,2020-11-30 04:34:51,2325.0,555.0,363.0,9608.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,27,2020-11-11 19:26:11,0.5.0,8.0,,613.0,tflearn,,,,['tensorflow'],4891.0,4891.0,https://pypi.org/project/tflearn,6900.0,6900.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +240,imageai,True,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,2144.0,291.0,448.0,8425.0,A python library built to empower developers to build applications and..,19.0,27,2022-12-20 21:17:57,test-resources-v3,12.0,,385.0,imageai,,,,,1604.0,1604.0,https://pypi.org/project/imageai,8224.0,20868.0,,,,,,,,2.0,923079.0,,,,,,,,,,,,,,, +241,Pyro,True,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,961.0,226.0,839.0,8388.0,Deep universal probabilistic programming with Python and PyTorch.,155.0,27,2024-02-19 18:02:43,1.9.0,34.0,,2461.0,pyro-ppl,,,,['pytorch'],,,https://pypi.org/project/pyro-ppl,272766.0,272766.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +242,Vaex,True,vaexio/vaex,,data-containers,https://github.com/vaexio/vaex,https://github.com/vaexio/vaex,MIT,2014-09-27 09:44:42.000,2024-04-05 06:36:49.000000,2023-07-21 10:40:58,583.0,433.0,775.0,8180.0,"Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and..",72.0,27,2018-03-29 14:50:46,aexpaper_1,32.0,,3636.0,vaex,conda-forge/vaex,,,,744.0,744.0,https://pypi.org/project/vaex,22044.0,24067.0,https://anaconda.org/conda-forge/vaex,2023-06-16 13:20:19.053,183976.0,,,,,3.0,280.0,,,,,,,,,,,,,,, +243,Apex,True,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,1269.0,633.0,521.0,8076.0,A PyTorch Extension: Tools for easy mixed precision and distributed..,127.0,27,,,4.0,,1174.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,,,,,,,,,,,,,,,, +244,Perspective,True,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,984.0,92.0,651.0,7588.0,Streaming pivot visualization via WebAssembly.,93.0,27,2024-03-25 22:52:24,2.10.0,13.0,,5973.0,perspective-python,,,,['jupyter'],122.0,122.0,https://pypi.org/project/perspective-python,5755.0,9605.0,,,,,,,,2.0,2615.0,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,3589.0,,,,,,,,,,, +245,auto-sklearn,True,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,1243.0,187.0,829.0,7422.0,Automated Machine Learning with scikit-learn.,88.0,27,2023-02-13 12:35:21,0.15.0,35.0,,2746.0,auto-sklearn,,,,['sklearn'],568.0,568.0,https://pypi.org/project/auto-sklearn,16377.0,16377.0,,,,,,,,2.0,52.0,,,,,,,,,,,,,,, +246,featuretools,True,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,845.0,143.0,862.0,7060.0,An open source python library for automated feature engineering.,72.0,27,2024-05-14 18:59:20,1.31.0,100.0,,,featuretools,conda-forge/featuretools,,,,1633.0,1633.0,https://pypi.org/project/featuretools,63358.0,67244.0,https://anaconda.org/conda-forge/featuretools,2024-05-15 15:26:44.535,182653.0,,,,,2.0,,,,,,,,,,,,,,,, +247,tensorpack,True,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,1794.0,12.0,1343.0,6298.0,"A Neural Net Training Interface on TensorFlow, with focus on..",58.0,27,2019-01-18 19:18:13,doc-v0.9.0.1,3.0,,2944.0,tensorpack,,,,['tensorflow'],1541.0,1541.0,https://pypi.org/project/tensorpack,13728.0,13730.0,,,,,,,,3.0,167.0,,,,,,,,,,,,,,, +248,CleverHans,True,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,1349.0,30.0,423.0,6091.0,"An adversarial example library for constructing attacks,..",132.0,27,2021-07-24 08:48:41,4.0.0,8.0,,3203.0,cleverhans,,,,['tensorflow'],650.0,650.0,https://pypi.org/project/cleverhans,2127.0,2127.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +249,MONAI,True,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:02:07.000000,2024-05-16 02:29:51,964.0,269.0,2658.0,5384.0,AI Toolkit for Healthcare Imaging.,189.0,27,2023-10-12 17:37:33,1.3.0,17.0,,,monai,,,,['pytorch'],2237.0,2237.0,https://pypi.org/project/monai,148731.0,148731.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +250,facenet-pytorch,True,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,838.0,66.0,106.0,4197.0,Pretrained Pytorch face detection (MTCNN) and recognition..,17.0,27,2023-04-07 19:27:35,2.5.3,7.0,,251.0,facenet-pytorch,,,,['pytorch'],1792.0,1792.0,https://pypi.org/project/facenet-pytorch,66186.0,84137.0,,,,,,,,2.0,969403.0,,,,,,,,,,,,,,, +251,sacred,True,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,365.0,98.0,460.0,4162.0,"Sacred is a tool to help you configure, organize, log and reproduce..",105.0,27,2023-11-13 07:23:02,0.8.5,13.0,,1344.0,sacred,,,,,3001.0,3001.0,https://pypi.org/project/sacred,28791.0,28791.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +252,Core ML Tools,True,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,583.0,290.0,1052.0,4096.0,Core ML tools contain supporting tools for Core ML model..,166.0,27,2024-04-22 23:27:42,7.2,37.0,,,coremltools,,,,,3810.0,3810.0,https://pypi.org/project/coremltools,286225.0,286344.0,,,,,,,,2.0,9582.0,,,,,,,,,,,,,,, +253,pomegranate,True,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,571.0,44.0,718.0,3270.0,"Fast, flexible and easy to use probabilistic modelling in Python.",73.0,27,2023-04-16 07:29:15,1.0.0,9.0,,984.0,pomegranate,conda-forge/pomegranate,,,,1092.0,1092.0,https://pypi.org/project/pomegranate,42442.0,45543.0,https://anaconda.org/conda-forge/pomegranate,2023-12-10 17:04:41.093,148874.0,,,,,2.0,,,,,,,,,,,,,,,, +254,Catalyst,True,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,365.0,1.0,353.0,3234.0,Accelerated deep learning R&D.,104.0,27,2022-04-29 04:45:11,22.04,41.0,,1698.0,catalyst,,,,['pytorch'],1117.0,1117.0,https://pypi.org/project/catalyst,12378.0,12378.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +255,smart-open,True,RaRe-Technologies/smart_open,,data-loading,https://github.com/piskvorky/smart_open,https://github.com/piskvorky/smart_open,MIT,2015-01-02 13:05:52.000,2024-05-08 22:44:42.000000,2024-05-08 22:44:21,369.0,63.0,327.0,3098.0,"Utils for streaming large files (S3, HDFS, gzip, bz2...).",120.0,27,2024-03-26 08:43:19,7.0.4,51.0,piskvorky/smart_open,1073.0,smart-open,,,,,,,https://pypi.org/project/smart-open,24916965.0,24916965.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +256,BoTorch,True,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,367.0,56.0,421.0,2965.0,Bayesian optimization in PyTorch.,114.0,27,2024-05-01 20:17:51,0.11.0,43.0,,,botorch,,,,['pytorch'],986.0,986.0,https://pypi.org/project/botorch,137201.0,137201.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +257,StellarGraph,True,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,419.0,296.0,745.0,2898.0,StellarGraph - Machine Learning on Graphs.,37.0,27,2020-06-30 05:15:21,1.2.1,25.0,,2515.0,stellargraph,,,,['tensorflow'],260.0,260.0,https://pypi.org/project/stellargraph,8754.0,8754.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +258,dtreeviz,True,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,330.0,66.0,136.0,2851.0,A python library for decision tree visualization and model interpretation.,26.0,27,2023-07-13 17:20:15,2.2.2,37.0,,619.0,dtreeviz,,,,,1156.0,1156.0,https://pypi.org/project/dtreeviz,128794.0,128794.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +259,tslearn,True,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,323.0,117.0,195.0,2803.0,A machine learning toolkit dedicated to time-series data.,43.0,27,2023-12-12 14:35:12,0.6.3,25.0,,,tslearn,conda-forge/tslearn,,,['sklearn'],1257.0,1257.0,https://pypi.org/project/tslearn,351800.0,379624.0,https://anaconda.org/conda-forge/tslearn,2024-02-04 18:41:01.911,1307761.0,,,,,2.0,,,,,,,,,,,,,,,, +260,sklearn-pandas,True,scikit-learn-contrib/sklearn-pandas,,data-containers,https://github.com/scikit-learn-contrib/sklearn-pandas,https://github.com/scikit-learn-contrib/sklearn-pandas,Zlib,2013-04-22 22:55:20.000,2023-06-08 06:48:29.000000,2022-07-17 20:23:59,387.0,28.0,127.0,2785.0,Pandas integration with sklearn.,39.0,27,2021-05-08 08:32:08,2.1.0,3.0,,289.0,sklearn-pandas,,,,"['sklearn', 'pandas']",7684.0,7684.0,https://pypi.org/project/sklearn-pandas,200878.0,200878.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +261,TextAttack,True,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,363.0,53.0,216.0,2775.0,"TextAttack is a Python framework for adversarial attacks, data..",65.0,27,2024-03-11 02:09:54,0.3.10,16.0,,2705.0,textattack,,,,,249.0,249.0,https://pypi.org/project/textattack,4663.0,4663.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +262,Foolbox,True,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,411.0,21.0,349.0,2664.0,A Python toolbox to create adversarial examples that fool neural networks..,35.0,27,2024-03-04 12:27:37,3.3.4,59.0,,1711.0,foolbox,,,,,581.0,581.0,https://pypi.org/project/foolbox,2495.0,2495.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +263,GluonNLP,True,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,506.0,237.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,27,2020-08-13 19:16:27,0.10.0,15.0,,843.0,gluonnlp,,,,['mxnet'],1528.0,1528.0,https://pypi.org/project/gluonnlp,78130.0,78130.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +264,Ax,True,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,290.0,47.0,614.0,2277.0,Adaptive Experimentation Platform.,168.0,27,2024-05-02 21:44:55,0.4.0,40.0,,,ax-platform,,,,['pytorch'],710.0,710.0,https://pypi.org/project/ax-platform,95153.0,95153.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +265,Cartopy,True,mapbox/rasterio,,geospatial-data,https://github.com/rasterio/rasterio,https://github.com/rasterio/rasterio,,2013-11-04 16:36:27.000,2024-05-10 14:45:40.000000,2024-05-10 14:45:37,516.0,129.0,1639.0,2141.0,Rasterio reads and writes geospatial raster datasets.,157.0,27,2024-04-12 18:29:54,1.3.10,32.0,rasterio/rasterio,,Cartopy,conda-forge/cartopy,,,,11428.0,11428.0,https://pypi.org/project/Cartopy,233368.0,307454.0,https://anaconda.org/conda-forge/cartopy,2024-04-11 10:31:26.888,3555744.0,,,,,3.0,862.0,,,,,,,,,,,,,,, +266,igraph,True,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,244.0,42.0,503.0,1239.0,Python interface for igraph.,75.0,27,2024-05-07 17:45:06,0.11.5,29.0,,,python-igraph,conda-forge/igraph,,,,3937.0,3937.0,https://pypi.org/project/python-igraph,235232.0,253314.0,https://anaconda.org/conda-forge/igraph,2024-05-07 18:54:37.635,529173.0,,,,,2.0,562815.0,,,,,,,,,,,,,,, +267,ktrain,True,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,261.0,1.0,491.0,1213.0,ktrain is a Python library that makes deep learning and AI more..,16.0,27,2024-04-05 19:20:07,0.41.3,100.0,,3044.0,ktrain,,,,['tensorflow'],518.0,518.0,https://pypi.org/project/ktrain,10708.0,10708.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +268,RLax,True,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,84.0,7.0,18.0,1192.0,A library of reinforcement learning building blocks in JAX.,21.0,27,2023-06-29 15:03:07,0.1.6,7.0,google-deepmind/rlax,208.0,rlax,,,,['jax'],226.0,226.0,https://pypi.org/project/rlax,2628392.0,2628392.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +269,detectron2,True,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,6919.0,407.0,3053.0,28894.0,Detectron2 is FAIR's next-generation platform for object..,268.0,26,2021-11-15 22:08:26,0.6,10.0,,,,conda-forge/detectron2,,,['pytorch'],1780.0,1780.0,,,5492.0,https://anaconda.org/conda-forge/detectron2,2024-01-18 08:57:46.349,252634.0,,,,,3.0,,,,,,,,,,,,,,,, +270,tinygrad,True,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 12:44:26.000000,2024-05-16 12:43:41,2649.0,104.0,505.0,24228.0,You like pytorch? You like micrograd? You love tinygrad!.,306.0,26,2024-01-09 18:16:07,0.8.0,5.0,tinygrad/tinygrad,4449.0,,,,,['pytorch'],63.0,63.0,,,,,,,,,,,1.0,,9.0,,,,,,,,,,,,,, +271,Magenta,True,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,3642.0,366.0,588.0,18950.0,Magenta: Music and Art Generation with Machine Intelligence.,155.0,26,2022-08-01 18:18:44,2.1.4,48.0,,,magenta,,,,['tensorflow'],505.0,505.0,https://pypi.org/project/magenta,3994.0,3994.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +272,NeMo,True,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 13:58:26.000000,2024-05-16 04:57:22,2087.0,60.0,2020.0,10212.0,NeMo: a toolkit for conversational AI.,310.0,26,2024-02-28 06:18:16,1.23.0,47.0,,,nemo-toolkit,,,,['pytorch'],21.0,21.0,https://pypi.org/project/nemo-toolkit,51319.0,54366.0,,,,,,,,2.0,170660.0,,,,,,,,,,,,,,, +273,Great Expectations,True,great-expectations/great_expectations,,data-pipelines,https://github.com/great-expectations/great_expectations,https://github.com/great-expectations/great_expectations,Apache-2.0,2017-09-11 00:18:46.000,2024-05-16 14:21:30.000000,2024-05-16 11:37:17,1468.0,143.0,1680.0,9522.0,Always know what to expect from your data.,427.0,26,2024-04-29 22:11:04,1.0.0a3,100.0,,,great_expectations,,,,,,,https://pypi.org/project/great_expectations,19932391.0,19932391.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +274,Facets Overview,True,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,877.0,78.0,81.0,7325.0,Visualizations for machine learning datasets.,31.0,26,2019-07-01 16:35:20,1.0.0,4.0,,277.0,facets-overview,,,,['jupyter'],238.0,238.0,https://pypi.org/project/facets-overview,277449.0,277449.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +275,FiftyOne,True,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,495.0,435.0,1008.0,6774.0,"Visualize, create, and debug image and video datasets and model predictions.",122.0,26,2024-03-21 20:29:36,0.23.7,84.0,,,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",569.0,569.0,https://pypi.org/project/fiftyone,62052.0,62052.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +276,BigDL,True,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:08:24.000000,2024-05-16 09:15:37,1164.0,809.0,1460.0,6064.0,BigDL: Distributed Deep Learning Framework for Apache Spark.,99.0,26,2023-11-13 02:02:20,2.4.0,19.0,intel-analytics/ipex-llm,2684.0,bigdl,,,,,51.0,51.0,https://pypi.org/project/bigdl,4109.0,4114.0,,,,,,,,2.0,473.0,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,, +277,InterpretML,True,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,703.0,97.0,332.0,6045.0,Fit interpretable models. Explain blackbox machine learning.,44.0,26,2024-04-14 22:32:49,0.6.1,43.0,,,interpret,,,,['jupyter'],674.0,674.0,https://pypi.org/project/interpret,81615.0,81615.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +278,GluonCV,True,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,1195.0,41.0,787.0,5756.0,Gluon CV Toolkit.,119.0,26,2021-03-09 00:20:06,0.10.0,10.0,,900.0,gluoncv,,,,['mxnet'],21.0,21.0,https://pypi.org/project/gluoncv,72409.0,72409.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +279,torchdiffeq,True,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,861.0,67.0,144.0,5242.0,Differentiable ODE solvers with full GPU support and..,21.0,26,,,,,248.0,torchdiffeq,,,,['pytorch'],3295.0,3295.0,https://pypi.org/project/torchdiffeq,754637.0,754637.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +280,aim,True,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:02:06.000000,2024-04-17 17:08:08,284.0,326.0,654.0,4834.0,"Aim a super-easy way to record, search and compare 1000s of ML training..",64.0,26,2024-04-17 17:16:40,3.19.3,60.0,,,aim,,,,,552.0,552.0,https://pypi.org/project/aim,71240.0,71240.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +281,causalml,True,uber/causalml,,others,https://github.com/uber/causalml,https://github.com/uber/causalml,,2019-07-09 02:08:58.000,2024-05-09 21:11:54.000000,2024-05-09 21:11:54,743.0,54.0,331.0,4791.0,Uplift modeling and causal inference with machine learning..,62.0,26,2024-04-19 00:05:19,0.15.1,14.0,,613.0,causalml,,,,,196.0,196.0,https://pypi.org/project/causalml,77730.0,77730.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +282,lightfm,True,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,667.0,142.0,356.0,4618.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",47.0,26,2023-03-20 04:08:46,1.17,9.0,,483.0,lightfm,conda-forge/lightfm,,,,1433.0,1433.0,https://pypi.org/project/lightfm,423263.0,425585.0,https://anaconda.org/conda-forge/lightfm,2023-06-16 16:08:40.466,176507.0,,,,,1.0,,,,,,,,,,,,,,,, +283,ART,True,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,1102.0,122.0,752.0,4503.0,Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning..,135.0,26,2024-02-17 23:58:41,1.17.1,56.0,,,adversarial-robustness-toolbox,,,,,516.0,516.0,https://pypi.org/project/adversarial-robustness-toolbox,26801.0,26801.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +284,geopy,True,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,614.0,27.0,252.0,4304.0,Geocoding library for Python.,133.0,26,2023-11-23 21:50:14,2.4.1,37.0,,1136.0,geopy,conda-forge/geopy,,,,,,https://pypi.org/project/geopy,5180589.0,5208608.0,https://anaconda.org/conda-forge/geopy,2024-02-28 17:12:19.096,1316935.0,,,,,3.0,42.0,-6.0,,,,,,,,,,,,,, +285,Alpha Vantage,True,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,718.0,,280.0,4170.0,A python wrapper for Alpha Vantage API for financial data.,43.0,26,2020-12-21 02:37:29,2.3.1,5.0,,497.0,alpha_vantage,,,,,548.0,548.0,https://pypi.org/project/alpha_vantage,30596.0,30596.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +286,ta,True,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,829.0,110.0,104.0,4058.0,Technical Analysis Library using Pandas and Numpy.,34.0,26,,,,,662.0,ta,,,,,3360.0,3360.0,https://pypi.org/project/ta,118703.0,118703.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +287,nevergrad,True,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,341.0,86.0,174.0,3853.0,A Python toolbox for performing gradient-free optimization.,55.0,26,2024-02-20 14:33:44,1.0.2,32.0,,,nevergrad,conda-forge/nevergrad,,,,674.0,674.0,https://pypi.org/project/nevergrad,218910.0,219914.0,https://anaconda.org/conda-forge/nevergrad,2024-01-09 16:02:07.312,48207.0,,,,,2.0,,,,,,,,,,,,,,,, +288,ftfy,True,LuminosoInsight/python-ftfy,,nlp,https://github.com/rspeer/python-ftfy,https://github.com/rspeer/python-ftfy,,2012-08-24 16:14:59.000,2024-05-06 21:26:30.000000,2024-03-15 22:39:59,117.0,16.0,124.0,3723.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",18.0,26,2021-08-23 21:02:05,6.0.3,12.0,rspeer/python-ftfy,,ftfy,conda-forge/ftfy,,,,19340.0,19340.0,https://pypi.org/project/ftfy,4857588.0,4864739.0,https://anaconda.org/conda-forge/ftfy,2023-11-22 19:57:21.457,286073.0,,,,,2.0,,,,,,,,,,,,,,,, +289,torchtext,True,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,792.0,274.0,516.0,3448.0,Data loaders and abstractions for text and NLP.,155.0,26,2024-04-24 16:20:45,0.18.0,31.0,,847.0,torchtext,,,,['pytorch'],,,https://pypi.org/project/torchtext,697920.0,697920.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +290,implicit,True,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,584.0,82.0,406.0,3435.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,34.0,26,2023-09-29 21:06:57,0.7.2,17.0,,,implicit,conda-forge/implicit,,,,1330.0,1330.0,https://pypi.org/project/implicit,180943.0,194935.0,https://anaconda.org/conda-forge/implicit,2023-11-21 19:59:55.425,614427.0,,,,,1.0,786.0,,,,,,,,,,,,,,, +291,Sumy,True,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,517.0,20.0,101.0,3431.0,Module for automatic summarization of text documents and HTML pages.,31.0,26,2022-10-23 16:40:03,0.11.0,15.0,,,sumy,,,,,2723.0,2723.0,https://pypi.org/project/sumy,416453.0,416453.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +292,Acme,True,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,413.0,61.0,202.0,3396.0,A library of reinforcement learning components and agents.,85.0,26,2022-02-10 06:52:01,0.4.0,12.0,google-deepmind/acme,1200.0,dm-acme,,,,['tensorflow'],199.0,199.0,https://pypi.org/project/dm-acme,1953.0,1953.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +293,VisPy,True,vispy/vispy,,data-viz,https://github.com/vispy/vispy,https://github.com/vispy/vispy,,2013-03-21 18:43:22.000,2024-05-13 13:33:22.000000,2024-05-13 13:33:20,609.0,310.0,1110.0,3228.0,High-performance interactive 2D/3D data visualization library.,194.0,26,2024-03-14 16:50:16,0.14.2,36.0,,,vispy,conda-forge/vispy,,,['jupyter'],1517.0,1517.0,https://pypi.org/project/vispy,95482.0,106519.0,https://anaconda.org/conda-forge/vispy,2024-03-15 02:52:28.032,485271.0,,,,,3.0,,,vispy,https://www.npmjs.com/package/vispy,9.0,,,,,,,,,,, +294,Arctic,True,man-group/arctic,,data-containers,https://github.com/man-group/arctic,https://github.com/man-group/arctic,LGPL-2.1,2015-05-29 13:37:30.000,2024-04-08 16:35:28.000000,2024-04-08 16:35:28,563.0,79.0,477.0,3037.0,Arctic is a high performance datastore for numeric data.,85.0,26,2024-02-05 17:58:54,1.82.2,11.0,,1185.0,arctic,conda-forge/arctic,,,,243.0,243.0,https://pypi.org/project/arctic,3419.0,4750.0,https://anaconda.org/conda-forge/arctic,2024-02-15 20:53:28.617,31915.0,,,,,3.0,217.0,,,,,,,,,,,,,,, +295,fastNLP,True,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,442.0,61.0,155.0,3035.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still..,61.0,26,2020-11-06 15:31:29,0.6.0,7.0,,2484.0,fastnlp,,,,,182.0,182.0,https://pypi.org/project/fastnlp,59940.0,59941.0,,,,,,,,2.0,77.0,,,,,,,,,,,,,,, +296,Cufflinks,True,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,651.0,90.0,123.0,2983.0,Productivity Tools for Plotly + Pandas.,38.0,26,,,,,452.0,cufflinks,,,,['pandas'],10733.0,10733.0,https://pypi.org/project/cufflinks,66502.0,66502.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +297,mljar-supervised,True,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,385.0,142.0,479.0,2943.0,Automated Machine Learning Pipeline with Feature Engineering..,26.0,26,2024-03-08 09:45:28,1.1.6,59.0,,1167.0,mljar-supervised,,,,,110.0,110.0,https://pypi.org/project/mljar-supervised,3478.0,3478.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +298,pandas-datareader,True,pydata/pandas-datareader,,data-loading,https://github.com/pydata/pandas-datareader,https://github.com/pydata/pandas-datareader,,2015-01-15 00:34:19.000,2024-02-19 18:27:51.000000,2023-10-24 17:22:15,655.0,130.0,402.0,2831.0,Extract data from a wide range of Internet sources into..,92.0,26,2021-07-13 12:27:15,0.10.0,19.0,,,pandas-datareader,conda-forge/pandas-datareader,,,['pandas'],23936.0,23936.0,https://pypi.org/project/pandas-datareader,476002.0,480211.0,https://anaconda.org/conda-forge/pandas-datareader,2023-06-16 13:23:01.411,357794.0,,,,,3.0,,,,,,,,,,,,,,,, +299,pgmpy,True,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,673.0,239.0,629.0,2626.0,Python Library for learning (Structure and Parameter) and inference..,126.0,26,2024-03-08 20:41:28,0.1.25,15.0,,6.0,pgmpy,,,,,964.0,964.0,https://pypi.org/project/pgmpy,52439.0,52446.0,,,,,,,,2.0,342.0,,,,,,,,,,,,,,, +300,swifter,True,jmcarpenter2/swifter,,data-containers,https://github.com/jmcarpenter2/swifter,https://github.com/jmcarpenter2/swifter,MIT,2018-04-07 21:37:19.000,2024-03-20 17:02:58.000000,2024-03-14 17:58:34,101.0,19.0,128.0,2473.0,A package which efficiently applies any function to a pandas..,18.0,26,,,28.0,,495.0,swifter,conda-forge/swifter,,,['pandas'],1319.0,1319.0,https://pypi.org/project/swifter,690569.0,697645.0,https://anaconda.org/conda-forge/swifter,2023-07-31 21:42:18.659,332605.0,,,,,3.0,,,,,,,,,,,,,,,, +301,PyFunctional,True,EntilZha/PyFunctional,,data-pipelines,https://github.com/EntilZha/PyFunctional,https://github.com/EntilZha/PyFunctional,MIT,2015-02-05 17:17:51.000,2024-05-01 20:00:34.000000,2024-03-13 17:37:14,127.0,9.0,124.0,2341.0,Python library for creating data pipelines with chain functional..,31.0,26,2021-01-12 19:21:07,1.4.3,11.0,,539.0,pyfunctional,,,,,790.0,790.0,https://pypi.org/project/pyfunctional,204238.0,204238.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +302,TFX,True,tensorflow/tfx,,data-pipelines,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,679.0,32.0,856.0,2079.0,TFX is an end-to-end platform for deploying production ML pipelines.,185.0,26,2024-05-13 20:43:40,1.15.1,94.0,,5637.0,tfx,,,,['tensorflow'],,,https://pypi.org/project/tfx,70179.0,70179.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +303,bt,True,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,388.0,76.0,259.0,2044.0,bt - flexible backtesting for Python.,32.0,26,2023-11-20 02:57:57,1.0.0,3.0,,521.0,bt,,,,,1603.0,1603.0,https://pypi.org/project/bt,7455.0,7455.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +304,ogb,True,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,381.0,18.0,270.0,1875.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",32.0,26,2023-04-07 06:00:20,1.3.6,16.0,,675.0,ogb,,,,,1619.0,1619.0,https://pypi.org/project/ogb,34297.0,34297.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +305,TF Recommenders,True,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,259.0,219.0,184.0,1758.0,TensorFlow Recommenders is a library for building..,43.0,26,2023-02-03 02:08:24,0.7.3,16.0,,,tensorflow-recommenders,,,,['tensorflow'],322.0,322.0,https://pypi.org/project/tensorflow-recommenders,472232.0,472232.0,,,,,,,,1.0,,,,,,,,,,,,,,,, +306,Opacus,True,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,311.0,70.0,214.0,1621.0,Training PyTorch models with differential privacy.,78.0,26,2024-02-11 17:28:09,1.4.1,21.0,,,opacus,,,,['pytorch'],783.0,783.0,https://pypi.org/project/opacus,132177.0,132179.0,,,,,,,,2.0,109.0,,,,,,,,,,,,,,, +307,SciSpacy,True,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,217.0,29.0,281.0,1618.0,A full spaCy pipeline and models for scientific/biomedical..,33.0,26,2024-03-08 05:57:56,0.5.4,11.0,,,scispacy,,,,,891.0,891.0,https://pypi.org/project/scispacy,26598.0,26598.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +308,imodels,True,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,110.0,32.0,53.0,1300.0,"Interpretable ML package for concise, transparent, and accurate predictive..",23.0,26,2024-03-12 03:37:43,1.4.3,35.0,,1044.0,imodels,,,,,72.0,72.0,https://pypi.org/project/imodels,70027.0,70027.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +309,arch,True,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:33:44.000000,2024-04-16 17:27:51,242.0,24.0,183.0,1260.0,ARCH models in Python.,35.0,26,2024-04-16 17:30:06,7.0.0,47.0,,,arch,,,,,1630.0,1630.0,https://pypi.org/project/arch,474942.0,474942.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +310,empyrical,True,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,345.0,26.0,26.0,1227.0,Common financial risk and performance metrics. Used by zipline and..,23.0,26,2020-10-13 21:28:25,0.5.5,9.0,,167.0,empyrical,conda-forge/empyrical,,,,1372.0,1372.0,https://pypi.org/project/empyrical,27602.0,27958.0,https://anaconda.org/conda-forge/empyrical,2023-06-16 16:07:55.979,26702.0,,,,,2.0,,,,,,,,,,,,,,,, +311,Nilearn,True,nilearn/nilearn,,medical-data,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,,2011-01-09 19:02:23.000,2024-05-15 12:33:24.000000,2024-05-15 07:13:58,549.0,253.0,1760.0,1112.0,Machine learning for NeuroImaging in Python.,235.0,26,2024-04-09 09:15:50,0.10.4,24.0,,,nilearn,conda-forge/nilearn,,,['sklearn'],3145.0,3145.0,https://pypi.org/project/nilearn,64802.0,71207.0,https://anaconda.org/conda-forge/nilearn,2024-04-09 13:18:52.622,268860.0,,,,,2.0,163.0,,,,,,,,,,,,,,, +312,Intake,True,intake/intake,,data-loading,https://github.com/intake/intake,https://github.com/intake/intake,BSD-2-Clause,2017-08-14 20:44:22.000,2024-05-13 14:55:53.000000,2024-05-13 14:55:53,139.0,102.0,265.0,986.0,"Intake is a lightweight package for finding, investigating, loading and..",89.0,26,,,27.0,,2187.0,intake,conda-forge/intake,,,,2312.0,2312.0,https://pypi.org/project/intake,75347.0,87623.0,https://anaconda.org/conda-forge/intake,2024-04-24 22:56:59.849,576980.0,,,,,3.0,,,,,,,,,,,,,,,, +313,hvPlot,True,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,99.0,328.0,420.0,958.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on..",46.0,26,2024-05-07 03:58:11,0.10.0,20.0,,,hvplot,conda-forge/hvplot,,,,4999.0,4999.0,https://pypi.org/project/hvplot,211609.0,223715.0,https://anaconda.org/conda-forge/hvplot,2024-05-07 04:39:01.018,568995.0,,,,,3.0,,,,,,,,,,,,,,,, +314,Hail,True,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,231.0,188.0,2187.0,940.0,Scalable genomic data analysis.,92.0,26,2024-04-10 20:35:48,0.2.130,100.0,,7617.0,hail,,,,['spark'],130.0,130.0,https://pypi.org/project/hail,39557.0,39557.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +315,scikit-multilearn,True,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,173.0,77.0,122.0,906.0,A scikit-learn based module for multi-label et. al...,28.0,26,2018-12-10 10:51:36,0.2.0,4.0,,547.0,scikit-multilearn,,,,['sklearn'],1583.0,1583.0,https://pypi.org/project/scikit-multilearn,89207.0,89207.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +316,geojson,True,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,117.0,24.0,74.0,885.0,Python bindings and utilities for GeoJSON.,56.0,26,,,11.0,,,geojson,conda-forge/geojson,,,,17190.0,17190.0,https://pypi.org/project/geojson,1749364.0,1802813.0,https://anaconda.org/conda-forge/geojson,2023-11-06 11:21:40.354,801736.0,,,,,3.0,,,,,,,,,,,,,,,, +317,dask-ml,True,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,241.0,226.0,256.0,884.0,Scalable Machine Learning with Dask.,78.0,26,2024-04-02 02:32:14,2024.4.4,29.0,,,dask-ml,conda-forge/dask-ml,,,,1016.0,1016.0,https://pypi.org/project/dask-ml,328672.0,345864.0,https://anaconda.org/conda-forge/dask-ml,2024-03-21 17:55:27.760,825230.0,,,,,2.0,,,,,,,,,,,,,,,, +318,CLTK,True,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,323.0,36.0,528.0,820.0,The Classical Language Toolkit.,121.0,26,2024-05-13 16:48:36,1.2.6,78.0,,3715.0,cltk,,,,,260.0,260.0,https://pypi.org/project/cltk,2227.0,2227.0,,,,,,,,2.0,64.0,,,,,,,,,,,,,,, +319,Cornac,True,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,130.0,14.0,132.0,820.0,A Comparative Framework for Multimodal Recommender Systems.,21.0,26,2024-05-06 22:24:15,2.2.0,52.0,,1352.0,cornac,conda-forge/cornac,,,,210.0,210.0,https://pypi.org/project/cornac,33003.0,41037.0,https://anaconda.org/conda-forge/cornac,2024-05-07 17:51:00.077,377643.0,,,,,1.0,,,,,,,,,,,,,,,, +320,TensorFlow I/O,True,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,263.0,272.0,363.0,690.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",107.0,26,2024-05-01 02:14:32,0.37.0,44.0,,1684.0,tensorflow-io,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-io,3886741.0,3886741.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +321,DIPY,True,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,411.0,129.0,780.0,676.0,DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic..,161.0,26,,,17.0,,14039.0,dipy,conda-forge/dipy,,,,1095.0,1095.0,https://pypi.org/project/dipy,29815.0,39881.0,https://anaconda.org/conda-forge/dipy,2024-03-10 04:37:57.447,442930.0,,,,,2.0,,,,,,,,,,,,,,,, +322,audioread,True,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,101.0,33.0,57.0,479.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding..,24.0,26,,,7.0,,,audioread,conda-forge/audioread,,,,20616.0,20616.0,https://pypi.org/project/audioread,2087653.0,2105531.0,https://anaconda.org/conda-forge/audioread,2023-09-30 21:07:31.348,768766.0,,,,,2.0,,,,,,,,,,,,,,,, +323,Cython BLIS,True,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,35.0,7.0,26.0,209.0,Fast matrix-multiplication as a self-contained Python library no..,12.0,26,2023-09-22 06:31:01,0.7.11,15.0,,569.0,blis,conda-forge/cython-blis,,,,42983.0,42983.0,https://pypi.org/project/blis,9046381.0,9094124.0,https://anaconda.org/conda-forge/cython-blis,2023-10-01 08:59:57.840,2100694.0,,,,,3.0,,,,,,,,,,,,,,,, +324,PaddleHub,True,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,2068.0,568.0,724.0,12544.0,Awesome pre-trained models toolkit based on PaddlePaddle.300+..,69.0,25,2022-11-28 08:29:05,2.3.1,29.0,,,paddlehub,,,,['paddle'],1616.0,1616.0,https://pypi.org/project/paddlehub,7309.0,7319.0,,,,,,,,3.0,680.0,,,,,,,,,,,,,,, +325,Turi Create,True,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,1126.0,502.0,1294.0,11155.0,Turi Create simplifies the development of custom machine learning..,86.0,25,2020-09-30 22:44:07,6.4.1,30.0,,,turicreate,,,,,371.0,371.0,https://pypi.org/project/turicreate,18725.0,18852.0,,,,,,,,3.0,9852.0,,,,,,,,,,,,,,, +326,PyTorch3D,True,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,1227.0,248.0,1258.0,8354.0,PyTorch3D is FAIR's library of reusable components for deep..,142.0,25,2024-02-22 18:30:39,0.7.6,17.0,,,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],804.0,804.0,https://pypi.org/project/pytorch3d,7009.0,10920.0,https://anaconda.org/pytorch3d/pytorch3d,2023-10-31 20:03:11.190,211213.0,,,,,3.0,,,,,,,,,,,,,,,, +327,Trax,True,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,804.0,107.0,125.0,7963.0,Trax Deep Learning with Clear Code and Speed.,79.0,25,2021-10-26 20:29:38,1.4.1,18.0,,1619.0,trax,,,,,154.0,154.0,https://pypi.org/project/trax,4027.0,4027.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +328,stanza,True,stanfordnlp/stanza,,nlp,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,,2017-09-26 08:00:56.000,2024-05-16 04:42:14.000000,2024-04-20 16:29:42,843.0,93.0,785.0,7064.0,Official Stanford NLP Python Library for Many Human Languages.,68.0,25,2024-04-20 18:58:25,1.8.2,23.0,,,stanza,stanfordnlp/stanza,,,,2749.0,2749.0,https://pypi.org/project/stanza,231630.0,231778.0,https://anaconda.org/stanfordnlp/stanza,2023-06-16 19:18:21.932,7422.0,,,,,3.0,,,,,,,,,,,,,,,, +329,UMAP,True,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,740.0,436.0,334.0,6977.0,Uniform Manifold Approximation and Projection.,130.0,25,2024-04-03 15:21:16,release-0.5.6,29.0,,1793.0,umap-learn,,,,,1.0,1.0,https://pypi.org/project/umap-learn,1289279.0,1289279.0,,,,,,,,3.0,,-7.0,,,,,,,,,,,,,, +330,Face Alignment,True,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,1307.0,70.0,238.0,6830.0,2D and 3D Face alignment library build using pytorch.,26.0,25,2023-08-17 14:37:33,1.4.1,13.0,,220.0,face-alignment,,,,['pytorch'],21.0,21.0,https://pypi.org/project/face-alignment,79417.0,79417.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +331,DoWhy,True,Microsoft/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,903.0,128.0,318.0,6794.0,DoWhy is a Python library for causal inference that supports explicit..,87.0,25,2023-12-25 07:08:29,0.11.1,15.0,py-why/dowhy,,dowhy,conda-forge/dowhy,,,,364.0,364.0,https://pypi.org/project/dowhy,49349.0,49833.0,https://anaconda.org/conda-forge/dowhy,2024-01-26 10:57:10.385,20334.0,,,,,2.0,35.0,,,,,,,,,,,,,,, +332,pyAudioAnalysis,True,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,1151.0,184.0,122.0,5696.0,"Python Audio Analysis Library: Feature Extraction,..",28.0,25,,,,,779.0,pyAudioAnalysis,,,,,459.0,459.0,https://pypi.org/project/pyAudioAnalysis,17795.0,17795.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +333,keras-rl,True,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,1304.0,12.0,227.0,5492.0,Deep Reinforcement Learning for Keras.,41.0,25,2018-05-01 14:27:32,0.4.2,8.0,,308.0,keras-rl,,,,['tensorflow'],762.0,762.0,https://pypi.org/project/keras-rl,1572.0,1572.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +334,VisualDL,True,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,621.0,124.0,356.0,4731.0,Deep Learning Visualization Toolkit.,33.0,25,2023-01-17 11:47:28,2.5.0,16.0,,,visualdl,,,,['paddle'],2864.0,2864.0,https://pypi.org/project/visualdl,215627.0,215634.0,,,,,,,,2.0,364.0,,,,,,,,,,,,,,, +335,vaderSentiment,True,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,966.0,42.0,77.0,4258.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and..,11.0,25,2014-11-17 16:34:37,0.5,1.0,,131.0,vadersentiment,,,,,8415.0,8415.0,https://pypi.org/project/vadersentiment,206741.0,206741.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +336,tensorflow-probability,True,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,1028.0,596.0,746.0,4138.0,Probabilistic reasoning and statistical analysis in..,493.0,25,2024-03-12 19:43:46,0.24.0,51.0,,,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],,,https://pypi.org/project/tensorflow-probability,3939030.0,3942271.0,https://anaconda.org/conda-forge/tensorflow-probability,2024-01-09 01:12:57.968,126417.0,,,,,2.0,,,,,,,,,,,,,,,, +337,pytorch-summary,True,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,406.0,104.0,43.0,3967.0,Model summary in PyTorch similar to `model.summary()`..,11.0,25,,,,,57.0,torchsummary,,,,['pytorch'],14002.0,14002.0,https://pypi.org/project/torchsummary,251532.0,251532.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +338,AzureML SDK,True,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,2406.0,346.0,1075.0,3961.0,Python notebooks with ML and deep learning examples with Azure..,64.0,25,2019-08-29 17:25:28,80469,28.0,,1293.0,azureml-sdk,,,,,,,https://pypi.org/project/azureml-sdk,612593.0,612601.0,,,,,,,,2.0,567.0,,,,,,,,,,,,,,, +339,zenml,True,maiot-io/zenml,,data-pipelines,https://github.com/zenml-io/zenml,https://github.com/zenml-io/zenml,Apache-2.0,2020-11-19 09:25:46.000,2024-05-16 14:15:53.000000,2024-05-14 07:25:21,398.0,37.0,245.0,3686.0,ZenML : MLOps framework to create reproducible ML pipelines for..,93.0,25,2024-05-14 09:54:32,0.57.1,100.0,zenml-io/zenml,,zenml,,,,,521.0,521.0,https://pypi.org/project/zenml,32395.0,32395.0,,,,,,,,3.0,1.0,,,,,,,,,,,,,,, +340,Chartify,True,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,309.0,43.0,32.0,3486.0,Python library that makes it easy for data scientists to create..,25.0,25,2023-10-12 09:01:22,4.0.5,25.0,,209.0,chartify,conda-forge/chartify,,,,76.0,76.0,https://pypi.org/project/chartify,20318.0,20775.0,https://anaconda.org/conda-forge/chartify,2023-06-16 16:11:58.064,30190.0,,,,,3.0,,,,,,,,,,,,,,,, +341,TensorForce,True,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,519.0,39.0,634.0,3283.0,Tensorforce: a TensorFlow library for applied..,85.0,25,2021-08-30 20:20:58,0.6.5,14.0,,2114.0,tensorforce,,,,['tensorflow'],446.0,446.0,https://pypi.org/project/tensorforce,941.0,941.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +342,aubio,True,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,363.0,147.0,189.0,3192.0,a library for audio and music analysis.,25.0,25,2019-02-27 09:00:43,0.4.9,8.0,,4161.0,aubio,conda-forge/aubio,,,,460.0,460.0,https://pypi.org/project/aubio,4612.0,12173.0,https://anaconda.org/conda-forge/aubio,2023-06-16 13:24:40.255,650294.0,,,,,2.0,,,,,,,,,,,,,,,, +343,STUMPY,True,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,282.0,50.0,421.0,3026.0,STUMPY is a powerful and scalable Python library for computing a Matrix..,37.0,25,2023-08-21 11:19:41,1.12.0,26.0,,,stumpy,conda-forge/stumpy,,,,743.0,743.0,https://pypi.org/project/stumpy,232015.0,252842.0,https://anaconda.org/conda-forge/stumpy,2023-08-21 11:50:40.587,978891.0,,,,,2.0,,,,,,,,,,,,,,,, +344,hmmlearn,True,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,710.0,60.0,370.0,2952.0,"Hidden Markov Models in Python, with scikit-learn like API.",48.0,25,,,11.0,,,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],2508.0,2508.0,https://pypi.org/project/hmmlearn,183301.0,188322.0,https://anaconda.org/conda-forge/hmmlearn,2024-03-02 05:37:57.119,220958.0,,,,,2.0,,,,,,,,,,,,,,,, +345,Sweetviz,True,fbdesignpro/sweetviz,,data-viz,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000,2023-11-29 13:30:45.000000,2023-11-29 13:26:08,264.0,36.0,97.0,2842.0,"Visualize and compare datasets, target values and associations, with one..",11.0,25,2023-11-29 13:30:45,2.3.1,9.0,,135.0,sweetviz,,,,,2212.0,2212.0,https://pypi.org/project/sweetviz,69055.0,69055.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +346,scikit-optimize,True,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,515.0,254.0,393.0,2724.0,Sequential model-based optimization with a `scipy.optimize`..,76.0,25,2021-10-12 15:33:19,0.9.0,23.0,,1570.0,scikit-optimize,conda-forge/scikit-optimize,,,,,,https://pypi.org/project/scikit-optimize,822741.0,838676.0,https://anaconda.org/conda-forge/scikit-optimize,2024-03-15 06:37:00.287,717089.0,,,,,2.0,,,,,,,,,,,,,,,, +347,lazypredict,True,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,310.0,77.0,38.0,2715.0,Lazy Predict help build a lot of basic models without much code..,17.0,25,2022-09-28 06:56:26,0.2.10,1.0,,232.0,lazypredict,,,,['sklearn'],930.0,930.0,https://pypi.org/project/lazypredict,19334.0,19334.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +348,Essentia,True,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,510.0,350.0,685.0,2709.0,"C++ library for audio and music analysis, description and..",81.0,25,2015-03-31 16:33:30,2.0,6.0,,3519.0,essentia,,,,,650.0,650.0,https://pypi.org/project/essentia,18193.0,18193.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +349,Spektral,True,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,330.0,66.0,207.0,2347.0,Graph Neural Networks with Keras and Tensorflow 2.,27.0,25,2023-06-01 22:20:25,1.3,4.0,,1134.0,spektral,,,,"['tensorflow""']",291.0,291.0,https://pypi.org/project/spektral,8612.0,8612.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +350,Fairness 360,True,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,795.0,143.0,102.0,2327.0,A comprehensive set of fairness metrics for datasets and..,73.0,25,2024-04-08 20:02:55,0.6.1,12.0,,,aif360,,,,,411.0,411.0,https://pypi.org/project/aif360,45889.0,45889.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +351,Norfair,True,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,231.0,13.0,144.0,2307.0,Lightweight Python library for adding real-time 2D object tracking to..,31.0,25,2023-01-04 21:22:30,2.2.0,13.0,,695.0,norfair,,,,,179.0,179.0,https://pypi.org/project/norfair,16923.0,16929.0,,,,,,,,3.0,306.0,,,,,,,,,,,,,,, +352,Alibi,True,SeldonIO/alibi,,interpretability,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,,2019-02-26 10:10:56.000,2024-05-07 14:46:34.000000,2024-05-07 14:46:34,244.0,136.0,225.0,2303.0,Algorithms for monitoring and explaining machine learning models.,22.0,25,2024-04-18 15:30:25,0.9.6,33.0,,662.0,alibi,,,,,597.0,597.0,https://pypi.org/project/alibi,18691.0,18691.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +353,mtcnn,True,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,496.0,66.0,38.0,2128.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",15.0,25,,,,,56.0,mtcnn,,,,['tensorflow'],5192.0,5192.0,https://pypi.org/project/mtcnn,81317.0,81317.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +354,efficientnet,True,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,461.0,56.0,58.0,2063.0,Implementation of EfficientNet model. Keras and..,10.0,25,2020-09-15 16:22:45,1.1.1,8.0,,66.0,efficientnet,,,,['tensorflow'],2100.0,2100.0,https://pypi.org/project/efficientnet,104677.0,108965.0,,,,,,,,3.0,257285.0,,,,,,,,,,,,,,, +355,HyperTools,True,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,158.0,65.0,130.0,1803.0,A Python toolbox for gaining geometric insights into high-dimensional..,22.0,25,2022-02-12 03:29:55,0.8.0,21.0,,1652.0,hypertools,,,,,410.0,410.0,https://pypi.org/project/hypertools,935.0,935.0,,,,,,,,3.0,34.0,,,,,,,,,,,,,,, +356,pingouin,True,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,136.0,35.0,254.0,1540.0,Statistical package in Python based on Pandas.,45.0,25,2024-01-13 15:48:45,0.5.4,39.0,,,pingouin,conda-forge/pingouin,,,,1992.0,1992.0,https://pypi.org/project/pingouin,66144.0,68643.0,https://anaconda.org/conda-forge/pingouin,2024-01-15 09:58:06.763,117472.0,,,,,2.0,,,,,,,,,,,,,,,, +357,chainercv,True,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,300.0,37.0,168.0,1477.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,25,2019-06-12 11:55:02,0.13.1,13.0,,4930.0,chainercv,,,,,396.0,396.0,https://pypi.org/project/chainercv,2254.0,2254.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +358,lets-plot,True,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,45.0,137.0,419.0,1461.0,An open-source plotting library for statistical data.,20.0,25,2024-04-25 16:12:39,4.3.2,74.0,,4076.0,lets-plot,,,,,75.0,75.0,https://pypi.org/project/lets-plot,25033.0,25045.0,,,,,,,,3.0,660.0,,,,,,,,,,,,,,, +359,metric-learn,True,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,220.0,43.0,120.0,1378.0,Metric learning algorithms in Python.,22.0,25,2023-09-29 00:16:16,0.7.0,11.0,,295.0,metric-learn,,,,['sklearn'],375.0,375.0,https://pypi.org/project/metric-learn,16497.0,16497.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +360,openTSNE,True,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,151.0,4.0,128.0,1373.0,"Extensible, parallel implementations of t-SNE.",11.0,25,2023-11-29 14:50:50,1.0.1,21.0,,689.0,opentsne,conda-forge/opentsne,,,,793.0,793.0,https://pypi.org/project/opentsne,28671.0,34186.0,https://anaconda.org/conda-forge/opentsne,2023-11-29 23:41:32.898,248202.0,,,,,3.0,,,,,,,,,,,,,,,, +361,pandasql,True,yhat/pandasql,,data-containers,https://github.com/yhat/pandasql,https://github.com/yhat/pandasql,MIT,2013-02-18 01:53:56.000,2024-04-07 08:26:45.000000,2017-02-01 15:40:30,175.0,50.0,25.0,1304.0,sqldf for pandas.,15.0,25,,,,,127.0,pandasql,,,,['pandas'],2920.0,2920.0,https://pypi.org/project/pandasql,1569674.0,1569674.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +362,PySAL,True,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,279.0,21.0,609.0,1279.0,PySAL: Python Spatial Analysis Library Meta-Package.,78.0,25,2024-01-31 22:49:04,24.01,31.0,,,pysal,conda-forge/pysal,,,,1517.0,1517.0,https://pypi.org/project/pysal,24269.0,36047.0,https://anaconda.org/conda-forge/pysal,2023-10-04 23:43:19.864,541802.0,,,,,3.0,,,,,,,,,,,,,,,, +363,PyTables,True,PyTables/PyTables,,data-containers,https://github.com/PyTables/PyTables,https://github.com/PyTables/PyTables,BSD-3-Clause,2011-06-03 19:44:46.000,2024-05-09 06:08:08.000000,2024-05-09 05:53:37,245.0,161.0,562.0,1277.0,A Python package to manage extremely large amounts of data.,134.0,25,2023-11-27 12:13:28,3.9.2,16.0,,4984.0,tables,conda-forge/pytables,,,,,,https://pypi.org/project/tables,1020096.0,1176171.0,https://anaconda.org/conda-forge/pytables,2024-04-11 01:09:49.952,7179368.0,,,,,3.0,187.0,,,,,,,,,,,,,,, +364,Model Analysis,True,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:18:34.000000,2024-04-25 00:46:12,255.0,21.0,55.0,1242.0,Model analysis tools for TensorFlow.,57.0,25,2024-04-25 08:18:34,0.46.0,57.0,,1435.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",2.0,2.0,https://pypi.org/project/tensorflow-model-analysis,78344.0,78344.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +365,fancyimpute,True,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,174.0,1.0,116.0,1238.0,Multivariate imputation and matrix completion algorithms..,12.0,25,2021-03-30 16:22:41,0.5.5,5.0,,202.0,fancyimpute,,,,['sklearn'],1589.0,1589.0,https://pypi.org/project/fancyimpute,54902.0,54902.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +366,PySwarms,True,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,327.0,27.0,200.0,1234.0,A research toolkit for particle swarm optimization in Python.,45.0,25,2020-11-14 05:18:38,.1.2.0,15.0,,415.0,pyswarms,,,,,383.0,383.0,https://pypi.org/project/pyswarms,22904.0,22904.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +367,pyclustering,True,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,249.0,68.0,591.0,1145.0,"pyclustring is a Python, C++ data mining library.",26.0,25,2020-11-25 22:33:07,0.10.1.2,18.0,,2080.0,pyclustering,conda-forge/pyclustering,,,,667.0,667.0,https://pypi.org/project/pyclustering,45732.0,47134.0,https://anaconda.org/conda-forge/pyclustering,2023-11-16 19:00:50.847,64294.0,,,,,3.0,512.0,,,,,,,,,,,,,,, +368,GPUtil,True,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,114.0,18.0,15.0,1079.0,A Python module for getting the GPU status from NVIDA GPUs using..,13.0,25,2018-12-18 08:58:49,1.4.0,8.0,,140.0,gputil,,,,,5229.0,5229.0,https://pypi.org/project/gputil,427495.0,427495.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +369,SALib,True,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,225.0,46.0,268.0,833.0,"Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris,..",46.0,25,2023-01-08 01:02:35,1.4.7,33.0,,,salib,conda-forge/salib,,,,1102.0,1102.0,https://pypi.org/project/salib,186474.0,190071.0,https://anaconda.org/conda-forge/salib,2024-04-22 19:44:20.663,154712.0,,,,,2.0,,,,,,,,,,,,,,,, +370,mahotas,True,luispedro/mahotas,,image,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,,2010-01-31 00:13:06.000,2024-05-02 23:52:53.000000,2024-05-02 23:51:30,147.0,21.0,69.0,831.0,Computer Vision in Python.,35.0,25,2024-03-23 23:45:54,1.4.14,12.0,,1310.0,mahotas,conda-forge/mahotas,,,,1257.0,1257.0,https://pypi.org/project/mahotas,18212.0,26880.0,https://anaconda.org/conda-forge/mahotas,2024-04-18 00:57:35.551,407402.0,,,,,3.0,,,,,,,,,,,,,,,, +371,pySBD,True,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,76.0,20.0,53.0,733.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence..,7.0,25,2021-02-11 16:42:37,0.3.4,15.0,,279.0,pysbd,,,,,1955.0,1955.0,https://pypi.org/project/pysbd,577434.0,577434.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +372,ml-metadata,True,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,127.0,32.0,75.0,601.0,For recording and retrieving metadata associated with ML..,19.0,25,2024-04-23 04:49:57,1.15.0,38.0,,844.0,ml-metadata,,,,,449.0,449.0,https://pypi.org/project/ml-metadata,80770.0,80805.0,,,,,,,,2.0,2208.0,,,,,,,,,,,,,,, +373,Ciphey,True,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,1068.0,55.0,265.0,17175.0,"Automatically decrypt encryptions without knowing the key or cipher,..",48.0,24,2021-06-06 17:14:16,5.14.0,29.0,,1894.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,47610.0,48020.0,,,,https://hub.docker.com/r/remnux/ciphey,2023-10-14 18:53:31.974373,17.0,23814.0,3.0,,,,,,,,,,,,,,,, +374,Qlib,True,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,2432.0,190.0,679.0,14271.0,"Qlib is an AI-oriented quantitative investment platform, which aims to..",124.0,24,2024-05-07 10:15:15,0.9.4,20.0,,,pyqlib,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pyqlib,3158.0,3171.0,,,,,,,,3.0,581.0,,,,,,,,,,,,,,, +375,Dopamine,True,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:36:50.000000,2024-05-06 20:36:49,1346.0,78.0,87.0,10377.0,Dopamine is a research framework for fast prototyping of..,15.0,24,2019-09-26 14:58:33,2,2.0,,342.0,dopamine-rl,,,,['tensorflow'],21.0,21.0,https://pypi.org/project/dopamine-rl,27301.0,27301.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +376,pretrainedmodels,True,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,2022-04-22 09:08:45.000000,2020-04-16 08:02:22,1788.0,85.0,94.0,8954.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt,..",22.0,24,,,,,154.0,pretrainedmodels,,,,['pytorch'],20.0,20.0,https://pypi.org/project/pretrainedmodels,116248.0,116248.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +377,faust,True,robinhood/faust,,data-pipelines,https://github.com/robinhood/faust,https://github.com/robinhood/faust,,2017-03-08 18:36:11.000,2023-11-23 18:02:37.000000,2023-02-23 18:42:48,530.0,232.0,244.0,6675.0,Python Stream Processing.,95.0,24,2018-05-24 05:44:13,1.0.10d3,3.0,,4138.0,faust,,,,,1881.0,1881.0,https://pypi.org/project/faust,23616.0,23616.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +378,scikit-surprise,True,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,983.0,75.0,305.0,6207.0,A Python scikit for building and analyzing recommender..,45.0,24,,,8.0,,653.0,scikit-surprise,conda-forge/scikit-surprise,,,,21.0,21.0,https://pypi.org/project/scikit-surprise,87314.0,95205.0,https://anaconda.org/conda-forge/scikit-surprise,2023-10-06 08:13:53.418,362987.0,,,,,2.0,,,,,,,,,,,,,,,, +379,kaggle,True,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,1044.0,149.0,306.0,5941.0,Official Kaggle API.,42.0,24,2024-01-23 12:50:03,1.6.3,21.0,,,kaggle,conda-forge/kaggle,,,,21.0,21.0,https://pypi.org/project/kaggle,206569.0,210011.0,https://anaconda.org/conda-forge/kaggle,2024-04-14 01:28:23.406,151486.0,,,,,3.0,,,,,,,,,,,,,,,, +380,Tesseract,True,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,684.0,11.0,344.0,5557.0,Python-tesseract is an optical character recognition (OCR) tool for python.,46.0,24,2023-10-15 15:39:44,0.3.13,26.0,,618.0,pytesseract,conda-forge/pytesseract,,,,,,https://pypi.org/project/pytesseract,2024296.0,2037440.0,https://anaconda.org/conda-forge/pytesseract,2023-10-15 19:50:43.241,604633.0,,,,,2.0,,,,,,,,,,,,,,,, +381,flashtext,True,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,580.0,58.0,55.0,5547.0,Extract Keywords from sentence or Replace keywords in sentences.,7.0,24,,,,,108.0,flashtext,,,,,1630.0,1630.0,https://pypi.org/project/flashtext,1707453.0,1707453.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +382,Augmentor,True,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,840.0,119.0,74.0,5027.0,Image augmentation library in Python for machine learning.,23.0,24,,,,,553.0,Augmentor,,,,,749.0,749.0,https://pypi.org/project/Augmentor,9836.0,9836.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +383,scikit-opt,True,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,954.0,63.0,112.0,4982.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated..",20.0,24,2021-06-28 12:45:52,0.6.5,20.0,,334.0,scikit-opt,,,,['sklearn'],196.0,196.0,https://pypi.org/project/scikit-opt,3439.0,3439.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +384,Image Deduplicator,True,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,441.0,32.0,88.0,4972.0,Finding duplicate images made easy!.,15.0,24,2023-04-28 17:26:08,0.3.2,8.0,,521.0,imagededup,,,,['tensorflow'],111.0,111.0,https://pypi.org/project/imagededup,19185.0,19185.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +385,Porcupine,True,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,459.0,2.0,531.0,3497.0,On-device wake word detection powered by deep learning.,37.0,24,2023-10-26 19:17:54,3.0,14.0,,1212.0,pvporcupine,,,,,28.0,28.0,https://pypi.org/project/pvporcupine,8173.0,8173.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +386,ploomber,True,ploomber/ploomber,,data-pipelines,https://github.com/ploomber/ploomber,https://github.com/ploomber/ploomber,Apache-2.0,2020-01-20 20:13:06.000,2024-04-09 07:56:15.000000,2024-02-20 18:10:39,224.0,99.0,763.0,3391.0,Lean Data Science workflows: develop and test locally. Deploy to..,80.0,24,,,,,3054.0,ploomber,,,,,130.0,130.0,https://pypi.org/project/ploomber,9891.0,9891.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +387,vidgear,True,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,238.0,8.0,273.0,3218.0,High-performance cross-platform Video Processing Python framework..,14.0,24,2023-09-10 15:53:16,idgear-0.3.2,21.0,,1059.0,vidgear,,,,,540.0,540.0,https://pypi.org/project/vidgear,17429.0,17450.0,,,,,,,,3.0,1306.0,,,,,,,,,,,,,,, +388,Alphalens,True,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,1020.0,43.0,146.0,3108.0,Performance analysis of predictive (alpha) stock factors.,26.0,24,2020-04-30 15:42:52,0.4.0,10.0,,522.0,alphalens,conda-forge/alphalens,,,,687.0,687.0,https://pypi.org/project/alphalens,1508.0,1784.0,https://anaconda.org/conda-forge/alphalens,2023-06-16 16:09:06.563,20729.0,,,,,3.0,,,,,,,,,,,,,,,, +389,m2cgen,True,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,228.0,38.0,70.0,2719.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript,..",14.0,24,2022-04-25 18:51:36,0.10.0,13.0,,376.0,m2cgen,,,,,222.0,222.0,https://pypi.org/project/m2cgen,21192.0,21193.0,,,,,,,,2.0,68.0,,,,,,,,,,,,,,, +390,knockknock,True,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,217.0,16.0,24.0,2683.0,Knock Knock: Get notified when your training ends with only two..,20.0,24,,,5.0,,75.0,knockknock,conda-forge/knockknock,,,,974.0,974.0,https://pypi.org/project/knockknock,65868.0,66134.0,https://anaconda.org/conda-forge/knockknock,2023-06-16 16:18:44.705,14679.0,,,,,3.0,,,,,,,,,,,,,,,, +391,scattertext,True,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,282.0,21.0,79.0,2208.0,Beautiful visualizations of how language differs among document..,14.0,24,2017-03-13 05:31:21,0.0.2.4.4,18.0,,388.0,scattertext,conda-forge/scattertext,,,,549.0,549.0,https://pypi.org/project/scattertext,14643.0,15733.0,https://anaconda.org/conda-forge/scattertext,2023-06-16 13:23:09.869,88340.0,,,,,3.0,,,,,,,,,,,,,,,, +392,CausalNex,True,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,248.0,20.0,115.0,2155.0,A Python library that helps data scientists to infer..,40.0,24,2023-06-22 13:11:20,0.12.1,20.0,mckinsey/causalnex,187.0,causalnex,,,,"['pytorch', 'sklearn']",112.0,112.0,https://pypi.org/project/causalnex,2618.0,2618.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +393,petastorm,True,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,276.0,156.0,151.0,1755.0,Petastorm library enables single machine or distributed training..,50.0,24,2022-12-16 20:51:38,0.12.1,48.0,,691.0,petastorm,,,,,166.0,166.0,https://pypi.org/project/petastorm,35411.0,35417.0,,,,,,,,2.0,457.0,,,,,,,,,,,,,,, +394,ViZDoom,True,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-13 11:22:02.000000,2024-02-13 11:18:32,377.0,41.0,422.0,1671.0,Doom-based AI Research Platform for Reinforcement Learning from Raw..,54.0,24,2023-12-16 00:56:59,1.2.3,29.0,Farama-Foundation/ViZDoom,1805.0,vizdoom,,,,,235.0,235.0,https://pypi.org/project/vizdoom,2998.0,3118.0,,,,,,,,2.0,11855.0,,,,,,,,,,,,,,, +395,Talos,True,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,267.0,10.0,390.0,1618.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",23.0,24,2024-04-21 09:02:06,1.4,16.0,,671.0,talos,,,,['tensorflow'],174.0,174.0,https://pypi.org/project/talos,1703.0,1703.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +396,sense2vec,True,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,234.0,23.0,91.0,1600.0,Contextually-keyed word vectors.,19.0,24,2023-04-17 13:11:14,2.0.2,18.0,,460.0,sense2vec,conda-forge/sense2vec,,,,367.0,367.0,https://pypi.org/project/sense2vec,2730.0,4731.0,https://anaconda.org/conda-forge/sense2vec,2023-09-22 07:25:32.800,37666.0,,,,,3.0,65293.0,,,,,,,,,,,,,,, +397,Elephas,True,maxpumperla/elephas,,distributed-ml,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000,2023-05-01 20:46:16.000000,2022-08-31 01:52:51,303.0,8.0,151.0,1572.0,Distributed Deep learning with Keras & Spark.,27.0,24,2022-09-01 11:59:24,3.2.0,10.0,,509.0,elephas,,,,"['keras', 'spark']",75.0,75.0,https://pypi.org/project/elephas,41500.0,41500.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +398,streamparse,True,Parsely/streamparse,,data-pipelines,https://github.com/pystorm/streamparse,https://github.com/pystorm/streamparse,Apache-2.0,2014-05-02 20:33:50.000,2024-04-29 13:25:56.000000,2024-04-21 15:56:01,213.0,63.0,264.0,1490.0,"Run Python in Apache Storm topologies. Pythonic API, CLI..",45.0,24,2022-01-10 21:46:17,4.1.2,44.0,pystorm/streamparse,1072.0,streamparse,,,,,65.0,65.0,https://pypi.org/project/streamparse,2708.0,2708.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +399,keras-ocr,True,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,320.0,,,1336.0,A packaged and flexible version of the CRAFT text detector and..,18.0,24,2020-09-13 21:05:45,0.8.4,1.0,,206.0,keras-ocr,,,,['tensorflow'],468.0,468.0,https://pypi.org/project/keras-ocr,41096.0,68603.0,,,,,,,,2.0,1210333.0,,,,,,,,,,,,,,, +400,Prince,True,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,172.0,4.0,129.0,1197.0,"Python factor analysis library (PCA, CA, MCA, MFA, FAMD).",16.0,24,,,,,396.0,prince,,,,['sklearn'],529.0,529.0,https://pypi.org/project/prince,99591.0,99591.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +401,Node2Vec,True,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,227.0,5.0,87.0,1181.0,Implementation of the node2vec algorithm.,15.0,24,2022-08-01 11:34:27,0.4.6,9.0,,87.0,node2vec,conda-forge/node2vec,,,,614.0,614.0,https://pypi.org/project/node2vec,26690.0,27078.0,https://anaconda.org/conda-forge/node2vec,2023-06-16 16:13:35.056,27991.0,,,,,2.0,,,,,,,,,,,,,,,, +402,Submit it,True,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,111.0,37.0,74.0,1131.0,Python 3.6+ toolbox for submitting jobs to Slurm.,23.0,24,2021-02-01 10:18:48,1.2.0,10.0,,,submitit,conda-forge/submitit,,,,2607.0,2607.0,https://pypi.org/project/submitit,296194.0,296992.0,https://anaconda.org/conda-forge/submitit,2023-11-24 07:58:55.401,35925.0,,,,,2.0,,,,,,,,,,,,,,,, +403,pyopencl,True,inducer/pyopencl,,others,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,,2011-04-06 02:51:33.000,2024-05-14 08:04:20.000000,2024-05-10 13:09:10,229.0,63.0,267.0,1029.0,"OpenCL integration for Python, plus shiny features.",96.0,24,2024-05-09 02:10:31,2024.2.2,60.0,,,pyopencl,conda-forge/pyopencl,,,,1886.0,1886.0,https://pypi.org/project/pyopencl,57582.0,79462.0,https://anaconda.org/conda-forge/pyopencl,2024-05-09 12:35:04.365,1028387.0,,,,,3.0,,,,,,,,,,,,,,,, +404,Neural Structured Learning,True,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,182.0,,68.0,976.0,Training neural models with structured signals.,38.0,24,2022-07-29 20:57:47,1.4.0,7.0,,567.0,neural-structured-learning,,,,['tensorflow'],446.0,446.0,https://pypi.org/project/neural-structured-learning,17159.0,17159.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +405,snowballstemmer,True,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,167.0,20.0,61.0,722.0,Snowball compiler and stemming algorithms.,34.0,24,,,6.0,,1073.0,snowballstemmer,conda-forge/snowballstemmer,,,,5.0,5.0,https://pypi.org/project/snowballstemmer,15758675.0,15844974.0,https://anaconda.org/conda-forge/snowballstemmer,2023-06-16 13:16:49.834,8025895.0,,,,,3.0,,,,,,,,,,,,,,,, +406,python-ternary,True,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,151.0,30.0,108.0,700.0,Ternary plotting library for python with matplotlib.,27.0,24,2021-02-17 18:23:31,1.0.8,8.0,,400.0,python-ternary,conda-forge/python-ternary,,,,169.0,169.0,https://pypi.org/project/python-ternary,38190.0,39024.0,https://anaconda.org/conda-forge/python-ternary,2023-06-16 13:17:10.682,80937.0,,,,,3.0,25.0,,,,,,,,,,,,,,, +407,GeoViews,True,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,74.0,101.0,233.0,568.0,"Simple, concise geographical visualization in Python.",32.0,24,2024-04-05 15:56:28,1.12.0,33.0,,,geoviews,conda-forge/geoviews,,,,985.0,985.0,https://pypi.org/project/geoviews,12762.0,17777.0,https://anaconda.org/conda-forge/geoviews,2024-04-05 16:04:19.139,220664.0,,,,,3.0,,,,,,,,,,,,,,,, +408,MedPy,True,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,134.0,1.0,84.0,548.0,Medical image processing in Python.,20.0,24,2024-04-03 15:41:34,0.5.1,9.0,,407.0,MedPy,,,,,1908.0,1908.0,https://pypi.org/project/MedPy,19110.0,19110.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +409,StaticFrame,True,InvestmentSystems/static-frame,,data-containers,https://github.com/static-frame/static-frame,https://github.com/static-frame/static-frame,MIT,2018-01-03 15:07:52.000,2024-05-16 03:28:55.000000,2024-05-16 01:12:04,33.0,43.0,586.0,407.0,Immutable and grow-only Pandas-like DataFrames with a more explicit..,23.0,24,2024-04-14 21:00:24,2.6.0,183.0,static-frame/static-frame,7369.0,static-frame,conda-forge/static-frame,,,,22.0,22.0,https://pypi.org/project/static-frame,6703.0,13587.0,https://anaconda.org/conda-forge/static-frame,2024-04-15 01:02:18.461,330473.0,,,,,3.0,,,,,,,,,,,,,,,, +410,scikit-posthocs,True,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-18 18:56:53.000000,2024-02-18 18:51:38,39.0,6.0,48.0,323.0,Multiple Pairwise Comparisons (Post Hoc) Tests in Python.,14.0,24,2024-02-18 18:56:53,0.9.0,9.0,,532.0,scikit-posthocs,,,,['sklearn'],693.0,693.0,https://pypi.org/project/scikit-posthocs,82536.0,82536.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,, +411,PyStan,True,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:16.000000,2024-04-12 14:18:33,58.0,12.0,187.0,317.0,"PyStan, a Python interface to Stan, a platform for statistical modeling...",14.0,24,,,12.0,,,pystan,conda-forge/pystan,,,,9800.0,9800.0,https://pypi.org/project/pystan,1882087.0,1914916.0,https://anaconda.org/conda-forge/pystan,2023-06-16 13:14:39.735,2823379.0,,,,,3.0,,,,,,,,,,,,,,,, +412,stop-words,True,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,27.0,3.0,9.0,155.0,Get list of common stop words in various languages in Python.,8.0,24,2018-07-23 20:58:34,2018.7.23,7.0,,90.0,stop-words,,,,,2201.0,2201.0,https://pypi.org/project/stop-words,100263.0,100263.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +413,baselines,True,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,3874.0,411.0,436.0,15394.0,OpenAI Baselines: high-quality implementations of reinforcement..,115.0,23,,,,,347.0,baselines,,,,,563.0,563.0,https://pypi.org/project/baselines,881.0,881.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +414,ParlAI,True,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,2039.0,50.0,1494.0,10434.0,A framework for training and evaluating AI models on a variety of..,217.0,23,2023-06-06 20:16:41,1.7.2,23.0,,,parlai,,,,['pytorch'],21.0,21.0,https://pypi.org/project/parlai,3112.0,3112.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +415,TTS,True,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,1169.0,23.0,534.0,8870.0,Deep learning for Text to Speech (Discussion forum:..,56.0,23,2021-01-29 00:03:56,0.0.9,1.0,,2184.0,,,,,,21.0,21.0,,,252.0,,,,,,,,3.0,10119.0,,,,,,,,,,,,,,, +416,cuDF,True,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:12:30.000000,2024-05-16 14:12:27,831.0,904.0,5228.0,7355.0,cuDF - GPU DataFrame Library.,282.0,23,2024-05-01 12:29:36,24.04.01,49.0,,,cudf,,,,,54.0,54.0,https://pypi.org/project/cudf,2979.0,2979.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +417,snownlp,True,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,1352.0,42.0,66.0,6341.0,Python library for processing Chinese text.,8.0,23,,,,,57.0,snownlp,,,,,1329.0,1329.0,https://pypi.org/project/snownlp,34028.0,34028.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +418,NuPIC,True,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,1548.0,453.0,1338.0,6329.0,Numenta Platform for Intelligent Computing is an implementation..,123.0,23,2018-06-01 15:12:12,1.0.5,47.0,numenta/nupic-legacy,6626.0,nupic,,,,,21.0,21.0,https://pypi.org/project/nupic,2309.0,2309.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,, +419,PDFMiner,True,euske/pdfminer,,data-loading,https://github.com/euske/pdfminer,https://github.com/euske/pdfminer,MIT,2010-12-12 12:50:22.000,2023-06-16 13:18:10.043000,2020-01-18 07:00:32,1013.0,202.0,43.0,5215.0,Python PDF Parser (Not actively maintained). Check out pdfminer.six.,28.0,23,,,2.0,,540.0,pdfminer,conda-forge/pdfminer,,,,20.0,20.0,https://pypi.org/project/pdfminer,224539.0,224942.0,https://anaconda.org/conda-forge/pdfminer,2023-06-16 13:18:10.043,37483.0,,,,,3.0,,,,,,,,,,,,,,,, +420,mlpack,True,mlpack/mlpack,,ml-frameworks,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,,2014-12-17 18:16:59.000,2024-05-16 10:14:07.000000,2024-05-16 10:14:07,1552.0,12.0,1591.0,4846.0,mlpack: a scalable C++ machine learning library --.,316.0,23,2023-11-27 18:45:09,4.3.0,46.0,,29860.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,4173.0,7989.0,https://anaconda.org/conda-forge/mlpack,2023-11-29 00:35:31.566,179373.0,,,,,3.0,,,,,,,,,,,,,,,, +421,Edward,True,blei-lab/edward,,probabilistics,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,,2016-02-10 20:06:05.000,2024-03-18 16:23:03.000000,2018-07-25 01:28:08,742.0,185.0,329.0,4819.0,A probabilistic programming language in TensorFlow. Deep..,87.0,23,2018-01-22 06:03:37,1.3.5,28.0,,1796.0,edward,,,,['tensorflow'],315.0,315.0,https://pypi.org/project/edward,626.0,626.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,, +422,Dedupe,True,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,527.0,68.0,737.0,3987.0,"A python library for accurate and scalable fuzzy matching, record..",70.0,23,,,,,,dedupe,,,,,326.0,326.0,https://pypi.org/project/dedupe,76199.0,76199.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +423,TensorFlowOnSpark,True,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,916.0,12.0,356.0,3868.0,TensorFlowOnSpark brings TensorFlow programs to..,34.0,23,2022-04-21 20:41:22,2.2.5,23.0,,632.0,tensorflowonspark,,,,"['tensorflow', 'spark']",,,https://pypi.org/project/tensorflowonspark,733445.0,733445.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +424,textract,True,deanmalmgren/textract,,data-loading,https://github.com/deanmalmgren/textract,https://github.com/deanmalmgren/textract,MIT,2014-07-03 20:36:59.000,2024-05-06 14:04:22.000000,2024-03-10 11:53:20,548.0,109.0,130.0,3796.0,extract text from any document. no muss. no fuss.,41.0,23,2021-08-21 17:09:22,1.6.4,16.0,,588.0,textract,conda-forge/textract,,,,,,https://pypi.org/project/textract,158831.0,159088.0,https://anaconda.org/conda-forge/textract,2023-06-16 13:16:57.664,23728.0,,,,,3.0,,,,,,,,,,,,,,,, +425,pytorch-forecasting,True,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,575.0,447.0,283.0,3646.0,Time series forecasting with PyTorch.,44.0,23,2023-04-10 19:56:20,1.0.0,31.0,,1777.0,pytorch-forecasting,,,,,,,https://pypi.org/project/pytorch-forecasting,48141.0,48141.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +426,Pandaral·lel,True,nalepae/pandarallel,,data-containers,https://github.com/nalepae/pandarallel,https://github.com/nalepae/pandarallel,BSD-3-Clause,2019-03-10 11:58:29.000,2024-04-27 09:49:41.000000,2024-02-16 08:07:34,200.0,83.0,133.0,3512.0,A simple and efficient tool to parallelize Pandas operations on all availableCPUs.,26.0,23,2023-05-02 20:42:18,1.6.5,41.0,,193.0,pandarallel,,,,"['pandas', 'jupyter']",,,https://pypi.org/project/pandarallel,417295.0,417295.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +427,xLearn,True,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,508.0,183.0,117.0,3079.0,"High performance, easy-to-use, and scalable machine learning (ML)..",30.0,23,2019-04-25 02:10:05,0.4.4,15.0,,1342.0,xlearn,,,,,130.0,130.0,https://pypi.org/project/xlearn,930.0,991.0,,,,,,,,3.0,4581.0,,,,,,,,,,,,,,, +428,keras-vis,True,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,644.0,113.0,101.0,2976.0,Neural network visualization toolkit for keras.,10.0,23,,,8.0,,195.0,keras-vis,,,,['tensorflow'],2920.0,2920.0,https://pypi.org/project/keras-vis,1810.0,1810.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +429,neuralcoref,True,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,471.0,59.0,253.0,2815.0,Fast Coreference Resolution in spaCy with Neural Networks.,21.0,23,2019-04-08 11:28:27,4.0.0,5.0,,116.0,neuralcoref,conda-forge/neuralcoref,,,,700.0,700.0,https://pypi.org/project/neuralcoref,3441.0,3759.0,https://anaconda.org/conda-forge/neuralcoref,2023-06-16 19:17:56.088,15632.0,,,,,3.0,986.0,,,,,,,,,,,,,,, +430,TF Ranking,True,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 20:31:57.000000,2024-03-18 20:31:55,469.0,78.0,240.0,2716.0,Learning to Rank in TensorFlow.,34.0,23,2023-06-03 06:14:49,0.5.3,18.0,,556.0,tensorflow_ranking,,,,['tensorflow'],,,https://pypi.org/project/tensorflow_ranking,129319.0,129319.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +431,Neural Network Libraries,True,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,331.0,22.0,60.0,2695.0,Neural Network Libraries.,76.0,23,2023-12-07 00:57:13,1.38.0,73.0,,3535.0,nnabla,,,,,,,https://pypi.org/project/nnabla,3395.0,3406.0,,,,,,,,3.0,918.0,,,,,,,,,,,,,,, +432,python_speech_features,True,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,604.0,19.0,52.0,2334.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,19.0,23,2020-01-14 14:12:10,0.6.1,3.0,,120.0,python_speech_features,,,,,596.0,596.0,https://pypi.org/project/python_speech_features,33560.0,33560.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +433,langid,True,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,298.0,25.0,47.0,2248.0,Stand-alone language identification system.,9.0,23,,,,,242.0,langid,,,,,11133.0,11133.0,https://pypi.org/project/langid,395512.0,395512.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +434,Neural Tangents,True,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,225.0,57.0,95.0,2234.0,Fast and Easy Infinite Neural Networks in Python.,29.0,23,2023-12-11 14:10:12,0.6.5,17.0,,,neural-tangents,,,,,101.0,101.0,https://pypi.org/project/neural-tangents,2927.0,2935.0,,,,,,,,3.0,384.0,,,,,,,,,,,,,,, +435,pytorch-nlp,True,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,253.0,19.0,50.0,2202.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,18.0,23,2019-11-04 05:16:00,0.5.0,5.0,,451.0,pytorch-nlp,,,,['pytorch'],679.0,679.0,https://pypi.org/project/pytorch-nlp,7263.0,7263.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +436,Hyperas,True,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,312.0,97.0,160.0,2170.0,Keras + Hyperopt: A very simple wrapper for convenient..,22.0,23,,,,,213.0,hyperas,,,,['tensorflow'],352.0,352.0,https://pypi.org/project/hyperas,10730.0,10730.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +437,SDV,True,sdv-dev/SDV,,data-loading,https://github.com/sdv-dev/SDV,https://github.com/sdv-dev/SDV,,2018-05-11 15:56:50.000,2024-05-16 14:15:10.000000,2024-05-15 23:00:37,281.0,144.0,1042.0,2160.0,"Synthetic Data Generation for tabular, relational and time series data.",49.0,23,2024-05-15 20:38:25,1.13.0,58.0,,,sdv,,,,,401.0,401.0,https://pypi.org/project/sdv,55047.0,55047.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +438,PyTextRank,True,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,311.0,7.0,92.0,2107.0,Python implementation of TextRank for phrase extraction and..,19.0,23,2024-02-21 23:16:24,3.3.0,22.0,,,pytextrank,,,,,643.0,643.0,https://pypi.org/project/pytextrank,42712.0,42712.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +439,AmpliGraph,True,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,248.0,33.0,186.0,2098.0,Python library for Representation Learning on Knowledge..,21.0,23,2024-02-28 15:44:03,2.1.0,14.0,,,ampligraph,,,,['tensorflow'],49.0,49.0,https://pypi.org/project/ampligraph,1321.0,1321.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +440,Karate Club,True,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,235.0,5.0,114.0,2091.0,Karate Club: An API Oriented Open-source Python Framework for..,20.0,23,2022-12-04 19:04:05,_10304,100.0,,2314.0,karateclub,,,,,234.0,234.0,https://pypi.org/project/karateclub,4255.0,4255.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +441,FinTA,True,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,657.0,22.0,64.0,2055.0,Common financial technical indicators implemented in Pandas.,28.0,23,2021-04-03 08:51:49,1.3,18.0,,394.0,finta,,,,,502.0,502.0,https://pypi.org/project/finta,8274.0,8274.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +442,TensorFlow Privacy,True,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,431.0,85.0,92.0,1879.0,Library for training machine learning models with..,59.0,23,2024-02-14 19:18:00,0.9.0,18.0,,870.0,tensorflow-privacy,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-privacy,20633.0,20635.0,,,,,,,,2.0,153.0,,,,,,,,,,,,,,, +443,Labml,True,lab-ml/labml,,ml-experiments,https://github.com/labmlai/labml,https://github.com/labmlai/labml,MIT,2018-11-16 09:34:48.000,2024-05-15 05:34:54.000000,2024-05-15 05:34:54,124.0,16.0,22.0,1877.0,Monitor deep learning model training and hardware usage from your mobile..,9.0,23,2021-08-27 10:19:56,0.4.132,3.0,labmlai/labml,2055.0,labml,,,,,149.0,149.0,https://pypi.org/project/labml,4803.0,4803.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +444,Hivemind,True,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,130.0,58.0,102.0,1843.0,Decentralized deep learning in PyTorch. Built to train models on..,29.0,23,2023-08-31 20:07:52,1.1.10,25.0,,571.0,hivemind,,,,,101.0,101.0,https://pypi.org/project/hivemind,4411.0,4411.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +445,fairlearn,True,fairlearn/fairlearn,,interpretability,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000,2024-05-14 13:25:45.000000,2024-05-10 09:59:22,384.0,150.0,294.0,1818.0,A Python package to assess and improve fairness of machine..,81.0,23,2023-12-19 14:14:09,0.10.0,14.0,,,fairlearn,conda-forge/fairlearn,,,['sklearn'],3.0,3.0,https://pypi.org/project/fairlearn,276229.0,276992.0,https://anaconda.org/conda-forge/fairlearn,2023-12-20 11:56:56.090,32053.0,,,,,2.0,,,,,,,,,,,,,,,, +446,PyCUDA,True,inducer/pycuda,,gpu-utilities,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,,2011-04-06 02:53:31.000,2024-05-08 21:10:35.000000,2024-05-08 21:10:35,279.0,66.0,184.0,1756.0,"CUDA integration for Python, plus shiny features.",82.0,23,2024-01-03 16:54:41,2024.1,6.0,,,pycuda,,,,,2841.0,2841.0,https://pypi.org/project/pycuda,46286.0,46286.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +447,pyts,True,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,160.0,43.0,35.0,1713.0,A Python package for time series classification.,14.0,23,2023-06-18 12:34:19,0.13.0,8.0,,,pyts,conda-forge/pyts,,,,596.0,596.0,https://pypi.org/project/pyts,123002.0,123759.0,https://anaconda.org/conda-forge/pyts,2023-06-18 16:28:23.633,23497.0,,,,,2.0,,,,,,,,,,,,,,,, +448,AutoViz,True,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:21:11.000000,2024-04-29 18:20:59,191.0,1.0,89.0,1637.0,"Automatically Visualize any dataset, any size with a single line of..",17.0,23,,,,,222.0,autoviz,,,,,676.0,676.0,https://pypi.org/project/autoviz,34785.0,34785.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +449,Explainability 360,True,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,300.0,46.0,30.0,1542.0,Interpretability and explainability of data and machine..,41.0,23,2023-07-01 11:47:13,0.3.0,3.0,,582.0,aix360,,,,,88.0,88.0,https://pypi.org/project/aix360,866.0,866.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +450,PyKEEN,True,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,175.0,88.0,445.0,1541.0,A Python library for learning and evaluating knowledge graph embeddings.,38.0,23,2024-02-19 21:29:27,1.10.2,20.0,,2829.0,pykeen,,,,,,,https://pypi.org/project/pykeen,4999.0,5002.0,,,,,,,,2.0,180.0,,,,,,,,,,,,,,, +451,Pypeline,True,cgarciae/pypeln,,data-pipelines,https://github.com/cgarciae/pypeln,https://github.com/cgarciae/pypeln,MIT,2018-09-01 13:43:31.000,2023-07-20 16:18:20.000000,2023-03-22 14:52:27,97.0,25.0,47.0,1530.0,Concurrent data pipelines in Python .,13.0,23,2022-01-06 15:32:49,0.4.9,14.0,,240.0,pypeln,,,,,125.0,125.0,https://pypi.org/project/pypeln,429930.0,429930.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +452,TabPy,True,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,563.0,16.0,300.0,1511.0,Execute Python code on the fly and display results in Tableau visualizations:.,50.0,23,2023-06-28 20:49:21,2.9.0,20.0,,950.0,tabpy,,,,,160.0,160.0,https://pypi.org/project/tabpy,7636.0,7636.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +453,TaskTiger,True,closeio/tasktiger,,data-pipelines,https://github.com/closeio/tasktiger,https://github.com/closeio/tasktiger,MIT,2015-05-14 00:26:32.000,2024-04-29 10:22:22.000000,2024-04-25 13:57:51,80.0,28.0,41.0,1385.0,Python task queue using Redis.,30.0,23,2024-04-25 12:57:01,0.19.3,16.0,,347.0,tasktiger,,,,,29.0,29.0,https://pypi.org/project/tasktiger,3930.0,3930.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +454,DALEX,True,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,160.0,18.0,382.0,1334.0,moDel Agnostic Language for Exploration and eXplanation.,25.0,23,2022-09-10 12:32:33,python-v1.5.0,4.0,,676.0,dalex,,,,,164.0,164.0,https://pypi.org/project/dalex,19070.0,19070.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +455,Streamz,True,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,143.0,110.0,152.0,1222.0,Real-time stream processing for python.,48.0,23,,,16.0,,805.0,streamz,conda-forge/streamz,,,,463.0,463.0,https://pypi.org/project/streamz,30035.0,40707.0,https://anaconda.org/conda-forge/streamz,2023-06-16 13:22:22.238,853795.0,,,,,2.0,,,,,,,,,,,,,,,, +456,scikit-lego,True,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,113.0,33.0,273.0,1160.0,Extra blocks for scikit-learn pipelines.,67.0,23,2024-04-16 14:59:21,0.8.2,39.0,,,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],143.0,143.0,https://pypi.org/project/scikit-lego,22001.0,22999.0,https://anaconda.org/conda-forge/scikit-lego,2024-04-17 13:14:18.003,47910.0,,,,,2.0,,,,,,,,,,,,,,,, +457,ChainerRL,True,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,223.0,51.0,147.0,1155.0,ChainerRL is a deep reinforcement learning library built on top of..,28.0,23,2020-02-14 05:32:03,0.8.0,8.0,,3471.0,chainerrl,,,,,166.0,166.0,https://pypi.org/project/chainerrl,679.0,679.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +458,Satpy,True,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,276.0,382.0,631.0,1018.0,Python package for earth-observing satellite data processing.,153.0,23,2024-04-22 16:20:44,0.48.0,63.0,,,satpy,conda-forge/satpy,,,,127.0,127.0,https://pypi.org/project/satpy,7985.0,12064.0,https://anaconda.org/conda-forge/satpy,2024-04-23 06:53:48.899,191717.0,,,,,3.0,,,,,,,,,,,,,,,, +459,bcolz,True,Blosc/bcolz,,data-containers,https://github.com/Blosc/bcolz,https://github.com/Blosc/bcolz,,2010-08-18 15:27:02.000,2023-06-16 13:23:29.156000,2020-09-10 12:12:45,135.0,123.0,122.0,955.0,A columnar data container that can be compressed.,33.0,23,2018-04-13 07:34:26,1.2.1,3.0,,1280.0,bcolz,conda-forge/bcolz,,,,1994.0,1994.0,https://pypi.org/project/bcolz,5186.0,9182.0,https://anaconda.org/conda-forge/bcolz,2023-06-16 13:23:29.156,347675.0,,,,,3.0,,,,,,,,,,,,,,,, +460,Pandas-Bokeh,True,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,109.0,34.0,69.0,878.0,Bokeh Plotting Backend for Pandas and GeoPandas.,15.0,23,2021-04-11 17:42:31,0.5.5,5.0,,311.0,pandas-bokeh,,,,['pandas'],605.0,605.0,https://pypi.org/project/pandas-bokeh,23400.0,23400.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +461,Baal,True,ElementAI/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,82.0,28.0,85.0,837.0,Using approximate bayesian posteriors in deep nets for active learning.,21.0,23,2024-04-04 17:31:05,1.9.2,15.0,baal-org/baal,225.0,baal,,,,,56.0,56.0,https://pypi.org/project/baal,4517.0,4517.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +462,mpi4py,True,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,111.0,5.0,150.0,759.0,Python bindings for MPI.,26.0,23,2024-04-14 10:39:44,3.1.6,13.0,,3119.0,mpi4py,conda-forge/mpi4py,,,,,,https://pypi.org/project/mpi4py,218999.0,277006.0,https://anaconda.org/conda-forge/mpi4py,2024-04-15 09:42:38.104,2472472.0,,,,,3.0,23372.0,,,,,,,,,,,,,,, +463,Mapbox GL,True,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,131.0,34.0,67.0,653.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,22.0,23,2019-06-03 21:24:10,0.10.2,14.0,,221.0,mapboxgl,,,,['jupyter'],194.0,194.0,https://pypi.org/project/mapboxgl,14945.0,14945.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +464,quinn,True,MrPowers/quinn,,ml-experiments,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,,2017-09-15 13:02:42.000,2024-05-07 09:34:12.000000,2024-05-07 09:33:03,90.0,25.0,80.0,582.0,pyspark methods to enhance developer productivity.,28.0,23,2024-02-10 15:53:33,0.10.2,4.0,,110.0,quinn,,,,['spark'],77.0,77.0,https://pypi.org/project/quinn,768193.0,768193.0,,,,,,,,3.0,23.0,,,,,,,,,,,,,,, +465,findspark,True,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,71.0,11.0,12.0,508.0,Find pyspark to make it importable.,15.0,23,,,6.0,,,findspark,conda-forge/findspark,,,['spark'],4440.0,4440.0,https://pypi.org/project/findspark,2708075.0,2717553.0,https://anaconda.org/conda-forge/findspark,2023-06-16 13:16:45.065,900479.0,,,,,3.0,,,,,,,,,,,,,,,, +466,EarthPy,True,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,154.0,26.0,208.0,478.0,A package built to support working with spatial data using open source..,44.0,23,2021-10-01 22:50:41,0.9.4,14.0,,,earthpy,conda-forge/earthpy,,,,321.0,321.0,https://pypi.org/project/earthpy,7885.0,9123.0,https://anaconda.org/conda-forge/earthpy,2023-06-16 16:14:50.280,75577.0,,,,,3.0,,,,,,,,,,,,,,,, +467,pymap3d,True,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,84.0,6.0,49.0,369.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef..,18.0,23,2024-02-11 00:58:17,3.1.0,57.0,,,pymap3d,conda-forge/pymap3d,,,,397.0,397.0,https://pypi.org/project/pymap3d,135197.0,136798.0,https://anaconda.org/conda-forge/pymap3d,2024-02-11 07:50:28.337,70447.0,,,,,3.0,,,,,,,,,,,,,,,, +468,TensorFlow Cloud,True,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,83.0,60.0,27.0,368.0,The TensorFlow Cloud repository provides APIs that..,27.0,23,2021-06-16 20:29:30,0.1.16,17.0,,576.0,tensorflow-cloud,,,,['tensorflow'],393.0,393.0,https://pypi.org/project/tensorflow-cloud,50252.0,50252.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +469,gokart,True,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,56.0,16.0,60.0,299.0,A wrapper of the data pipeline library luigi.,41.0,23,2024-04-23 07:30:58,1.3.0,57.0,,547.0,gokart,,,,,77.0,77.0,https://pypi.org/project/gokart,3207.0,3207.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +470,tabulator-py,True,frictionlessdata/tabulator-py,,data-loading,https://github.com/frictionlessdata/tabulator-py,https://github.com/frictionlessdata/tabulator-py,MIT,2015-08-24 05:34:38.000,2023-06-16 13:23:28.967000,2021-03-22 13:33:48,41.0,,178.0,235.0,Python library for reading and writing tabular data via streams.,27.0,23,2021-03-21 07:42:12,1.53.5,100.0,,,tabulator,conda-forge/tabulator-py,,,,1339.0,1339.0,https://pypi.org/project/tabulator,149957.0,150624.0,https://anaconda.org/conda-forge/tabulator-py,2023-06-16 13:23:28.967,55435.0,,,,,3.0,,,,,,,,,,,,,,,, +471,py3nvml,True,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,29.0,4.0,12.0,231.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside..,9.0,23,2019-10-11 13:39:49,0.2.4,6.0,,86.0,py3nvml,conda-forge/py3nvml,,,,1078.0,1078.0,https://pypi.org/project/py3nvml,103482.0,104895.0,https://anaconda.org/conda-forge/py3nvml,2023-09-25 06:14:21.168,60786.0,,,,,2.0,,,,,,,,,,,,,,,, +472,Recommenders,True,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,2952.0,156.0,682.0,18109.0,Best Practices on Recommendation Systems.,131.0,22,2024-05-01 13:41:20,1.2.0,13.0,recommenders-team/recommenders,,,,,,,108.0,108.0,,,7.0,,,,,,,,3.0,490.0,,,,,,,,,,,,,,, +473,librosa,True,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,903.0,52.0,1134.0,6724.0,Python library for audio and music analysis.,120.0,22,2024-05-14 15:48:50,0.10.2.post1,43.0,,,librosa,conda-forge/librosa,,,,,,https://pypi.org/project/librosa,2795234.0,2811332.0,https://anaconda.org/conda-forge/librosa,2024-05-15 16:59:32.016,740542.0,,,,,3.0,,,,,,,,,,,,,,,, +474,mmdnn,True,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,957.0,325.0,292.0,5783.0,MMdnn is a set of tools to help users inter-operate among different deep..,86.0,22,2020-07-24 06:14:52,0.3.1,12.0,,1084.0,mmdnn,,,,,126.0,126.0,https://pypi.org/project/mmdnn,356.0,404.0,,,,,,,,2.0,3745.0,,,,,,,,,,,,,,, +475,FATE,True,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,1531.0,850.0,1101.0,5527.0,An Industrial Grade Federated Learning Framework.,100.0,22,2024-03-08 08:32:35,2.1.0,49.0,,13775.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +476,Image Super-Resolution,True,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,726.0,103.0,113.0,4518.0,Super-scale your images and run experiments with..,10.0,22,2020-01-08 15:35:45,2.2.0,1.0,,150.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],124.0,124.0,https://pypi.org/project/ISR,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,,,,,,,,,,,,,,,, +477,ArrayFire,True,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,523.0,311.0,1331.0,4425.0,ArrayFire: a general purpose GPU library.,88.0,22,2023-08-29 19:49:26,3.9.0,34.0,,6153.0,arrayfire,,,,,,,https://pypi.org/project/arrayfire,1618.0,1674.0,,,,,,,,3.0,6075.0,,,,,,,,,,,,,,, +478,TensorTrade,True,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,957.0,47.0,200.0,4396.0,"An open source reinforcement learning framework for training,..",61.0,22,2021-05-10 18:04:30,1.0.3,6.0,,1046.0,tensortrade,,,,,54.0,54.0,https://pypi.org/project/tensortrade,847.0,847.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +479,GluonTS,True,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,706.0,311.0,629.0,4339.0,Probabilistic time series modeling in Python.,112.0,22,2024-02-02 12:37:28,0.14.4,100.0,,,gluonts,,,,['mxnet'],,,https://pypi.org/project/gluonts,281864.0,281864.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +480,Lasagne,True,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,925.0,115.0,402.0,3844.0,Lightweight library to build and train neural networks in Theano.,72.0,22,2015-08-13 21:00:09,0.1,1.0,,1161.0,lasagne,,,,,1045.0,1045.0,https://pypi.org/project/lasagne,2600.0,2600.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +481,phonenumbers,True,daviddrysdale/python-phonenumbers,,nlp,https://github.com/daviddrysdale/python-phonenumbers,https://github.com/daviddrysdale/python-phonenumbers,Apache-2.0,2011-04-21 03:06:38.000,2024-05-03 09:34:50.916000,2024-05-03 05:31:04,394.0,9.0,172.0,3411.0,Python port of Google's libphonenumber.,31.0,22,,,103.0,,,phonenumbers,conda-forge/phonenumbers,,,,,,https://pypi.org/project/phonenumbers,6650508.0,6675621.0,https://anaconda.org/conda-forge/phonenumbers,2024-05-03 09:34:50.916,904084.0,,,,,3.0,,,,,,,,,,,,,,,, +482,LIT,True,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,341.0,47.0,83.0,3408.0,The Language Interpretability Tool: Interactively analyze NLP models for..,36.0,22,2024-04-09 22:49:14,1.1.1,11.0,,,lit-nlp,,,,,32.0,32.0,https://pypi.org/project/lit-nlp,4607.0,4607.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +483,finmarketpy,True,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,466.0,24.0,4.0,3361.0,Python library for backtesting trading strategies & analyzing..,14.0,22,2024-01-01 21:15:24,0.11.13,14.0,,686.0,finmarketpy,,,,,13.0,13.0,https://pypi.org/project/finmarketpy,274.0,274.0,,,,,,,,3.0,51.0,,,,,,,,,,,,,,, +484,Apache Singa,True,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,1206.0,23.0,75.0,3312.0,a distributed deep learning platform.,90.0,22,2020-04-21 08:01:08,3.0.0,16.0,,2762.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,,,,,,,,,,,,,,,, +485,RecBole,True,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,580.0,242.0,692.0,3199.0,"A unified, comprehensive and efficient recommendation library.",71.0,22,2023-11-04 11:23:19,1.2.0,10.0,,4343.0,recbole,aibox/recbole,,,['pytorch'],,,https://pypi.org/project/recbole,4176.0,4289.0,https://anaconda.org/aibox/recbole,2023-11-01 15:53:42.380,4780.0,,,,,3.0,,,,,,,,,,,,,,,, +486,DeepVariant,True,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,687.0,4.0,754.0,3089.0,DeepVariant is an analysis pipeline that uses a deep neural..,30.0,22,2024-03-19 19:20:10,1.6.1,21.0,,2359.0,,bioconda/deepvariant,,,['tensorflow'],,,,,910.0,https://anaconda.org/bioconda/deepvariant,2023-06-16 16:08:50.013,64586.0,,,,,3.0,4713.0,,,,,,,,,,,,,,, +487,SHOGUN,True,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,1017.0,415.0,1111.0,3009.0,Unified and efficient Machine Learning.,248.0,22,2019-07-05 10:23:31,shogun_6.1.4,10.0,,16205.0,,conda-forge/shogun,shogun/shogun,,,,,,,1616.0,https://anaconda.org/conda-forge/shogun,2023-06-16 13:22:38.816,131781.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1508.0,3.0,,,,,,,shogun,,,,,,,,, +488,Haiku,True,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,226.0,72.0,174.0,2816.0,JAX-based neural network library.,81.0,22,2024-02-28 18:11:27,0.0.12,14.0,google-deepmind/dm-haiku,,,,,,,1856.0,1856.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +489,DDSP,True,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,318.0,47.0,124.0,2785.0,DDSP: Differentiable Digital Signal Processing.,32.0,22,2023-04-26 19:23:09,3.5.1,23.0,,,ddsp,,,,['tensorflow'],54.0,54.0,https://pypi.org/project/ddsp,2151.0,2151.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +490,TF-Agents,True,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,695.0,190.0,466.0,2740.0,"TF-Agents: A reliable, scalable and easy to use TensorFlow..",151.0,22,,,,,2297.0,tf-agents,,,,['tensorflow'],,,https://pypi.org/project/tf-agents,47087.0,47087.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +491,pytorch_geometric_temporal,True,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,347.0,25.0,158.0,2504.0,PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021).,28.0,22,2022-09-04 16:37:07,0.54.0,42.0,,1936.0,torch-geometric-temporal,,,,['pytorch'],,,https://pypi.org/project/torch-geometric-temporal,2112.0,2112.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +492,polyglot,True,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,329.0,154.0,68.0,2268.0,Multilingual text (NLP) processing toolkit.,26.0,22,,,,,271.0,polyglot,,,,,1251.0,1251.0,https://pypi.org/project/polyglot,57777.0,57777.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +493,textacy,True,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,243.0,32.0,230.0,2179.0,"NLP, before and after spaCy.",35.0,22,2023-04-02 22:46:00,0.13.0,29.0,,,textacy,conda-forge/textacy,,,,1776.0,1776.0,https://pypi.org/project/textacy,47459.0,49151.0,https://anaconda.org/conda-forge/textacy,2023-06-16 13:22:44.862,142140.0,,,,,3.0,,,,,,,,,,,,,,,, +494,SRU,True,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,299.0,64.0,68.0,2099.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,22,2021-05-18 16:12:33,2.6.0,30.0,,400.0,sru,,,,['pytorch'],27.0,27.0,https://pypi.org/project/sru,1463.0,1463.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +495,PyFlux,True,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,237.0,85.0,66.0,2091.0,Open source time series library for Python.,6.0,22,,,,,118.0,pyflux,,,,,267.0,267.0,https://pypi.org/project/pyflux,73986.0,73986.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +496,garage,True,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,302.0,200.0,810.0,1819.0,A toolkit for reproducible reinforcement learning research.,79.0,22,2020-09-14 22:30:57,2020.06.3,21.0,,1221.0,garage,,,,['tensorflow'],102.0,102.0,https://pypi.org/project/garage,775.0,775.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +497,Magnitude,True,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,116.0,33.0,51.0,1611.0,"A fast, efficient universal vector embedding utility package.",4.0,22,2020-05-25 11:26:09,0.1.143,100.0,,350.0,pymagnitude,,,,,346.0,346.0,https://pypi.org/project/pymagnitude,1436.0,1436.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +498,EfficientNets,True,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,205.0,4.0,51.0,1564.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet,..",5.0,22,,,,,108.0,geffnet,,,,['pytorch'],231.0,231.0,https://pypi.org/project/geffnet,206026.0,206026.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +499,fklearn,True,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,163.0,25.0,25.0,1497.0,fklearn: Functional Machine Learning.,54.0,22,2023-11-09 12:58:36,3.0.0,29.0,,157.0,fklearn,,,,,13.0,13.0,https://pypi.org/project/fklearn,722.0,722.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +500,torch-scatter,True,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,176.0,30.0,341.0,1480.0,PyTorch Extension Library of Optimized Scatter Operations.,30.0,22,2023-10-06 08:48:33,2.1.2,23.0,,1034.0,torch-scatter,,,,['pytorch'],,,https://pypi.org/project/torch-scatter,37510.0,37510.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +501,NiftyNet,True,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,395.0,100.0,224.0,1354.0,[unmaintained] An open-source convolutional neural..,61.0,22,2019-10-09 19:33:30,0.6.0,8.0,,2848.0,niftynet,,,,['tensorflow'],42.0,42.0,https://pypi.org/project/niftynet,149.0,149.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +502,livelossplot,True,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,142.0,7.0,70.0,1290.0,"Live training loss plot in Jupyter Notebook for Keras,..",17.0,22,,,,,330.0,livelossplot,,,,['jupyter'],1450.0,1450.0,https://pypi.org/project/livelossplot,13572.0,13572.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +503,stockstats,True,jealous/stockstats,,financial-data,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,,2016-06-05 15:21:22.000,2024-01-05 18:00:58.000000,2024-01-05 18:00:58,293.0,13.0,109.0,1241.0,Supply a wrapper ``StockDataFrame`` based on the..,10.0,22,2023-07-30 07:06:31,0.6.2,10.0,,67.0,stockstats,,,,,1044.0,1044.0,https://pypi.org/project/stockstats,10801.0,10801.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +504,iNNvestigate,True,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,231.0,52.0,206.0,1228.0,A toolbox to iNNvestigate neural networks' predictions!.,20.0,22,2023-10-12 14:58:48,2.1.2,6.0,,1107.0,innvestigate,,,,['tensorflow'],126.0,126.0,https://pypi.org/project/innvestigate,848.0,852.0,,,,,,,,3.0,101.0,,,,,,,,,,,,,,, +505,PFRL,True,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,150.0,29.0,45.0,1149.0,PFRL: a PyTorch-based deep reinforcement learning library.,20.0,22,2023-07-16 15:19:48,0.4.0,5.0,,431.0,pfrl,,,,,109.0,109.0,https://pypi.org/project/pfrl,346.0,346.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +506,keract,True,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,184.0,2.0,86.0,1037.0,Layers Outputs and Gradients in Keras. Made easy.,16.0,22,2021-06-19 16:14:57,4.5.0,10.0,,412.0,keract,,,,['tensorflow'],214.0,214.0,https://pypi.org/project/keract,4412.0,4412.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +507,YouTokenToMe,True,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,84.0,32.0,28.0,944.0,Unsupervised text tokenizer focused on computational efficiency.,8.0,22,2020-02-13 09:57:47,1.0.6,4.0,,85.0,youtokentome,,,,,671.0,671.0,https://pypi.org/project/youtokentome,44103.0,44103.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +508,pythreejs,True,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,178.0,61.0,174.0,926.0,A Jupyter - Three.js bridge.,30.0,22,2022-08-31 09:02:38,2.4.1,18.0,,1723.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],30.0,30.0,https://pypi.org/project/pythreejs,76899.0,85246.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,537000.0,,,,,3.0,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2754.0,,,,,,,,,,, +509,GPyOpt,True,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,256.0,103.0,188.0,918.0,Gaussian Process Optimization using GPy.,50.0,22,2020-03-19 21:21:18,1.2.6,1.0,,515.0,gpyopt,,,,,510.0,510.0,https://pypi.org/project/gpyopt,5836.0,5836.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +510,TF Compression,True,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,245.0,9.0,91.0,827.0,Data compression in TensorFlow.,21.0,22,2024-03-27 19:52:35,2.16.0,25.0,,292.0,tensorflow-compression,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-compression,14879.0,14879.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +511,NeuPy,True,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,157.0,34.0,236.0,739.0,NeuPy is a Tensorflow based python library for prototyping and building..,8.0,22,2019-04-04 19:44:59,0.8.2,29.0,,1146.0,neupy,,,,,170.0,170.0,https://pypi.org/project/neupy,5103.0,5103.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +512,pyvips,True,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,50.0,173.0,237.0,590.0,python binding for libvips using cffi.,16.0,22,,,6.0,,477.0,pyvips,conda-forge/pyvips,,,,713.0,713.0,https://pypi.org/project/pyvips,42801.0,44711.0,https://anaconda.org/conda-forge/pyvips,2024-04-28 16:46:16.622,82149.0,,,,,3.0,,,,,,,,,,,,,,,, +513,MindsDB,True,mindsdb/mindsdb,,ml-frameworks,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,,2018-08-02 17:56:45.000,2024-05-16 13:33:34.000000,2024-05-16 12:59:59,2698.0,363.0,3423.0,21462.0,Predictive AI layer for existing databases.,826.0,21,2024-04-15 13:43:59,24.4.3.0,100.0,,,mindsdb,,,,['pytorch'],,,https://pypi.org/project/mindsdb,22341.0,22341.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +514,CNTK,True,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,4237.0,755.0,2543.0,17478.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",275.0,21,2019-04-26 14:13:32,2.7,32.0,,16117.0,cntk,,,,,2.0,2.0,https://pypi.org/project/cntk,534.0,679.0,,,,,,,,3.0,14528.0,,,,,,,,,,,,,,, +515,cortex,True,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,599.0,112.0,986.0,7991.0,Cost-effective serverless computing at scale.,25.0,21,2022-09-23 18:01:31,0.42.1,63.0,,2327.0,cortex,,,,,,,https://pypi.org/project/cortex,1248.0,1248.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +516,EfficientNet-PyTorch,True,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,1465.0,154.0,141.0,7768.0,A PyTorch implementation of EfficientNet and..,24.0,21,2020-03-01 03:29:43,1.0,1.0,,162.0,efficientnet-pytorch,,,,['pytorch'],1.0,1.0,https://pypi.org/project/efficientnet-pytorch,141784.0,219519.0,,,,,,,,2.0,3886763.0,,,,,,,,,,,,,,, +517,textgenrnn,True,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,736.0,131.0,98.0,4944.0,Easily train your own text-generating neural network of any..,19.0,21,2020-02-03 01:07:00,2.0.0,12.0,,174.0,textgenrnn,,,,['tensorflow'],1113.0,1113.0,https://pypi.org/project/textgenrnn,711.0,723.0,,,,,,,,3.0,910.0,,,,,,,,,,,,,,, +518,River,True,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,517.0,102.0,475.0,4801.0,Online machine learning in Python.,114.0,21,2024-04-23 13:20:18,0.21.1,15.0,,,,,,,,478.0,478.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +519,PyAlgoTrade,True,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,1310.0,,,4306.0,Python Algorithmic Trading Library.,11.0,21,,,,,1158.0,pyalgotrade,,,,,184.0,184.0,https://pypi.org/project/pyalgotrade,538.0,538.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +520,Snips NLU,True,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,512.0,65.0,198.0,3867.0,Snips Python library to extract meaning from text.,22.0,21,2020-01-15 09:51:41,0.20.2,58.0,,2154.0,snips-nlu,,,,,,,https://pypi.org/project/snips-nlu,3104.0,3104.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +521,AdaNet,True,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,529.0,65.0,49.0,3470.0,Fast and flexible AutoML with learning guarantees.,27.0,21,2020-07-09 20:53:28,0.9.0,11.0,,440.0,adanet,,,,['tensorflow'],58.0,58.0,https://pypi.org/project/adanet,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +522,Texthero,True,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,237.0,56.0,64.0,2868.0,"Text preprocessing, representation and visualization from zero to hero.",21.0,21,2021-07-01 16:53:52,1.1.0,4.0,,277.0,texthero,,,,,,,https://pypi.org/project/texthero,8752.0,8754.0,,,,,,,,3.0,122.0,,,,,,,,,,,,,,, +523,tensorflow-graphics,True,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,356.0,84.0,92.0,2741.0,TensorFlow Graphics: Differentiable Graphics Layers..,39.0,21,2019-05-09 10:06:22,1.0.0,1.0,,767.0,tensorflow-graphics,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-graphics,40497.0,40497.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +524,eli5,True,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,319.0,144.0,113.0,2728.0,A library for debugging/inspecting machine learning classifiers and..,14.0,21,,,11.0,,1198.0,eli5,conda-forge/eli5,,,,,,https://pypi.org/project/eli5,382332.0,384132.0,https://anaconda.org/conda-forge/eli5,2023-06-16 13:18:29.838,151276.0,,,,,3.0,,,,,,,,,,,,,,,, +525,HiPlot,True,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,136.0,16.0,73.0,2704.0,HiPlot makes understanding high dimensional data easy.,9.0,21,2021-11-04 14:24:43,0.1.32,35.0,,,hiplot,conda-forge/hiplot,,,,403.0,403.0,https://pypi.org/project/hiplot,20604.0,24211.0,https://anaconda.org/conda-forge/hiplot,2023-06-16 19:18:10.488,183971.0,,,,,3.0,,,,,,,,,,,,,,,, +526,IB-insync,True,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,693.0,18.0,565.0,2695.0,Python sync/async framework for Interactive Brokers API.,36.0,21,,,22.0,,769.0,ib_insync,conda-forge/ib-insync,,,,,,https://pypi.org/project/ib_insync,30885.0,31578.0,https://anaconda.org/conda-forge/ib-insync,2023-06-16 16:16:07.159,40249.0,,,,,3.0,,,,,,,,,,,,,,,, +527,pygal,True,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,406.0,173.0,247.0,2608.0,PYthon svg GrAph plotting Library.,77.0,21,2015-02-16 16:54:22,1.7.0,5.0,,1053.0,pygal,conda-forge/pygal,,,,,,https://pypi.org/project/pygal,310151.0,312679.0,https://anaconda.org/conda-forge/pygal,2023-11-21 17:04:08.093,40461.0,,,,,3.0,,,,,,,,,,,,,,,, +528,TabNet,True,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,465.0,18.0,281.0,2494.0,PyTorch implementation of TabNet paper :..,21.0,21,2023-07-23 13:34:05,4.1.0,17.0,,206.0,pytorch-tabnet,,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,34109.0,34109.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +529,Enigma Catalyst,True,enigmampc/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,708.0,124.0,358.0,2460.0,An Algorithmic Trading Library for Crypto-Assets in Python.,152.0,21,,,,scrtlabs/catalyst,6364.0,enigma-catalyst,,,,,25.0,25.0,https://pypi.org/project/enigma-catalyst,240.0,240.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +530,Luminoth,True,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,399.0,53.0,128.0,2397.0,Deep Learning toolkit for Computer Vision.,15.0,21,,,10.0,,838.0,luminoth,,,,['tensorflow'],61.0,61.0,https://pypi.org/project/luminoth,2244.0,2405.0,,,,,,,,3.0,12783.0,,,,,,,,,,,,,,, +531,Texar,True,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,368.0,33.0,126.0,2381.0,"Toolkit for Machine Learning, Natural Language Processing, and..",43.0,21,2019-11-19 03:54:40,0.2.4,6.0,,1719.0,texar,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/texar,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +532,checklist,True,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,201.0,6.0,83.0,1987.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,15.0,21,,,,,255.0,checklist,,,,['jupyter'],339.0,339.0,https://pypi.org/project/checklist,1370.0,1370.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +533,Orbit,True,uber/orbit,,probabilistics,https://github.com/uber/orbit,https://github.com/uber/orbit,,2020-01-07 18:20:37.000,2024-05-06 20:43:34.000000,2024-03-31 23:27:50,135.0,49.0,353.0,1808.0,A Python package for Bayesian forecasting with object-oriented design..,20.0,21,2024-04-01 00:44:51,1.1.4.9,32.0,,906.0,orbit-ml,,,,,55.0,55.0,https://pypi.org/project/orbit-ml,20983.0,20983.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +534,Antialiased CNNs,True,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,203.0,15.0,33.0,1642.0,pip install antialiased-cnns to improve stability and..,6.0,21,2020-10-23 22:45:52,0.3,4.0,,239.0,antialiased-cnns,,,,['pytorch'],51.0,51.0,https://pypi.org/project/antialiased-cnns,3210.0,3210.0,,,,,,,,2.0,,,,,,,,,,,,,,,, +535,bonobo,True,python-bonobo/bonobo,,data-pipelines,https://github.com/python-bonobo/bonobo,https://github.com/python-bonobo/bonobo,Apache-2.0,2016-12-09 04:03:23.000,2023-05-12 06:19:51.000000,2021-03-10 15:44:00,142.0,71.0,109.0,1575.0,Extract Transform Load for Python 3.5+.,37.0,21,,,,,978.0,bonobo,,,http://docs.bonobo-project.org/en/master/,,170.0,170.0,https://pypi.org/project/bonobo,17331.0,17331.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +536,Paddle Graph Learning,True,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,307.0,38.0,155.0,1560.0,Paddle Graph Learning (PGL) is an efficient and..,31.0,21,2023-05-18 06:27:52,2.2.5,10.0,,,pgl,,,,['paddle'],55.0,55.0,https://pypi.org/project/pgl,1349.0,1349.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +537,Mesh,True,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,249.0,66.0,17.0,1560.0,Mesh TensorFlow: Model Parallelism Made Easier.,50.0,21,2018-12-11 00:09:43,0.0.5,4.0,,658.0,mesh-tensorflow,,,,['tensorflow'],,,https://pypi.org/project/mesh-tensorflow,45107.0,45107.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +538,Vulkan Kompute,True,EthicalML/vulkan-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,122.0,65.0,142.0,1501.0,General purpose GPU compute framework for cross vendor..,24.0,21,2024-01-20 15:39:17,0.9.0,14.0,KomputeProject/kompute,1255.0,kp,,,,,,,https://pypi.org/project/kp,185.0,196.0,,,,,,,,3.0,499.0,,,,,,,,,,,,,,, +539,torchsde,True,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,180.0,21.0,52.0,1488.0,Differentiable SDE solvers with GPU support and efficient..,8.0,21,2023-09-26 22:07:23,0.2.6,5.0,,163.0,,,,,['pytorch'],3019.0,3019.0,,,,,,,,,,,2.0,,,,,,,,,,,,,,,, +540,bambi,True,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,116.0,68.0,324.0,1019.0,BAyesian Model-Building Interface (Bambi) in Python.,37.0,21,2023-10-25 02:04:11,0.13.0,23.0,,,bambi,,,,,119.0,119.0,https://pypi.org/project/bambi,22051.0,22051.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +541,tf-explain,True,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,110.0,39.0,51.0,1009.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,18.0,21,2021-11-18 20:27:53,0.3.1,7.0,,208.0,tf-explain,,,,['tensorflow'],229.0,229.0,https://pypi.org/project/tf-explain,3425.0,3425.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +542,Sentinelsat,True,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,219.0,2.0,367.0,960.0,Search and download Copernicus Sentinel satellite images.,44.0,21,2023-03-10 17:50:22,1.2.1,13.0,,,sentinelsat,,,,,554.0,554.0,https://pypi.org/project/sentinelsat,22398.0,22400.0,,,,,,,,3.0,269.0,,,,,,,,,,,,,,, +543,kapre,True,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,145.0,15.0,82.0,914.0,kapre: Keras Audio Preprocessors.,13.0,21,2022-01-21 20:10:47,Kapre-0.3.7,10.0,,195.0,kapre,,,,['tensorflow'],2394.0,2394.0,https://pypi.org/project/kapre,1254.0,1254.0,,,,,,,,3.0,26.0,,,,,,,,,,,,,,, +544,rows,True,turicas/rows,,data-loading,https://github.com/turicas/rows,https://github.com/turicas/rows,LGPL-3.0,2014-05-07 05:43:11.000,2024-05-13 19:49:51.000000,2024-05-13 18:18:58,132.0,146.0,149.0,861.0,"A common, beautiful interface to tabular data, no matter the format.",31.0,21,2019-02-14 21:20:15,0.4.1,7.0,,738.0,rows,,,,,168.0,168.0,https://pypi.org/project/rows,1760.0,1760.0,,,,,,,,3.0,38.0,,,,,,,,,,,,,,, +545,iterative-stratification,True,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,76.0,2.0,23.0,830.0,scikit-learn cross validators for iterative..,7.0,21,2021-10-03 18:24:15,0.1.7,3.0,,57.0,iterative-stratification,,,,['sklearn'],436.0,436.0,https://pypi.org/project/iterative-stratification,31944.0,31944.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +546,finetune,True,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,80.0,22.0,118.0,698.0,Scikit-learn style model finetuning for NLP.,23.0,21,2019-01-18 20:10:51,0.5.14,15.0,,1201.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,11.0,https://pypi.org/project/finetune,290.0,290.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +547,python-soundfile,True,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,99.0,105.0,136.0,666.0,"SoundFile is an audio library based on libsndfile, CFFI, and..",33.0,21,2023-02-15 15:39:02,0.12.1,15.0,,564.0,soundfile,,,,,,,https://pypi.org/project/soundfile,3141715.0,3141865.0,,,,,,,,3.0,18459.0,,,,,,,,,,,,,,, +548,aequitas,True,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,106.0,34.0,46.0,636.0,Bias and Fairness Audit Toolkit.,21.0,21,,,,,911.0,aequitas,,,,,154.0,154.0,https://pypi.org/project/aequitas,33913.0,33913.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +549,random-forest-importances,True,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,129.0,8.0,30.0,588.0,Code to compute permutation and drop-column..,14.0,21,2021-01-28 23:23:17,1.3.7,5.0,,249.0,rfpimp,,,,['sklearn'],154.0,154.0,https://pypi.org/project/rfpimp,11534.0,11534.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +550,joypy,True,sbebo/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,57.0,14.0,37.0,543.0,Joyplots in Python with matplotlib & pandas.,8.0,21,,,5.0,leotac/joypy,133.0,joypy,conda-forge/joypy,,,,383.0,383.0,https://pypi.org/project/joypy,14486.0,14897.0,https://anaconda.org/conda-forge/joypy,2023-06-16 16:14:43.440,25529.0,,,,,3.0,,,,,,,,,,,,,,,, +551,Pandas Summary,True,mouradmourafiq/pandas-summary,,data-containers,https://github.com/polyaxon/traceml,https://github.com/polyaxon/traceml,Apache-2.0,2016-03-25 21:59:32.000,2024-05-16 13:06:37.000000,2024-05-16 13:06:26,42.0,6.0,8.0,493.0,An extension to pandas dataframes describe function.,99.0,21,,,,polyaxon/traceml,9955.0,pandas-summary,,,,['pandas'],,,https://pypi.org/project/pandas-summary,93754.0,93754.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +552,sklearn-crfsuite,True,TeamHG-Memex/sklearn-crfsuite,,sklearn-utils,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,,2015-11-26 21:15:41.000,2023-09-25 19:44:09.000000,2019-12-05 08:17:22,213.0,34.0,23.0,425.0,scikit-learn inspired API for CRFsuite.,6.0,21,,,,,46.0,sklearn-crfsuite,,,,['sklearn'],7574.0,7574.0,https://pypi.org/project/sklearn-crfsuite,217240.0,217240.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +553,pyexcel-xlsx,True,pyexcel/pyexcel-xlsx,,data-loading,https://github.com/pyexcel/pyexcel-xlsx,https://github.com/pyexcel/pyexcel-xlsx,,2014-12-02 00:03:24.000,2023-07-14 10:54:50.000000,2020-11-28 22:30:53,26.0,10.0,25.0,113.0,"A wrapper library to read, manipulate and write data in xlsx and..",4.0,21,2020-10-10 13:13:09,0.6.0,30.0,,267.0,pyexcel-xlsx,conda-forge/pyexcel-xlsx,,,,2762.0,2762.0,https://pypi.org/project/pyexcel-xlsx,152796.0,153152.0,https://anaconda.org/conda-forge/pyexcel-xlsx,2023-06-16 13:23:09.620,28194.0,,,,,3.0,67.0,,,,,,,,,,,,,,, +554,micrograd,True,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,1131.0,15.0,10.0,8444.0,A tiny scalar-valued autograd engine and a neural net library..,2.0,20,,,,,24.0,micrograd,,,,['pytorch'],48.0,48.0,https://pypi.org/project/micrograd,977.0,977.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +555,TensorLayer,True,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,1589.0,24.0,441.0,7297.0,Deep Learning and Reinforcement Learning Library for..,134.0,20,2021-01-06 07:16:21,2.2.4,76.0,,3353.0,tensorlayer,,,,['tensorflow'],,,https://pypi.org/project/tensorlayer,2526.0,2549.0,,,,,,,,3.0,2191.0,,,,,,,,,,,,,,, +556,MMF,True,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,884.0,110.0,542.0,5419.0,A modular framework for vision & language multimodal research from..,117.0,20,2019-08-26 19:04:21,0.3.1,2.0,,,mmf,,,,['pytorch'],17.0,17.0,https://pypi.org/project/mmf,508.0,508.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +557,mace,True,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,807.0,56.0,620.0,4882.0,MACE is a deep learning inference framework optimized for mobile..,69.0,20,2022-01-13 09:55:14,1.1.1,12.0,,3347.0,,,,,,,,,,21.0,,,,,,,,3.0,1506.0,,,,,,,,,,,,,,, +558,segmentation_models,True,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,1004.0,255.0,269.0,4621.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,20,2020-01-10 11:28:38,1.0.1,4.0,,205.0,segmentation_models,,,,['tensorflow'],,,https://pypi.org/project/segmentation_models,26794.0,26794.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +559,yellowbrick,True,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,541.0,87.0,606.0,4206.0,Visual analysis and diagnostic tools to facilitate machine..,113.0,20,2022-08-21 12:49:43,1.5,24.0,,,yellowbrick,,,,['sklearn'],,,https://pypi.org/project/yellowbrick,565805.0,565805.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +560,Stable Baselines,True,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,722.0,120.0,824.0,4053.0,"A fork of OpenAI Baselines, implementations of reinforcement..",114.0,20,2020-08-05 19:45:11,2.10.1,21.0,,839.0,stable-baselines,,,,,,,https://pypi.org/project/stable-baselines,6182.0,6182.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +561,cuML,True,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,502.0,816.0,1581.0,3952.0,cuML - RAPIDS Machine Learning Library.,171.0,20,2024-04-10 20:54:06,24.04.00,38.0,,,cuml,,,,,,,https://pypi.org/project/cuml,2808.0,2808.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +562,MatchZoo,True,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,885.0,33.0,430.0,3817.0,"Facilitating the design, comparison and sharing of deep..",36.0,20,2019-10-09 19:24:22,2.2,2.0,,1810.0,matchzoo,,,,['tensorflow'],16.0,16.0,https://pypi.org/project/matchzoo,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +563,PyTorch-BigGraph,True,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,438.0,59.0,137.0,3353.0,Generate embeddings from large-scale graph-structured..,32.0,20,2019-10-14 16:45:11,1.0.0,3.0,,,torchbiggraph,,,,['pytorch'],,,https://pypi.org/project/torchbiggraph,605433.0,605435.0,,,,,,,,3.0,180.0,,,,,,,,,,,,,,, +564,Hummingbird,True,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,270.0,53.0,256.0,3303.0,Hummingbird compiles trained ML models into tensor computation for..,40.0,20,2024-03-08 20:24:53,0.4.11,24.0,,,hummingbird-ml,,,,,,,https://pypi.org/project/hummingbird-ml,5552.0,5562.0,,,,,,,,3.0,496.0,,,,,,,,,,,,,,, +565,PandasGUI,True,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,223.0,74.0,123.0,3135.0,A GUI for Pandas DataFrames.,15.0,20,,,,,720.0,pandasgui,,,,['pandas'],376.0,376.0,https://pypi.org/project/pandasgui,3396.0,3396.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +566,AdaBound,True,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,322.0,18.0,7.0,2909.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,20,2019-03-06 16:44:42,0.0.5,1.0,,27.0,adabound,,,,['pytorch'],199.0,199.0,https://pypi.org/project/adabound,1366.0,1366.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +567,dpark,True,douban/dpark,,data-pipelines,https://github.com/douban/dpark,https://github.com/douban/dpark,BSD-3-Clause,2012-04-11 08:35:06.000,2020-12-25 10:36:06.000000,2020-12-25 10:36:05,525.0,1.0,60.0,2692.0,"Python clone of Spark, a MapReduce alike framework in Python.",35.0,20,2018-07-27 04:05:25,0.5.0,4.0,,1467.0,dpark,,,,['spark'],5.0,5.0,https://pypi.org/project/dpark,117.0,117.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +568,pdftabextract,True,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,365.0,3.0,18.0,2170.0,A set of tools for extracting tables from PDF files..,3.0,20,,,,,171.0,pdftabextract,,,,,48.0,48.0,https://pypi.org/project/pdftabextract,1527.0,1527.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +569,reformer-pytorch,True,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,251.0,16.0,105.0,2060.0,"Reformer, the efficient Transformer, in Pytorch.",11.0,20,2021-11-06 23:08:36,1.4.4,21.0,,249.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,9834.0,9834.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +570,Torchmeta,True,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,243.0,51.0,90.0,1940.0,A collection of extensions and data-loaders for few-shot learning..,12.0,20,,,,,382.0,torchmeta,,,,['pytorch'],172.0,172.0,https://pypi.org/project/torchmeta,3520.0,3520.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +571,datatable,True,h2oai/datatable,,data-containers,https://github.com/h2oai/datatable,https://github.com/h2oai/datatable,MPL-2.0,2017-03-03 02:32:59.000,2023-12-01 22:47:14.000000,2023-12-01 22:46:33,151.0,166.0,1338.0,1790.0,A Python package for manipulating 2-dimensional tabular data..,37.0,20,2023-12-01 22:24:23,1.1.0,17.0,,,datatable,,,,,,,https://pypi.org/project/datatable,52025.0,52054.0,,,,,,,,3.0,2382.0,,,,,,,,,,,,,,, +572,hiddenlayer,True,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,252.0,54.0,35.0,1772.0,Neural network graphs and training metrics for..,6.0,20,2018-12-03 04:33:29,0.2,1.0,,58.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",267.0,267.0,https://pypi.org/project/hiddenlayer,4439.0,4439.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +573,FARM,True,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,237.0,4.0,402.0,1728.0,Fast & easy transfer learning for NLP. Harvesting language models..,37.0,20,2021-06-10 09:45:12,0.8.0,22.0,,594.0,farm,,,,['pytorch'],,,https://pypi.org/project/farm,1832.0,1832.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +574,auto_ml,True,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,304.0,181.0,216.0,1638.0,[UNMAINTAINED] Automated machine learning for analytics & production.,14.0,20,2017-09-12 03:01:00,2.7.0,12.0,,1149.0,auto_ml,,,,,2.0,2.0,https://pypi.org/project/auto_ml,1321.0,1321.0,,,,,,,,3.0,49.0,,,,,,,,,,,,,,, +575,DELTA,True,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,293.0,1.0,74.0,1585.0,DELTA is a deep learning based natural language and speech..,41.0,20,2020-07-16 09:31:45,0.3.3,4.0,,932.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,27.0,245.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-08-03 14:50:00.516864,,13117.0,3.0,,,,,,,,,,,,,,,, +576,Higher,True,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,120.0,58.0,50.0,1572.0,higher is a pytorch library allowing users to obtain higher..,9.0,20,,,,,,higher,,,,['pytorch'],442.0,442.0,https://pypi.org/project/higher,130235.0,130235.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +577,lore,True,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,128.0,15.0,20.0,1549.0,Lore makes machine learning approachable for Software Engineers and..,29.0,20,2020-05-05 20:16:54,0.8.3,1.0,,274.0,lore,,,,,21.0,21.0,https://pypi.org/project/lore,2424.0,2424.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +578,gplearn,True,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,268.0,22.0,191.0,1542.0,"Genetic Programming in Python, with a scikit-learn inspired API.",10.0,20,2022-05-03 10:56:08,0.4.2,1.0,,,gplearn,,,,['sklearn'],563.0,563.0,https://pypi.org/project/gplearn,6419.0,6419.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +579,ThunderSVM,True,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,207.0,78.0,149.0,1539.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,37.0,20,2019-11-17 09:36:51,0.3.4,5.0,,912.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,809.0,840.0,,,,,,,,3.0,2794.0,,,,,,,,,,,,,,, +580,Pytorch Toolbelt,True,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,116.0,4.0,29.0,1487.0,PyTorch extensions for fast R&D prototyping and Kaggle..,7.0,20,2023-08-19 14:26:10,0.7.0,29.0,,1160.0,pytorch_toolbelt,,,,['pytorch'],,,https://pypi.org/project/pytorch_toolbelt,7894.0,7894.0,,,,,,,,3.0,17.0,,,,,,,,,,,,,,, +581,TFEncrypted,True,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,205.0,143.0,293.0,1193.0,A Framework for Encrypted Machine Learning in TensorFlow.,29.0,20,,,,,604.0,tf-encrypted,,,,['tensorflow'],66.0,66.0,https://pypi.org/project/tf-encrypted,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +582,luminol,True,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,215.0,26.0,12.0,1159.0,Anomaly Detection and Correlation library.,9.0,20,,,,,72.0,luminol,,,,,77.0,77.0,https://pypi.org/project/luminol,9261.0,9261.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +583,attention-ocr,True,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,249.0,26.0,127.0,1057.0,A Tensorflow model for text recognition (CNN + seq2seq with..,28.0,20,2020-10-12 06:56:40,0.7.6,2.0,,207.0,aocr,,,,['tensorflow'],28.0,28.0,https://pypi.org/project/aocr,299.0,299.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +584,TensorNets,True,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,184.0,16.0,42.0,1005.0,High level network definitions with pre-trained weights in..,6.0,20,2020-03-31 04:38:27,0.4.6,12.0,,284.0,tensornets,,,,['tensorflow'],79.0,79.0,https://pypi.org/project/tensornets,183.0,183.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +585,scikit-cuda,True,lebedov/scikit-cuda,,gpu-utilities,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,,2010-09-27 02:02:07.000,2023-10-15 05:57:46.000000,2023-10-15 05:57:46,174.0,53.0,170.0,970.0,Python interface to GPU-powered libraries.,44.0,20,2015-12-29 15:56:39,0.5.1,7.0,,1036.0,scikit-cuda,,,,,294.0,294.0,https://pypi.org/project/scikit-cuda,975.0,975.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +586,PyTorch Sparse,True,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,145.0,30.0,240.0,959.0,PyTorch Extension Library of Optimized Autograd Sparse..,45.0,20,2023-10-06 08:51:23,0.6.18,28.0,,732.0,torch-sparse,,,,['pytorch'],,,https://pypi.org/project/torch-sparse,25810.0,25810.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +587,pickleDB,True,patx/pickledb,,data-containers,https://github.com/patx/pickledb,https://github.com/patx/pickledb,BSD-3-Clause,2011-10-28 00:04:40.000,2023-05-14 06:17:52.000000,2023-04-19 03:40:46,123.0,18.0,42.0,877.0,pickleDB is an open source key-value store using Python's json..,15.0,20,,,,,109.0,pickledb,,,,,1855.0,1855.0,https://pypi.org/project/pickledb,24986.0,24986.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +588,torch-cluster,True,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,135.0,27.0,128.0,765.0,PyTorch Extension Library of Optimized Graph Cluster..,34.0,20,2023-10-12 06:54:28,1.6.3,32.0,,600.0,torch-cluster,,,,['pytorch'],,,https://pypi.org/project/torch-cluster,13617.0,13617.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +589,Objax,True,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,73.0,41.0,62.0,761.0,Objax is a machine learning framework that provides an Object..,26.0,20,2023-11-06 22:17:30,1.8.0,9.0,,463.0,objax,,,,['jax'],53.0,53.0,https://pypi.org/project/objax,651.0,651.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +590,pdpipe,True,pdpipe/pdpipe,,data-pipelines,https://github.com/pdpipe/pdpipe,https://github.com/pdpipe/pdpipe,MIT,2017-01-24 20:37:22.000,2023-03-27 17:52:21.000000,2022-12-24 17:10:19,44.0,15.0,38.0,715.0,Easy pipelines for pandas DataFrames.,11.0,20,2022-09-19 07:35:46,0.3.2,47.0,,440.0,pdpipe,,,,['pandas'],61.0,61.0,https://pypi.org/project/pdpipe,2439.0,2439.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +591,BioPandas,True,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,114.0,24.0,34.0,685.0,Working with molecular structures in pandas DataFrames.,15.0,20,2023-08-28 15:31:05,0.5.1de,17.0,BioPandas/biopandas,,biopandas,conda-forge/biopandas,,,['pandas'],246.0,246.0,https://pypi.org/project/biopandas,57703.0,59409.0,https://anaconda.org/conda-forge/biopandas,2023-06-16 13:21:19.340,151901.0,,,,,3.0,,,,,,,,,,,,,,,, +592,pivottablejs,True,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,87.0,23.0,41.0,672.0,Dragndrop Pivot Tables and Charts for Jupyter/IPython..,3.0,20,2018-01-15 18:11:51,0.9.0,8.0,,32.0,pivottablejs,,,,['jupyter'],430.0,430.0,https://pypi.org/project/pivottablejs,41260.0,41260.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +593,Torchbearer,True,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,66.0,10.0,237.0,633.0,torchbearer: A model fitting library for PyTorch.,14.0,20,2023-12-01 18:41:20,0.5.5,26.0,,442.0,torchbearer,,,,['pytorch'],87.0,87.0,https://pypi.org/project/torchbearer,783.0,783.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +594,HpBandSter,True,automl/HpBandSter,,hyperopt,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000,2022-10-16 06:18:34.000000,2022-04-22 06:33:31,111.0,56.0,35.0,604.0,a distributed Hyperband implementation on Steroids.,11.0,20,2019-07-30 12:47:43,1.0,1.0,,188.0,hpbandster,,,,,428.0,428.0,https://pypi.org/project/hpbandster,8898.0,8898.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +595,Neuraxle,True,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,56.0,4.0,313.0,597.0,A Sklearn-like Framework for Hyperparameter Tuning and AutoML in..,9.0,20,2022-08-16 19:54:29,0.8.1,27.0,,1877.0,neuraxle,,,,,60.0,60.0,https://pypi.org/project/neuraxle,317.0,317.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +596,recmetrics,True,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,96.0,10.0,15.0,559.0,A library of metrics for evaluating recommender systems.,20.0,20,2022-04-26 18:03:18,0.1.5,1.0,,297.0,recmetrics,,,,,51.0,51.0,https://pypi.org/project/recmetrics,18882.0,18882.0,,,,,,,,3.0,6.0,,,,,,,,,,,,,,, +597,tick,True,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,99.0,71.0,173.0,471.0,"Module for statistical learning, with a particular emphasis on time-..",19.0,20,2019-09-11 11:25:15,0.6,5.0,,419.0,tick,,,,,75.0,75.0,https://pypi.org/project/tick,1552.0,1555.0,,,,,,,,3.0,307.0,,,,,,,,,,,,,,, +598,optunity,True,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,78.0,48.0,49.0,414.0,optimization routines for hyperparameter tuning.,9.0,20,2015-09-30 04:59:38,1.1.1,3.0,,782.0,optunity,,,,,118.0,118.0,https://pypi.org/project/optunity,4352.0,4352.0,,,,,,,,3.0,93.0,,,,,,,,,,,,,,, +599,messytables,True,okfn/messytables,,data-loading,https://github.com/okfn/messytables,https://github.com/okfn/messytables,,2011-07-27 18:08:21.000,2023-05-22 21:34:25.000000,2019-11-13 07:35:33,103.0,35.0,55.0,390.0,Tools for parsing messy tabular data. This is now superseded by..,44.0,20,2016-09-29 14:15:14,0.15.1,1.0,,601.0,messytables,,,,,299.0,299.0,https://pypi.org/project/messytables,11979.0,11979.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +600,Studio.ml,True,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,50.0,57.0,195.0,381.0,Studio: Simplify and expedite model building process.,24.0,20,2020-02-19 22:50:45,0.0.15,4.0,,2412.0,studioml,,,,,5.0,5.0,https://pypi.org/project/studioml,1323.0,1323.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +601,SUOD,True,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:48:55.000000,2024-02-08 01:48:49,47.0,9.0,3.0,373.0,(MLSys' 21) An Acceleration System for Large-scare Unsupervised..,3.0,20,,,,,168.0,suod,,,,,512.0,512.0,https://pypi.org/project/suod,13897.0,13897.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +602,vega,True,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,62.0,11.0,91.0,370.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,15.0,20,2023-07-18 13:09:18,4.0.0,28.0,,660.0,vega,conda-forge/vega,,,['jupyter'],4.0,4.0,https://pypi.org/project/vega,16714.0,22906.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,588291.0,,,,,3.0,,,,,,,,,,,,,,,, +603,fairness-indicators,True,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:09:50.000000,2024-04-26 20:31:49,76.0,6.0,9.0,332.0,Tensorflow's Fairness Evaluation and Visualization..,36.0,20,2024-04-26 21:09:50,0.46.0,24.0,,327.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,1428.0,1428.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +604,Orion,True,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,49.0,193.0,204.0,281.0,Asynchronous Distributed Hyperparameter Optimization.,32.0,20,2023-03-02 21:02:52,0.2.7,26.0,,4006.0,orion,,,,,103.0,103.0,https://pypi.org/project/orion,2164.0,2164.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +605,pyfasttext,True,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,31.0,20.0,29.0,227.0,Yet another Python binding for fastText.,4.0,20,2018-12-08 15:02:54,0.4.6,12.0,,153.0,pyfasttext,,,,,426.0,426.0,https://pypi.org/project/pyfasttext,1155.0,1159.0,,,,,,,,3.0,380.0,,,,,,,,,,,,,,, +606,BatchFlow,True,analysiscenter/batchflow,,data-pipelines,https://github.com/analysiscenter/batchflow,https://github.com/analysiscenter/batchflow,Apache-2.0,2017-03-13 14:22:53.000,2024-04-12 02:05:58.000000,2024-01-18 11:58:13,44.0,28.0,80.0,196.0,BatchFlow helps you conveniently work with random or sequential..,37.0,20,2023-08-01 10:50:17,0.8.7,20.0,,5466.0,batchflow,,,,,9.0,9.0,https://pypi.org/project/batchflow,166.0,166.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +607,DE⫶TR,True,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,2247.0,240.0,286.0,12918.0,End-to-End Object Detection with Transformers.,27.0,19,2020-06-29 16:41:01,0.2,1.0,,42.0,,,,,['pytorch'],21.0,21.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +608,PaddleDetection,True,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,2794.0,1185.0,4131.0,12162.0,Object detection and instance segmentation toolkit..,159.0,19,2023-10-19 03:47:18,2.7.0,9.0,,,,,,,['paddle'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +609,Dejavu,True,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,1347.0,104.0,136.0,6324.0,Audio fingerprinting and recognition in Python.,23.0,19,,,,,146.0,PyDejavu,,,,,21.0,21.0,https://pypi.org/project/PyDejavu,122.0,122.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +610,MMLSpark,True,Azure/mmlspark,,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,794.0,309.0,399.0,4981.0,Microsoft Machine Learning for Apache Spark.,118.0,19,2024-04-10 19:16:17,1.0.4-spark3.5,48.0,microsoft/SynapseML,1602.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +611,Crypto Signals,True,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,1157.0,58.0,211.0,4737.0,Github.com/CryptoSignal - #1 Quant Trading & Technical..,28.0,19,,,,,565.0,,,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,,,,,,,,,,,,,,,, +612,Lucid,True,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,613.0,76.0,101.0,4615.0,A collection of infrastructure and tools for research in neural..,40.0,19,2021-03-19 15:59:35,0.3.10,15.0,,667.0,lucid,,,,['tensorflow'],,,https://pypi.org/project/lucid,547.0,547.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +613,tf-quant-finance,True,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,537.0,26.0,28.0,4311.0,High-performance TensorFlow library for quantitative..,47.0,19,,,4.0,,956.0,tf-quant-finance,,,,['tensorflow'],,,https://pypi.org/project/tf-quant-finance,768.0,768.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +614,neon,True,NervanaSystems/neon,,ml-frameworks,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000,2020-12-23 01:21:42.000000,2019-05-22 18:27:54,798.0,83.0,306.0,3870.0,Intel Nervana reference deep learning framework committed to best..,108.0,19,2018-01-05 21:36:23,2.6.0,32.0,,1118.0,nervananeon,,,,,,,https://pypi.org/project/nervananeon,120.0,123.0,,,,,,,,3.0,384.0,,,,,,,,,,,,,,, +615,Camelot,True,atlanhq/camelot,,data-loading,https://github.com/atlanhq/camelot,https://github.com/atlanhq/camelot,,2016-06-18 11:48:49.000,2023-01-05 15:25:42.000000,2019-10-15 05:25:40,346.0,100.0,279.0,3575.0,Camelot: PDF Table Extraction for Humans.,24.0,19,2019-01-17 04:21:43,0.7.2,1.0,,446.0,camelot-py,,,,,,,https://pypi.org/project/camelot-py,300323.0,300323.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +616,PARL,True,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,804.0,113.0,399.0,3198.0,A high-performance distributed training framework for Reinforcement..,44.0,19,2023-03-10 09:21:02,2.2,9.0,,1.0,parl,,,,['paddle'],124.0,124.0,https://pypi.org/project/parl,920.0,920.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +617,TRFL,True,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,381.0,4.0,16.0,3141.0,TensorFlow Reinforcement Learning.,13.0,19,,,,google-deepmind/trfl,123.0,trfl,,,,['tensorflow'],146.0,146.0,https://pypi.org/project/trfl,1478.0,1478.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +618,NLP Architect,True,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,435.0,14.0,112.0,2930.0,A model library for exploring state-of-the-art deep learning..,38.0,19,2020-11-17 12:32:37,0.5.5.1,13.0,,957.0,nlp-architect,,,,,9.0,9.0,https://pypi.org/project/nlp-architect,252.0,252.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +619,ipyparallel,True,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,973.0,56.0,300.0,2555.0,Interactive Parallel Computing in Python.,113.0,19,,,30.0,,,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],,,https://pypi.org/project/ipyparallel,488071.0,511461.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,1005785.0,,,,,3.0,,,,,,,,,,,,,,,, +620,Kashgari,True,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,439.0,27.0,350.0,2378.0,Kashgari is a production-level NLP Transfer learning framework..,21.0,19,2021-07-04 10:44:36,2.0.2,24.0,,,kashgari-tf,,,,['tensorflow'],63.0,63.0,https://pypi.org/project/kashgari-tf,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +621,sklearn-contrib-lightning,True,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,191.0,49.0,42.0,1707.0,"Large-scale linear classification, regression and..",17.0,19,2022-01-30 01:10:13,0.6.2.post0,4.0,,743.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],152.0,152.0,https://pypi.org/project/sklearn-contrib-lightning,3196.0,5436.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2023-06-16 13:18:02.734,209520.0,,,,,3.0,422.0,,,,,,,,,,,,,,, +622,Lambda Networks,True,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,157.0,13.0,15.0,1534.0,"Implementation of LambdaNetworks, a new approach to..",3.0,19,2020-11-18 08:18:54,0.4.0,11.0,,,lambda-networks,,,,['pytorch'],27.0,27.0,https://pypi.org/project/lambda-networks,2407.0,2407.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +623,anaGo,True,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,356.0,37.0,72.0,1478.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-..",11.0,19,2018-06-03 13:51:56,1.0.0,5.0,,298.0,anago,,,,['tensorflow'],32.0,32.0,https://pypi.org/project/anago,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +624,MLBox,True,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,272.0,22.0,75.0,1477.0,MLBox is a powerful Automated Machine Learning python library.,9.0,19,2019-08-25 22:46:42,0.8.1,7.0,,1121.0,mlbox,,,,,35.0,35.0,https://pypi.org/project/mlbox,444.0,444.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +625,Optimus,True,ironmussa/Optimus,,data-pipelines,https://github.com/hi-primus/optimus,https://github.com/hi-primus/optimus,Apache-2.0,2017-07-13 02:31:18.000,2024-05-06 14:09:25.000000,2023-05-19 04:32:00,229.0,9.0,209.0,1447.0,"Agile Data Preparation Workflows madeeasy with pandas, dask,..",24.0,19,2020-07-19 03:05:40,2.2.32,87.0,hi-primus/optimus,1.0,optimuspyspark,,,,['spark'],,,https://pypi.org/project/optimuspyspark,11600.0,11600.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +626,advertorch,True,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,188.0,22.0,36.0,1275.0,A Toolbox for Adversarial Robustness Research.,21.0,19,,,,,309.0,advertorch,,,,['pytorch'],160.0,160.0,https://pypi.org/project/advertorch,721.0,721.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +627,sklearn-porter,True,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,161.0,36.0,34.0,1273.0,"Transpile trained scikit-learn estimators to C, Java,..",12.0,19,2019-01-20 13:14:03,0.7.2,15.0,,,sklearn-porter,,,,['sklearn'],61.0,61.0,https://pypi.org/project/sklearn-porter,791.0,791.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +628,Madmom,True,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,197.0,51.0,212.0,1245.0,Python audio and music signal processing library.,20.0,19,2018-11-14 14:57:41,0.16.1,10.0,,,madmom,,,,,421.0,421.0,https://pypi.org/project/madmom,1869.0,1869.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +629,Singer,True,singer-io/getting-started,,data-loading,https://github.com/singer-io/getting-started,https://github.com/singer-io/getting-started,AGPL-3.0,2016-10-31 16:53:56.000,2023-03-15 13:43:36.000000,2021-04-29 14:20:17,145.0,20.0,19.0,1230.0,"Standard for moving data between databases, web APIs, files, queues, and just about anything else you can think of.",27.0,19,,,,,188.0,singer-python,,,,,,,https://pypi.org/project/singer-python,653759.0,653759.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +630,Sockeye,True,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,309.0,7.0,300.0,1207.0,Sequence-to-sequence framework with a focus on Neural Machine..,60.0,19,2023-03-03 07:44:13,3.1.34,76.0,,,sockeye,,,,['mxnet'],,,https://pypi.org/project/sockeye,1671.0,1671.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,, +631,Saliency,True,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,180.0,10.0,27.0,933.0,Framework-agnostic implementation for state-of-the-art saliency..,18.0,19,,,,,85.0,saliency,,,,['tensorflow'],84.0,84.0,https://pypi.org/project/saliency,5530.0,5530.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +632,What-If Tool,True,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,162.0,67.0,56.0,887.0,Source code/webpage/demos for the What-If Tool.,20.0,19,2021-10-12 17:36:36,1.8.1,3.0,,330.0,witwidget,,,,,2.0,2.0,https://pypi.org/project/witwidget,5290.0,6530.0,,,,,,,,3.0,,,wit-widget,https://www.npmjs.com/package/wit-widget,1240.0,,,,,,,,,,, +633,mrq,True,pricingassistant/mrq,,data-pipelines,https://github.com/pricingassistant/mrq,https://github.com/pricingassistant/mrq,MIT,2014-02-13 09:32:40.000,2023-06-13 19:16:57.000000,2020-12-13 18:58:15,117.0,52.0,120.0,876.0,Mr. Queue - A distributed worker task queue in Python using Redis & gevent.,40.0,19,2018-08-31 13:59:56,0.9.10,5.0,,709.0,mrq,,,,,32.0,32.0,https://pypi.org/project/mrq,437.0,437.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +634,Guild AI,True,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,84.0,220.0,218.0,859.0,"Experiment tracking, ML developer tools.",29.0,19,2022-05-11 01:13:36,0.8.1,2.0,,,guildai,,,,,96.0,96.0,https://pypi.org/project/guildai,1618.0,1618.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,, +635,deeplift,True,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,159.0,40.0,49.0,798.0,Public facing deeplift repo.,11.0,19,,,21.0,,553.0,deeplift,,,,,91.0,91.0,https://pypi.org/project/deeplift,562.0,562.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +636,sklearn-deap,True,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,126.0,18.0,34.0,762.0,Use evolutionary algorithms instead of gridsearch in..,23.0,19,2021-07-30 15:07:28,0.3.0,14.0,,104.0,sklearn-deap,,,,['sklearn'],44.0,44.0,https://pypi.org/project/sklearn-deap,813.0,813.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +637,gmaps,True,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,145.0,74.0,137.0,759.0,Google maps for Jupyter notebooks.,16.0,19,2016-01-02 19:06:03,0.2,20.0,,1380.0,gmaps,conda-forge/gmaps,,,['jupyter'],4.0,4.0,https://pypi.org/project/gmaps,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,803.0,,,,,,,,,,, +638,TensorFrames,True,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,158.0,49.0,43.0,751.0,[DEPRECATED] Tensorflow wrapper for DataFrames on..,16.0,19,2018-11-16 20:50:02,0.6.0,6.0,,221.0,tensorframes,,,,"['tensorflow', 'spark']",,,https://pypi.org/project/tensorframes,11134.0,11134.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +639,TreeInterpreter,True,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,138.0,20.0,5.0,737.0,Package for interpreting scikit-learn's decision tree..,11.0,19,,,,,37.0,treeinterpreter,,,,['sklearn'],622.0,622.0,https://pypi.org/project/treeinterpreter,46127.0,46127.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +640,tensorflow-upstream,True,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,89.0,86.0,286.0,679.0,TensorFlow ROCm port.,4620.0,19,2019-10-11 17:16:09,2.0.0-rocm,2.0,ROCm/tensorflow-upstream,,tensorflow-rocm,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-rocm,5287.0,5287.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,, +641,combo,True,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,106.0,13.0,3.0,633.0,(AAAI' 20) A Python Toolbox for Machine Learning Model..,2.0,19,2020-02-19 02:11:55,V0.1.0,1.0,,210.0,combo,,,,"['sklearn', 'xgboost']",623.0,623.0,https://pypi.org/project/combo,19134.0,19134.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +642,TensorBoard Logger,True,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,53.0,9.0,15.0,631.0,Log TensorBoard events without touching TensorFlow.,5.0,19,,,,,46.0,tensorboard_logger,,,,,193.0,193.0,https://pypi.org/project/tensorboard_logger,15344.0,15344.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +643,skope-rules,True,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,95.0,29.0,6.0,591.0,machine learning with logical rules in Python.,19.0,19,2020-12-11 09:37:02,1.0.1,1.0,,249.0,skope-rules,,,,['sklearn'],381.0,381.0,https://pypi.org/project/skope-rules,22489.0,22489.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +644,PyWaffle,True,gyli/PyWaffle,,data-viz,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000,2022-06-08 03:46:06.000000,2022-06-08 03:46:02,103.0,5.0,16.0,574.0,Make Waffle Charts in Python.,6.0,19,,,,,305.0,pywaffle,,,,,358.0,358.0,https://pypi.org/project/pywaffle,7408.0,7408.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +645,Poutyne,True,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,62.0,8.0,48.0,560.0,A simplified framework and utilities for PyTorch.,20.0,19,2023-07-09 16:15:44,1.17.1,37.0,,767.0,poutyne,,,,['pytorch'],135.0,135.0,https://pypi.org/project/poutyne,4548.0,4548.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +646,scikit-tda,True,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-30 13:25:33.000000,2024-03-30 13:25:33,51.0,12.0,10.0,495.0,Topological Data Analysis for Python.,6.0,19,2024-03-17 19:09:40,1.1.0,5.0,,69.0,scikit-tda,,,,['sklearn'],55.0,55.0,https://pypi.org/project/scikit-tda,3122.0,3122.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +647,DESlib,True,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,80.0,15.0,138.0,473.0,A Python library for dynamic classifier and ensemble selection.,17.0,19,,,,,282.0,deslib,,,,['sklearn'],47.0,47.0,https://pypi.org/project/deslib,1309.0,1309.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +648,elegy,True,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,32.0,39.0,66.0,465.0,Elegy is a framework-agnostic Trainer interface for the Jax..,18.0,19,2022-03-23 21:47:54,0.8.6,21.0,,339.0,elegy,,,,"['tensorflow', 'jax']",48.0,48.0,https://pypi.org/project/elegy,456.0,456.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +649,Julius,True,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,27.0,2.0,9.0,405.0,Fast PyTorch based DSP for audio and 1D signals.,2.0,19,,,,,,julius,,,,['pytorch'],1371.0,1371.0,https://pypi.org/project/julius,206765.0,206765.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +650,animatplot,True,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,38.0,15.0,17.0,405.0,A python package for animating plots build on matplotlib.,7.0,19,2019-03-05 21:32:47,0.4.1,7.0,,178.0,animatplot,conda-forge/animatplot,,,,58.0,58.0,https://pypi.org/project/animatplot,206.0,415.0,https://anaconda.org/conda-forge/animatplot,2023-06-16 16:14:07.121,13208.0,,,,,3.0,,,,,,,,,,,,,,,, +651,impyute,True,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,48.0,28.0,37.0,349.0,Data imputations library to preprocess datasets with missing data.,11.0,19,,,,,292.0,impyute,,,,,231.0,231.0,https://pypi.org/project/impyute,4350.0,4350.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +652,datatest,True,shawnbrown/datatest,,data-loading,https://github.com/shawnbrown/datatest,https://github.com/shawnbrown/datatest,,2016-05-12 13:16:27.000,2021-12-05 17:44:33.000000,2021-12-05 17:44:33,15.0,14.0,43.0,289.0,Tools for test driven data-wrangling and data validation.,7.0,19,2021-01-04 03:43:58,0.11.1,16.0,,2173.0,datatest,,,,,175.0,175.0,https://pypi.org/project/datatest,23019.0,23019.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +653,sk-dist,True,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,52.0,8.0,10.0,286.0,Distributed scikit-learn meta-estimators in PySpark.,8.0,19,,,,,60.0,sk-dist,,,,"['sklearn', 'spark']",16.0,16.0,https://pypi.org/project/sk-dist,434092.0,434092.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +654,Glow,True,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,104.0,31.0,124.0,259.0,An open-source toolkit for large-scale genomic analysis.,27.0,19,2024-03-12 01:16:02,2.0.0,16.0,,,glow.py,,,,,,,https://pypi.org/project/glow.py,37667.0,37667.0,,,,,,,,3.0,46.0,,,,,,,,,,,,,,, +655,Funsor,True,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,20.0,69.0,76.0,234.0,Functional tensors for probabilistic programming.,11.0,19,2023-08-31 18:37:22,0.4.6,12.0,,577.0,funsor,,,,['pytorch'],67.0,67.0,https://pypi.org/project/funsor,4306.0,4306.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +656,fletcher,True,xhochy/fletcher,,data-containers,https://github.com/xhochy/fletcher,https://github.com/xhochy/fletcher,MIT,2018-03-04 16:44:22.000,2023-06-16 16:09:03.368000,2023-02-22 15:16:59,31.0,,74.0,228.0,Pandas ExtensionDType/Array backed by Apache Arrow.,24.0,19,2021-01-17 20:04:41,0.7.2,14.0,,522.0,fletcher,conda-forge/fletcher,,,['pandas'],6.0,6.0,https://pypi.org/project/fletcher,289.0,1252.0,https://anaconda.org/conda-forge/fletcher,2023-06-16 16:09:03.368,67431.0,,,,,3.0,21.0,,,,,,,,,,,,,,, +657,PyText,True,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,788.0,61.0,74.0,6347.0,A natural language modeling framework based on PyTorch.,234.0,18,2020-06-08 23:30:58,0.3.3,9.0,,,pytext-nlp,,,,['pytorch'],21.0,21.0,https://pypi.org/project/pytext-nlp,161.0,166.0,,,,,,,,3.0,358.0,,,,,,,,,,,,,,, +658,T5,True,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,739.0,60.0,345.0,5926.0,Code for the paper Exploring the Limits of Transfer Learning with a..,58.0,18,2020-04-03 19:06:25,0.4.0,1.0,,,t5,,,,['tensorflow'],,,https://pypi.org/project/t5,39880.0,39880.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +659,graph-nets,True,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,771.0,8.0,122.0,5327.0,Build Graph Nets in Tensorflow.,11.0,18,,,,google-deepmind/graph_nets,48.0,graph-nets,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/graph-nets,1153.0,1153.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +660,Backtesting.py,True,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,933.0,132.0,351.0,4891.0,Backtest trading strategies in Python.,19.0,18,,,,,279.0,backtesting,,,,,,,https://pypi.org/project/backtesting,14066.0,14066.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +661,ReAgent,True,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,502.0,34.0,75.0,3525.0,"A platform for Reasoning systems (Reinforcement Learning,..",166.0,18,,,,,1339.0,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +662,TensorWatch,True,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,350.0,52.0,17.0,3387.0,"Debugging, monitoring and visualization for Python Machine Learning..",15.0,18,,,,,119.0,tensorwatch,,,,,145.0,145.0,https://pypi.org/project/tensorwatch,945.0,945.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +663,gpt-2-simple,True,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,654.0,162.0,101.0,3383.0,Python package to easily retrain OpenAI's GPT-2 text-..,21.0,18,2021-10-18 02:38:39,0.8.1,17.0,,149.0,gpt-2-simple,,,,['tensorflow'],,,https://pypi.org/project/gpt-2-simple,3290.0,3299.0,,,,,,,,3.0,562.0,,,,,,,,,,,,,,, +664,StreamAlert,True,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,327.0,84.0,263.0,2825.0,"StreamAlert is a serverless, realtime data analysis framework..",33.0,18,2021-11-04 19:07:51,3.5.0,28.0,,1904.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +665,Coach,True,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,454.0,81.0,183.0,2310.0,Reinforcement Learning Coach by Intel AI Lab enables easy..,38.0,18,2019-07-24 13:14:28,1.0.0,9.0,,524.0,rl_coach,,,,,,,https://pypi.org/project/rl_coach,95.0,95.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +666,Multicore-TSNE,True,DmitryUlyanov/Multicore-TSNE,,data-viz,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,,2016-10-19 05:46:52.000,2024-02-06 10:59:55.000000,2024-02-06 10:59:47,201.0,39.0,24.0,1854.0,Parallel t-SNE implementation with Python and Torch..,18.0,18,,,1.0,,125.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],449.0,449.0,https://pypi.org/project/MulticoreTSNE,2418.0,3361.0,https://anaconda.org/conda-forge/multicore-tsne,2023-10-11 19:12:48.654,34906.0,,,,,3.0,,,,,,,,,,,,,,,, +667,fast-bert,True,kaushaltrivedi/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,336.0,157.0,95.0,1846.0,Super easy library for BERT based NLP models.,36.0,18,2020-07-09 12:05:40,1.8.0,5.0,utterworks/fast-bert,,fast-bert,,,,,,,https://pypi.org/project/fast-bert,1509.0,1509.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +668,cuGraph,True,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 13:59:42.000000,2024-05-15 23:44:28,289.0,281.0,1425.0,1585.0,cuGraph - RAPIDS Graph Analytics Library.,113.0,18,2024-04-10 21:01:45,24.04.00,35.0,,,cugraph,,,,,2.0,2.0,https://pypi.org/project/cugraph,239.0,239.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +669,CrypTen,True,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,264.0,55.0,195.0,1466.0,A framework for Privacy Preserving Machine Learning.,35.0,18,2020-04-21 13:59:37,0.1,1.0,,,crypten,,,,['pytorch'],36.0,36.0,https://pypi.org/project/crypten,323.0,323.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +670,DLTK,True,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,398.0,7.0,24.0,1421.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,18,,,,,379.0,dltk,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/dltk,164.0,164.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +671,DiCE,True,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,176.0,70.0,94.0,1280.0,Generate Diverse Counterfactual Explanations for any machine..,19.0,18,2023-10-26 11:36:48,0.11,12.0,,,dice-ml,,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/dice-ml,53692.0,53692.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +672,doc2text,True,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,95.0,13.0,9.0,1268.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module..,5.0,18,,,,,62.0,doc2text,,,,,142.0,142.0,https://pypi.org/project/doc2text,3192.0,3192.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +673,tensorrec,True,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,220.0,36.0,90.0,1262.0,A TensorFlow recommendation algorithm and framework in..,9.0,18,,,,,334.0,tensorrec,,,,['tensorflow'],34.0,34.0,https://pypi.org/project/tensorrec,395.0,395.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +674,NGT,True,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,109.0,16.0,116.0,1195.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-..,14.0,18,2024-05-13 01:50:26,2.2.2,82.0,,,ngt,,,,,,,https://pypi.org/project/ngt,6227.0,6227.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +675,fastFM,True,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,197.0,46.0,61.0,1068.0,fastFM: A Library for Factorization Machines.,20.0,18,2017-11-22 16:13:16,0.2.11,10.0,,297.0,fastfm,,,,,121.0,121.0,https://pypi.org/project/fastfm,540.0,545.0,,,,,,,,3.0,608.0,,,,,,,,,,,,,,, +676,AlphaPy,True,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,189.0,13.0,29.0,1061.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras,..",5.0,18,2020-08-29 18:48:20,2.5.0,11.0,,438.0,alphapy,,,,,4.0,4.0,https://pypi.org/project/alphapy,205.0,205.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +677,Performer Pytorch,True,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:33:32.000000,2022-02-02 20:33:18,139.0,41.0,43.0,1058.0,"An implementation of Performer, a linear attention-..",6.0,18,2022-02-02 20:33:33,1.1.4,80.0,,,performer-pytorch,,,,['pytorch'],127.0,127.0,https://pypi.org/project/performer-pytorch,4182.0,4182.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +678,ADTK,True,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,129.0,43.0,36.0,1031.0,A Python toolkit for rule-based/unsupervised anomaly detection in time..,11.0,18,2020-04-17 02:17:35,0.6.2,12.0,,78.0,adtk,,,,,,,https://pypi.org/project/adtk,254694.0,254694.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +679,calamari,True,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,210.0,64.0,206.0,1022.0,Line based ATR Engine based on OCRopy.,20.0,18,2023-08-18 11:26:46,1.0.6,35.0,,442.0,calamari_ocr,,,,,,,https://pypi.org/project/calamari_ocr,2129.0,2129.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +680,geoplotlib,True,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,2022-06-13 13:53:07.000000,2019-05-06 07:06:50,169.0,27.0,19.0,1019.0,python toolbox for visualizing geographical data and making maps.,8.0,18,,,,,159.0,geoplotlib,,,,,174.0,174.0,https://pypi.org/project/geoplotlib,801.0,801.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +681,SMAC3,True,automl/SMAC3,,hyperopt,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,,2016-08-17 10:58:05.000,2024-05-16 13:45:13.000000,2024-05-16 13:11:43,210.0,79.0,433.0,1016.0,Sequential Model-based Algorithm Configuration.,41.0,18,2024-05-16 13:20:06,2.1.0,43.0,,,smac,,,,,,,https://pypi.org/project/smac,55419.0,55419.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +682,Bounter,True,RaRe-Technologies/bounter,,data-containers,https://github.com/piskvorky/bounter,https://github.com/piskvorky/bounter,MIT,2017-07-18 07:24:15.000,2022-11-20 08:16:17.000000,2022-11-20 08:15:57,47.0,15.0,10.0,935.0,Efficient Counter that uses a limited (bounded) amount of memory..,9.0,18,2022-11-20 08:19:03,1.2.0,5.0,piskvorky/bounter,169.0,bounter,,,,,34.0,34.0,https://pypi.org/project/bounter,345.0,345.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +683,nude.py,True,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,132.0,8.0,4.0,924.0,Nudity detection with Python.,12.0,18,,,,,79.0,nudepy,,,,,3624.0,3624.0,https://pypi.org/project/nudepy,684.0,684.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +684,robustness,True,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,176.0,22.0,59.0,891.0,"A library for experimenting with, training and evaluating neural..",13.0,18,2020-12-01 06:11:12,1.2.1.post2,7.0,,145.0,robustness,,,,,174.0,174.0,https://pypi.org/project/robustness,456.0,456.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +685,PDPbox,True,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,130.0,28.0,39.0,825.0,python partial dependence plot toolbox.,7.0,18,2023-06-05 02:44:20,0.3.0,3.0,,228.0,pdpbox,conda-forge/pdpbox,,,,,,https://pypi.org/project/pdpbox,23043.0,23394.0,https://anaconda.org/conda-forge/pdpbox,2023-06-10 14:57:37.569,20374.0,,,,,3.0,,,,,,,,,,,,,,,, +686,LOFO,True,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,81.0,3.0,23.0,803.0,Leave One Feature Out Importance.,6.0,18,2024-01-16 09:15:43,0.3.4,1.0,,32.0,lofo-importance,,,,,28.0,28.0,https://pypi.org/project/lofo-importance,4037.0,4037.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +687,NearPy,True,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,148.0,25.0,39.0,758.0,Python framework for fast (approximated) nearest neighbour search in..,20.0,18,2016-09-27 13:04:44,1.0.0,1.0,,161.0,NearPy,,,,,106.0,106.0,https://pypi.org/project/NearPy,848.0,848.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +688,Caer,True,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,98.0,2.0,13.0,750.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",8.0,18,2021-10-06 07:29:20,2.0.3,13.0,,5078.0,caer,,,https://caer.rtfd.io,,,,https://pypi.org/project/caer,4536.0,4536.0,,,,,,,,3.0,30.0,,,,,,,,,,,,,,, +689,Tensor Sensor,True,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,2022-04-07 20:52:55.000000,2022-04-07 20:49:56,36.0,8.0,16.0,750.0,The goal of this library is to generate more helpful..,4.0,18,2021-12-11 21:24:11,1.0,15.0,,235.0,tensor-sensor,,,,['pytorch'],36.0,36.0,https://pypi.org/project/tensor-sensor,2384.0,2384.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +690,Test Tube,True,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,73.0,23.0,21.0,735.0,Python library to easily log experiments and parallelize..,16.0,18,2019-06-29 19:21:43,0.64,3.0,,642.0,test_tube,,,,,,,https://pypi.org/project/test_tube,60822.0,60822.0,,,,,,,,3.0,19.0,,,,,,,,,,,,,,, +691,Auto TS,True,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:21.000000,2024-05-05 11:51:05,108.0,,87.0,675.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost..",13.0,18,,,2.0,,300.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,8342.0,8342.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +692,tinytag,True,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,99.0,6.0,106.0,667.0,"Read music meta data and length of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA and..",26.0,18,,,,,549.0,tinytag,,,,,,,https://pypi.org/project/tinytag,28533.0,28533.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +693,tcav,True,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,143.0,9.0,55.0,617.0,Code for the TCAV ML interpretability project.,19.0,18,2018-11-21 15:34:40,0.2,2.0,,171.0,tcav,,,,['tensorflow'],20.0,20.0,https://pypi.org/project/tcav,551.0,551.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +694,seglearn,True,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,63.0,5.0,24.0,564.0,Python module for machine learning time series:.,14.0,18,,,,,283.0,seglearn,,,,,47.0,47.0,https://pypi.org/project/seglearn,1683.0,1683.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +695,N2,True,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,72.0,13.0,22.0,564.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast..,20.0,18,2020-10-16 03:43:47,0.1.7,4.0,,242.0,n2,,,,,31.0,31.0,https://pypi.org/project/n2,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +696,featurewiz,True,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,85.0,,91.0,552.0,Use advanced feature engineering strategies and select the..,18.0,18,,,,,,featurewiz,,,,,67.0,67.0,https://pypi.org/project/featurewiz,8280.0,8280.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +697,Auto Tune Models,True,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,139.0,18.0,71.0,523.0,"Auto Tune Models - A multi-tenant, multi-data system for..",17.0,18,2019-07-30 09:28:26,0.2.2,6.0,,775.0,atm,,,,,19.0,19.0,https://pypi.org/project/atm,169.0,169.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +698,Auto ViML,True,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:07.000000,2024-05-11 10:43:02,98.0,,33.0,497.0,Automatically Build Multiple ML Models with a Single Line of Code...,9.0,18,,,,,331.0,autoviml,,,,,25.0,25.0,https://pypi.org/project/autoviml,2457.0,2457.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +699,pydlm,True,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,95.0,36.0,12.0,468.0,A python library for Bayesian time series modeling.,6.0,18,2023-05-07 06:30:08,0.1.1.12,1.0,,372.0,pydlm,,,,,33.0,33.0,https://pypi.org/project/pydlm,21891.0,21891.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +700,Case Recommender,True,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,91.0,5.0,20.0,457.0,Case Recommender: A Flexible and Extensible Python..,11.0,18,2021-11-25 23:10:34,1.1.1,2.0,,204.0,caserecommender,,,,['sklearn'],12.0,12.0,https://pypi.org/project/caserecommender,215.0,215.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +701,model-card-toolkit,True,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,83.0,8.0,23.0,402.0,a tool that leverages rich metadata and lineage..,22.0,18,2023-04-03 17:58:08,2.0.0,9.0,,,model-card-toolkit,,,,,23.0,23.0,https://pypi.org/project/model-card-toolkit,1553.0,1553.0,,,,,,,,3.0,18.0,,,,,,,,,,,,,,, +702,NIPY,True,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,138.0,30.0,136.0,373.0,Neuroimaging in Python FMRI analysis package.,69.0,18,,,2.0,,,nipy,conda-forge/nipy,,,,224.0,224.0,https://pypi.org/project/nipy,2168.0,3492.0,https://anaconda.org/conda-forge/nipy,2023-06-16 13:21:17.395,108576.0,,,,,3.0,,,,,,,,,,,,,,,, +703,Camphr,True,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,17.0,2.0,26.0,340.0,"spaCy plugin for Transformers , Udify, ELmo, etc.",7.0,18,2020-08-21 04:45:06,0.7.0,21.0,,1404.0,camphr,,,,['spacy'],13.0,13.0,https://pypi.org/project/camphr,333.0,333.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +704,Sherpa,True,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,52.0,17.0,41.0,329.0,"Hyperparameter optimization that enables researchers to experiment,..",43.0,18,2020-07-31 05:29:09,1.0.7,4.0,,823.0,parameter-sherpa,,,,,36.0,36.0,https://pypi.org/project/parameter-sherpa,213.0,213.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +705,ivis,True,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,43.0,4.0,56.0,319.0,Dimensionality reduction in very large datasets using Siamese..,10.0,18,2023-01-11 12:25:50,2.09,35.0,,634.0,ivis,,,,['tensorflow'],31.0,31.0,https://pypi.org/project/ivis,1549.0,1549.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +706,DeepGraph,True,deepgraph/deepgraph,,graph,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,,2015-10-27 12:28:45.000,2024-03-27 12:25:36.647000,2024-03-27 08:46:27,40.0,9.0,8.0,282.0,Analyze Data with Pandas-based Networks. Documentation:.,3.0,18,2024-03-26 14:42:33,0.2.4,13.0,,190.0,deepgraph,conda-forge/deepgraph,,,['pandas'],9.0,9.0,https://pypi.org/project/deepgraph,782.0,5001.0,https://anaconda.org/conda-forge/deepgraph,2024-03-27 12:25:36.647,181454.0,,,,,3.0,,,,,,,,,,,,,,,, +707,pysparkling,True,svenkreiss/pysparkling,,data-pipelines,https://github.com/svenkreiss/pysparkling,https://github.com/svenkreiss/pysparkling,,2015-05-09 19:23:20.000,2022-11-13 18:39:51.000000,2022-11-13 18:39:01,41.0,7.0,21.0,260.0,A pure Python implementation of Apache Spark's RDD and DStream..,10.0,18,2022-11-13 18:39:51,0.6.2,27.0,,,pysparkling,,,,,209.0,209.0,https://pypi.org/project/pysparkling,12241.0,12241.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +708,skggm,True,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,43.0,30.0,47.0,235.0,Scikit-learn compatible estimation of general graphical models.,7.0,18,2018-09-12 01:11:31,0.2.8,6.0,,691.0,skggm,,,,['sklearn'],14.0,14.0,https://pypi.org/project/skggm,54.0,54.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +709,DALI,True,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 13:52:41.000000,2024-05-16 09:03:13,593.0,178.0,1375.0,4931.0,A GPU-accelerated library containing highly optimized building blocks..,91.0,17,2024-05-07 16:55:22,1.37.1,78.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +710,Spotlight,True,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,412.0,62.0,48.0,2945.0,Deep recommender models using PyTorch.,11.0,17,2019-09-08 10:19:53,0.1.6,7.0,,299.0,,maciejkula/spotlight,,,['pytorch'],,,,,102.0,https://anaconda.org/maciejkula/spotlight,2023-06-16 13:22:46.522,8543.0,,,,,3.0,,,,,,,,,,,,,,,, +711,image-match,True,EdjoLabs/image-match,,image,https://github.com/rhsimplex/image-match,https://github.com/rhsimplex/image-match,,2016-03-08 18:16:45.000,2022-12-06 11:29:04.000000,2022-12-06 11:29:04,391.0,55.0,48.0,2917.0,Quickly search over billions of images.,19.0,17,2017-02-06 08:12:01,1.1.2,10.0,rhsimplex/image-match,406.0,image_match,,,,,,,https://pypi.org/project/image_match,1838.0,1838.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +712,DeepWalk,True,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,821.0,31.0,80.0,2650.0,DeepWalk - Deep Learning for Graphs.,10.0,17,2014-11-19 19:20:33,1.0.2,1.0,,46.0,deepwalk,,,,,69.0,69.0,https://pypi.org/project/deepwalk,663.0,663.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +713,spark-deep-learning,True,databricks/spark-deep-learning,,data-pipelines,https://github.com/databricks/spark-deep-learning,https://github.com/databricks/spark-deep-learning,Apache-2.0,2017-05-31 17:30:28.000,2023-03-30 20:19:05.000000,2022-03-21 17:12:16,457.0,78.0,27.0,1988.0,Deep Learning Pipelines for Apache Spark.,17.0,17,2020-01-08 19:50:31,1.6.0,9.0,,138.0,,,,,['spark'],42.0,42.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +714,TNT,True,pytorch/tnt,,ml-experiments,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,,2016-12-10 11:49:58.000,2024-05-15 17:39:12.000000,2024-05-15 17:28:54,259.0,3.0,65.0,1630.0,"Simple tools for logging and visualizing, loading and training.",127.0,17,,,,,928.0,torchnet,,,,['pytorch'],,,https://pypi.org/project/torchnet,6892.0,6892.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +715,Classy Vision,True,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,276.0,13.0,64.0,1583.0,An end-to-end PyTorch framework for image and video..,77.0,17,2023-03-21 05:24:19,0.7.0,7.0,,,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,608.0,987.0,https://anaconda.org/conda-forge/classy_vision,2023-06-16 19:17:34.578,19757.0,,,,,3.0,,,,,,,,,,,,,,,, +716,Xcessiv,True,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,105.0,21.0,13.0,1267.0,"A web-based application for quick, scalable, and automated..",6.0,17,2017-08-21 00:53:25,0.5.1,20.0,,316.0,xcessiv,,,,,1.0,1.0,https://pypi.org/project/xcessiv,200.0,200.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +717,XAI,True,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,156.0,4.0,7.0,1066.0,XAI - An eXplainability toolbox for machine learning.,3.0,17,2021-10-30 06:35:19,0.1.0,1.0,,91.0,xai,,,,,27.0,27.0,https://pypi.org/project/xai,310.0,310.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +718,CellProfiler,True,CellProfiler/CellProfiler,,image,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,,2011-04-05 12:10:12.000,2024-05-09 07:59:27.000000,2024-05-01 00:09:23,357.0,299.0,2961.0,864.0,An open-source application for biological image analysis.,143.0,17,2023-08-14 19:59:48,4.2.6,48.0,,,cellprofiler,,,,,20.0,20.0,https://pypi.org/project/cellprofiler,656.0,711.0,,,,,,,,3.0,6868.0,,,,,,,,,,,,,,, +719,pytorch2keras,True,nerox8664/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,143.0,58.0,69.0,849.0,PyTorch to Keras model convertor.,13.0,17,,,1.0,gmalivenko/pytorch2keras,282.0,pytorch2keras,,,,,98.0,98.0,https://pypi.org/project/pytorch2keras,410.0,410.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +720,SKLL,True,EducationalTestingService/skll,,ml-experiments,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,,2013-08-02 14:31:46.000,2024-03-08 20:03:18.000000,2024-03-08 20:01:01,67.0,21.0,395.0,551.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine..,37.0,17,2024-03-08 20:13:23,5.0.1,71.0,,,skll,,,,['sklearn'],41.0,41.0,https://pypi.org/project/skll,589.0,589.0,,,,,,,,3.0,13.0,,,,,,,,,,,,,,, +721,pyhsmm,True,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,166.0,38.0,60.0,544.0,Bayesian inference in HSMMs and HMMs.,13.0,17,,,,,1426.0,pyhsmm,,,,,29.0,29.0,https://pypi.org/project/pyhsmm,132.0,132.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +722,DeepMatcher,True,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,121.0,67.0,24.0,542.0,Python package for performing Entity and Text Matching using..,7.0,17,,,,,176.0,deepmatcher,,,,,28.0,28.0,https://pypi.org/project/deepmatcher,2725.0,2725.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +723,ExplainX.ai,True,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,53.0,2.0,29.0,393.0,Explainable AI framework for data scientists. Explain & debug any..,5.0,17,2021-02-07 11:06:21,2.407,21.0,,191.0,explainx,,,,,,,https://pypi.org/project/explainx,1426.0,1426.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,, +724,somoclu,True,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,67.0,30.0,113.0,263.0,Massively parallel self-organizing maps: accelerate training on..,20.0,17,2021-10-31 08:33:47,1.7.6,13.0,,626.0,somoclu,conda-forge/somoclu,,,,,,https://pypi.org/project/somoclu,1879.0,3953.0,https://anaconda.org/conda-forge/somoclu,2023-10-13 23:30:32.439,88489.0,,,,,3.0,1912.0,,,,,,,,,,,,,,, +725,pyRDF2Vec,True,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,45.0,21.0,64.0,241.0,Python Implementation and Extension of RDF2Vec.,7.0,17,2021-06-09 10:55:19,0.2.3,6.0,,,pyrdf2vec,,,,,40.0,40.0,https://pypi.org/project/pyrdf2vec,402.0,402.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +726,Larq Compute Engine,True,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,33.0,15.0,128.0,239.0,Highly optimized inference engine for Binarized..,18.0,17,2023-08-10 09:15:06,0.13.0,20.0,,,larq-compute-engine,,,,,7.0,7.0,https://pypi.org/project/larq-compute-engine,1334.0,1354.0,,,,,,,,3.0,1020.0,,,,,,,,,,,,,,, +727,skift,True,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,23.0,1.0,10.0,234.0,scikit-learn wrappers for Python fastText.,9.0,17,2022-02-14 13:45:54,0.0.23,3.0,,141.0,skift,,,,['sklearn'],14.0,14.0,https://pypi.org/project/skift,736.0,736.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +728,Muda,True,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,33.0,6.0,44.0,228.0,A library for augmenting annotated audio data.,7.0,17,2019-11-15 15:46:12,0.4.1,11.0,,293.0,muda,,,,,24.0,24.0,https://pypi.org/project/muda,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +729,celer,True,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,31.0,19.0,75.0,194.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression,..",12.0,17,2020-10-12 12:26:09,0.5.1,3.0,,,celer,,,,['sklearn'],35.0,35.0,https://pypi.org/project/celer,741.0,741.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +730,nvidia-ml-py3,True,nicolargo/nvidia-ml-py3,,gpu-utilities,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,,2017-06-03 07:47:03.000,2023-07-28 07:11:13.000000,2019-03-06 20:41:09,21.0,2.0,1.0,130.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,17,,,,,5.0,nvidia-ml-py3,,,,,9056.0,9056.0,https://pypi.org/project/nvidia-ml-py3,366413.0,366413.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +731,PySlowFast,True,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,1108.0,379.0,284.0,6301.0,PySlowFast: video understanding codebase from FAIR for..,31.0,16,,,,,,,,,,['pytorch'],15.0,15.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +732,GraphEmbedding,True,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,974.0,39.0,25.0,3603.0,Implementation and experiments of graph embedding algorithms.,9.0,16,,,,,30.0,,,,,['sklearn'],32.0,32.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +733,BytePS,True,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,472.0,106.0,161.0,3574.0,A high performance and generic framework for distributed DNN training.,21.0,16,2020-02-19 23:44:20,0.2,1.0,,432.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,69.0,91.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,1333.0,3.0,,,,,,,,,,,,,,,, +734,pycls,True,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,230.0,25.0,56.0,2111.0,"Codebase for Image Classification Research, written in PyTorch.",19.0,16,2021-05-21 00:29:47,0.2,2.0,,,,,,,['pytorch'],18.0,18.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +735,Pillow-SIMD,True,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,85.0,12.0,75.0,2098.0,The friendly PIL fork.,385.0,16,,,,,,pillow-simd,,,,,,,https://pypi.org/project/pillow-simd,43179.0,43179.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +736,Mara Pipelines,True,mara/mara-pipelines,,data-pipelines,https://github.com/mara/mara-pipelines,https://github.com/mara/mara-pipelines,MIT,2018-03-31 20:37:22.000,2023-12-15 16:14:47.000000,2023-12-07 14:42:14,101.0,18.0,16.0,2053.0,"A lightweight opinionated ETL framework, halfway between plain..",17.0,16,2023-12-06 18:22:59,3.5.0,11.0,,142.0,mara-pipelines,,,,,,,https://pypi.org/project/mara-pipelines,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +737,automl-gs,True,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,167.0,25.0,6.0,1841.0,"Provide an input CSV and a target field to predict, generate a..",7.0,16,2019-04-05 06:51:04,0.2.1,2.0,,102.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,48.0,48.0,,,,,,,,3.0,41.0,,,,,,,,,,,,,,, +738,riko,True,nerevu/riko,,data-pipelines,https://github.com/nerevu/riko,https://github.com/nerevu/riko,MIT,2016-06-02 12:22:51.000,2021-12-28 23:01:39.000000,2021-12-28 23:01:31,76.0,21.0,8.0,1608.0,A Python stream processing engine modeled after Yahoo! Pipes.,18.0,16,,,,,1269.0,riko,,,,,,,https://pypi.org/project/riko,800.0,800.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +739,Tez,True,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,23.0,18.0,1156.0,Tez is a super-simple and lightweight Trainer for PyTorch. It..,2.0,16,2021-08-16 18:42:17,0.1.8,1.0,,,tez,,,,['pytorch'],52.0,52.0,https://pypi.org/project/tez,466.0,466.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +740,AstroML,True,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,294.0,59.0,97.0,1014.0,"Machine learning, statistics, and data mining for astronomy and..",31.0,16,,,6.0,,,astroML,conda-forge/astroml,,,['sklearn'],,,https://pypi.org/project/astroML,1461.0,1996.0,https://anaconda.org/conda-forge/astroml,2023-06-16 13:21:24.079,43392.0,,,,,3.0,,,,,,,,,,,,,,,, +741,Databolt Flow,True,d6t/d6tflow,,data-pipelines,https://github.com/d6t/d6tflow,https://github.com/d6t/d6tflow,MIT,2019-02-03 01:51:22.000,2023-07-20 18:28:08.000000,2023-07-20 18:28:08,76.0,10.0,13.0,950.0,Python library for building highly effective data science workflows.,13.0,16,,,,,272.0,d6tflow,,,,,28.0,28.0,https://pypi.org/project/d6tflow,344.0,344.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +742,Dragonfly,True,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,227.0,41.0,21.0,839.0,An open source python library for scalable Bayesian optimisation.,13.0,16,,,,,400.0,dragonfly-opt,,,,,,,https://pypi.org/project/dragonfly-opt,3098.0,3098.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +743,NeoML,True,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,123.0,15.0,50.0,757.0,Machine learning framework for both deep learning and traditional..,37.0,16,2021-06-22 05:25:53,NeoML-master_2.0.5.0,2.0,,1196.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +744,matrixprofile-ts,True,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,102.0,19.0,35.0,730.0,A Python library for detecting patterns and anomalies..,15.0,16,,,,,198.0,matrixprofile-ts,,,,,26.0,26.0,https://pypi.org/project/matrixprofile-ts,473.0,473.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +745,HyperparameterHunter,True,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,99.0,32.0,84.0,702.0,Easy hyperparameter optimization and automatic result..,4.0,16,2019-08-06 09:09:45,3.0.0,16.0,,1096.0,hyperparameter-hunter,,,,,,,https://pypi.org/project/hyperparameter-hunter,180.0,186.0,,,,,,,,3.0,420.0,,,,,,,,,,,,,,, +746,ThunderGBM,True,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,81.0,39.0,42.0,688.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,12.0,16,2019-05-07 08:47:56,0.3.2,3.0,,611.0,thundergbm,,,,,2.0,2.0,https://pypi.org/project/thundergbm,280.0,280.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +747,Sematch,True,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,105.0,15.0,19.0,423.0,semantic similarity framework for knowledge graph.,10.0,16,,,,,137.0,sematch,,,,,46.0,46.0,https://pypi.org/project/sematch,438.0,438.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +748,pdvega,True,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,32.0,16.0,10.0,345.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,,,,,177.0,pdvega,,,,,87.0,87.0,https://pypi.org/project/pdvega,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +749,Brainiak,True,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,129.0,81.0,130.0,324.0,Brain Imaging Analysis Kit.,35.0,16,,,,,398.0,brainiak,,brainiak/brainiak,,,,,https://pypi.org/project/brainiak,131.0,149.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,1825.0,3.0,,,,,,,,,,,,,,,, +750,textpipe,True,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,27.0,15.0,25.0,299.0,Textpipe: clean and extract metadata from text.,29.0,16,,,,,371.0,textpipe,,,,,8.0,8.0,https://pypi.org/project/textpipe,217.0,217.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +751,Parfit,True,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,29.0,6.0,5.0,199.0,A package for parallelizing the fit and flexibly scoring of..,4.0,16,,,,,127.0,parfit,,,,['sklearn'],27.0,27.0,https://pypi.org/project/parfit,3046.0,3046.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +752,Torch Points 3D,True,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,43.0,,,195.0,Pytorch framework for doing deep learning on point clouds.,29.0,16,,,,,1788.0,torch-points3d,,,,['pytorch'],,,https://pypi.org/project/torch-points3d,996.0,996.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +753,steppy,True,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,31.0,13.0,50.0,134.0,"Lightweight, Python library for fast and reproducible experimentation.",7.0,16,2018-11-23 09:48:51,0.1.16,16.0,,69.0,steppy,,,,,52.0,52.0,https://pypi.org/project/steppy,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +754,openpyxl,True,,,data-loading,,https://foss.heptapod.net/openpyxl/openpyxl,MIT,2015-11-03 00:22:17.154,2024-04-29 16:36:18.225000,,0.0,314.0,1844.0,78.0,A Python library to read/write Excel 2010 xlsx/xlsm files.,,16,,,34.0,,,openpyxl,openpyxl,openpyxl/openpyxl-ci,https://openpyxl.readthedocs.io/en/stable/,,,,https://pypi.org/project/openpyxl,85499917.0,85502151.0,https://anaconda.org/anaconda/openpyxl,2024-04-29 16:36:18.225,226724.0,https://hub.docker.com/r/openpyxl/openpyxl-ci,2018-09-13 18:04:17.646261,,1228.0,3.0,,,,,,,,,,,,,,,https://foss.heptapod.net/api/graphql::openpyxl/openpyxl,https://foss.heptapod.net/openpyxl/openpyxl +755,Feature Engine,True,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,13.0,,,46.0,Feature engineering package with sklearn like functionality.,38.0,16,,,20.0,,,feature_engine,conda-forge/feature_engine,,,,,,https://pypi.org/project/feature_engine,135364.0,136420.0,https://anaconda.org/conda-forge/feature_engine,2024-03-24 14:27:59.853,47545.0,,,,,3.0,,,,,,,,,,,,,,,, +756,analytics-zoo,True,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,3.0,406.0,855.0,9.0,"Distributed Tensorflow, Keras and PyTorch on Apache..",108.0,16,2024-03-05 10:02:36,0.1.0,15.0,,3457.0,analytics-zoo,,,,['spark'],,,https://pypi.org/project/analytics-zoo,512.0,512.0,,,,,,,,3.0,,-7.0,,,,,,,,,,,,,, +757,OpenNRE,True,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,988.0,14.0,352.0,4258.0,An Open-Source Package for Neural Relation Extraction (NRE).,13.0,15,,,,,177.0,,,,,,3.0,3.0,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +758,NeuroNER,True,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,461.0,83.0,68.0,1680.0,Named-entity recognition using neural networks. Easy-to-use and..,7.0,15,2019-03-13 20:28:15,1.0-dev2,1.0,,132.0,pyneuroner,,,,,,,https://pypi.org/project/pyneuroner,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +759,Advisor,True,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,255.0,20.0,13.0,1539.0,Open-source implementation of Google Vizier for hyper parameters..,11.0,15,,,,,165.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,60.0,81.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1688.0,3.0,,,,,,,,,,,,,,,, +760,AdvBox,True,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,254.0,7.0,31.0,1368.0,Advbox is a toolbox to generate adversarial examples that fool..,19.0,15,,,,,378.0,advbox,,,,,2.0,2.0,https://pypi.org/project/advbox,53.0,53.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +761,Fiber,True,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,109.0,19.0,8.0,1039.0,Distributed Computing for AI Made Simple.,5.0,15,,,,,66.0,fiber,,,,,70.0,70.0,https://pypi.org/project/fiber,81.0,81.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +762,MedicalTorch,True,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,121.0,15.0,9.0,833.0,A medical imaging framework for Pytorch.,8.0,15,2018-11-24 00:33:11,0.2,1.0,,57.0,medicaltorch,,,,['pytorch'],15.0,15.0,https://pypi.org/project/medicaltorch,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +763,tffm,True,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,170.0,18.0,22.0,783.0,TensorFlow implementation of an arbitrary order Factorization Machine.,11.0,15,,,,,107.0,tffm,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/tffm,84.0,84.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +764,FlashTorch,True,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,87.0,10.0,22.0,722.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,2020-05-29 14:39:38,0.1.3,5.0,,,flashtorch,,,,['pytorch'],17.0,17.0,https://pypi.org/project/flashtorch,378.0,378.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +765,SpeedTorch,True,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,39.0,4.0,2.0,677.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,15,,,,,170.0,SpeedTorch,,,,['pytorch'],5.0,5.0,https://pypi.org/project/SpeedTorch,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +766,kglib,True,graknlabs/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,90.0,12.0,51.0,552.0,Grakn Knowledge Graph Library (ML R&D).,12.0,15,2022-07-29 11:37:34,0.3.0,8.0,vaticle/typedb-ml,508.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,137.0,140.0,,,,,,,,3.0,225.0,,,,,,,,,,,,,,, +767,Pywick,True,achaiah/pywick,,pytorch-utils,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,,2019-03-25 15:42:47.000,2022-02-04 15:57:11.000000,2021-10-22 03:09:17,38.0,1.0,13.0,395.0,High-level batteries-included neural network training library for..,4.0,15,2021-10-22 03:16:49,0.6.5,8.0,,149.0,pywick,,,,['pytorch'],10.0,10.0,https://pypi.org/project/pywick,115.0,115.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +768,tfdeploy,True,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,36.0,11.0,23.0,352.0,Deploy tensorflow graphs for fast evaluation and export to..,4.0,15,2016-12-23 10:46:31,0.3.3,10.0,,174.0,tfdeploy,,,,['tensorflow'],,,https://pypi.org/project/tfdeploy,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +769,datmo,True,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,30.0,27.0,150.0,345.0,Open source production model management tool for data scientists.,6.0,15,,,,,1051.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,168.0,168.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +770,MXBoard,True,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,47.0,14.0,17.0,325.0,Logging MXNet data for visualization in TensorBoard.,9.0,15,2018-05-22 20:20:50,0.1.0,1.0,,42.0,mxboard,,,,['mxnet'],,,https://pypi.org/project/mxboard,2279.0,2279.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +771,flupy,True,olirice/flupy,,data-pipelines,https://github.com/olirice/flupy,https://github.com/olirice/flupy,,2018-01-06 16:46:04.000,2024-04-27 16:58:06.000000,2024-02-27 14:32:58,15.0,2.0,12.0,189.0,Fluent data pipelines for python and your shell.,6.0,15,,,,,208.0,flupy,,,,,,,https://pypi.org/project/flupy,221994.0,221994.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +772,DeepMind Lab,True,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,1345.0,57.0,167.0,7032.0,A customisable 3D platform for agent-based AI research.,9.0,14,2020-12-07 11:26:33,release-2020-12-07,8.0,google-deepmind/lab,509.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +773,Euler,True,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,557.0,215.0,102.0,2875.0,A distributed graph deep learning framework.,3.0,14,2020-07-07 02:24:18,2.0.0,2.0,,8.0,euler-gl,,,,['tensorflow'],,,https://pypi.org/project/euler-gl,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +774,ZhuSuan,True,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,413.0,7.0,53.0,2200.0,"A probabilistic programming library for Bayesian deep learning,..",20.0,14,,,,,439.0,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +775,BlazingSQL,True,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,178.0,129.0,586.0,1906.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for..",50.0,14,2021-08-16 15:40:43,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,,,,,,,,,,,,,,,, +776,Medical Detection Toolkit,True,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,290.0,39.0,85.0,1269.0,The Medical Detection Toolkit contains 2D + 3D..,3.0,14,,,,,41.0,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +777,GraphVite,True,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,149.0,53.0,59.0,1194.0,GraphVite: A General and High-performance Graph Embedding System.,,14,,,4.0,,15.0,,milagraph/graphvite,,,,,,,,82.0,https://anaconda.org/milagraph/graphvite,2023-06-16 16:16:18.265,4702.0,,,,,3.0,,,,,,,,,,,,,,,, +778,Translate,True,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,182.0,11.0,27.0,816.0,Translate - a PyTorch Language Library.,88.0,14,,,,,813.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,12.0,12.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +779,Anchor,True,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,113.0,25.0,51.0,785.0,Code for High-Precision Model-Agnostic Explanations paper.,10.0,14,,,,,47.0,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,1531.0,1531.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +780,TransferNLP,True,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,17.0,3.0,20.0,291.0,NLP library designed for reproducible experimentation..,7.0,14,2020-05-28 17:32:42,0.1.6,8.0,,465.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,110.0,110.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +781,ONNX-T5,True,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,28.0,8.0,8.0,245.0,"Summarization, translation, sentiment-analysis, text-generation and..",4.0,14,2021-01-28 09:24:24,0.1.9,9.0,,74.0,onnxt5,,,,,1.0,1.0,https://pypi.org/project/onnxt5,103.0,103.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +782,NeuralQA,True,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,32.0,20.0,8.0,233.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with..,3.0,14,,,,,312.0,neuralqa,,,,,4.0,4.0,https://pypi.org/project/neuralqa,131.0,131.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +783,ModelChimp,True,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,12.0,4.0,10.0,126.0,Experiment tracking for machine and deep learning projects.,3.0,14,2019-04-09 10:43:15,0.4.0,3.0,,363.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,233.0,243.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,661.0,3.0,,,,,,,,,,,,,,,, +784,cleanlab,True,cgnorthcutt/cleanlab,,others,https://github.com/cgnorthcutt/cleanlab,https://github.com/cgnorthcutt/cleanlab,AGPL-3.0,2022-02-17 20:36:34.000,2023-02-01 06:27:59.000000,2022-08-21 23:21:43,8.0,,,56.0,The standard package for machine learning with noisy labels and..,10.0,14,,,,,1191.0,cleanlab,,,,,,,https://pypi.org/project/cleanlab,27069.0,27069.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +785,GraphSAGE,True,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,827.0,107.0,59.0,3320.0,Representation learning on large graphs using stochastic..,9.0,13,,,,,59.0,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +786,ENAS,True,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,486.0,39.0,8.0,2686.0,PyTorch implementation of Efficient Neural Architecture Search via..,6.0,13,,,,,53.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +787,MedicalNet,True,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,400.0,60.0,17.0,1838.0,Many studies have shown that the performance on deep learning is..,,13,,,,,26.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +788,OpenNE,True,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,482.0,5.0,97.0,1675.0,An Open-Source Package for Network Embedding (NE).,12.0,13,,,,,104.0,,,,,['tensorflow'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +789,Torch-Struct,True,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,88.0,25.0,30.0,1096.0,"Fast, general, and tested differentiable structured prediction..",16.0,13,2021-02-15 20:20:59,0.5,2.0,,271.0,,,,,['pytorch'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +790,atspy,True,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,88.0,22.0,2.0,510.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,13,2020-11-12 16:10:48,zen,1.0,,99.0,atspy,,,,,11.0,11.0,https://pypi.org/project/atspy,228.0,228.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +791,VizSeq,True,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,59.0,6.0,9.0,438.0,"An Analysis Toolkit for Natural Language Generation (Translation,..",4.0,13,,,,,,vizseq,,,,,9.0,9.0,https://pypi.org/project/vizseq,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +792,nx-altair,True,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,28.0,6.0,4.0,222.0,Draw interactive NetworkX graphs with Altair.,3.0,13,,,,,51.0,nx-altair,,,,['jupyter'],,,https://pypi.org/project/nx-altair,974.0,974.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +793,textvec,True,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,25.0,4.0,6.0,192.0,Text vectorization tool to outperform TFIDF for classification tasks.,11.0,13,2019-09-12 07:41:04,2.0,1.0,,74.0,textvec,,,,['sklearn'],4.0,4.0,https://pypi.org/project/textvec,62.0,62.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +794,contextual-ai,True,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,11.0,2.0,13.0,85.0,Contextual AI adds explainability to different stages of..,12.0,13,,,2.0,SAP-archive/contextual-ai,630.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +795,StarSpace,True,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,524.0,50.0,149.0,3917.0,"Learning embeddings for classification, retrieval and ranking.",17.0,12,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +796,surpriver,True,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,316.0,11.0,6.0,1701.0,Find big moving stocks before they move using machine..,6.0,12,,,,,64.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +797,Botflow,True,kkyon/botflow,,data-pipelines,https://github.com/kkyon/botflow,https://github.com/kkyon/botflow,,2018-08-20 03:13:31.000,2020-12-31 09:03:22.000000,2019-05-23 14:40:50,101.0,3.0,2.0,1194.0,Python Fast Dataflow programming framework for Data pipeline work(..,11.0,12,,,,,192.0,botflow,,,,,2.0,2.0,https://pypi.org/project/botflow,49.0,49.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +798,AutoGL,True,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,118.0,14.0,25.0,1071.0,An autoML framework & toolkit for machine learning on graphs.,15.0,12,2022-12-30 06:11:04,0.4.0,4.0,,,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +799,PandaPy,True,firmai/pandapy,,data-containers,https://github.com/firmai/pandapy,https://github.com/firmai/pandapy,,2020-01-15 18:21:23.000,2021-10-20 11:36:04.000000,2021-10-20 11:36:04,65.0,1.0,1.0,547.0,PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x..,3.0,12,2020-11-12 16:12:54,zen,1.0,,85.0,pandapy,,,,['pandas'],7.0,7.0,https://pypi.org/project/pandapy,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +800,bodywork-core,True,bodywork-ml/bodywork-core,,data-pipelines,https://github.com/bodywork-ml/bodywork-core,https://github.com/bodywork-ml/bodywork-core,AGPL-3.0,2020-11-17 11:38:17.000,2023-08-18 06:42:48.000000,2022-07-04 09:38:06,20.0,21.0,57.0,434.0,MLOps tool for deploying machine learning projects to..,4.0,12,,,,,946.0,bodywork-core,,,,,18.0,18.0,https://pypi.org/project/bodywork-core,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +801,data-describe,True,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,19.0,70.0,175.0,295.0,datadescribe: Pythonic EDA Accelerator for Data Science.,13.0,12,,,5.0,,700.0,data-describe,,,,,,,https://pypi.org/project/data-describe,703.0,703.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +802,Headliner,True,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,41.0,2.0,13.0,229.0,Easy training and deployment of seq2seq models.,2.0,12,,,,,276.0,headliner,,,,,5.0,5.0,https://pypi.org/project/headliner,383.0,383.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +803,Auptimizer,True,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,27.0,1.0,5.0,199.0,An automatic ML model optimization tool.,11.0,12,2021-03-03 02:00:23,2.0,3.0,,79.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,94.0,94.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +804,ipyexperiments,True,stas00/ipyexperiments,,gpu-utilities,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,12.0,,5.0,192.0,jupyter/ipython experiment containers for GPU and..,3.0,12,,,,,207.0,ipyexperiments,,,,['jupyter'],8.0,8.0,https://pypi.org/project/ipyexperiments,284.0,284.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +805,dabl,True,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,9.0,,,129.0,Data Analysis Baseline Library.,24.0,12,,,,,,dabl,,,,['sklearn'],,,https://pypi.org/project/dabl,4940.0,4940.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +806,DeepNeuro,True,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,35.0,26.0,18.0,122.0,A deep learning python package for neuroimaging data. Made by:.,6.0,12,,,,,285.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,51.0,51.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +807,Attribution Priors,True,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,9.0,2.0,4.0,119.0,Tools for training explainable models using..,6.0,12,2021-03-16 17:47:18,1.0.0,1.0,,72.0,attributionpriors,,,,"['tensorflow', 'pytorch']",4.0,4.0,https://pypi.org/project/attributionpriors,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +808,Hypermax,True,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,13.0,3.0,2.0,111.0,"Better, faster hyper-parameter optimization.",8.0,12,,,,genixpro/hypermax,209.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,79.0,79.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +809,LazyCluster,True,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,12.0,,,50.0,Distributed machine learning made simple.,2.0,12,2020-12-14 15:25:59,0.2.4,2.0,,,lazycluster,,,,,33.0,33.0,https://pypi.org/project/lazycluster,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +810,bias-detector,True,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,11.0,,,42.0,Bias Detector is a python package for detecting bias in machine..,4.0,12,2024-02-04 11:29:56,0.0.13,11.0,,,bias-detector,,,,,,,https://pypi.org/project/bias-detector,134.0,134.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +811,nptsne,True,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,2.0,7.0,6.0,32.0,nptsne is a numpy compatible python binary package that offers a number..,3.0,12,,,,,857.0,nptsne,,,,,6.0,6.0,https://pypi.org/project/nptsne,178.0,178.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +812,OpenKE,True,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,971.0,23.0,356.0,3725.0,An Open-Source Package for Knowledge Embedding (KE).,14.0,11,,,,,97.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +813,Devol,True,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,111.0,7.0,20.0,947.0,Genetic neural architecture search with Keras.,18.0,11,,,,,116.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +814,PySparNN,True,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,145.0,15.0,14.0,916.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,,,,,147.0,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +815,Hypertunity,True,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,10.0,,2.0,136.0,A toolset for black-box hyperparameter optimisation.,2.0,11,2020-01-26 23:01:09,1.0.1,7.0,,64.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,42.0,42.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +816,sklearn-evaluation,True,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,,,,3.0,"Machine learning model evaluation made easy: plots,..",19.0,11,,,,,832.0,sklearn-evaluation,,,,['sklearn'],,,https://pypi.org/project/sklearn-evaluation,2919.0,2919.0,,,,,,,,3.0,,-10.0,,,,,,,,,,,,,, +817,cuSignal,True,rapidsai/cusignal,,gpu-utilities,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,,2019-08-22 14:27:27.000,2023-09-21 18:53:21.000000,2023-09-21 18:53:18,124.0,25.0,130.0,707.0,GPU accelerated signal processing.,46.0,10,2023-08-09 16:45:21,23.08.00,21.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +818,Mozart,True,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,81.0,4.0,12.0,568.0,An optical music recognition (OMR) system. Converts sheet..,6.0,10,,,,,,,,,,['sklearn'],,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,, +819,traintool,True,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,1.0,,,12.0,Train off-the-shelf machine learning models in one..,,8,,,,,122.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,50.0,50.0,,,,,,,,3.0,,,,,,,,,,,,,,,, +820,Skater,True,oracle/Skater,,interpretability,,{},,2020-07-05 18:35:27.012,2023-09-18 15:13:22.392000,,,,,,Python Library for Model Interpretation/Explanations.,,5,,,2.0,,,skater,conda-forge/skater,,,,,,https://pypi.org/project/skater,400.0,1828.0,https://anaconda.org/conda-forge/skater,2023-09-18 15:13:22.392,65698.0,,,,,3.0,,-12.0,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 6d22bba..06d34d0 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _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 (🥇36 · ⭐ 10K · 📈) - The friendly PIL fork (Python Imaging Library). ❗️PIL -- Streamlit (🥇30 · ⭐ 20K · 📈) - Streamlit The fastest way to build data apps in Python. Apache-2 -- pmdarima (🥇30 · ⭐ 1.2K · 📈) - A statistical library designed to fill the void in Python's time.. MIT -- TensorFlow Transform (🥈30 · ⭐ 930 · 📈) - Input pipeline framework. Apache-2 -- opencv-python (🥈25 · ⭐ 2.9K · 📈) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +- Streamlit (🥇39 · ⭐ 32K · 📈) - Streamlit The fastest way to build data apps in Python. Apache-2 +- Seaborn (🥇39 · ⭐ 12K · 📈) - Statistical data visualization using matplotlib. BSD-3 +- pytorch-lightning (🥇38 · ⭐ 27K · 📈) - The lightweight PyTorch wrapper for high-performance.. Apache-2 +- opencv-python (🥇34 · ⭐ 4.2K · 📈) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +- tinygrad (🥇26 · ⭐ 24K · 📈) - You like pytorch? You like micrograd? You love tinygrad!. 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-lightning (🥈29 · ⭐ 20K · 📉) - The lightweight PyTorch wrapper for high-performance.. Apache-2 -- Seaborn (🥈29 · ⭐ 9.7K · 📉) - Statistical data visualization using matplotlib. BSD-3 -- audioread (🥉19 · ⭐ 410 · 📉) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT -- Torch Points 3D (🥉14 · ⭐ 93 · 💤) - Pytorch framework for doing deep learning on point.. BSD-3 -- cleanlab (🥉13 · ⭐ 49 · 🐣) - The standard package for machine learning with noisy labels and.. ❗️AGPL-3.0 +- geopy (🥉26 · ⭐ 4.3K · 📉) - Geocoding library for Python. MIT +- UMAP (🥉25 · ⭐ 7K · 📉) - Uniform Manifold Approximation and Projection. BSD-3 +- analytics-zoo (🥉16 · ⭐ 9 · 🐣) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 +- sklearn-evaluation (🥉11 · ⭐ 3 · 💀) - Machine learning model evaluation made easy: plots,.. MIT +- Skater (🥉5 · 💤) - Python Library for Model Interpretation/Explanations. ❗Unlicensed