diff --git a/README.md b/README.md index 909b988c..368ffc16 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ This curated list contains 840 awesome open-source projects with a total of 2.7M ## Contents -- [Machine Learning Frameworks](#machine-learning-frameworks) _53 projects_ -- [Data Visualization](#data-visualization) _47 projects_ -- [Text Data & NLP](#text-data--nlp) _83 projects_ +- [Machine Learning Frameworks](#machine-learning-frameworks) _54 projects_ +- [Data Visualization](#data-visualization) _48 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_ @@ -41,19 +41,19 @@ This curated list contains 840 awesome open-source projects with a total of 2.7M - [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) _10 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) _34 projects_ +- [Data Pipelines & Streaming](#data-pipelines--streaming) _35 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) _14 projects_ - [Privacy Machine Learning](#privacy-machine-learning) _6 projects_ -- [Workflow & Experiment Tracking](#workflow--experiment-tracking) _36 projects_ +- [Workflow & Experiment Tracking](#workflow--experiment-tracking) _35 projects_ - [Model Serialization & Conversion](#model-serialization--conversion) _11 projects_ -- [Model Interpretability](#model-interpretability) _44 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) _8 projects_ @@ -98,12 +98,12 @@ _General-purpose machine learning and deep learning frameworks._
Tensorflow (πŸ₯‡44 Β· ⭐ 150K) - An Open Source Machine Learning Framework for Everyone. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorflow) (πŸ‘¨β€πŸ’» 3.5K Β· πŸ”€ 84K Β· πŸ“¦ 120K Β· πŸ“‹ 30K - 14% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/tensorflow) (πŸ‘¨β€πŸ’» 3.5K Β· πŸ”€ 84K Β· πŸ“¦ 120K Β· πŸ“‹ 30K - 14% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/tensorflow ``` -- [PyPi](https://pypi.org/project/tensorflow) (πŸ“₯ 4.6M / month Β· πŸ“¦ 23K Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/tensorflow) (πŸ“₯ 4.1M / month Β· πŸ“¦ 23K Β· ⏱️ 21.01.2021): ``` pip install tensorflow ``` @@ -111,67 +111,67 @@ _General-purpose machine learning and deep learning frameworks._ ``` conda install -c conda-forge tensorflow ``` -- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (πŸ“₯ 47M Β· ⭐ 1.8K Β· ⏱️ 21.01.2021): +- [Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow) (πŸ“₯ 47M Β· ⭐ 1.8K Β· ⏱️ 27.01.2021): ``` docker pull tensorflow/tensorflow ```
-
scikit-learn (πŸ₯‡41 Β· ⭐ 44K) - scikit-learn: machine learning in Python. BSD-3 +
PyTorch (πŸ₯‡39 Β· ⭐ 46K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 -- [GitHub](https://github.com/scikit-learn/scikit-learn) (πŸ‘¨β€πŸ’» 2.1K Β· πŸ”€ 21K Β· πŸ“₯ 640 Β· πŸ“¦ 180K Β· πŸ“‹ 9K - 25% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pytorch/pytorch) (πŸ‘¨β€πŸ’» 2.5K Β· πŸ”€ 12K Β· πŸ“¦ 60K Β· πŸ“‹ 20K - 35% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/scikit-learn/scikit-learn + git clone https://github.com/pytorch/pytorch ``` -- [PyPi](https://pypi.org/project/scikit-learn) (πŸ“₯ 9.4M / month Β· πŸ“¦ 38K Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/torch) (πŸ“₯ 1.3M / month Β· πŸ“¦ 6.7K Β· ⏱️ 10.12.2020): ``` - pip install scikit-learn + pip install torch ``` -- [Conda](https://anaconda.org/conda-forge/scikit-learn) (πŸ“₯ 6.4M Β· ⏱️ 19.01.2021): +- [Conda](https://anaconda.org/pytorch/pytorch) (πŸ“₯ 9.9M Β· ⏱️ 10.12.2020): ``` - conda install -c conda-forge scikit-learn + conda install -c pytorch pytorch ```
-
PyTorch (πŸ₯‡39 Β· ⭐ 46K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 +
PySpark (πŸ₯‡38 Β· ⭐ 29K) - Apache Spark Python API. Apache-2 -- [GitHub](https://github.com/pytorch/pytorch) (πŸ‘¨β€πŸ’» 2.5K Β· πŸ”€ 12K Β· πŸ“¦ 59K Β· πŸ“‹ 20K - 35% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 23K Β· πŸ“¦ 560 Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/pytorch/pytorch + git clone https://github.com/apache/spark ``` -- [PyPi](https://pypi.org/project/torch) (πŸ“₯ 1.5M / month Β· πŸ“¦ 6.7K Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/pyspark) (πŸ“₯ 5.5M / month Β· πŸ“¦ 760 Β· ⏱️ 07.09.2020): ``` - pip install torch + pip install pyspark ``` -- [Conda](https://anaconda.org/pytorch/pytorch) (πŸ“₯ 9.8M Β· ⏱️ 10.12.2020): +- [Conda](https://anaconda.org/conda-forge/pyspark) (πŸ“₯ 880K Β· ⏱️ 07.09.2020): ``` - conda install -c pytorch pytorch + conda install -c conda-forge pyspark ```
-
PySpark (πŸ₯‡38 Β· ⭐ 29K) - Apache Spark Python API. Apache-2 +
scikit-learn (πŸ₯‡37 Β· ⭐ 44K Β· πŸ“‰) - scikit-learn: machine learning in Python. BSD-3 -- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 23K Β· πŸ“¦ 550 Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/scikit-learn/scikit-learn) (πŸ‘¨β€πŸ’» 2.1K Β· πŸ”€ 21K Β· πŸ“₯ 640 Β· πŸ“¦ 190K Β· πŸ“‹ 8.9K - 25% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/apache/spark + git clone https://github.com/scikit-learn/scikit-learn ``` -- [PyPi](https://pypi.org/project/pyspark) (πŸ“₯ 6.3M / month Β· πŸ“¦ 760 Β· ⏱️ 07.09.2020): +- [PyPi](https://pypi.org/project/scikit-learn) (πŸ“₯ 8.4M / month Β· πŸ“¦ 38K Β· ⏱️ 19.01.2021): ``` - pip install pyspark + pip install scikit-learn ``` -- [Conda](https://anaconda.org/conda-forge/pyspark) (πŸ“₯ 870K Β· ⏱️ 07.09.2020): +- [Conda](https://anaconda.org/conda-forge/scikit-learn) (πŸ“₯ 6.5M Β· ⏱️ 21.01.2021): ``` - conda install -c conda-forge pyspark + conda install -c conda-forge scikit-learn ```
-
StatsModels (πŸ₯‡36 Β· ⭐ 5.9K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 +
StatsModels (πŸ₯‡36 Β· ⭐ 6K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 -- [GitHub](https://github.com/statsmodels/statsmodels) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 2.1K Β· πŸ“₯ 25 Β· πŸ“¦ 36K Β· πŸ“‹ 4.3K - 47% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/statsmodels/statsmodels) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 2.1K Β· πŸ“₯ 25 Β· πŸ“¦ 36K Β· πŸ“‹ 4.3K - 47% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/statsmodels/statsmodels ``` -- [PyPi](https://pypi.org/project/statsmodels) (πŸ“₯ 1.8M / month Β· πŸ“¦ 6.7K Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/statsmodels) (πŸ“₯ 1.6M / month Β· πŸ“¦ 6.7K Β· ⏱️ 29.10.2020): ``` pip install statsmodels ``` @@ -182,12 +182,12 @@ _General-purpose machine learning and deep learning frameworks._
Keras (πŸ₯‡35 Β· ⭐ 51K) - Deep Learning for humans. MIT -- [GitHub](https://github.com/keras-team/keras) (πŸ‘¨β€πŸ’» 900 Β· πŸ”€ 19K Β· πŸ“‹ 10K - 30% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/keras-team/keras) (πŸ‘¨β€πŸ’» 900 Β· πŸ”€ 19K Β· πŸ“‹ 10K - 30% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/keras-team/keras ``` -- [PyPi](https://pypi.org/project/keras) (πŸ“₯ 1.6M / month Β· πŸ“¦ 15K Β· ⏱️ 24.06.2020): +- [PyPi](https://pypi.org/project/keras) (πŸ“₯ 1.5M / month Β· πŸ“¦ 15K Β· ⏱️ 24.06.2020): ``` pip install keras ``` @@ -198,12 +198,12 @@ _General-purpose machine learning and deep learning frameworks._
XGBoost (πŸ₯‡35 Β· ⭐ 20K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 -- [GitHub](https://github.com/dmlc/xgboost) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 7.9K Β· πŸ“₯ 1.9K Β· πŸ“¦ 13K Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/dmlc/xgboost) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 7.9K Β· πŸ“₯ 1.9K Β· πŸ“¦ 13K Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/dmlc/xgboost ``` -- [PyPi](https://pypi.org/project/xgboost) (πŸ“₯ 2.3M / month Β· πŸ“¦ 1.6K Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/xgboost) (πŸ“₯ 2M / month Β· πŸ“¦ 1.6K Β· ⏱️ 20.01.2021): ``` pip install xgboost ``` @@ -214,12 +214,12 @@ _General-purpose machine learning and deep learning frameworks._
LightGBM (πŸ₯‡35 Β· ⭐ 12K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT -- [GitHub](https://github.com/microsoft/LightGBM) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 3.2K Β· πŸ“₯ 87K Β· πŸ“¦ 5.3K Β· πŸ“‹ 2.1K - 4% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/microsoft/LightGBM) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 3.2K Β· πŸ“₯ 90K Β· πŸ“¦ 5.4K Β· πŸ“‹ 2.1K - 4% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/microsoft/LightGBM ``` -- [PyPi](https://pypi.org/project/lightgbm) (πŸ“₯ 1.3M / month Β· πŸ“¦ 560 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/lightgbm) (πŸ“₯ 1.1M / month Β· πŸ“¦ 560 Β· ⏱️ 08.12.2020): ``` pip install lightgbm ``` @@ -230,12 +230,12 @@ _General-purpose machine learning and deep learning frameworks._
MXNet (πŸ₯ˆ34 Β· ⭐ 19K) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning.. Apache-2 -- [GitHub](https://github.com/apache/incubator-mxnet) (πŸ‘¨β€πŸ’» 950 Β· πŸ”€ 6.8K Β· πŸ“₯ 23K Β· πŸ“¦ 1.7K Β· πŸ“‹ 9.4K - 19% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/apache/incubator-mxnet) (πŸ‘¨β€πŸ’» 950 Β· πŸ”€ 6.8K Β· πŸ“₯ 23K Β· πŸ“¦ 1.8K Β· πŸ“‹ 9.4K - 19% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/apache/incubator-mxnet ``` -- [PyPi](https://pypi.org/project/mxnet) (πŸ“₯ 140K / month Β· πŸ“¦ 440 Β· ⏱️ 28.08.2020): +- [PyPi](https://pypi.org/project/mxnet) (πŸ“₯ 110K / month Β· πŸ“¦ 440 Β· ⏱️ 28.08.2020): ``` pip install mxnet ``` @@ -251,99 +251,99 @@ _General-purpose machine learning and deep learning frameworks._ ``` git clone https://github.com/Theano/Theano ``` -- [PyPi](https://pypi.org/project/theano) (πŸ“₯ 180K / month Β· πŸ“¦ 5.5K Β· ⏱️ 27.07.2020): +- [PyPi](https://pypi.org/project/theano) (πŸ“₯ 160K / month Β· πŸ“¦ 5.5K Β· ⏱️ 27.07.2020): ``` pip install theano ``` -- [Conda](https://anaconda.org/conda-forge/theano) (πŸ“₯ 1.3M Β· ⏱️ 01.11.2020): +- [Conda](https://anaconda.org/conda-forge/theano) (πŸ“₯ 1.3M Β· ⏱️ 21.01.2021): ``` conda install -c conda-forge theano ```
-
PyFlink (πŸ₯ˆ33 Β· ⭐ 15K Β· βž•) - Apache Flink Python API. Apache-2 +
PyFlink (πŸ₯ˆ33 Β· ⭐ 15K) - Apache Flink Python API. Apache-2 -- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 8.3K Β· πŸ“¦ 240 Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 8.5K Β· πŸ“¦ 240 Β· ⏱️ 28.01.2021): ``` git clone https://github.com/apache/flink ``` -- [PyPi](https://pypi.org/project/apache-flink) (πŸ“₯ 2.5K / month Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/apache-flink) (πŸ“₯ 1.8K / month Β· ⏱️ 15.01.2021): ``` pip install apache-flink ```
pytorch-lightning (πŸ₯ˆ33 Β· ⭐ 12K) - The lightweight PyTorch wrapper for high-performance.. Apache-2 -- [GitHub](https://github.com/PyTorchLightning/pytorch-lightning) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.3K Β· πŸ“₯ 39 Β· πŸ“¦ 1.7K Β· πŸ“‹ 2.8K - 11% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/PyTorchLightning/pytorch-lightning) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 1.3K Β· πŸ“₯ 69 Β· πŸ“¦ 1.8K Β· πŸ“‹ 2.8K - 11% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/PyTorchLightning/pytorch-lightning ``` -- [PyPi](https://pypi.org/project/pytorch-lightning) (πŸ“₯ 91K / month Β· πŸ“¦ 14 Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/pytorch-lightning) (πŸ“₯ 89K / month Β· πŸ“¦ 14 Β· ⏱️ 26.01.2021): ``` pip install pytorch-lightning ``` -- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (πŸ“₯ 15K Β· ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/pytorch-lightning) (πŸ“₯ 20K Β· ⏱️ 26.01.2021): ``` conda install -c conda-forge pytorch-lightning ```
Fastai (πŸ₯ˆ32 Β· ⭐ 20K) - The fastai deep learning library. Apache-2 -- [GitHub](https://github.com/fastai/fastai) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 6.9K Β· πŸ“‹ 1.4K - 4% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/fastai/fastai) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 6.9K Β· πŸ“‹ 1.4K - 4% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/fastai/fastai ``` -- [PyPi](https://pypi.org/project/fastai) (πŸ“₯ 130K / month Β· πŸ“¦ 370 Β· ⏱️ 13.01.2021): +- [PyPi](https://pypi.org/project/fastai) (πŸ“₯ 110K / month Β· πŸ“¦ 370 Β· ⏱️ 13.01.2021): ``` pip install fastai ```
jax (πŸ₯ˆ32 Β· ⭐ 11K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 -- [GitHub](https://github.com/google/jax) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 950 Β· πŸ“¦ 1K Β· πŸ“‹ 2.1K - 34% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/google/jax) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 960 Β· πŸ“¦ 1K Β· πŸ“‹ 2.1K - 34% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/google/jax ``` -- [PyPi](https://pypi.org/project/jax) (πŸ“₯ 64K / month Β· πŸ“¦ 46 Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/jax) (πŸ“₯ 60K / month Β· πŸ“¦ 46 Β· ⏱️ 27.01.2021): ``` pip install jax ``` -- [Conda](https://anaconda.org/conda-forge/jaxlib) (πŸ“₯ 69K Β· ⏱️ 18.01.2021): +- [Conda](https://anaconda.org/conda-forge/jaxlib) (πŸ“₯ 71K Β· ⏱️ 18.01.2021): ``` conda install -c conda-forge jaxlib ```
Thinc (πŸ₯ˆ32 Β· ⭐ 2.2K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT -- [GitHub](https://github.com/explosion/thinc) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 200 Β· πŸ“¦ 11K Β· πŸ“‹ 100 - 16% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/explosion/thinc) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 200 Β· πŸ“¦ 11K Β· πŸ“‹ 96 - 9% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/explosion/thinc ``` -- [PyPi](https://pypi.org/project/thinc) (πŸ“₯ 770K / month Β· πŸ“¦ 1.1K Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/thinc) (πŸ“₯ 700K / month Β· πŸ“¦ 1.1K Β· ⏱️ 24.01.2021): ``` pip install thinc ``` -- [Conda](https://anaconda.org/conda-forge/thinc) (πŸ“₯ 850K Β· ⏱️ 18.12.2020): +- [Conda](https://anaconda.org/conda-forge/thinc) (πŸ“₯ 860K Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge thinc ```
-
Catboost (πŸ₯ˆ31 Β· ⭐ 5.6K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 +
Catboost (πŸ₯ˆ31 Β· ⭐ 5.7K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 -- [GitHub](https://github.com/catboost/catboost) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 860 Β· πŸ“₯ 48K Β· πŸ“‹ 1.3K - 22% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/catboost/catboost) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 860 Β· πŸ“₯ 48K Β· πŸ“‹ 1.3K - 23% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/catboost/catboost ``` -- [PyPi](https://pypi.org/project/catboost) (πŸ“₯ 660K / month Β· πŸ“¦ 160 Β· ⏱️ 27.12.2020): +- [PyPi](https://pypi.org/project/catboost) (πŸ“₯ 540K / month Β· πŸ“¦ 160 Β· ⏱️ 27.12.2020): ``` pip install catboost ``` -- [Conda](https://anaconda.org/conda-forge/catboost) (πŸ“₯ 550K Β· ⏱️ 29.12.2020): +- [Conda](https://anaconda.org/conda-forge/catboost) (πŸ“₯ 560K Β· ⏱️ 29.12.2020): ``` conda install -c conda-forge catboost ``` @@ -355,43 +355,43 @@ _General-purpose machine learning and deep learning frameworks._ ``` git clone https://github.com/chainer/chainer ``` -- [PyPi](https://pypi.org/project/chainer) (πŸ“₯ 17K / month Β· πŸ“¦ 740 Β· ⏱️ 13.01.2021): +- [PyPi](https://pypi.org/project/chainer) (πŸ“₯ 14K / month Β· πŸ“¦ 740 Β· ⏱️ 13.01.2021): ``` pip install chainer ```
TFlearn (πŸ₯ˆ30 Β· ⭐ 9.5K) - Deep learning library featuring a higher-level API for TensorFlow. MIT -- [GitHub](https://github.com/tflearn/tflearn) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 2.4K Β· πŸ“¦ 2.9K Β· πŸ“‹ 930 - 61% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/tflearn/tflearn) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 2.4K Β· πŸ“¦ 3K Β· πŸ“‹ 930 - 61% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/tflearn/tflearn ``` -- [PyPi](https://pypi.org/project/tflearn) (πŸ“₯ 11K / month Β· πŸ“¦ 480 Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/tflearn) (πŸ“₯ 9.3K / month Β· πŸ“¦ 480 Β· ⏱️ 11.11.2020): ``` pip install tflearn ```
Vowpal Wabbit (πŸ₯ˆ30 Β· ⭐ 7.4K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3 -- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.7K Β· πŸ“¦ 94 Β· πŸ“‹ 1K - 15% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.7K Β· πŸ“¦ 97 Β· πŸ“‹ 1K - 15% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/VowpalWabbit/vowpal_wabbit ``` -- [PyPi](https://pypi.org/project/vowpalwabbit) (πŸ“₯ 19K / month Β· πŸ“¦ 16 Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/vowpalwabbit) (πŸ“₯ 17K / month Β· πŸ“¦ 16 Β· ⏱️ 12.11.2020): ``` pip install vowpalwabbit ```
PaddlePaddle (πŸ₯ˆ29 Β· ⭐ 14K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/Paddle) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 3.4K Β· πŸ“₯ 15K Β· πŸ“¦ 26 Β· πŸ“‹ 13K - 18% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/PaddlePaddle/Paddle) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 3.4K Β· πŸ“₯ 15K Β· πŸ“¦ 26 Β· πŸ“‹ 13K - 18% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/PaddlePaddle/Paddle ``` -- [PyPi](https://pypi.org/project/paddlepaddle) (πŸ“₯ 5.6K / month Β· πŸ“¦ 16 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/paddlepaddle) (πŸ“₯ 4.7K / month Β· πŸ“¦ 16 Β· ⏱️ 25.01.2021): ``` pip install paddlepaddle ``` @@ -403,47 +403,47 @@ _General-purpose machine learning and deep learning frameworks._ ``` git clone https://github.com/apple/turicreate ``` -- [PyPi](https://pypi.org/project/turicreate) (πŸ“₯ 12K / month Β· πŸ“¦ 34 Β· ⏱️ 30.09.2020): +- [PyPi](https://pypi.org/project/turicreate) (πŸ“₯ 9.2K / month Β· πŸ“¦ 34 Β· ⏱️ 30.09.2020): ``` pip install turicreate ```
-
tensorpack (πŸ₯ˆ29 Β· ⭐ 5.9K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2 +
Sonnet (πŸ₯‰28 Β· ⭐ 8.7K) - TensorFlow-based neural network library. Apache-2 -- [GitHub](https://github.com/tensorpack/tensorpack) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.7K Β· πŸ“₯ 100 Β· πŸ“¦ 670 Β· πŸ“‹ 1.3K - 0% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/deepmind/sonnet) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 1.3K Β· πŸ“¦ 490 Β· πŸ“‹ 150 - 11% open Β· ⏱️ 08.10.2020): ``` - git clone https://github.com/tensorpack/tensorpack + git clone https://github.com/deepmind/sonnet ``` -- [PyPi](https://pypi.org/project/tensorpack) (πŸ“₯ 92K / month Β· πŸ“¦ 76 Β· ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/dm-sonnet) (πŸ“₯ 34K / month Β· πŸ“¦ 82 Β· ⏱️ 27.03.2020): ``` - pip install tensorpack + pip install dm-sonnet + ``` +- [Conda](https://anaconda.org/conda-forge/sonnet) (πŸ“₯ 7K Β· ⏱️ 14.11.2020): + ``` + conda install -c conda-forge sonnet ```
-
Sonnet (πŸ₯‰28 Β· ⭐ 8.7K) - TensorFlow-based neural network library. Apache-2 +
tensorpack (πŸ₯‰28 Β· ⭐ 5.9K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2 -- [GitHub](https://github.com/deepmind/sonnet) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 1.3K Β· πŸ“¦ 480 Β· πŸ“‹ 150 - 11% open Β· ⏱️ 08.10.2020): +- [GitHub](https://github.com/tensorpack/tensorpack) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.8K Β· πŸ“₯ 110 Β· πŸ“¦ 670 Β· πŸ“‹ 1.3K - 1% open Β· ⏱️ 22.01.2021): ``` - git clone https://github.com/deepmind/sonnet - ``` -- [PyPi](https://pypi.org/project/dm-sonnet) (πŸ“₯ 47K / month Β· πŸ“¦ 82 Β· ⏱️ 27.03.2020): - ``` - pip install dm-sonnet + git clone https://github.com/tensorpack/tensorpack ``` -- [Conda](https://anaconda.org/conda-forge/sonnet) (πŸ“₯ 6.9K Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/tensorpack) (πŸ“₯ 49K / month Β· πŸ“¦ 76 Β· ⏱️ 22.01.2021): ``` - conda install -c conda-forge sonnet + pip install tensorpack ```
-
dyNET (πŸ₯‰28 Β· ⭐ 3.2K Β· πŸ“ˆ) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 +
dyNET (πŸ₯‰28 Β· ⭐ 3.2K) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 -- [GitHub](https://github.com/clab/dynet) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 690 Β· πŸ“₯ 1.5K Β· πŸ“¦ 160 Β· πŸ“‹ 920 - 27% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/clab/dynet) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 690 Β· πŸ“₯ 1.6K Β· πŸ“¦ 170 Β· πŸ“‹ 920 - 27% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/clab/dynet ``` -- [PyPi](https://pypi.org/project/dyNET) (πŸ“₯ 4.5K / month Β· πŸ“¦ 38 Β· ⏱️ 21.10.2020): +- [PyPi](https://pypi.org/project/dyNET) (πŸ“₯ 4.4K / month Β· πŸ“¦ 38 Β· ⏱️ 21.10.2020): ``` pip install dyNET ``` @@ -460,9 +460,9 @@ _General-purpose machine learning and deep learning frameworks._ pip install cntk ```
-
skorch (πŸ₯‰27 Β· ⭐ 3.7K) - A scikit-learn compatible neural network library that wraps.. BSD-3 +
skorch (πŸ₯‰27 Β· ⭐ 3.8K) - A scikit-learn compatible neural network library that wraps.. BSD-3 -- [GitHub](https://github.com/skorch-dev/skorch) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 270 Β· πŸ“¦ 260 Β· πŸ“‹ 360 - 13% open Β· ⏱️ 25.12.2020): +- [GitHub](https://github.com/skorch-dev/skorch) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 270 Β· πŸ“¦ 260 Β· πŸ“‹ 360 - 13% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/skorch-dev/skorch @@ -471,19 +471,19 @@ _General-purpose machine learning and deep learning frameworks._ ``` pip install skorch ``` -- [Conda](https://anaconda.org/conda-forge/skorch) (πŸ“₯ 160K Β· ⏱️ 19.09.2020): +- [Conda](https://anaconda.org/conda-forge/skorch) (πŸ“₯ 170K Β· ⏱️ 19.09.2020): ``` conda install -c conda-forge skorch ```
Ignite (πŸ₯‰27 Β· ⭐ 3.2K) - High-level library to help with training and evaluating neural.. BSD-3 -- [GitHub](https://github.com/pytorch/ignite) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 400 Β· πŸ“¦ 700 Β· πŸ“‹ 700 - 14% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pytorch/ignite) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 410 Β· πŸ“¦ 720 Β· πŸ“‹ 700 - 13% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/pytorch/ignite ``` -- [PyPi](https://pypi.org/project/pytorch-ignite) (πŸ“₯ 35K / month Β· πŸ“¦ 62 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/pytorch-ignite) (πŸ“₯ 31K / month Β· πŸ“¦ 62 Β· ⏱️ 24.01.2021): ``` pip install pytorch-ignite ``` @@ -492,26 +492,42 @@ _General-purpose machine learning and deep learning frameworks._ conda install -c pytorch ignite ```
+
Jina (πŸ₯‰27 Β· ⭐ 2K) - An easier way to build neural search in the cloud. Apache-2 + +- [GitHub](https://github.com/jina-ai/jina) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 320 Β· πŸ“¦ 45 Β· πŸ“‹ 620 - 7% open Β· ⏱️ 28.01.2021): + + ``` + git clone https://github.com/jina-ai/jina + ``` +- [PyPi](https://pypi.org/project/jina) (πŸ“₯ 2K / month Β· ⏱️ 27.01.2021): + ``` + pip install jina + ``` +- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (πŸ“₯ 89K Β· ⏱️ 28.01.2021): + ``` + docker pull jinaai/jina + ``` +
Flax (πŸ₯‰27 Β· ⭐ 1.4K) - Flax is a neural network ecosystem for JAX that is designed for.. Apache-2 jax -- [GitHub](https://github.com/google/flax) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 160 Β· πŸ“₯ 20 Β· πŸ“¦ 89 Β· πŸ“‹ 290 - 56% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/google/flax) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 160 Β· πŸ“₯ 20 Β· πŸ“¦ 91 Β· πŸ“‹ 300 - 53% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/google/flax ``` -- [PyPi](https://pypi.org/project/flax) (πŸ“₯ 48K / month Β· πŸ“¦ 6 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/flax) (πŸ“₯ 44K / month Β· πŸ“¦ 6 Β· ⏱️ 08.12.2020): ``` pip install flax ```
mlpack (πŸ₯‰26 Β· ⭐ 3.5K) - mlpack: a scalable C++ machine learning library --. BSD-3 -- [GitHub](https://github.com/mlpack/mlpack) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.3K Β· πŸ“‹ 1.3K - 11% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/mlpack/mlpack) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.3K Β· πŸ“‹ 1.4K - 11% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/mlpack/mlpack ``` -- [PyPi](https://pypi.org/project/mlpack) (πŸ“₯ 170 / month Β· ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/mlpack) (πŸ“₯ 100 / month Β· ⏱️ 28.10.2020): ``` pip install mlpack ``` @@ -522,43 +538,43 @@ _General-purpose machine learning and deep learning frameworks._
Ludwig (πŸ₯‰25 Β· ⭐ 7.5K) - Ludwig is a toolbox that allows to train and evaluate deep.. Apache-2 -- [GitHub](https://github.com/ludwig-ai/ludwig) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 880 Β· πŸ“¦ 75 Β· πŸ“‹ 520 - 21% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/ludwig-ai/ludwig) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 880 Β· πŸ“¦ 76 Β· πŸ“‹ 520 - 21% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/ludwig-ai/ludwig ``` -- [PyPi](https://pypi.org/project/ludwig) (πŸ“₯ 1.1K / month Β· πŸ“¦ 12 Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/ludwig) (πŸ“₯ 1K / month Β· πŸ“¦ 12 Β· ⏱️ 16.11.2020): ``` pip install ludwig ```
Neural Network Libraries (πŸ₯‰25 Β· ⭐ 2.4K) - Neural Network Libraries. Apache-2 -- [GitHub](https://github.com/sony/nnabla) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 300 Β· πŸ“₯ 520 Β· πŸ“‹ 53 - 66% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/sony/nnabla) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 300 Β· πŸ“₯ 520 Β· πŸ“‹ 54 - 64% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/sony/nnabla ``` -- [PyPi](https://pypi.org/project/nnabla) (πŸ“₯ 2.4K / month Β· πŸ“¦ 34 Β· ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/nnabla) (πŸ“₯ 1.3K / month Β· πŸ“¦ 34 Β· ⏱️ 24.12.2020): ``` pip install nnabla ```
-
tensorflow-upstream (πŸ₯‰25 Β· ⭐ 530) - TensorFlow ROCm port. Apache-2 +
xLearn (πŸ₯‰24 Β· ⭐ 2.8K Β· πŸ’€) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 -- [GitHub](https://github.com/ROCmSoftwarePlatform/tensorflow-upstream) (πŸ‘¨β€πŸ’» 3.5K Β· πŸ”€ 64 Β· πŸ“₯ 16 Β· πŸ“‹ 280 - 19% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/aksnzhy/xlearn) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 490 Β· πŸ“₯ 2.3K Β· πŸ“¦ 40 Β· πŸ“‹ 280 - 62% open Β· ⏱️ 03.03.2020): ``` - git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream + git clone https://github.com/aksnzhy/xlearn ``` -- [PyPi](https://pypi.org/project/tensorflow-rocm) (πŸ“₯ 1.6K / month Β· ⏱️ 22.12.2020): +- [PyPi](https://pypi.org/project/xlearn) (πŸ“₯ 5.4K / month Β· πŸ“¦ 1 Β· ⏱️ 04.12.2018): ``` - pip install tensorflow-rocm + pip install xlearn ```
-
einops (πŸ₯‰24 Β· ⭐ 2.2K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT +
einops (πŸ₯‰24 Β· ⭐ 2.3K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT -- [GitHub](https://github.com/arogozhnikov/einops) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 74 Β· πŸ“¦ 200 Β· πŸ“‹ 62 - 35% open Β· ⏱️ 09.01.2021): +- [GitHub](https://github.com/arogozhnikov/einops) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 76 Β· πŸ“¦ 210 Β· πŸ“‹ 63 - 34% open Β· ⏱️ 09.01.2021): ``` git clone https://github.com/arogozhnikov/einops @@ -567,33 +583,33 @@ _General-purpose machine learning and deep learning frameworks._ ``` pip install einops ``` -- [Conda](https://anaconda.org/conda-forge/einops) (πŸ“₯ 3.5K Β· ⏱️ 15.10.2020): +- [Conda](https://anaconda.org/conda-forge/einops) (πŸ“₯ 3.6K Β· ⏱️ 15.10.2020): ``` conda install -c conda-forge einops ```
-
ktrain (πŸ₯‰24 Β· ⭐ 720) - ktrain is a Python library that makes deep learning and AI more.. Apache-2 +
ktrain (πŸ₯‰24 Β· ⭐ 730) - ktrain is a Python library that makes deep learning and AI more.. Apache-2 -- [GitHub](https://github.com/amaiya/ktrain) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 170 Β· πŸ“¦ 110 Β· πŸ“‹ 290 - 3% open Β· ⏱️ 26.12.2020): +- [GitHub](https://github.com/amaiya/ktrain) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 180 Β· πŸ“¦ 110 Β· πŸ“‹ 300 - 2% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/amaiya/ktrain ``` -- [PyPi](https://pypi.org/project/ktrain) (πŸ“₯ 5.2K / month Β· πŸ“¦ 1 Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/ktrain) (πŸ“₯ 4.7K / month Β· πŸ“¦ 1 Β· ⏱️ 28.01.2021): ``` pip install ktrain ```
-
xLearn (πŸ₯‰23 Β· ⭐ 2.8K Β· πŸ’€) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2 +
tensorflow-upstream (πŸ₯‰24 Β· ⭐ 530) - TensorFlow ROCm port. Apache-2 -- [GitHub](https://github.com/aksnzhy/xlearn) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 480 Β· πŸ“₯ 2.3K Β· πŸ“¦ 40 Β· πŸ“‹ 280 - 62% open Β· ⏱️ 03.03.2020): +- [GitHub](https://github.com/ROCmSoftwarePlatform/tensorflow-upstream) (πŸ‘¨β€πŸ’» 3.5K Β· πŸ”€ 64 Β· πŸ“₯ 16 Β· πŸ“‹ 280 - 19% open Β· ⏱️ 27.01.2021): ``` - git clone https://github.com/aksnzhy/xlearn + git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream ``` -- [PyPi](https://pypi.org/project/xlearn) (πŸ“₯ 6.4K / month Β· πŸ“¦ 1 Β· ⏱️ 04.12.2018): +- [PyPi](https://pypi.org/project/tensorflow-rocm) (πŸ“₯ 1.1K / month Β· ⏱️ 22.12.2020): ``` - pip install xlearn + pip install tensorflow-rocm ```
SHOGUN (πŸ₯‰23 Β· ⭐ 2.8K) - Unified and efficient Machine Learning. BSD-3 @@ -614,12 +630,12 @@ _General-purpose machine learning and deep learning frameworks._
fklearn (πŸ₯‰22 Β· ⭐ 1.3K) - fklearn: Functional Machine Learning. Apache-2 -- [GitHub](https://github.com/nubank/fklearn) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 150 Β· πŸ“¦ 9 Β· πŸ“‹ 38 - 50% open Β· ⏱️ 20.11.2020): +- [GitHub](https://github.com/nubank/fklearn) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 150 Β· πŸ“¦ 9 Β· πŸ“‹ 38 - 50% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/nubank/fklearn ``` -- [PyPi](https://pypi.org/project/fklearn) (πŸ“₯ 4.8K / month Β· ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/fklearn) (πŸ“₯ 3.7K / month Β· ⏱️ 02.10.2020): ``` pip install fklearn ``` @@ -634,31 +650,31 @@ _General-purpose machine learning and deep learning frameworks._
Neural Tangents (πŸ₯‰21 Β· ⭐ 1.3K) - Fast and Easy Infinite Neural Networks in Python. Apache-2 -- [GitHub](https://github.com/google/neural-tangents) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 140 Β· πŸ“₯ 100 Β· πŸ“¦ 12 Β· πŸ“‹ 74 - 33% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/google/neural-tangents) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 150 Β· πŸ“₯ 100 Β· πŸ“¦ 13 Β· πŸ“‹ 77 - 36% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/google/neural-tangents ``` -- [PyPi](https://pypi.org/project/neural-tangents) (πŸ“₯ 510 / month Β· ⏱️ 18.11.2020): +- [PyPi](https://pypi.org/project/neural-tangents) (πŸ“₯ 400 / month Β· ⏱️ 25.01.2021): ``` pip install neural-tangents ```
ThunderSVM (πŸ₯‰20 Β· ⭐ 1.3K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 -- [GitHub](https://github.com/Xtra-Computing/thundersvm) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“₯ 2.1K Β· πŸ“‹ 190 - 22% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/Xtra-Computing/thundersvm) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“₯ 2.1K Β· πŸ“‹ 190 - 22% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/Xtra-Computing/thundersvm ``` -- [PyPi](https://pypi.org/project/thundersvm) (πŸ“₯ 370 / month Β· ⏱️ 13.03.2020): +- [PyPi](https://pypi.org/project/thundersvm) (πŸ“₯ 320 / month Β· ⏱️ 13.03.2020): ``` pip install thundersvm ```
-
Haiku (πŸ₯‰20 Β· ⭐ 910) - JAX-based neural network library. Apache-2 +
Haiku (πŸ₯‰20 Β· ⭐ 920) - JAX-based neural network library. Apache-2 -- [GitHub](https://github.com/deepmind/dm-haiku) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 63 Β· πŸ“¦ 57 Β· πŸ“‹ 66 - 27% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/deepmind/dm-haiku) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 63 Β· πŸ“¦ 58 Β· πŸ“‹ 66 - 27% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/deepmind/dm-haiku @@ -666,55 +682,55 @@ _General-purpose machine learning and deep learning frameworks._
Torchbearer (πŸ₯‰18 Β· ⭐ 580 Β· πŸ’€) - torchbearer: A model fitting library for PyTorch. MIT -- [GitHub](https://github.com/pytorchbearer/torchbearer) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 62 Β· πŸ“¦ 37 Β· πŸ“‹ 240 - 3% open Β· ⏱️ 17.02.2020): +- [GitHub](https://github.com/pytorchbearer/torchbearer) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 62 Β· πŸ“¦ 38 Β· πŸ“‹ 240 - 3% open Β· ⏱️ 17.02.2020): ``` git clone https://github.com/pytorchbearer/torchbearer ``` -- [PyPi](https://pypi.org/project/torchbearer) (πŸ“₯ 180 / month Β· πŸ“¦ 3 Β· ⏱️ 31.01.2020): +- [PyPi](https://pypi.org/project/torchbearer) (πŸ“₯ 150 / month Β· πŸ“¦ 3 Β· ⏱️ 31.01.2020): ``` pip install torchbearer ```
-
Objax (πŸ₯‰18 Β· ⭐ 550 Β· 🐣) - Objax is a machine learning framework that provides an Object.. Apache-2 jax +
Objax (πŸ₯‰17 Β· ⭐ 560 Β· 🐣) - Objax is a machine learning framework that provides an Object.. Apache-2 jax -- [GitHub](https://github.com/google/objax) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 42 Β· πŸ“¦ 5 Β· πŸ“‹ 79 - 39% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/google/objax) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 42 Β· πŸ“¦ 5 Β· πŸ“‹ 79 - 39% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/google/objax ``` -- [PyPi](https://pypi.org/project/objax) (πŸ“₯ 200 / month Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/objax) (πŸ“₯ 140 / month Β· ⏱️ 02.11.2020): ``` pip install objax ```
-
elegy (πŸ₯‰17 Β· ⭐ 150) - Elegy is a Neural Networks framework based on Jax and inspired.. Apache-2 jax +
ThunderGBM (πŸ₯‰16 Β· ⭐ 580) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 -- [GitHub](https://github.com/poets-ai/elegy) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 10 Β· πŸ“‹ 49 - 30% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/Xtra-Computing/thundergbm) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 71 Β· πŸ“‹ 46 - 43% open Β· ⏱️ 05.01.2021): ``` - git clone https://github.com/poets-ai/elegy + git clone https://github.com/Xtra-Computing/thundergbm ``` -- [PyPi](https://pypi.org/project/elegy) (πŸ“₯ 190 / month Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/thundergbm) (πŸ“₯ 65 / month Β· ⏱️ 01.05.2020): ``` - pip install elegy + pip install thundergbm ```
-
ThunderGBM (πŸ₯‰16 Β· ⭐ 580) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 +
elegy (πŸ₯‰16 Β· ⭐ 150) - Elegy is a Neural Networks framework based on Jax and inspired.. Apache-2 jax -- [GitHub](https://github.com/Xtra-Computing/thundergbm) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 71 Β· πŸ“‹ 46 - 43% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/poets-ai/elegy) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 10 Β· πŸ“‹ 50 - 30% open Β· ⏱️ 22.01.2021): ``` - git clone https://github.com/Xtra-Computing/thundergbm + git clone https://github.com/poets-ai/elegy ``` -- [PyPi](https://pypi.org/project/thundergbm) (πŸ“₯ 99 / month Β· ⏱️ 01.05.2020): +- [PyPi](https://pypi.org/project/elegy) (πŸ“₯ 120 / month Β· ⏱️ 17.12.2020): ``` - pip install thundergbm + pip install elegy ```
NeoML (πŸ₯‰13 Β· ⭐ 560) - Machine learning framework for both deep learning and traditional.. Apache-2 -- [GitHub](https://github.com/neoml-lib/neoml) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 79 Β· πŸ“‹ 29 - 55% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/neoml-lib/neoml) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 79 Β· πŸ“‹ 29 - 55% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/neoml-lib/neoml @@ -722,8 +738,8 @@ _General-purpose machine learning and deep learning frameworks._
Show 7 hidden projects... -- dlib (πŸ₯ˆ33 Β· ⭐ 9.8K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 -- NuPIC (πŸ₯‰25 Β· ⭐ 6.2K Β· πŸ’€) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0 +- dlib (πŸ₯ˆ32 Β· ⭐ 9.8K Β· πŸ“‰) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- NuPIC (πŸ₯‰24 Β· ⭐ 6.2K Β· πŸ’€) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0 - Lasagne (πŸ₯‰24 Β· ⭐ 3.8K Β· πŸ’€) - Lightweight library to build and train neural networks in Theano. MIT - neon (πŸ₯‰22 Β· ⭐ 3.9K Β· πŸ’€) - Intel Nervana reference deep learning framework committed to best.. Apache-2 - MindsDB (πŸ₯‰20 Β· ⭐ 3.2K) - Predictive AI layer for existing databases. ❗️GPL-3.0 @@ -740,28 +756,28 @@ _General-purpose and task-specific data visualization libraries._
Matplotlib (πŸ₯‡41 Β· ⭐ 13K) - matplotlib: plotting with Python. Python-2.0 -- [GitHub](https://github.com/matplotlib/matplotlib) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.6K Β· πŸ“¦ 320K Β· πŸ“‹ 7.6K - 21% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/matplotlib/matplotlib) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.6K Β· πŸ“¦ 320K Β· πŸ“‹ 7.6K - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/matplotlib/matplotlib ``` -- [PyPi](https://pypi.org/project/matplotlib) (πŸ“₯ 8.4M / month Β· πŸ“¦ 79K Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/matplotlib) (πŸ“₯ 7.2M / month Β· πŸ“¦ 79K Β· ⏱️ 12.11.2020): ``` pip install matplotlib ``` -- [Conda](https://anaconda.org/conda-forge/matplotlib) (πŸ“₯ 7.8M Β· ⏱️ 14.01.2021): +- [Conda](https://anaconda.org/conda-forge/matplotlib) (πŸ“₯ 7.9M Β· ⏱️ 14.01.2021): ``` conda install -c conda-forge matplotlib ```
Plotly (πŸ₯‡35 Β· ⭐ 8.7K) - The interactive graphing library for Python (includes Plotly Express). MIT -- [GitHub](https://github.com/plotly/plotly.py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 5 Β· πŸ“‹ 1.8K - 42% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/plotly/plotly.py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 5 Β· πŸ“‹ 1.8K - 43% open Β· ⏱️ 14.01.2021): ``` git clone https://github.com/plotly/plotly.py ``` -- [PyPi](https://pypi.org/project/plotly) (πŸ“₯ 2.4M / month Β· πŸ“¦ 5K Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/plotly) (πŸ“₯ 2.1M / month Β· πŸ“¦ 5K Β· ⏱️ 12.01.2021): ``` pip install plotly ``` @@ -769,51 +785,51 @@ _General-purpose and task-specific data visualization libraries._ ``` conda install -c conda-forge plotly ``` -- [NPM](https://www.npmjs.com/package/plotlywidget) (πŸ“₯ 95K / month Β· πŸ“¦ 4 Β· ⏱️ 12.01.2021): +- [NPM](https://www.npmjs.com/package/plotlywidget) (πŸ“₯ 150K / month Β· πŸ“¦ 4 Β· ⏱️ 12.01.2021): ``` npm install plotlywidget ```
Seaborn (πŸ₯‡35 Β· ⭐ 8K) - Statistical data visualization using matplotlib. BSD-3 -- [GitHub](https://github.com/mwaskom/seaborn) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.4K Β· πŸ“₯ 120 Β· πŸ“¦ 78K Β· πŸ“‹ 1.8K - 4% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/mwaskom/seaborn) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.4K Β· πŸ“₯ 120 Β· πŸ“¦ 79K Β· πŸ“‹ 1.8K - 4% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/mwaskom/seaborn ``` -- [PyPi](https://pypi.org/project/seaborn) (πŸ“₯ 1.6M / month Β· πŸ“¦ 13K Β· ⏱️ 20.12.2020): +- [PyPi](https://pypi.org/project/seaborn) (πŸ“₯ 1.5M / month Β· πŸ“¦ 13K Β· ⏱️ 20.12.2020): ``` pip install seaborn ``` -- [Conda](https://anaconda.org/conda-forge/seaborn) (πŸ“₯ 1.9M Β· ⏱️ 21.12.2020): +- [Conda](https://anaconda.org/conda-forge/seaborn) (πŸ“₯ 1.9M Β· ⏱️ 28.01.2021): ``` conda install -c conda-forge seaborn ```
dash (πŸ₯‡34 Β· ⭐ 14K) - Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required. MIT -- [GitHub](https://github.com/plotly/dash) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 1.4K Β· πŸ“¦ 17K Β· πŸ“‹ 960 - 41% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/plotly/dash) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 1.4K Β· πŸ“¦ 17K Β· πŸ“‹ 960 - 42% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/plotly/dash ``` -- [PyPi](https://pypi.org/project/dash) (πŸ“₯ 210K / month Β· πŸ“¦ 1.6K Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/dash) (πŸ“₯ 190K / month Β· πŸ“¦ 1.6K Β· ⏱️ 19.01.2021): ``` pip install dash ``` -- [Conda](https://anaconda.org/conda-forge/dash) (πŸ“₯ 210K Β· ⏱️ 11.12.2020): +- [Conda](https://anaconda.org/conda-forge/dash) (πŸ“₯ 210K Β· ⏱️ 21.01.2021): ``` conda install -c conda-forge dash ```
Bokeh (πŸ₯‡33 Β· ⭐ 15K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 3.6K Β· πŸ“¦ 30K Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 3.6K Β· πŸ“¦ 30K Β· πŸ“‹ 6.4K - 9% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/bokeh/bokeh ``` -- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 980K / month Β· πŸ“¦ 5.9K Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 840K / month Β· πŸ“¦ 5.9K Β· ⏱️ 19.01.2021): ``` pip install bokeh ``` @@ -824,24 +840,24 @@ _General-purpose and task-specific data visualization libraries._
pyecharts (πŸ₯ˆ31 Β· ⭐ 10K) - Python Echarts Plotting Library. MIT -- [GitHub](https://github.com/pyecharts/pyecharts) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/pyecharts/pyecharts) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.5K Β· πŸ“‹ 1.4K - 1% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/pyecharts/pyecharts ``` -- [PyPi](https://pypi.org/project/pyecharts) (πŸ“₯ 28K / month Β· πŸ“¦ 280 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/pyecharts) (πŸ“₯ 20K / month Β· πŸ“¦ 280 Β· ⏱️ 29.10.2020): ``` pip install pyecharts ```
wordcloud (πŸ₯ˆ31 Β· ⭐ 7.8K) - A little word cloud generator in Python. MIT -- [GitHub](https://github.com/amueller/word_cloud) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 2K Β· πŸ“¦ 8.5K Β· πŸ“‹ 440 - 22% open Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/amueller/word_cloud) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 2K Β· πŸ“¦ 8.6K Β· πŸ“‹ 440 - 22% open Β· ⏱️ 11.11.2020): ``` git clone https://github.com/amueller/word_cloud ``` -- [PyPi](https://pypi.org/project/wordcloud) (πŸ“₯ 210K / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/wordcloud) (πŸ“₯ 190K / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.11.2020): ``` pip install wordcloud ``` @@ -852,71 +868,71 @@ _General-purpose and task-specific data visualization libraries._
Altair (πŸ₯ˆ31 Β· ⭐ 6.4K) - Declarative statistical visualization library for Python. BSD-3 -- [GitHub](https://github.com/altair-viz/altair) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 570 Β· πŸ“¦ 7.4K Β· πŸ“‹ 1.5K - 19% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/altair-viz/altair) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 570 Β· πŸ“¦ 7.6K Β· πŸ“‹ 1.5K - 19% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/altair-viz/altair ``` -- [PyPi](https://pypi.org/project/altair) (πŸ“₯ 610K / month Β· πŸ“¦ 370 Β· ⏱️ 01.04.2020): +- [PyPi](https://pypi.org/project/altair) (πŸ“₯ 540K / month Β· πŸ“¦ 370 Β· ⏱️ 01.04.2020): ``` pip install altair ``` -- [Conda](https://anaconda.org/conda-forge/altair) (πŸ“₯ 580K Β· ⏱️ 01.04.2020): +- [Conda](https://anaconda.org/conda-forge/altair) (πŸ“₯ 590K Β· ⏱️ 01.04.2020): ``` conda install -c conda-forge altair ```
bqplot (πŸ₯ˆ30 Β· ⭐ 3K) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 400 Β· πŸ“¦ 1.2K Β· πŸ“‹ 500 - 37% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 400 Β· πŸ“¦ 1.2K Β· πŸ“‹ 500 - 36% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 11K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 12K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2021): ``` pip install bqplot ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (πŸ“₯ 460K Β· ⏱️ 14.01.2021): +- [Conda](https://anaconda.org/conda-forge/bqplot) (πŸ“₯ 470K Β· ⏱️ 14.01.2021): ``` conda install -c conda-forge bqplot ``` -- [NPM](https://www.npmjs.com/package/bqplot) (πŸ“₯ 120K / month Β· πŸ“¦ 10 Β· ⏱️ 14.01.2021): +- [NPM](https://www.npmjs.com/package/bqplot) (πŸ“₯ 130K / month Β· πŸ“¦ 10 Β· ⏱️ 14.01.2021): ``` npm install bqplot ```
pandas-profiling (πŸ₯ˆ29 Β· ⭐ 6.6K) - Create HTML profiling reports from pandas DataFrame.. MIT -- [GitHub](https://github.com/pandas-profiling/pandas-profiling) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 980 Β· πŸ“¦ 2.9K Β· πŸ“‹ 410 - 14% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/pandas-profiling/pandas-profiling) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 980 Β· πŸ“¦ 2.9K Β· πŸ“‹ 420 - 14% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/pandas-profiling/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 180K / month Β· πŸ“¦ 160 Β· ⏱️ 03.09.2020): +- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 150K / month Β· πŸ“¦ 160 Β· ⏱️ 03.09.2020): ``` pip install pandas-profiling ``` -- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (πŸ“₯ 98K Β· ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (πŸ“₯ 99K Β· ⏱️ 09.01.2021): ``` conda install -c conda-forge pandas-profiling ```
-
UMAP (πŸ₯ˆ29 Β· ⭐ 4.4K) - Uniform Manifold Approximation and Projection. BSD-3 +
UMAP (πŸ₯ˆ29 Β· ⭐ 4.5K) - Uniform Manifold Approximation and Projection. BSD-3 -- [GitHub](https://github.com/lmcinnes/umap) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 480 Β· πŸ“‹ 420 - 48% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/lmcinnes/umap) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 480 Β· πŸ“‹ 420 - 48% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/lmcinnes/umap ``` -- [PyPi](https://pypi.org/project/umap-learn) (πŸ“₯ 120K / month Β· πŸ“¦ 230 Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/umap-learn) (πŸ“₯ 110K / month Β· πŸ“¦ 230 Β· ⏱️ 11.01.2021): ``` pip install umap-learn ```
PyQtGraph (πŸ₯ˆ29 Β· ⭐ 2.3K) - Fast data visualization and GUI tools for scientific / engineering.. MIT -- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 810 Β· πŸ“‹ 720 - 39% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 810 Β· πŸ“‹ 740 - 38% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pyqtgraph/pyqtgraph @@ -932,44 +948,44 @@ _General-purpose and task-specific data visualization libraries._
HoloViews (πŸ₯ˆ29 Β· ⭐ 1.8K) - With Holoviews, your data visualizes itself. BSD-3 -- [GitHub](https://github.com/holoviz/holoviews) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 300 Β· πŸ“‹ 2.5K - 27% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/holoviz/holoviews) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 300 Β· πŸ“‹ 2.5K - 27% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/holoviz/holoviews ``` -- [PyPi](https://pypi.org/project/holoviews) (πŸ“₯ 73K / month Β· πŸ“¦ 170 Β· ⏱️ 27.12.2020): +- [PyPi](https://pypi.org/project/holoviews) (πŸ“₯ 67K / month Β· πŸ“¦ 170 Β· ⏱️ 27.12.2020): ``` pip install holoviews ``` -- [Conda](https://anaconda.org/conda-forge/holoviews) (πŸ“₯ 400K Β· ⏱️ 28.12.2020): +- [Conda](https://anaconda.org/conda-forge/holoviews) (πŸ“₯ 410K Β· ⏱️ 28.12.2020): ``` conda install -c conda-forge holoviews ``` -- [NPM](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (πŸ“₯ 6.7K / month Β· ⏱️ 24.05.2020): +- [NPM](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (πŸ“₯ 7.3K / month Β· ⏱️ 24.05.2020): ``` npm install @pyviz/jupyterlab_pyviz ```
-
Graphviz (πŸ₯ˆ29 Β· ⭐ 900) - Simple Python interface for Graphviz. MIT +
Graphviz (πŸ₯ˆ29 Β· ⭐ 910) - Simple Python interface for Graphviz. MIT - [GitHub](https://github.com/xflr6/graphviz) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 140 Β· πŸ“¦ 17K Β· πŸ“‹ 100 - 4% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/xflr6/graphviz ``` -- [PyPi](https://pypi.org/project/graphviz) (πŸ“₯ 2.3M / month Β· πŸ“¦ 4.4K Β· ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/graphviz) (πŸ“₯ 2.1M / month Β· πŸ“¦ 4.4K Β· ⏱️ 24.12.2020): ``` pip install graphviz ```
VisPy (πŸ₯ˆ28 Β· ⭐ 2.6K) - High-performance interactive 2D/3D data visualization library. BSD-3 -- [GitHub](https://github.com/vispy/vispy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 540 Β· πŸ“¦ 440 Β· πŸ“‹ 1.1K - 31% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/vispy/vispy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 540 Β· πŸ“¦ 450 Β· πŸ“‹ 1.1K - 31% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/vispy/vispy ``` -- [PyPi](https://pypi.org/project/vispy) (πŸ“₯ 13K / month Β· πŸ“¦ 120 Β· ⏱️ 28.11.2020): +- [PyPi](https://pypi.org/project/vispy) (πŸ“₯ 12K / month Β· πŸ“¦ 120 Β· ⏱️ 28.11.2020): ``` pip install vispy ``` @@ -984,16 +1000,16 @@ _General-purpose and task-specific data visualization libraries._
datashader (πŸ₯ˆ28 Β· ⭐ 2.4K) - Quickly and accurately render even the largest data. BSD-3 -- [GitHub](https://github.com/holoviz/datashader) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 310 Β· πŸ“¦ 560 Β· πŸ“‹ 460 - 31% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/holoviz/datashader) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 310 Β· πŸ“¦ 570 Β· πŸ“‹ 460 - 31% open Β· ⏱️ 17.01.2021): ``` git clone https://github.com/holoviz/datashader ``` -- [PyPi](https://pypi.org/project/datashader) (πŸ“₯ 9.6K / month Β· πŸ“¦ 70 Β· ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/datashader) (πŸ“₯ 9.4K / month Β· πŸ“¦ 70 Β· ⏱️ 07.01.2021): ``` pip install datashader ``` -- [Conda](https://anaconda.org/conda-forge/datashader) (πŸ“₯ 130K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/datashader) (πŸ“₯ 140K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge datashader ``` @@ -1005,74 +1021,74 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/ResidentMario/missingno ``` -- [PyPi](https://pypi.org/project/missingno) (πŸ“₯ 150K / month Β· πŸ“¦ 76 Β· ⏱️ 29.06.2018): +- [PyPi](https://pypi.org/project/missingno) (πŸ“₯ 120K / month Β· πŸ“¦ 76 Β· ⏱️ 29.06.2018): ``` pip install missingno ``` -- [Conda](https://anaconda.org/conda-forge/missingno) (πŸ“₯ 69K Β· ⏱️ 15.02.2020): +- [Conda](https://anaconda.org/conda-forge/missingno) (πŸ“₯ 70K Β· ⏱️ 15.02.2020): ``` conda install -c conda-forge missingno ```
-
data-validation (πŸ₯ˆ27 Β· ⭐ 500) - Library for exploring and validating machine learning.. Apache-2 +
data-validation (πŸ₯ˆ27 Β· ⭐ 510) - Library for exploring and validating machine learning.. Apache-2 -- [GitHub](https://github.com/tensorflow/data-validation) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 94 Β· πŸ“₯ 200 Β· πŸ“¦ 220 Β· πŸ“‹ 110 - 34% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/tensorflow/data-validation) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 94 Β· πŸ“₯ 200 Β· πŸ“¦ 220 Β· πŸ“‹ 110 - 34% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/tensorflow/data-validation ``` -- [PyPi](https://pypi.org/project/tensorflow-data-validation) (πŸ“₯ 6M / month Β· πŸ“¦ 18 Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-data-validation) (πŸ“₯ 5.1M / month Β· πŸ“¦ 18 Β· ⏱️ 17.12.2020): ``` pip install tensorflow-data-validation ```
Perspective (πŸ₯‰26 Β· ⭐ 3.1K) - Streaming pivot visualization via WebAssembly. Apache-2 -- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 340 Β· πŸ“¦ 170 Β· πŸ“‹ 370 - 19% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 340 Β· πŸ“¦ 170 Β· πŸ“‹ 380 - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 480 / month Β· πŸ“¦ 4 Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 450 / month Β· πŸ“¦ 4 Β· ⏱️ 14.01.2021): ``` pip install perspective-python ``` -- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 1K / month Β· ⏱️ 08.01.2021): +- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 1.2K / month Β· ⏱️ 08.01.2021): ``` npm install @finos/perspective-jupyterlab ```
Cufflinks (πŸ₯‰26 Β· ⭐ 2.1K) - Productivity Tools for Plotly + Pandas. MIT -- [GitHub](https://github.com/santosjorge/cufflinks) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 530 Β· πŸ“¦ 2.6K Β· πŸ“‹ 200 - 40% open Β· ⏱️ 07.10.2020): +- [GitHub](https://github.com/santosjorge/cufflinks) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 540 Β· πŸ“¦ 2.6K Β· πŸ“‹ 200 - 40% open Β· ⏱️ 07.10.2020): ``` git clone https://github.com/santosjorge/cufflinks ``` -- [PyPi](https://pypi.org/project/cufflinks) (πŸ“₯ 46K / month Β· πŸ“¦ 230 Β· ⏱️ 01.03.2020): +- [PyPi](https://pypi.org/project/cufflinks) (πŸ“₯ 42K / month Β· πŸ“¦ 230 Β· ⏱️ 01.03.2020): ``` pip install cufflinks ```
-
PyVista (πŸ₯‰26 Β· ⭐ 660) - 3D plotting and mesh analysis through a streamlined interface for the.. MIT +
PyVista (πŸ₯‰26 Β· ⭐ 670) - 3D plotting and mesh analysis through a streamlined interface for the.. MIT -- [GitHub](https://github.com/pyvista/pyvista) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 130 Β· πŸ“₯ 41 Β· πŸ“¦ 240 Β· πŸ“‹ 380 - 30% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pyvista/pyvista) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 140 Β· πŸ“₯ 41 Β· πŸ“¦ 240 Β· πŸ“‹ 400 - 32% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/pyvista/pyvista ``` -- [PyPi](https://pypi.org/project/pyvista) (πŸ“₯ 7K / month Β· πŸ“¦ 26 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/pyvista) (πŸ“₯ 7.5K / month Β· πŸ“¦ 26 Β· ⏱️ 10.12.2020): ``` pip install pyvista ``` -- [Conda](https://anaconda.org/conda-forge/pyvista) (πŸ“₯ 55K Β· ⏱️ 10.12.2020): +- [Conda](https://anaconda.org/conda-forge/pyvista) (πŸ“₯ 56K Β· ⏱️ 10.12.2020): ``` conda install -c conda-forge pyvista ```
HyperTools (πŸ₯‰25 Β· ⭐ 1.6K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT -- [GitHub](https://github.com/ContextLab/hypertools) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 150 Β· πŸ“¦ 97 Β· πŸ“‹ 190 - 36% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/ContextLab/hypertools) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 150 Β· πŸ“¦ 100 Β· πŸ“‹ 190 - 36% open Β· ⏱️ 06.01.2021): ``` git clone https://github.com/ContextLab/hypertools @@ -1084,16 +1100,16 @@ _General-purpose and task-specific data visualization libraries._
hvPlot (πŸ₯‰25 Β· ⭐ 340) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3 -- [GitHub](https://github.com/holoviz/hvplot) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 49 Β· πŸ“¦ 440 Β· πŸ“‹ 320 - 30% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/holoviz/hvplot) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 49 Β· πŸ“¦ 450 Β· πŸ“‹ 320 - 30% open Β· ⏱️ 17.01.2021): ``` git clone https://github.com/holoviz/hvplot ``` -- [PyPi](https://pypi.org/project/hvplot) (πŸ“₯ 31K / month Β· πŸ“¦ 15 Β· ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/hvplot) (πŸ“₯ 27K / month Β· πŸ“¦ 15 Β· ⏱️ 02.06.2020): ``` pip install hvplot ``` -- [Conda](https://anaconda.org/conda-forge/hvplot) (πŸ“₯ 59K Β· ⏱️ 06.01.2021): +- [Conda](https://anaconda.org/conda-forge/hvplot) (πŸ“₯ 60K Β· ⏱️ 06.01.2021): ``` conda install -c conda-forge hvplot ``` @@ -1105,7 +1121,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/spotify/chartify ``` -- [PyPi](https://pypi.org/project/chartify) (πŸ“₯ 3.9K / month Β· πŸ“¦ 5 Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/chartify) (πŸ“₯ 3.1K / month Β· πŸ“¦ 5 Β· ⏱️ 02.11.2020): ``` pip install chartify ``` @@ -1121,7 +1137,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/jupyter-widgets/pythreejs ``` -- [PyPi](https://pypi.org/project/pythreejs) (πŸ“₯ 5.3K / month Β· πŸ“¦ 13 Β· ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/pythreejs) (πŸ“₯ 5.6K / month Β· πŸ“¦ 13 Β· ⏱️ 09.10.2020): ``` pip install pythreejs ``` @@ -1129,7 +1145,7 @@ _General-purpose and task-specific data visualization libraries._ ``` conda install -c conda-forge pythreejs ``` -- [NPM](https://www.npmjs.com/package/jupyter-threejs) (πŸ“₯ 4.6K / month Β· πŸ“¦ 8 Β· ⏱️ 19.03.2020): +- [NPM](https://www.npmjs.com/package/jupyter-threejs) (πŸ“₯ 5.2K / month Β· πŸ“¦ 8 Β· ⏱️ 19.03.2020): ``` npm install jupyter-threejs ``` @@ -1153,7 +1169,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/DmitryUlyanov/Multicore-TSNE ``` -- [PyPi](https://pypi.org/project/MulticoreTSNE) (πŸ“₯ 2.4K / month Β· πŸ“¦ 14 Β· ⏱️ 08.11.2017): +- [PyPi](https://pypi.org/project/MulticoreTSNE) (πŸ“₯ 2.1K / month Β· πŸ“¦ 14 Β· ⏱️ 08.11.2017): ``` pip install MulticoreTSNE ``` @@ -1169,47 +1185,47 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/pavlin-policar/openTSNE ``` -- [PyPi](https://pypi.org/project/opentsne) (πŸ“₯ 7.2K / month Β· πŸ“¦ 4 Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/opentsne) (πŸ“₯ 8.2K / month Β· πŸ“¦ 4 Β· ⏱️ 08.01.2021): ``` pip install opentsne ``` -- [Conda](https://anaconda.org/conda-forge/opentsne) (πŸ“₯ 73K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/opentsne) (πŸ“₯ 74K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge opentsne ```
PandasGUI (πŸ₯‰22 Β· ⭐ 2K) - A GUI for Pandas DataFrames. MIT -- [GitHub](https://github.com/adamerose/PandasGUI) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 110 Β· πŸ“¦ 33 Β· πŸ“‹ 66 - 21% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/adamerose/PandasGUI) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 110 Β· πŸ“¦ 34 Β· πŸ“‹ 67 - 19% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/adamerose/pandasgui ``` -- [PyPi](https://pypi.org/project/pandasgui) (πŸ“₯ 1.7K / month Β· πŸ“¦ 1 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/pandasgui) (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 10.11.2020): ``` pip install pandasgui ```
Pandas-Bokeh (πŸ₯‰22 Β· ⭐ 600) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT -- [GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 75 Β· πŸ“¦ 120 Β· πŸ“‹ 72 - 29% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 76 Β· πŸ“¦ 130 Β· πŸ“‹ 74 - 28% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/PatrikHlobil/Pandas-Bokeh ``` -- [PyPi](https://pypi.org/project/pandas-bokeh) (πŸ“₯ 5.7K / month Β· πŸ“¦ 10 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/pandas-bokeh) (πŸ“₯ 5.1K / month Β· πŸ“¦ 10 Β· ⏱️ 27.01.2021): ``` pip install pandas-bokeh ```
python-ternary (πŸ₯‰22 Β· ⭐ 380) - Ternary plotting library for python with matplotlib. MIT -- [GitHub](https://github.com/marcharper/python-ternary) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 110 Β· πŸ“₯ 14 Β· πŸ“¦ 51 Β· πŸ“‹ 100 - 23% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/marcharper/python-ternary) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 110 Β· πŸ“₯ 14 Β· πŸ“¦ 53 Β· πŸ“‹ 100 - 23% open Β· ⏱️ 05.01.2021): ``` git clone https://github.com/marcharper/python-ternary ``` -- [PyPi](https://pypi.org/project/python-ternary) (πŸ“₯ 940 / month Β· πŸ“¦ 10 Β· ⏱️ 10.05.2020): +- [PyPi](https://pypi.org/project/python-ternary) (πŸ“₯ 860 / month Β· πŸ“¦ 10 Β· ⏱️ 10.05.2020): ``` pip install python-ternary ``` @@ -1225,7 +1241,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/vega/ipyvega ``` -- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 12K / month Β· πŸ“¦ 150 Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 14K / month Β· πŸ“¦ 150 Β· ⏱️ 15.05.2020): ``` pip install vega ``` @@ -1234,6 +1250,22 @@ _General-purpose and task-specific data visualization libraries._ conda install -c conda-forge vega ```
+
D-Tale (πŸ₯‰21 Β· ⭐ 2K Β· βž•) - Visualizer for pandas data structures. ❗️LGPL-2.1 + +- [GitHub](https://github.com/man-group/dtale) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 140 Β· πŸ“¦ 84 Β· πŸ“‹ 300 - 12% open Β· ⏱️ 26.01.2021): + + ``` + git clone https://github.com/man-group/dtale + ``` +- [PyPi](https://pypi.org/project/dtale) (πŸ“₯ 3.1K / month Β· ⏱️ 26.01.2021): + ``` + pip install dtale + ``` +- [Conda](https://anaconda.org/conda-forge/dtale) (πŸ“₯ 33K Β· ⏱️ 26.01.2021): + ``` + conda install -c conda-forge dtale + ``` +
joypy (πŸ₯‰21 Β· ⭐ 310) - Joyplots in Python with matplotlib & pandas. MIT - [GitHub](https://github.com/sbebo/joypy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 32 Β· πŸ“¦ 63 Β· πŸ“‹ 38 - 10% open Β· ⏱️ 28.12.2020): @@ -1241,7 +1273,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/sbebo/joypy ``` -- [PyPi](https://pypi.org/project/joypy) (πŸ“₯ 2.4K / month Β· πŸ“¦ 6 Β· ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/joypy) (πŸ“₯ 2.1K / month Β· πŸ“¦ 6 Β· ⏱️ 28.12.2020): ``` pip install joypy ``` @@ -1250,18 +1282,18 @@ _General-purpose and task-specific data visualization libraries._ conda install -c conda-forge joypy ```
-
HiPlot (πŸ₯‰19 Β· ⭐ 1.9K) - HiPlot makes understanding high dimensional data easy. MIT +
HiPlot (πŸ₯‰19 Β· ⭐ 2K) - HiPlot makes understanding high dimensional data easy. MIT -- [GitHub](https://github.com/facebookresearch/hiplot) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 89 Β· πŸ“¦ 2 Β· πŸ“‹ 47 - 12% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/facebookresearch/hiplot) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 89 Β· πŸ“¦ 2 Β· πŸ“‹ 48 - 14% open Β· ⏱️ 11.01.2021): ``` git clone https://github.com/facebookresearch/hiplot ``` -- [PyPi](https://pypi.org/project/hiplot) (πŸ“₯ 1.8K / month Β· ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/hiplot) (πŸ“₯ 1.6K / month Β· ⏱️ 23.12.2020): ``` pip install hiplot ``` -- [Conda](https://anaconda.org/conda-forge/hiplot) (πŸ“₯ 41K Β· ⏱️ 23.12.2020): +- [Conda](https://anaconda.org/conda-forge/hiplot) (πŸ“₯ 42K Β· ⏱️ 23.12.2020): ``` conda install -c conda-forge hiplot ``` @@ -1273,19 +1305,19 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/fbdesignpro/sweetviz ``` -- [PyPi](https://pypi.org/project/sweetviz) (πŸ“₯ 6.8K / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/sweetviz) (πŸ“₯ 6.3K / month Β· ⏱️ 10.12.2020): ``` pip install sweetviz ```
lets-plot (πŸ₯‰19 Β· ⭐ 480) - An open-source plotting library for statistical data. MIT -- [GitHub](https://github.com/JetBrains/lets-plot) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 15 Β· πŸ“‹ 110 - 36% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/JetBrains/lets-plot) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 15 Β· πŸ“‹ 120 - 40% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/JetBrains/lets-plot ``` -- [PyPi](https://pypi.org/project/lets-plot) (πŸ“₯ 4.8K / month Β· ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/lets-plot) (πŸ“₯ 3.9K / month Β· ⏱️ 23.12.2020): ``` pip install lets-plot ``` @@ -1297,7 +1329,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/t-makaro/animatplot ``` -- [PyPi](https://pypi.org/project/animatplot) (πŸ“₯ 120 / month Β· πŸ“¦ 1 Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/animatplot) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 05.10.2020): ``` pip install animatplot ``` @@ -1308,36 +1340,36 @@ _General-purpose and task-specific data visualization libraries._
AutoViz (πŸ₯‰19 Β· ⭐ 290) - Automatically Visualize any dataset, any size with a single line of.. Apache-2 -- [GitHub](https://github.com/AutoViML/AutoViz) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 54 Β· πŸ“¦ 26 Β· πŸ“‹ 21 - 23% open Β· ⏱️ 21.12.2020): +- [GitHub](https://github.com/AutoViML/AutoViz) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 54 Β· πŸ“¦ 27 Β· πŸ“‹ 21 - 23% open Β· ⏱️ 21.12.2020): ``` git clone https://github.com/AutoViML/AutoViz ``` -- [PyPi](https://pypi.org/project/autoviz) (πŸ“₯ 960 / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/autoviz) (πŸ“₯ 940 / month Β· ⏱️ 10.12.2020): ``` pip install autoviz ```
PyWaffle (πŸ₯‰18 Β· ⭐ 380) - Make Waffle Charts in Python. MIT -- [GitHub](https://github.com/gyli/PyWaffle) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 61 Β· πŸ“¦ 39 Β· πŸ“‹ 12 - 16% open Β· ⏱️ 26.07.2020): +- [GitHub](https://github.com/gyli/PyWaffle) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 62 Β· πŸ“¦ 40 Β· πŸ“‹ 12 - 16% open Β· ⏱️ 26.07.2020): ``` git clone https://github.com/gyli/PyWaffle ``` -- [PyPi](https://pypi.org/project/pywaffle) (πŸ“₯ 690 / month Β· ⏱️ 26.07.2020): +- [PyPi](https://pypi.org/project/pywaffle) (πŸ“₯ 720 / month Β· ⏱️ 26.07.2020): ``` pip install pywaffle ```
FiftyOne (πŸ₯‰18 Β· ⭐ 180) - Visualize, create, and debug image and video datasets.. Apache-2 -- [GitHub](https://github.com/voxel51/fiftyone) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 15 Β· πŸ“‹ 300 - 38% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/voxel51/fiftyone) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 15 Β· πŸ“‹ 310 - 37% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/voxel51/fiftyone ``` -- [PyPi](https://pypi.org/project/fiftyone) (πŸ“₯ 340 / month Β· ⏱️ 16.01.2021): +- [PyPi](https://pypi.org/project/fiftyone) (πŸ“₯ 260 / month Β· ⏱️ 16.01.2021): ``` pip install fiftyone ``` @@ -1349,7 +1381,7 @@ _General-purpose and task-specific data visualization libraries._ ``` git clone https://github.com/Zsailer/nx_altair ``` -- [PyPi](https://pypi.org/project/nx-altair) (πŸ“₯ 140 / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/nx-altair) (πŸ“₯ 130 / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): ``` pip install nx-altair ``` @@ -1373,12 +1405,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
spaCy (πŸ₯‡37 Β· ⭐ 18K) - Industrial-strength Natural Language Processing (NLP) with Python and Cython. MIT -- [GitHub](https://github.com/explosion/spaCy) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 3.2K Β· πŸ“₯ 2.9K Β· πŸ“¦ 21K Β· πŸ“‹ 4.3K - 2% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/explosion/spaCy) (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 3.2K Β· πŸ“₯ 2.9K Β· πŸ“¦ 21K Β· πŸ“‹ 4.3K - 2% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/explosion/spaCy ``` -- [PyPi](https://pypi.org/project/spacy) (πŸ“₯ 820K / month Β· πŸ“¦ 3.1K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/spacy) (πŸ“₯ 740K / month Β· πŸ“¦ 3.1K Β· ⏱️ 11.12.2020): ``` pip install spacy ``` @@ -1389,58 +1421,62 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
transformers (πŸ₯‡36 Β· ⭐ 40K) - Transformers: State-of-the-art Natural Language.. Apache-2 -- [GitHub](https://github.com/huggingface/transformers) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 9.7K Β· πŸ“₯ 1.2K Β· πŸ“¦ 7.1K Β· πŸ“‹ 5.7K - 8% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/huggingface/transformers) (πŸ‘¨β€πŸ’» 770 Β· πŸ”€ 9.8K Β· πŸ“₯ 1.2K Β· πŸ“¦ 7.2K Β· πŸ“‹ 5.8K - 9% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/huggingface/transformers ``` -- [PyPi](https://pypi.org/project/transformers) (πŸ“₯ 630K / month Β· πŸ“¦ 130 Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/transformers) (πŸ“₯ 570K / month Β· πŸ“¦ 130 Β· ⏱️ 21.01.2021): ``` pip install transformers ``` -- [Conda](https://anaconda.org/conda-forge/transformers) (πŸ“₯ 16K Β· ⏱️ 21.01.2021): +- [Conda](https://anaconda.org/conda-forge/transformers) (πŸ“₯ 17K Β· ⏱️ 21.01.2021): ``` conda install -c conda-forge transformers ```
-
nltk (πŸ₯‡34 Β· ⭐ 9.6K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 +
gensim (πŸ₯‡35 Β· ⭐ 12K) - Topic Modelling for Humans. ❗️LGPL-2.1 -- [GitHub](https://github.com/nltk/nltk) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 2.4K Β· πŸ“¦ 87K Β· πŸ“‹ 1.5K - 16% open Β· ⏱️ 02.01.2021): +- [GitHub](https://github.com/RaRe-Technologies/gensim) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 3.9K Β· πŸ“₯ 3K Β· πŸ“¦ 20K Β· πŸ“‹ 1.6K - 21% open Β· ⏱️ 23.01.2021): ``` - git clone https://github.com/nltk/nltk + git clone https://github.com/RaRe-Technologies/gensim ``` -- [PyPi](https://pypi.org/project/nltk) (πŸ“₯ 4.5M / month Β· πŸ“¦ 21K Β· ⏱️ 12.04.2020): +- [PyPi](https://pypi.org/project/gensim) (πŸ“₯ 5.8M / month Β· πŸ“¦ 4.7K Β· ⏱️ 15.11.2020): ``` - pip install nltk + pip install gensim ``` -- [Conda](https://anaconda.org/conda-forge/nltk) (πŸ“₯ 620K Β· ⏱️ 08.08.2019): +- [Conda](https://anaconda.org/conda-forge/gensim) (πŸ“₯ 590K Β· ⏱️ 14.05.2020): ``` - conda install -c conda-forge nltk + conda install -c conda-forge gensim ```
-
Rasa (πŸ₯‡32 Β· ⭐ 11K) - Open source machine learning framework to automate text- and voice-.. Apache-2 +
nltk (πŸ₯‡34 Β· ⭐ 9.6K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 -- [GitHub](https://github.com/RasaHQ/rasa) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.2K Β· πŸ“‹ 4.9K - 11% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/nltk/nltk) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 2.4K Β· πŸ“¦ 87K Β· πŸ“‹ 1.5K - 16% open Β· ⏱️ 02.01.2021): ``` - git clone https://github.com/RasaHQ/rasa + git clone https://github.com/nltk/nltk ``` -- [PyPi](https://pypi.org/project/rasa) (πŸ“₯ 68K / month Β· πŸ“¦ 64 Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/nltk) (πŸ“₯ 4.2M / month Β· πŸ“¦ 21K Β· ⏱️ 12.04.2020): ``` - pip install rasa + pip install nltk + ``` +- [Conda](https://anaconda.org/conda-forge/nltk) (πŸ“₯ 620K Β· ⏱️ 08.08.2019): + ``` + conda install -c conda-forge nltk ```
-
fairseq (πŸ₯‡31 Β· ⭐ 11K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT +
AllenNLP (πŸ₯‡32 Β· ⭐ 9.6K Β· πŸ“ˆ) - An open-source NLP research library, built on PyTorch. Apache-2 -- [GitHub](https://github.com/pytorch/fairseq) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.8K Β· πŸ“₯ 57 Β· πŸ“¦ 270 Β· πŸ“‹ 2.4K - 25% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/allenai/allennlp) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2K Β· πŸ“₯ 36 Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.2K - 4% open Β· ⏱️ 27.01.2021): ``` - git clone https://github.com/pytorch/fairseq + git clone https://github.com/allenai/allennlp ``` -- [PyPi](https://pypi.org/project/fairseq) (πŸ“₯ 8.2K / month Β· πŸ“¦ 20 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/allennlp) (πŸ“₯ 13K / month Β· πŸ“¦ 230 Β· ⏱️ 27.01.2021): ``` - pip install fairseq + pip install allennlp ```
ChatterBot (πŸ₯‡31 Β· ⭐ 11K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 @@ -1450,35 +1486,35 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/gunthercox/ChatterBot ``` -- [PyPi](https://pypi.org/project/chatterbot) (πŸ“₯ 23K / month Β· πŸ“¦ 680 Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/chatterbot) (πŸ“₯ 19K / month Β· πŸ“¦ 680 Β· ⏱️ 22.08.2020): ``` pip install chatterbot ```
-
sentencepiece (πŸ₯‡31 Β· ⭐ 4.7K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 +
sentencepiece (πŸ₯‡31 Β· ⭐ 4.8K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- [GitHub](https://github.com/google/sentencepiece) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 630 Β· πŸ“₯ 9.7K Β· πŸ“¦ 5.5K Β· πŸ“‹ 410 - 5% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/google/sentencepiece) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 630 Β· πŸ“₯ 10K Β· πŸ“¦ 5.6K Β· πŸ“‹ 410 - 5% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/google/sentencepiece ``` -- [PyPi](https://pypi.org/project/sentencepiece) (πŸ“₯ 940K / month Β· πŸ“¦ 240 Β· ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/sentencepiece) (πŸ“₯ 810K / month Β· πŸ“¦ 240 Β· ⏱️ 10.01.2021): ``` pip install sentencepiece ``` -- [Conda](https://anaconda.org/conda-forge/sentencepiece) (πŸ“₯ 24K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/sentencepiece) (πŸ“₯ 25K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge sentencepiece ```
fastText (πŸ₯‡30 Β· ⭐ 22K) - Library for fast text representation and classification. MIT -- [GitHub](https://github.com/facebookresearch/fastText) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 4.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 1K - 42% open Β· ⏱️ 18.07.2020): +- [GitHub](https://github.com/facebookresearch/fastText) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 4.3K Β· πŸ“¦ 1.5K Β· πŸ“‹ 1K - 42% open Β· ⏱️ 18.07.2020): ``` git clone https://github.com/facebookresearch/fastText ``` -- [PyPi](https://pypi.org/project/fasttext) (πŸ“₯ 110K / month Β· πŸ“¦ 190 Β· ⏱️ 28.04.2020): +- [PyPi](https://pypi.org/project/fasttext) (πŸ“₯ 99K / month Β· πŸ“¦ 190 Β· ⏱️ 28.04.2020): ``` pip install fasttext ``` @@ -1487,50 +1523,66 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we conda install -c conda-forge fasttext ```
-
flair (πŸ₯‡30 Β· ⭐ 9.8K) - A very simple framework for state-of-the-art Natural Language.. MIT +
fairseq (πŸ₯‡30 Β· ⭐ 11K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT -- [GitHub](https://github.com/flairNLP/flair) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.4K Β· πŸ“¦ 590 Β· πŸ“‹ 1.4K - 7% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/pytorch/fairseq) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 2.8K Β· πŸ“₯ 81 Β· πŸ“¦ 280 Β· πŸ“‹ 2.4K - 26% open Β· ⏱️ 27.01.2021): + + ``` + git clone https://github.com/pytorch/fairseq + ``` +- [PyPi](https://pypi.org/project/fairseq) (πŸ“₯ 7.6K / month Β· πŸ“¦ 20 Β· ⏱️ 05.01.2021): + ``` + pip install fairseq + ``` +
+
flair (πŸ₯‡30 Β· ⭐ 9.9K) - A very simple framework for state-of-the-art Natural Language.. MIT + +- [GitHub](https://github.com/flairNLP/flair) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.4K Β· πŸ“¦ 600 Β· πŸ“‹ 1.4K - 7% open Β· ⏱️ 13.01.2021): ``` git clone https://github.com/flairNLP/flair ``` -- [PyPi](https://pypi.org/project/flair) (πŸ“₯ 39K / month Β· πŸ“¦ 48 Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/flair) (πŸ“₯ 34K / month Β· πŸ“¦ 48 Β· ⏱️ 01.12.2020): ``` pip install flair ```
torchtext (πŸ₯‡30 Β· ⭐ 2.6K) - Data loaders and abstractions for text and NLP. BSD-3 -- [GitHub](https://github.com/pytorch/text) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 600 Β· πŸ“¦ 3.6K Β· πŸ“‹ 580 - 45% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/pytorch/text) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 600 Β· πŸ“¦ 3.7K Β· πŸ“‹ 580 - 45% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/pytorch/text ``` -- [PyPi](https://pypi.org/project/torchtext) (πŸ“₯ 77K / month Β· πŸ“¦ 680 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/torchtext) (πŸ“₯ 74K / month Β· πŸ“¦ 680 Β· ⏱️ 10.12.2020): ``` pip install torchtext ```
-
AllenNLP (πŸ₯ˆ29 Β· ⭐ 9.6K) - An open-source NLP research library, built on PyTorch. Apache-2 +
snowballstemmer (πŸ₯‡30 Β· ⭐ 470 Β· πŸ“ˆ) - Snowball compiler and stemming algorithms. BSD-3 -- [GitHub](https://github.com/allenai/allennlp) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2K Β· πŸ“₯ 36 Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.2K - 4% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/snowballstem/snowball) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 130 Β· πŸ“¦ 43K Β· πŸ“‹ 59 - 28% open Β· ⏱️ 22.01.2021): ``` - git clone https://github.com/allenai/allennlp + git clone https://github.com/snowballstem/snowball ``` -- [PyPi](https://pypi.org/project/allennlp) (πŸ“₯ 14K / month Β· πŸ“¦ 230 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/snowballstemmer) (πŸ“₯ 2M / month Β· πŸ“¦ 13K Β· ⏱️ 21.01.2021): ``` - pip install allennlp + pip install snowballstemmer + ``` +- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (πŸ“₯ 2M Β· ⏱️ 21.01.2021): + ``` + conda install -c conda-forge snowballstemmer ```
TextBlob (πŸ₯ˆ29 Β· ⭐ 7.5K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT -- [GitHub](https://github.com/sloria/TextBlob) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 950 Β· πŸ“₯ 88 Β· πŸ“¦ 9.9K Β· πŸ“‹ 220 - 31% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/sloria/TextBlob) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 950 Β· πŸ“₯ 88 Β· πŸ“¦ 10K Β· πŸ“‹ 220 - 31% open Β· ⏱️ 11.01.2021): ``` git clone https://github.com/sloria/TextBlob ``` -- [PyPi](https://pypi.org/project/textblob) (πŸ“₯ 240K / month Β· πŸ“¦ 2.5K Β· ⏱️ 24.02.2019): +- [PyPi](https://pypi.org/project/textblob) (πŸ“₯ 210K / month Β· πŸ“¦ 2.5K Β· ⏱️ 24.02.2019): ``` pip install textblob ``` @@ -1539,58 +1591,70 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we conda install -c conda-forge textblob ```
-
snowballstemmer (πŸ₯ˆ29 Β· ⭐ 470) - Snowball compiler and stemming algorithms. BSD-3 +
Rasa (πŸ₯ˆ28 Β· ⭐ 11K Β· πŸ“‰) - Open source machine learning framework to automate text- and.. Apache-2 -- [GitHub](https://github.com/snowballstem/snowball) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 130 Β· πŸ“¦ 43K Β· πŸ“‹ 61 - 31% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/RasaHQ/rasa) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 3.3K Β· πŸ“‹ 5K - 11% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/snowballstem/snowball + git clone https://github.com/RasaHQ/rasa ``` -- [PyPi](https://pypi.org/project/snowballstemmer) (πŸ“₯ 2.1M / month Β· πŸ“¦ 13K Β· ⏱️ 03.10.2019): +- [PyPi](https://pypi.org/project/rasa) (πŸ“₯ 62K / month Β· πŸ“¦ 64 Β· ⏱️ 25.01.2021): ``` - pip install snowballstemmer + pip install rasa + ``` +
+
stanza (πŸ₯ˆ28 Β· ⭐ 5.1K Β· πŸ“ˆ) - Official Stanford NLP Python Library for Many Human Languages. Apache-2 + +- [GitHub](https://github.com/stanfordnlp/stanza) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 650 Β· πŸ“¦ 310 Β· πŸ“‹ 460 - 13% open Β· ⏱️ 27.01.2021): + ``` -- [Conda](https://anaconda.org/conda-forge/snowballstemmer) (πŸ“₯ 2M Β· ⏱️ 03.10.2019): + git clone https://github.com/stanfordnlp/stanza ``` - conda install -c conda-forge snowballstemmer +- [PyPi](https://pypi.org/project/stanza) (πŸ“₯ 12K / month Β· πŸ“¦ 4 Β· ⏱️ 27.01.2021): + ``` + pip install stanza + ``` +- [Conda](https://anaconda.org/stanfordnlp/stanza) (πŸ“₯ 3.1K Β· ⏱️ 27.01.2021): + ``` + conda install -c stanfordnlp stanza ```
-
OpenNMT (πŸ₯ˆ28 Β· ⭐ 4.8K Β· πŸ“ˆ) - Open Source Neural Machine Translation in PyTorch. MIT +
OpenNMT (πŸ₯ˆ28 Β· ⭐ 4.8K) - Open Source Neural Machine Translation in PyTorch. MIT -- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.8K Β· πŸ“¦ 65 Β· πŸ“‹ 1.2K - 7% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.8K Β· πŸ“¦ 67 Β· πŸ“‹ 1.2K - 7% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/OpenNMT/OpenNMT-py ``` -- [PyPi](https://pypi.org/project/OpenNMT-py) (πŸ“₯ 4.2K / month Β· πŸ“¦ 4 Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/OpenNMT-py) (πŸ“₯ 3.3K / month Β· πŸ“¦ 4 Β· ⏱️ 27.01.2021): ``` pip install OpenNMT-py ```
Tokenizers (πŸ₯ˆ28 Β· ⭐ 4.2K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- [GitHub](https://github.com/huggingface/tokenizers) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 300 Β· πŸ“¦ 24 Β· πŸ“‹ 370 - 21% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/huggingface/tokenizers) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 310 Β· πŸ“¦ 25 Β· πŸ“‹ 370 - 21% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/huggingface/tokenizers ``` -- [PyPi](https://pypi.org/project/tokenizers) (πŸ“₯ 810K / month Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/tokenizers) (πŸ“₯ 710K / month Β· ⏱️ 12.01.2021): ``` pip install tokenizers ``` -- [Conda](https://anaconda.org/conda-forge/tokenizers) (πŸ“₯ 19K Β· ⏱️ 19.11.2020): +- [Conda](https://anaconda.org/conda-forge/tokenizers) (πŸ“₯ 20K Β· ⏱️ 19.11.2020): ``` conda install -c conda-forge tokenizers ```
sentence-transformers (πŸ₯ˆ28 Β· ⭐ 4K) - Sentence Embeddings with BERT & XLNet. Apache-2 -- [GitHub](https://github.com/UKPLab/sentence-transformers) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 740 Β· πŸ“¦ 560 Β· πŸ“‹ 650 - 45% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/UKPLab/sentence-transformers) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 750 Β· πŸ“¦ 590 Β· πŸ“‹ 660 - 46% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/UKPLab/sentence-transformers ``` -- [PyPi](https://pypi.org/project/sentence-transformers) (πŸ“₯ 130K / month Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/sentence-transformers) (πŸ“₯ 190K / month Β· ⏱️ 04.01.2021): ``` pip install sentence-transformers ``` @@ -1602,19 +1666,19 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/dedupeio/dedupe ``` -- [PyPi](https://pypi.org/project/dedupe) (πŸ“₯ 47K / month Β· πŸ“¦ 78 Β· ⏱️ 06.09.2020): +- [PyPi](https://pypi.org/project/dedupe) (πŸ“₯ 39K / month Β· πŸ“¦ 78 Β· ⏱️ 06.09.2020): ``` pip install dedupe ```
phonenumbers (πŸ₯ˆ28 Β· ⭐ 2.6K) - Python port of Google's libphonenumber. Apache-2 -- [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 330 Β· πŸ“‹ 110 - 2% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 330 Β· πŸ“‹ 120 - 2% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/daviddrysdale/python-phonenumbers ``` -- [PyPi](https://pypi.org/project/phonenumbers) (πŸ“₯ 650K / month Β· πŸ“¦ 2.3K Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/phonenumbers) (πŸ“₯ 600K / month Β· πŸ“¦ 2.3K Β· ⏱️ 27.01.2021): ``` pip install phonenumbers ``` @@ -1630,43 +1694,27 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/jaraco/inflect ``` -- [PyPi](https://pypi.org/project/inflect) (πŸ“₯ 840K / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/inflect) (πŸ“₯ 780K / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.11.2020): ``` pip install inflect ``` -- [Conda](https://anaconda.org/conda-forge/inflect) (πŸ“₯ 120K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/inflect) (πŸ“₯ 130K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge inflect ```
GluonNLP (πŸ₯ˆ27 Β· ⭐ 2.2K) - Toolkit that enables easy text preprocessing, datasets loading.. Apache-2 -- [GitHub](https://github.com/dmlc/gluon-nlp) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 490 Β· πŸ“¦ 380 Β· πŸ“‹ 510 - 44% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/dmlc/gluon-nlp) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 490 Β· πŸ“¦ 380 Β· πŸ“‹ 510 - 44% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/dmlc/gluon-nlp ``` -- [PyPi](https://pypi.org/project/gluonnlp) (πŸ“₯ 31K / month Β· πŸ“¦ 11 Β· ⏱️ 13.08.2020): +- [PyPi](https://pypi.org/project/gluonnlp) (πŸ“₯ 26K / month Β· πŸ“¦ 11 Β· ⏱️ 13.08.2020): ``` pip install gluonnlp ```
-
Jina (πŸ₯ˆ27 Β· ⭐ 1.9K) - An easier way to build neural search in the cloud. Apache-2 - -- [GitHub](https://github.com/jina-ai/jina) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 320 Β· πŸ“¦ 45 Β· πŸ“‹ 610 - 7% open Β· ⏱️ 21.01.2021): - - ``` - git clone https://github.com/jina-ai/jina - ``` -- [PyPi](https://pypi.org/project/jina) (πŸ“₯ 1.9K / month Β· ⏱️ 20.01.2021): - ``` - pip install jina - ``` -- [Docker Hub](https://hub.docker.com/r/jinaai/jina) (πŸ“₯ 79K Β· ⏱️ 21.01.2021): - ``` - docker pull jinaai/jina - ``` -
textacy (πŸ₯ˆ27 Β· ⭐ 1.6K) - NLP, before and after spaCy. Apache-2 - [GitHub](https://github.com/chartbeat-labs/textacy) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 210 Β· πŸ“‹ 220 - 13% open Β· ⏱️ 09.01.2021): @@ -1674,7 +1722,7 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/chartbeat-labs/textacy ``` -- [PyPi](https://pypi.org/project/textacy) (πŸ“₯ 18K / month Β· πŸ“¦ 77 Β· ⏱️ 29.08.2020): +- [PyPi](https://pypi.org/project/textacy) (πŸ“₯ 20K / month Β· πŸ“¦ 77 Β· ⏱️ 29.08.2020): ``` pip install textacy ``` @@ -1690,19 +1738,19 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/deepmipt/DeepPavlov ``` -- [PyPi](https://pypi.org/project/deeppavlov) (πŸ“₯ 4.1K / month Β· πŸ“¦ 4 Β· ⏱️ 24.12.2020): +- [PyPi](https://pypi.org/project/deeppavlov) (πŸ“₯ 3.5K / month Β· πŸ“¦ 4 Β· ⏱️ 24.12.2020): ``` pip install deeppavlov ```
-
ftfy (πŸ₯ˆ26 Β· ⭐ 2.9K Β· πŸ“ˆ) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT +
ftfy (πŸ₯ˆ26 Β· ⭐ 2.9K) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT -- [GitHub](https://github.com/LuminosoInsight/python-ftfy) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 100 Β· πŸ“¦ 2.6K Β· πŸ“‹ 110 - 14% open Β· ⏱️ 17.07.2020): +- [GitHub](https://github.com/LuminosoInsight/python-ftfy) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 100 Β· πŸ“¦ 2.7K Β· πŸ“‹ 110 - 14% open Β· ⏱️ 17.07.2020): ``` git clone https://github.com/LuminosoInsight/python-ftfy ``` -- [PyPi](https://pypi.org/project/ftfy) (πŸ“₯ 250K / month Β· πŸ“¦ 760 Β· ⏱️ 20.07.2020): +- [PyPi](https://pypi.org/project/ftfy) (πŸ“₯ 240K / month Β· πŸ“¦ 760 Β· ⏱️ 20.07.2020): ``` pip install ftfy ``` @@ -1713,76 +1761,76 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
TensorFlow Text (πŸ₯ˆ26 Β· ⭐ 690) - Making text a first-class citizen in TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/text) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 84 Β· πŸ“¦ 430 Β· πŸ“‹ 120 - 31% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/tensorflow/text) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 84 Β· πŸ“¦ 440 Β· πŸ“‹ 130 - 33% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/text ``` -- [PyPi](https://pypi.org/project/tensorflow-text) (πŸ“₯ 140K / month Β· πŸ“¦ 4 Β· ⏱️ 13.01.2021): +- [PyPi](https://pypi.org/project/tensorflow-text) (πŸ“₯ 120K / month Β· πŸ“¦ 4 Β· ⏱️ 13.01.2021): ``` pip install tensorflow-text ```
PyText (πŸ₯ˆ25 Β· ⭐ 6.1K) - A natural language modeling framework based on PyTorch. BSD-3 -- [GitHub](https://github.com/facebookresearch/pytext) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 760 Β· πŸ“₯ 210 Β· πŸ“¦ 59 Β· πŸ“‹ 190 - 60% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/facebookresearch/pytext) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 760 Β· πŸ“₯ 220 Β· πŸ“¦ 62 Β· πŸ“‹ 190 - 60% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebookresearch/pytext ``` -- [PyPi](https://pypi.org/project/pytext-nlp) (πŸ“₯ 230 / month Β· πŸ“¦ 1 Β· ⏱️ 27.04.2020): +- [PyPi](https://pypi.org/project/pytext-nlp) (πŸ“₯ 220 / month Β· πŸ“¦ 1 Β· ⏱️ 27.04.2020): ``` pip install pytext-nlp ```
-
vaderSentiment (πŸ₯ˆ25 Β· ⭐ 2.7K Β· πŸ’€) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT +
vaderSentiment (πŸ₯ˆ25 Β· ⭐ 2.8K Β· πŸ’€) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT - [GitHub](https://github.com/cjhutto/vaderSentiment) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 720 Β· πŸ“¦ 2.2K Β· πŸ“‹ 99 - 25% open Β· ⏱️ 22.05.2020): ``` git clone https://github.com/cjhutto/vaderSentiment ``` -- [PyPi](https://pypi.org/project/vadersentiment) (πŸ“₯ 100K / month Β· πŸ“¦ 290 Β· ⏱️ 22.05.2020): +- [PyPi](https://pypi.org/project/vadersentiment) (πŸ“₯ 82K / month Β· πŸ“¦ 290 Β· ⏱️ 22.05.2020): ``` pip install vadersentiment ```
-
TextDistance (πŸ₯ˆ25 Β· ⭐ 1.9K Β· πŸ’€) - Compute distance between sequences. 30+ algorithms, pure.. MIT +
spark-nlp (πŸ₯ˆ25 Β· ⭐ 1.9K) - State of the Art Natural Language Processing. Apache-2 -- [GitHub](https://github.com/life4/textdistance) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“₯ 97 Β· πŸ“¦ 300 Β· ⏱️ 13.04.2020): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 390 Β· πŸ“‹ 410 - 17% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/life4/textdistance - ``` -- [PyPi](https://pypi.org/project/textdistance) (πŸ“₯ 90K / month Β· πŸ“¦ 28 Β· ⏱️ 13.04.2020): - ``` - pip install textdistance + git clone https://github.com/JohnSnowLabs/spark-nlp ``` -- [Conda](https://anaconda.org/conda-forge/textdistance) (πŸ“₯ 18K Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/spark-nlp) (πŸ“₯ 340K / month Β· ⏱️ 25.01.2021): ``` - conda install -c conda-forge textdistance + pip install spark-nlp ```
-
spark-nlp (πŸ₯ˆ25 Β· ⭐ 1.8K) - State of the Art Natural Language Processing. Apache-2 +
TextDistance (πŸ₯ˆ25 Β· ⭐ 1.9K Β· πŸ’€) - Compute distance between sequences. 30+ algorithms, pure.. MIT -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 390 Β· πŸ“‹ 410 - 17% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/life4/textdistance) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“₯ 98 Β· πŸ“¦ 310 Β· ⏱️ 13.04.2020): ``` - git clone https://github.com/JohnSnowLabs/spark-nlp + git clone https://github.com/life4/textdistance ``` -- [PyPi](https://pypi.org/project/spark-nlp) (πŸ“₯ 360K / month Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/textdistance) (πŸ“₯ 85K / month Β· πŸ“¦ 28 Β· ⏱️ 13.04.2020): ``` - pip install spark-nlp + pip install textdistance + ``` +- [Conda](https://anaconda.org/conda-forge/textdistance) (πŸ“₯ 19K Β· ⏱️ 10.11.2020): + ``` + conda install -c conda-forge textdistance ```
jellyfish (πŸ₯ˆ25 Β· ⭐ 1.4K) - a python library for doing approximate and phonetic matching of.. BSD-2 -- [GitHub](https://github.com/jamesturk/jellyfish) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 120 Β· πŸ“¦ 2K Β· πŸ“‹ 95 - 9% open Β· ⏱️ 30.12.2020): +- [GitHub](https://github.com/jamesturk/jellyfish) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 120 Β· πŸ“¦ 2.1K Β· πŸ“‹ 95 - 9% open Β· ⏱️ 30.12.2020): ``` git clone https://github.com/jamesturk/jellyfish ``` -- [PyPi](https://pypi.org/project/jellyfish) (πŸ“₯ 720K / month Β· πŸ“¦ 650 Β· ⏱️ 21.05.2020): +- [PyPi](https://pypi.org/project/jellyfish) (πŸ“₯ 660K / month Β· πŸ“¦ 650 Β· ⏱️ 21.05.2020): ``` pip install jellyfish ``` @@ -1791,66 +1839,54 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we conda install -c conda-forge jellyfish ```
-
haystack (πŸ₯ˆ25 Β· ⭐ 1.3K) - Transformers at scale for question answering & neural search. Using.. Apache-2 +
pyahocorasick (πŸ₯ˆ25 Β· ⭐ 570) - Python module (C extension and plain python) implementing Aho-.. BSD-3 -- [GitHub](https://github.com/deepset-ai/haystack) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 230 Β· πŸ“¦ 25 Β· πŸ“‹ 420 - 13% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/WojciechMula/pyahocorasick) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 88 Β· πŸ“¦ 480 Β· πŸ“‹ 98 - 32% open Β· ⏱️ 26.01.2021): ``` - git clone https://github.com/deepset-ai/haystack + git clone https://github.com/WojciechMula/pyahocorasick ``` -- [PyPi](https://pypi.org/project/haystack) (πŸ“₯ 1.7K / month Β· πŸ“¦ 74 Β· ⏱️ 03.07.2017): +- [PyPi](https://pypi.org/project/pyahocorasick) (πŸ“₯ 77K / month Β· πŸ“¦ 100 Β· ⏱️ 26.01.2021): ``` - pip install haystack + pip install pyahocorasick + ``` +- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (πŸ“₯ 110K Β· ⏱️ 13.10.2020): + ``` + conda install -c conda-forge pyahocorasick ```
ParlAI (πŸ₯‰24 Β· ⭐ 6.9K) - A framework for training and evaluating AI models on a variety of.. MIT -- [GitHub](https://github.com/facebookresearch/ParlAI) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.4K Β· πŸ“¦ 5 Β· πŸ“‹ 940 - 11% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/facebookresearch/ParlAI) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.4K Β· πŸ“¦ 6 Β· πŸ“‹ 930 - 9% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebookresearch/ParlAI ``` -- [PyPi](https://pypi.org/project/parlai) (πŸ“₯ 720 / month Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/parlai) (πŸ“₯ 740 / month Β· ⏱️ 19.01.2021): ``` pip install parlai ```
-
stanza (πŸ₯‰24 Β· ⭐ 5.1K) - Official Stanford NLP Python Library for Many Human Languages. Apache-2 - -- [GitHub](https://github.com/stanfordnlp/stanza) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 630 Β· πŸ“‹ 440 - 13% open Β· ⏱️ 12.01.2021): - - ``` - git clone https://github.com/stanfordnlp/stanza - ``` -- [PyPi](https://pypi.org/project/stanza) (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 13.08.2020): - ``` - pip install stanza - ``` -- [Conda](https://anaconda.org/stanfordnlp/stanza) (πŸ“₯ 3K Β· ⏱️ 13.08.2020): - ``` - conda install -c stanfordnlp stanza - ``` -
textgenrnn (πŸ₯‰24 Β· ⭐ 4.2K) - Easily train your own text-generating neural network of any size.. MIT -- [GitHub](https://github.com/minimaxir/textgenrnn) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 650 Β· πŸ“₯ 390 Β· πŸ“¦ 590 Β· πŸ“‹ 190 - 57% open Β· ⏱️ 14.07.2020): +- [GitHub](https://github.com/minimaxir/textgenrnn) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 650 Β· πŸ“₯ 390 Β· πŸ“¦ 610 Β· πŸ“‹ 190 - 57% open Β· ⏱️ 14.07.2020): ``` git clone https://github.com/minimaxir/textgenrnn ``` -- [PyPi](https://pypi.org/project/textgenrnn) (πŸ“₯ 1.9K / month Β· πŸ“¦ 14 Β· ⏱️ 02.02.2020): +- [PyPi](https://pypi.org/project/textgenrnn) (πŸ“₯ 1.8K / month Β· πŸ“¦ 14 Β· ⏱️ 02.02.2020): ``` pip install textgenrnn ```
-
T5 (πŸ₯‰24 Β· ⭐ 3.1K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 +
T5 (πŸ₯‰24 Β· ⭐ 3.2K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2 -- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 420 Β· πŸ“¦ 21 Β· πŸ“‹ 330 - 11% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 420 Β· πŸ“¦ 21 Β· πŸ“‹ 330 - 11% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/google-research/text-to-text-transfer-transformer ``` -- [PyPi](https://pypi.org/project/t5) (πŸ“₯ 5.2K / month Β· ⏱️ 18.12.2020): +- [PyPi](https://pypi.org/project/t5) (πŸ“₯ 5.5K / month Β· ⏱️ 18.12.2020): ``` pip install t5 ``` @@ -1862,19 +1898,19 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/miso-belica/sumy ``` -- [PyPi](https://pypi.org/project/sumy) (πŸ“₯ 5.3K / month Β· πŸ“¦ 190 Β· ⏱️ 19.05.2019): +- [PyPi](https://pypi.org/project/sumy) (πŸ“₯ 5.2K / month Β· πŸ“¦ 190 Β· ⏱️ 19.05.2019): ``` pip install sumy ```
fastNLP (πŸ₯‰24 Β· ⭐ 2K) - fastNLP: A Modularized and Extensible NLP Framework. Currently still.. Apache-2 -- [GitHub](https://github.com/fastnlp/fastNLP) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 350 Β· πŸ“₯ 54 Β· πŸ“¦ 21 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 23.11.2020): +- [GitHub](https://github.com/fastnlp/fastNLP) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 350 Β· πŸ“₯ 54 Β· πŸ“¦ 22 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 23.11.2020): ``` git clone https://github.com/fastnlp/fastNLP ``` -- [PyPi](https://pypi.org/project/fastnlp) (πŸ“₯ 870 / month Β· πŸ“¦ 1 Β· ⏱️ 04.02.2019): +- [PyPi](https://pypi.org/project/fastnlp) (πŸ“₯ 440 / month Β· πŸ“¦ 1 Β· ⏱️ 04.02.2019): ``` pip install fastnlp ``` @@ -1886,37 +1922,33 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/DerwenAI/pytextrank ``` -- [PyPi](https://pypi.org/project/pytextrank) (πŸ“₯ 11K / month Β· πŸ“¦ 6 Β· ⏱️ 15.09.2020): +- [PyPi](https://pypi.org/project/pytextrank) (πŸ“₯ 8.9K / month Β· πŸ“¦ 6 Β· ⏱️ 15.09.2020): ``` pip install pytextrank ```
-
CLTK (πŸ₯‰24 Β· ⭐ 630) - The Classical Language Toolkit. MIT +
haystack (πŸ₯‰24 Β· ⭐ 1.3K) - Transformers at scale for question answering & neural search. Using.. Apache-2 -- [GitHub](https://github.com/cltk/cltk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 22 Β· πŸ“¦ 150 Β· πŸ“‹ 480 - 25% open Β· ⏱️ 09.01.2021): +- [GitHub](https://github.com/deepset-ai/haystack) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 240 Β· πŸ“¦ 30 Β· πŸ“‹ 440 - 13% open Β· ⏱️ 27.01.2021): ``` - git clone https://github.com/cltk/cltk + git clone https://github.com/deepset-ai/haystack ``` -- [PyPi](https://pypi.org/project/cltk) (πŸ“₯ 1.1K / month Β· πŸ“¦ 68 Β· ⏱️ 01.01.2021): +- [PyPi](https://pypi.org/project/haystack) (πŸ“₯ 670 / month Β· πŸ“¦ 74 Β· ⏱️ 03.07.2017): ``` - pip install cltk + pip install haystack ```
-
pyahocorasick (πŸ₯‰24 Β· ⭐ 570) - Python module (C extension and plain python) implementing Aho-.. BSD-3 +
CLTK (πŸ₯‰24 Β· ⭐ 630) - The Classical Language Toolkit. MIT -- [GitHub](https://github.com/WojciechMula/pyahocorasick) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 86 Β· πŸ“¦ 470 Β· πŸ“‹ 96 - 32% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/cltk/cltk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 22 Β· πŸ“¦ 150 Β· πŸ“‹ 480 - 25% open Β· ⏱️ 09.01.2021): ``` - git clone https://github.com/WojciechMula/pyahocorasick - ``` -- [PyPi](https://pypi.org/project/pyahocorasick) (πŸ“₯ 86K / month Β· πŸ“¦ 64 Β· ⏱️ 14.01.2019): - ``` - pip install pyahocorasick + git clone https://github.com/cltk/cltk ``` -- [Conda](https://anaconda.org/conda-forge/pyahocorasick) (πŸ“₯ 110K Β· ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/cltk) (πŸ“₯ 1K / month Β· πŸ“¦ 68 Β· ⏱️ 01.01.2021): ``` - conda install -c conda-forge pyahocorasick + pip install cltk ```
Ciphey (πŸ₯‰23 Β· ⭐ 6.2K) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT @@ -1926,11 +1958,11 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/Ciphey/Ciphey ``` -- [PyPi](https://pypi.org/project/ciphey) (πŸ“₯ 3K / month Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/ciphey) (πŸ“₯ 2.4K / month Β· ⏱️ 02.12.2020): ``` pip install ciphey ``` -- [Docker Hub](https://hub.docker.com/r/remnux/ciphey) (πŸ“₯ 7.4K Β· ⭐ 1 Β· ⏱️ 17.12.2020): +- [Docker Hub](https://hub.docker.com/r/remnux/ciphey) (πŸ“₯ 7.6K Β· ⭐ 1 Β· ⏱️ 17.12.2020): ``` docker pull remnux/ciphey ``` @@ -1942,19 +1974,31 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/vi3k6i5/flashtext ``` -- [PyPi](https://pypi.org/project/flashtext) (πŸ“₯ 210K / month Β· πŸ“¦ 32 Β· ⏱️ 16.02.2018): +- [PyPi](https://pypi.org/project/flashtext) (πŸ“₯ 180K / month Β· πŸ“¦ 32 Β· ⏱️ 16.02.2018): ``` pip install flashtext ```
+
Snips NLU (πŸ₯‰23 Β· ⭐ 3.4K Β· πŸ’€) - Snips Python library to extract meaning from text. Apache-2 + +- [GitHub](https://github.com/snipsco/snips-nlu) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 460 Β· πŸ“‹ 250 - 20% open Β· ⏱️ 08.02.2020): + + ``` + git clone https://github.com/snipsco/snips-nlu + ``` +- [PyPi](https://pypi.org/project/snips-nlu) (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 15.01.2020): + ``` + pip install snips-nlu + ``` +
neuralcoref (πŸ₯‰23 Β· ⭐ 2.2K) - Fast Coreference Resolution in spaCy with Neural Networks. MIT -- [GitHub](https://github.com/huggingface/neuralcoref) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 380 Β· πŸ“₯ 160 Β· πŸ“¦ 280 Β· πŸ“‹ 260 - 16% open Β· ⏱️ 29.12.2020): +- [GitHub](https://github.com/huggingface/neuralcoref) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 380 Β· πŸ“₯ 170 Β· πŸ“¦ 280 Β· πŸ“‹ 260 - 16% open Β· ⏱️ 29.12.2020): ``` git clone https://github.com/huggingface/neuralcoref ``` -- [PyPi](https://pypi.org/project/neuralcoref) (πŸ“₯ 2.6K / month Β· πŸ“¦ 18 Β· ⏱️ 08.04.2019): +- [PyPi](https://pypi.org/project/neuralcoref) (πŸ“₯ 2.3K / month Β· πŸ“¦ 18 Β· ⏱️ 08.04.2019): ``` pip install neuralcoref ``` @@ -1963,14 +2007,26 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we conda install -c conda-forge neuralcoref ```
+
pytorch-nlp (πŸ₯‰23 Β· ⭐ 1.9K) - Basic Utilities for PyTorch Natural Language Processing (NLP). BSD-3 + +- [GitHub](https://github.com/PetrochukM/PyTorch-NLP) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 220 Β· πŸ“¦ 170 Β· πŸ“‹ 63 - 22% open Β· ⏱️ 26.01.2021): + + ``` + git clone https://github.com/PetrochukM/PyTorch-NLP + ``` +- [PyPi](https://pypi.org/project/pytorch-nlp) (πŸ“₯ 2.3K / month Β· πŸ“¦ 18 Β· ⏱️ 04.11.2019): + ``` + pip install pytorch-nlp + ``` +
sense2vec (πŸ₯‰23 Β· ⭐ 1.1K Β· πŸ’€) - Contextually-keyed word vectors. MIT -- [GitHub](https://github.com/explosion/sense2vec) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 200 Β· πŸ“₯ 12K Β· πŸ“¦ 48 Β· πŸ“‹ 93 - 16% open Β· ⏱️ 29.05.2020): +- [GitHub](https://github.com/explosion/sense2vec) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 200 Β· πŸ“₯ 12K Β· πŸ“¦ 49 Β· πŸ“‹ 93 - 16% open Β· ⏱️ 29.05.2020): ``` git clone https://github.com/explosion/sense2vec ``` -- [PyPi](https://pypi.org/project/sense2vec) (πŸ“₯ 2.4K / month Β· πŸ“¦ 6 Β· ⏱️ 22.11.2019): +- [PyPi](https://pypi.org/project/sense2vec) (πŸ“₯ 2.2K / month Β· πŸ“¦ 6 Β· ⏱️ 22.11.2019): ``` pip install sense2vec ``` @@ -1981,72 +2037,48 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
spacy-transformers (πŸ₯‰23 Β· ⭐ 880) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy -- [GitHub](https://github.com/explosion/spacy-transformers) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 99 Β· πŸ“¦ 72 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/explosion/spacy-transformers) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 100 Β· πŸ“¦ 73 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/explosion/spacy-transformers ``` -- [PyPi](https://pypi.org/project/spacy-transformers) (πŸ“₯ 8.7K / month Β· πŸ“¦ 6 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/spacy-transformers) (πŸ“₯ 8.8K / month Β· πŸ“¦ 6 Β· ⏱️ 26.01.2021): ``` pip install spacy-transformers ```
-
SciSpacy (πŸ₯‰23 Β· ⭐ 780) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 +
SciSpacy (πŸ₯‰23 Β· ⭐ 790) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 - [GitHub](https://github.com/allenai/scispacy) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 120 Β· πŸ“¦ 200 Β· πŸ“‹ 150 - 11% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/allenai/scispacy ``` -- [PyPi](https://pypi.org/project/scispacy) (πŸ“₯ 7.1K / month Β· πŸ“¦ 12 Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/scispacy) (πŸ“₯ 6.6K / month Β· πŸ“¦ 12 Β· ⏱️ 16.10.2020): ``` pip install scispacy ```
pySBD (πŸ₯‰23 Β· ⭐ 260) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT -- [GitHub](https://github.com/nipunsadvilkar/pySBD) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 25 Β· πŸ“¦ 99 Β· πŸ“‹ 47 - 8% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/nipunsadvilkar/pySBD) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 26 Β· πŸ“¦ 100 Β· πŸ“‹ 47 - 8% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/nipunsadvilkar/pySBD ``` -- [PyPi](https://pypi.org/project/pysbd) (πŸ“₯ 8.7K / month Β· πŸ“¦ 2 Β· ⏱️ 08.10.2020): +- [PyPi](https://pypi.org/project/pysbd) (πŸ“₯ 8.2K / month Β· πŸ“¦ 2 Β· ⏱️ 08.10.2020): ``` pip install pysbd ```
-
Snips NLU (πŸ₯‰22 Β· ⭐ 3.4K Β· πŸ’€) - Snips Python library to extract meaning from text. Apache-2 - -- [GitHub](https://github.com/snipsco/snips-nlu) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 460 Β· πŸ“‹ 250 - 20% open Β· ⏱️ 08.02.2020): - - ``` - git clone https://github.com/snipsco/snips-nlu - ``` -- [PyPi](https://pypi.org/project/snips-nlu) (πŸ“₯ 1K / month Β· πŸ“¦ 8 Β· ⏱️ 15.01.2020): - ``` - pip install snips-nlu - ``` -
-
pytorch-nlp (πŸ₯‰22 Β· ⭐ 1.9K) - Basic Utilities for PyTorch Natural Language Processing (NLP). BSD-3 - -- [GitHub](https://github.com/PetrochukM/PyTorch-NLP) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 220 Β· πŸ“¦ 170 Β· πŸ“‹ 63 - 22% open Β· ⏱️ 11.10.2020): - - ``` - git clone https://github.com/PetrochukM/PyTorch-NLP - ``` -- [PyPi](https://pypi.org/project/pytorch-nlp) (πŸ“₯ 2.6K / month Β· πŸ“¦ 18 Β· ⏱️ 04.11.2019): - ``` - pip install pytorch-nlp - ``` -
scattertext (πŸ₯‰22 Β· ⭐ 1.5K) - Beautiful visualizations of how language differs among document.. Apache-2 -- [GitHub](https://github.com/JasonKessler/scattertext) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 200 Β· πŸ“¦ 140 Β· πŸ“‹ 70 - 24% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/JasonKessler/scattertext) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 200 Β· πŸ“¦ 150 Β· πŸ“‹ 73 - 23% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/JasonKessler/scattertext ``` -- [PyPi](https://pypi.org/project/scattertext) (πŸ“₯ 2.1K / month Β· πŸ“¦ 8 Β· ⏱️ 18.01.2021): +- [PyPi](https://pypi.org/project/scattertext) (πŸ“₯ 1.6K / month Β· πŸ“¦ 8 Β· ⏱️ 18.01.2021): ``` pip install scattertext ``` @@ -2062,7 +2094,7 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/kaushaltrivedi/fast-bert ``` -- [PyPi](https://pypi.org/project/fast-bert) (πŸ“₯ 1.6K / month Β· πŸ“¦ 2 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/fast-bert) (πŸ“₯ 1.4K / month Β· πŸ“¦ 2 Β· ⏱️ 09.12.2020): ``` pip install fast-bert ``` @@ -2074,7 +2106,7 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/anhaidgroup/deepmatcher ``` -- [PyPi](https://pypi.org/project/deepmatcher) (πŸ“₯ 240 / month Β· ⏱️ 30.12.2019): +- [PyPi](https://pypi.org/project/deepmatcher) (πŸ“₯ 220 / month Β· ⏱️ 30.12.2019): ``` pip install deepmatcher ``` @@ -2086,7 +2118,7 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/IntelLabs/nlp-architect ``` -- [PyPi](https://pypi.org/project/nlp-architect) (πŸ“₯ 160 / month Β· ⏱️ 12.04.2020): +- [PyPi](https://pypi.org/project/nlp-architect) (πŸ“₯ 170 / month Β· ⏱️ 12.04.2020): ``` pip install nlp-architect ``` @@ -2098,157 +2130,157 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/asyml/texar ``` -- [PyPi](https://pypi.org/project/texar) (πŸ“₯ 110 / month Β· πŸ“¦ 2 Β· ⏱️ 19.11.2019): +- [PyPi](https://pypi.org/project/texar) (πŸ“₯ 100 / month Β· πŸ“¦ 2 Β· ⏱️ 19.11.2019): ``` pip install texar ```
FARM (πŸ₯‰21 Β· ⭐ 1.1K) - Fast & easy transfer learning for NLP. Harvesting language models.. Apache-2 -- [GitHub](https://github.com/deepset-ai/FARM) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 150 Β· πŸ“‹ 320 - 9% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/deepset-ai/FARM) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 150 Β· πŸ“‹ 320 - 9% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/deepset-ai/FARM ``` -- [PyPi](https://pypi.org/project/farm) (πŸ“₯ 3K / month Β· πŸ“¦ 2 Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/farm) (πŸ“₯ 2.2K / month Β· πŸ“¦ 2 Β· ⏱️ 20.01.2021): ``` pip install farm ```
-
gpt-2-simple (πŸ₯‰20 Β· ⭐ 2.4K Β· πŸ’€) - Python package to easily retrain OpenAI's GPT-2 text-.. MIT +
gpt-2-simple (πŸ₯‰20 Β· ⭐ 2.5K Β· πŸ’€) - Python package to easily retrain OpenAI's GPT-2 text-.. MIT -- [GitHub](https://github.com/minimaxir/gpt-2-simple) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 490 Β· πŸ“₯ 190 Β· πŸ“‹ 220 - 58% open Β· ⏱️ 24.04.2020): +- [GitHub](https://github.com/minimaxir/gpt-2-simple) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 500 Β· πŸ“₯ 190 Β· πŸ“‹ 220 - 58% open Β· ⏱️ 24.04.2020): ``` git clone https://github.com/minimaxir/gpt-2-simple ``` -- [PyPi](https://pypi.org/project/gpt-2-simple) (πŸ“₯ 5K / month Β· πŸ“¦ 3 Β· ⏱️ 28.12.2019): +- [PyPi](https://pypi.org/project/gpt-2-simple) (πŸ“₯ 4.4K / month Β· πŸ“¦ 3 Β· ⏱️ 28.12.2019): ``` pip install gpt-2-simple ```
NeMo (πŸ₯‰20 Β· ⭐ 2.3K) - NeMo: a toolkit for conversational AI. Apache-2 -- [GitHub](https://github.com/NVIDIA/NeMo) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 360 Β· πŸ“₯ 570 Β· πŸ“‹ 410 - 39% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/NVIDIA/NeMo) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 380 Β· πŸ“₯ 910 Β· πŸ“‹ 420 - 40% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/NVIDIA/NeMo ``` -- [PyPi](https://pypi.org/project/nemo-toolkit) (πŸ“₯ 1.5K / month Β· πŸ“¦ 4 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/nemo-toolkit) (πŸ“₯ 1.3K / month Β· πŸ“¦ 4 Β· ⏱️ 11.12.2020): ``` pip install nemo-toolkit ```
Texthero (πŸ₯‰20 Β· ⭐ 2.1K) - Text preprocessing, representation and visualization from zero to hero. MIT -- [GitHub](https://github.com/jbesomi/texthero) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 180 Β· πŸ“₯ 61 Β· πŸ“‹ 120 - 60% open Β· ⏱️ 03.11.2020): +- [GitHub](https://github.com/jbesomi/texthero) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 180 Β· πŸ“₯ 62 Β· πŸ“‹ 120 - 60% open Β· ⏱️ 03.11.2020): ``` git clone https://github.com/jbesomi/texthero ``` -- [PyPi](https://pypi.org/project/texthero) (πŸ“₯ 2.2K / month Β· ⏱️ 06.07.2020): +- [PyPi](https://pypi.org/project/texthero) (πŸ“₯ 2K / month Β· ⏱️ 06.07.2020): ``` pip install texthero ```
DELTA (πŸ₯‰20 Β· ⭐ 1.4K) - DELTA is a deep learning based natural language and speech.. Apache-2 -- [GitHub](https://github.com/Delta-ML/delta) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 270 Β· πŸ“‹ 76 - 11% open Β· ⏱️ 17.12.2020): +- [GitHub](https://github.com/Delta-ML/delta) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 270 Β· πŸ“‹ 77 - 11% open Β· ⏱️ 17.12.2020): ``` git clone https://github.com/Delta-ML/delta ``` -- [PyPi](https://pypi.org/project/delta-nlp) (πŸ“₯ 6 / month Β· ⏱️ 27.03.2020): +- [PyPi](https://pypi.org/project/delta-nlp) (πŸ“₯ 7 / month Β· ⏱️ 27.03.2020): ``` pip install delta-nlp ``` -- [Docker Hub](https://hub.docker.com/r/zh794390558/delta) (πŸ“₯ 12K Β· ⏱️ 20.01.2021): +- [Docker Hub](https://hub.docker.com/r/zh794390558/delta) (πŸ“₯ 12K Β· ⏱️ 25.01.2021): ``` docker pull zh794390558/delta ```
-
Sockeye (πŸ₯‰20 Β· ⭐ 980) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2 +
Sockeye (πŸ₯‰20 Β· ⭐ 990) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2 -- [GitHub](https://github.com/awslabs/sockeye) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 290 Β· πŸ“‹ 240 - 8% open Β· ⏱️ 08.01.2021): +- [GitHub](https://github.com/awslabs/sockeye) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 290 Β· πŸ“‹ 240 - 8% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/awslabs/sockeye ``` -- [PyPi](https://pypi.org/project/sockeye) (πŸ“₯ 560 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/sockeye) (πŸ“₯ 450 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021): ``` pip install sockeye ```
-
Kashgari (πŸ₯‰19 Β· ⭐ 2K) - Kashgari is a production-level NLP Transfer learning framework.. Apache-2 +
YouTokenToMe (πŸ₯‰20 Β· ⭐ 710 Β· πŸ’€) - Unsupervised text tokenizer focused on computational efficiency. MIT -- [GitHub](https://github.com/BrikerMan/Kashgari) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 380 Β· πŸ“¦ 19 Β· πŸ“‹ 330 - 9% open Β· ⏱️ 29.10.2020): +- [GitHub](https://github.com/VKCOM/YouTokenToMe) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 96 Β· πŸ“‹ 41 - 51% open Β· ⏱️ 13.02.2020): ``` - git clone https://github.com/BrikerMan/Kashgari + git clone https://github.com/vkcom/youtokentome ``` -- [PyPi](https://pypi.org/project/kashgari-tf) (πŸ“₯ 120 / month Β· πŸ“¦ 1 Β· ⏱️ 26.06.2019): +- [PyPi](https://pypi.org/project/youtokentome) (πŸ“₯ 4.2K / month Β· πŸ“¦ 6 Β· ⏱️ 12.02.2020): ``` - pip install kashgari-tf + pip install youtokentome ```
-
YouTokenToMe (πŸ₯‰19 Β· ⭐ 710 Β· πŸ’€) - Unsupervised text tokenizer focused on computational efficiency. MIT +
Kashgari (πŸ₯‰19 Β· ⭐ 2K) - Kashgari is a production-level NLP Transfer learning framework.. Apache-2 -- [GitHub](https://github.com/VKCOM/YouTokenToMe) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 95 Β· πŸ“‹ 41 - 51% open Β· ⏱️ 13.02.2020): +- [GitHub](https://github.com/BrikerMan/Kashgari) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 380 Β· πŸ“¦ 19 Β· πŸ“‹ 330 - 9% open Β· ⏱️ 29.10.2020): ``` - git clone https://github.com/vkcom/youtokentome + git clone https://github.com/BrikerMan/Kashgari ``` -- [PyPi](https://pypi.org/project/youtokentome) (πŸ“₯ 5.2K / month Β· πŸ“¦ 6 Β· ⏱️ 12.02.2020): +- [PyPi](https://pypi.org/project/kashgari-tf) (πŸ“₯ 90 / month Β· πŸ“¦ 1 Β· ⏱️ 26.06.2019): ``` - pip install youtokentome + pip install kashgari-tf ```
-
finetune (πŸ₯‰19 Β· ⭐ 630 Β· πŸ“‰) - Scikit-learn style model finetuning for NLP. MPL-2.0 +
finetune (πŸ₯‰19 Β· ⭐ 630) - Scikit-learn style model finetuning for NLP. MPL-2.0 - [GitHub](https://github.com/IndicoDataSolutions/finetune) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 67 Β· πŸ“¦ 9 Β· πŸ“‹ 130 - 13% open Β· ⏱️ 06.01.2021): ``` git clone https://github.com/IndicoDataSolutions/finetune ``` -- [PyPi](https://pypi.org/project/finetune) (πŸ“₯ 99 / month Β· πŸ“¦ 2 Β· ⏱️ 10.01.2020): +- [PyPi](https://pypi.org/project/finetune) (πŸ“₯ 100 / month Β· πŸ“¦ 2 Β· ⏱️ 10.01.2020): ``` pip install finetune ```
textpipe (πŸ₯‰19 Β· ⭐ 260) - Textpipe: clean and extract metadata from text. MIT -- [GitHub](https://github.com/textpipe/textpipe) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 18 Β· πŸ“¦ 7 Β· πŸ“‹ 44 - 45% open Β· ⏱️ 12.10.2020): +- [GitHub](https://github.com/textpipe/textpipe) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 19 Β· πŸ“¦ 7 Β· πŸ“‹ 45 - 46% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/textpipe/textpipe ``` -- [PyPi](https://pypi.org/project/textpipe) (πŸ“₯ 570 / month Β· πŸ“¦ 1 Β· ⏱️ 12.10.2020): +- [PyPi](https://pypi.org/project/textpipe) (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 25.01.2021): ``` pip install textpipe ```
-
skift (πŸ₯‰19 Β· ⭐ 210) - scikit-learn wrappers for Python fastText. MIT +
Camphr (πŸ₯‰18 Β· ⭐ 320) - spaCy plugin for Transformers , Udify, ELmo, etc. Apache-2 spacy -- [GitHub](https://github.com/shaypal5/skift) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 22 Β· πŸ“¦ 8 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/PKSHATechnology-Research/camphr) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 16 Β· πŸ“‹ 29 - 44% open Β· ⏱️ 28.01.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 Β· ⏱️ 27.08.2020): +- [PyPi](https://pypi.org/project/camphr) (πŸ“₯ 310 / month Β· ⏱️ 25.12.2020): ``` - pip install skift + pip install camphr ```
-
Camphr (πŸ₯‰18 Β· ⭐ 320) - spaCy plugin for Transformers , Udify, ELmo, etc. Apache-2 spacy +
skift (πŸ₯‰18 Β· ⭐ 210) - scikit-learn wrappers for Python fastText. MIT -- [GitHub](https://github.com/PKSHATechnology-Research/camphr) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 15 Β· πŸ“‹ 29 - 44% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/shaypal5/skift) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 22 Β· πŸ“¦ 8 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 19.01.2021): ``` - git clone https://github.com/PKSHATechnology-Research/camphr + git clone https://github.com/shaypal5/skift ``` -- [PyPi](https://pypi.org/project/camphr) (πŸ“₯ 370 / month Β· ⏱️ 25.12.2020): +- [PyPi](https://pypi.org/project/skift) (πŸ“₯ 880 / month Β· ⏱️ 27.08.2020): ``` - pip install camphr + pip install skift ```
VizSeq (πŸ₯‰16 Β· ⭐ 310) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT @@ -2258,31 +2290,19 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/facebookresearch/vizseq ``` -- [PyPi](https://pypi.org/project/vizseq) (πŸ“₯ 51 / month Β· ⏱️ 07.08.2020): +- [PyPi](https://pypi.org/project/vizseq) (πŸ“₯ 48 / month Β· ⏱️ 07.08.2020): ``` pip install vizseq ```
-
Translate (πŸ₯‰15 Β· ⭐ 670) - Translate - a PyTorch Language Library. BSD-3 - -- [GitHub](https://github.com/pytorch/translate) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 160 Β· πŸ“‹ 93 - 70% open Β· ⏱️ 29.12.2020): - - ``` - git clone https://github.com/pytorch/translate - ``` -- [PyPi](https://pypi.org/project/pytorch-translate) (πŸ“₯ 3 / month Β· ⏱️ 01.05.2018): - ``` - pip install pytorch-translate - ``` -
-
Headliner (πŸ₯‰15 Β· ⭐ 220 Β· πŸ’€) - Easy training and deployment of seq2seq models. MIT +
Headliner (πŸ₯‰16 Β· ⭐ 220 Β· πŸ’€) - Easy training and deployment of seq2seq models. MIT - [GitHub](https://github.com/as-ideas/headliner) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 37 Β· πŸ“¦ 3 Β· πŸ“‹ 14 - 7% open Β· ⏱️ 14.02.2020): ``` git clone https://github.com/as-ideas/headliner ``` -- [PyPi](https://pypi.org/project/headliner) (πŸ“₯ 110 / month Β· πŸ“¦ 1 Β· ⏱️ 24.01.2020): +- [PyPi](https://pypi.org/project/headliner) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 24.01.2020): ``` pip install headliner ``` @@ -2294,19 +2314,31 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/victordibia/neuralqa ``` -- [PyPi](https://pypi.org/project/neuralqa) (πŸ“₯ 38 / month Β· ⏱️ 29.07.2020): +- [PyPi](https://pypi.org/project/neuralqa) (πŸ“₯ 25 / month Β· ⏱️ 29.07.2020): ``` pip install neuralqa ```
-
OpenNRE (πŸ₯‰14 Β· ⭐ 2.9K) - An Open-Source Package for Neural Relation Extraction (NRE). MIT +
OpenNRE (πŸ₯‰14 Β· ⭐ 3K) - An Open-Source Package for Neural Relation Extraction (NRE). MIT -- [GitHub](https://github.com/thunlp/OpenNRE) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 830 Β· πŸ“‹ 300 - 5% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/thunlp/OpenNRE) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 860 Β· πŸ“‹ 300 - 6% open Β· ⏱️ 24.11.2020): ``` git clone https://github.com/thunlp/OpenNRE ```
+
Translate (πŸ₯‰14 Β· ⭐ 680) - Translate - a PyTorch Language Library. BSD-3 + +- [GitHub](https://github.com/pytorch/translate) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 160 Β· πŸ“‹ 93 - 70% open Β· ⏱️ 29.12.2020): + + ``` + git clone https://github.com/pytorch/translate + ``` +- [PyPi](https://pypi.org/project/pytorch-translate) (πŸ“₯ 2 / month Β· ⏱️ 01.05.2018): + ``` + pip install pytorch-translate + ``` +
TransferNLP (πŸ₯‰14 Β· ⭐ 280 Β· πŸ’€) - NLP library designed for reproducible experimentation.. MIT - [GitHub](https://github.com/feedly/transfer-nlp) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 18 Β· πŸ“‹ 23 - 17% open Β· ⏱️ 28.05.2020): @@ -2314,35 +2346,34 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we ``` git clone https://github.com/feedly/transfer-nlp ``` -- [PyPi](https://pypi.org/project/transfer-nlp) (πŸ“₯ 42 / month Β· ⏱️ 28.05.2020): +- [PyPi](https://pypi.org/project/transfer-nlp) (πŸ“₯ 41 / month Β· ⏱️ 28.05.2020): ``` pip install transfer-nlp ```
-
textvec (πŸ₯‰14 Β· ⭐ 150) - Text vectorization tool to outperform TFIDF for classification tasks. MIT +
textvec (πŸ₯‰14 Β· ⭐ 160) - Text vectorization tool to outperform TFIDF for classification tasks. MIT - [GitHub](https://github.com/textvec/textvec) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 21 Β· πŸ“¦ 2 Β· πŸ“‹ 8 - 25% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/textvec/textvec ``` -- [PyPi](https://pypi.org/project/textvec) (πŸ“₯ 72 / month Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/textvec) (πŸ“₯ 61 / month Β· ⏱️ 03.12.2020): ``` pip install textvec ```
-
Show 10 hidden projects... +
Show 9 hidden projects... -- gensim (πŸ₯‡35 Β· ⭐ 12K) - Topic Modelling for Humans. ❗️LGPL-2.1 - fuzzywuzzy (πŸ₯ˆ29 Β· ⭐ 7.8K Β· πŸ’€) - Fuzzy String Matching in Python. ❗️GPL-2.0 - langid (πŸ₯ˆ26 Β· ⭐ 1.7K Β· πŸ’€) - Stand-alone language identification system. BSD-3 - polyglot (πŸ₯‰24 Β· ⭐ 1.8K) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 - anaGo (πŸ₯‰22 Β· ⭐ 1.4K Β· πŸ’€) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT -- MatchZoo (πŸ₯‰21 Β· ⭐ 3.3K Β· πŸ’€) - Facilitating the design, comparison and sharing of deep.. Apache-2 +- MatchZoo (πŸ₯‰20 Β· ⭐ 3.3K Β· πŸ’€) - Facilitating the design, comparison and sharing of deep.. Apache-2 - stop-words (πŸ₯‰20 Β· ⭐ 120 Β· πŸ’€) - Get list of common stop words in various languages in Python. BSD-3 - pyfasttext (πŸ₯‰19 Β· ⭐ 230 Β· πŸ’€) - Yet another Python binding for fastText. ❗️GPL-3.0 - NeuroNER (πŸ₯‰18 Β· ⭐ 1.5K Β· πŸ’€) - Named-entity recognition using neural networks. Easy-to-use and.. MIT -- ONNX-T5 (πŸ₯‰11 Β· ⭐ 130 Β· 🐣) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 +- ONNX-T5 (πŸ₯‰13 Β· ⭐ 140 Β· 🐣) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2

@@ -2354,28 +2385,28 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Pillow (πŸ₯‡39 Β· ⭐ 8.1K) - The friendly PIL fork (Python Imaging Library). ❗️PIL -- [GitHub](https://github.com/python-pillow/Pillow) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.6K Β· πŸ“¦ 390K Β· πŸ“‹ 2.1K - 11% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/python-pillow/Pillow) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.6K Β· πŸ“¦ 390K Β· πŸ“‹ 2.1K - 11% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/python-pillow/Pillow ``` -- [PyPi](https://pypi.org/project/Pillow) (πŸ“₯ 13M / month Β· πŸ“¦ 110K Β· ⏱️ 02.01.2021): +- [PyPi](https://pypi.org/project/Pillow) (πŸ“₯ 11M / month Β· πŸ“¦ 110K Β· ⏱️ 02.01.2021): ``` pip install Pillow ``` -- [Conda](https://anaconda.org/conda-forge/pillow) (πŸ“₯ 6.8M Β· ⏱️ 11.01.2021): +- [Conda](https://anaconda.org/conda-forge/pillow) (πŸ“₯ 6.9M Β· ⏱️ 11.01.2021): ``` conda install -c conda-forge pillow ```
torchvision (πŸ₯‡36 Β· ⭐ 8.2K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 -- [GitHub](https://github.com/pytorch/vision) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 4.3K Β· πŸ“¦ 40K Β· πŸ“‹ 1.5K - 29% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pytorch/vision) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 4.3K Β· πŸ“¦ 40K Β· πŸ“‹ 1.5K - 29% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/pytorch/vision ``` -- [PyPi](https://pypi.org/project/torchvision) (πŸ“₯ 640K / month Β· πŸ“¦ 4.6K Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/torchvision) (πŸ“₯ 520K / month Β· πŸ“¦ 4.6K Β· ⏱️ 10.12.2020): ``` pip install torchvision ``` @@ -2384,46 +2415,46 @@ _Libraries for image & video processing, manipulation, and augmentation as well conda install -c conda-forge torchvision ```
-
scikit-image (πŸ₯‡36 Β· ⭐ 4.1K) - Image processing in Python. BSD-2 +
scikit-image (πŸ₯‡36 Β· ⭐ 4.2K) - Image processing in Python. BSD-2 -- [GitHub](https://github.com/scikit-image/scikit-image) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 1.7K Β· πŸ“¦ 59K Β· πŸ“‹ 2.1K - 30% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/scikit-image/scikit-image) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 1.7K Β· πŸ“¦ 60K Β· πŸ“‹ 2.1K - 30% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/scikit-image/scikit-image ``` -- [PyPi](https://pypi.org/project/scikit-image) (πŸ“₯ 1.7M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/scikit-image) (πŸ“₯ 1.4M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2020): ``` pip install scikit-image ``` -- [Conda](https://anaconda.org/conda-forge/scikit-image) (πŸ“₯ 2.1M Β· ⏱️ 23.12.2020): +- [Conda](https://anaconda.org/conda-forge/scikit-image) (πŸ“₯ 2.1M Β· ⏱️ 21.01.2021): ``` conda install -c conda-forge scikit-image ```
imgaug (πŸ₯‡31 Β· ⭐ 11K Β· πŸ’€) - Image augmentation for machine learning experiments. MIT -- [GitHub](https://github.com/aleju/imgaug) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 2K Β· πŸ“¦ 5.1K Β· πŸ“‹ 420 - 51% open Β· ⏱️ 01.06.2020): +- [GitHub](https://github.com/aleju/imgaug) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 2K Β· πŸ“¦ 5.2K Β· πŸ“‹ 420 - 51% open Β· ⏱️ 01.06.2020): ``` git clone https://github.com/aleju/imgaug ``` -- [PyPi](https://pypi.org/project/imgaug) (πŸ“₯ 120K / month Β· πŸ“¦ 280 Β· ⏱️ 05.02.2020): +- [PyPi](https://pypi.org/project/imgaug) (πŸ“₯ 100K / month Β· πŸ“¦ 280 Β· ⏱️ 05.02.2020): ``` pip install imgaug ``` -- [Conda](https://anaconda.org/conda-forge/imgaug) (πŸ“₯ 31K Β· ⏱️ 14.02.2020): +- [Conda](https://anaconda.org/conda-forge/imgaug) (πŸ“₯ 32K Β· ⏱️ 14.02.2020): ``` conda install -c conda-forge imgaug ```
imageio (πŸ₯‡31 Β· ⭐ 820) - Python library for reading and writing image data. BSD-2 -- [GitHub](https://github.com/imageio/imageio) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 170 Β· πŸ“¦ 35K Β· πŸ“‹ 340 - 19% open Β· ⏱️ 08.01.2021): +- [GitHub](https://github.com/imageio/imageio) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 170 Β· πŸ“¦ 36K Β· πŸ“‹ 340 - 19% open Β· ⏱️ 08.01.2021): ``` git clone https://github.com/imageio/imageio ``` -- [PyPi](https://pypi.org/project/imageio) (πŸ“₯ 1.7M / month Β· πŸ“¦ 3.8K Β· ⏱️ 06.07.2020): +- [PyPi](https://pypi.org/project/imageio) (πŸ“₯ 1.5M / month Β· πŸ“¦ 3.8K Β· ⏱️ 06.07.2020): ``` pip install imageio ``` @@ -2432,21 +2463,21 @@ _Libraries for image & video processing, manipulation, and augmentation as well conda install -c conda-forge imageio ```
-
opencv-python (πŸ₯ˆ30 Β· ⭐ 1.7K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT +
opencv-python (πŸ₯ˆ30 Β· ⭐ 1.7K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT -- [GitHub](https://github.com/skvark/opencv-python) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 310 Β· πŸ“‹ 390 - 4% open Β· ⏱️ 28.12.2020): +- [GitHub](https://github.com/opencv/opencv-python) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 310 Β· πŸ“‹ 390 - 4% open Β· ⏱️ 28.12.2020): ``` git clone https://github.com/skvark/opencv-python ``` -- [PyPi](https://pypi.org/project/opencv-python) (πŸ“₯ 2.1M / month Β· πŸ“¦ 13K Β· ⏱️ 02.01.2021): +- [PyPi](https://pypi.org/project/opencv-python) (πŸ“₯ 1.7M / month Β· πŸ“¦ 13K Β· ⏱️ 02.01.2021): ``` pip install opencv-python ```
Wand (πŸ₯ˆ30 Β· ⭐ 1K) - The ctypes-based simple ImageMagick binding for Python. MIT -- [GitHub](https://github.com/emcconville/wand) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 180 Β· πŸ“₯ 5.2K Β· πŸ“¦ 3.1K Β· πŸ“‹ 330 - 3% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/emcconville/wand) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 180 Β· πŸ“₯ 5.2K Β· πŸ“¦ 3.2K Β· πŸ“‹ 330 - 3% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/emcconville/wand @@ -2463,35 +2494,35 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/ageitgey/face_recognition ``` -- [PyPi](https://pypi.org/project/face_recognition) (πŸ“₯ 27K / month Β· πŸ“¦ 410 Β· ⏱️ 21.08.2018): +- [PyPi](https://pypi.org/project/face_recognition) (πŸ“₯ 23K / month Β· πŸ“¦ 410 Β· ⏱️ 21.08.2018): ``` pip install face_recognition ```
MoviePy (πŸ₯ˆ29 Β· ⭐ 7.2K) - Video editing with Python. MIT -- [GitHub](https://github.com/Zulko/moviepy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1K Β· πŸ“¦ 5.7K Β· πŸ“‹ 1K - 33% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/Zulko/moviepy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1K Β· πŸ“¦ 5.8K Β· πŸ“‹ 1K - 32% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/Zulko/moviepy ``` -- [PyPi](https://pypi.org/project/moviepy) (πŸ“₯ 110K / month Β· πŸ“¦ 1.1K Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/moviepy) (πŸ“₯ 99K / month Β· πŸ“¦ 1.1K Β· ⏱️ 05.10.2020): ``` pip install moviepy ``` -- [Conda](https://anaconda.org/conda-forge/moviepy) (πŸ“₯ 72K Β· ⏱️ 23.02.2020): +- [Conda](https://anaconda.org/conda-forge/moviepy) (πŸ“₯ 73K Β· ⏱️ 23.02.2020): ``` conda install -c conda-forge moviepy ```
-
Albumentations (πŸ₯ˆ28 Β· ⭐ 7.1K) - Fast image augmentation library and easy to use wrapper.. MIT +
Albumentations (πŸ₯ˆ28 Β· ⭐ 7.2K) - Fast image augmentation library and easy to use wrapper.. MIT -- [GitHub](https://github.com/albumentations-team/albumentations) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 920 Β· πŸ“¦ 2.6K Β· πŸ“‹ 400 - 42% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/albumentations-team/albumentations) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 920 Β· πŸ“¦ 2.6K Β· πŸ“‹ 410 - 42% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/albumentations-team/albumentations ``` -- [PyPi](https://pypi.org/project/albumentations) (πŸ“₯ 56K / month Β· πŸ“¦ 130 Β· ⏱️ 29.11.2020): +- [PyPi](https://pypi.org/project/albumentations) (πŸ“₯ 50K / month Β· πŸ“¦ 130 Β· ⏱️ 29.11.2020): ``` pip install albumentations ``` @@ -2500,21 +2531,9 @@ _Libraries for image & video processing, manipulation, and augmentation as well conda install -c conda-forge albumentations ```
-
GluonCV (πŸ₯ˆ28 Β· ⭐ 4.5K) - Gluon CV Toolkit. Apache-2 - -- [GitHub](https://github.com/dmlc/gluon-cv) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1K Β· πŸ“¦ 400 Β· πŸ“‹ 740 - 49% open Β· ⏱️ 20.01.2021): - - ``` - git clone https://github.com/dmlc/gluon-cv - ``` -- [PyPi](https://pypi.org/project/gluoncv) (πŸ“₯ 66K / month Β· πŸ“¦ 30 Β· ⏱️ 20.01.2021): - ``` - pip install gluoncv - ``` -
Kornia (πŸ₯ˆ28 Β· ⭐ 3.5K) - Open Source Differentiable Computer Vision Library for PyTorch. Apache-2 -- [GitHub](https://github.com/kornia/kornia) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 350 Β· πŸ“¦ 240 Β· πŸ“‹ 350 - 29% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/kornia/kornia) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 350 Β· πŸ“¦ 250 Β· πŸ“‹ 350 - 29% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/kornia/kornia @@ -2531,7 +2550,7 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/jrosebr1/imutils ``` -- [PyPi](https://pypi.org/project/imutils) (πŸ“₯ 150K / month Β· πŸ“¦ 1.2K Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/imutils) (πŸ“₯ 120K / month Β· πŸ“¦ 1.2K Β· ⏱️ 15.01.2021): ``` pip install imutils ``` @@ -2547,18 +2566,18 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/JohannesBuchner/imagehash ``` -- [PyPi](https://pypi.org/project/ImageHash) (πŸ“₯ 310K / month Β· πŸ“¦ 530 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/ImageHash) (πŸ“₯ 250K / month Β· πŸ“¦ 530 Β· ⏱️ 19.11.2020): ``` pip install ImageHash ``` -- [Conda](https://anaconda.org/conda-forge/imagehash) (πŸ“₯ 98K Β· ⏱️ 19.11.2020): +- [Conda](https://anaconda.org/conda-forge/imagehash) (πŸ“₯ 99K Β· ⏱️ 19.11.2020): ``` conda install -c conda-forge imagehash ```
-
PyTorch Image Models (πŸ₯ˆ27 Β· ⭐ 6.7K) - PyTorch image models, scripts, pretrained weights --.. Apache-2 +
PyTorch Image Models (πŸ₯ˆ27 Β· ⭐ 6.8K) - PyTorch image models, scripts, pretrained weights --.. Apache-2 -- [GitHub](https://github.com/rwightman/pytorch-image-models) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 940 Β· πŸ“₯ 190K Β· πŸ“¦ 260 Β· πŸ“‹ 230 - 9% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/rwightman/pytorch-image-models) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 940 Β· πŸ“₯ 200K Β· πŸ“¦ 270 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/rwightman/pytorch-image-models @@ -2566,19 +2585,31 @@ _Libraries for image & video processing, manipulation, and augmentation as well
imageai (πŸ₯ˆ27 Β· ⭐ 5.8K) - A python library built to empower developers to build applications and.. MIT -- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.6K Β· πŸ“₯ 530K Β· πŸ“¦ 660 Β· πŸ“‹ 590 - 31% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.6K Β· πŸ“₯ 530K Β· πŸ“¦ 670 Β· πŸ“‹ 590 - 31% open Β· ⏱️ 05.01.2021): ``` git clone https://github.com/OlafenwaMoses/ImageAI ``` -- [PyPi](https://pypi.org/project/imageai) (πŸ“₯ 5.2K / month Β· πŸ“¦ 12 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/imageai) (πŸ“₯ 4.7K / month Β· πŸ“¦ 12 Β· ⏱️ 05.01.2021): ``` pip install imageai ```
+
GluonCV (πŸ₯ˆ27 Β· ⭐ 4.5K) - Gluon CV Toolkit. Apache-2 + +- [GitHub](https://github.com/dmlc/gluon-cv) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1K Β· πŸ“¦ 410 Β· πŸ“‹ 740 - 48% open Β· ⏱️ 27.01.2021): + + ``` + git clone https://github.com/dmlc/gluon-cv + ``` +- [PyPi](https://pypi.org/project/gluoncv) (πŸ“₯ 50K / month Β· πŸ“¦ 30 Β· ⏱️ 27.01.2021): + ``` + pip install gluoncv + ``` +
detectron2 (πŸ₯ˆ26 Β· ⭐ 15K) - Detectron2 is FAIR's next-generation platform for object.. Apache-2 -- [GitHub](https://github.com/facebookresearch/detectron2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.7K Β· πŸ“¦ 150 Β· πŸ“‹ 2.2K - 4% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/facebookresearch/detectron2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.7K Β· πŸ“¦ 150 Β· πŸ“‹ 2.2K - 4% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebookresearch/detectron2 @@ -2588,21 +2619,21 @@ _Libraries for image & video processing, manipulation, and augmentation as well conda install -c conda-forge detectron2 ```
-
InsightFace (πŸ₯ˆ26 Β· ⭐ 8.4K) - Face Analysis Project on MXNet. MIT +
InsightFace (πŸ₯ˆ26 Β· ⭐ 8.5K) - Face Analysis Project on MXNet. MIT -- [GitHub](https://github.com/deepinsight/insightface) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 2.9K Β· πŸ“¦ 51 Β· πŸ“‹ 1.3K - 52% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/deepinsight/insightface) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 2.9K Β· πŸ“¦ 51 Β· πŸ“‹ 1.4K - 52% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/deepinsight/insightface ``` -- [PyPi](https://pypi.org/project/insightface) (πŸ“₯ 3K / month Β· πŸ“¦ 1 Β· ⏱️ 07.09.2019): +- [PyPi](https://pypi.org/project/insightface) (πŸ“₯ 1.3K / month Β· πŸ“¦ 1 Β· ⏱️ 07.09.2019): ``` pip install insightface ```
MMDetection (πŸ₯ˆ25 Β· ⭐ 13K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 -- [GitHub](https://github.com/open-mmlab/mmdetection) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.6K Β· πŸ“¦ 18 Β· πŸ“‹ 3.3K - 10% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/open-mmlab/mmdetection) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.6K Β· πŸ“¦ 23 Β· πŸ“‹ 3.3K - 9% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/open-mmlab/mmdetection @@ -2615,35 +2646,35 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/mdbloice/Augmentor ``` -- [PyPi](https://pypi.org/project/Augmentor) (πŸ“₯ 2.9K / month Β· πŸ“¦ 42 Β· ⏱️ 17.01.2020): +- [PyPi](https://pypi.org/project/Augmentor) (πŸ“₯ 3.4K / month Β· πŸ“¦ 42 Β· ⏱️ 17.01.2020): ``` pip install Augmentor ```
-
PyTorch3D (πŸ₯ˆ25 Β· ⭐ 4.2K) - PyTorch3D is FAIR's library of reusable components for deep.. MIT +
PyTorch3D (πŸ₯ˆ25 Β· ⭐ 4.3K) - PyTorch3D is FAIR's library of reusable components for deep.. MIT -- [GitHub](https://github.com/facebookresearch/pytorch3d) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 470 Β· πŸ“¦ 44 Β· πŸ“‹ 470 - 11% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/facebookresearch/pytorch3d) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 470 Β· πŸ“¦ 45 Β· πŸ“‹ 470 - 11% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/facebookresearch/pytorch3d ``` -- [PyPi](https://pypi.org/project/pytorch3d) (πŸ“₯ 4.1K / month Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/pytorch3d) (πŸ“₯ 3.7K / month Β· ⏱️ 12.11.2020): ``` pip install pytorch3d ``` -- [Conda](https://anaconda.org/pytorch3d/pytorch3d) (πŸ“₯ 5.8K Β· ⏱️ 12.11.2020): +- [Conda](https://anaconda.org/pytorch3d/pytorch3d) (πŸ“₯ 6K Β· ⏱️ 12.11.2020): ``` conda install -c pytorch3d pytorch3d ```
facenet-pytorch (πŸ₯ˆ25 Β· ⭐ 1.8K) - Pretrained Pytorch face detection (MTCNN) and recognition.. MIT -- [GitHub](https://github.com/timesler/facenet-pytorch) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 380 Β· πŸ“₯ 53K Β· πŸ“¦ 260 Β· πŸ“‹ 110 - 23% open Β· ⏱️ 19.11.2020): +- [GitHub](https://github.com/timesler/facenet-pytorch) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 380 Β· πŸ“₯ 56K Β· πŸ“¦ 260 Β· πŸ“‹ 110 - 23% open Β· ⏱️ 19.11.2020): ``` git clone https://github.com/timesler/facenet-pytorch ``` -- [PyPi](https://pypi.org/project/facenet-pytorch) (πŸ“₯ 3.7K / month Β· πŸ“¦ 3 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/facenet-pytorch) (πŸ“₯ 3.1K / month Β· πŸ“¦ 3 Β· ⏱️ 19.11.2020): ``` pip install facenet-pytorch ``` @@ -2655,35 +2686,35 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/chainer/chainercv ``` -- [PyPi](https://pypi.org/project/chainercv) (πŸ“₯ 3.3K / month Β· πŸ“¦ 24 Β· ⏱️ 31.05.2019): +- [PyPi](https://pypi.org/project/chainercv) (πŸ“₯ 3K / month Β· πŸ“¦ 24 Β· ⏱️ 31.05.2019): ``` pip install chainercv ```
mtcnn (πŸ₯ˆ25 Β· ⭐ 1.4K) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT -- [GitHub](https://github.com/ipazc/mtcnn) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 370 Β· πŸ“¦ 830 Β· πŸ“‹ 89 - 59% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/ipazc/mtcnn) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 370 Β· πŸ“¦ 840 Β· πŸ“‹ 89 - 59% open Β· ⏱️ 13.01.2021): ``` git clone https://github.com/ipazc/mtcnn ``` -- [PyPi](https://pypi.org/project/mtcnn) (πŸ“₯ 12K / month Β· πŸ“¦ 42 Β· ⏱️ 14.11.2019): +- [PyPi](https://pypi.org/project/mtcnn) (πŸ“₯ 10K / month Β· πŸ“¦ 42 Β· ⏱️ 14.11.2019): ``` pip install mtcnn ```
mahotas (πŸ₯ˆ25 Β· ⭐ 660) - Computer Vision in Python. MIT -- [GitHub](https://github.com/luispedro/mahotas) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 120 Β· πŸ“¦ 550 Β· πŸ“‹ 70 - 18% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/luispedro/mahotas) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 130 Β· πŸ“¦ 560 Β· πŸ“‹ 73 - 21% open Β· ⏱️ 13.01.2021): ``` git clone https://github.com/luispedro/mahotas ``` -- [PyPi](https://pypi.org/project/mahotas) (πŸ“₯ 8.3K / month Β· πŸ“¦ 190 Β· ⏱️ 16.08.2020): +- [PyPi](https://pypi.org/project/mahotas) (πŸ“₯ 8.7K / month Β· πŸ“¦ 190 Β· ⏱️ 16.08.2020): ``` pip install mahotas ``` -- [Conda](https://anaconda.org/conda-forge/mahotas) (πŸ“₯ 250K Β· ⏱️ 01.11.2020): +- [Conda](https://anaconda.org/conda-forge/mahotas) (πŸ“₯ 250K Β· ⏱️ 22.01.2021): ``` conda install -c conda-forge mahotas ``` @@ -2695,7 +2726,7 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/1adrianb/face-alignment ``` -- [PyPi](https://pypi.org/project/face-alignment) (πŸ“₯ 4.2K / month Β· πŸ“¦ 6 Β· ⏱️ 22.12.2020): +- [PyPi](https://pypi.org/project/face-alignment) (πŸ“₯ 3.7K / month Β· πŸ“¦ 6 Β· ⏱️ 22.12.2020): ``` pip install face-alignment ``` @@ -2707,14 +2738,14 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/qubvel/segmentation_models ``` -- [PyPi](https://pypi.org/project/segmentation_models) (πŸ“₯ 12K / month Β· πŸ“¦ 12 Β· ⏱️ 10.01.2020): +- [PyPi](https://pypi.org/project/segmentation_models) (πŸ“₯ 11K / month Β· πŸ“¦ 12 Β· ⏱️ 10.01.2020): ``` pip install segmentation_models ```
vidgear (πŸ₯‰23 Β· ⭐ 1.6K) - High-performance cross-platform Video Processing Python framework.. Apache-2 -- [GitHub](https://github.com/abhiTronix/vidgear) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 110 Β· πŸ“₯ 300 Β· πŸ“¦ 77 Β· πŸ“‹ 130 - 3% open Β· ⏱️ 01.01.2021): +- [GitHub](https://github.com/abhiTronix/vidgear) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 110 Β· πŸ“₯ 300 Β· πŸ“¦ 80 Β· πŸ“‹ 130 - 2% open Β· ⏱️ 01.01.2021): ``` git clone https://github.com/abhiTronix/vidgear @@ -2724,43 +2755,59 @@ _Libraries for image & video processing, manipulation, and augmentation as well pip install vidgear ```
-
Image Deduplicator (πŸ₯‰22 Β· ⭐ 3.3K) - Finding duplicate images made easy!. Apache-2 +
Image Deduplicator (πŸ₯‰22 Β· ⭐ 3.4K) - Finding duplicate images made easy!. Apache-2 - [GitHub](https://github.com/idealo/imagededup) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 280 Β· πŸ“¦ 8 Β· πŸ“‹ 70 - 24% open Β· ⏱️ 23.11.2020): ``` git clone https://github.com/idealo/imagededup ``` -- [PyPi](https://pypi.org/project/imagededup) (πŸ“₯ 1.5K / month Β· πŸ“¦ 1 Β· ⏱️ 22.11.2020): +- [PyPi](https://pypi.org/project/imagededup) (πŸ“₯ 1.2K / month Β· πŸ“¦ 1 Β· ⏱️ 22.11.2020): ``` pip install imagededup ```
-
CellProfiler (πŸ₯‰22 Β· ⭐ 530) - An open-source application for biological image analysis. BSD-3 +
Image Super-Resolution (πŸ₯‰22 Β· ⭐ 2.5K) - Super-scale your images and run experiments with.. Apache-2 + +- [GitHub](https://github.com/idealo/image-super-resolution) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 480 Β· πŸ“¦ 39 Β· πŸ“‹ 150 - 33% open Β· ⏱️ 11.11.2020): + + ``` + git clone https://github.com/idealo/image-super-resolution + ``` +- [PyPi](https://pypi.org/project/ISR) (πŸ“₯ 2K / month Β· πŸ“¦ 4 Β· ⏱️ 08.01.2020): + ``` + pip install ISR + ``` +- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (πŸ“₯ 120 Β· ⏱️ 01.04.2019): + ``` + docker pull idealo/image-super-resolution-gpu + ``` +
+
CellProfiler (πŸ₯‰22 Β· ⭐ 540) - An open-source application for biological image analysis. BSD-3 -- [GitHub](https://github.com/CellProfiler/CellProfiler) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 550 Β· πŸ“¦ 3 Β· πŸ“‹ 2.9K - 5% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/CellProfiler/CellProfiler) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 590 Β· πŸ“¦ 3 Β· πŸ“‹ 2.9K - 5% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/CellProfiler/CellProfiler ``` -- [PyPi](https://pypi.org/project/cellprofiler) (πŸ“₯ 99 / month Β· ⏱️ 04.09.2017): +- [PyPi](https://pypi.org/project/cellprofiler) (πŸ“₯ 98 / month Β· ⏱️ 04.09.2017): ``` pip install cellprofiler ```
-
Caer (πŸ₯‰22 Β· ⭐ 330 Β· 🐣) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT +
Caer (πŸ₯‰22 Β· ⭐ 420 Β· 🐣) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT -- [GitHub](https://github.com/jasmcaus/caer) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 39 Β· πŸ“₯ 14 Β· πŸ“‹ 10 - 30% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/jasmcaus/caer) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 40 Β· πŸ“₯ 14 Β· πŸ“‹ 13 - 38% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/jasmcaus/caer ``` -- [PyPi](https://pypi.org/project/caer) (πŸ“₯ 620K / month Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/caer) (πŸ“₯ 530K / month Β· ⏱️ 23.01.2021): ``` pip install caer ```
-
pyvips (πŸ₯‰22 Β· ⭐ 280) - python binding for libvips using cffi. MIT +
pyvips (πŸ₯‰22 Β· ⭐ 290) - python binding for libvips using cffi. MIT - [GitHub](https://github.com/libvips/pyvips) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 25 Β· πŸ“¦ 140 Β· πŸ“‹ 200 - 34% open Β· ⏱️ 27.12.2020): @@ -2771,35 +2818,19 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` pip install pyvips ``` -- [Conda](https://anaconda.org/conda-forge/pyvips) (πŸ“₯ 6K Β· ⏱️ 14.10.2020): +- [Conda](https://anaconda.org/conda-forge/pyvips) (πŸ“₯ 6.1K Β· ⏱️ 14.10.2020): ``` conda install -c conda-forge pyvips ```
-
Image Super-Resolution (πŸ₯‰21 Β· ⭐ 2.4K) - Super-scale your images and run experiments with.. Apache-2 - -- [GitHub](https://github.com/idealo/image-super-resolution) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 470 Β· πŸ“¦ 38 Β· πŸ“‹ 150 - 33% open Β· ⏱️ 11.11.2020): - - ``` - git clone https://github.com/idealo/image-super-resolution - ``` -- [PyPi](https://pypi.org/project/ISR) (πŸ“₯ 2.4K / month Β· πŸ“¦ 4 Β· ⏱️ 08.01.2020): - ``` - pip install ISR - ``` -- [Docker Hub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (πŸ“₯ 120 Β· ⏱️ 01.04.2019): - ``` - docker pull idealo/image-super-resolution-gpu - ``` -
tensorflow-graphics (πŸ₯‰21 Β· ⭐ 2.4K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2 -- [GitHub](https://github.com/tensorflow/graphics) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 270 Β· πŸ“‹ 170 - 51% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/tensorflow/graphics) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 280 Β· πŸ“‹ 180 - 55% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/graphics ``` -- [PyPi](https://pypi.org/project/tensorflow-graphics) (πŸ“₯ 910 / month Β· πŸ“¦ 3 Β· ⏱️ 20.05.2020): +- [PyPi](https://pypi.org/project/tensorflow-graphics) (πŸ“₯ 850 / month Β· πŸ“¦ 3 Β· ⏱️ 20.05.2020): ``` pip install tensorflow-graphics ``` @@ -2811,19 +2842,31 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/tryolabs/luminoth ``` -- [PyPi](https://pypi.org/project/luminoth) (πŸ“₯ 490 / month Β· ⏱️ 09.11.2018): +- [PyPi](https://pypi.org/project/luminoth) (πŸ“₯ 450 / month Β· ⏱️ 09.11.2018): ``` pip install luminoth ```
+
nude.py (πŸ₯‰21 Β· ⭐ 790) - Nudity detection with Python. MIT + +- [GitHub](https://github.com/hhatto/nude.py) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 130 Β· πŸ“¦ 61 Β· πŸ“‹ 8 - 75% open Β· ⏱️ 23.11.2020): + + ``` + git clone https://github.com/hhatto/nude.py + ``` +- [PyPi](https://pypi.org/project/nudepy) (πŸ“₯ 1.4K / month Β· πŸ“¦ 9 Β· ⏱️ 23.11.2020): + ``` + pip install nudepy + ``` +
MMF (πŸ₯‰20 Β· ⭐ 4.1K) - A modular framework for vision & language multimodal research from.. BSD-3 -- [GitHub](https://github.com/facebookresearch/mmf) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 590 Β· πŸ“¦ 6 Β· πŸ“‹ 410 - 21% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/facebookresearch/mmf) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 590 Β· πŸ“¦ 6 Β· πŸ“‹ 420 - 22% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebookresearch/mmf ``` -- [PyPi](https://pypi.org/project/mmf) (πŸ“₯ 140 / month Β· ⏱️ 11.06.2020): +- [PyPi](https://pypi.org/project/mmf) (πŸ“₯ 78 / month Β· ⏱️ 11.06.2020): ``` pip install mmf ``` @@ -2835,19 +2878,19 @@ _Libraries for image & video processing, manipulation, and augmentation as well ``` git clone https://github.com/EdjoLabs/image-match ``` -- [PyPi](https://pypi.org/project/image_match) (πŸ“₯ 280 / month Β· πŸ“¦ 3 Β· ⏱️ 13.02.2017): +- [PyPi](https://pypi.org/project/image_match) (πŸ“₯ 310 / month Β· πŸ“¦ 3 Β· ⏱️ 13.02.2017): ``` pip install image_match ```
Classy Vision (πŸ₯‰20 Β· ⭐ 1.1K) - An end-to-end PyTorch framework for image and video.. MIT -- [GitHub](https://github.com/facebookresearch/ClassyVision) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 190 Β· πŸ“‹ 89 - 51% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/facebookresearch/ClassyVision) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 190 Β· πŸ“‹ 92 - 50% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/facebookresearch/ClassyVision ``` -- [PyPi](https://pypi.org/project/classy_vision) (πŸ“₯ 130 / month Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/classy_vision) (πŸ“₯ 110 / month Β· ⏱️ 20.11.2020): ``` pip install classy_vision ``` @@ -2858,75 +2901,63 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Torch Points 3D (πŸ₯‰20 Β· ⭐ 1K) - Pytorch framework for doing deep learning on point clouds. BSD-3 -- [GitHub](https://github.com/nicolas-chaulet/torch-points3d) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“¦ 2 Β· πŸ“‹ 200 - 21% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/nicolas-chaulet/torch-points3d) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“¦ 2 Β· πŸ“‹ 200 - 20% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/nicolas-chaulet/torch-points3d ``` -- [PyPi](https://pypi.org/project/torch-points3d) (πŸ“₯ 250 / month Β· ⏱️ 18.12.2020): +- [PyPi](https://pypi.org/project/torch-points3d) (πŸ“₯ 200 / month Β· ⏱️ 18.12.2020): ``` pip install torch-points3d ```
-
nude.py (πŸ₯‰20 Β· ⭐ 790) - Nudity detection with Python. MIT +
vit-pytorch (πŸ₯‰18 Β· ⭐ 2.4K Β· 🐣) - Implementation of Vision Transformer, a simple way to.. MIT -- [GitHub](https://github.com/hhatto/nude.py) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 130 Β· πŸ“¦ 56 Β· πŸ“‹ 8 - 75% open Β· ⏱️ 23.11.2020): - - ``` - git clone https://github.com/hhatto/nude.py - ``` -- [PyPi](https://pypi.org/project/nudepy) (πŸ“₯ 810 / month Β· πŸ“¦ 9 Β· ⏱️ 23.11.2020): - ``` - pip install nudepy - ``` -
-
vit-pytorch (πŸ₯‰19 Β· ⭐ 2.3K Β· 🐣) - Implementation of Vision Transformer, a simple way to.. MIT - -- [GitHub](https://github.com/lucidrains/vit-pytorch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 200 Β· πŸ“¦ 4 Β· πŸ“‹ 60 - 36% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/lucidrains/vit-pytorch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 220 Β· πŸ“¦ 5 Β· πŸ“‹ 61 - 36% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/lucidrains/vit-pytorch ``` -- [PyPi](https://pypi.org/project/vit-pytorch) (πŸ“₯ 1.2K / month Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/vit-pytorch) (πŸ“₯ 820 / month Β· ⏱️ 11.01.2021): ``` pip install vit-pytorch ```
-
Norfair (πŸ₯‰18 Β· ⭐ 780 Β· 🐣) - Lightweight Python library for adding real-time 2D object tracking.. BSD-3 +
Norfair (πŸ₯‰18 Β· ⭐ 860 Β· 🐣) - Lightweight Python library for adding real-time 2D object tracking.. BSD-3 -- [GitHub](https://github.com/tryolabs/norfair) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 46 Β· πŸ“‹ 18 - 27% open Β· ⏱️ 22.12.2020): +- [GitHub](https://github.com/tryolabs/norfair) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 49 Β· πŸ“‹ 18 - 27% open Β· ⏱️ 22.12.2020): ``` git clone https://github.com/tryolabs/norfair ``` -- [PyPi](https://pypi.org/project/norfair) (πŸ“₯ 250 / month Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/norfair) (πŸ“₯ 210 / month Β· ⏱️ 07.12.2020): ``` pip install norfair ```
PaddleDetection (πŸ₯‰17 Β· ⭐ 2.2K) - Object detection and instance segmentation toolkit.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 610 Β· πŸ“‹ 1.1K - 25% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 620 Β· πŸ“‹ 1.2K - 27% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/PaddlePaddle/PaddleDetection ```
-
lightly (πŸ₯‰17 Β· ⭐ 400 Β· 🐣) - A python library for self-supervised learning on images. MIT +
lightly (πŸ₯‰16 Β· ⭐ 400 Β· 🐣) - A python library for self-supervised learning on images. MIT -- [GitHub](https://github.com/lightly-ai/lightly) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 21 Β· πŸ“¦ 1 Β· πŸ“‹ 42 - 54% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/lightly-ai/lightly) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 20 Β· πŸ“¦ 2 Β· πŸ“‹ 47 - 53% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/lightly-ai/lightly ``` -- [PyPi](https://pypi.org/project/lightly) (πŸ“₯ 160 / month Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/lightly) (πŸ“₯ 150 / month Β· ⏱️ 11.01.2021): ``` pip install lightly ```
DEβ«ΆTR (πŸ₯‰14 Β· ⭐ 6K) - End-to-End Object Detection with Transformers. Apache-2 -- [GitHub](https://github.com/facebookresearch/detr) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 870 Β· πŸ“‹ 260 - 21% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/facebookresearch/detr) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 880 Β· πŸ“‹ 270 - 22% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/facebookresearch/detr @@ -2934,7 +2965,7 @@ _Libraries for image & video processing, manipulation, and augmentation as well
PySlowFast (πŸ₯‰14 Β· ⭐ 3.3K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 -- [GitHub](https://github.com/facebookresearch/SlowFast) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 620 Β· πŸ“¦ 2 Β· πŸ“‹ 340 - 46% open Β· ⏱️ 07.01.2021): +- [GitHub](https://github.com/facebookresearch/SlowFast) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 620 Β· πŸ“¦ 2 Β· πŸ“‹ 340 - 46% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/facebookresearch/SlowFast @@ -2961,14 +2992,14 @@ _Libraries for image & video processing, manipulation, and augmentation as well _Libraries for graph processing, clustering, embedding, and machine learning tasks._ -
networkx (πŸ₯‡37 Β· ⭐ 8.5K) - Network Analysis in Python. BSD-3 +
networkx (πŸ₯‡37 Β· ⭐ 8.6K) - Network Analysis in Python. BSD-3 -- [GitHub](https://github.com/networkx/networkx) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 2.2K Β· πŸ“₯ 51 Β· πŸ“¦ 65K Β· πŸ“‹ 2.6K - 10% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/networkx/networkx) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 2.2K Β· πŸ“₯ 51 Β· πŸ“¦ 66K Β· πŸ“‹ 2.6K - 10% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/networkx/networkx ``` -- [PyPi](https://pypi.org/project/networkx) (πŸ“₯ 4.9M / month Β· πŸ“¦ 21K Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/networkx) (πŸ“₯ 4.4M / month Β· πŸ“¦ 21K Β· ⏱️ 22.08.2020): ``` pip install networkx ``` @@ -2979,43 +3010,43 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
PyTorch Geometric (πŸ₯‡28 Β· ⭐ 10K) - Geometric Deep Learning Extension Library for PyTorch. MIT -- [GitHub](https://github.com/rusty1s/pytorch_geometric) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“‹ 1.8K - 37% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/rusty1s/pytorch_geometric) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“‹ 1.8K - 38% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/rusty1s/pytorch_geometric ``` -- [PyPi](https://pypi.org/project/torch-geometric) (πŸ“₯ 12K / month Β· πŸ“¦ 24 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/torch-geometric) (πŸ“₯ 11K / month Β· πŸ“¦ 24 Β· ⏱️ 27.11.2020): ``` pip install torch-geometric ```
-
dgl (πŸ₯‡27 Β· ⭐ 6.5K) - Python package built to ease deep learning on graph, on top of existing.. Apache-2 +
dgl (πŸ₯‡27 Β· ⭐ 6.6K) - Python package built to ease deep learning on graph, on top of existing.. Apache-2 -- [GitHub](https://github.com/dmlc/dgl) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.3K Β· πŸ“‹ 900 - 23% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/dmlc/dgl) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.3K Β· πŸ“‹ 920 - 24% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/dmlc/dgl ``` -- [PyPi](https://pypi.org/project/dgl) (πŸ“₯ 12K / month Β· πŸ“¦ 30 Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/dgl) (πŸ“₯ 10K / month Β· πŸ“¦ 30 Β· ⏱️ 27.01.2021): ``` pip install dgl ```
StellarGraph (πŸ₯ˆ25 Β· ⭐ 1.7K) - StellarGraph - Machine Learning on Graphs. Apache-2 -- [GitHub](https://github.com/stellargraph/stellargraph) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 250 Β· πŸ“¦ 43 Β· πŸ“‹ 910 - 23% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/stellargraph/stellargraph) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 250 Β· πŸ“¦ 43 Β· πŸ“‹ 910 - 23% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/stellargraph/stellargraph ``` -- [PyPi](https://pypi.org/project/stellargraph) (πŸ“₯ 5.5K / month Β· πŸ“¦ 2 Β· ⏱️ 25.06.2020): +- [PyPi](https://pypi.org/project/stellargraph) (πŸ“₯ 4.2K / month Β· πŸ“¦ 2 Β· ⏱️ 25.06.2020): ``` pip install stellargraph ```
Spektral (πŸ₯ˆ23 Β· ⭐ 1.6K) - Graph Neural Networks with Keras and Tensorflow 2. MIT -- [GitHub](https://github.com/danielegrattarola/spektral) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 190 Β· πŸ“¦ 26 Β· πŸ“‹ 120 - 18% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/danielegrattarola/spektral) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 190 Β· πŸ“¦ 28 Β· πŸ“‹ 120 - 18% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/danielegrattarola/spektral @@ -3027,7 +3058,7 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
ogb (πŸ₯ˆ22 Β· ⭐ 720) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT -- [GitHub](https://github.com/snap-stanford/ogb) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 98 Β· πŸ“¦ 43 Β· πŸ“‹ 88 - 1% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/snap-stanford/ogb) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 110 Β· πŸ“¦ 44 Β· ⏱️ 23.01.2021): ``` git clone https://github.com/snap-stanford/ogb @@ -3037,14 +3068,14 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas pip install ogb ```
-
Node2Vec (πŸ₯ˆ22 Β· ⭐ 620) - Implementation of the node2vec algorithm. MIT +
Node2Vec (πŸ₯ˆ22 Β· ⭐ 630) - Implementation of the node2vec algorithm. MIT - [GitHub](https://github.com/eliorc/node2vec) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“¦ 110 Β· ⏱️ 09.01.2021): ``` git clone https://github.com/eliorc/node2vec ``` -- [PyPi](https://pypi.org/project/node2vec) (πŸ“₯ 4.3K / month Β· πŸ“¦ 10 Β· ⏱️ 09.01.2021): +- [PyPi](https://pypi.org/project/node2vec) (πŸ“₯ 3.7K / month Β· πŸ“¦ 10 Β· ⏱️ 09.01.2021): ``` pip install node2vec ``` @@ -3053,14 +3084,14 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas conda install -c conda-forge node2vec ```
-
torch-cluster (πŸ₯ˆ21 Β· ⭐ 320) - PyTorch Extension Library of Optimized Graph Cluster.. MIT +
torch-cluster (πŸ₯ˆ21 Β· ⭐ 330) - PyTorch Extension Library of Optimized Graph Cluster.. MIT - [GitHub](https://github.com/rusty1s/pytorch_cluster) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 67 Β· πŸ“‹ 72 - 48% open Β· ⏱️ 03.01.2021): ``` git clone https://github.com/rusty1s/pytorch_cluster ``` -- [PyPi](https://pypi.org/project/torch-cluster) (πŸ“₯ 2.6K / month Β· πŸ“¦ 32 Β· ⏱️ 31.10.2020): +- [PyPi](https://pypi.org/project/torch-cluster) (πŸ“₯ 2.2K / month Β· πŸ“¦ 32 Β· ⏱️ 31.10.2020): ``` pip install torch-cluster ``` @@ -3072,7 +3103,7 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas ``` git clone https://github.com/Accenture/AmpliGraph ``` -- [PyPi](https://pypi.org/project/ampligraph) (πŸ“₯ 500 / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/ampligraph) (πŸ“₯ 540 / month Β· ⏱️ 25.08.2020): ``` pip install ampligraph ``` @@ -3084,19 +3115,19 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas ``` git clone https://github.com/deepmind/graph_nets ``` -- [PyPi](https://pypi.org/project/graph-nets) (πŸ“₯ 670 / month Β· πŸ“¦ 7 Β· ⏱️ 29.01.2020): +- [PyPi](https://pypi.org/project/graph-nets) (πŸ“₯ 600 / month Β· πŸ“¦ 7 Β· ⏱️ 29.01.2020): ``` pip install graph-nets ```
PyTorch-BigGraph (πŸ₯‰19 Β· ⭐ 2.7K) - Generate embeddings from large-scale graph-structured.. BSD-3 -- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 360 Β· πŸ“₯ 100 Β· πŸ“‹ 130 - 23% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 360 Β· πŸ“₯ 110 Β· πŸ“‹ 130 - 23% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/facebookresearch/PyTorch-BigGraph ``` -- [PyPi](https://pypi.org/project/torchbiggraph) (πŸ“₯ 250 / month Β· πŸ“¦ 4 Β· ⏱️ 01.05.2019): +- [PyPi](https://pypi.org/project/torchbiggraph) (πŸ“₯ 260 / month Β· πŸ“¦ 4 Β· ⏱️ 01.05.2019): ``` pip install torchbiggraph ``` @@ -3108,19 +3139,19 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas ``` git clone https://github.com/PaddlePaddle/PGL ``` -- [PyPi](https://pypi.org/project/pgl) (πŸ“₯ 410 / month Β· πŸ“¦ 2 Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/pgl) (πŸ“₯ 310 / month Β· πŸ“¦ 2 Β· ⏱️ 20.11.2020): ``` pip install pgl ```
-
PyKEEN (πŸ₯‰19 Β· ⭐ 280) - A Python library for learning and evaluating knowledge graph embeddings. MIT +
PyKEEN (πŸ₯‰19 Β· ⭐ 290) - A Python library for learning and evaluating knowledge graph embeddings. MIT -- [GitHub](https://github.com/pykeen/pykeen) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 44 Β· πŸ“₯ 73 Β· πŸ“‹ 110 - 44% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pykeen/pykeen) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 48 Β· πŸ“₯ 73 Β· πŸ“‹ 120 - 42% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pykeen/pykeen ``` -- [PyPi](https://pypi.org/project/pykeen) (πŸ“₯ 180 / month Β· πŸ“¦ 1 Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/pykeen) (πŸ“₯ 160 / month Β· πŸ“¦ 1 Β· ⏱️ 20.01.2021): ``` pip install pykeen ``` @@ -3132,7 +3163,7 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas ``` git clone https://github.com/deepgraph/deepgraph ``` -- [PyPi](https://pypi.org/project/deepgraph) (πŸ“₯ 230 / month Β· ⏱️ 01.10.2020): +- [PyPi](https://pypi.org/project/deepgraph) (πŸ“₯ 190 / month Β· ⏱️ 01.10.2020): ``` pip install deepgraph ``` @@ -3143,19 +3174,19 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
kglib (πŸ₯‰17 Β· ⭐ 390) - Grakn Knowledge Graph Library (ML R&D). Apache-2 -- [GitHub](https://github.com/graknlabs/kglib) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 70 Β· πŸ“₯ 210 Β· πŸ“‹ 59 - 16% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/graknlabs/kglib) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 71 Β· πŸ“₯ 210 Β· πŸ“‹ 59 - 16% open Β· ⏱️ 15.01.2021): ``` git clone https://github.com/graknlabs/kglib ``` -- [PyPi](https://pypi.org/project/grakn-kglib) (πŸ“₯ 48 / month Β· ⏱️ 19.08.2020): +- [PyPi](https://pypi.org/project/grakn-kglib) (πŸ“₯ 50 / month Β· ⏱️ 19.08.2020): ``` pip install grakn-kglib ```
-
pytorch_geometric_temporal (πŸ₯‰16 Β· ⭐ 310) - A Temporal Extension Library for PyTorch Geometric. MIT +
pytorch_geometric_temporal (πŸ₯‰16 Β· ⭐ 330) - A Temporal Extension Library for PyTorch Geometric. MIT -- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 31 Β· πŸ“‹ 16 - 6% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 37 Β· πŸ“‹ 16 - 6% open Β· ⏱️ 14.01.2021): ``` git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal @@ -3177,27 +3208,27 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas pip install euler-gl ```
-
GraphEmbedding (πŸ₯‰14 Β· ⭐ 1.7K) - Implementation and experiments of graph embedding algorithms. MIT +
GraphEmbedding (πŸ₯‰14 Β· ⭐ 1.8K) - Implementation and experiments of graph embedding algorithms. MIT -- [GitHub](https://github.com/shenweichen/GraphEmbedding) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 540 Β· πŸ“¦ 7 Β· πŸ“‹ 40 - 67% open Β· ⏱️ 18.10.2020): +- [GitHub](https://github.com/shenweichen/GraphEmbedding) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 550 Β· πŸ“¦ 7 Β· πŸ“‹ 40 - 67% open Β· ⏱️ 18.10.2020): ``` git clone https://github.com/shenweichen/GraphEmbedding ```
-
AutoGL (πŸ₯‰14 Β· ⭐ 570 Β· 🐣) - An autoML framework & toolkit for machine learning on graphs. MIT +
AutoGL (πŸ₯‰14 Β· ⭐ 580 Β· 🐣) - An autoML framework & toolkit for machine learning on graphs. MIT -- [GitHub](https://github.com/THUMNLab/AutoGL) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 49 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 29.12.2020): +- [GitHub](https://github.com/THUMNLab/AutoGL) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 53 Β· πŸ“‹ 6 - 66% open Β· ⏱️ 29.12.2020): ``` git clone https://github.com/THUMNLab/AutoGL ``` -- [PyPi](https://pypi.org/project/auto-graph-learning) (πŸ“₯ 150 / month Β· ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/auto-graph-learning) (πŸ“₯ 75 / month Β· ⏱️ 23.12.2020): ``` pip install auto-graph-learning ```
-
OpenKE (πŸ₯‰13 Β· ⭐ 2.3K Β· πŸ’€) - An Open-Source Package for Knowledge Embedding (KE). MIT +
OpenKE (πŸ₯‰13 Β· ⭐ 2.4K Β· πŸ’€) - An Open-Source Package for Knowledge Embedding (KE). MIT - [GitHub](https://github.com/thunlp/OpenKE) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 740 Β· πŸ“‹ 270 - 18% open Β· ⏱️ 08.04.2020): @@ -3207,7 +3238,7 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
GraphVite (πŸ₯‰13 Β· ⭐ 840) - GraphVite: A General and High-performance Graph Embedding System. Apache-2 -- [GitHub](https://github.com/DeepGraphLearning/graphvite) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 120 Β· πŸ“‹ 78 - 32% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/DeepGraphLearning/graphvite) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 120 Β· πŸ“‹ 79 - 30% open Β· ⏱️ 14.01.2021): ``` git clone https://github.com/DeepGraphLearning/graphvite @@ -3222,9 +3253,9 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas - igraph (πŸ₯‡27 Β· ⭐ 760) - Python interface for igraph. ❗️GPL-2.0 - pygal (πŸ₯ˆ26 Β· ⭐ 2.3K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0 - Karate Club (πŸ₯ˆ21 Β· ⭐ 1.1K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0 -- DeepWalk (πŸ₯‰19 Β· ⭐ 2.2K Β· πŸ’€) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 +- DeepWalk (πŸ₯‰18 Β· ⭐ 2.2K Β· πŸ’€) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 - Sematch (πŸ₯‰17 Β· ⭐ 340 Β· πŸ’€) - semantic similarity framework for knowledge graph. Apache-2 -- pyRDF2Vec (πŸ₯‰15 Β· ⭐ 79 Β· βž•) - Python Implementation and Extension of RDF2Vec. MIT +- pyRDF2Vec (πŸ₯‰15 Β· ⭐ 80) - Python Implementation and Extension of RDF2Vec. MIT - GraphSAGE (πŸ₯‰14 Β· ⭐ 2.1K Β· πŸ’€) - Representation learning on large graphs using stochastic.. MIT - OpenNE (πŸ₯‰14 Β· ⭐ 1.4K Β· πŸ’€) - An Open-Source Package for Network Embedding (NE). MIT
@@ -3236,18 +3267,6 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas _Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks._ -
DeepSpeech (πŸ₯‡31 Β· ⭐ 16K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0 - -- [GitHub](https://github.com/mozilla/DeepSpeech) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 3K Β· πŸ“₯ 410K Β· πŸ“¦ 380 Β· πŸ“‹ 1.9K - 4% open Β· ⏱️ 20.01.2021): - - ``` - git clone https://github.com/mozilla/DeepSpeech - ``` -- [PyPi](https://pypi.org/project/deepspeech) (πŸ“₯ 11K / month Β· πŸ“¦ 29 Β· ⏱️ 19.12.2020): - ``` - pip install deepspeech - ``` -
Magenta (πŸ₯‡29 Β· ⭐ 16K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 - [GitHub](https://github.com/magenta/magenta) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.3K Β· πŸ“¦ 260 Β· πŸ“‹ 830 - 35% open Β· ⏱️ 19.01.2021): @@ -3255,14 +3274,14 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/magenta/magenta ``` -- [PyPi](https://pypi.org/project/magenta) (πŸ“₯ 4.6K / month Β· πŸ“¦ 35 Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/magenta) (πŸ“₯ 3.8K / month Β· πŸ“¦ 35 Β· ⏱️ 12.11.2020): ``` pip install magenta ```
-
Pydub (πŸ₯‡29 Β· ⭐ 5K) - Manipulate audio with a simple and easy high level interface. MIT +
Pydub (πŸ₯‡29 Β· ⭐ 5.1K) - Manipulate audio with a simple and easy high level interface. MIT -- [GitHub](https://github.com/jiaaro/pydub) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 690 Β· πŸ“¦ 5.7K Β· πŸ“‹ 410 - 43% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/jiaaro/pydub) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 690 Β· πŸ“¦ 5.8K Β· πŸ“‹ 410 - 43% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/jiaaro/pydub @@ -3278,12 +3297,12 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
torchaudio (πŸ₯‡29 Β· ⭐ 1.2K) - Data manipulation and transformation for audio signal.. BSD-2 -- [GitHub](https://github.com/pytorch/audio) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 260 Β· πŸ“¦ 1.2K Β· πŸ“‹ 400 - 38% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pytorch/audio) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 270 Β· πŸ“¦ 1.3K Β· πŸ“‹ 400 - 37% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pytorch/audio ``` -- [PyPi](https://pypi.org/project/torchaudio) (πŸ“₯ 66K / month Β· πŸ“¦ 9 Β· ⏱️ 27.10.2020): +- [PyPi](https://pypi.org/project/torchaudio) (πŸ“₯ 62K / month Β· πŸ“¦ 9 Β· ⏱️ 27.10.2020): ``` pip install torchaudio ``` @@ -3295,7 +3314,7 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/beetbox/audioread ``` -- [PyPi](https://pypi.org/project/audioread) (πŸ“₯ 250K / month Β· πŸ“¦ 590 Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/audioread) (πŸ“₯ 230K / month Β· πŸ“¦ 590 Β· ⏱️ 20.10.2020): ``` pip install audioread ``` @@ -3304,14 +3323,14 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as conda install -c conda-forge audioread ```
-
librosa (πŸ₯ˆ26 Β· ⭐ 4.2K) - Python library for audio and music analysis. ISC +
librosa (πŸ₯ˆ26 Β· ⭐ 4.3K) - Python library for audio and music analysis. ISC -- [GitHub](https://github.com/librosa/librosa) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 680 Β· πŸ“¦ 9K Β· πŸ“‹ 830 - 6% open Β· ⏱️ 11.09.2020): +- [GitHub](https://github.com/librosa/librosa) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 680 Β· πŸ“¦ 9.1K Β· πŸ“‹ 830 - 6% open Β· ⏱️ 11.09.2020): ``` git clone https://github.com/librosa/librosa ``` -- [PyPi](https://pypi.org/project/librosa) (πŸ“₯ 270K / month Β· πŸ“¦ 1.8K Β· ⏱️ 22.07.2020): +- [PyPi](https://pypi.org/project/librosa) (πŸ“₯ 240K / month Β· πŸ“¦ 1.8K Β· ⏱️ 22.07.2020): ``` pip install librosa ``` @@ -3320,14 +3339,26 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as conda install -c conda-forge librosa ```
+
DeepSpeech (πŸ₯ˆ25 Β· ⭐ 16K Β· πŸ“‰) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 + +- [GitHub](https://github.com/mozilla/DeepSpeech) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 3K): + + ``` + git clone https://github.com/mozilla/DeepSpeech + ``` +- [PyPi](https://pypi.org/project/deepspeech) (πŸ“₯ 8.3K / month Β· πŸ“¦ 29 Β· ⏱️ 19.12.2020): + ``` + pip install deepspeech + ``` +
spleeter (πŸ₯ˆ25 Β· ⭐ 15K) - Deezer source separation library including pretrained models. MIT -- [GitHub](https://github.com/deezer/spleeter) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 1.6K Β· πŸ“₯ 900K Β· πŸ“‹ 500 - 18% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/deezer/spleeter) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 1.6K Β· πŸ“₯ 910K Β· πŸ“‹ 500 - 19% open Β· ⏱️ 15.01.2021): ``` git clone https://github.com/deezer/spleeter ``` -- [PyPi](https://pypi.org/project/spleeter) (πŸ“₯ 5.7K / month Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/spleeter) (πŸ“₯ 5K / month Β· ⏱️ 08.01.2021): ``` pip install spleeter ``` @@ -3343,31 +3374,31 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/tyiannak/pyAudioAnalysis ``` -- [PyPi](https://pypi.org/project/pyAudioAnalysis) (πŸ“₯ 5.4K / month Β· πŸ“¦ 11 Β· ⏱️ 29.09.2020): +- [PyPi](https://pypi.org/project/pyAudioAnalysis) (πŸ“₯ 5.3K / month Β· πŸ“¦ 11 Β· ⏱️ 29.09.2020): ``` pip install pyAudioAnalysis ```
python-soundfile (πŸ₯ˆ25 Β· ⭐ 360) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3 -- [GitHub](https://github.com/bastibe/python-soundfile) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 41 Β· πŸ“₯ 2K Β· πŸ“¦ 5.3K Β· πŸ“‹ 140 - 39% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/bastibe/python-soundfile) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 43 Β· πŸ“₯ 2K Β· πŸ“¦ 5.4K Β· πŸ“‹ 140 - 39% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/bastibe/python-soundfile ``` -- [PyPi](https://pypi.org/project/soundfile) (πŸ“₯ 330K / month Β· πŸ“¦ 740 Β· ⏱️ 19.04.2018): +- [PyPi](https://pypi.org/project/soundfile) (πŸ“₯ 300K / month Β· πŸ“¦ 740 Β· ⏱️ 19.04.2018): ``` pip install soundfile ```
-
espnet (πŸ₯‰24 Β· ⭐ 3.3K Β· πŸ“‰) - End-to-End Speech Processing Toolkit. Apache-2 +
espnet (πŸ₯‰24 Β· ⭐ 3.4K) - End-to-End Speech Processing Toolkit. Apache-2 -- [GitHub](https://github.com/espnet/espnet) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1K Β· πŸ“₯ 59 Β· πŸ“¦ 4 Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/espnet/espnet) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.1K Β· πŸ“₯ 59 Β· πŸ“¦ 4 Β· πŸ“‹ 1.2K - 11% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/espnet/espnet ``` -- [PyPi](https://pypi.org/project/espnet) (πŸ“₯ 1.1K / month Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/espnet) (πŸ“₯ 870 / month Β· ⏱️ 15.01.2021): ``` pip install espnet ``` @@ -3379,7 +3410,7 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/jameslyons/python_speech_features ``` -- [PyPi](https://pypi.org/project/python_speech_features) (πŸ“₯ 50K / month Β· πŸ“¦ 300 Β· ⏱️ 16.08.2017): +- [PyPi](https://pypi.org/project/python_speech_features) (πŸ“₯ 41K / month Β· πŸ“¦ 300 Β· ⏱️ 16.08.2017): ``` pip install python_speech_features ``` @@ -3391,43 +3422,43 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/devsnd/tinytag ``` -- [PyPi](https://pypi.org/project/tinytag) (πŸ“₯ 2.6K / month Β· πŸ“¦ 96 Β· ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/tinytag) (πŸ“₯ 2.1K / month Β· πŸ“¦ 96 Β· ⏱️ 05.11.2020): ``` pip install tinytag ```
DDSP (πŸ₯‰22 Β· ⭐ 1.7K) - DDSP: Differentiable Digital Signal Processing. Apache-2 -- [GitHub](https://github.com/magenta/ddsp) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 160 Β· πŸ“¦ 5 Β· πŸ“‹ 100 - 12% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/magenta/ddsp) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 160 Β· πŸ“¦ 5 Β· πŸ“‹ 100 - 12% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/magenta/ddsp ``` -- [PyPi](https://pypi.org/project/ddsp) (πŸ“₯ 940 / month Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/ddsp) (πŸ“₯ 900 / month Β· ⏱️ 14.01.2021): ``` pip install ddsp ```
kapre (πŸ₯‰22 Β· ⭐ 700) - kapre: Keras Audio Preprocessors. MIT -- [GitHub](https://github.com/keunwoochoi/kapre) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 130 Β· πŸ“₯ 7 Β· πŸ“¦ 450 Β· πŸ“‹ 85 - 5% open Β· ⏱️ 16.11.2020): +- [GitHub](https://github.com/keunwoochoi/kapre) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 130 Β· πŸ“₯ 8 Β· πŸ“¦ 470 Β· πŸ“‹ 85 - 5% open Β· ⏱️ 16.11.2020): ``` git clone https://github.com/keunwoochoi/kapre ``` -- [PyPi](https://pypi.org/project/kapre) (πŸ“₯ 840 / month Β· πŸ“¦ 11 Β· ⏱️ 29.09.2020): +- [PyPi](https://pypi.org/project/kapre) (πŸ“₯ 870 / month Β· πŸ“¦ 11 Β· ⏱️ 29.09.2020): ``` pip install kapre ```
Porcupine (πŸ₯‰21 Β· ⭐ 2.3K) - On-device wake word detection powered by deep learning. Apache-2 -- [GitHub](https://github.com/Picovoice/porcupine) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 330 Β· πŸ“¦ 4 Β· πŸ“‹ 280 - 2% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/Picovoice/porcupine) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 330 Β· πŸ“¦ 4 Β· πŸ“‹ 280 - 2% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/Picovoice/Porcupine ``` -- [PyPi](https://pypi.org/project/pvporcupine) (πŸ“₯ 780 / month Β· ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/pvporcupine) (πŸ“₯ 640 / month Β· ⏱️ 02.10.2020): ``` pip install pvporcupine ``` @@ -3439,14 +3470,14 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/worldveil/dejavu ``` -- [PyPi](https://pypi.org/project/PyDejavu) (πŸ“₯ 81 / month Β· πŸ“¦ 1 Β· ⏱️ 19.04.2015): +- [PyPi](https://pypi.org/project/PyDejavu) (πŸ“₯ 68 / month Β· πŸ“¦ 1 Β· ⏱️ 19.04.2015): ``` pip install PyDejavu ```
TTS (πŸ₯‰17 Β· ⭐ 3.1K) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0 -- [GitHub](https://github.com/mozilla/TTS) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 630 Β· πŸ“‹ 440 - 5% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/mozilla/TTS) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 660 Β· πŸ“‹ 440 - 5% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/mozilla/TTS @@ -3459,19 +3490,19 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as ``` git clone https://github.com/bmcfee/muda ``` -- [PyPi](https://pypi.org/project/muda) (πŸ“₯ 60 / month Β· πŸ“¦ 1 Β· ⏱️ 15.11.2019): +- [PyPi](https://pypi.org/project/muda) (πŸ“₯ 56 / month Β· πŸ“¦ 1 Β· ⏱️ 15.11.2019): ``` pip install muda ```
-
Julius (πŸ₯‰13 Β· ⭐ 170 Β· 🐣) - Fast PyTorch based DSP for audio and 1D signals. MIT +
Julius (πŸ₯‰14 Β· ⭐ 170 Β· 🐣) - Fast PyTorch based DSP for audio and 1D signals. MIT -- [GitHub](https://github.com/adefossez/julius) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· πŸ“¦ 2 Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/adefossez/julius) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· πŸ“¦ 3 Β· ⏱️ 26.01.2021): ``` git clone https://github.com/adefossez/julius ``` -- [PyPi](https://pypi.org/project/julius) (πŸ“₯ 180 / month Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/julius) (πŸ“₯ 330 / month Β· ⏱️ 26.01.2021): ``` pip install julius ``` @@ -3480,7 +3511,7 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as - SpeechRecognition (πŸ₯‡30 Β· ⭐ 5.4K Β· πŸ’€) - Speech recognition module for Python, supporting.. BSD-3 - aubio (πŸ₯ˆ26 Β· ⭐ 2K) - a library for audio and music analysis. ❗️GPL-3.0 -- Essentia (πŸ₯‰22 Β· ⭐ 1.7K Β· πŸ“‰) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 +- Essentia (πŸ₯‰22 Β· ⭐ 1.7K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 - Madmom (πŸ₯‰20 Β· ⭐ 710 Β· πŸ’€) - Python audio and music signal processing library. BSD-3

@@ -3491,22 +3522,22 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as _Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding._ -
pydeck (πŸ₯‡33 Β· ⭐ 8.3K Β· βž•) - WebGL2 powered geospatial visualization layers. MIT +
pydeck (πŸ₯‡33 Β· ⭐ 8.4K) - WebGL2 powered geospatial visualization layers. MIT -- [GitHub](https://github.com/visgl/deck.gl) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.5K Β· πŸ“¦ 1.4K Β· πŸ“‹ 2K - 5% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/visgl/deck.gl) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.5K Β· πŸ“¦ 1.4K Β· πŸ“‹ 2K - 4% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/visgl/deck.gl ``` -- [PyPi](https://pypi.org/project/pydeck) (πŸ“₯ 99K / month Β· πŸ“¦ 2 Β· ⏱️ 26.10.2020): +- [PyPi](https://pypi.org/project/pydeck) (πŸ“₯ 92K / month Β· πŸ“¦ 2 Β· ⏱️ 26.10.2020): ``` pip install pydeck ``` -- [Conda](https://anaconda.org/conda-forge/pydeck) (πŸ“₯ 12K Β· ⏱️ 26.10.2020): +- [Conda](https://anaconda.org/conda-forge/pydeck) (πŸ“₯ 13K Β· ⏱️ 26.10.2020): ``` conda install -c conda-forge pydeck ``` -- [NPM](https://www.npmjs.com/package/deck.gl) (πŸ“₯ 130K / month Β· πŸ“¦ 560 Β· ⏱️ 11.01.2021): +- [NPM](https://www.npmjs.com/package/deck.gl) (πŸ“₯ 160K / month Β· πŸ“¦ 560 Β· ⏱️ 22.01.2021): ``` npm install deck.gl ``` @@ -3518,7 +3549,7 @@ _Libraries to load, process, analyze, and write geographic data as well as libra ``` git clone https://github.com/geopy/geopy ``` -- [PyPi](https://pypi.org/project/geopy) (πŸ“₯ 3.8M / month Β· πŸ“¦ 7.2K Β· ⏱️ 27.12.2020): +- [PyPi](https://pypi.org/project/geopy) (πŸ“₯ 3.3M / month Β· πŸ“¦ 7.2K Β· ⏱️ 27.12.2020): ``` pip install geopy ``` @@ -3529,28 +3560,28 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
Shapely (πŸ₯‡33 Β· ⭐ 2.1K) - Manipulation and analysis of geometric objects. BSD-3 -- [GitHub](https://github.com/Toblerity/Shapely) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 370 Β· πŸ“¦ 16K Β· πŸ“‹ 700 - 19% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/Toblerity/Shapely) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 380 Β· πŸ“¦ 16K Β· πŸ“‹ 710 - 19% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/Toblerity/Shapely ``` -- [PyPi](https://pypi.org/project/shapely) (πŸ“₯ 1.9M / month Β· πŸ“¦ 5.5K Β· ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/shapely) (πŸ“₯ 1.7M / month Β· πŸ“¦ 5.5K Β· ⏱️ 20.08.2020): ``` pip install shapely ``` -- [Conda](https://anaconda.org/conda-forge/shapely) (πŸ“₯ 2M Β· ⏱️ 13.10.2020): +- [Conda](https://anaconda.org/conda-forge/shapely) (πŸ“₯ 2M Β· ⏱️ 24.01.2021): ``` conda install -c conda-forge shapely ```
folium (πŸ₯ˆ32 Β· ⭐ 5.1K) - Python Data. Leaflet.js Maps. MIT -- [GitHub](https://github.com/python-visualization/folium) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.9K Β· πŸ“¦ 8.1K Β· πŸ“‹ 830 - 17% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/python-visualization/folium) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.9K Β· πŸ“¦ 8.2K Β· πŸ“‹ 830 - 17% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/python-visualization/folium ``` -- [PyPi](https://pypi.org/project/folium) (πŸ“₯ 200K / month Β· πŸ“¦ 970 Β· ⏱️ 18.01.2021): +- [PyPi](https://pypi.org/project/folium) (πŸ“₯ 190K / month Β· πŸ“¦ 970 Β· ⏱️ 18.01.2021): ``` pip install folium ``` @@ -3559,62 +3590,62 @@ _Libraries to load, process, analyze, and write geographic data as well as libra conda install -c conda-forge folium ```
-
GeoPandas (πŸ₯ˆ30 Β· ⭐ 2.4K) - Python tools for geographic data. BSD-3 +
GeoPandas (πŸ₯ˆ31 Β· ⭐ 2.4K Β· πŸ“ˆ) - Python tools for geographic data. BSD-3 -- [GitHub](https://github.com/geopandas/geopandas) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 530 Β· πŸ“₯ 840 Β· πŸ“¦ 7K Β· πŸ“‹ 960 - 30% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/geopandas/geopandas) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 530 Β· πŸ“₯ 860 Β· πŸ“¦ 7K Β· πŸ“‹ 960 - 30% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/geopandas/geopandas ``` -- [PyPi](https://pypi.org/project/geopandas) (πŸ“₯ 380K / month Β· πŸ“¦ 1.2K Β· ⏱️ 24.06.2020): +- [PyPi](https://pypi.org/project/geopandas) (πŸ“₯ 360K / month Β· πŸ“¦ 1.2K Β· ⏱️ 25.01.2021): ``` pip install geopandas ``` -- [Conda](https://anaconda.org/conda-forge/geopandas) (πŸ“₯ 820K Β· ⏱️ 16.07.2020): +- [Conda](https://anaconda.org/conda-forge/geopandas) (πŸ“₯ 830K Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge geopandas ```
Rasterio (πŸ₯ˆ30 Β· ⭐ 1.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3 -- [GitHub](https://github.com/mapbox/rasterio) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“₯ 700 Β· πŸ“¦ 2.6K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/mapbox/rasterio) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“₯ 700 Β· πŸ“¦ 2.7K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/mapbox/rasterio ``` -- [PyPi](https://pypi.org/project/rasterio) (πŸ“₯ 120K / month Β· πŸ“¦ 850 Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/rasterio) (πŸ“₯ 120K / month Β· πŸ“¦ 850 Β· ⏱️ 25.01.2021): ``` pip install rasterio ``` -- [Conda](https://anaconda.org/conda-forge/rasterio) (πŸ“₯ 850K Β· ⏱️ 30.10.2020): +- [Conda](https://anaconda.org/conda-forge/rasterio) (πŸ“₯ 850K Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge rasterio ```
-
Fiona (πŸ₯ˆ30 Β· ⭐ 770) - Fiona reads and writes geographic data files. BSD-3 +
Fiona (πŸ₯ˆ29 Β· ⭐ 770) - Fiona reads and writes geographic data files. BSD-3 - [GitHub](https://github.com/Toblerity/Fiona) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 160 Β· πŸ“¦ 4.9K Β· πŸ“‹ 620 - 11% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/Toblerity/Fiona ``` -- [PyPi](https://pypi.org/project/fiona) (πŸ“₯ 430K / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/fiona) (πŸ“₯ 410K / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.11.2020): ``` pip install fiona ``` -- [Conda](https://anaconda.org/conda-forge/fiona) (πŸ“₯ 1.6M Β· ⏱️ 17.11.2020): +- [Conda](https://anaconda.org/conda-forge/fiona) (πŸ“₯ 1.7M Β· ⏱️ 17.11.2020): ``` conda install -c conda-forge fiona ```
pyproj (πŸ₯ˆ29 Β· ⭐ 560) - Python interface to PROJ (cartographic projections and coordinate.. MIT -- [GitHub](https://github.com/pyproj4/pyproj) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 150 Β· πŸ“¦ 8.2K Β· πŸ“‹ 380 - 1% open Β· ⏱️ 08.01.2021): +- [GitHub](https://github.com/pyproj4/pyproj) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 150 Β· πŸ“¦ 8.3K Β· πŸ“‹ 380 - 1% open Β· ⏱️ 08.01.2021): ``` git clone https://github.com/pyproj4/pyproj ``` -- [PyPi](https://pypi.org/project/pyproj) (πŸ“₯ 1M / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/pyproj) (πŸ“₯ 970K / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.11.2020): ``` pip install pyproj ``` @@ -3625,7 +3656,7 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
ipyleaflet (πŸ₯‰27 Β· ⭐ 1.1K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 280 Β· πŸ“¦ 670 Β· πŸ“‹ 380 - 34% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 280 Β· πŸ“¦ 680 Β· πŸ“‹ 380 - 34% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/jupyter-widgets/ipyleaflet @@ -3638,19 +3669,19 @@ _Libraries to load, process, analyze, and write geographic data as well as libra ``` conda install -c conda-forge ipyleaflet ``` -- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 130K / month Β· πŸ“¦ 2 Β· ⏱️ 05.01.2021): +- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 140K / month Β· πŸ“¦ 2 Β· ⏱️ 05.01.2021): ``` npm install jupyter-leaflet ```
geojson (πŸ₯‰27 Β· ⭐ 590) - Python bindings and utilities for GeoJSON. BSD-3 -- [GitHub](https://github.com/jazzband/geojson) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 78 Β· πŸ“¦ 5.6K Β· πŸ“‹ 68 - 26% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/jazzband/geojson) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 78 Β· πŸ“¦ 5.7K Β· πŸ“‹ 68 - 26% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/jazzband/geojson ``` -- [PyPi](https://pypi.org/project/geojson) (πŸ“₯ 370K / month Β· πŸ“¦ 1.6K Β· ⏱️ 09.08.2019): +- [PyPi](https://pypi.org/project/geojson) (πŸ“₯ 330K / month Β· πŸ“¦ 1.6K Β· ⏱️ 09.08.2019): ``` pip install geojson ``` @@ -3659,14 +3690,14 @@ _Libraries to load, process, analyze, and write geographic data as well as libra conda install -c conda-forge geojson ```
-
ArcGIS API (πŸ₯‰25 Β· ⭐ 940) - Documentation and samples for ArcGIS API for Python. Apache-2 +
ArcGIS API (πŸ₯‰25 Β· ⭐ 950) - Documentation and samples for ArcGIS API for Python. Apache-2 -- [GitHub](https://github.com/Esri/arcgis-python-api) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 680 Β· πŸ“‹ 320 - 38% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/Esri/arcgis-python-api) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 700 Β· πŸ“‹ 310 - 36% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/Esri/arcgis-python-api ``` -- [PyPi](https://pypi.org/project/arcgis) (πŸ“₯ 19K / month Β· πŸ“¦ 10 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/arcgis) (πŸ“₯ 17K / month Β· πŸ“¦ 20 Β· ⏱️ 27.01.2021): ``` pip install arcgis ``` @@ -3677,12 +3708,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
PySAL (πŸ₯‰24 Β· ⭐ 810) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 -- [GitHub](https://github.com/pysal/pysal) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 240 Β· πŸ“‹ 640 - 9% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pysal/pysal) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 240 Β· πŸ“‹ 640 - 9% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/pysal/pysal ``` -- [PyPi](https://pypi.org/project/pysal) (πŸ“₯ 9.3K / month Β· πŸ“¦ 18 Β· ⏱️ 30.07.2020): +- [PyPi](https://pypi.org/project/pysal) (πŸ“₯ 8.3K / month Β· πŸ“¦ 18 Β· ⏱️ 30.07.2020): ``` pip install pysal ``` @@ -3693,7 +3724,7 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
GeoViews (πŸ₯‰24 Β· ⭐ 330) - Simple, concise geographical visualization in Python. BSD-3 -- [GitHub](https://github.com/holoviz/geoviews) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 60 Β· πŸ“¦ 190 Β· πŸ“‹ 250 - 31% open Β· ⏱️ 21.09.2020): +- [GitHub](https://github.com/holoviz/geoviews) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 60 Β· πŸ“¦ 200 Β· πŸ“‹ 250 - 31% open Β· ⏱️ 21.09.2020): ``` git clone https://github.com/holoviz/geoviews @@ -3702,23 +3733,23 @@ _Libraries to load, process, analyze, and write geographic data as well as libra ``` pip install geoviews ``` -- [Conda](https://anaconda.org/conda-forge/geoviews) (πŸ“₯ 54K Β· ⏱️ 23.09.2020): +- [Conda](https://anaconda.org/conda-forge/geoviews) (πŸ“₯ 55K Β· ⏱️ 23.09.2020): ``` conda install -c conda-forge geoviews ```
EarthPy (πŸ₯‰22 Β· ⭐ 220) - A package built to support working with spatial data using open source.. BSD-3 -- [GitHub](https://github.com/earthlab/earthpy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 96 Β· πŸ“¦ 72 Β· πŸ“‹ 220 - 11% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/earthlab/earthpy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 96 Β· πŸ“¦ 74 Β· πŸ“‹ 220 - 11% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/earthlab/earthpy ``` -- [PyPi](https://pypi.org/project/earthpy) (πŸ“₯ 1.4K / month Β· πŸ“¦ 6 Β· ⏱️ 18.06.2020): +- [PyPi](https://pypi.org/project/earthpy) (πŸ“₯ 1.3K / month Β· πŸ“¦ 6 Β· ⏱️ 18.06.2020): ``` pip install earthpy ``` -- [Conda](https://anaconda.org/conda-forge/earthpy) (πŸ“₯ 26K Β· ⏱️ 19.06.2020): +- [Conda](https://anaconda.org/conda-forge/earthpy) (πŸ“₯ 27K Β· ⏱️ 19.06.2020): ``` conda install -c conda-forge earthpy ``` @@ -3730,7 +3761,7 @@ _Libraries to load, process, analyze, and write geographic data as well as libra ``` git clone https://github.com/geospace-code/pymap3d ``` -- [PyPi](https://pypi.org/project/pymap3d) (πŸ“₯ 8.4K / month Β· πŸ“¦ 3 Β· ⏱️ 21.09.2020): +- [PyPi](https://pypi.org/project/pymap3d) (πŸ“₯ 10K / month Β· πŸ“¦ 3 Β· ⏱️ 21.09.2020): ``` pip install pymap3d ``` @@ -3745,7 +3776,7 @@ _Libraries to load, process, analyze, and write geographic data as well as libra - Cartopy (πŸ₯‰27 Β· ⭐ 1.4K) - Rasterio reads and writes geospatial raster datasets. ❗️LGPL-3.0 - Satpy (πŸ₯‰25 Β· ⭐ 670) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 - gmaps (πŸ₯‰21 Β· ⭐ 700 Β· πŸ’€) - Google maps for Jupyter notebooks. BSD-3 -- Sentinelsat (πŸ₯‰21 Β· ⭐ 540) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 +- Sentinelsat (πŸ₯‰21 Β· ⭐ 550) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 - Mapbox GL (πŸ₯‰20 Β· ⭐ 550 Β· πŸ’€) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT - geoplotlib (πŸ₯‰19 Β· ⭐ 890 Β· πŸ’€) - python toolbox for visualizing geographical data and making maps. MIT
@@ -3759,28 +3790,28 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
zipline (πŸ₯‡30 Β· ⭐ 13K) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2 -- [GitHub](https://github.com/quantopian/zipline) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 3.7K Β· πŸ“¦ 670 Β· πŸ“‹ 970 - 33% open Β· ⏱️ 14.10.2020): +- [GitHub](https://github.com/quantopian/zipline) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 3.8K Β· πŸ“¦ 670 Β· πŸ“‹ 980 - 33% open Β· ⏱️ 14.10.2020): ``` git clone https://github.com/quantopian/zipline ``` -- [PyPi](https://pypi.org/project/zipline) (πŸ“₯ 4.4K / month Β· πŸ“¦ 160 Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/zipline) (πŸ“₯ 3.7K / month Β· πŸ“¦ 160 Β· ⏱️ 05.10.2020): ``` pip install zipline ```
-
yfinance (πŸ₯‡29 Β· ⭐ 3.9K) - Yahoo! Finance market data downloader (+faster Pandas Datareader). Apache-2 +
yfinance (πŸ₯‡29 Β· ⭐ 4K) - Yahoo! Finance market data downloader (+faster Pandas Datareader). Apache-2 -- [GitHub](https://github.com/ranaroussi/yfinance) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 990 Β· πŸ“¦ 2.7K Β· πŸ“‹ 470 - 63% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/ranaroussi/yfinance) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1K Β· πŸ“¦ 2.8K Β· πŸ“‹ 490 - 64% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/ranaroussi/yfinance ``` -- [PyPi](https://pypi.org/project/yfinance) (πŸ“₯ 98K / month Β· πŸ“¦ 26 Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/yfinance) (πŸ“₯ 89K / month Β· πŸ“¦ 26 Β· ⏱️ 05.10.2020): ``` pip install yfinance ``` -- [Conda](https://anaconda.org/ranaroussi/yfinance) (πŸ“₯ 31K Β· ⏱️ 27.12.2019): +- [Conda](https://anaconda.org/ranaroussi/yfinance) (πŸ“₯ 32K Β· ⏱️ 27.12.2019): ``` conda install -c ranaroussi yfinance ``` @@ -3792,26 +3823,26 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te ``` git clone https://github.com/RomelTorres/alpha_vantage ``` -- [PyPi](https://pypi.org/project/alpha_vantage) (πŸ“₯ 18K / month Β· πŸ“¦ 200 Β· ⏱️ 26.08.2018): +- [PyPi](https://pypi.org/project/alpha_vantage) (πŸ“₯ 16K / month Β· πŸ“¦ 200 Β· ⏱️ 26.08.2018): ``` pip install alpha_vantage ```
-
ta (πŸ₯‡27 Β· ⭐ 1.7K) - Technical Analysis Library using Pandas and Numpy. MIT +
ta (πŸ₯‡27 Β· ⭐ 1.8K) - Technical Analysis Library using Pandas and Numpy. MIT - [GitHub](https://github.com/bukosabino/ta) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 450 Β· πŸ“¦ 410 Β· πŸ“‹ 140 - 42% open Β· ⏱️ 29.11.2020): ``` git clone https://github.com/bukosabino/ta ``` -- [PyPi](https://pypi.org/project/ta) (πŸ“₯ 27K / month Β· πŸ“¦ 6 Β· ⏱️ 29.11.2020): +- [PyPi](https://pypi.org/project/ta) (πŸ“₯ 23K / month Β· πŸ“¦ 6 Β· ⏱️ 29.11.2020): ``` pip install ta ```
pyfolio (πŸ₯ˆ25 Β· ⭐ 3.4K) - Portfolio and risk analytics in Python. Apache-2 -- [GitHub](https://github.com/quantopian/pyfolio) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.1K Β· πŸ“¦ 190 Β· πŸ“‹ 390 - 31% open Β· ⏱️ 15.07.2020): +- [GitHub](https://github.com/quantopian/pyfolio) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.1K Β· πŸ“¦ 190 Β· πŸ“‹ 390 - 32% open Β· ⏱️ 15.07.2020): ``` git clone https://github.com/quantopian/pyfolio @@ -3827,12 +3858,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
empyrical (πŸ₯ˆ25 Β· ⭐ 700) - Common financial risk and performance metrics. Used by zipline and.. Apache-2 -- [GitHub](https://github.com/quantopian/empyrical) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 220 Β· πŸ“¦ 500 Β· πŸ“‹ 53 - 50% open Β· ⏱️ 14.10.2020): +- [GitHub](https://github.com/quantopian/empyrical) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 220 Β· πŸ“¦ 510 Β· πŸ“‹ 53 - 50% open Β· ⏱️ 14.10.2020): ``` git clone https://github.com/quantopian/empyrical ``` -- [PyPi](https://pypi.org/project/empyrical) (πŸ“₯ 24K / month Β· πŸ“¦ 220 Β· ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/empyrical) (πŸ“₯ 22K / month Β· πŸ“¦ 220 Β· ⏱️ 13.10.2020): ``` pip install empyrical ``` @@ -3843,12 +3874,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
Alphalens (πŸ₯ˆ24 Β· ⭐ 1.7K Β· πŸ’€) - Performance analysis of predictive (alpha) stock factors. Apache-2 -- [GitHub](https://github.com/quantopian/alphalens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 630 Β· πŸ“¦ 350 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 27.04.2020): +- [GitHub](https://github.com/quantopian/alphalens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 640 Β· πŸ“¦ 350 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 27.04.2020): ``` git clone https://github.com/quantopian/alphalens ``` -- [PyPi](https://pypi.org/project/alphalens) (πŸ“₯ 2K / month Β· πŸ“¦ 14 Β· ⏱️ 27.04.2020): +- [PyPi](https://pypi.org/project/alphalens) (πŸ“₯ 1.8K / month Β· πŸ“¦ 14 Β· ⏱️ 27.04.2020): ``` pip install alphalens ``` @@ -3864,114 +3895,114 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te ``` git clone https://github.com/erdewit/ib_insync ``` -- [PyPi](https://pypi.org/project/ib_insync) (πŸ“₯ 2.8K / month Β· πŸ“¦ 12 Β· ⏱️ 03.11.2020): +- [PyPi](https://pypi.org/project/ib_insync) (πŸ“₯ 2.3K / month Β· πŸ“¦ 12 Β· ⏱️ 03.11.2020): ``` pip install ib_insync ``` -- [Conda](https://anaconda.org/conda-forge/ib-insync) (πŸ“₯ 7.1K Β· ⏱️ 07.11.2020): +- [Conda](https://anaconda.org/conda-forge/ib-insync) (πŸ“₯ 7.2K Β· ⏱️ 07.11.2020): ``` conda install -c conda-forge ib-insync ```
-
ffn (πŸ₯ˆ24 Β· ⭐ 750) - ffn - a financial function library for Python. MIT +
ffn (πŸ₯ˆ24 Β· ⭐ 760) - ffn - a financial function library for Python. MIT -- [GitHub](https://github.com/pmorissette/ffn) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 170 Β· πŸ“¦ 96 Β· πŸ“‹ 79 - 20% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/pmorissette/ffn) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 180 Β· πŸ“¦ 96 Β· πŸ“‹ 79 - 20% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/pmorissette/ffn ``` -- [PyPi](https://pypi.org/project/ffn) (πŸ“₯ 10K / month Β· πŸ“¦ 16 Β· ⏱️ 28.05.2018): +- [PyPi](https://pypi.org/project/ffn) (πŸ“₯ 8.1K / month Β· πŸ“¦ 16 Β· ⏱️ 28.05.2018): ``` pip install ffn ```
-
Enigma Catalyst (πŸ₯‰23 Β· ⭐ 1.9K) - An Algorithmic Trading Library for Crypto-Assets in Python. Apache-2 +
stockstats (πŸ₯ˆ24 Β· ⭐ 700) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 -- [GitHub](https://github.com/enigmampc/catalyst) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“¦ 20 Β· πŸ“‹ 500 - 26% open Β· ⏱️ 28.12.2020): +- [GitHub](https://github.com/jealous/stockstats) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 190 Β· πŸ“¦ 170 Β· πŸ“‹ 59 - 49% open Β· ⏱️ 17.10.2020): ``` - git clone https://github.com/enigmampc/catalyst + git clone https://github.com/jealous/stockstats ``` -- [PyPi](https://pypi.org/project/enigma-catalyst) (πŸ“₯ 320 / month Β· ⏱️ 11.11.2018): +- [PyPi](https://pypi.org/project/stockstats) (πŸ“₯ 23K / month Β· πŸ“¦ 24 Β· ⏱️ 17.10.2020): ``` - pip install enigma-catalyst + pip install stockstats ```
-
stockstats (πŸ₯‰23 Β· ⭐ 700) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3 +
Enigma Catalyst (πŸ₯‰23 Β· ⭐ 2K) - An Algorithmic Trading Library for Crypto-Assets in Python. Apache-2 -- [GitHub](https://github.com/jealous/stockstats) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 190 Β· πŸ“¦ 160 Β· πŸ“‹ 59 - 49% open Β· ⏱️ 17.10.2020): +- [GitHub](https://github.com/enigmampc/catalyst) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“¦ 21 Β· πŸ“‹ 500 - 26% open Β· ⏱️ 28.12.2020): ``` - git clone https://github.com/jealous/stockstats + git clone https://github.com/enigmampc/catalyst ``` -- [PyPi](https://pypi.org/project/stockstats) (πŸ“₯ 26K / month Β· πŸ“¦ 24 Β· ⏱️ 17.10.2020): +- [PyPi](https://pypi.org/project/enigma-catalyst) (πŸ“₯ 330 / month Β· ⏱️ 11.11.2018): ``` - pip install stockstats + pip install enigma-catalyst ```
-
bt (πŸ₯‰22 Β· ⭐ 930) - bt - flexible backtesting for Python. MIT +
bt (πŸ₯‰22 Β· ⭐ 940) - bt - flexible backtesting for Python. MIT -- [GitHub](https://github.com/pmorissette/bt) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 250 Β· πŸ“¦ 43 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/pmorissette/bt) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 250 Β· πŸ“¦ 43 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pmorissette/bt ``` -- [PyPi](https://pypi.org/project/bt) (πŸ“₯ 3.2K / month Β· πŸ“¦ 20 Β· ⏱️ 28.05.2018): +- [PyPi](https://pypi.org/project/bt) (πŸ“₯ 2.3K / month Β· πŸ“¦ 20 Β· ⏱️ 28.05.2018): ``` pip install bt ```
TensorTrade (πŸ₯‰21 Β· ⭐ 2.2K) - An open source reinforcement learning framework for training,.. Apache-2 -- [GitHub](https://github.com/tensortrade-org/tensortrade) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 580 Β· πŸ“¦ 10 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/tensortrade-org/tensortrade) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 590 Β· πŸ“¦ 10 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 06.01.2021): ``` git clone https://github.com/tensortrade-org/tensortrade ``` -- [PyPi](https://pypi.org/project/tensortrade) (πŸ“₯ 1K / month Β· πŸ“¦ 1 Β· ⏱️ 24.08.2020): +- [PyPi](https://pypi.org/project/tensortrade) (πŸ“₯ 840 / month Β· πŸ“¦ 1 Β· ⏱️ 24.08.2020): ``` pip install tensortrade ```
finmarketpy (πŸ₯‰20 Β· ⭐ 2.4K) - Python library for backtesting trading strategies & analyzing.. Apache-2 -- [GitHub](https://github.com/cuemacro/finmarketpy) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 410 Β· πŸ“₯ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 87% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/cuemacro/finmarketpy) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 420 Β· πŸ“₯ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 87% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/cuemacro/finmarketpy ``` -- [PyPi](https://pypi.org/project/finmarketpy) (πŸ“₯ 65 / month Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/finmarketpy) (πŸ“₯ 76 / month Β· ⏱️ 25.01.2021): ``` pip install finmarketpy ```
-
Qlib (πŸ₯‰19 Β· ⭐ 3.7K Β· 🐣) - Qlib is an AI-oriented quantitative investment platform, which aims.. MIT +
Qlib (πŸ₯‰19 Β· ⭐ 3.8K Β· 🐣) - Qlib is an AI-oriented quantitative investment platform, which aims.. MIT -- [GitHub](https://github.com/microsoft/qlib) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 560 Β· πŸ“₯ 190 Β· πŸ“‹ 100 - 52% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/microsoft/qlib) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 580 Β· πŸ“₯ 200 Β· πŸ“‹ 120 - 53% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/microsoft/qlib ``` -- [PyPi](https://pypi.org/project/pyqlib) (πŸ“₯ 1.9K / month Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/pyqlib) (πŸ“₯ 1.8K / month Β· ⏱️ 12.12.2020): ``` pip install pyqlib ```
-
tf-quant-finance (πŸ₯‰19 Β· ⭐ 2.2K) - High-performance TensorFlow library for quantitative.. Apache-2 +
tf-quant-finance (πŸ₯‰19 Β· ⭐ 2.4K) - High-performance TensorFlow library for quantitative.. Apache-2 -- [GitHub](https://github.com/google/tf-quant-finance) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 280 Β· πŸ“¦ 4 Β· πŸ“‹ 21 - 52% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/google/tf-quant-finance) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 300 Β· πŸ“¦ 4 Β· πŸ“‹ 23 - 47% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/google/tf-quant-finance ``` -- [PyPi](https://pypi.org/project/tf-quant-finance) (πŸ“₯ 120 / month Β· ⏱️ 18.09.2020): +- [PyPi](https://pypi.org/project/tf-quant-finance) (πŸ“₯ 110 / month Β· ⏱️ 18.09.2020): ``` pip install tf-quant-finance ```
-
Crypto Signals (πŸ₯‰18 Β· ⭐ 2.4K) - Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis.. MIT +
Crypto Signals (πŸ₯‰18 Β· ⭐ 2.5K) - Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis.. MIT -- [GitHub](https://github.com/CryptoSignal/Crypto-Signal) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 640 Β· πŸ“‹ 230 - 18% open Β· ⏱️ 03.09.2020): +- [GitHub](https://github.com/CryptoSignal/Crypto-Signal) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 650 Β· πŸ“‹ 230 - 18% open Β· ⏱️ 03.09.2020): ``` git clone https://github.com/CryptoSignal/crypto-signal @@ -3987,8 +4018,8 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te - PyAlgoTrade (πŸ₯‰23 Β· ⭐ 3.1K Β· πŸ’€) - Python Algorithmic Trading Library. Apache-2 - arch (πŸ₯‰23 Β· ⭐ 640) - ARCH models in Python. ❗️NCSA - FinTA (πŸ₯‰22 Β· ⭐ 800) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 -- Backtesting.py (πŸ₯‰17 Β· ⭐ 930) - Backtest trading strategies in Python. ❗️AGPL-3.0 -- surpriver (πŸ₯‰11 Β· ⭐ 1K Β· 🐣) - Find big moving stocks before they move using machine learning.. ❗️GPL-3.0 +- Backtesting.py (πŸ₯‰17 Β· ⭐ 950) - Backtest trading strategies in Python. ❗️AGPL-3.0 +- surpriver (πŸ₯‰11 Β· ⭐ 1.1K Β· 🐣) - Find big moving stocks before they move using machine.. ❗️GPL-3.0

@@ -4000,72 +4031,72 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
Prophet (πŸ₯‡30 Β· ⭐ 12K) - Tool for producing high quality forecasts for time series data that has.. MIT -- [GitHub](https://github.com/facebook/prophet) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 3.4K Β· πŸ“₯ 530 Β· πŸ“‹ 1.5K - 4% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/facebook/prophet) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 3.5K Β· πŸ“₯ 540 Β· πŸ“‹ 1.5K - 5% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebook/prophet ``` -- [PyPi](https://pypi.org/project/fbprophet) (πŸ“₯ 570K / month Β· πŸ“¦ 150 Β· ⏱️ 05.09.2020): +- [PyPi](https://pypi.org/project/fbprophet) (πŸ“₯ 500K / month Β· πŸ“¦ 150 Β· ⏱️ 05.09.2020): ``` pip install fbprophet ```
-
tslearn (πŸ₯‡28 Β· ⭐ 1.4K Β· πŸ“ˆ) - A machine learning toolkit dedicated to time-series data. BSD-2 - -- [GitHub](https://github.com/tslearn-team/tslearn) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 220 Β· πŸ“¦ 180 Β· πŸ“‹ 220 - 26% open Β· ⏱️ 08.01.2021): - - ``` - git clone https://github.com/tslearn-team/tslearn - ``` -- [PyPi](https://pypi.org/project/tslearn) (πŸ“₯ 64K / month Β· πŸ“¦ 11 Β· ⏱️ 18.06.2020): - ``` - pip install tslearn - ``` -- [Conda](https://anaconda.org/conda-forge/tslearn) (πŸ“₯ 180K Β· ⏱️ 19.06.2020): - ``` - conda install -c conda-forge tslearn - ``` -
-
tsfresh (πŸ₯ˆ27 Β· ⭐ 5.3K) - Automatic extraction of relevant features from time series:. MIT +
tsfresh (πŸ₯‡27 Β· ⭐ 5.3K) - Automatic extraction of relevant features from time series:. MIT -- [GitHub](https://github.com/blue-yonder/tsfresh) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 840 Β· πŸ“‹ 430 - 7% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/blue-yonder/tsfresh) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 850 Β· πŸ“‹ 440 - 8% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/blue-yonder/tsfresh ``` -- [PyPi](https://pypi.org/project/tsfresh) (πŸ“₯ 160K / month Β· πŸ“¦ 66 Β· ⏱️ 09.09.2020): +- [PyPi](https://pypi.org/project/tsfresh) (πŸ“₯ 130K / month Β· πŸ“¦ 66 Β· ⏱️ 09.09.2020): ``` pip install tsfresh ``` -- [Conda](https://anaconda.org/conda-forge/tsfresh) (πŸ“₯ 26K Β· ⏱️ 10.09.2020): +- [Conda](https://anaconda.org/conda-forge/tsfresh) (πŸ“₯ 27K Β· ⏱️ 10.09.2020): ``` conda install -c conda-forge tsfresh ```
-
sktime (πŸ₯ˆ26 Β· ⭐ 3.5K) - A unified framework for machine learning with time series. BSD-3 +
sktime (πŸ₯‡27 Β· ⭐ 3.5K) - A unified framework for machine learning with time series. BSD-3 -- [GitHub](https://github.com/alan-turing-institute/sktime) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 420 Β· πŸ“₯ 41 Β· πŸ“¦ 94 Β· πŸ“‹ 320 - 31% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/alan-turing-institute/sktime) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 420 Β· πŸ“₯ 49 Β· πŸ“¦ 95 Β· πŸ“‹ 320 - 31% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/alan-turing-institute/sktime ``` -- [PyPi](https://pypi.org/project/sktime) (πŸ“₯ 7.6K / month Β· ⏱️ 29.12.2020): +- [PyPi](https://pypi.org/project/sktime) (πŸ“₯ 8.7K / month Β· ⏱️ 29.12.2020): ``` pip install sktime ```
pmdarima (πŸ₯ˆ26 Β· ⭐ 800) - A statistical library designed to fill the void in Python's time series.. MIT -- [GitHub](https://github.com/alkaline-ml/pmdarima) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 150 Β· πŸ“¦ 690 Β· πŸ“‹ 220 - 7% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/alkaline-ml/pmdarima) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 150 Β· πŸ“¦ 700 Β· πŸ“‹ 220 - 7% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/alkaline-ml/pmdarima ``` -- [PyPi](https://pypi.org/project/pmdarima) (πŸ“₯ 190K / month Β· πŸ“¦ 12 Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/pmdarima) (πŸ“₯ 170K / month Β· πŸ“¦ 12 Β· ⏱️ 02.12.2020): ``` pip install pmdarima ```
+
tslearn (πŸ₯ˆ25 Β· ⭐ 1.5K Β· πŸ“‰) - A machine learning toolkit dedicated to time-series data. BSD-2 + +- [GitHub](https://github.com/tslearn-team/tslearn) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 220 Β· πŸ“¦ 180 Β· πŸ“‹ 220 - 25% open Β· ⏱️ 25.01.2021): + + ``` + git clone https://github.com/tslearn-team/tslearn + ``` +- [PyPi](https://pypi.org/project/tslearn) (πŸ“₯ 55K / month Β· πŸ“¦ 22 Β· ⏱️ 25.01.2021): + ``` + pip install tslearn + ``` +- [Conda](https://anaconda.org/conda-forge/tslearn) (πŸ“₯ 180K Β· ⏱️ 25.01.2021): + ``` + conda install -c conda-forge tslearn + ``` +
Streamz (πŸ₯ˆ24 Β· ⭐ 900) - Real-time stream processing for python. BSD-3 - [GitHub](https://github.com/python-streamz/streamz) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“¦ 180 Β· πŸ“‹ 220 - 41% open Β· ⏱️ 14.01.2021): @@ -4073,7 +4104,7 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l ``` git clone https://github.com/python-streamz/streamz ``` -- [PyPi](https://pypi.org/project/streamz) (πŸ“₯ 1.9K / month Β· πŸ“¦ 16 Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/streamz) (πŸ“₯ 2.1K / month Β· πŸ“¦ 16 Β· ⏱️ 02.11.2020): ``` pip install streamz ``` @@ -4084,40 +4115,24 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
GluonTS (πŸ₯ˆ23 Β· ⭐ 1.7K) - Probabilistic time series modeling in Python. Apache-2 -- [GitHub](https://github.com/awslabs/gluon-ts) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 360 Β· πŸ“‹ 520 - 34% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/awslabs/gluon-ts) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 360 Β· πŸ“‹ 530 - 34% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/awslabs/gluon-ts ``` -- [PyPi](https://pypi.org/project/gluonts) (πŸ“₯ 19K / month Β· ⏱️ 08.12.2020): - ``` - pip install gluonts - ``` -
-
STUMPY (πŸ₯‰22 Β· ⭐ 1.6K) - STUMPY is a powerful and scalable Python library for computing a Matrix.. BSD-3 - -- [GitHub](https://github.com/TDAmeritrade/stumpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 160 Β· πŸ“‹ 210 - 13% open Β· ⏱️ 21.01.2021): - - ``` - git clone https://github.com/TDAmeritrade/stumpy - ``` -- [PyPi](https://pypi.org/project/stumpy) (πŸ“₯ 14K / month Β· ⏱️ 20.01.2021): - ``` - pip install stumpy - ``` -- [Conda](https://anaconda.org/conda-forge/stumpy) (πŸ“₯ 15K Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/gluonts) (πŸ“₯ 17K / month Β· ⏱️ 08.12.2020): ``` - conda install -c conda-forge stumpy + pip install gluonts ```
Darts (πŸ₯‰22 Β· ⭐ 700) - A python library for easy manipulation and forecasting of time series. Apache-2 -- [GitHub](https://github.com/unit8co/darts) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 85 Β· πŸ“¦ 11 Β· πŸ“‹ 59 - 30% open Β· ⏱️ 09.11.2020): +- [GitHub](https://github.com/unit8co/darts) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 86 Β· πŸ“¦ 12 Β· πŸ“‹ 59 - 28% open Β· ⏱️ 09.11.2020): ``` git clone https://github.com/unit8co/darts ``` -- [PyPi](https://pypi.org/project/u8darts) (πŸ“₯ 1.6K / month Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/u8darts) (πŸ“₯ 2.1K / month Β· ⏱️ 09.11.2020): ``` pip install u8darts ``` @@ -4126,14 +4141,30 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l docker pull unit8/darts ```
-
pyts (πŸ₯‰20 Β· ⭐ 850 Β· πŸ’€) - A Python package for time series classification. BSD-3 +
STUMPY (πŸ₯‰20 Β· ⭐ 1.6K Β· πŸ“‰) - STUMPY is a powerful and scalable Python library for computing a.. BSD-3 + +- [GitHub](https://github.com/TDAmeritrade/stumpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 160 Β· πŸ“‹ 210 - 12% open Β· ⏱️ 21.01.2021): + + ``` + git clone https://github.com/TDAmeritrade/stumpy + ``` +- [PyPi](https://pypi.org/project/stumpy) (πŸ“₯ 12K / month Β· ⏱️ 20.01.2021): + ``` + pip install stumpy + ``` +- [Conda](https://anaconda.org/conda-forge/stumpy) (πŸ“₯ 15K Β· ⏱️ 20.01.2021): + ``` + conda install -c conda-forge stumpy + ``` +
+
pyts (πŸ₯‰20 Β· ⭐ 860 Β· πŸ’€) - A Python package for time series classification. BSD-3 -- [GitHub](https://github.com/johannfaouzi/pyts) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 92 Β· πŸ“¦ 80 Β· πŸ“‹ 42 - 54% open Β· ⏱️ 30.04.2020): +- [GitHub](https://github.com/johannfaouzi/pyts) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 93 Β· πŸ“¦ 80 Β· πŸ“‹ 42 - 54% open Β· ⏱️ 30.04.2020): ``` git clone https://github.com/johannfaouzi/pyts ``` -- [PyPi](https://pypi.org/project/pyts) (πŸ“₯ 2K / month Β· πŸ“¦ 2 Β· ⏱️ 21.03.2020): +- [PyPi](https://pypi.org/project/pyts) (πŸ“₯ 1.9K / month Β· πŸ“¦ 2 Β· ⏱️ 21.03.2020): ``` pip install pyts ``` @@ -4142,62 +4173,62 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l conda install -c conda-forge pyts ```
-
pytorch-forecasting (πŸ₯‰19 Β· ⭐ 640 Β· 🐣) - Time series forecasting with PyTorch. MIT +
pytorch-forecasting (πŸ₯‰19 Β· ⭐ 680 Β· 🐣) - Time series forecasting with PyTorch. MIT -- [GitHub](https://github.com/jdb78/pytorch-forecasting) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 68 Β· πŸ“‹ 100 - 26% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/jdb78/pytorch-forecasting) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 78 Β· πŸ“‹ 110 - 25% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/jdb78/pytorch-forecasting ``` -- [PyPi](https://pypi.org/project/pytorch-forecasting) (πŸ“₯ 2.9K / month Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/pytorch-forecasting) (πŸ“₯ 2.5K / month Β· ⏱️ 12.01.2021): ``` pip install pytorch-forecasting ```
matrixprofile-ts (πŸ₯‰19 Β· ⭐ 600 Β· πŸ’€) - A Python library for detecting patterns and anomalies.. Apache-2 -- [GitHub](https://github.com/target/matrixprofile-ts) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 90 Β· πŸ“¦ 11 Β· πŸ“‹ 52 - 36% open Β· ⏱️ 25.04.2020): +- [GitHub](https://github.com/target/matrixprofile-ts) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 90 Β· πŸ“¦ 12 Β· πŸ“‹ 52 - 34% open Β· ⏱️ 25.04.2020): ``` git clone https://github.com/target/matrixprofile-ts ``` -- [PyPi](https://pypi.org/project/matrixprofile-ts) (πŸ“₯ 2.7K / month Β· ⏱️ 08.08.2019): +- [PyPi](https://pypi.org/project/matrixprofile-ts) (πŸ“₯ 2.5K / month Β· ⏱️ 08.08.2019): ``` pip install matrixprofile-ts ```
-
seglearn (πŸ₯‰19 Β· ⭐ 410) - Python module for machine learning time series:. BSD-3 +
seglearn (πŸ₯‰19 Β· ⭐ 420) - Python module for machine learning time series:. BSD-3 - [GitHub](https://github.com/dmbee/seglearn) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 47 Β· πŸ“¦ 6 Β· πŸ“‹ 26 - 23% open Β· ⏱️ 16.01.2021): ``` git clone https://github.com/dmbee/seglearn ``` -- [PyPi](https://pypi.org/project/seglearn) (πŸ“₯ 1.8K / month Β· πŸ“¦ 1 Β· ⏱️ 17.01.2021): +- [PyPi](https://pypi.org/project/seglearn) (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 17.01.2021): ``` pip install seglearn ```
-
Auto TS (πŸ₯‰18 Β· ⭐ 150) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 +
Auto TS (πŸ₯‰18 Β· ⭐ 160) - Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost.. Apache-2 -- [GitHub](https://github.com/AutoViML/Auto_TS) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 34 Β· πŸ“‹ 27 - 22% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/AutoViML/Auto_TS) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 35 Β· πŸ“‹ 28 - 17% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/AutoViML/Auto_TS ``` -- [PyPi](https://pypi.org/project/auto-ts) (πŸ“₯ 500 / month Β· ⏱️ 18.01.2021): +- [PyPi](https://pypi.org/project/auto-ts) (πŸ“₯ 580 / month Β· ⏱️ 24.01.2021): ``` pip install auto-ts ```
-
ADTK (πŸ₯‰17 Β· ⭐ 580 Β· πŸ’€) - A Python toolkit for rule-based/unsupervised anomaly detection in time.. MPL-2.0 +
ADTK (πŸ₯‰17 Β· ⭐ 590 Β· πŸ’€) - A Python toolkit for rule-based/unsupervised anomaly detection in time.. MPL-2.0 - [GitHub](https://github.com/arundo/adtk) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 75 Β· πŸ“‹ 52 - 42% open Β· ⏱️ 17.04.2020): ``` git clone https://github.com/arundo/adtk ``` -- [PyPi](https://pypi.org/project/adtk) (πŸ“₯ 28K / month Β· ⏱️ 17.04.2020): +- [PyPi](https://pypi.org/project/adtk) (πŸ“₯ 24K / month Β· ⏱️ 17.04.2020): ``` pip install adtk ``` @@ -4209,26 +4240,26 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l ``` git clone https://github.com/firmai/atspy ``` -- [PyPi](https://pypi.org/project/atspy) (πŸ“₯ 230 / month Β· ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/atspy) (πŸ“₯ 220 / month Β· ⏱️ 24.04.2020): ``` pip install atspy ```
tick (πŸ₯‰17 Β· ⭐ 320 Β· πŸ’€) - Module for statistical learning, with a particular emphasis on time-.. BSD-3 -- [GitHub](https://github.com/X-DataInitiative/tick) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 74 Β· πŸ“₯ 160 Β· πŸ“¦ 29 Β· πŸ“‹ 210 - 25% open Β· ⏱️ 15.06.2020): +- [GitHub](https://github.com/X-DataInitiative/tick) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 75 Β· πŸ“₯ 160 Β· πŸ“¦ 30 Β· πŸ“‹ 210 - 25% open Β· ⏱️ 15.06.2020): ``` git clone https://github.com/X-DataInitiative/tick ``` -- [PyPi](https://pypi.org/project/tick) (πŸ“₯ 390 / month Β· πŸ“¦ 1 Β· ⏱️ 24.05.2020): +- [PyPi](https://pypi.org/project/tick) (πŸ“₯ 360 / month Β· πŸ“¦ 1 Β· ⏱️ 24.05.2020): ``` pip install tick ```
Show 3 hidden projects... -- luminol (πŸ₯ˆ23 Β· ⭐ 860 Β· πŸ’€) - Anomaly Detection and Correlation library. Apache-2 +- luminol (πŸ₯ˆ23 Β· ⭐ 870 Β· πŸ’€) - Anomaly Detection and Correlation library. Apache-2 - PyFlux (πŸ₯‰22 Β· ⭐ 1.8K Β· πŸ’€) - Open source time series library for Python. BSD-3 - pydlm (πŸ₯‰20 Β· ⭐ 350 Β· πŸ’€) - A python library for Bayesian time series modeling. BSD-3
@@ -4240,46 +4271,30 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic data, and other medical imaging formats._ -
MNE (πŸ₯‡31 Β· ⭐ 1.5K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python. BSD-3 - -- [GitHub](https://github.com/mne-tools/mne-python) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 840 Β· πŸ“¦ 800 Β· πŸ“‹ 3.4K - 8% open Β· ⏱️ 21.01.2021): +
Nilearn (πŸ₯‡30 Β· ⭐ 700) - Machine learning for NeuroImaging in Python. BSD-3 - ``` - git clone https://github.com/mne-tools/mne-python - ``` -- [PyPi](https://pypi.org/project/mne) (πŸ“₯ 17K / month Β· πŸ“¦ 200 Β· ⏱️ 17.12.2020): - ``` - pip install mne - ``` -- [Conda](https://anaconda.org/conda-forge/mne) (πŸ“₯ 97K Β· ⏱️ 20.12.2020): - ``` - conda install -c conda-forge mne - ``` -
-
Nilearn (πŸ₯‡30 Β· ⭐ 690) - Machine learning for NeuroImaging in Python. BSD-3 - -- [GitHub](https://github.com/nilearn/nilearn) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 370 Β· πŸ“¦ 860 Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/nilearn/nilearn) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 370 Β· πŸ“¦ 870 Β· πŸ“‹ 1.5K - 25% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/nilearn/nilearn ``` -- [PyPi](https://pypi.org/project/nilearn) (πŸ“₯ 8K / month Β· πŸ“¦ 300 Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/nilearn) (πŸ“₯ 7K / month Β· πŸ“¦ 300 Β· ⏱️ 12.11.2020): ``` pip install nilearn ``` -- [Conda](https://anaconda.org/conda-forge/nilearn) (πŸ“₯ 77K Β· ⏱️ 12.11.2020): +- [Conda](https://anaconda.org/conda-forge/nilearn) (πŸ“₯ 78K Β· ⏱️ 12.11.2020): ``` conda install -c conda-forge nilearn ```
-
Lifelines (πŸ₯ˆ29 Β· ⭐ 1.5K) - Survival analysis in Python. MIT +
Lifelines (πŸ₯‡29 Β· ⭐ 1.5K) - Survival analysis in Python. MIT -- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 410 Β· πŸ“¦ 480 Β· πŸ“‹ 780 - 24% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 410 Β· πŸ“¦ 490 Β· πŸ“‹ 780 - 24% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/CamDavidsonPilon/lifelines ``` -- [PyPi](https://pypi.org/project/lifelines) (πŸ“₯ 97K / month Β· πŸ“¦ 130 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/lifelines) (πŸ“₯ 91K / month Β· πŸ“¦ 130 Β· ⏱️ 22.01.2021): ``` pip install lifelines ``` @@ -4288,14 +4303,14 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic conda install -c conda-forge lifelines ```
-
NIPYPE (πŸ₯ˆ29 Β· ⭐ 540) - Workflows and interfaces for neuroimaging packages. Apache-2 +
NIPYPE (πŸ₯‡29 Β· ⭐ 550) - Workflows and interfaces for neuroimaging packages. Apache-2 -- [GitHub](https://github.com/nipy/nipype) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 440 Β· πŸ“¦ 490 Β· πŸ“‹ 1.2K - 26% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/nipy/nipype) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 440 Β· πŸ“¦ 500 Β· πŸ“‹ 1.2K - 26% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/nipy/nipype ``` -- [PyPi](https://pypi.org/project/nipype) (πŸ“₯ 9.8K / month Β· πŸ“¦ 190 Β· ⏱️ 16.08.2020): +- [PyPi](https://pypi.org/project/nipype) (πŸ“₯ 8.7K / month Β· πŸ“¦ 190 Β· ⏱️ 16.08.2020): ``` pip install nipype ``` @@ -4304,14 +4319,14 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic conda install -c conda-forge nipype ```
-
NiBabel (πŸ₯ˆ29 Β· ⭐ 380) - Python package to access a cacophony of neuro-imaging file formats. MIT +
NiBabel (πŸ₯‡29 Β· ⭐ 380) - Python package to access a cacophony of neuro-imaging file formats. MIT -- [GitHub](https://github.com/nipy/nibabel) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 210 Β· πŸ“¦ 3.5K Β· πŸ“‹ 390 - 27% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/nipy/nibabel) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 210 Β· πŸ“¦ 3.6K Β· πŸ“‹ 390 - 27% open Β· ⏱️ 17.01.2021): ``` git clone https://github.com/nipy/nibabel ``` -- [PyPi](https://pypi.org/project/nibabel) (πŸ“₯ 43K / month Β· πŸ“¦ 1.3K Β· ⏱️ 28.11.2020): +- [PyPi](https://pypi.org/project/nibabel) (πŸ“₯ 40K / month Β· πŸ“¦ 1.3K Β· ⏱️ 28.11.2020): ``` pip install nibabel ``` @@ -4320,94 +4335,110 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic conda install -c conda-forge nibabel ```
-
DIPY (πŸ₯ˆ28 Β· ⭐ 380) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic.. BSD-3 +
DIPY (πŸ₯ˆ28 Β· ⭐ 390) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic.. BSD-3 -- [GitHub](https://github.com/dipy/dipy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“¦ 320 Β· πŸ“‹ 730 - 21% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/dipy/dipy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“¦ 330 Β· πŸ“‹ 730 - 21% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/dipy/dipy ``` -- [PyPi](https://pypi.org/project/dipy) (πŸ“₯ 5.7K / month Β· πŸ“¦ 94 Β· ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/dipy) (πŸ“₯ 5K / month Β· πŸ“¦ 94 Β· ⏱️ 05.11.2020): ``` pip install dipy ``` -- [Conda](https://anaconda.org/conda-forge/dipy) (πŸ“₯ 170K Β· ⏱️ 14.11.2020): +- [Conda](https://anaconda.org/conda-forge/dipy) (πŸ“₯ 180K Β· ⏱️ 14.11.2020): ``` conda install -c conda-forge dipy ```
+
MNE (πŸ₯ˆ27 Β· ⭐ 1.5K Β· πŸ“‰) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in.. BSD-3 + +- [GitHub](https://github.com/mne-tools/mne-python) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 840 Β· πŸ“¦ 810 Β· πŸ“‹ 3.4K - 8% open Β· ⏱️ 28.01.2021): + + ``` + git clone https://github.com/mne-tools/mne-python + ``` +- [PyPi](https://pypi.org/project/mne) (πŸ“₯ 14K / month Β· πŸ“¦ 200 Β· ⏱️ 17.12.2020): + ``` + pip install mne + ``` +- [Conda](https://anaconda.org/conda-forge/mne) (πŸ“₯ 98K Β· ⏱️ 20.12.2020): + ``` + conda install -c conda-forge mne + ``` +
Hail (πŸ₯ˆ23 Β· ⭐ 690) - Scalable genomic data analysis. MIT -- [GitHub](https://github.com/hail-is/hail) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 180 Β· πŸ“¦ 28 Β· πŸ“‹ 2.3K - 14% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/hail-is/hail) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 180 Β· πŸ“¦ 29 Β· πŸ“‹ 2.3K - 14% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/hail-is/hail ``` -- [PyPi](https://pypi.org/project/hail) (πŸ“₯ 850 / month Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/hail) (πŸ“₯ 720 / month Β· ⏱️ 03.12.2020): ``` pip install hail ```
MONAI (πŸ₯ˆ22 Β· ⭐ 1.7K) - AI Toolkit for Healthcare Imaging. Apache-2 -- [GitHub](https://github.com/Project-MONAI/MONAI) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 300 Β· πŸ“‹ 660 - 11% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/Project-MONAI/MONAI) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 300 Β· πŸ“‹ 670 - 11% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/Project-MONAI/MONAI ``` -- [PyPi](https://pypi.org/project/monai) (πŸ“₯ 3.5K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/monai) (πŸ“₯ 3.4K / month Β· ⏱️ 15.12.2020): ``` pip install monai ```
-
NiftyNet (πŸ₯ˆ22 Β· ⭐ 1.3K Β· πŸ’€) - [unmaintained] An open-source convolutional neural.. Apache-2 +
DeepVariant (πŸ₯‰21 Β· ⭐ 2.2K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 -- [GitHub](https://github.com/NifTK/NiftyNet) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 370 Β· πŸ“¦ 33 Β· πŸ“‹ 320 - 30% open Β· ⏱️ 21.04.2020): +- [GitHub](https://github.com/google/deepvariant) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 530 Β· πŸ“₯ 3K Β· πŸ“‹ 370 - 1% open Β· ⏱️ 14.12.2020): ``` - git clone https://github.com/NifTK/NiftyNet + git clone https://github.com/google/deepvariant ``` -- [PyPi](https://pypi.org/project/niftynet) (πŸ“₯ 150 / month Β· ⏱️ 10.10.2019): +- [Conda](https://anaconda.org/bioconda/deepvariant) (πŸ“₯ 27K Β· ⏱️ 05.09.2020): ``` - pip install niftynet + conda install -c bioconda deepvariant ```
-
DeepVariant (πŸ₯‰21 Β· ⭐ 2.2K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 +
NiftyNet (πŸ₯‰21 Β· ⭐ 1.3K Β· πŸ’€) - [unmaintained] An open-source convolutional neural.. Apache-2 -- [GitHub](https://github.com/google/deepvariant) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 530 Β· πŸ“₯ 3K Β· πŸ“‹ 370 - 0% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/NifTK/NiftyNet) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 370 Β· πŸ“¦ 33 Β· πŸ“‹ 320 - 30% open Β· ⏱️ 21.04.2020): ``` - git clone https://github.com/google/deepvariant + git clone https://github.com/NifTK/NiftyNet ``` -- [Conda](https://anaconda.org/bioconda/deepvariant) (πŸ“₯ 26K Β· ⏱️ 05.09.2020): +- [PyPi](https://pypi.org/project/niftynet) (πŸ“₯ 130 / month Β· ⏱️ 10.10.2019): ``` - conda install -c bioconda deepvariant + pip install niftynet ```
-
Brainiak (πŸ₯‰18 Β· ⭐ 230) - Brain Imaging Analysis Kit. Apache-2 +
Brainiak (πŸ₯‰19 Β· ⭐ 230) - Brain Imaging Analysis Kit. Apache-2 - [GitHub](https://github.com/brainiak/brainiak) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 110 Β· πŸ“¦ 12 Β· πŸ“‹ 180 - 35% open Β· ⏱️ 15.10.2020): ``` git clone https://github.com/brainiak/brainiak ``` -- [PyPi](https://pypi.org/project/brainiak) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/brainiak) (πŸ“₯ 96 / month Β· πŸ“¦ 1 Β· ⏱️ 15.10.2020): ``` pip install brainiak ``` -- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (πŸ“₯ 460 Β· ⭐ 1 Β· ⏱️ 15.10.2020): +- [Docker Hub](https://hub.docker.com/r/brainiak/brainiak) (πŸ“₯ 470 Β· ⭐ 1 Β· ⏱️ 15.10.2020): ``` docker pull brainiak/brainiak ```
-
Glow (πŸ₯‰18 Β· ⭐ 150) - An open-source toolkit for large-scale genomic analysis. Apache-2 +
Glow (πŸ₯‰18 Β· ⭐ 160) - An open-source toolkit for large-scale genomic analysis. Apache-2 -- [GitHub](https://github.com/projectglow/glow) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 40 Β· πŸ“‹ 69 - 31% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/projectglow/glow) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 40 Β· πŸ“‹ 73 - 30% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/projectglow/glow ``` -- [PyPi](https://pypi.org/project/glow.py) (πŸ“₯ 590 / month Β· ⏱️ 10.09.2020): +- [PyPi](https://pypi.org/project/glow.py) (πŸ“₯ 700 / month Β· ⏱️ 10.09.2020): ``` pip install glow.py ``` @@ -4422,7 +4453,7 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
MedicalNet (πŸ₯‰11 Β· ⭐ 1K) - Many studies have shown that the performance on deep learning is.. MIT -- [GitHub](https://github.com/Tencent/MedicalNet) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 280 Β· πŸ“‹ 56 - 75% open Β· ⏱️ 27.08.2020): +- [GitHub](https://github.com/Tencent/MedicalNet) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 280 Β· πŸ“‹ 57 - 75% open Β· ⏱️ 27.08.2020): ``` git clone https://github.com/Tencent/MedicalNet @@ -4433,7 +4464,7 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic - NIPY (πŸ₯‰21 Β· ⭐ 290) - Neuroimaging in Python FMRI analysis package. ❗️DSDP - MedPy (πŸ₯‰20 Β· ⭐ 310 Β· πŸ’€) - Medical image processing in Python. ❗️GPL-3.0 - DLTK (πŸ₯‰19 Β· ⭐ 1.2K Β· πŸ’€) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 -- MedicalTorch (πŸ₯‰15 Β· ⭐ 700 Β· πŸ’€) - A medical imaging framework for Pytorch. Apache-2 +- MedicalTorch (πŸ₯‰14 Β· ⭐ 710 Β· πŸ’€) - A medical imaging framework for Pytorch. Apache-2 - DeepNeuro (πŸ₯‰14 Β· ⭐ 99 Β· πŸ’€) - A deep learning python package for neuroimaging data. Made by:. MIT

@@ -4444,42 +4475,42 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic _Libraries for optical character recognition (OCR) and text extraction from images or videos._ -
Tesseract (πŸ₯‡30 Β· ⭐ 3.4K Β· πŸ“ˆ) - Python-tesseract is an optical character recognition (OCR).. Apache-2 +
Tesseract (πŸ₯‡30 Β· ⭐ 3.4K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 -- [GitHub](https://github.com/madmaze/pytesseract) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 500 Β· πŸ“‹ 240 - 2% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/madmaze/pytesseract) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 500 Β· πŸ“‹ 250 - 2% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/madmaze/pytesseract ``` -- [PyPi](https://pypi.org/project/pytesseract) (πŸ“₯ 450K / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/pytesseract) (πŸ“₯ 470K / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.12.2020): ``` pip install pytesseract ``` -- [Conda](https://anaconda.org/conda-forge/pytesseract) (πŸ“₯ 38K Β· ⏱️ 20.11.2020): +- [Conda](https://anaconda.org/conda-forge/pytesseract) (πŸ“₯ 39K Β· ⏱️ 20.11.2020): ``` conda install -c conda-forge pytesseract ```
-
EasyOCR (πŸ₯ˆ27 Β· ⭐ 10K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2 +
EasyOCR (πŸ₯‡27 Β· ⭐ 10K) - Ready-to-use OCR with 80+ supported languages and all popular writing.. Apache-2 -- [GitHub](https://github.com/JaidedAI/EasyOCR) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 980 Β· πŸ“₯ 110K Β· πŸ“¦ 100 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/JaidedAI/EasyOCR) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 990 Β· πŸ“₯ 130K Β· πŸ“¦ 110 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 14.01.2021): ``` git clone https://github.com/JaidedAI/EasyOCR ``` -- [PyPi](https://pypi.org/project/easyocr) (πŸ“₯ 9.9K / month Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/easyocr) (πŸ“₯ 9.5K / month Β· ⏱️ 05.01.2021): ``` pip install easyocr ```
-
OCRmyPDF (πŸ₯ˆ27 Β· ⭐ 3.7K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 +
OCRmyPDF (πŸ₯‡27 Β· ⭐ 3.7K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them.. MPL-2.0 -- [GitHub](https://github.com/jbarlow83/OCRmyPDF) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 420 Β· πŸ“¦ 110 Β· πŸ“‹ 650 - 13% open Β· ⏱️ 10.01.2021): +- [GitHub](https://github.com/jbarlow83/OCRmyPDF) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 420 Β· πŸ“¦ 110 Β· πŸ“‹ 660 - 13% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/jbarlow83/OCRmyPDF ``` -- [PyPi](https://pypi.org/project/ocrmypdf) (πŸ“₯ 12K / month Β· πŸ“¦ 12 Β· ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/ocrmypdf) (πŸ“₯ 10K / month Β· πŸ“¦ 12 Β· ⏱️ 26.01.2021): ``` pip install ocrmypdf ``` @@ -4500,19 +4531,19 @@ _Libraries for optical character recognition (OCR) and text extraction from imag conda install -c conda-forge tesserocr ```
-
PaddleOCR (πŸ₯‰24 Β· ⭐ 8.5K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 +
PaddleOCR (πŸ₯ˆ24 Β· ⭐ 10K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 1.7K Β· πŸ“¦ 19 Β· πŸ“‹ 1.2K - 30% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 1.9K Β· πŸ“¦ 19 Β· πŸ“‹ 1.2K - 31% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/PaddlePaddle/PaddleOCR ``` -- [PyPi](https://pypi.org/project/paddleocr) (πŸ“₯ 1.5K / month Β· ⏱️ 18.12.2020): +- [PyPi](https://pypi.org/project/paddleocr) (πŸ“₯ 1.2K / month Β· ⏱️ 18.12.2020): ``` pip install paddleocr ```
-
attention-ocr (πŸ₯‰20 Β· ⭐ 820) - A Tensorflow model for text recognition (CNN + seq2seq with.. MIT +
attention-ocr (πŸ₯‰20 Β· ⭐ 830) - A Tensorflow model for text recognition (CNN + seq2seq with.. MIT - [GitHub](https://github.com/emedvedev/attention-ocr) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 230 Β· πŸ“¦ 15 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 31.10.2020): @@ -4526,12 +4557,12 @@ _Libraries for optical character recognition (OCR) and text extraction from imag
keras-ocr (πŸ₯‰20 Β· ⭐ 740) - A packaged and flexible version of the CRAFT text detector and.. MIT -- [GitHub](https://github.com/faustomorales/keras-ocr) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 170 Β· πŸ“₯ 15K Β· πŸ“‹ 120 - 22% open Β· ⏱️ 26.11.2020): +- [GitHub](https://github.com/faustomorales/keras-ocr) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 170 Β· πŸ“₯ 16K Β· πŸ“‹ 120 - 23% open Β· ⏱️ 26.11.2020): ``` git clone https://github.com/faustomorales/keras-ocr ``` -- [PyPi](https://pypi.org/project/keras-ocr) (πŸ“₯ 1.5K / month Β· πŸ“¦ 1 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/keras-ocr) (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 26.11.2020): ``` pip install keras-ocr ``` @@ -4543,23 +4574,31 @@ _Libraries for optical character recognition (OCR) and text extraction from imag ``` git clone https://github.com/jlsutherland/doc2text ``` -- [PyPi](https://pypi.org/project/doc2text) (πŸ“₯ 220 / month Β· ⏱️ 06.09.2016): +- [PyPi](https://pypi.org/project/doc2text) (πŸ“₯ 200 / month Β· ⏱️ 06.09.2016): ``` pip install doc2text ```
calamari (πŸ₯‰19 Β· ⭐ 770) - Line based ATR Engine based on OCRopy. Apache-2 -- [GitHub](https://github.com/Calamari-OCR/calamari) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 160 Β· πŸ“‹ 150 - 13% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/Calamari-OCR/calamari) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 160 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/Calamari-OCR/calamari ``` -- [PyPi](https://pypi.org/project/calamari_ocr) (πŸ“₯ 380 / month Β· πŸ“¦ 2 Β· ⏱️ 13.11.2018): +- [PyPi](https://pypi.org/project/calamari_ocr) (πŸ“₯ 350 / month Β· πŸ“¦ 2 Β· ⏱️ 13.11.2018): ``` pip install calamari_ocr ```
+
Mozart (πŸ₯‰10 Β· ⭐ 220 Β· 🐣) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 + +- [GitHub](https://github.com/aashrafh/Mozart) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 33 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 14.01.2021): + + ``` + git clone https://github.com/aashrafh/Mozart + ``` +
Show 1 hidden projects... - pdftabextract (πŸ₯‰20 Β· ⭐ 1.9K Β· πŸ’€) - A set of tools for extracting tables from PDF files.. Apache-2 @@ -4574,12 +4613,12 @@ _General-purpose data containers & structures as well as utilities & extensions
pandas (πŸ₯‡42 Β· ⭐ 28K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 -- [GitHub](https://github.com/pandas-dev/pandas) (πŸ‘¨β€πŸ’» 2.6K Β· πŸ”€ 12K Β· πŸ“₯ 93K Β· πŸ“¦ 370K Β· πŸ“‹ 20K - 18% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pandas-dev/pandas) (πŸ‘¨β€πŸ’» 2.6K Β· πŸ”€ 12K Β· πŸ“₯ 94K Β· πŸ“¦ 370K Β· πŸ“‹ 20K - 18% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/pandas-dev/pandas ``` -- [PyPi](https://pypi.org/project/pandas) (πŸ“₯ 22M / month Β· πŸ“¦ 77K Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/pandas) (πŸ“₯ 19M / month Β· πŸ“¦ 77K Β· ⏱️ 20.01.2021): ``` pip install pandas ``` @@ -4590,28 +4629,28 @@ _General-purpose data containers & structures as well as utilities & extensions
numpy (πŸ₯‡42 Β· ⭐ 16K) - The fundamental package for scientific computing with Python. BSD-3 -- [GitHub](https://github.com/numpy/numpy) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.2K Β· πŸ“₯ 300K Β· πŸ“¦ 600K Β· πŸ“‹ 9.5K - 23% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/numpy/numpy) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.2K Β· πŸ“₯ 300K Β· πŸ“¦ 610K Β· πŸ“‹ 9.5K - 23% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/numpy/numpy ``` -- [PyPi](https://pypi.org/project/numpy) (πŸ“₯ 36M / month Β· πŸ“¦ 170K Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/numpy) (πŸ“₯ 31M / month Β· πŸ“¦ 170K Β· ⏱️ 05.01.2021): ``` pip install numpy ``` -- [Conda](https://anaconda.org/conda-forge/numpy) (πŸ“₯ 15M Β· ⏱️ 11.01.2021): +- [Conda](https://anaconda.org/conda-forge/numpy) (πŸ“₯ 16M Β· ⏱️ 11.01.2021): ``` conda install -c conda-forge numpy ```
h5py (πŸ₯‡36 Β· ⭐ 1.5K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3 -- [GitHub](https://github.com/h5py/h5py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 390 Β· πŸ“₯ 780 Β· πŸ“¦ 99K Β· πŸ“‹ 1.1K - 16% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/h5py/h5py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 390 Β· πŸ“₯ 800 Β· πŸ“¦ 100K Β· πŸ“‹ 1.1K - 16% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/h5py/h5py ``` -- [PyPi](https://pypi.org/project/h5py) (πŸ“₯ 4.7M / month Β· πŸ“¦ 23K Β· ⏱️ 06.11.2020): +- [PyPi](https://pypi.org/project/h5py) (πŸ“₯ 4.2M / month Β· πŸ“¦ 23K Β· ⏱️ 06.11.2020): ``` pip install h5py ``` @@ -4620,30 +4659,30 @@ _General-purpose data containers & structures as well as utilities & extensions conda install -c conda-forge h5py ```
-
Arrow (πŸ₯ˆ35 Β· ⭐ 6.9K) - Apache Arrow is a cross-language development platform for in-memory.. Apache-2 +
Arrow (πŸ₯ˆ35 Β· ⭐ 7K) - Apache Arrow is a cross-language development platform for in-memory.. Apache-2 -- [GitHub](https://github.com/apache/arrow) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 1.7K Β· πŸ“¦ 29 Β· πŸ“‹ 670 - 18% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/apache/arrow) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 1.8K Β· πŸ“¦ 30 Β· πŸ“‹ 700 - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/apache/arrow ``` -- [PyPi](https://pypi.org/project/pyarrow) (πŸ“₯ 13M / month Β· πŸ“¦ 990 Β· ⏱️ 19.10.2020): +- [PyPi](https://pypi.org/project/pyarrow) (πŸ“₯ 11M / month Β· πŸ“¦ 990 Β· ⏱️ 26.01.2021): ``` pip install pyarrow ``` -- [Conda](https://anaconda.org/conda-forge/arrow) (πŸ“₯ 450K Β· ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/arrow) (πŸ“₯ 460K Β· ⏱️ 12.01.2021): ``` conda install -c conda-forge arrow ```
xarray (πŸ₯ˆ32 Β· ⭐ 1.9K) - N-D labeled arrays and datasets in Python. Apache-2 -- [GitHub](https://github.com/pydata/xarray) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 620 Β· πŸ“¦ 4.9K Β· πŸ“‹ 2.7K - 29% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pydata/xarray) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 620 Β· πŸ“¦ 5K Β· πŸ“‹ 2.7K - 29% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pydata/xarray ``` -- [PyPi](https://pypi.org/project/xarray) (πŸ“₯ 260K / month Β· πŸ“¦ 1.1K Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/xarray) (πŸ“₯ 230K / month Β· πŸ“¦ 1.1K Β· ⏱️ 30.11.2020): ``` pip install xarray ``` @@ -4659,7 +4698,7 @@ _General-purpose data containers & structures as well as utilities & extensions ``` git clone https://github.com/pydata/numexpr ``` -- [PyPi](https://pypi.org/project/numexpr) (πŸ“₯ 640K / month Β· πŸ“¦ 5.5K Β· ⏱️ 05.01.2020): +- [PyPi](https://pypi.org/project/numexpr) (πŸ“₯ 570K / month Β· πŸ“¦ 5.5K Β· ⏱️ 05.01.2020): ``` pip install numexpr ``` @@ -4668,21 +4707,21 @@ _General-purpose data containers & structures as well as utilities & extensions conda install -c conda-forge numexpr ```
-
Modin (πŸ₯ˆ29 Β· ⭐ 5.6K) - Modin: Speed up your Pandas workflows by changing a single line of.. Apache-2 +
Modin (πŸ₯ˆ29 Β· ⭐ 5.7K) - Modin: Speed up your Pandas workflows by changing a single line of.. Apache-2 -- [GitHub](https://github.com/modin-project/modin) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 380 Β· πŸ“₯ 200K Β· πŸ“¦ 290 Β· πŸ“‹ 1.5K - 28% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/modin-project/modin) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 380 Β· πŸ“₯ 200K Β· πŸ“¦ 290 Β· πŸ“‹ 1.5K - 27% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/modin-project/modin ``` -- [PyPi](https://pypi.org/project/modin) (πŸ“₯ 72K / month Β· πŸ“¦ 18 Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/modin) (πŸ“₯ 59K / month Β· πŸ“¦ 18 Β· ⏱️ 12.01.2021): ``` pip install modin ```
TinyDB (πŸ₯ˆ29 Β· ⭐ 4K) - TinyDB is a lightweight document oriented database optimized for your.. MIT -- [GitHub](https://github.com/msiemens/tinydb) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 360 Β· πŸ“‹ 250 - 5% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/msiemens/tinydb) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 370 Β· πŸ“‹ 250 - 3% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/msiemens/tinydb @@ -4698,28 +4737,28 @@ _General-purpose data containers & structures as well as utilities & extensions
Koalas (πŸ₯ˆ29 Β· ⭐ 2.6K) - Koalas: pandas API on Apache Spark. Apache-2 -- [GitHub](https://github.com/databricks/koalas) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 290 Β· πŸ“₯ 1K Β· πŸ“¦ 72 Β· πŸ“‹ 500 - 16% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/databricks/koalas) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 300 Β· πŸ“₯ 1K Β· πŸ“¦ 72 Β· πŸ“‹ 510 - 17% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/databricks/koalas ``` -- [PyPi](https://pypi.org/project/koalas) (πŸ“₯ 790K / month Β· πŸ“¦ 1 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/koalas) (πŸ“₯ 670K / month Β· πŸ“¦ 2 Β· ⏱️ 22.01.2021): ``` pip install koalas ``` -- [Conda](https://anaconda.org/conda-forge/koalas) (πŸ“₯ 75K Β· ⏱️ 11.12.2020): +- [Conda](https://anaconda.org/conda-forge/koalas) (πŸ“₯ 75K Β· ⏱️ 22.01.2021): ``` conda install -c conda-forge koalas ```
-
Bottleneck (πŸ₯ˆ29 Β· ⭐ 570 Β· πŸ“ˆ) - Fast NumPy array functions written in C. BSD-2 +
Bottleneck (πŸ₯ˆ29 Β· ⭐ 570) - Fast NumPy array functions written in C. BSD-2 -- [GitHub](https://github.com/pydata/bottleneck) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 63 Β· πŸ“¦ 18K Β· πŸ“‹ 200 - 11% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/pydata/bottleneck) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 65 Β· πŸ“¦ 18K Β· πŸ“‹ 200 - 11% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/pydata/bottleneck ``` -- [PyPi](https://pypi.org/project/Bottleneck) (πŸ“₯ 190K / month Β· πŸ“¦ 2.9K Β· ⏱️ 21.02.2020): +- [PyPi](https://pypi.org/project/Bottleneck) (πŸ“₯ 160K / month Β· πŸ“¦ 2.9K Β· ⏱️ 21.02.2020): ``` pip install Bottleneck ``` @@ -4730,12 +4769,12 @@ _General-purpose data containers & structures as well as utilities & extensions
PyTables (πŸ₯ˆ28 Β· ⭐ 1K) - A Python package to manage extremely large amounts of data. BSD-3 -- [GitHub](https://github.com/PyTables/PyTables) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 180 Β· πŸ“₯ 120 Β· πŸ“‹ 590 - 25% open Β· ⏱️ 10.01.2021): +- [GitHub](https://github.com/PyTables/PyTables) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 180 Β· πŸ“₯ 120 Β· πŸ“‹ 600 - 26% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/PyTables/PyTables ``` -- [PyPi](https://pypi.org/project/tables) (πŸ“₯ 330K / month Β· πŸ“¦ 3.8K Β· ⏱️ 30.10.2019): +- [PyPi](https://pypi.org/project/tables) (πŸ“₯ 280K / month Β· πŸ“¦ 3.8K Β· ⏱️ 30.10.2019): ``` pip install tables ``` @@ -4746,40 +4785,40 @@ _General-purpose data containers & structures as well as utilities & extensions
datasketch (πŸ₯‰27 Β· ⭐ 1.4K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT -- [GitHub](https://github.com/ekzhu/datasketch) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 200 Β· πŸ“₯ 16 Β· πŸ“¦ 250 Β· πŸ“‹ 110 - 17% open Β· ⏱️ 23.12.2020): +- [GitHub](https://github.com/ekzhu/datasketch) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 210 Β· πŸ“₯ 16 Β· πŸ“¦ 250 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 23.12.2020): ``` git clone https://github.com/ekzhu/datasketch ``` -- [PyPi](https://pypi.org/project/datasketch) (πŸ“₯ 180K / month Β· πŸ“¦ 86 Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/datasketch) (πŸ“₯ 150K / month Β· πŸ“¦ 86 Β· ⏱️ 15.12.2020): ``` pip install datasketch ```
-
zarr (πŸ₯‰27 Β· ⭐ 620) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT +
zarr (πŸ₯‰27 Β· ⭐ 630) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT -- [GitHub](https://github.com/zarr-developers/zarr-python) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 520 Β· πŸ“‹ 410 - 43% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/zarr-developers/zarr-python) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 530 Β· πŸ“‹ 410 - 43% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/zarr-developers/zarr-python ``` -- [PyPi](https://pypi.org/project/zarr) (πŸ“₯ 73K / month Β· πŸ“¦ 72 Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/zarr) (πŸ“₯ 74K / month Β· πŸ“¦ 72 Β· ⏱️ 02.12.2020): ``` pip install zarr ``` -- [Conda](https://anaconda.org/conda-forge/zarr) (πŸ“₯ 530K Β· ⏱️ 03.12.2020): +- [Conda](https://anaconda.org/conda-forge/zarr) (πŸ“₯ 540K Β· ⏱️ 03.12.2020): ``` conda install -c conda-forge zarr ```
swifter (πŸ₯‰25 Β· ⭐ 1.5K) - A package which efficiently applies any function to a pandas.. MIT -- [GitHub](https://github.com/jmcarpenter2/swifter) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 68 Β· πŸ“¦ 270 Β· πŸ“‹ 90 - 15% open Β· ⏱️ 19.12.2020): +- [GitHub](https://github.com/jmcarpenter2/swifter) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 68 Β· πŸ“¦ 280 Β· πŸ“‹ 90 - 15% open Β· ⏱️ 19.12.2020): ``` git clone https://github.com/jmcarpenter2/swifter ``` -- [PyPi](https://pypi.org/project/swifter) (πŸ“₯ 46K / month Β· πŸ“¦ 16 Β· ⏱️ 11.10.2020): +- [PyPi](https://pypi.org/project/swifter) (πŸ“₯ 41K / month Β· πŸ“¦ 16 Β· ⏱️ 11.10.2020): ``` pip install swifter ``` @@ -4795,7 +4834,7 @@ _General-purpose data containers & structures as well as utilities & extensions ``` git clone https://github.com/Blosc/bcolz ``` -- [PyPi](https://pypi.org/project/bcolz) (πŸ“₯ 19K / month Β· πŸ“¦ 970 Β· ⏱️ 13.04.2018): +- [PyPi](https://pypi.org/project/bcolz) (πŸ“₯ 16K / month Β· πŸ“¦ 970 Β· ⏱️ 13.04.2018): ``` pip install bcolz ``` @@ -4804,26 +4843,42 @@ _General-purpose data containers & structures as well as utilities & extensions conda install -c conda-forge bcolz ```
+
Arctic (πŸ₯‰24 Β· ⭐ 2.2K) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1 + +- [GitHub](https://github.com/man-group/arctic) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 440 Β· πŸ“₯ 92 Β· πŸ“¦ 100 Β· πŸ“‹ 510 - 17% open Β· ⏱️ 26.01.2021): + + ``` + git clone https://github.com/man-group/arctic + ``` +- [PyPi](https://pypi.org/project/arctic) (πŸ“₯ 1.9K / month Β· πŸ“¦ 42 Β· ⏱️ 01.12.2020): + ``` + pip install arctic + ``` +- [Conda](https://anaconda.org/conda-forge/arctic) (πŸ“₯ 12K Β· ⏱️ 16.12.2019): + ``` + conda install -c conda-forge arctic + ``` +
PandaralΒ·lel (πŸ₯‰23 Β· ⭐ 1.3K) - A simple and efficient tool to parallelize Pandas.. BSD-3 -- [GitHub](https://github.com/nalepae/pandarallel) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 92 Β· πŸ“¦ 140 Β· πŸ“‹ 110 - 53% open Β· ⏱️ 16.12.2020): +- [GitHub](https://github.com/nalepae/pandarallel) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 93 Β· πŸ“¦ 140 Β· πŸ“‹ 110 - 53% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/nalepae/pandarallel ``` -- [PyPi](https://pypi.org/project/pandarallel) (πŸ“₯ 39K / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/pandarallel) (πŸ“₯ 35K / month Β· ⏱️ 25.08.2020): ``` pip install pandarallel ```
Vaex (πŸ₯‰22 Β· ⭐ 5.7K) - Out-of-Core DataFrames for Python, ML, visualize and explore big tabular data.. MIT -- [GitHub](https://github.com/vaexio/vaex) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 440 Β· πŸ“₯ 200 Β· πŸ“‹ 670 - 41% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/vaexio/vaex) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 440 Β· πŸ“₯ 200 Β· πŸ“‹ 680 - 42% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/vaexio/vaex ``` -- [PyPi](https://pypi.org/project/vaex) (πŸ“₯ 3.1K / month Β· πŸ“¦ 2 Β· ⏱️ 13.01.2021): +- [PyPi](https://pypi.org/project/vaex) (πŸ“₯ 3.1K / month Β· πŸ“¦ 2 Β· ⏱️ 27.01.2021): ``` pip install vaex ``` @@ -4832,48 +4887,48 @@ _General-purpose data containers & structures as well as utilities & extensions conda install -c conda-forge vaex ```
-
datatable (πŸ₯‰20 Β· ⭐ 1.1K) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0 +
datatable (πŸ₯‰21 Β· ⭐ 1.1K) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0 -- [GitHub](https://github.com/h2oai/datatable) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 95 Β· πŸ“₯ 760 Β· πŸ“‹ 1.2K - 9% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/h2oai/datatable) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 96 Β· πŸ“₯ 920 Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/h2oai/datatable ``` -- [PyPi](https://pypi.org/project/datatable) (πŸ“₯ 14K / month Β· πŸ“¦ 6 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/datatable) (πŸ“₯ 11K / month Β· πŸ“¦ 6 Β· ⏱️ 10.12.2020): ``` pip install datatable ```
-
fletcher (πŸ₯‰20 Β· ⭐ 210) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT +
StaticFrame (πŸ₯‰20 Β· ⭐ 210) - The StaticFrame library defines the Series and Frame, immutable data.. MIT -- [GitHub](https://github.com/xhochy/fletcher) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 32 Β· πŸ“₯ 12 Β· πŸ“¦ 3 Β· πŸ“‹ 73 - 45% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/InvestmentSystems/static-frame) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 20 Β· πŸ“¦ 6 Β· πŸ“‹ 280 - 11% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/xhochy/fletcher + git clone https://github.com/InvestmentSystems/static-frame ``` -- [PyPi](https://pypi.org/project/fletcher) (πŸ“₯ 260 / month Β· ⏱️ 29.12.2020): +- [PyPi](https://pypi.org/project/static-frame) (πŸ“₯ 920 / month Β· ⏱️ 25.01.2021): ``` - pip install fletcher + pip install static-frame ``` -- [Conda](https://anaconda.org/conda-forge/fletcher) (πŸ“₯ 18K Β· ⏱️ 17.01.2021): +- [Conda](https://anaconda.org/conda-forge/static-frame) (πŸ“₯ 61K Β· ⏱️ 26.01.2021): ``` - conda install -c conda-forge fletcher + conda install -c conda-forge static-frame ```
-
StaticFrame (πŸ₯‰20 Β· ⭐ 210) - The StaticFrame library defines the Series and Frame, immutable data.. MIT +
fletcher (πŸ₯‰20 Β· ⭐ 210) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT -- [GitHub](https://github.com/InvestmentSystems/static-frame) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“¦ 6 Β· πŸ“‹ 270 - 13% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/xhochy/fletcher) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 32 Β· πŸ“₯ 12 Β· πŸ“¦ 3 Β· πŸ“‹ 73 - 45% open Β· ⏱️ 26.01.2021): ``` - git clone https://github.com/InvestmentSystems/static-frame + git clone https://github.com/xhochy/fletcher ``` -- [PyPi](https://pypi.org/project/static-frame) (πŸ“₯ 1.2K / month Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/fletcher) (πŸ“₯ 240 / month Β· ⏱️ 29.12.2020): ``` - pip install static-frame + pip install fletcher ``` -- [Conda](https://anaconda.org/conda-forge/static-frame) (πŸ“₯ 60K Β· ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/fletcher) (πŸ“₯ 19K Β· ⏱️ 17.01.2021): ``` - conda install -c conda-forge static-frame + conda install -c conda-forge fletcher ```
Bounter (πŸ₯‰18 Β· ⭐ 890) - Efficient Counter that uses a limited (bounded) amount of memory.. MIT @@ -4883,29 +4938,28 @@ _General-purpose data containers & structures as well as utilities & extensions ``` git clone https://github.com/RaRe-Technologies/bounter ``` -- [PyPi](https://pypi.org/project/bounter) (πŸ“₯ 230 / month Β· πŸ“¦ 14 Β· ⏱️ 17.08.2020): +- [PyPi](https://pypi.org/project/bounter) (πŸ“₯ 180 / month Β· πŸ“¦ 14 Β· ⏱️ 17.08.2020): ``` pip install bounter ```
PandaPy (πŸ₯‰15 Β· ⭐ 470) - PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x.. MIT -- [GitHub](https://github.com/firmai/pandapy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 44 Β· πŸ“¦ 1 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 12.11.2020): +- [GitHub](https://github.com/firmai/pandapy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 45 Β· πŸ“¦ 1 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 12.11.2020): ``` git clone https://github.com/firmai/pandapy ``` -- [PyPi](https://pypi.org/project/pandapy) (πŸ“₯ 57 / month Β· ⏱️ 25.01.2020): +- [PyPi](https://pypi.org/project/pandapy) (πŸ“₯ 36 / month Β· ⏱️ 25.01.2020): ``` pip install pandapy ```
-
Show 6 hidden projects... +
Show 5 hidden projects... - Blaze (πŸ₯ˆ28 Β· ⭐ 2.9K Β· πŸ’€) - NumPy and Pandas interface to Big Data. BSD-3 - sklearn-pandas (πŸ₯ˆ28 Β· ⭐ 2.3K) - Pandas integration with sklearn. ❗️Zlib -- Arctic (πŸ₯‰24 Β· ⭐ 2.1K) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1 -- pandasql (πŸ₯‰22 Β· ⭐ 930 Β· πŸ’€) - sqldf for pandas. MIT +- pandasql (πŸ₯‰22 Β· ⭐ 940 Β· πŸ’€) - sqldf for pandas. MIT - pickleDB (πŸ₯‰21 Β· ⭐ 530 Β· πŸ’€) - pickleDB is an open source key-value store using Python's json.. BSD-3 - Pandas Summary (πŸ₯‰21 Β· ⭐ 360 Β· πŸ’€) - An extension to pandas dataframes describe function. MIT
@@ -4919,28 +4973,28 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
Faker (πŸ₯‡36 Β· ⭐ 12K) - Faker is a Python package that generates fake data for you. MIT -- [GitHub](https://github.com/joke2k/faker) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 1.4K Β· πŸ“¦ 23K Β· πŸ“‹ 480 - 27% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/joke2k/faker) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.4K Β· πŸ“¦ 23K Β· πŸ“‹ 480 - 27% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/joke2k/faker ``` -- [PyPi](https://pypi.org/project/Faker) (πŸ“₯ 1.7M / month Β· πŸ“¦ 4.7K Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/Faker) (πŸ“₯ 1.6M / month Β· πŸ“¦ 4.7K Β· ⏱️ 26.01.2021): ``` pip install Faker ``` -- [Conda](https://anaconda.org/conda-forge/faker) (πŸ“₯ 360K Β· ⏱️ 20.01.2021): +- [Conda](https://anaconda.org/conda-forge/faker) (πŸ“₯ 370K Β· ⏱️ 26.01.2021): ``` conda install -c conda-forge faker ```
-
xlrd (πŸ₯‡33 Β· ⭐ 1.8K) - Please use openpyxl where you can... BSD-3 +
xlrd (πŸ₯‡33 Β· ⭐ 1.9K) - Please use openpyxl where you can... BSD-3 -- [GitHub](https://github.com/python-excel/xlrd) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 410 Β· πŸ“¦ 62K Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/python-excel/xlrd) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 410 Β· πŸ“¦ 63K Β· ⏱️ 12.12.2020): ``` git clone https://github.com/python-excel/xlrd ``` -- [PyPi](https://pypi.org/project/xlrd) (πŸ“₯ 4.8M / month Β· πŸ“¦ 14K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/xlrd) (πŸ“₯ 4.3M / month Β· πŸ“¦ 14K Β· ⏱️ 11.12.2020): ``` pip install xlrd ``` @@ -4951,28 +5005,28 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
xmltodict (πŸ₯‡32 Β· ⭐ 4.2K Β· πŸ’€) - Python module that makes working with XML feel like you are.. MIT -- [GitHub](https://github.com/martinblech/xmltodict) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 400 Β· πŸ“¦ 20K Β· πŸ“‹ 200 - 31% open Β· ⏱️ 26.04.2020): +- [GitHub](https://github.com/martinblech/xmltodict) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 400 Β· πŸ“¦ 21K Β· πŸ“‹ 200 - 31% open Β· ⏱️ 26.04.2020): ``` git clone https://github.com/martinblech/xmltodict ``` -- [PyPi](https://pypi.org/project/xmltodict) (πŸ“₯ 3.7M / month Β· πŸ“¦ 8.2K Β· ⏱️ 11.02.2019): +- [PyPi](https://pypi.org/project/xmltodict) (πŸ“₯ 3.3M / month Β· πŸ“¦ 8.2K Β· ⏱️ 11.02.2019): ``` pip install xmltodict ``` -- [Conda](https://anaconda.org/conda-forge/xmltodict) (πŸ“₯ 610K Β· ⏱️ 11.02.2019): +- [Conda](https://anaconda.org/conda-forge/xmltodict) (πŸ“₯ 630K Β· ⏱️ 11.02.2019): ``` conda install -c conda-forge xmltodict ```
-
Tablib (πŸ₯‡32 Β· ⭐ 3.8K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT +
Tablib (πŸ₯‡32 Β· ⭐ 3.9K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT -- [GitHub](https://github.com/jazzband/tablib) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“¦ 9.1K Β· πŸ“‹ 230 - 14% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/jazzband/tablib) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“¦ 9.2K Β· πŸ“‹ 230 - 14% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/jazzband/tablib ``` -- [PyPi](https://pypi.org/project/tablib) (πŸ“₯ 500K / month Β· πŸ“¦ 2.4K Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/tablib) (πŸ“₯ 450K / month Β· πŸ“¦ 2.4K Β· ⏱️ 05.12.2020): ``` pip install tablib ``` @@ -4983,12 +5037,12 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
TensorFlow Datasets (πŸ₯‡32 Β· ⭐ 2.6K) - TFDS is a collection of datasets ready to use with.. Apache-2 -- [GitHub](https://github.com/tensorflow/datasets) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 940 Β· πŸ“¦ 3.4K Β· πŸ“‹ 920 - 42% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/tensorflow/datasets) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 940 Β· πŸ“¦ 3.5K Β· πŸ“‹ 920 - 42% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/datasets ``` -- [PyPi](https://pypi.org/project/tensorflow-datasets) (πŸ“₯ 510K / month Β· πŸ“¦ 100 Β· ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/tensorflow-datasets) (πŸ“₯ 440K / month Β· πŸ“¦ 100 Β· ⏱️ 07.01.2021): ``` pip install tensorflow-datasets ``` @@ -5000,11 +5054,11 @@ _Libraries for loading, collecting, and extracting data from a variety of data s ``` git clone https://github.com/ahupp/python-magic ``` -- [PyPi](https://pypi.org/project/python-magic) (πŸ“₯ 1.3M / month Β· πŸ“¦ 5.1K Β· ⏱️ 16.01.2021): +- [PyPi](https://pypi.org/project/python-magic) (πŸ“₯ 1.2M / month Β· πŸ“¦ 5.1K Β· ⏱️ 16.01.2021): ``` pip install python-magic ``` -- [Conda](https://anaconda.org/conda-forge/python-magic) (πŸ“₯ 74K Β· ⏱️ 24.12.2020): +- [Conda](https://anaconda.org/conda-forge/python-magic) (πŸ“₯ 75K Β· ⏱️ 24.12.2020): ``` conda install -c conda-forge python-magic ``` @@ -5016,79 +5070,79 @@ _Libraries for loading, collecting, and extracting data from a variety of data s ``` git clone https://github.com/RaRe-Technologies/smart_open ``` -- [PyPi](https://pypi.org/project/smart-open) (πŸ“₯ 7.4M / month Β· πŸ“¦ 640 Β· ⏱️ 18.01.2021): +- [PyPi](https://pypi.org/project/smart-open) (πŸ“₯ 6.4M / month Β· πŸ“¦ 640 Β· ⏱️ 18.01.2021): ``` pip install smart-open ```
-
Datasets (πŸ₯ˆ29 Β· ⭐ 6.5K) - The largest hub of ready-to-use NLP datasets for ML models with.. Apache-2 +
Datasets (πŸ₯ˆ29 Β· ⭐ 6.6K) - The largest hub of ready-to-use NLP datasets for ML models with.. Apache-2 -- [GitHub](https://github.com/huggingface/datasets) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 690 Β· πŸ“¦ 270 Β· πŸ“‹ 510 - 37% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/huggingface/datasets) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 690 Β· πŸ“¦ 290 Β· πŸ“‹ 520 - 37% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/huggingface/datasets ``` -- [PyPi](https://pypi.org/project/datasets) (πŸ“₯ 22K / month Β· πŸ“¦ 18 Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/datasets) (πŸ“₯ 21K / month Β· πŸ“¦ 18 Β· ⏱️ 04.01.2021): ``` pip install datasets ```
pandas-datareader (πŸ₯ˆ29 Β· ⭐ 1.8K) - Extract data from a wide range of Internet sources.. BSD-3 -- [GitHub](https://github.com/pydata/pandas-datareader) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 490 Β· πŸ“¦ 7.5K Β· πŸ“‹ 440 - 15% open Β· ⏱️ 31.12.2020): +- [GitHub](https://github.com/pydata/pandas-datareader) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 500 Β· πŸ“¦ 7.6K Β· πŸ“‹ 440 - 16% open Β· ⏱️ 31.12.2020): ``` git clone https://github.com/pydata/pandas-datareader ``` -- [PyPi](https://pypi.org/project/pandas-datareader) (πŸ“₯ 110K / month Β· πŸ“¦ 1.4K Β· ⏱️ 10.07.2020): +- [PyPi](https://pypi.org/project/pandas-datareader) (πŸ“₯ 98K / month Β· πŸ“¦ 1.4K Β· ⏱️ 10.07.2020): ``` pip install pandas-datareader ``` -- [Conda](https://anaconda.org/conda-forge/pandas-datareader) (πŸ“₯ 87K Β· ⏱️ 20.11.2019): +- [Conda](https://anaconda.org/conda-forge/pandas-datareader) (πŸ“₯ 88K Β· ⏱️ 20.11.2019): ``` conda install -c conda-forge pandas-datareader ```
-
PDFMiner (πŸ₯‰27 Β· ⭐ 4.5K Β· πŸ’€) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT +
csvkit (πŸ₯‰28 Β· ⭐ 4.5K) - A suite of utilities for converting to and working with CSV, the king of.. MIT -- [GitHub](https://github.com/euske/pdfminer) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1K Β· πŸ“¦ 2K Β· πŸ“‹ 260 - 85% open Β· ⏱️ 18.01.2020): +- [GitHub](https://github.com/wireservice/csvkit) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 540 Β· πŸ“¦ 810 Β· πŸ“‹ 800 - 7% open Β· ⏱️ 30.10.2020): ``` - git clone https://github.com/euske/pdfminer + git clone https://github.com/wireservice/csvkit ``` -- [PyPi](https://pypi.org/project/pdfminer) (πŸ“₯ 160K / month Β· πŸ“¦ 1.5K Β· ⏱️ 25.11.2019): +- [PyPi](https://pypi.org/project/csvkit) (πŸ“₯ 22K / month Β· πŸ“¦ 700 Β· ⏱️ 03.03.2020): ``` - pip install pdfminer + pip install csvkit ``` -- [Conda](https://anaconda.org/conda-forge/pdfminer) (πŸ“₯ 13K Β· ⏱️ 18.01.2021): +- [Conda](https://anaconda.org/conda-forge/csvkit) (πŸ“₯ 45K Β· ⏱️ 28.05.2019): ``` - conda install -c conda-forge pdfminer + conda install -c conda-forge csvkit ```
-
csvkit (πŸ₯‰27 Β· ⭐ 4.5K) - A suite of utilities for converting to and working with CSV, the king of.. MIT +
PDFMiner (πŸ₯‰27 Β· ⭐ 4.5K Β· πŸ’€) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT -- [GitHub](https://github.com/wireservice/csvkit) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 540 Β· πŸ“¦ 810 Β· πŸ“‹ 800 - 7% open Β· ⏱️ 30.10.2020): +- [GitHub](https://github.com/euske/pdfminer) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1K Β· πŸ“¦ 2K Β· πŸ“‹ 260 - 85% open Β· ⏱️ 18.01.2020): ``` - git clone https://github.com/wireservice/csvkit + git clone https://github.com/euske/pdfminer ``` -- [PyPi](https://pypi.org/project/csvkit) (πŸ“₯ 24K / month Β· πŸ“¦ 700 Β· ⏱️ 03.03.2020): +- [PyPi](https://pypi.org/project/pdfminer) (πŸ“₯ 140K / month Β· πŸ“¦ 1.5K Β· ⏱️ 25.11.2019): ``` - pip install csvkit + pip install pdfminer ``` -- [Conda](https://anaconda.org/conda-forge/csvkit) (πŸ“₯ 45K Β· ⏱️ 28.05.2019): +- [Conda](https://anaconda.org/conda-forge/pdfminer) (πŸ“₯ 14K Β· ⏱️ 18.01.2021): ``` - conda install -c conda-forge csvkit + conda install -c conda-forge pdfminer ```
snorkel (πŸ₯‰27 Β· ⭐ 4.4K) - A system for quickly generating training data with weak supervision. Apache-2 -- [GitHub](https://github.com/snorkel-team/snorkel) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 710 Β· πŸ“₯ 490 Β· πŸ“¦ 66 Β· πŸ“‹ 940 - 3% open Β· ⏱️ 05.09.2020): +- [GitHub](https://github.com/snorkel-team/snorkel) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 710 Β· πŸ“₯ 500 Β· πŸ“¦ 66 Β· πŸ“‹ 940 - 3% open Β· ⏱️ 05.09.2020): ``` git clone https://github.com/snorkel-team/snorkel ``` -- [PyPi](https://pypi.org/project/snorkel) (πŸ“₯ 61K / month Β· πŸ“¦ 4 Β· ⏱️ 07.04.2020): +- [PyPi](https://pypi.org/project/snorkel) (πŸ“₯ 58K / month Β· πŸ“¦ 4 Β· ⏱️ 07.04.2020): ``` pip install snorkel ``` @@ -5104,23 +5158,23 @@ _Libraries for loading, collecting, and extracting data from a variety of data s ``` git clone https://github.com/frictionlessdata/tabulator-py ``` -- [PyPi](https://pypi.org/project/tabulator) (πŸ“₯ 84K / month Β· πŸ“¦ 100 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/tabulator) (πŸ“₯ 80K / month Β· πŸ“¦ 100 Β· ⏱️ 30.11.2020): ``` pip install tabulator ``` -- [Conda](https://anaconda.org/conda-forge/tabulator-py) (πŸ“₯ 37K Β· ⏱️ 24.07.2018): +- [Conda](https://anaconda.org/conda-forge/tabulator-py) (πŸ“₯ 38K Β· ⏱️ 24.07.2018): ``` conda install -c conda-forge tabulator-py ```
Intake (πŸ₯‰24 Β· ⭐ 520) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2 -- [GitHub](https://github.com/intake/intake) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 91 Β· πŸ“¦ 220 Β· πŸ“‹ 260 - 28% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/intake/intake) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 91 Β· πŸ“¦ 220 Β· πŸ“‹ 260 - 28% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/intake/intake ``` -- [PyPi](https://pypi.org/project/intake) (πŸ“₯ 2.2K / month Β· πŸ“¦ 74 Β· ⏱️ 03.06.2020): +- [PyPi](https://pypi.org/project/intake) (πŸ“₯ 2.1K / month Β· πŸ“¦ 74 Β· ⏱️ 03.06.2020): ``` pip install intake ``` @@ -5131,24 +5185,24 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
SDV (πŸ₯‰21 Β· ⭐ 310) - Synthetic Data Generation for tabular, relational and time series data. MIT -- [GitHub](https://github.com/sdv-dev/SDV) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 56 Β· πŸ“¦ 13 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/sdv-dev/SDV) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 58 Β· πŸ“¦ 13 Β· πŸ“‹ 180 - 23% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/sdv-dev/SDV ``` -- [PyPi](https://pypi.org/project/sdv) (πŸ“₯ 940 / month Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/sdv) (πŸ“₯ 910 / month Β· ⏱️ 28.01.2021): ``` pip install sdv ```
datatest (πŸ₯‰21 Β· ⭐ 240) - Tools for test driven data-wrangling and data validation. Apache-2 -- [GitHub](https://github.com/shawnbrown/datatest) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 13 Β· πŸ“¦ 29 Β· πŸ“‹ 51 - 17% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/shawnbrown/datatest) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 13 Β· πŸ“¦ 29 Β· πŸ“‹ 51 - 17% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/shawnbrown/datatest ``` -- [PyPi](https://pypi.org/project/datatest) (πŸ“₯ 2K / month Β· πŸ“¦ 2 Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/datatest) (πŸ“₯ 1.8K / month Β· πŸ“¦ 2 Β· ⏱️ 04.01.2021): ``` pip install datatest ``` @@ -5157,10 +5211,10 @@ _Libraries for loading, collecting, and extracting data from a variety of data s - textract (πŸ₯‰26 Β· ⭐ 2.9K Β· πŸ’€) - extract text from any document. no muss. no fuss. MIT - Camelot (πŸ₯‰23 Β· ⭐ 3K Β· πŸ’€) - Camelot: PDF Table Extraction for Humans. MIT -- Singer (πŸ₯‰23 Β· ⭐ 670) - Standard for moving data between databases, web APIs, files, queues,.. ❗️AGPL-3.0 +- Singer (πŸ₯‰23 Β· ⭐ 680) - Standard for moving data between databases, web APIs, files, queues,.. ❗️AGPL-3.0 - messytables (πŸ₯‰23 Β· ⭐ 360 Β· πŸ’€) - Tools for parsing messy tabular data. This is now superseded by.. MIT -- pyexcel-xlsx (πŸ₯‰23 Β· ⭐ 83) - A wrapper library to read, manipulate and write data in xlsx and.. BSD-3 -- openpyxl (πŸ₯‰22 Β· ⭐ 17 Β· βž•) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT +- pyexcel-xlsx (πŸ₯‰23 Β· ⭐ 84) - A wrapper library to read, manipulate and write data in xlsx and.. BSD-3 +- openpyxl (πŸ₯‰22 Β· ⭐ 17) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT - rows (πŸ₯‰20 Β· ⭐ 730) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0

@@ -5171,7 +5225,7 @@ _Libraries for loading, collecting, and extracting data from a variety of data s _Libraries for web scraping, crawling, downloading, and mining as well as libraries._ -πŸ”— best-of-web-python - Web Scraping ( ⭐ 820) - Collection of web-scraping and crawling libraries. +πŸ”— best-of-web-python - Web Scraping ( ⭐ 960) - Collection of web-scraping and crawling libraries.
@@ -5183,12 +5237,12 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
Celery (πŸ₯‡37 Β· ⭐ 17K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3 -- [GitHub](https://github.com/celery/celery) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.9K Β· πŸ“¦ 48K Β· πŸ“‹ 4.4K - 11% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/celery/celery) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.9K Β· πŸ“¦ 48K Β· πŸ“‹ 4.4K - 11% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/celery/celery ``` -- [PyPi](https://pypi.org/project/celery) (πŸ“₯ 1.8M / month Β· πŸ“¦ 28K Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/celery) (πŸ“₯ 1.7M / month Β· πŸ“¦ 28K Β· ⏱️ 16.12.2020): ``` pip install celery ``` @@ -5199,48 +5253,48 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
Airflow (πŸ₯‡35 Β· ⭐ 20K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2 -- [GitHub](https://github.com/apache/airflow) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 7.8K Β· πŸ“₯ 79K Β· πŸ“‹ 2.9K - 34% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/apache/airflow) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 7.9K Β· πŸ“₯ 82K Β· πŸ“‹ 2.9K - 34% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/apache/airflow ``` -- [PyPi](https://pypi.org/project/apache-airflow) (πŸ“₯ 510K / month Β· πŸ“¦ 290 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/apache-airflow) (πŸ“₯ 480K / month Β· πŸ“¦ 290 Β· ⏱️ 14.12.2020): ``` pip install apache-airflow ``` -- [Conda](https://anaconda.org/conda-forge/airflow) (πŸ“₯ 260K Β· ⏱️ 26.11.2020): +- [Conda](https://anaconda.org/conda-forge/airflow) (πŸ“₯ 270K Β· ⏱️ 26.11.2020): ``` conda install -c conda-forge airflow ``` -- [Docker Hub](https://hub.docker.com/r/apache/airflow) (πŸ“₯ 5.1M Β· ⭐ 200 Β· ⏱️ 21.01.2021): +- [Docker Hub](https://hub.docker.com/r/apache/airflow) (πŸ“₯ 5.3M Β· ⭐ 210 Β· ⏱️ 26.01.2021): ``` docker pull apache/airflow ```
joblib (πŸ₯‡35 Β· ⭐ 2.3K) - Computing with Python functions. BSD-3 -- [GitHub](https://github.com/joblib/joblib) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 290 Β· πŸ“¦ 78K Β· πŸ“‹ 640 - 45% open Β· ⏱️ 28.12.2020): +- [GitHub](https://github.com/joblib/joblib) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 290 Β· πŸ“¦ 79K Β· πŸ“‹ 640 - 45% open Β· ⏱️ 28.12.2020): ``` git clone https://github.com/joblib/joblib ``` -- [PyPi](https://pypi.org/project/joblib) (πŸ“₯ 15M / month Β· πŸ“¦ 6.6K Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/joblib) (πŸ“₯ 13M / month Β· πŸ“¦ 6.6K Β· ⏱️ 14.12.2020): ``` pip install joblib ``` -- [Conda](https://anaconda.org/conda-forge/joblib) (πŸ“₯ 2.9M Β· ⏱️ 14.12.2020): +- [Conda](https://anaconda.org/conda-forge/joblib) (πŸ“₯ 3M Β· ⏱️ 14.12.2020): ``` conda install -c conda-forge joblib ```
luigi (πŸ₯‡33 Β· ⭐ 14K) - Luigi is a Python module that helps you build complex pipelines of batch.. Apache-2 -- [GitHub](https://github.com/spotify/luigi) (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.3K Β· πŸ“‹ 900 - 7% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/spotify/luigi) (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.3K Β· πŸ“‹ 900 - 6% open Β· ⏱️ 14.01.2021): ``` git clone https://github.com/spotify/luigi ``` -- [PyPi](https://pypi.org/project/luigi) (πŸ“₯ 340K / month Β· πŸ“¦ 680 Β· ⏱️ 23.09.2020): +- [PyPi](https://pypi.org/project/luigi) (πŸ“₯ 320K / month Β· πŸ“¦ 680 Β· ⏱️ 23.09.2020): ``` pip install luigi ``` @@ -5251,12 +5305,12 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
rq (πŸ₯‡33 Β· ⭐ 7.5K) - Simple job queues for Python. BSD-3 -- [GitHub](https://github.com/rq/rq) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“¦ 7.1K Β· πŸ“‹ 810 - 17% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/rq/rq) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“¦ 7.2K Β· πŸ“‹ 810 - 17% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/rq/rq ``` -- [PyPi](https://pypi.org/project/rq) (πŸ“₯ 210K / month Β· πŸ“¦ 3.3K Β· ⏱️ 29.11.2020): +- [PyPi](https://pypi.org/project/rq) (πŸ“₯ 190K / month Β· πŸ“¦ 3.3K Β· ⏱️ 29.11.2020): ``` pip install rq ``` @@ -5267,28 +5321,28 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
Beam (πŸ₯ˆ32 Β· ⭐ 4.5K) - Unified programming model to define and execute data processing.. Apache-2 -- [GitHub](https://github.com/apache/beam) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 2.8K Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/apache/beam) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 2.8K Β· ⏱️ 28.01.2021): ``` git clone https://github.com/apache/beam ``` -- [PyPi](https://pypi.org/project/apache-beam) (πŸ“₯ 1.3M / month Β· πŸ“¦ 190 Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/apache-beam) (πŸ“₯ 1.2M / month Β· πŸ“¦ 190 Β· ⏱️ 08.01.2021): ``` pip install apache-beam ```
-
Prefect (πŸ₯ˆ30 Β· ⭐ 5.7K) - The easiest way to automate your data. Apache-2 +
Prefect (πŸ₯ˆ30 Β· ⭐ 5.8K) - The easiest way to automate your data. Apache-2 -- [GitHub](https://github.com/PrefectHQ/prefect) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 500 Β· πŸ“¦ 240 Β· πŸ“‹ 1.5K - 14% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/PrefectHQ/prefect) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 500 Β· πŸ“¦ 240 Β· πŸ“‹ 1.5K - 14% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/PrefectHQ/prefect ``` -- [PyPi](https://pypi.org/project/prefect) (πŸ“₯ 43K / month Β· πŸ“¦ 2 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/prefect) (πŸ“₯ 43K / month Β· πŸ“¦ 2 Β· ⏱️ 26.01.2021): ``` pip install prefect ``` -- [Conda](https://anaconda.org/conda-forge/prefect) (πŸ“₯ 66K Β· ⏱️ 20.01.2021): +- [Conda](https://anaconda.org/conda-forge/prefect) (πŸ“₯ 67K Β· ⏱️ 27.01.2021): ``` conda install -c conda-forge prefect ``` @@ -5300,7 +5354,7 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/Yelp/mrjob ``` -- [PyPi](https://pypi.org/project/mrjob) (πŸ“₯ 99K / month Β· πŸ“¦ 110 Β· ⏱️ 17.09.2020): +- [PyPi](https://pypi.org/project/mrjob) (πŸ“₯ 86K / month Β· πŸ“¦ 110 Β· ⏱️ 17.09.2020): ``` pip install mrjob ``` @@ -5309,26 +5363,14 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched conda install -c conda-forge mrjob ```
-
Kedro (πŸ₯ˆ28 Β· ⭐ 3.3K) - A Python framework for creating reproducible, maintainable and modular.. Apache-2 - -- [GitHub](https://github.com/quantumblacklabs/kedro) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 380 Β· πŸ“¦ 360 Β· πŸ“‹ 430 - 20% open Β· ⏱️ 21.01.2021): - - ``` - git clone https://github.com/quantumblacklabs/kedro - ``` -- [PyPi](https://pypi.org/project/kedro) (πŸ“₯ 50K / month Β· πŸ“¦ 16 Β· ⏱️ 17.12.2020): - ``` - pip install kedro - ``` -
-
dbt (πŸ₯ˆ28 Β· ⭐ 2.4K) - dbt (data build tool) enables data analysts and engineers to transform.. Apache-2 +
dbt (πŸ₯ˆ29 Β· ⭐ 2.4K Β· πŸ“ˆ) - dbt (data build tool) enables data analysts and engineers to.. Apache-2 -- [GitHub](https://github.com/fishtown-analytics/dbt) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 480 Β· πŸ“¦ 170 Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/fishtown-analytics/dbt) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 480 Β· πŸ“¦ 180 Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/fishtown-analytics/dbt ``` -- [PyPi](https://pypi.org/project/dbt) (πŸ“₯ 96K / month Β· πŸ“¦ 18 Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/dbt) (πŸ“₯ 95K / month Β· πŸ“¦ 18 Β· ⏱️ 27.01.2021): ``` pip install dbt ``` @@ -5337,26 +5379,38 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched conda install -c conda-forge dbt ```
-
faust (πŸ₯ˆ27 Β· ⭐ 5.2K) - Python Stream Processing. BSD-3 +
faust (πŸ₯ˆ28 Β· ⭐ 5.2K Β· πŸ“ˆ) - Python Stream Processing. BSD-3 -- [GitHub](https://github.com/robinhood/faust) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 420 Β· πŸ“¦ 590 Β· πŸ“‹ 440 - 50% open Β· ⏱️ 09.10.2020): +- [GitHub](https://github.com/robinhood/faust) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 440 Β· πŸ“¦ 610 Β· πŸ“‹ 450 - 51% open Β· ⏱️ 09.10.2020): ``` git clone https://github.com/robinhood/faust ``` -- [PyPi](https://pypi.org/project/faust) (πŸ“₯ 50K / month Β· πŸ“¦ 28 Β· ⏱️ 25.02.2020): +- [PyPi](https://pypi.org/project/faust) (πŸ“₯ 60K / month Β· πŸ“¦ 28 Β· ⏱️ 25.02.2020): ``` pip install faust ```
+
Kedro (πŸ₯ˆ28 Β· ⭐ 3.3K) - A Python framework for creating reproducible, maintainable and modular.. Apache-2 + +- [GitHub](https://github.com/quantumblacklabs/kedro) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 380 Β· πŸ“¦ 370 Β· πŸ“‹ 430 - 20% open Β· ⏱️ 28.01.2021): + + ``` + git clone https://github.com/quantumblacklabs/kedro + ``` +- [PyPi](https://pypi.org/project/kedro) (πŸ“₯ 46K / month Β· πŸ“¦ 16 Β· ⏱️ 17.12.2020): + ``` + pip install kedro + ``` +
Dagster (πŸ₯ˆ27 Β· ⭐ 2.8K) - A data orchestrator for machine learning, analytics, and ETL. Apache-2 -- [GitHub](https://github.com/dagster-io/dagster) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 270 Β· πŸ“¦ 130 Β· πŸ“‹ 2.4K - 24% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/dagster-io/dagster) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“¦ 130 Β· πŸ“‹ 2.5K - 24% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/dagster-io/dagster ``` -- [PyPi](https://pypi.org/project/dagster) (πŸ“₯ 22K / month Β· πŸ“¦ 4 Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/dagster) (πŸ“₯ 24K / month Β· πŸ“¦ 4 Β· ⏱️ 22.01.2021): ``` pip install dagster ``` @@ -5365,14 +5419,14 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched conda install -c conda-forge dagster ```
-
petl (πŸ₯ˆ27 Β· ⭐ 810) - Python Extract Transform and Load Tables of Data. MIT +
petl (πŸ₯ˆ27 Β· ⭐ 820) - Python Extract Transform and Load Tables of Data. MIT -- [GitHub](https://github.com/petl-developers/petl) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 150 Β· πŸ“¦ 310 Β· πŸ“‹ 410 - 16% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/petl-developers/petl) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 150 Β· πŸ“¦ 320 Β· πŸ“‹ 410 - 16% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/petl-developers/petl ``` -- [PyPi](https://pypi.org/project/petl) (πŸ“₯ 12K / month Β· πŸ“¦ 110 Β· ⏱️ 06.10.2020): +- [PyPi](https://pypi.org/project/petl) (πŸ“₯ 13K / month Β· πŸ“¦ 110 Β· ⏱️ 06.10.2020): ``` pip install petl ``` @@ -5388,19 +5442,19 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/EntilZha/PyFunctional ``` -- [PyPi](https://pypi.org/project/pyfunctional) (πŸ“₯ 28K / month Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/pyfunctional) (πŸ“₯ 27K / month Β· ⏱️ 12.01.2021): ``` pip install pyfunctional ```
TFX (πŸ₯ˆ26 Β· ⭐ 1.3K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 -- [GitHub](https://github.com/tensorflow/tfx) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 370 Β· πŸ“‹ 500 - 39% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/tfx) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 380 Β· πŸ“‹ 510 - 39% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/tfx ``` -- [PyPi](https://pypi.org/project/tfx) (πŸ“₯ 100K / month Β· πŸ“¦ 4 Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/tfx) (πŸ“₯ 94K / month Β· πŸ“¦ 4 Β· ⏱️ 06.01.2021): ``` pip install tfx ``` @@ -5412,19 +5466,19 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/Parsely/streamparse ``` -- [PyPi](https://pypi.org/project/streamparse) (πŸ“₯ 1.5K / month Β· πŸ“¦ 26 Β· ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/streamparse) (πŸ“₯ 1.6K / month Β· πŸ“¦ 26 Β· ⏱️ 07.10.2020): ``` pip install streamparse ```
Great Expectations (πŸ₯‰23 Β· ⭐ 3.5K) - Always know what to expect from your data. Apache-2 -- [GitHub](https://github.com/great-expectations/great_expectations) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 390 Β· πŸ“‹ 760 - 22% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/great-expectations/great_expectations) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“‹ 760 - 22% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/great-expectations/great_expectations ``` -- [PyPi](https://pypi.org/project/great_expectations) (πŸ“₯ 330K / month Β· πŸ“¦ 6 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/great_expectations) (πŸ“₯ 290K / month Β· πŸ“¦ 6 Β· ⏱️ 28.01.2021): ``` pip install great_expectations ``` @@ -5436,69 +5490,69 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/python-bonobo/bonobo ``` -- [PyPi](https://pypi.org/project/bonobo) (πŸ“₯ 2K / month Β· πŸ“¦ 24 Β· ⏱️ 20.07.2019): +- [PyPi](https://pypi.org/project/bonobo) (πŸ“₯ 2.1K / month Β· πŸ“¦ 24 Β· ⏱️ 20.07.2019): ``` pip install bonobo ```
Optimus (πŸ₯‰23 Β· ⭐ 970) - Agile Data Preparation Workflows madeeasy with dask, cudf,.. Apache-2 -- [GitHub](https://github.com/ironmussa/Optimus) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 190 Β· πŸ“¦ 12 Β· πŸ“‹ 300 - 45% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/ironmussa/Optimus) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 190 Β· πŸ“¦ 13 Β· πŸ“‹ 300 - 45% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/ironmussa/Optimus ``` -- [PyPi](https://pypi.org/project/optimuspyspark) (πŸ“₯ 4.5K / month Β· ⏱️ 30.05.2019): +- [PyPi](https://pypi.org/project/optimuspyspark) (πŸ“₯ 4K / month Β· ⏱️ 30.05.2019): ``` pip install optimuspyspark ```
-
pysparkling (πŸ₯‰23 Β· ⭐ 230) - A pure Python implementation of Apache Spark's RDD and DStream.. MIT +
Hub (πŸ₯‰23 Β· ⭐ 790) - Fastest unstructured dataset management for TensorFlow/PyTorch... MPL-2.0 -- [GitHub](https://github.com/svenkreiss/pysparkling) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 43 Β· πŸ“¦ 56 Β· πŸ“‹ 21 - 4% open Β· ⏱️ 10.01.2021): +- [GitHub](https://github.com/activeloopai/Hub) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“¦ 120 Β· πŸ“‹ 190 - 42% open Β· ⏱️ 27.01.2021): ``` - git clone https://github.com/svenkreiss/pysparkling + git clone https://github.com/activeloopai/Hub ``` -- [PyPi](https://pypi.org/project/pysparkling) (πŸ“₯ 4.5K / month Β· πŸ“¦ 14 Β· ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/hub) (πŸ“₯ 1K / month Β· πŸ“¦ 52 Β· ⏱️ 24.01.2021): ``` - pip install pysparkling + pip install hub ```
-
Pypeline (πŸ₯‰21 Β· ⭐ 1.2K) - Concurrent data pipelines in Python . MIT +
pysparkling (πŸ₯‰23 Β· ⭐ 230) - A pure Python implementation of Apache Spark's RDD and DStream.. MIT -- [GitHub](https://github.com/cgarciae/pypeln) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 66 Β· πŸ“‹ 47 - 25% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/svenkreiss/pysparkling) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 43 Β· πŸ“¦ 56 Β· πŸ“‹ 24 - 12% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/cgarciae/pypeln + git clone https://github.com/svenkreiss/pysparkling ``` -- [PyPi](https://pypi.org/project/pypeln) (πŸ“₯ 2.4K / month Β· πŸ“¦ 5 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/pysparkling) (πŸ“₯ 4.8K / month Β· πŸ“¦ 14 Β· ⏱️ 10.01.2021): ``` - pip install pypeln + pip install pysparkling ```
-
dpark (πŸ₯‰20 Β· ⭐ 2.6K) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 +
dpark (πŸ₯‰21 Β· ⭐ 2.6K) - Python clone of Spark, a MapReduce alike framework in Python. BSD-3 - [GitHub](https://github.com/douban/dpark) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 550 Β· πŸ“¦ 3 Β· ⏱️ 25.12.2020): ``` git clone https://github.com/douban/dpark ``` -- [PyPi](https://pypi.org/project/dpark) (πŸ“₯ 10 / month Β· πŸ“¦ 1 Β· ⏱️ 27.07.2018): +- [PyPi](https://pypi.org/project/dpark) (πŸ“₯ 25 / month Β· πŸ“¦ 1 Β· ⏱️ 27.07.2018): ``` pip install dpark ```
-
mrq (πŸ₯‰20 Β· ⭐ 830) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT +
Pypeline (πŸ₯‰21 Β· ⭐ 1.2K) - Concurrent data pipelines in Python . MIT -- [GitHub](https://github.com/pricingassistant/mrq) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 110 Β· πŸ“¦ 23 Β· πŸ“‹ 180 - 32% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/cgarciae/pypeln) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 66 Β· πŸ“‹ 47 - 25% open Β· ⏱️ 05.01.2021): ``` - git clone https://github.com/pricingassistant/mrq + git clone https://github.com/cgarciae/pypeln ``` -- [PyPi](https://pypi.org/project/mrq) (πŸ“₯ 180 / month Β· πŸ“¦ 12 Β· ⏱️ 31.08.2018): +- [PyPi](https://pypi.org/project/pypeln) (πŸ“₯ 2.6K / month Β· πŸ“¦ 5 Β· ⏱️ 05.01.2021): ``` - pip install mrq + pip install pypeln ```
pdpipe (πŸ₯‰20 Β· ⭐ 580) - Easy pipelines for pandas DataFrames. MIT @@ -5508,7 +5562,7 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/pdpipe/pdpipe ``` -- [PyPi](https://pypi.org/project/pdpipe) (πŸ“₯ 730 / month Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/pdpipe) (πŸ“₯ 680 / month Β· ⏱️ 09.11.2020): ``` pip install pdpipe ``` @@ -5520,14 +5574,26 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/closeio/tasktiger ``` -- [PyPi](https://pypi.org/project/tasktiger) (πŸ“₯ 300 / month Β· πŸ“¦ 9 Β· ⏱️ 18.06.2020): +- [PyPi](https://pypi.org/project/tasktiger) (πŸ“₯ 280 / month Β· πŸ“¦ 9 Β· ⏱️ 18.06.2020): ``` pip install tasktiger ```
+
mrq (πŸ₯‰19 Β· ⭐ 830) - Mr. Queue - A distributed worker task queue in Python using Redis & gevent. MIT + +- [GitHub](https://github.com/pricingassistant/mrq) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 110 Β· πŸ“¦ 23 Β· πŸ“‹ 180 - 32% open Β· ⏱️ 13.12.2020): + + ``` + git clone https://github.com/pricingassistant/mrq + ``` +- [PyPi](https://pypi.org/project/mrq) (πŸ“₯ 140 / month Β· πŸ“¦ 12 Β· ⏱️ 31.08.2018): + ``` + pip install mrq + ``` +
spark-deep-learning (πŸ₯‰18 Β· ⭐ 1.8K) - Deep Learning Pipelines for Apache Spark. Apache-2 -- [GitHub](https://github.com/databricks/spark-deep-learning) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 440 Β· πŸ“¦ 16 Β· πŸ“‹ 99 - 73% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/databricks/spark-deep-learning) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 440 Β· πŸ“¦ 16 Β· πŸ“‹ 100 - 74% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/databricks/spark-deep-learning @@ -5540,19 +5606,19 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/nerevu/riko ``` -- [PyPi](https://pypi.org/project/riko) (πŸ“₯ 120 / month Β· πŸ“¦ 1 Β· ⏱️ 14.08.2020): +- [PyPi](https://pypi.org/project/riko) (πŸ“₯ 140 / month Β· πŸ“¦ 1 Β· ⏱️ 14.08.2020): ``` pip install riko ```
-
Databolt Flow (πŸ₯‰18 Β· ⭐ 890) - Python library for building highly effective data science workflows. MIT +
Databolt Flow (πŸ₯‰18 Β· ⭐ 900) - Python library for building highly effective data science workflows. MIT - [GitHub](https://github.com/d6t/d6tflow) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 64 Β· πŸ“¦ 12 Β· πŸ“‹ 16 - 31% open Β· ⏱️ 19.12.2020): ``` git clone https://github.com/d6t/d6tflow ``` -- [PyPi](https://pypi.org/project/d6tflow) (πŸ“₯ 140 / month Β· ⏱️ 19.12.2020): +- [PyPi](https://pypi.org/project/d6tflow) (πŸ“₯ 110 / month Β· ⏱️ 19.12.2020): ``` pip install d6tflow ``` @@ -5564,26 +5630,26 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched ``` git clone https://github.com/olirice/flupy ``` -- [PyPi](https://pypi.org/project/flupy) (πŸ“₯ 2.1K / month Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/flupy) (πŸ“₯ 2.4K / month Β· ⏱️ 06.01.2021): ``` pip install flupy ```
Mara Pipelines (πŸ₯‰17 Β· ⭐ 1.6K) - A lightweight opinionated ETL framework, halfway between plain.. MIT -- [GitHub](https://github.com/mara/mara-pipelines) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 76 Β· πŸ“¦ 7 Β· πŸ“‹ 17 - 35% open Β· ⏱️ 31.07.2020): +- [GitHub](https://github.com/mara/mara-pipelines) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 76 Β· πŸ“¦ 7 Β· πŸ“‹ 18 - 33% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/mara/mara-pipelines ``` -- [PyPi](https://pypi.org/project/mara-pipelines) (πŸ“₯ 26 / month Β· ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/mara-pipelines) (πŸ“₯ 27 / month Β· ⏱️ 31.07.2020): ``` pip install mara-pipelines ```
BatchFlow (πŸ₯‰17 Β· ⭐ 150) - BatchFlow helps you conveniently work with random or sequential.. Apache-2 -- [GitHub](https://github.com/analysiscenter/batchflow) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/analysiscenter/batchflow) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 34 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/analysiscenter/batchflow @@ -5593,21 +5659,21 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched pip install batchflow ```
-
zenml (πŸ₯‰15 Β· ⭐ 400 Β· 🐣) - ZenML: Bring Zen to your ML with reproducible pipelines. Apache-2 +
zenml (πŸ₯‰14 Β· ⭐ 470 Β· 🐣) - ZenML: Bring Zen to your ML with reproducible pipelines. Apache-2 -- [GitHub](https://github.com/maiot-io/zenml) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 24 Β· πŸ“¦ 1 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/maiot-io/zenml) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 28 Β· πŸ“¦ 1 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/maiot-io/zenml ``` -- [PyPi](https://pypi.org/project/zenml) (πŸ“₯ 220 / month Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/zenml) (πŸ“₯ 150 / month Β· ⏱️ 22.01.2021): ``` pip install zenml ```
Show 2 hidden projects... -- ploomber (πŸ₯‰18 Β· ⭐ 110) - A convention over configuration workflow orchestrator. Develop.. Apache-2 +- ploomber (πŸ₯‰18 Β· ⭐ 120) - A convention over configuration workflow orchestrator. Develop.. Apache-2 - Botflow (πŸ₯‰16 Β· ⭐ 1.2K Β· πŸ’€) - Python Fast Dataflow programming framework for Data pipeline work(.. BSD-3

@@ -5620,39 +5686,39 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
dask (πŸ₯‡35 Β· ⭐ 7.8K) - Parallel computing with task scheduling. BSD-3 -- [GitHub](https://github.com/dask/dask) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 1.2K Β· πŸ“¦ 25K Β· πŸ“‹ 3.5K - 20% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/dask/dask) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 1.2K Β· πŸ“¦ 25K Β· πŸ“‹ 3.5K - 20% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/dask/dask ``` -- [PyPi](https://pypi.org/project/dask) (πŸ“₯ 1.2M / month Β· πŸ“¦ 3.9K Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/dask) (πŸ“₯ 1.1M / month Β· πŸ“¦ 3.9K Β· ⏱️ 22.01.2021): ``` pip install dask ``` -- [Conda](https://anaconda.org/conda-forge/dask) (πŸ“₯ 2.9M Β· ⏱️ 16.01.2021): +- [Conda](https://anaconda.org/conda-forge/dask) (πŸ“₯ 2.9M Β· ⏱️ 23.01.2021): ``` conda install -c conda-forge dask ```
dask.distributed (πŸ₯‡34 Β· ⭐ 1.1K) - A distributed task scheduler for Dask. BSD-3 -- [GitHub](https://github.com/dask/distributed) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 510 Β· πŸ“¦ 16K Β· πŸ“‹ 2K - 36% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/dask/distributed) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 510 Β· πŸ“¦ 16K Β· πŸ“‹ 2K - 36% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/dask/distributed ``` -- [PyPi](https://pypi.org/project/distributed) (πŸ“₯ 720K / month Β· πŸ“¦ 1.8K Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/distributed) (πŸ“₯ 700K / month Β· πŸ“¦ 1.8K Β· ⏱️ 22.01.2021): ``` pip install distributed ``` -- [Conda](https://anaconda.org/conda-forge/distributed) (πŸ“₯ 3.5M Β· ⏱️ 18.01.2021): +- [Conda](https://anaconda.org/conda-forge/distributed) (πŸ“₯ 3.6M Β· ⏱️ 23.01.2021): ``` conda install -c conda-forge distributed ```
Ray (πŸ₯‡33 Β· ⭐ 15K) - An open source framework that provides a simple, universal API for.. Apache-2 -- [GitHub](https://github.com/ray-project/ray) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.5K Β· πŸ“‹ 5.8K - 21% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/ray-project/ray) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.5K Β· πŸ“‹ 5.8K - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/ray-project/ray @@ -5664,52 +5730,52 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
horovod (πŸ₯ˆ30 Β· ⭐ 11K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 -- [GitHub](https://github.com/horovod/horovod) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.7K Β· πŸ“¦ 310 Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/horovod/horovod) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.7K Β· πŸ“¦ 320 Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/horovod/horovod ``` -- [PyPi](https://pypi.org/project/horovod) (πŸ“₯ 110K / month Β· πŸ“¦ 40 Β· ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/horovod) (πŸ“₯ 92K / month Β· πŸ“¦ 40 Β· ⏱️ 07.01.2021): ``` pip install horovod ```
-
ipyparallel (πŸ₯ˆ29 Β· ⭐ 1.9K) - Interactive Parallel Computing in Python. BSD-3 +
ipyparallel (πŸ₯ˆ28 Β· ⭐ 1.9K) - Interactive Parallel Computing in Python. BSD-3 -- [GitHub](https://github.com/ipython/ipyparallel) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 730 Β· πŸ“¦ 1.4K Β· πŸ“‹ 250 - 56% open Β· ⏱️ 24.08.2020): +- [GitHub](https://github.com/ipython/ipyparallel) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 730 Β· πŸ“¦ 1.4K Β· πŸ“‹ 250 - 57% open Β· ⏱️ 24.08.2020): ``` git clone https://github.com/ipython/ipyparallel ``` -- [PyPi](https://pypi.org/project/ipyparallel) (πŸ“₯ 62K / month Β· πŸ“¦ 490 Β· ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/ipyparallel) (πŸ“₯ 49K / month Β· πŸ“¦ 490 Β· ⏱️ 05.05.2020): ``` pip install ipyparallel ``` -- [Conda](https://anaconda.org/conda-forge/ipyparallel) (πŸ“₯ 370K Β· ⏱️ 14.12.2020): +- [Conda](https://anaconda.org/conda-forge/ipyparallel) (πŸ“₯ 370K Β· ⏱️ 22.01.2021): ``` conda install -c conda-forge ipyparallel ```
-
Mesh (πŸ₯ˆ26 Β· ⭐ 690) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 +
Mesh (πŸ₯ˆ26 Β· ⭐ 720) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 -- [GitHub](https://github.com/tensorflow/mesh) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 120 Β· πŸ“¦ 490 Β· πŸ“‹ 84 - 85% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/tensorflow/mesh) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 120 Β· πŸ“¦ 490 Β· πŸ“‹ 84 - 85% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/tensorflow/mesh ``` -- [PyPi](https://pypi.org/project/mesh-tensorflow) (πŸ“₯ 85K / month Β· πŸ“¦ 28 Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/mesh-tensorflow) (πŸ“₯ 83K / month Β· πŸ“¦ 28 Β· ⏱️ 17.12.2020): ``` pip install mesh-tensorflow ```
dask-ml (πŸ₯ˆ26 Β· ⭐ 680) - Scalable Machine Learning with Dask. BSD-3 -- [GitHub](https://github.com/dask/dask-ml) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 180 Β· πŸ“¦ 330 Β· πŸ“‹ 370 - 46% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/dask/dask-ml) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 180 Β· πŸ“¦ 330 Β· πŸ“‹ 380 - 45% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/dask/dask-ml ``` -- [PyPi](https://pypi.org/project/dask-ml) (πŸ“₯ 26K / month Β· πŸ“¦ 42 Β· ⏱️ 24.09.2020): +- [PyPi](https://pypi.org/project/dask-ml) (πŸ“₯ 18K / month Β· πŸ“¦ 42 Β· ⏱️ 24.09.2020): ``` pip install dask-ml ``` @@ -5725,7 +5791,7 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ``` git clone https://github.com/intel-analytics/BigDL ``` -- [PyPi](https://pypi.org/project/bigdl) (πŸ“₯ 1.2K / month Β· πŸ“¦ 6 Β· ⏱️ 29.12.2020): +- [PyPi](https://pypi.org/project/bigdl) (πŸ“₯ 1.5K / month Β· πŸ“¦ 6 Β· ⏱️ 29.12.2020): ``` pip install bigdl ``` @@ -5738,61 +5804,61 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ```
-
TensorFlowOnSpark (πŸ₯ˆ25 Β· ⭐ 3.6K) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 +
mpi4py (πŸ₯ˆ25 Β· ⭐ 380) - Python bindings for MPI. BSD-3 -- [GitHub](https://github.com/yahoo/TensorFlowOnSpark) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 930 Β· πŸ“‹ 340 - 1% open Β· ⏱️ 21.12.2020): +- [GitHub](https://github.com/mpi4py/mpi4py) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 61 Β· πŸ“₯ 810 Β· πŸ“‹ 8 - 25% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/yahoo/TensorFlowOnSpark + git clone https://github.com/mpi4py/mpi4py ``` -- [PyPi](https://pypi.org/project/tensorflowonspark) (πŸ“₯ 65K / month Β· πŸ“¦ 5 Β· ⏱️ 18.12.2020): +- [PyPi](https://pypi.org/project/mpi4py) (πŸ“₯ 110K / month Β· πŸ“¦ 700 Β· ⏱️ 04.11.2019): ``` - pip install tensorflowonspark + pip install mpi4py + ``` +- [Conda](https://anaconda.org/conda-forge/mpi4py) (πŸ“₯ 510K Β· ⏱️ 19.01.2021): + ``` + conda install -c conda-forge mpi4py ```
-
mpi4py (πŸ₯ˆ25 Β· ⭐ 370) - Python bindings for MPI. BSD-3 +
TensorFlowOnSpark (πŸ₯ˆ24 Β· ⭐ 3.6K) - TensorFlowOnSpark brings TensorFlow programs to.. Apache-2 -- [GitHub](https://github.com/mpi4py/mpi4py) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 61 Β· πŸ“₯ 810 Β· πŸ“‹ 5 - 40% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/yahoo/TensorFlowOnSpark) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 930 Β· πŸ“‹ 340 - 1% open Β· ⏱️ 27.01.2021): ``` - git clone https://github.com/mpi4py/mpi4py - ``` -- [PyPi](https://pypi.org/project/mpi4py) (πŸ“₯ 130K / month Β· πŸ“¦ 700 Β· ⏱️ 04.11.2019): - ``` - pip install mpi4py + git clone https://github.com/yahoo/TensorFlowOnSpark ``` -- [Conda](https://anaconda.org/conda-forge/mpi4py) (πŸ“₯ 510K Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/tensorflowonspark) (πŸ“₯ 57K / month Β· πŸ“¦ 5 Β· ⏱️ 18.12.2020): ``` - conda install -c conda-forge mpi4py + pip install tensorflowonspark ```
-
Elephas (πŸ₯‰24 Β· ⭐ 1.4K) - Distributed Deep learning with Keras & Spark. MIT keras +
Elephas (πŸ₯ˆ24 Β· ⭐ 1.4K) - Distributed Deep learning with Keras & Spark. MIT keras -- [GitHub](https://github.com/maxpumperla/elephas) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 290 Β· πŸ“¦ 36 Β· πŸ“‹ 130 - 18% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/maxpumperla/elephas) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 290 Β· πŸ“¦ 36 Β· πŸ“‹ 130 - 16% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/maxpumperla/elephas ``` -- [PyPi](https://pypi.org/project/elephas) (πŸ“₯ 7.7K / month Β· πŸ“¦ 3 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/elephas) (πŸ“₯ 7.3K / month Β· πŸ“¦ 3 Β· ⏱️ 25.01.2021): ``` pip install elephas ```
-
petastorm (πŸ₯‰24 Β· ⭐ 1.1K) - Petastorm library enables single machine or distributed training.. Apache-2 +
petastorm (πŸ₯ˆ24 Β· ⭐ 1.1K) - Petastorm library enables single machine or distributed training.. Apache-2 -- [GitHub](https://github.com/uber/petastorm) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 180 Β· πŸ“₯ 290 Β· πŸ“¦ 24 Β· πŸ“‹ 230 - 52% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/uber/petastorm) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 180 Β· πŸ“₯ 290 Β· πŸ“¦ 25 Β· πŸ“‹ 230 - 52% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/uber/petastorm ``` -- [PyPi](https://pypi.org/project/petastorm) (πŸ“₯ 29K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/petastorm) (πŸ“₯ 33K / month Β· ⏱️ 15.12.2020): ``` pip install petastorm ```
-
DeepSpeed (πŸ₯‰23 Β· ⭐ 4K) - DeepSpeed is a deep learning optimization library that makes.. MIT +
DeepSpeed (πŸ₯‰23 Β· ⭐ 4.2K) - DeepSpeed is a deep learning optimization library that makes.. MIT -- [GitHub](https://github.com/microsoft/DeepSpeed) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 360 Β· πŸ“¦ 8 Β· πŸ“‹ 270 - 43% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/microsoft/DeepSpeed) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 380 Β· πŸ“¦ 9 Β· πŸ“‹ 280 - 43% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/microsoft/DeepSpeed @@ -5801,63 +5867,75 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ``` pip install deepspeed ``` -- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (πŸ“₯ 6.8K Β· ⭐ 2 Β· ⏱️ 20.11.2020): +- [Docker Hub](https://hub.docker.com/r/deepspeed/deepspeed) (πŸ“₯ 6.9K Β· ⭐ 2 Β· ⏱️ 20.11.2020): ``` docker pull deepspeed/deepspeed ```
MMLSpark (πŸ₯‰23 Β· ⭐ 2.2K) - Microsoft Machine Learning for Apache Spark. MIT -- [GitHub](https://github.com/Azure/mmlspark) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 490 Β· πŸ“‹ 410 - 48% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/Azure/mmlspark) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 490 Β· πŸ“‹ 410 - 48% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/Azure/mmlspark ``` -- [PyPi](https://pypi.org/project/mmlspark) (πŸ“₯ 30K / month Β· ⏱️ 18.03.2020): +- [PyPi](https://pypi.org/project/mmlspark) (πŸ“₯ 32K / month Β· ⏱️ 18.03.2020): ``` pip install mmlspark ```
analytics-zoo (πŸ₯‰22 Β· ⭐ 2.2K) - Distributed Tensorflow, Keras and PyTorch on Apache.. Apache-2 -- [GitHub](https://github.com/intel-analytics/analytics-zoo) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 630 Β· πŸ“¦ 2 Β· πŸ“‹ 940 - 45% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/intel-analytics/analytics-zoo) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 630 Β· πŸ“¦ 2 Β· πŸ“‹ 950 - 44% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/intel-analytics/analytics-zoo ``` -- [PyPi](https://pypi.org/project/analytics-zoo) (πŸ“₯ 640 / month Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/analytics-zoo) (πŸ“₯ 570 / month Β· ⏱️ 20.01.2021): ``` pip install analytics-zoo ```
+
FairScale (πŸ₯‰20 Β· ⭐ 730 Β· 🐣) - PyTorch extensions for high performance and large scale.. BSD-3 + +- [GitHub](https://github.com/facebookresearch/fairscale) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 48 Β· πŸ“¦ 3 Β· πŸ“‹ 89 - 33% open Β· ⏱️ 28.01.2021): + + ``` + git clone https://github.com/facebookresearch/fairscale + ``` +- [PyPi](https://pypi.org/project/fairscale) (πŸ“₯ 1.9K / month Β· ⏱️ 07.01.2021): + ``` + pip install fairscale + ``` +
Submit it (πŸ₯‰20 Β· ⭐ 300) - Python 3.6+ toolbox for submitting jobs to Slurm. MIT -- [GitHub](https://github.com/facebookincubator/submitit) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 17 Β· πŸ“¦ 76 Β· πŸ“‹ 24 - 41% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/facebookincubator/submitit) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 19 Β· πŸ“¦ 77 Β· πŸ“‹ 26 - 38% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebookincubator/submitit ``` -- [PyPi](https://pypi.org/project/submitit) (πŸ“₯ 2.1K / month Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/submitit) (πŸ“₯ 2K / month Β· ⏱️ 01.12.2020): ``` pip install submitit ``` -- [Conda](https://anaconda.org/conda-forge/submitit) (πŸ“₯ 810 Β· ⏱️ 19.11.2020): +- [Conda](https://anaconda.org/conda-forge/submitit) (πŸ“₯ 840 Β· ⏱️ 19.11.2020): ``` conda install -c conda-forge submitit ```
BytePS (πŸ₯‰19 Β· ⭐ 2.7K) - A high performance and generic framework for distributed DNN training. Apache-2 -- [GitHub](https://github.com/bytedance/byteps) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 360 Β· πŸ“‹ 210 - 33% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/bytedance/byteps) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 360 Β· πŸ“‹ 210 - 34% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/bytedance/byteps ``` -- [PyPi](https://pypi.org/project/byteps) (πŸ“₯ 57 / month Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/byteps) (πŸ“₯ 54 / month Β· ⏱️ 04.11.2020): ``` pip install byteps ``` -- [Docker Hub](https://hub.docker.com/r/bytepsimage/tensorflow) (πŸ“₯ 970 Β· ⏱️ 03.03.2020): +- [Docker Hub](https://hub.docker.com/r/bytepsimage/tensorflow) (πŸ“₯ 990 Β· ⏱️ 03.03.2020): ``` docker pull bytepsimage/tensorflow ``` @@ -5878,18 +5956,6 @@ _Libraries that provide capabilities to distribute and parallelize machine learn docker pull apache/singa ```
-
FairScale (πŸ₯‰19 Β· ⭐ 700 Β· 🐣) - PyTorch extensions for high performance and large scale.. BSD-3 - -- [GitHub](https://github.com/facebookresearch/fairscale) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 46 Β· πŸ“¦ 2 Β· πŸ“‹ 86 - 32% open Β· ⏱️ 21.01.2021): - - ``` - git clone https://github.com/facebookresearch/fairscale - ``` -- [PyPi](https://pypi.org/project/fairscale) (πŸ“₯ 1.7K / month Β· ⏱️ 07.01.2021): - ``` - pip install fairscale - ``` -
sk-dist (πŸ₯‰18 Β· ⭐ 250) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 - [GitHub](https://github.com/Ibotta/sk-dist) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 6 Β· πŸ“‹ 16 - 43% open Β· ⏱️ 07.01.2021): @@ -5897,42 +5963,42 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ``` git clone https://github.com/Ibotta/sk-dist ``` -- [PyPi](https://pypi.org/project/sk-dist) (πŸ“₯ 3.3K / month Β· πŸ“¦ 2 Β· ⏱️ 14.05.2020): +- [PyPi](https://pypi.org/project/sk-dist) (πŸ“₯ 3.4K / month Β· πŸ“¦ 2 Β· ⏱️ 14.05.2020): ``` pip install sk-dist ```
Fiber (πŸ₯‰17 Β· ⭐ 840) - Distributed Computing for AI Made Simple. Apache-2 -- [GitHub](https://github.com/uber/fiber) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 89 Β· πŸ“¦ 17 Β· πŸ“‹ 18 - 72% open Β· ⏱️ 06.10.2020): +- [GitHub](https://github.com/uber/fiber) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 89 Β· πŸ“¦ 18 Β· πŸ“‹ 18 - 72% open Β· ⏱️ 06.10.2020): ``` git clone https://github.com/uber/fiber ``` -- [PyPi](https://pypi.org/project/fiber) (πŸ“₯ 880 / month Β· πŸ“¦ 1 Β· ⏱️ 09.07.2020): +- [PyPi](https://pypi.org/project/fiber) (πŸ“₯ 770 / month Β· πŸ“¦ 1 Β· ⏱️ 09.07.2020): ``` pip install fiber ```
somoclu (πŸ₯‰17 Β· ⭐ 220) - Massively parallel self-organizing maps: accelerate training on multicore.. MIT -- [GitHub](https://github.com/peterwittek/somoclu) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 56 Β· πŸ“₯ 1.4K Β· πŸ“‹ 130 - 19% open Β· ⏱️ 24.07.2020): +- [GitHub](https://github.com/peterwittek/somoclu) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 56 Β· πŸ“₯ 1.4K Β· πŸ“‹ 130 - 20% open Β· ⏱️ 24.07.2020): ``` git clone https://github.com/peterwittek/somoclu ``` -- [PyPi](https://pypi.org/project/somoclu) (πŸ“₯ 1.1K / month Β· πŸ“¦ 2 Β· ⏱️ 25.04.2020): +- [PyPi](https://pypi.org/project/somoclu) (πŸ“₯ 670 / month Β· πŸ“¦ 2 Β· ⏱️ 25.04.2020): ``` pip install somoclu ``` -- [Conda](https://anaconda.org/conda-forge/somoclu) (πŸ“₯ 39K Β· ⏱️ 13.10.2020): +- [Conda](https://anaconda.org/conda-forge/somoclu) (πŸ“₯ 40K Β· ⏱️ 13.10.2020): ``` conda install -c conda-forge somoclu ```
Hivemind (πŸ₯‰16 Β· ⭐ 640) - Decentralized deep learning in PyTorch. Built to train models on.. MIT -- [GitHub](https://github.com/learning-at-home/hivemind) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 30 Β· πŸ“¦ 1 Β· πŸ“‹ 32 - 46% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/learning-at-home/hivemind) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 32 Β· πŸ“¦ 1 Β· πŸ“‹ 32 - 46% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/learning-at-home/hivemind @@ -5944,7 +6010,7 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
Show 3 hidden projects... -- DEAP (πŸ₯ˆ28 Β· ⭐ 4K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 +- DEAP (πŸ₯ˆ28 Β· ⭐ 4.1K) - Distributed Evolutionary Algorithms in Python. ❗️LGPL-3.0 - TensorFrames (πŸ₯‰19 Β· ⭐ 770 Β· πŸ’€) - [DEPRECATED] Tensorflow wrapper for DataFrames on.. Apache-2 - LazyCluster (πŸ₯‰12 Β· ⭐ 33) - Distributed machine learning made simple. Apache-2
@@ -5956,14 +6022,14 @@ _Libraries that provide capabilities to distribute and parallelize machine learn _Libraries for hyperparameter optimization, automl and neural architecture search._ -
Optuna (πŸ₯‡31 Β· ⭐ 3.9K) - A hyperparameter optimization framework. MIT +
Optuna (πŸ₯‡31 Β· ⭐ 4K) - A hyperparameter optimization framework. MIT -- [GitHub](https://github.com/optuna/optuna) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 450 Β· πŸ“¦ 880 Β· πŸ“‹ 660 - 28% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/optuna/optuna) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 450 Β· πŸ“¦ 910 Β· πŸ“‹ 660 - 28% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/optuna/optuna ``` -- [PyPi](https://pypi.org/project/optuna) (πŸ“₯ 150K / month Β· πŸ“¦ 52 Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/optuna) (πŸ“₯ 140K / month Β· πŸ“¦ 52 Β· ⏱️ 04.11.2020): ``` pip install optuna ``` @@ -5974,12 +6040,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Hyperopt (πŸ₯‡30 Β· ⭐ 5.4K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 -- [GitHub](https://github.com/hyperopt/hyperopt) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 840 Β· πŸ“¦ 2.5K Β· πŸ“‹ 550 - 59% open Β· ⏱️ 24.12.2020): +- [GitHub](https://github.com/hyperopt/hyperopt) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 860 Β· πŸ“¦ 2.6K Β· πŸ“‹ 550 - 59% open Β· ⏱️ 24.12.2020): ``` git clone https://github.com/hyperopt/hyperopt ``` -- [PyPi](https://pypi.org/project/hyperopt) (πŸ“₯ 370K / month Β· πŸ“¦ 500 Β· ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/hyperopt) (πŸ“₯ 340K / month Β· πŸ“¦ 500 Β· ⏱️ 07.10.2020): ``` pip install hyperopt ``` @@ -5988,14 +6054,14 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc conda install -c conda-forge hyperopt ```
-
scikit-optimize (πŸ₯‡30 Β· ⭐ 2K Β· πŸ“‰) - Sequential model-based optimization with a.. BSD-3 +
scikit-optimize (πŸ₯‡30 Β· ⭐ 2K) - Sequential model-based optimization with a `scipy.optimize`.. BSD-3 - [GitHub](https://github.com/scikit-optimize/scikit-optimize) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 370 Β· πŸ“¦ 1.3K Β· πŸ“‹ 520 - 31% open Β· ⏱️ 31.12.2020): ``` git clone https://github.com/scikit-optimize/scikit-optimize ``` -- [PyPi](https://pypi.org/project/scikit-optimize) (πŸ“₯ 430K / month Β· πŸ“¦ 160 Β· ⏱️ 04.09.2020): +- [PyPi](https://pypi.org/project/scikit-optimize) (πŸ“₯ 370K / month Β· πŸ“¦ 160 Β· ⏱️ 04.09.2020): ``` pip install scikit-optimize ``` @@ -6006,124 +6072,112 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Keras Tuner (πŸ₯‡28 Β· ⭐ 2.2K) - Hyperparameter tuning for humans. Apache-2 -- [GitHub](https://github.com/keras-team/keras-tuner) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 260 Β· πŸ“¦ 360 Β· πŸ“‹ 280 - 51% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/keras-team/keras-tuner) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 260 Β· πŸ“¦ 380 Β· πŸ“‹ 280 - 51% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/keras-team/keras-tuner ``` -- [PyPi](https://pypi.org/project/keras-tuner) (πŸ“₯ 200K / month Β· πŸ“¦ 2 Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/keras-tuner) (πŸ“₯ 180K / month Β· πŸ“¦ 2 Β· ⏱️ 20.11.2020): ``` pip install keras-tuner ```
-
NNI (πŸ₯ˆ27 Β· ⭐ 8.7K) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT +
NNI (πŸ₯ˆ27 Β· ⭐ 8.9K) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT -- [GitHub](https://github.com/microsoft/nni) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.1K Β· πŸ“¦ 79 Β· πŸ“‹ 1.1K - 21% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/microsoft/nni) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.2K Β· πŸ“¦ 83 Β· πŸ“‹ 1.1K - 22% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/microsoft/nni ``` -- [PyPi](https://pypi.org/project/nni) (πŸ“₯ 1.7K / month Β· πŸ“¦ 16 Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/nni) (πŸ“₯ 1.5K / month Β· πŸ“¦ 16 Β· ⏱️ 14.01.2021): ``` pip install nni ```
AutoKeras (πŸ₯ˆ27 Β· ⭐ 7.7K) - AutoML library for deep learning. Apache-2 -- [GitHub](https://github.com/keras-team/autokeras) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.2K Β· πŸ“¦ 140 Β· πŸ“‹ 720 - 8% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/keras-team/autokeras) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.2K Β· πŸ“¦ 140 Β· πŸ“‹ 720 - 8% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/keras-team/autokeras ``` -- [PyPi](https://pypi.org/project/autokeras) (πŸ“₯ 4.6K / month Β· πŸ“¦ 7 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/autokeras) (πŸ“₯ 4K / month Β· πŸ“¦ 7 Β· ⏱️ 30.11.2020): ``` pip install autokeras ```
-
featuretools (πŸ₯ˆ27 Β· ⭐ 5.3K Β· πŸ“‰) - An open source python library for automated feature.. BSD-3 +
featuretools (πŸ₯ˆ27 Β· ⭐ 5.4K) - An open source python library for automated feature engineering. BSD-3 -- [GitHub](https://github.com/alteryx/featuretools) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 690 Β· πŸ“¦ 660 Β· πŸ“‹ 500 - 22% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/alteryx/featuretools) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 700 Β· πŸ“¦ 660 Β· πŸ“‹ 500 - 22% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/alteryx/featuretools ``` -- [PyPi](https://pypi.org/project/featuretools) (πŸ“₯ 56K / month Β· πŸ“¦ 70 Β· ⏱️ 31.12.2020): +- [PyPi](https://pypi.org/project/featuretools) (πŸ“₯ 51K / month Β· πŸ“¦ 70 Β· ⏱️ 31.12.2020): ``` pip install featuretools ``` -- [Conda](https://anaconda.org/conda-forge/featuretools) (πŸ“₯ 43K Β· ⏱️ 05.01.2021): +- [Conda](https://anaconda.org/conda-forge/featuretools) (πŸ“₯ 44K Β· ⏱️ 05.01.2021): ``` conda install -c conda-forge featuretools ```
auto-sklearn (πŸ₯ˆ26 Β· ⭐ 5.2K) - Automated Machine Learning with scikit-learn. BSD-3 -- [GitHub](https://github.com/automl/auto-sklearn) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 970 Β· πŸ“¦ 130 Β· πŸ“‹ 680 - 17% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/automl/auto-sklearn) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 970 Β· πŸ“¦ 130 Β· πŸ“‹ 680 - 17% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/automl/auto-sklearn ``` -- [PyPi](https://pypi.org/project/auto-sklearn) (πŸ“₯ 6.3K / month Β· πŸ“¦ 30 Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/auto-sklearn) (πŸ“₯ 3.7K / month Β· πŸ“¦ 30 Β· ⏱️ 04.01.2021): ``` pip install auto-sklearn ```
Bayesian Optimization (πŸ₯ˆ26 Β· ⭐ 4.8K) - A Python implementation of global optimization with.. MIT -- [GitHub](https://github.com/fmfn/BayesianOptimization) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 1.1K Β· πŸ“₯ 46 Β· πŸ“¦ 570 Β· πŸ“‹ 200 - 17% open Β· ⏱️ 19.12.2020): +- [GitHub](https://github.com/fmfn/BayesianOptimization) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 1.1K Β· πŸ“₯ 47 Β· πŸ“¦ 580 Β· πŸ“‹ 200 - 17% open Β· ⏱️ 19.12.2020): ``` git clone https://github.com/fmfn/BayesianOptimization ``` -- [PyPi](https://pypi.org/project/bayesian-optimization) (πŸ“₯ 46K / month Β· πŸ“¦ 92 Β· ⏱️ 16.05.2020): +- [PyPi](https://pypi.org/project/bayesian-optimization) (πŸ“₯ 42K / month Β· πŸ“¦ 92 Β· ⏱️ 16.05.2020): ``` pip install bayesian-optimization ```
AutoGluon (πŸ₯ˆ26 Β· ⭐ 2.9K) - AutoGluon: AutoML for Text, Image, and Tabular Data. Apache-2 -- [GitHub](https://github.com/awslabs/autogluon) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 380 Β· πŸ“¦ 44 Β· πŸ“‹ 370 - 41% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/awslabs/autogluon) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 380 Β· πŸ“¦ 44 Β· πŸ“‹ 370 - 41% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/awslabs/autogluon ``` -- [PyPi](https://pypi.org/project/autogluon) (πŸ“₯ 19K / month Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/autogluon) (πŸ“₯ 12K / month Β· ⏱️ 27.01.2021): ``` pip install autogluon ```
BoTorch (πŸ₯ˆ26 Β· ⭐ 1.8K) - Bayesian optimization in PyTorch. MIT -- [GitHub](https://github.com/pytorch/botorch) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 170 Β· πŸ“¦ 74 Β· πŸ“‹ 150 - 26% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/pytorch/botorch) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 170 Β· πŸ“¦ 74 Β· πŸ“‹ 150 - 26% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/pytorch/botorch ``` -- [PyPi](https://pypi.org/project/botorch) (πŸ“₯ 24K / month Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/botorch) (πŸ“₯ 22K / month Β· ⏱️ 08.12.2020): ``` pip install botorch ```
-
SMAC3 (πŸ₯ˆ26 Β· ⭐ 550) - Sequential Model-based Algorithm Configuration. BSD-3 - -- [GitHub](https://github.com/automl/SMAC3) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 150 Β· πŸ“‹ 330 - 23% open Β· ⏱️ 29.10.2020): - - ``` - git clone https://github.com/automl/SMAC3 - ``` -- [PyPi](https://pypi.org/project/smac) (πŸ“₯ 8.5K / month Β· πŸ“¦ 58 Β· ⏱️ 29.10.2020): - ``` - pip install smac - ``` -
nevergrad (πŸ₯ˆ25 Β· ⭐ 2.8K) - A Python toolbox for performing gradient-free optimization. MIT -- [GitHub](https://github.com/facebookresearch/nevergrad) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 270 Β· πŸ“¦ 120 Β· πŸ“‹ 200 - 40% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/facebookresearch/nevergrad) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 270 Β· πŸ“¦ 120 Β· πŸ“‹ 200 - 40% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/facebookresearch/nevergrad ``` -- [PyPi](https://pypi.org/project/nevergrad) (πŸ“₯ 6.8K / month Β· πŸ“¦ 14 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/nevergrad) (πŸ“₯ 7K / month Β· πŸ“¦ 14 Β· ⏱️ 19.01.2021): ``` pip install nevergrad ``` @@ -6134,7 +6188,7 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Ax (πŸ₯ˆ25 Β· ⭐ 1.4K) - Adaptive Experimentation Platform. MIT -- [GitHub](https://github.com/facebook/Ax) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 140 Β· πŸ“¦ 120 Β· πŸ“‹ 210 - 16% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/facebook/Ax) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 140 Β· πŸ“¦ 120 Β· πŸ“‹ 210 - 16% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebook/Ax @@ -6144,6 +6198,18 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc pip install ax-platform ```
+
SMAC3 (πŸ₯ˆ25 Β· ⭐ 560) - Sequential Model-based Algorithm Configuration. BSD-3 + +- [GitHub](https://github.com/automl/SMAC3) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 150 Β· πŸ“‹ 330 - 23% open Β· ⏱️ 29.10.2020): + + ``` + git clone https://github.com/automl/SMAC3 + ``` +- [PyPi](https://pypi.org/project/smac) (πŸ“₯ 6.1K / month Β· πŸ“¦ 58 Β· ⏱️ 29.10.2020): + ``` + pip install smac + ``` +
Hyperas (πŸ₯ˆ24 Β· ⭐ 2.1K) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT - [GitHub](https://github.com/maxpumperla/hyperas) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 300 Β· πŸ“‹ 250 - 35% open Β· ⏱️ 22.12.2020): @@ -6151,38 +6217,38 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/maxpumperla/hyperas ``` -- [PyPi](https://pypi.org/project/hyperas) (πŸ“₯ 12K / month Β· πŸ“¦ 21 Β· ⏱️ 28.02.2019): +- [PyPi](https://pypi.org/project/hyperas) (πŸ“₯ 11K / month Β· πŸ“¦ 21 Β· ⏱️ 28.02.2019): ``` pip install hyperas ```
-
GPyOpt (πŸ₯ˆ24 Β· ⭐ 700) - Gaussian Process Optimization using GPy. BSD-3 +
GPyOpt (πŸ₯ˆ24 Β· ⭐ 710) - Gaussian Process Optimization using GPy. BSD-3 - [GitHub](https://github.com/SheffieldML/GPyOpt) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 220 Β· πŸ“¦ 170 Β· πŸ“‹ 290 - 34% open Β· ⏱️ 05.11.2020): ``` git clone https://github.com/SheffieldML/GPyOpt ``` -- [PyPi](https://pypi.org/project/gpyopt) (πŸ“₯ 4.2K / month Β· πŸ“¦ 36 Β· ⏱️ 19.03.2020): +- [PyPi](https://pypi.org/project/gpyopt) (πŸ“₯ 4.3K / month Β· πŸ“¦ 36 Β· ⏱️ 19.03.2020): ``` pip install gpyopt ```
-
Talos (πŸ₯‰22 Β· ⭐ 1.4K) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch. MIT +
Talos (πŸ₯ˆ22 Β· ⭐ 1.4K) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch. MIT - [GitHub](https://github.com/autonomio/talos) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“¦ 110 Β· πŸ“‹ 380 - 10% open Β· ⏱️ 21.11.2020): ``` git clone https://github.com/autonomio/talos ``` -- [PyPi](https://pypi.org/project/talos) (πŸ“₯ 970 / month Β· πŸ“¦ 6 Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/talos) (πŸ“₯ 1K / month Β· πŸ“¦ 6 Β· ⏱️ 09.11.2020): ``` pip install talos ```
-
Orion (πŸ₯‰22 Β· ⭐ 180) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 +
Orion (πŸ₯ˆ22 Β· ⭐ 180) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 -- [GitHub](https://github.com/Epistimio/orion) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 35 Β· πŸ“¦ 39 Β· πŸ“‹ 120 - 16% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/Epistimio/orion) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 35 Β· πŸ“¦ 39 Β· πŸ“‹ 120 - 16% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/Epistimio/orion @@ -6199,7 +6265,7 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/tensorflow/adanet ``` -- [PyPi](https://pypi.org/project/adanet) (πŸ“₯ 670 / month Β· πŸ“¦ 2 Β· ⏱️ 09.07.2020): +- [PyPi](https://pypi.org/project/adanet) (πŸ“₯ 510 / month Β· πŸ“¦ 2 Β· ⏱️ 09.07.2020): ``` pip install adanet ``` @@ -6211,43 +6277,43 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/claesenm/optunity ``` -- [PyPi](https://pypi.org/project/optunity) (πŸ“₯ 10K / month Β· πŸ“¦ 7 Β· ⏱️ 30.09.2015): +- [PyPi](https://pypi.org/project/optunity) (πŸ“₯ 8.6K / month Β· πŸ“¦ 7 Β· ⏱️ 30.09.2015): ``` pip install optunity ```
Neuraxle (πŸ₯‰21 Β· ⭐ 360) - A Sklearn-like Framework for Hyperparameter Tuning and AutoML in.. Apache-2 -- [GitHub](https://github.com/Neuraxio/Neuraxle) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 39 Β· πŸ“¦ 17 Β· πŸ“‹ 250 - 47% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/Neuraxio/Neuraxle) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 39 Β· πŸ“¦ 17 Β· πŸ“‹ 250 - 48% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/Neuraxio/Neuraxle ``` -- [PyPi](https://pypi.org/project/neuraxle) (πŸ“₯ 330 / month Β· ⏱️ 20.09.2020): +- [PyPi](https://pypi.org/project/neuraxle) (πŸ“₯ 270 / month Β· ⏱️ 20.09.2020): ``` pip install neuraxle ```
-
mljar-supervised (πŸ₯‰20 Β· ⭐ 740) - Automates Machine Learning Pipeline with Feature Engineering.. MIT +
mljar-supervised (πŸ₯‰20 Β· ⭐ 750) - Automates Machine Learning Pipeline with Feature Engineering.. MIT -- [GitHub](https://github.com/mljar/mljar-supervised) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 97 Β· πŸ“¦ 9 Β· πŸ“‹ 280 - 17% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/mljar/mljar-supervised) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 97 Β· πŸ“¦ 9 Β· πŸ“‹ 280 - 17% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/mljar/mljar-supervised ``` -- [PyPi](https://pypi.org/project/mljar-supervised) (πŸ“₯ 2.9K / month Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/mljar-supervised) (πŸ“₯ 3.2K / month Β· ⏱️ 27.01.2021): ``` pip install mljar-supervised ```
Test Tube (πŸ₯‰20 Β· ⭐ 650 Β· πŸ’€) - Python library to easily log experiments and parallelize.. MIT -- [GitHub](https://github.com/williamFalcon/test-tube) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 59 Β· πŸ“₯ 7 Β· πŸ“‹ 44 - 52% open Β· ⏱️ 17.03.2020): +- [GitHub](https://github.com/williamFalcon/test-tube) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 59 Β· πŸ“₯ 8 Β· πŸ“‹ 44 - 52% open Β· ⏱️ 17.03.2020): ``` git clone https://github.com/williamFalcon/test-tube ``` -- [PyPi](https://pypi.org/project/test_tube) (πŸ“₯ 9.2K / month Β· πŸ“¦ 5 Β· ⏱️ 12.12.2018): +- [PyPi](https://pypi.org/project/test_tube) (πŸ“₯ 11K / month Β· πŸ“¦ 5 Β· ⏱️ 12.12.2018): ``` pip install test_tube ``` @@ -6259,19 +6325,19 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/AutoViML/Auto_ViML ``` -- [PyPi](https://pypi.org/project/autoviml) (πŸ“₯ 510 / month Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/autoviml) (πŸ“₯ 200 / month Β· ⏱️ 15.01.2021): ``` pip install autoviml ```
-
lazypredict (πŸ₯‰19 Β· ⭐ 340) - Lazy Predict help build a lot of basic models without much code.. MIT +
lazypredict (πŸ₯‰19 Β· ⭐ 360) - Lazy Predict help build a lot of basic models without much code.. MIT -- [GitHub](https://github.com/shankarpandala/lazypredict) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 77 Β· πŸ“¦ 17 Β· πŸ“‹ 64 - 65% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/shankarpandala/lazypredict) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 82 Β· πŸ“¦ 18 Β· πŸ“‹ 66 - 63% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/shankarpandala/lazypredict ``` -- [PyPi](https://pypi.org/project/lazypredict) (πŸ“₯ 1.3K / month Β· ⏱️ 09.07.2020): +- [PyPi](https://pypi.org/project/lazypredict) (πŸ“₯ 1.5K / month Β· ⏱️ 09.07.2020): ``` pip install lazypredict ``` @@ -6283,7 +6349,7 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/dragonfly/dragonfly ``` -- [PyPi](https://pypi.org/project/dragonfly-opt) (πŸ“₯ 2.7K / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2020): +- [PyPi](https://pypi.org/project/dragonfly-opt) (πŸ“₯ 2.9K / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2020): ``` pip install dragonfly-opt ``` @@ -6295,19 +6361,19 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/HunterMcGushion/hyperparameter_hunter ``` -- [PyPi](https://pypi.org/project/hyperparameter-hunter) (πŸ“₯ 50 / month Β· πŸ“¦ 1 Β· ⏱️ 06.08.2019): +- [PyPi](https://pypi.org/project/hyperparameter-hunter) (πŸ“₯ 43 / month Β· πŸ“¦ 1 Β· ⏱️ 06.08.2019): ``` pip install hyperparameter-hunter ```
AlphaPy (πŸ₯‰16 Β· ⭐ 540) - Automated Machine Learning [AutoML] with Python, scikit-learn, Keras,.. Apache-2 -- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 110 Β· πŸ“¦ 2 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 06.09.2020): +- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 120 Β· πŸ“¦ 2 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 06.09.2020): ``` git clone https://github.com/ScottfreeLLC/AlphaPy ``` -- [PyPi](https://pypi.org/project/alphapy) (πŸ“₯ 85 / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/alphapy) (πŸ“₯ 76 / month Β· ⏱️ 25.08.2020): ``` pip install alphapy ``` @@ -6319,7 +6385,7 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc ``` git clone https://github.com/HDI-Project/ATM ``` -- [PyPi](https://pypi.org/project/atm) (πŸ“₯ 39 / month Β· ⏱️ 24.06.2019): +- [PyPi](https://pypi.org/project/atm) (πŸ“₯ 34 / month Β· ⏱️ 24.06.2019): ``` pip install atm ``` @@ -6338,7 +6404,7 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
ENAS (πŸ₯‰14 Β· ⭐ 2.4K Β· πŸ’€) - PyTorch implementation of Efficient Neural Architecture Search via.. Apache-2 -- [GitHub](https://github.com/carpedm20/ENAS-pytorch) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 440 Β· πŸ“‹ 44 - 84% open Β· ⏱️ 16.06.2020): +- [GitHub](https://github.com/carpedm20/ENAS-pytorch) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 450 Β· πŸ“‹ 44 - 84% open Β· ⏱️ 16.06.2020): ``` git clone https://github.com/carpedm20/ENAS-pytorch @@ -6354,18 +6420,18 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Show 13 hidden projects... -- TPOT (πŸ₯‡29 Β· ⭐ 7.8K Β· πŸ“‰) - A Python Automated Machine Learning tool that optimizes.. ❗️LGPL-3.0 -- MLBox (πŸ₯ˆ23 Β· ⭐ 1.2K) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause +- TPOT (πŸ₯‡29 Β· ⭐ 7.8K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 +- MLBox (πŸ₯ˆ22 Β· ⭐ 1.2K) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause - auto_ml (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT - HpBandSter (πŸ₯‰19 Β· ⭐ 440 Β· πŸ’€) - a distributed Hyperband implementation on Steroids. BSD-3 - Advisor (πŸ₯‰17 Β· ⭐ 1.3K Β· πŸ’€) - Open-source implementation of Google Vizier for hyper parameters.. Apache-2 - sklearn-deap (πŸ₯‰17 Β· ⭐ 620 Β· πŸ’€) - Use evolutionary algorithms instead of gridsearch in.. MIT - Sherpa (πŸ₯‰17 Β· ⭐ 280) - Hyperparameter optimization that enables researchers to experiment,.. ❗️GPL-3.0 +- automl-gs (πŸ₯‰16 Β· ⭐ 1.7K Β· πŸ’€) - Provide an input CSV and a target field to predict, generate a.. MIT - Xcessiv (πŸ₯‰16 Β· ⭐ 1.3K Β· πŸ’€) - A web-based application for quick, scalable, and automated.. Apache-2 -- automl-gs (πŸ₯‰15 Β· ⭐ 1.7K Β· πŸ’€) - Provide an input CSV and a target field to predict, generate a.. MIT - Auptimizer (πŸ₯‰13 Β· ⭐ 160) - An automatic ML model optimization tool. ❗️GPL-3.0 - Hypermax (πŸ₯‰13 Β· ⭐ 95) - Better, faster hyper-parameter optimization. BSD-3 -- featurewiz (πŸ₯‰12 Β· ⭐ 17 Β· 🐣) - Use advanced feature engineering strategies and select the.. Apache-2 +- featurewiz (πŸ₯‰12 Β· ⭐ 19 Β· 🐣) - Use advanced feature engineering strategies and select the.. Apache-2 - Hypertunity (πŸ₯‰10 Β· ⭐ 120 Β· πŸ’€) - A toolset for black-box hyperparameter optimisation. Apache-2

@@ -6378,12 +6444,12 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
OpenAI Gym (πŸ₯‡35 Β· ⭐ 23K) - A toolkit for developing and comparing reinforcement learning.. MIT -- [GitHub](https://github.com/openai/gym) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 6.6K Β· πŸ“¦ 17K Β· πŸ“‹ 1.3K - 18% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/openai/gym) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 6.6K Β· πŸ“¦ 18K Β· πŸ“‹ 1.3K - 18% open Β· ⏱️ 11.01.2021): ``` git clone https://github.com/openai/gym ``` -- [PyPi](https://pypi.org/project/gym) (πŸ“₯ 280K / month Β· πŸ“¦ 3.6K Β· ⏱️ 19.12.2020): +- [PyPi](https://pypi.org/project/gym) (πŸ“₯ 260K / month Β· πŸ“¦ 3.6K Β· ⏱️ 19.12.2020): ``` pip install gym ``` @@ -6395,139 +6461,139 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst ``` git clone https://github.com/openai/baselines ``` -- [PyPi](https://pypi.org/project/baselines) (πŸ“₯ 28K / month Β· πŸ“¦ 37 Β· ⏱️ 26.02.2018): +- [PyPi](https://pypi.org/project/baselines) (πŸ“₯ 27K / month Β· πŸ“¦ 37 Β· ⏱️ 26.02.2018): ``` pip install baselines ```
TensorLayer (πŸ₯ˆ27 Β· ⭐ 6.5K) - Deep Learning and Reinforcement Learning Library for.. Apache-2 -- [GitHub](https://github.com/tensorlayer/tensorlayer) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“₯ 1.2K Β· πŸ“‹ 480 - 9% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/tensorlayer/tensorlayer) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“₯ 1.2K Β· πŸ“‹ 480 - 9% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorlayer/tensorlayer ``` -- [PyPi](https://pypi.org/project/tensorlayer) (πŸ“₯ 2.2K / month Β· πŸ“¦ 68 Β· ⏱️ 19.06.2020): +- [PyPi](https://pypi.org/project/tensorlayer) (πŸ“₯ 1.7K / month Β· πŸ“¦ 68 Β· ⏱️ 19.06.2020): ``` pip install tensorlayer ```
TF-Agents (πŸ₯ˆ27 Β· ⭐ 1.8K) - TF-Agents is a library for Reinforcement Learning in.. Apache-2 -- [GitHub](https://github.com/tensorflow/agents) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 450 Β· πŸ“¦ 360 Β· πŸ“‹ 410 - 24% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/tensorflow/agents) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 450 Β· πŸ“¦ 360 Β· πŸ“‹ 410 - 23% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/tensorflow/agents ``` -- [PyPi](https://pypi.org/project/tf-agents) (πŸ“₯ 7.3K / month Β· πŸ“¦ 12 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/tf-agents) (πŸ“₯ 7.1K / month Β· πŸ“¦ 12 Β· ⏱️ 05.01.2021): ``` pip install tf-agents ```
Dopamine (πŸ₯ˆ26 Β· ⭐ 9.3K) - Dopamine is a research framework for fast prototyping of.. Apache-2 -- [GitHub](https://github.com/google/dopamine) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.2K Β· πŸ“‹ 140 - 51% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/google/dopamine) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.2K Β· πŸ“‹ 140 - 50% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/google/dopamine ``` -- [PyPi](https://pypi.org/project/dopamine-rl) (πŸ“₯ 52K / month Β· πŸ“¦ 31 Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/dopamine-rl) (πŸ“₯ 47K / month Β· πŸ“¦ 31 Β· ⏱️ 16.10.2020): ``` pip install dopamine-rl ```
-
ViZDoom (πŸ₯ˆ25 Β· ⭐ 1.2K) - Doom-based AI Research Platform for Reinforcement Learning from Raw.. MIT +
Stable Baselines (πŸ₯ˆ25 Β· ⭐ 2.8K) - A fork of OpenAI Baselines, implementations of reinforcement.. MIT -- [GitHub](https://github.com/mwydmuch/ViZDoom) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 280 Β· πŸ“₯ 10K Β· πŸ“¦ 100 Β· πŸ“‹ 420 - 21% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/hill-a/stable-baselines) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 570 Β· πŸ“‹ 850 - 15% open Β· ⏱️ 23.12.2020): ``` - git clone https://github.com/mwydmuch/ViZDoom + git clone https://github.com/hill-a/stable-baselines ``` -- [PyPi](https://pypi.org/project/vizdoom) (πŸ“₯ 380 / month Β· πŸ“¦ 12 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/stable-baselines) (πŸ“₯ 6.2K / month Β· πŸ“¦ 50 Β· ⏱️ 05.08.2020): ``` - pip install vizdoom + pip install stable-baselines ```
-
TensorForce (πŸ₯ˆ24 Β· ⭐ 2.8K) - Tensorforce: a TensorFlow library for applied.. Apache-2 +
ViZDoom (πŸ₯ˆ25 Β· ⭐ 1.2K) - Doom-based AI Research Platform for Reinforcement Learning from Raw.. MIT -- [GitHub](https://github.com/tensorforce/tensorforce) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 470 Β· πŸ“‹ 550 - 1% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/mwydmuch/ViZDoom) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 280 Β· πŸ“₯ 10K Β· πŸ“¦ 100 Β· πŸ“‹ 420 - 20% open Β· ⏱️ 25.01.2021): ``` - git clone https://github.com/tensorforce/tensorforce + git clone https://github.com/mwydmuch/ViZDoom ``` -- [PyPi](https://pypi.org/project/tensorforce) (πŸ“₯ 680 / month Β· πŸ“¦ 23 Β· ⏱️ 07.09.2019): +- [PyPi](https://pypi.org/project/vizdoom) (πŸ“₯ 320 / month Β· πŸ“¦ 12 Β· ⏱️ 29.10.2020): ``` - pip install tensorforce + pip install vizdoom ```
-
Stable Baselines (πŸ₯ˆ24 Β· ⭐ 2.8K) - A fork of OpenAI Baselines, implementations of reinforcement.. MIT +
TensorForce (πŸ₯‰24 Β· ⭐ 2.8K) - Tensorforce: a TensorFlow library for applied.. Apache-2 -- [GitHub](https://github.com/hill-a/stable-baselines) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“‹ 840 - 14% open Β· ⏱️ 23.12.2020): +- [GitHub](https://github.com/tensorforce/tensorforce) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 470 Β· πŸ“‹ 550 - 1% open Β· ⏱️ 21.01.2021): ``` - git clone https://github.com/hill-a/stable-baselines + git clone https://github.com/tensorforce/tensorforce ``` -- [PyPi](https://pypi.org/project/stable-baselines) (πŸ“₯ 7.4K / month Β· πŸ“¦ 25 Β· ⏱️ 05.08.2020): +- [PyPi](https://pypi.org/project/tensorforce) (πŸ“₯ 660 / month Β· πŸ“¦ 23 Β· ⏱️ 07.09.2019): ``` - pip install stable-baselines + pip install tensorforce ```
Acme (πŸ₯‰23 Β· ⭐ 1.9K) - A library of reinforcement learning components and agents. Apache-2 -- [GitHub](https://github.com/deepmind/acme) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 180 Β· πŸ“¦ 18 Β· πŸ“‹ 81 - 45% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/deepmind/acme) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 180 Β· πŸ“¦ 19 Β· πŸ“‹ 81 - 45% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/deepmind/acme ``` -- [PyPi](https://pypi.org/project/dm-acme) (πŸ“₯ 540 / month Β· ⏱️ 24.07.2020): +- [PyPi](https://pypi.org/project/dm-acme) (πŸ“₯ 470 / month Β· ⏱️ 24.07.2020): ``` pip install dm-acme ```
-
garage (πŸ₯‰23 Β· ⭐ 1K) - A toolkit for reproducible reinforcement learning research. MIT +
ChainerRL (πŸ₯‰23 Β· ⭐ 920) - ChainerRL is a deep reinforcement learning library built on top of.. MIT -- [GitHub](https://github.com/rlworkgroup/garage) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 190 Β· πŸ“¦ 13 Β· πŸ“‹ 950 - 19% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/chainer/chainerrl) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 210 Β· πŸ“¦ 89 Β· πŸ“‹ 220 - 33% open Β· ⏱️ 09.12.2020): ``` - git clone https://github.com/rlworkgroup/garage + git clone https://github.com/chainer/chainerrl ``` -- [PyPi](https://pypi.org/project/garage) (πŸ“₯ 190 / month Β· ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/chainerrl) (πŸ“₯ 420 / month Β· πŸ“¦ 14 Β· ⏱️ 14.02.2020): ``` - pip install garage + pip install chainerrl ```
-
ChainerRL (πŸ₯‰23 Β· ⭐ 920) - ChainerRL is a deep reinforcement learning library built on top of.. MIT +
garage (πŸ₯‰22 Β· ⭐ 1K) - A toolkit for reproducible reinforcement learning research. MIT -- [GitHub](https://github.com/chainer/chainerrl) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 210 Β· πŸ“¦ 88 Β· πŸ“‹ 220 - 33% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/rlworkgroup/garage) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 190 Β· πŸ“¦ 13 Β· πŸ“‹ 960 - 19% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/chainer/chainerrl + git clone https://github.com/rlworkgroup/garage ``` -- [PyPi](https://pypi.org/project/chainerrl) (πŸ“₯ 500 / month Β· πŸ“¦ 14 Β· ⏱️ 14.02.2020): +- [PyPi](https://pypi.org/project/garage) (πŸ“₯ 150 / month Β· ⏱️ 02.10.2020): ``` - pip install chainerrl + pip install garage ```
PARL (πŸ₯‰21 Β· ⭐ 1.8K) - A high-performance distributed training framework for Reinforcement.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PARL) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 410 Β· πŸ“¦ 65 Β· πŸ“‹ 200 - 26% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/PaddlePaddle/PARL) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 420 Β· πŸ“¦ 65 Β· πŸ“‹ 200 - 26% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/PaddlePaddle/PARL ``` -- [PyPi](https://pypi.org/project/parl) (πŸ“₯ 280 / month Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/parl) (πŸ“₯ 230 / month Β· ⏱️ 08.01.2021): ``` pip install parl ```
TRFL (πŸ₯‰20 Β· ⭐ 3.1K Β· πŸ’€) - TensorFlow Reinforcement Learning. Apache-2 -- [GitHub](https://github.com/deepmind/trfl) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 370 Β· πŸ“¦ 36 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 20.04.2020): +- [GitHub](https://github.com/deepmind/trfl) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 370 Β· πŸ“¦ 37 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 20.04.2020): ``` git clone https://github.com/deepmind/trfl ``` -- [PyPi](https://pypi.org/project/trfl) (πŸ“₯ 640 / month Β· πŸ“¦ 2 Β· ⏱️ 20.04.2020): +- [PyPi](https://pypi.org/project/trfl) (πŸ“₯ 600 / month Β· πŸ“¦ 2 Β· ⏱️ 20.04.2020): ``` pip install trfl ``` @@ -6539,26 +6605,26 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst ``` git clone https://github.com/IntelLabs/coach ``` -- [PyPi](https://pypi.org/project/rl_coach) (πŸ“₯ 120 / month Β· πŸ“¦ 1 Β· ⏱️ 10.10.2019): +- [PyPi](https://pypi.org/project/rl_coach) (πŸ“₯ 110 / month Β· πŸ“¦ 1 Β· ⏱️ 10.10.2019): ``` pip install rl_coach ```
PFRL (πŸ₯‰19 Β· ⭐ 500) - PFRL: a PyTorch-based deep reinforcement learning library. MIT -- [GitHub](https://github.com/pfnet/pfrl) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 60 Β· πŸ“¦ 4 Β· πŸ“‹ 43 - 51% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/pfnet/pfrl) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 61 Β· πŸ“¦ 4 Β· πŸ“‹ 44 - 50% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/pfnet/pfrl ``` -- [PyPi](https://pypi.org/project/pfrl) (πŸ“₯ 370 / month Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/pfrl) (πŸ“₯ 340 / month Β· ⏱️ 17.12.2020): ``` pip install pfrl ```
RLax (πŸ₯‰17 Β· ⭐ 540) - A library of reinforcement learning building blocks in JAX. Apache-2 jax -- [GitHub](https://github.com/deepmind/rlax) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“¦ 10 Β· πŸ“‹ 6 - 50% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/deepmind/rlax) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“¦ 11 Β· πŸ“‹ 6 - 50% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/deepmind/rlax @@ -6570,7 +6636,7 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
ReAgent (πŸ₯‰16 Β· ⭐ 2.8K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 -- [GitHub](https://github.com/facebookresearch/ReAgent) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 370 Β· πŸ“‹ 94 - 21% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/facebookresearch/ReAgent) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 370 Β· πŸ“‹ 94 - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/facebookresearch/ReAgent @@ -6578,7 +6644,7 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
Show 2 hidden projects... -- keras-rl (πŸ₯ˆ26 Β· ⭐ 4.9K Β· πŸ’€) - Deep Reinforcement Learning for Keras. MIT +- keras-rl (πŸ₯ˆ25 Β· ⭐ 4.9K Β· πŸ’€) - Deep Reinforcement Learning for Keras. MIT - DeepMind Lab (πŸ₯‰17 Β· ⭐ 6.4K) - A customisable 3D platform for agent-based AI research. ❗️GPL-2.0

@@ -6591,12 +6657,12 @@ _Libraries for building and evaluating recommendation systems._
implicit (πŸ₯‡28 Β· ⭐ 2.2K) - Fast Python Collaborative Filtering for Implicit Feedback Datasets. MIT -- [GitHub](https://github.com/benfred/implicit) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 450 Β· πŸ“¦ 350 Β· πŸ“‹ 330 - 23% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/benfred/implicit) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 450 Β· πŸ“¦ 360 Β· πŸ“‹ 340 - 23% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/benfred/implicit ``` -- [PyPi](https://pypi.org/project/implicit) (πŸ“₯ 92K / month Β· πŸ“¦ 22 Β· ⏱️ 15.09.2020): +- [PyPi](https://pypi.org/project/implicit) (πŸ“₯ 77K / month Β· πŸ“¦ 22 Β· ⏱️ 15.09.2020): ``` pip install implicit ``` @@ -6607,28 +6673,28 @@ _Libraries for building and evaluating recommendation systems._
lightfm (πŸ₯‡27 Β· ⭐ 3.5K) - A Python implementation of LightFM, a hybrid recommendation algorithm. Apache-2 -- [GitHub](https://github.com/lyst/lightfm) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 560 Β· πŸ“¦ 380 Β· πŸ“‹ 400 - 31% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/lyst/lightfm) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 560 Β· πŸ“¦ 380 Β· πŸ“‹ 460 - 27% open Β· ⏱️ 27.11.2020): ``` git clone https://github.com/lyst/lightfm ``` -- [PyPi](https://pypi.org/project/lightfm) (πŸ“₯ 86K / month Β· πŸ“¦ 28 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/lightfm) (πŸ“₯ 72K / month Β· πŸ“¦ 28 Β· ⏱️ 27.11.2020): ``` pip install lightfm ``` -- [Conda](https://anaconda.org/conda-forge/lightfm) (πŸ“₯ 72K Β· ⏱️ 07.12.2020): +- [Conda](https://anaconda.org/conda-forge/lightfm) (πŸ“₯ 73K Β· ⏱️ 07.12.2020): ``` conda install -c conda-forge lightfm ```
-
scikit-surprise (πŸ₯ˆ26 Β· ⭐ 4.6K) - A Python scikit for building and analyzing recommender.. BSD-3 +
scikit-surprise (πŸ₯ˆ26 Β· ⭐ 4.7K) - A Python scikit for building and analyzing recommender.. BSD-3 -- [GitHub](https://github.com/NicolasHug/Surprise) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 820 Β· πŸ“¦ 870 Β· πŸ“‹ 320 - 10% open Β· ⏱️ 05.08.2020): +- [GitHub](https://github.com/NicolasHug/Surprise) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 820 Β· πŸ“¦ 880 Β· πŸ“‹ 320 - 10% open Β· ⏱️ 05.08.2020): ``` git clone https://github.com/NicolasHug/Surprise ``` -- [PyPi](https://pypi.org/project/scikit-surprise) (πŸ“₯ 35K / month Β· πŸ“¦ 24 Β· ⏱️ 19.07.2020): +- [PyPi](https://pypi.org/project/scikit-surprise) (πŸ“₯ 31K / month Β· πŸ“¦ 24 Β· ⏱️ 19.07.2020): ``` pip install scikit-surprise ``` @@ -6639,35 +6705,35 @@ _Libraries for building and evaluating recommendation systems._
TF Ranking (πŸ₯ˆ22 Β· ⭐ 2K) - Learning to Rank in TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/ranking) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 360 Β· πŸ“‹ 220 - 10% open Β· ⏱️ 19.08.2020): +- [GitHub](https://github.com/tensorflow/ranking) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 360 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 19.08.2020): ``` git clone https://github.com/tensorflow/ranking ``` -- [PyPi](https://pypi.org/project/tensorflow_ranking) (πŸ“₯ 18K / month Β· πŸ“¦ 1 Β· ⏱️ 19.08.2020): +- [PyPi](https://pypi.org/project/tensorflow_ranking) (πŸ“₯ 15K / month Β· πŸ“¦ 1 Β· ⏱️ 19.08.2020): ``` pip install tensorflow_ranking ```
Cornac (πŸ₯ˆ22 Β· ⭐ 300) - A Comparative Framework for Multimodal Recommender Systems. Apache-2 -- [GitHub](https://github.com/PreferredAI/cornac) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 55 Β· πŸ“¦ 26 Β· πŸ“‹ 29 - 3% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/PreferredAI/cornac) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 55 Β· πŸ“¦ 26 Β· πŸ“‹ 29 - 3% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/PreferredAI/cornac ``` -- [PyPi](https://pypi.org/project/cornac) (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/cornac) (πŸ“₯ 740 / month Β· πŸ“¦ 1 Β· ⏱️ 28.12.2020): ``` pip install cornac ``` -- [Conda](https://anaconda.org/conda-forge/cornac) (πŸ“₯ 98K Β· ⏱️ 04.01.2021): +- [Conda](https://anaconda.org/conda-forge/cornac) (πŸ“₯ 99K Β· ⏱️ 04.01.2021): ``` conda install -c conda-forge cornac ```
-
Recommenders (πŸ₯ˆ21 Β· ⭐ 9K) - Best Practices on Recommendation Systems. MIT +
Recommenders (πŸ₯ˆ21 Β· ⭐ 9.1K) - Best Practices on Recommendation Systems. MIT -- [GitHub](https://github.com/microsoft/recommenders) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 1.6K Β· πŸ“¦ 1 Β· πŸ“‹ 540 - 20% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/microsoft/recommenders) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 1.6K Β· πŸ“¦ 1 Β· πŸ“‹ 540 - 19% open Β· ⏱️ 04.01.2021): ``` git clone https://github.com/microsoft/recommenders @@ -6675,7 +6741,7 @@ _Libraries for building and evaluating recommendation systems._
tensorrec (πŸ₯‰20 Β· ⭐ 1.1K Β· πŸ’€) - A TensorFlow recommendation algorithm and framework in.. Apache-2 -- [GitHub](https://github.com/jfkirk/tensorrec) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 200 Β· πŸ“¦ 23 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 04.02.2020): +- [GitHub](https://github.com/jfkirk/tensorrec) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 200 Β· πŸ“¦ 24 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 04.02.2020): ``` git clone https://github.com/jfkirk/tensorrec @@ -6692,47 +6758,47 @@ _Libraries for building and evaluating recommendation systems._ ``` git clone https://github.com/ibayer/fastFM ``` -- [PyPi](https://pypi.org/project/fastfm) (πŸ“₯ 420 / month Β· πŸ“¦ 4 Β· ⏱️ 23.11.2017): +- [PyPi](https://pypi.org/project/fastfm) (πŸ“₯ 360 / month Β· πŸ“¦ 4 Β· ⏱️ 23.11.2017): ``` pip install fastfm ```
RecBole (πŸ₯‰20 Β· ⭐ 720) - A unified, comprehensive and efficient recommendation library. MIT -- [GitHub](https://github.com/RUCAIBox/RecBole) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 100 Β· πŸ“‹ 78 - 30% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/RUCAIBox/RecBole) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 100 Β· πŸ“‹ 79 - 30% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/RUCAIBox/RecBole ``` -- [PyPi](https://pypi.org/project/recbole) (πŸ“₯ 110 / month Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/recbole) (πŸ“₯ 98 / month Β· ⏱️ 14.01.2021): ``` pip install recbole ``` -- [Conda](https://anaconda.org/aibox/recbole) (πŸ“₯ 180 Β· ⏱️ 14.01.2021): +- [Conda](https://anaconda.org/aibox/recbole) (πŸ“₯ 190 Β· ⏱️ 14.01.2021): ``` conda install -c aibox recbole ```
TF Recommenders (πŸ₯‰19 Β· ⭐ 700) - TensorFlow Recommenders is a library for building.. Apache-2 -- [GitHub](https://github.com/tensorflow/recommenders) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 73 Β· πŸ“¦ 11 Β· πŸ“‹ 82 - 41% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/tensorflow/recommenders) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 73 Β· πŸ“¦ 11 Β· πŸ“‹ 84 - 40% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/tensorflow/recommenders ``` -- [PyPi](https://pypi.org/project/tensorflow-recommenders) (πŸ“₯ 3.3K / month Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/tensorflow-recommenders) (πŸ“₯ 2.7K / month Β· ⏱️ 21.01.2021): ``` pip install tensorflow-recommenders ```
recmetrics (πŸ₯‰19 Β· ⭐ 230) - A library of metrics for evaluating recommender systems. MIT -- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 53 Β· πŸ“¦ 16 Β· πŸ“‹ 14 - 50% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 52 Β· πŸ“¦ 16 Β· πŸ“‹ 14 - 50% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/statisticianinstilettos/recmetrics ``` -- [PyPi](https://pypi.org/project/recmetrics) (πŸ“₯ 700 / month Β· ⏱️ 10.02.2019): +- [PyPi](https://pypi.org/project/recmetrics) (πŸ“₯ 790 / month Β· ⏱️ 10.02.2019): ``` pip install recmetrics ``` @@ -6749,28 +6815,28 @@ _Libraries for building and evaluating recommendation systems._ conda install -c maciejkula spotlight ```
-
OpenRec (πŸ₯‰16 Β· ⭐ 350 Β· πŸ’€) - OpenRec is an open-source and modular library for neural network-.. Apache-2 +
Case Recommender (πŸ₯‰16 Β· ⭐ 310 Β· πŸ’€) - Case Recommender: A Flexible and Extensible Python.. MIT -- [GitHub](https://github.com/ylongqi/openrec) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 79 Β· πŸ“¦ 1 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 19.02.2020): +- [GitHub](https://github.com/caserec/CaseRecommender) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 66 Β· πŸ“¦ 6 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 26.05.2020): ``` - git clone https://github.com/ylongqi/openrec + git clone https://github.com/caserec/CaseRecommender ``` -- [PyPi](https://pypi.org/project/openrec) (πŸ“₯ 27 / month Β· πŸ“¦ 1 Β· ⏱️ 11.09.2019): +- [PyPi](https://pypi.org/project/caserecommender) (πŸ“₯ 67 / month Β· ⏱️ 20.08.2019): ``` - pip install openrec + pip install caserecommender ```
-
Case Recommender (πŸ₯‰16 Β· ⭐ 310 Β· πŸ’€) - Case Recommender: A Flexible and Extensible Python.. MIT +
OpenRec (πŸ₯‰15 Β· ⭐ 350 Β· πŸ’€) - OpenRec is an open-source and modular library for neural network-.. Apache-2 -- [GitHub](https://github.com/caserec/CaseRecommender) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 66 Β· πŸ“¦ 5 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 26.05.2020): +- [GitHub](https://github.com/ylongqi/openrec) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 79 Β· πŸ“¦ 1 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 19.02.2020): ``` - git clone https://github.com/caserec/CaseRecommender + git clone https://github.com/ylongqi/openrec ``` -- [PyPi](https://pypi.org/project/caserecommender) (πŸ“₯ 39 / month Β· ⏱️ 20.08.2019): +- [PyPi](https://pypi.org/project/openrec) (πŸ“₯ 13 / month Β· πŸ“¦ 1 Β· ⏱️ 11.09.2019): ``` - pip install caserecommender + pip install openrec ```

@@ -6783,48 +6849,48 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l
PySyft (πŸ₯‡26 Β· ⭐ 6.8K) - A library for answering questions using data you cannot see. MIT -- [GitHub](https://github.com/OpenMined/PySyft) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“‹ 2.6K - 6% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/OpenMined/PySyft) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“‹ 2.6K - 6% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/OpenMined/PySyft ``` -- [PyPi](https://pypi.org/project/syft) (πŸ“₯ 1.6K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/syft) (πŸ“₯ 1.4K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): ``` pip install syft ```
-
Opacus (πŸ₯ˆ22 Β· ⭐ 720) - Training PyTorch models with differential privacy. Apache-2 +
Opacus (πŸ₯ˆ22 Β· ⭐ 730) - Training PyTorch models with differential privacy. Apache-2 -- [GitHub](https://github.com/pytorch/opacus) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 90 Β· πŸ“₯ 30 Β· πŸ“¦ 11 Β· πŸ“‹ 54 - 9% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pytorch/opacus) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 90 Β· πŸ“₯ 30 Β· πŸ“¦ 11 Β· πŸ“‹ 57 - 14% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pytorch/opacus ``` -- [PyPi](https://pypi.org/project/opacus) (πŸ“₯ 1.2K / month Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/opacus) (πŸ“₯ 1.5K / month Β· ⏱️ 17.12.2020): ``` pip install opacus ```
TensorFlow Privacy (πŸ₯ˆ21 Β· ⭐ 1.3K) - Library for training machine learning models with.. Apache-2 -- [GitHub](https://github.com/tensorflow/privacy) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 260 Β· πŸ“₯ 41 Β· πŸ“‹ 120 - 34% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/tensorflow/privacy) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 260 Β· πŸ“₯ 41 Β· πŸ“‹ 120 - 35% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/tensorflow/privacy ``` -- [PyPi](https://pypi.org/project/tensorflow-privacy) (πŸ“₯ 4K / month Β· πŸ“¦ 1 Β· ⏱️ 03.09.2020): +- [PyPi](https://pypi.org/project/tensorflow-privacy) (πŸ“₯ 3.9K / month Β· πŸ“¦ 1 Β· ⏱️ 03.09.2020): ``` pip install tensorflow-privacy ```
-
TFEncrypted (πŸ₯ˆ21 Β· ⭐ 810) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2 +
TFEncrypted (πŸ₯ˆ21 Β· ⭐ 820) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2 - [GitHub](https://github.com/tf-encrypted/tf-encrypted) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“¦ 46 Β· πŸ“‹ 400 - 41% open Β· ⏱️ 19.08.2020): ``` git clone https://github.com/tf-encrypted/tf-encrypted ``` -- [PyPi](https://pypi.org/project/tf-encrypted) (πŸ“₯ 310 / month Β· πŸ“¦ 8 Β· ⏱️ 21.10.2019): +- [PyPi](https://pypi.org/project/tf-encrypted) (πŸ“₯ 340 / month Β· πŸ“¦ 8 Β· ⏱️ 21.10.2019): ``` pip install tf-encrypted ``` @@ -6837,14 +6903,14 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l git clone https://github.com/FederatedAI/FATE ```
-
CrypTen (πŸ₯‰16 Β· ⭐ 690) - A framework for Privacy Preserving Machine Learning. MIT +
CrypTen (πŸ₯‰16 Β· ⭐ 700) - A framework for Privacy Preserving Machine Learning. MIT - [GitHub](https://github.com/facebookresearch/CrypTen) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 90 Β· πŸ“¦ 5 Β· πŸ“‹ 46 - 32% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/facebookresearch/CrypTen ``` -- [PyPi](https://pypi.org/project/crypten) (πŸ“₯ 68 / month Β· ⏱️ 05.02.2020): +- [PyPi](https://pypi.org/project/crypten) (πŸ“₯ 64 / month Β· ⏱️ 05.02.2020): ``` pip install crypten ``` @@ -6859,12 +6925,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
Tensorboard (πŸ₯‡36 Β· ⭐ 5.1K) - TensorFlow's Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/tensorflow/tensorboard) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.3K Β· πŸ“¦ 52K Β· πŸ“‹ 1.5K - 37% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/tensorboard) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.3K Β· πŸ“¦ 53K Β· πŸ“‹ 1.5K - 37% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/tensorboard ``` -- [PyPi](https://pypi.org/project/tensorboard) (πŸ“₯ 4.7M / month Β· πŸ“¦ 3.6K Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/tensorboard) (πŸ“₯ 4.2M / month Β· πŸ“¦ 3.6K Β· ⏱️ 12.11.2020): ``` pip install tensorboard ``` @@ -6873,14 +6939,14 @@ _Libraries to organize, track, and visualize machine learning experiments._ conda install -c conda-forge tensorboard ```
-
mlflow (πŸ₯‡34 Β· ⭐ 8.2K) - Open source platform for the machine learning lifecycle. Apache-2 +
mlflow (πŸ₯‡34 Β· ⭐ 8.3K) - Open source platform for the machine learning lifecycle. Apache-2 -- [GitHub](https://github.com/mlflow/mlflow) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.9K Β· πŸ“¦ 1.8K Β· πŸ“‹ 1.7K - 39% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/mlflow/mlflow) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.9K Β· πŸ“¦ 1.9K Β· πŸ“‹ 1.7K - 39% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/mlflow/mlflow ``` -- [PyPi](https://pypi.org/project/mlflow) (πŸ“₯ 2.3M / month Β· πŸ“¦ 150 Β· ⏱️ 31.12.2020): +- [PyPi](https://pypi.org/project/mlflow) (πŸ“₯ 2.1M / month Β· πŸ“¦ 150 Β· ⏱️ 31.12.2020): ``` pip install mlflow ``` @@ -6889,54 +6955,54 @@ _Libraries to organize, track, and visualize machine learning experiments._ conda install -c conda-forge mlflow ```
-
DVC (πŸ₯‡30 Β· ⭐ 7.1K) - Data Version Control | Git for Data & Models. Apache-2 +
DVC (πŸ₯‡30 Β· ⭐ 7.2K) - Data Version Control | Git for Data & Models. Apache-2 -- [GitHub](https://github.com/iterative/dvc) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 660 Β· πŸ“₯ 18K Β· πŸ“¦ 540 Β· πŸ“‹ 2.6K - 18% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/iterative/dvc) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 680 Β· πŸ“₯ 18K Β· πŸ“¦ 550 Β· πŸ“‹ 2.7K - 18% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/iterative/dvc ``` -- [PyPi](https://pypi.org/project/dvc) (πŸ“₯ 46K / month Β· πŸ“¦ 46 Β· ⏱️ 05.01.2021): +- [PyPi](https://pypi.org/project/dvc) (πŸ“₯ 45K / month Β· πŸ“¦ 46 Β· ⏱️ 26.01.2021): ``` pip install dvc ``` -- [Conda](https://anaconda.org/conda-forge/dvc) (πŸ“₯ 440K Β· ⏱️ 05.01.2021): +- [Conda](https://anaconda.org/conda-forge/dvc) (πŸ“₯ 450K Β· ⏱️ 26.01.2021): ``` conda install -c conda-forge dvc ```
-
wandb client (πŸ₯‡30 Β· ⭐ 2.6K) - A tool for visualizing and tracking your machine learning.. MIT +
wandb client (πŸ₯‡30 Β· ⭐ 2.7K) - A tool for visualizing and tracking your machine learning.. MIT -- [GitHub](https://github.com/wandb/client) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 180 Β· πŸ“¦ 1.8K Β· πŸ“‹ 990 - 34% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/wandb/client) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 190 Β· πŸ“¦ 1.9K Β· πŸ“‹ 900 - 26% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/wandb/client ``` -- [PyPi](https://pypi.org/project/wandb) (πŸ“₯ 180K / month Β· πŸ“¦ 78 Β· ⏱️ 16.01.2021): +- [PyPi](https://pypi.org/project/wandb) (πŸ“₯ 180K / month Β· πŸ“¦ 78 Β· ⏱️ 24.01.2021): ``` pip install wandb ```
-
SageMaker SDK (πŸ₯‡30 Β· ⭐ 1.3K Β· πŸ“ˆ) - A library for training and deploying machine learning.. Apache-2 +
SageMaker SDK (πŸ₯‡30 Β· ⭐ 1.3K) - A library for training and deploying machine learning.. Apache-2 -- [GitHub](https://github.com/aws/sagemaker-python-sdk) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 560 Β· πŸ“¦ 570 Β· πŸ“‹ 720 - 28% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/aws/sagemaker-python-sdk) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 560 Β· πŸ“¦ 580 Β· πŸ“‹ 720 - 28% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/aws/sagemaker-python-sdk ``` -- [PyPi](https://pypi.org/project/sagemaker) (πŸ“₯ 380K / month Β· πŸ“¦ 28 Β· ⏱️ 20.01.2021): +- [PyPi](https://pypi.org/project/sagemaker) (πŸ“₯ 330K / month Β· πŸ“¦ 28 Β· ⏱️ 23.01.2021): ``` pip install sagemaker ```
kaggle (πŸ₯ˆ29 Β· ⭐ 3.8K) - Official Kaggle API. Apache-2 -- [GitHub](https://github.com/Kaggle/kaggle-api) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 770 Β· πŸ“¦ 4.3K Β· πŸ“‹ 270 - 60% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/Kaggle/kaggle-api) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 770 Β· πŸ“¦ 4.4K Β· πŸ“‹ 270 - 60% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/Kaggle/kaggle-api ``` -- [PyPi](https://pypi.org/project/kaggle) (πŸ“₯ 200K / month Β· πŸ“¦ 560 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/kaggle) (πŸ“₯ 110K / month Β· πŸ“¦ 560 Β· ⏱️ 30.11.2020): ``` pip install kaggle ``` @@ -6952,19 +7018,19 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/IDSIA/sacred ``` -- [PyPi](https://pypi.org/project/sacred) (πŸ“₯ 10K / month Β· πŸ“¦ 150 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/sacred) (πŸ“₯ 11K / month Β· πŸ“¦ 150 Β· ⏱️ 14.12.2020): ``` pip install sacred ```
-
snakemake (πŸ₯ˆ29 Β· ⭐ 820) - This is the development home of the workflow management system.. MIT +
snakemake (πŸ₯ˆ29 Β· ⭐ 830) - This is the development home of the workflow management system.. MIT -- [GitHub](https://github.com/snakemake/snakemake) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 180 Β· πŸ“¦ 730 Β· πŸ“‹ 520 - 60% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/snakemake/snakemake) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 190 Β· πŸ“¦ 730 Β· πŸ“‹ 530 - 61% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/snakemake/snakemake ``` -- [PyPi](https://pypi.org/project/snakemake) (πŸ“₯ 7.8K / month Β· πŸ“¦ 290 Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/snakemake) (πŸ“₯ 7.6K / month Β· πŸ“¦ 290 Β· ⏱️ 15.01.2021): ``` pip install snakemake ``` @@ -6975,92 +7041,80 @@ _Libraries to organize, track, and visualize machine learning experiments._
PyCaret (πŸ₯ˆ28 Β· ⭐ 2.9K) - An open-source, low-code machine learning library in Python. MIT -- [GitHub](https://github.com/pycaret/pycaret) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 600 Β· πŸ“₯ 350 Β· πŸ“¦ 610 Β· πŸ“‹ 710 - 22% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/pycaret/pycaret) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 600 Β· πŸ“₯ 360 Β· πŸ“¦ 630 Β· πŸ“‹ 710 - 21% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pycaret/pycaret ``` -- [PyPi](https://pypi.org/project/pycaret) (πŸ“₯ 22K / month Β· ⏱️ 22.12.2020): +- [PyPi](https://pypi.org/project/pycaret) (πŸ“₯ 20K / month Β· ⏱️ 22.12.2020): ``` pip install pycaret ```
AzureML SDK (πŸ₯ˆ28 Β· ⭐ 2.1K) - Python notebooks with ML and deep learning examples with Azure.. MIT -- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 1.5K Β· πŸ“₯ 390 Β· πŸ“‹ 920 - 7% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 1.6K Β· πŸ“₯ 390 Β· πŸ“‹ 930 - 8% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/Azure/MachineLearningNotebooks ``` -- [PyPi](https://pypi.org/project/azureml-sdk) (πŸ“₯ 260K / month Β· πŸ“¦ 60 Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/azureml-sdk) (πŸ“₯ 240K / month Β· πŸ“¦ 60 Β· ⏱️ 25.01.2021): ``` pip install azureml-sdk ```
tensorboardX (πŸ₯ˆ27 Β· ⭐ 6.8K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT -- [GitHub](https://github.com/lanpa/tensorboardX) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 770 Β· πŸ“₯ 290 Β· πŸ“¦ 9.8K Β· πŸ“‹ 410 - 17% open Β· ⏱️ 05.07.2020): +- [GitHub](https://github.com/lanpa/tensorboardX) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 780 Β· πŸ“₯ 290 Β· πŸ“¦ 10K Β· πŸ“‹ 410 - 17% open Β· ⏱️ 05.07.2020): ``` git clone https://github.com/lanpa/tensorboardX ``` -- [PyPi](https://pypi.org/project/tensorboardX) (πŸ“₯ 280K / month Β· πŸ“¦ 1.3K Β· ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/tensorboardX) (πŸ“₯ 250K / month Β· πŸ“¦ 1.3K Β· ⏱️ 31.12.2019): ``` pip install tensorboardX ``` -- [Conda](https://anaconda.org/conda-forge/tensorboardx) (πŸ“₯ 260K Β· ⏱️ 06.07.2020): +- [Conda](https://anaconda.org/conda-forge/tensorboardx) (πŸ“₯ 270K Β· ⏱️ 06.07.2020): ``` conda install -c conda-forge tensorboardx ```
Metaflow (πŸ₯ˆ26 Β· ⭐ 4K) - Build and manage real-life data science projects with ease. Apache-2 -- [GitHub](https://github.com/Netflix/metaflow) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 310 Β· πŸ“¦ 100 Β· πŸ“‹ 250 - 43% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/Netflix/metaflow) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 310 Β· πŸ“¦ 100 Β· πŸ“‹ 250 - 43% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/Netflix/metaflow ``` -- [PyPi](https://pypi.org/project/metaflow) (πŸ“₯ 35K / month Β· πŸ“¦ 1 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/metaflow) (πŸ“₯ 25K / month Β· πŸ“¦ 2 Β· ⏱️ 26.01.2021): ``` pip install metaflow ``` -- [Conda](https://anaconda.org/conda-forge/metaflow) (πŸ“₯ 10K Β· ⏱️ 12.11.2020): +- [Conda](https://anaconda.org/conda-forge/metaflow) (πŸ“₯ 10K Β· ⏱️ 27.01.2021): ``` conda install -c conda-forge metaflow ```
Catalyst (πŸ₯ˆ26 Β· ⭐ 2.4K) - Accelerated deep learning R&D. Apache-2 -- [GitHub](https://github.com/catalyst-team/catalyst) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 270 Β· πŸ“¦ 270 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/catalyst-team/catalyst) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 270 Β· πŸ“¦ 280 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/catalyst-team/catalyst ``` -- [PyPi](https://pypi.org/project/catalyst) (πŸ“₯ 6.3K / month Β· πŸ“¦ 38 Β· ⏱️ 20.12.2020): +- [PyPi](https://pypi.org/project/catalyst) (πŸ“₯ 5.2K / month Β· πŸ“¦ 38 Β· ⏱️ 24.01.2021): ``` pip install catalyst ```
-
TNT (πŸ₯ˆ25 Β· ⭐ 1.3K) - Simple tools for logging and visualizing, loading and training. BSD-3 - -- [GitHub](https://github.com/pytorch/tnt) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 180 Β· πŸ“¦ 510 Β· πŸ“‹ 64 - 46% open Β· ⏱️ 05.01.2021): - - ``` - git clone https://github.com/pytorch/tnt - ``` -- [PyPi](https://pypi.org/project/torchnet) (πŸ“₯ 8.2K / month Β· πŸ“¦ 50 Β· ⏱️ 29.07.2018): - ``` - pip install torchnet - ``` -
ClearML (πŸ₯ˆ24 Β· ⭐ 2.1K) - ClearML - Auto-Magical Suite of tools to streamline your ML.. Apache-2 -- [GitHub](https://github.com/allegroai/clearml) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 310 Β· πŸ“₯ 260 Β· πŸ“¦ 10 Β· πŸ“‹ 250 - 21% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/allegroai/clearml) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 320 Β· πŸ“₯ 260 Β· πŸ“¦ 11 Β· πŸ“‹ 260 - 22% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/allegroai/clearml ``` -- [PyPi](https://pypi.org/project/clearml) (πŸ“₯ 1.6K / month Β· ⏱️ 18.01.2021): +- [PyPi](https://pypi.org/project/clearml) (πŸ“₯ 1.8K / month Β· ⏱️ 24.01.2021): ``` pip install clearml ``` @@ -7069,42 +7123,38 @@ _Libraries to organize, track, and visualize machine learning experiments._ docker pull allegroai/trains ```
-
Hub (πŸ₯ˆ24 Β· ⭐ 690) - The fastest way to access and manage datasets for PyTorch and TensorFlow... MPL-2.0 +
TNT (πŸ₯ˆ24 Β· ⭐ 1.3K) - Simple tools for logging and visualizing, loading and training. BSD-3 -- [GitHub](https://github.com/activeloopai/Hub) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 120 Β· πŸ“¦ 120 Β· πŸ“‹ 180 - 46% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pytorch/tnt) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 190 Β· πŸ“¦ 520 Β· πŸ“‹ 64 - 46% open Β· ⏱️ 05.01.2021): ``` - git clone https://github.com/activeloopai/Hub - ``` -- [PyPi](https://pypi.org/project/hub) (πŸ“₯ 1.1K / month Β· πŸ“¦ 52 Β· ⏱️ 15.01.2021): - ``` - pip install hub + git clone https://github.com/pytorch/tnt ``` -- [Conda](https://anaconda.org/conda-forge/hub) (πŸ“₯ 93K Β· ⏱️ 22.04.2020): +- [PyPi](https://pypi.org/project/torchnet) (πŸ“₯ 5.9K / month Β· πŸ“¦ 50 Β· ⏱️ 29.07.2018): ``` - conda install -c conda-forge hub + pip install torchnet ```
-
ml-metadata (πŸ₯ˆ24 Β· ⭐ 260) - For recording and retrieving metadata associated with ML.. Apache-2 +
ml-metadata (πŸ₯ˆ24 Β· ⭐ 270) - For recording and retrieving metadata associated with ML.. Apache-2 -- [GitHub](https://github.com/google/ml-metadata) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 56 Β· πŸ“₯ 1.2K Β· πŸ“¦ 65 Β· πŸ“‹ 54 - 27% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/google/ml-metadata) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 58 Β· πŸ“₯ 1.2K Β· πŸ“¦ 69 Β· πŸ“‹ 58 - 31% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/google/ml-metadata ``` -- [PyPi](https://pypi.org/project/ml-metadata) (πŸ“₯ 230K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/ml-metadata) (πŸ“₯ 220K / month Β· ⏱️ 26.01.2021): ``` pip install ml-metadata ```
VisualDL (πŸ₯‰23 Β· ⭐ 3.2K) - Deep Learning Visualization Toolkit. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/VisualDL) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 440 Β· πŸ“₯ 67 Β· πŸ“¦ 140 Β· πŸ“‹ 340 - 6% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/PaddlePaddle/VisualDL) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 440 Β· πŸ“₯ 67 Β· πŸ“¦ 140 Β· πŸ“‹ 340 - 6% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/PaddlePaddle/VisualDL ``` -- [PyPi](https://pypi.org/project/visualdl) (πŸ“₯ 4.7K / month Β· πŸ“¦ 10 Β· ⏱️ 29.12.2020): +- [PyPi](https://pypi.org/project/visualdl) (πŸ“₯ 3.7K / month Β· πŸ“¦ 10 Β· ⏱️ 29.12.2020): ``` pip install visualdl ``` @@ -7116,7 +7166,7 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/microsoft/tensorwatch ``` -- [PyPi](https://pypi.org/project/tensorwatch) (πŸ“₯ 12K / month Β· πŸ“¦ 6 Β· ⏱️ 04.03.2020): +- [PyPi](https://pypi.org/project/tensorwatch) (πŸ“₯ 18K / month Β· πŸ“¦ 6 Β· ⏱️ 04.03.2020): ``` pip install tensorwatch ``` @@ -7128,7 +7178,7 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/stared/livelossplot ``` -- [PyPi](https://pypi.org/project/livelossplot) (πŸ“₯ 11K / month Β· πŸ“¦ 5 Β· ⏱️ 24.07.2020): +- [PyPi](https://pypi.org/project/livelossplot) (πŸ“₯ 10K / month Β· πŸ“¦ 5 Β· ⏱️ 24.07.2020): ``` pip install livelossplot ``` @@ -7140,7 +7190,7 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/huggingface/knockknock ``` -- [PyPi](https://pypi.org/project/knockknock) (πŸ“₯ 1.2K / month Β· πŸ“¦ 3 Β· ⏱️ 16.03.2020): +- [PyPi](https://pypi.org/project/knockknock) (πŸ“₯ 1.4K / month Β· πŸ“¦ 3 Β· ⏱️ 16.03.2020): ``` pip install knockknock ``` @@ -7151,28 +7201,16 @@ _Libraries to organize, track, and visualize machine learning experiments._
Guild AI (πŸ₯‰22 Β· ⭐ 530) - Experiment tracking, ML developer tools. Apache-2 -- [GitHub](https://github.com/guildai/guildai) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 42 Β· πŸ“¦ 25 Β· πŸ“‹ 240 - 39% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/guildai/guildai) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 42 Β· πŸ“¦ 25 Β· πŸ“‹ 240 - 38% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/guildai/guildai ``` -- [PyPi](https://pypi.org/project/guildai) (πŸ“₯ 1.8K / month Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/guildai) (πŸ“₯ 1.9K / month Β· ⏱️ 14.01.2021): ``` pip install guildai ```
-
Studio.ml (πŸ₯‰22 Β· ⭐ 370) - Studio: Simplify and expedite model building process. Apache-2 - -- [GitHub](https://github.com/studioml/studio) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 48 Β· πŸ“¦ 3 Β· πŸ“‹ 240 - 22% open Β· ⏱️ 20.01.2021): - - ``` - git clone https://github.com/studioml/studio - ``` -- [PyPi](https://pypi.org/project/studioml) (πŸ“₯ 1.1K / month Β· ⏱️ 20.01.2021): - ``` - pip install studioml - ``` -
lore (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - Lore makes machine learning approachable for Software Engineers and.. MIT - [GitHub](https://github.com/instacart/lore) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 16 Β· πŸ“‹ 34 - 47% open Β· ⏱️ 11.05.2020): @@ -7180,50 +7218,50 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/instacart/lore ``` -- [PyPi](https://pypi.org/project/lore) (πŸ“₯ 460 / month Β· πŸ“¦ 1 Β· ⏱️ 11.05.2020): +- [PyPi](https://pypi.org/project/lore) (πŸ“₯ 440 / month Β· πŸ“¦ 1 Β· ⏱️ 11.05.2020): ``` pip install lore ```
-
gokart (πŸ₯‰21 Β· ⭐ 160) - A wrapper of the data pipeline library luigi. MIT +
Studio.ml (πŸ₯‰21 Β· ⭐ 370) - Studio: Simplify and expedite model building process. Apache-2 -- [GitHub](https://github.com/m3dev/gokart) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 30 Β· πŸ“¦ 28 Β· πŸ“‹ 29 - 31% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/studioml/studio) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 48 Β· πŸ“¦ 3 Β· πŸ“‹ 240 - 22% open Β· ⏱️ 22.01.2021): ``` - git clone https://github.com/m3dev/gokart + git clone https://github.com/studioml/studio ``` -- [PyPi](https://pypi.org/project/gokart) (πŸ“₯ 470 / month Β· πŸ“¦ 2 Β· ⏱️ 25.02.2020): +- [PyPi](https://pypi.org/project/studioml) (πŸ“₯ 940 / month Β· ⏱️ 22.01.2021): ``` - pip install gokart + pip install studioml ```
-
Labml (πŸ₯‰20 Β· ⭐ 360) - Monitor PyTorch & TensorFlow model training from your mobile phone. MIT +
Labml (πŸ₯‰20 Β· ⭐ 370) - Monitor PyTorch & TensorFlow model training from your mobile phone. MIT -- [GitHub](https://github.com/lab-ml/labml) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 33 Β· πŸ“¦ 20 Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/lab-ml/labml) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 35 Β· πŸ“¦ 20 Β· ⏱️ 28.01.2021): ``` git clone https://github.com/lab-ml/labml ``` -- [PyPi](https://pypi.org/project/labml) (πŸ“₯ 760 / month Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/labml) (πŸ“₯ 550 / month Β· ⏱️ 28.01.2021): ``` pip install labml ```
hiddenlayer (πŸ₯‰19 Β· ⭐ 1.4K Β· πŸ’€) - Neural network graphs and training metrics for.. MIT -- [GitHub](https://github.com/waleedka/hiddenlayer) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 190 Β· πŸ“¦ 52 Β· πŸ“‹ 75 - 57% open Β· ⏱️ 24.04.2020): +- [GitHub](https://github.com/waleedka/hiddenlayer) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 200 Β· πŸ“¦ 54 Β· πŸ“‹ 75 - 57% open Β· ⏱️ 24.04.2020): ``` git clone https://github.com/waleedka/hiddenlayer ``` -- [PyPi](https://pypi.org/project/hiddenlayer) (πŸ“₯ 1.1K / month Β· πŸ“¦ 4 Β· ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/hiddenlayer) (πŸ“₯ 1K / month Β· πŸ“¦ 4 Β· ⏱️ 24.04.2020): ``` pip install hiddenlayer ```
MXBoard (πŸ₯‰19 Β· ⭐ 330 Β· πŸ’€) - Logging MXNet data for visualization in TensorBoard. Apache-2 -- [GitHub](https://github.com/awslabs/mxboard) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 46 Β· πŸ“¦ 93 Β· πŸ“‹ 31 - 51% open Β· ⏱️ 24.01.2020): +- [GitHub](https://github.com/awslabs/mxboard) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 46 Β· πŸ“¦ 95 Β· πŸ“‹ 31 - 51% open Β· ⏱️ 24.01.2020): ``` git clone https://github.com/awslabs/mxboard @@ -7240,29 +7278,41 @@ _Libraries to organize, track, and visualize machine learning experiments._ ``` git clone https://github.com/MrPowers/quinn ``` -- [PyPi](https://pypi.org/project/quinn) (πŸ“₯ 110K / month Β· πŸ“¦ 3 Β· ⏱️ 26.07.2020): +- [PyPi](https://pypi.org/project/quinn) (πŸ“₯ 89K / month Β· πŸ“¦ 3 Β· ⏱️ 26.07.2020): ``` pip install quinn ```
-
aim (πŸ₯‰15 Β· ⭐ 810) - Aim a super-easy way to record, search and compare 1000s of ML training.. Apache-2 +
gokart (πŸ₯‰19 Β· ⭐ 160 Β· πŸ“‰) - A wrapper of the data pipeline library luigi. MIT + +- [GitHub](https://github.com/m3dev/gokart) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 29 Β· πŸ“‹ 31 - 29% open Β· ⏱️ 27.01.2021): + + ``` + git clone https://github.com/m3dev/gokart + ``` +- [PyPi](https://pypi.org/project/gokart) (πŸ“₯ 450 / month Β· πŸ“¦ 2 Β· ⏱️ 25.02.2020): + ``` + pip install gokart + ``` +
+
aim (πŸ₯‰15 Β· ⭐ 820) - Aim a super-easy way to record, search and compare 1000s of ML training.. Apache-2 -- [GitHub](https://github.com/aimhubio/aim) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 46 Β· πŸ“‹ 41 - 39% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/aimhubio/aim) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 46 Β· πŸ“‹ 44 - 43% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/aimhubio/aim ``` -- [PyPi](https://pypi.org/project/aim) (πŸ“₯ 860 / month Β· πŸ“¦ 2 Β· ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/aim) (πŸ“₯ 790 / month Β· πŸ“¦ 2 Β· ⏱️ 07.01.2021): ``` pip install aim ```
Show 6 hidden projects... -- TensorBoard Logger (πŸ₯‰20 Β· ⭐ 610 Β· πŸ’€) - Log TensorBoard events without touching TensorFlow. MIT +- TensorBoard Logger (πŸ₯‰19 Β· ⭐ 610 Β· πŸ’€) - Log TensorBoard events without touching TensorFlow. MIT - SKLL (πŸ₯‰17 Β· ⭐ 520) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗️BSD-1-Clause - datmo (πŸ₯‰16 Β· ⭐ 330 Β· πŸ’€) - Open source production model management tool for data scientists. MIT -- steppy (πŸ₯‰15 Β· ⭐ 130 Β· πŸ’€) - Lightweight, Python library for fast and reproducible experimentation. MIT +- steppy (πŸ₯‰16 Β· ⭐ 130 Β· πŸ’€) - Lightweight, Python library for fast and reproducible experimentation. MIT - ModelChimp (πŸ₯‰14 Β· ⭐ 120) - Experiment tracking for machine and deep learning projects. BSD-2 - traintool (πŸ₯‰10 Β· ⭐ 9 Β· 🐣) - Train off-the-shelf machine learning models in one.. Apache-2
@@ -7276,12 +7326,12 @@ _Libraries to serialize models to files, convert between a variety of model form
onnx (πŸ₯‡33 Β· ⭐ 9.7K) - Open standard for machine learning interoperability. Apache-2 -- [GitHub](https://github.com/onnx/onnx) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.8K Β· πŸ“₯ 10K Β· πŸ“¦ 2.4K Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/onnx/onnx) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.8K Β· πŸ“₯ 10K Β· πŸ“¦ 2.5K Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/onnx/onnx ``` -- [PyPi](https://pypi.org/project/onnx) (πŸ“₯ 300K / month Β· πŸ“¦ 300 Β· ⏱️ 06.11.2020): +- [PyPi](https://pypi.org/project/onnx) (πŸ“₯ 270K / month Β· πŸ“¦ 300 Β· ⏱️ 06.11.2020): ``` pip install onnx ``` @@ -7292,80 +7342,80 @@ _Libraries to serialize models to files, convert between a variety of model form
Core ML Tools (πŸ₯‡26 Β· ⭐ 2.1K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 -- [GitHub](https://github.com/apple/coremltools) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 320 Β· πŸ“₯ 2.3K Β· πŸ“¦ 450 Β· πŸ“‹ 620 - 50% open Β· ⏱️ 08.01.2021): +- [GitHub](https://github.com/apple/coremltools) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 320 Β· πŸ“₯ 2.3K Β· πŸ“¦ 460 Β· πŸ“‹ 620 - 50% open Β· ⏱️ 08.01.2021): ``` git clone https://github.com/apple/coremltools ``` -- [PyPi](https://pypi.org/project/coremltools) (πŸ“₯ 38K / month Β· πŸ“¦ 130 Β· ⏱️ 10.10.2020): +- [PyPi](https://pypi.org/project/coremltools) (πŸ“₯ 34K / month Β· πŸ“¦ 130 Β· ⏱️ 10.10.2020): ``` pip install coremltools ```
TorchServe (πŸ₯ˆ24 Β· ⭐ 1.5K) - Model Serving on PyTorch. Apache-2 -- [GitHub](https://github.com/pytorch/serve) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 220 Β· πŸ“₯ 180 Β· πŸ“¦ 26 Β· πŸ“‹ 530 - 24% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/pytorch/serve) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 230 Β· πŸ“₯ 180 Β· πŸ“¦ 26 Β· πŸ“‹ 530 - 24% open Β· ⏱️ 13.01.2021): ``` git clone https://github.com/pytorch/serve ``` -- [PyPi](https://pypi.org/project/torchserve) (πŸ“₯ 2.1K / month Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/torchserve) (πŸ“₯ 3.3K / month Β· ⏱️ 17.12.2020): ``` pip install torchserve ``` -- [Conda](https://anaconda.org/pytorch/torchserve) (πŸ“₯ 6.1K Β· ⏱️ 17.12.2020): +- [Conda](https://anaconda.org/pytorch/torchserve) (πŸ“₯ 6.2K Β· ⏱️ 17.12.2020): ``` conda install -c pytorch torchserve ``` -- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (πŸ“₯ 50K Β· ⭐ 3 Β· ⏱️ 18.12.2020): +- [Docker Hub](https://hub.docker.com/r/pytorch/torchserve) (πŸ“₯ 51K Β· ⭐ 3 Β· ⏱️ 18.12.2020): ``` docker pull pytorch/torchserve ```
-
mmdnn (πŸ₯ˆ22 Β· ⭐ 5.2K) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT +
m2cgen (πŸ₯ˆ23 Β· ⭐ 1.8K) - Transform ML models into a native code (Java, C, Python, Go, JavaScript,.. MIT -- [GitHub](https://github.com/microsoft/MMdnn) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 920 Β· πŸ“₯ 3.3K Β· πŸ“¦ 49 Β· πŸ“‹ 590 - 51% open Β· ⏱️ 14.08.2020): +- [GitHub](https://github.com/BayesWitnesses/m2cgen) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 150 Β· πŸ“¦ 4 Β· πŸ“‹ 72 - 50% open Β· ⏱️ 07.10.2020): ``` - git clone https://github.com/Microsoft/MMdnn + git clone https://github.com/BayesWitnesses/m2cgen ``` -- [PyPi](https://pypi.org/project/mmdnn) (πŸ“₯ 550 / month Β· πŸ“¦ 3 Β· ⏱️ 24.07.2020): +- [PyPi](https://pypi.org/project/m2cgen) (πŸ“₯ 8.3K / month Β· ⏱️ 18.09.2020): ``` - pip install mmdnn + pip install m2cgen ```
-
m2cgen (πŸ₯ˆ22 Β· ⭐ 1.7K) - Transform ML models into a native code (Java, C, Python, Go, JavaScript,.. MIT +
mmdnn (πŸ₯ˆ22 Β· ⭐ 5.2K) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT -- [GitHub](https://github.com/BayesWitnesses/m2cgen) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 150 Β· πŸ“¦ 4 Β· πŸ“‹ 61 - 40% open Β· ⏱️ 07.10.2020): +- [GitHub](https://github.com/microsoft/MMdnn) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 920 Β· πŸ“₯ 3.3K Β· πŸ“¦ 49 Β· πŸ“‹ 590 - 51% open Β· ⏱️ 14.08.2020): ``` - git clone https://github.com/BayesWitnesses/m2cgen + git clone https://github.com/Microsoft/MMdnn ``` -- [PyPi](https://pypi.org/project/m2cgen) (πŸ“₯ 8.4K / month Β· ⏱️ 18.09.2020): +- [PyPi](https://pypi.org/project/mmdnn) (πŸ“₯ 430 / month Β· πŸ“¦ 3 Β· ⏱️ 24.07.2020): ``` - pip install m2cgen + pip install mmdnn ```
-
cortex (πŸ₯‰21 Β· ⭐ 7.2K) - Run inference at scale. Apache-2 +
cortex (πŸ₯‰21 Β· ⭐ 7.3K) - Run inference at scale. Apache-2 -- [GitHub](https://github.com/cortexlabs/cortex) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 540 Β· πŸ“‹ 880 - 20% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/cortexlabs/cortex) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 550 Β· πŸ“‹ 900 - 20% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/cortexlabs/cortex ``` -- [PyPi](https://pypi.org/project/cortex) (πŸ“₯ 690 / month Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/cortex) (πŸ“₯ 600 / month Β· ⏱️ 21.01.2021): ``` pip install cortex ```
Hummingbird (πŸ₯‰20 Β· ⭐ 2.2K) - Hummingbird compiles trained ML models into tensor computation for.. MIT -- [GitHub](https://github.com/microsoft/hummingbird) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 160 Β· πŸ“₯ 90 Β· πŸ“¦ 12 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/microsoft/hummingbird) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 160 Β· πŸ“₯ 91 Β· πŸ“¦ 12 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/microsoft/hummingbird ``` -- [PyPi](https://pypi.org/project/hummingbird-ml) (πŸ“₯ 800 / month Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/hummingbird-ml) (πŸ“₯ 780 / month Β· ⏱️ 04.01.2021): ``` pip install hummingbird-ml ``` @@ -7377,7 +7427,7 @@ _Libraries to serialize models to files, convert between a variety of model form ``` git clone https://github.com/nerox8664/pytorch2keras ``` -- [PyPi](https://pypi.org/project/pytorch2keras) (πŸ“₯ 370 / month Β· πŸ“¦ 1 Β· ⏱️ 14.05.2020): +- [PyPi](https://pypi.org/project/pytorch2keras) (πŸ“₯ 380 / month Β· πŸ“¦ 1 Β· ⏱️ 14.05.2020): ``` pip install pytorch2keras ``` @@ -7389,14 +7439,14 @@ _Libraries to serialize models to files, convert between a variety of model form ``` git clone https://github.com/riga/tfdeploy ``` -- [PyPi](https://pypi.org/project/tfdeploy) (πŸ“₯ 43 / month Β· πŸ“¦ 2 Β· ⏱️ 30.03.2017): +- [PyPi](https://pypi.org/project/tfdeploy) (πŸ“₯ 46 / month Β· πŸ“¦ 2 Β· ⏱️ 30.03.2017): ``` pip install tfdeploy ```
Show 2 hidden projects... -- Larq Compute Engine (πŸ₯‰17 Β· ⭐ 120 Β· πŸ“ˆ) - Highly optimized inference engine for Binarized.. Apache-2 +- Larq Compute Engine (πŸ₯‰17 Β· ⭐ 130) - Highly optimized inference engine for Binarized.. Apache-2 - sklearn-porter (πŸ₯‰16 Β· ⭐ 950 Β· πŸ’€) - Transpile trained scikit-learn estimators to C, Java,.. MIT

@@ -7407,90 +7457,74 @@ _Libraries to serialize models to files, convert between a variety of model form _Libraries to visualize, explain, debug, evaluate, and interpret machine learning models._ -
shap (πŸ₯‡33 Β· ⭐ 11K) - A game theoretic approach to explain the output of any machine learning model. MIT +
shap (πŸ₯‡33 Β· ⭐ 12K) - A game theoretic approach to explain the output of any machine learning model. MIT -- [GitHub](https://github.com/slundberg/shap) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.6K Β· πŸ“¦ 1.9K Β· πŸ“‹ 1.4K - 64% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/slundberg/shap) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.7K Β· πŸ“¦ 1.9K Β· πŸ“‹ 1.4K - 64% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/slundberg/shap ``` -- [PyPi](https://pypi.org/project/shap) (πŸ“₯ 760K / month Β· πŸ“¦ 140 Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/shap) (πŸ“₯ 690K / month Β· πŸ“¦ 140 Β· ⏱️ 04.11.2020): ``` pip install shap ``` -- [Conda](https://anaconda.org/conda-forge/shap) (πŸ“₯ 360K Β· ⏱️ 16.12.2020): +- [Conda](https://anaconda.org/conda-forge/shap) (πŸ“₯ 370K Β· ⏱️ 16.12.2020): ``` conda install -c conda-forge shap ```
-
Lime (πŸ₯‡29 Β· ⭐ 8.3K) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 +
Lime (πŸ₯‡29 Β· ⭐ 8.4K) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 -- [GitHub](https://github.com/marcotcr/lime) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 1.3K Β· πŸ“¦ 1K Β· πŸ“‹ 480 - 7% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/marcotcr/lime) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 1.4K Β· πŸ“¦ 1K Β· πŸ“‹ 490 - 9% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/marcotcr/lime ``` -- [PyPi](https://pypi.org/project/lime) (πŸ“₯ 160K / month Β· πŸ“¦ 130 Β· ⏱️ 03.04.2020): +- [PyPi](https://pypi.org/project/lime) (πŸ“₯ 140K / month Β· πŸ“¦ 130 Β· ⏱️ 03.04.2020): ``` pip install lime ``` -- [Conda](https://anaconda.org/conda-forge/lime) (πŸ“₯ 62K Β· ⏱️ 28.06.2020): +- [Conda](https://anaconda.org/conda-forge/lime) (πŸ“₯ 63K Β· ⏱️ 28.06.2020): ``` conda install -c conda-forge lime ```
-
eli5 (πŸ₯‡28 Β· ⭐ 2.3K Β· πŸ’€) - A library for debugging/inspecting machine learning classifiers and.. MIT +
InterpretML (πŸ₯‡27 Β· ⭐ 3.4K) - Fit interpretable models. Explain blackbox machine learning. MIT -- [GitHub](https://github.com/TeamHG-Memex/eli5) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 280 Β· πŸ“¦ 840 Β· πŸ“‹ 240 - 53% open Β· ⏱️ 22.01.2020): +- [GitHub](https://github.com/interpretml/interpret) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 430 Β· πŸ“¦ 61 Β· πŸ“‹ 170 - 28% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/TeamHG-Memex/eli5 - ``` -- [PyPi](https://pypi.org/project/eli5) (πŸ“₯ 220K / month Β· πŸ“¦ 96 Β· ⏱️ 29.08.2019): - ``` - pip install eli5 + git clone https://github.com/interpretml/interpret ``` -- [Conda](https://anaconda.org/conda-forge/eli5) (πŸ“₯ 86K Β· ⏱️ 15.06.2020): +- [PyPi](https://pypi.org/project/interpret) (πŸ“₯ 8.4K / month Β· πŸ“¦ 2 Β· ⏱️ 20.01.2021): ``` - conda install -c conda-forge eli5 + pip install interpret ```
-
arviz (πŸ₯‡28 Β· ⭐ 930) - Exploratory analysis of Bayesian models with Python. Apache-2 +
eli5 (πŸ₯‡27 Β· ⭐ 2.3K Β· πŸ’€) - A library for debugging/inspecting machine learning classifiers and.. MIT -- [GitHub](https://github.com/arviz-devs/arviz) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 170 Β· πŸ“₯ 98 Β· πŸ“¦ 680 Β· πŸ“‹ 520 - 20% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/TeamHG-Memex/eli5) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 300 Β· πŸ“‹ 260 - 56% open Β· ⏱️ 22.01.2020): ``` - git clone https://github.com/arviz-devs/arviz - ``` -- [PyPi](https://pypi.org/project/arviz) (πŸ“₯ 110K / month Β· πŸ“¦ 36 Β· ⏱️ 17.01.2021): - ``` - pip install arviz - ``` -- [Conda](https://anaconda.org/conda-forge/arviz) (πŸ“₯ 170K Β· ⏱️ 18.01.2021): - ``` - conda install -c conda-forge arviz + git clone https://github.com/TeamHG-Memex/eli5 ``` -
-
InterpretML (πŸ₯‡27 Β· ⭐ 3.4K) - Fit interpretable models. Explain blackbox machine learning. MIT - -- [GitHub](https://github.com/interpretml/interpret) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 430 Β· πŸ“¦ 60 Β· πŸ“‹ 160 - 26% open Β· ⏱️ 20.01.2021): - +- [PyPi](https://pypi.org/project/eli5) (πŸ“₯ 190K / month Β· πŸ“¦ 110 Β· ⏱️ 23.01.2021): ``` - git clone https://github.com/interpretml/interpret + pip install eli5 ``` -- [PyPi](https://pypi.org/project/interpret) (πŸ“₯ 9.6K / month Β· πŸ“¦ 2 Β· ⏱️ 20.01.2021): +- [Conda](https://anaconda.org/conda-forge/eli5) (πŸ“₯ 86K Β· ⏱️ 25.01.2021): ``` - pip install interpret + conda install -c conda-forge eli5 ```
-
pyLDAvis (πŸ₯‡27 Β· ⭐ 1.4K Β· πŸ“‰) - Python library for interactive topic model visualization... BSD-3 +
pyLDAvis (πŸ₯‡27 Β· ⭐ 1.4K) - Python library for interactive topic model visualization. Port of.. BSD-3 - [GitHub](https://github.com/bmabey/pyLDAvis) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 290 Β· πŸ“¦ 1.7K Β· πŸ“‹ 150 - 61% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/bmabey/pyLDAvis ``` -- [PyPi](https://pypi.org/project/pyldavis) (πŸ“₯ 58K / month Β· πŸ“¦ 99 Β· ⏱️ 05.06.2018): +- [PyPi](https://pypi.org/project/pyldavis) (πŸ“₯ 53K / month Β· πŸ“¦ 99 Β· ⏱️ 05.06.2018): ``` pip install pyldavis ``` @@ -7501,12 +7535,12 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
Model Analysis (πŸ₯‡27 Β· ⭐ 1K) - Model analysis tools for TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/model-analysis) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 54 - 40% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/tensorflow/model-analysis) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 54 - 40% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/model-analysis ``` -- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (πŸ“₯ 5.8M / month Β· πŸ“¦ 10 Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (πŸ“₯ 5M / month Β· πŸ“¦ 10 Β· ⏱️ 16.12.2020): ``` pip install tensorflow-model-analysis ``` @@ -7518,59 +7552,75 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin ``` git clone https://github.com/DistrictDataLabs/yellowbrick ``` -- [PyPi](https://pypi.org/project/yellowbrick) (πŸ“₯ 53K / month Β· πŸ“¦ 62 Β· ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/yellowbrick) (πŸ“₯ 48K / month Β· πŸ“¦ 62 Β· ⏱️ 09.10.2020): ``` pip install yellowbrick ```
Captum (πŸ₯ˆ25 Β· ⭐ 2.1K) - Model interpretability and understanding for PyTorch. BSD-3 -- [GitHub](https://github.com/pytorch/captum) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 200 Β· πŸ“¦ 100 Β· πŸ“‹ 180 - 24% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pytorch/captum) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 210 Β· πŸ“¦ 110 Β· πŸ“‹ 190 - 25% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pytorch/captum ``` -- [PyPi](https://pypi.org/project/captum) (πŸ“₯ 7.4K / month Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/captum) (πŸ“₯ 7.2K / month Β· ⏱️ 22.01.2021): ``` pip install captum ```
dtreeviz (πŸ₯ˆ25 Β· ⭐ 1.4K) - A python library for decision tree visualization and model interpretation. MIT -- [GitHub](https://github.com/parrt/dtreeviz) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 180 Β· πŸ“¦ 100 Β· πŸ“‹ 80 - 17% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/parrt/dtreeviz) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 190 Β· πŸ“¦ 100 Β· πŸ“‹ 84 - 17% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/parrt/dtreeviz ``` -- [PyPi](https://pypi.org/project/dtreeviz) (πŸ“₯ 13K / month Β· πŸ“¦ 4 Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/dtreeviz) (πŸ“₯ 12K / month Β· πŸ“¦ 4 Β· ⏱️ 27.01.2021): ``` pip install dtreeviz ```
+
arviz (πŸ₯ˆ25 Β· ⭐ 940 Β· πŸ“‰) - Exploratory analysis of Bayesian models with Python. Apache-2 + +- [GitHub](https://github.com/arviz-devs/arviz) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 180 Β· πŸ“₯ 98 Β· πŸ“¦ 690 Β· πŸ“‹ 520 - 20% open Β· ⏱️ 27.01.2021): + + ``` + git clone https://github.com/arviz-devs/arviz + ``` +- [PyPi](https://pypi.org/project/arviz) (πŸ“₯ 99K / month Β· πŸ“¦ 36 Β· ⏱️ 17.01.2021): + ``` + pip install arviz + ``` +- [Conda](https://anaconda.org/conda-forge/arviz) (πŸ“₯ 180K Β· ⏱️ 18.01.2021): + ``` + conda install -c conda-forge arviz + ``` +
Lucid (πŸ₯ˆ24 Β· ⭐ 4K) - A collection of infrastructure and tools for research in neural.. Apache-2 -- [GitHub](https://github.com/tensorflow/lucid) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 550 Β· πŸ“¦ 410 Β· πŸ“‹ 160 - 41% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/tensorflow/lucid) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 560 Β· πŸ“¦ 420 Β· πŸ“‹ 160 - 41% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/tensorflow/lucid ``` -- [PyPi](https://pypi.org/project/lucid) (πŸ“₯ 490 / month Β· πŸ“¦ 6 Β· ⏱️ 20.12.2018): +- [PyPi](https://pypi.org/project/lucid) (πŸ“₯ 510 / month Β· πŸ“¦ 6 Β· ⏱️ 20.12.2018): ``` pip install lucid ```
DoWhy (πŸ₯ˆ24 Β· ⭐ 2.6K) - DoWhy is a Python library for causal inference that supports explicit.. MIT -- [GitHub](https://github.com/microsoft/dowhy) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 360 Β· πŸ“₯ 19 Β· πŸ“¦ 24 Β· πŸ“‹ 95 - 14% open Β· ⏱️ 24.12.2020): +- [GitHub](https://github.com/microsoft/dowhy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 370 Β· πŸ“₯ 21 Β· πŸ“¦ 25 Β· πŸ“‹ 97 - 16% open Β· ⏱️ 24.01.2021): ``` git clone https://github.com/Microsoft/dowhy ``` -- [PyPi](https://pypi.org/project/dowhy) (πŸ“₯ 7.1K / month Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/dowhy) (πŸ“₯ 5.7K / month Β· ⏱️ 12.12.2020): ``` pip install dowhy ``` -- [Conda](https://anaconda.org/conda-forge/dowhy) (πŸ“₯ 920 Β· ⏱️ 13.12.2020): +- [Conda](https://anaconda.org/conda-forge/dowhy) (πŸ“₯ 940 Β· ⏱️ 13.12.2020): ``` conda install -c conda-forge dowhy ``` @@ -7582,107 +7632,107 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin ``` git clone https://github.com/Trusted-AI/AIF360 ``` -- [PyPi](https://pypi.org/project/aif360) (πŸ“₯ 2.2K / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/aif360) (πŸ“₯ 1.9K / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): ``` pip install aif360 ```
keras-vis (πŸ₯ˆ23 Β· ⭐ 2.8K Β· πŸ’€) - Neural network visualization toolkit for keras. MIT -- [GitHub](https://github.com/raghakot/keras-vis) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 580 Β· πŸ“¦ 660 Β· πŸ“‹ 210 - 53% open Β· ⏱️ 20.04.2020): +- [GitHub](https://github.com/raghakot/keras-vis) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 580 Β· πŸ“¦ 680 Β· πŸ“‹ 210 - 53% open Β· ⏱️ 20.04.2020): ``` git clone https://github.com/raghakot/keras-vis ``` -- [PyPi](https://pypi.org/project/keras-vis) (πŸ“₯ 1.9K / month Β· πŸ“¦ 28 Β· ⏱️ 06.07.2017): +- [PyPi](https://pypi.org/project/keras-vis) (πŸ“₯ 1.4K / month Β· πŸ“¦ 28 Β· ⏱️ 06.07.2017): ``` pip install keras-vis ```
-
keract (πŸ₯ˆ23 Β· ⭐ 840) - Activation Maps (Layers Outputs) and Gradients in Keras. MIT +
random-forest-importances (πŸ₯ˆ23 Β· ⭐ 400) - Code to compute permutation and drop-column.. MIT -- [GitHub](https://github.com/philipperemy/keract) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 180 Β· πŸ“¦ 66 Β· πŸ“‹ 76 - 2% open Β· ⏱️ 09.01.2021): +- [GitHub](https://github.com/parrt/random-forest-importances) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 88 Β· πŸ“¦ 59 Β· πŸ“‹ 30 - 16% open Β· ⏱️ 08.01.2021): ``` - git clone https://github.com/philipperemy/keract + git clone https://github.com/parrt/random-forest-importances ``` -- [PyPi](https://pypi.org/project/keract) (πŸ“₯ 1.4K / month Β· πŸ“¦ 5 Β· ⏱️ 22.12.2020): +- [PyPi](https://pypi.org/project/rfpimp) (πŸ“₯ 8.2K / month Β· πŸ“¦ 2 Β· ⏱️ 25.11.2020): ``` - pip install keract + pip install rfpimp ```
-
TreeInterpreter (πŸ₯ˆ23 Β· ⭐ 640) - Package for interpreting scikit-learn's decision tree.. BSD-3 +
Alibi (πŸ₯ˆ22 Β· ⭐ 870) - Algorithms for monitoring and explaining machine learning models. Apache-2 -- [GitHub](https://github.com/andosa/treeinterpreter) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 120 Β· πŸ“‹ 28 - 89% open Β· ⏱️ 10.01.2021): +- [GitHub](https://github.com/SeldonIO/alibi) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 100 Β· πŸ“¦ 60 Β· πŸ“‹ 140 - 46% open Β· ⏱️ 22.01.2021): ``` - git clone https://github.com/andosa/treeinterpreter + git clone https://github.com/SeldonIO/alibi ``` -- [PyPi](https://pypi.org/project/treeinterpreter) (πŸ“₯ 62K / month Β· πŸ“¦ 18 Β· ⏱️ 10.01.2021): +- [PyPi](https://pypi.org/project/alibi) (πŸ“₯ 2K / month Β· πŸ“¦ 9 Β· ⏱️ 20.10.2020): ``` - pip install treeinterpreter + pip install alibi ```
-
random-forest-importances (πŸ₯ˆ23 Β· ⭐ 400) - Code to compute permutation and drop-column.. MIT +
keract (πŸ₯ˆ22 Β· ⭐ 850) - Activation Maps (Layers Outputs) and Gradients in Keras. MIT -- [GitHub](https://github.com/parrt/random-forest-importances) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 88 Β· πŸ“¦ 58 Β· πŸ“‹ 29 - 13% open Β· ⏱️ 08.01.2021): +- [GitHub](https://github.com/philipperemy/keract) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 180 Β· πŸ“¦ 66 Β· πŸ“‹ 76 - 1% open Β· ⏱️ 24.01.2021): ``` - git clone https://github.com/parrt/random-forest-importances + git clone https://github.com/philipperemy/keract ``` -- [PyPi](https://pypi.org/project/rfpimp) (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/keract) (πŸ“₯ 1.1K / month Β· πŸ“¦ 5 Β· ⏱️ 22.01.2021): ``` - pip install rfpimp + pip install keract ```
-
Alibi (πŸ₯‰22 Β· ⭐ 860) - Algorithms for monitoring and explaining machine learning models. Apache-2 +
Explainability 360 (πŸ₯ˆ22 Β· ⭐ 760) - Interpretability and explainability of data and machine.. Apache-2 -- [GitHub](https://github.com/SeldonIO/alibi) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 100 Β· πŸ“¦ 56 Β· πŸ“‹ 140 - 47% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/Trusted-AI/AIX360) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 170 Β· πŸ“¦ 13 Β· πŸ“‹ 44 - 59% open Β· ⏱️ 04.12.2020): ``` - git clone https://github.com/SeldonIO/alibi + git clone https://github.com/Trusted-AI/AIX360 ``` -- [PyPi](https://pypi.org/project/alibi) (πŸ“₯ 2.1K / month Β· πŸ“¦ 9 Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/aix360) (πŸ“₯ 450 / month Β· πŸ“¦ 1 Β· ⏱️ 28.10.2020): ``` - pip install alibi + pip install aix360 ```
-
Explainability 360 (πŸ₯‰22 Β· ⭐ 750) - Interpretability and explainability of data and machine.. Apache-2 +
TreeInterpreter (πŸ₯ˆ22 Β· ⭐ 640) - Package for interpreting scikit-learn's decision tree.. BSD-3 -- [GitHub](https://github.com/Trusted-AI/AIX360) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 170 Β· πŸ“¦ 13 Β· πŸ“‹ 44 - 59% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/andosa/treeinterpreter) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 120 Β· πŸ“‹ 28 - 89% open Β· ⏱️ 10.01.2021): ``` - git clone https://github.com/Trusted-AI/AIX360 + git clone https://github.com/andosa/treeinterpreter ``` -- [PyPi](https://pypi.org/project/aix360) (πŸ“₯ 480 / month Β· πŸ“¦ 1 Β· ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/treeinterpreter) (πŸ“₯ 58K / month Β· πŸ“¦ 18 Β· ⏱️ 10.01.2021): ``` - pip install aix360 + pip install treeinterpreter ```
iNNvestigate (πŸ₯‰21 Β· ⭐ 750) - A toolbox to iNNvestigate neural networks' predictions!. BSD-2 -- [GitHub](https://github.com/albermax/innvestigate) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 170 Β· πŸ“¦ 43 Β· πŸ“‹ 200 - 35% open Β· ⏱️ 16.10.2020): +- [GitHub](https://github.com/albermax/innvestigate) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 170 Β· πŸ“¦ 46 Β· πŸ“‹ 200 - 36% open Β· ⏱️ 16.10.2020): ``` git clone https://github.com/albermax/innvestigate ``` -- [PyPi](https://pypi.org/project/innvestigate) (πŸ“₯ 330 / month Β· πŸ“¦ 1 Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/innvestigate) (πŸ“₯ 340 / month Β· πŸ“¦ 1 Β· ⏱️ 14.11.2020): ``` pip install innvestigate ```
-
fairlearn (πŸ₯‰21 Β· ⭐ 650) - A Python package to assess and improve fairness of machine.. MIT +
fairlearn (πŸ₯‰21 Β· ⭐ 660) - A Python package to assess and improve fairness of machine.. MIT - [GitHub](https://github.com/fairlearn/fairlearn) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 160 Β· πŸ“‹ 190 - 41% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/fairlearn/fairlearn ``` -- [PyPi](https://pypi.org/project/fairlearn) (πŸ“₯ 2.9K / month Β· πŸ“¦ 1 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/fairlearn) (πŸ“₯ 2.6K / month Β· πŸ“¦ 1 Β· ⏱️ 10.11.2020): ``` pip install fairlearn ``` -- [Conda](https://anaconda.org/conda-forge/fairlearn) (πŸ“₯ 8.5K Β· ⏱️ 11.11.2020): +- [Conda](https://anaconda.org/conda-forge/fairlearn) (πŸ“₯ 8.6K Β· ⏱️ 11.11.2020): ``` conda install -c conda-forge fairlearn ``` @@ -7694,31 +7744,31 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin ``` git clone https://github.com/dssg/aequitas ``` -- [PyPi](https://pypi.org/project/aequitas) (πŸ“₯ 210 / month Β· πŸ“¦ 3 Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/aequitas) (πŸ“₯ 220 / month Β· πŸ“¦ 3 Β· ⏱️ 16.12.2020): ``` pip install aequitas ```
checklist (πŸ₯‰20 Β· ⭐ 1.2K) - Beyond Accuracy: Behavioral Testing of NLP models with CheckList. MIT -- [GitHub](https://github.com/marcotcr/checklist) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 97 Β· πŸ“¦ 5 Β· πŸ“‹ 56 - 5% open Β· ⏱️ 16.12.2020): +- [GitHub](https://github.com/marcotcr/checklist) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 98 Β· πŸ“¦ 5 Β· πŸ“‹ 56 - 5% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/marcotcr/checklist ``` -- [PyPi](https://pypi.org/project/checklist) (πŸ“₯ 260 / month Β· πŸ“¦ 2 Β· ⏱️ 21.09.2020): +- [PyPi](https://pypi.org/project/checklist) (πŸ“₯ 290 / month Β· πŸ“¦ 2 Β· ⏱️ 21.09.2020): ``` pip install checklist ```
tf-explain (πŸ₯‰20 Β· ⭐ 750) - Interpretability Methods for tf.keras models with Tensorflow 2.x. MIT -- [GitHub](https://github.com/sicara/tf-explain) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 69 Β· πŸ“¦ 59 Β· πŸ“‹ 75 - 45% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/sicara/tf-explain) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 70 Β· πŸ“¦ 60 Β· πŸ“‹ 75 - 45% open Β· ⏱️ 05.01.2021): ``` git clone https://github.com/sicara/tf-explain ``` -- [PyPi](https://pypi.org/project/tf-explain) (πŸ“₯ 970 / month Β· πŸ“¦ 1 Β· ⏱️ 14.02.2020): +- [PyPi](https://pypi.org/project/tf-explain) (πŸ“₯ 890 / month Β· πŸ“¦ 1 Β· ⏱️ 14.02.2020): ``` pip install tf-explain ``` @@ -7730,7 +7780,7 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin ``` git clone https://github.com/kundajelab/deeplift ``` -- [PyPi](https://pypi.org/project/deeplift) (πŸ“₯ 460 / month Β· πŸ“¦ 2 Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/deeplift) (πŸ“₯ 490 / month Β· πŸ“¦ 2 Β· ⏱️ 11.11.2020): ``` pip install deeplift ``` @@ -7747,49 +7797,73 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin pip install sklearn-evaluation ```
-
What-If Tool (πŸ₯‰19 Β· ⭐ 420) - Source code/webpage/demos for the What-If Tool. Apache-2 +
CausalNex (πŸ₯‰19 Β· ⭐ 950 Β· βž•) - A Python library that helps data scientists to infer.. Apache-2 + +- [GitHub](https://github.com/quantumblacklabs/causalnex) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 100 Β· πŸ“¦ 7 Β· πŸ“‹ 60 - 56% open Β· ⏱️ 06.01.2021): + + ``` + git clone https://github.com/quantumblacklabs/causalnex + ``` +- [PyPi](https://pypi.org/project/causalnex) (πŸ“₯ 6.4K / month Β· ⏱️ 07.12.2020): + ``` + pip install causalnex + ``` +
+
What-If Tool (πŸ₯‰19 Β· ⭐ 430) - Source code/webpage/demos for the What-If Tool. Apache-2 -- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 90 Β· πŸ“‹ 69 - 49% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 91 Β· πŸ“‹ 69 - 49% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/PAIR-code/what-if-tool ``` -- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 2.6K / month Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 2.8K / month Β· ⏱️ 19.01.2021): ``` pip install witwidget ``` -- [NPM](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 2K / month Β· ⏱️ 19.01.2021): +- [NPM](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 2.3K / month Β· ⏱️ 19.01.2021): ``` npm install wit-widget ```
-
explainerdashboard (πŸ₯‰19 Β· ⭐ 260) - Quickly build Explainable AI dashboards that show the inner.. MIT +
explainerdashboard (πŸ₯‰18 Β· ⭐ 280) - Quickly build Explainable AI dashboards that show the inner.. MIT -- [GitHub](https://github.com/oegedijk/explainerdashboard) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 37 Β· πŸ“¦ 3 Β· πŸ“‹ 58 - 15% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/oegedijk/explainerdashboard) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 40 Β· πŸ“¦ 3 Β· πŸ“‹ 57 - 14% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/oegedijk/explainerdashboard ``` -- [PyPi](https://pypi.org/project/explainerdashboard) (πŸ“₯ 1.2K / month Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/explainerdashboard) (πŸ“₯ 1K / month Β· ⏱️ 27.01.2021): ``` pip install explainerdashboard ```
fairness-indicators (πŸ₯‰18 Β· ⭐ 170) - Tensorflow's Fairness Evaluation and Visualization.. Apache-2 -- [GitHub](https://github.com/tensorflow/fairness-indicators) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 49 Β· πŸ“‹ 21 - 76% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/tensorflow/fairness-indicators) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 49 Β· πŸ“‹ 21 - 76% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/tensorflow/fairness-indicators ``` -- [PyPi](https://pypi.org/project/fairness-indicators) (πŸ“₯ 440 / month Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/fairness-indicators) (πŸ“₯ 340 / month Β· ⏱️ 17.12.2020): ``` pip install fairness-indicators ```
+
LIT (πŸ₯‰17 Β· ⭐ 2.4K Β· 🐣) - The Language Interpretability Tool: Interactively analyze NLP models.. Apache-2 + +- [GitHub](https://github.com/PAIR-code/lit) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 230 Β· πŸ“‹ 54 - 50% open Β· ⏱️ 17.11.2020): + + ``` + git clone https://github.com/PAIR-code/lit + ``` +- [PyPi](https://pypi.org/project/lit-nlp) (πŸ“₯ 150 / month Β· ⏱️ 17.11.2020): + ``` + pip install lit-nlp + ``` +
DiCE (πŸ₯‰17 Β· ⭐ 440) - Generate Diverse Counterfactual Explanations for any machine.. MIT -- [GitHub](https://github.com/interpretml/DiCE) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 64 Β· πŸ“‹ 30 - 40% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/interpretml/DiCE) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 65 Β· πŸ“‹ 31 - 41% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/interpretml/DiCE @@ -7799,28 +7873,28 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin pip install dice-ml ```
-
ExplainX.ai (πŸ₯‰17 Β· ⭐ 160) - Explainable AI framework for data scientists. Explain & debug any.. MIT +
LOFO (πŸ₯‰17 Β· ⭐ 300) - Leave One Feature Out Importance. MIT -- [GitHub](https://github.com/explainX/explainx) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 28 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 07.01.2021): +- [GitHub](https://github.com/aerdem4/lofo-importance) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 40 Β· πŸ“¦ 3 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 02.07.2020): ``` - git clone https://github.com/explainX/explainx + git clone https://github.com/aerdem4/lofo-importance ``` -- [PyPi](https://pypi.org/project/explainx) (πŸ“₯ 430 / month Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/lofo-importance) (πŸ“₯ 160 / month Β· ⏱️ 02.07.2020): ``` - pip install explainx + pip install lofo-importance ```
-
LIT (πŸ₯‰16 Β· ⭐ 2.3K Β· 🐣) - The Language Interpretability Tool: Interactively analyze NLP models.. Apache-2 +
ExplainX.ai (πŸ₯‰17 Β· ⭐ 160) - Explainable AI framework for data scientists. Explain & debug any.. MIT -- [GitHub](https://github.com/PAIR-code/lit) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 230 Β· πŸ“‹ 54 - 50% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/explainX/explainx) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 28 Β· πŸ“‹ 20 - 35% open Β· ⏱️ 07.01.2021): ``` - git clone https://github.com/PAIR-code/lit + git clone https://github.com/explainX/explainx ``` -- [PyPi](https://pypi.org/project/lit-nlp) (πŸ“₯ 130 / month Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/explainx) (πŸ“₯ 390 / month Β· ⏱️ 07.12.2020): ``` - pip install lit-nlp + pip install explainx ```
tcav (πŸ₯‰16 Β· ⭐ 430) - Code for the TCAV ML interpretability project. Apache-2 @@ -7830,31 +7904,19 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin ``` git clone https://github.com/tensorflow/tcav ``` -- [PyPi](https://pypi.org/project/tcav) (πŸ“₯ 39 / month Β· πŸ“¦ 1 Β· ⏱️ 10.06.2019): +- [PyPi](https://pypi.org/project/tcav) (πŸ“₯ 34 / month Β· πŸ“¦ 1 Β· ⏱️ 10.06.2019): ``` pip install tcav ```
-
LOFO (πŸ₯‰16 Β· ⭐ 290) - Leave One Feature Out Importance. MIT - -- [GitHub](https://github.com/aerdem4/lofo-importance) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 40 Β· πŸ“¦ 3 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 02.07.2020): - - ``` - git clone https://github.com/aerdem4/lofo-importance - ``` -- [PyPi](https://pypi.org/project/lofo-importance) (πŸ“₯ 190 / month Β· ⏱️ 02.07.2020): - ``` - pip install lofo-importance - ``` -
model-card-toolkit (πŸ₯‰16 Β· ⭐ 150 Β· 🐣) - a tool that leverages rich metadata and lineage.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-card-toolkit) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 22 Β· πŸ“¦ 1 Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/model-card-toolkit) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 24 Β· πŸ“¦ 1 Β· πŸ“‹ 11 - 81% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/tensorflow/model-card-toolkit ``` -- [PyPi](https://pypi.org/project/model-card-toolkit) (πŸ“₯ 75 / month Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/model-card-toolkit) (πŸ“₯ 88 / month Β· ⏱️ 27.01.2021): ``` pip install model-card-toolkit ``` @@ -7866,19 +7928,19 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin ``` git clone https://github.com/MisaOgura/flashtorch ``` -- [PyPi](https://pypi.org/project/flashtorch) (πŸ“₯ 140 / month Β· ⏱️ 29.05.2020): +- [PyPi](https://pypi.org/project/flashtorch) (πŸ“₯ 120 / month Β· ⏱️ 29.05.2020): ``` pip install flashtorch ```
Anchor (πŸ₯‰14 Β· ⭐ 620) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 -- [GitHub](https://github.com/marcotcr/anchor) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 87 Β· πŸ“‹ 54 - 16% open Β· ⏱️ 10.09.2020): +- [GitHub](https://github.com/marcotcr/anchor) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 88 Β· πŸ“‹ 56 - 19% open Β· ⏱️ 10.09.2020): ``` git clone https://github.com/marcotcr/anchor ``` -- [PyPi](https://pypi.org/project/anchor_exp) (πŸ“₯ 440 / month Β· ⏱️ 26.06.2020): +- [PyPi](https://pypi.org/project/anchor_exp) (πŸ“₯ 410 / month Β· ⏱️ 26.06.2020): ``` pip install anchor_exp ``` @@ -7889,9 +7951,9 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin - Skater (πŸ₯‰20 Β· ⭐ 970 Β· πŸ’€) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 - DALEX (πŸ₯‰18 Β· ⭐ 760) - moDel Agnostic Language for Exploration and eXplanation. ❗️GPL-3.0 - XAI (πŸ₯‰16 Β· ⭐ 560 Β· πŸ’€) - XAI - An eXplainability toolbox for machine learning. MIT -- imodels (πŸ₯‰16 Β· ⭐ 140) - Interpretable ML package for concise, transparent, and accurate predictive.. MIT -- contextual-ai (πŸ₯‰13 Β· ⭐ 65) - Contextual AI adds explainability to different stages of.. Apache-2 -- Attribution Priors (πŸ₯‰11 Β· ⭐ 71) - Tools for training explainable models using.. MIT +- imodels (πŸ₯‰16 Β· ⭐ 150) - Interpretable ML package for concise, transparent, and accurate predictive.. MIT +- contextual-ai (πŸ₯‰15 Β· ⭐ 66 Β· πŸ“ˆ) - Contextual AI adds explainability to different stages of.. Apache-2 +- Attribution Priors (πŸ₯‰11 Β· ⭐ 74) - Tools for training explainable models using.. MIT

@@ -7905,35 +7967,35 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit
Faiss (πŸ₯‡29 Β· ⭐ 12K) - A library for efficient similarity search and clustering of dense vectors. MIT -- [GitHub](https://github.com/facebookresearch/faiss) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 2.1K Β· πŸ“¦ 300 Β· πŸ“‹ 1.4K - 7% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/facebookresearch/faiss) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 2.1K Β· πŸ“¦ 300 Β· πŸ“‹ 1.4K - 7% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/facebookresearch/faiss ``` -- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 6.8K / month Β· πŸ“¦ 6 Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 6.4K / month Β· πŸ“¦ 6 Β· ⏱️ 21.01.2021): ``` pip install pymilvus ``` -- [Conda](https://anaconda.org/conda-forge/faiss) (πŸ“₯ 22K Β· ⏱️ 12.12.2020): +- [Conda](https://anaconda.org/conda-forge/faiss) (πŸ“₯ 23K Β· ⏱️ 12.12.2020): ``` conda install -c conda-forge faiss ```
Annoy (πŸ₯‡29 Β· ⭐ 8.1K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.. Apache-2 -- [GitHub](https://github.com/spotify/annoy) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 860 Β· πŸ“¦ 1.4K Β· πŸ“‹ 290 - 9% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/spotify/annoy) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 870 Β· πŸ“¦ 1.4K Β· πŸ“‹ 290 - 9% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/spotify/annoy ``` -- [PyPi](https://pypi.org/project/annoy) (πŸ“₯ 220K / month Β· πŸ“¦ 360 Β· ⏱️ 18.09.2020): +- [PyPi](https://pypi.org/project/annoy) (πŸ“₯ 190K / month Β· πŸ“¦ 360 Β· ⏱️ 18.09.2020): ``` pip install annoy ```
NMSLIB (πŸ₯ˆ28 Β· ⭐ 2.3K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 -- [GitHub](https://github.com/nmslib/nmslib) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 330 Β· πŸ“¦ 310 Β· πŸ“‹ 360 - 12% open Β· ⏱️ 08.01.2021): +- [GitHub](https://github.com/nmslib/nmslib) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 330 Β· πŸ“¦ 320 Β· πŸ“‹ 360 - 12% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/nmslib/nmslib @@ -7942,23 +8004,23 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit ``` pip install nmslib ``` -- [Conda](https://anaconda.org/conda-forge/nmslib) (πŸ“₯ 10K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/nmslib) (πŸ“₯ 11K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge nmslib ```
-
Milvus (πŸ₯ˆ25 Β· ⭐ 4.9K) - An open source embedding vector similarity search engine powered by.. Apache-2 +
Milvus (πŸ₯ˆ25 Β· ⭐ 5K) - An open source embedding vector similarity search engine powered by.. Apache-2 -- [GitHub](https://github.com/milvus-io/milvus) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 770 Β· πŸ“‹ 2.1K - 10% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/milvus-io/milvus) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 780 Β· πŸ“‹ 2.1K - 10% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/milvus-io/milvus ``` -- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 6.8K / month Β· πŸ“¦ 6 Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/pymilvus) (πŸ“₯ 6.4K / month Β· πŸ“¦ 6 Β· ⏱️ 21.01.2021): ``` pip install pymilvus ``` -- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (πŸ“₯ 220K Β· ⭐ 9 Β· ⏱️ 06.01.2021): +- [Docker Hub](https://hub.docker.com/r/milvusdb/milvus) (πŸ“₯ 230K Β· ⭐ 9 Β· ⏱️ 06.01.2021): ``` docker pull milvusdb/milvus ``` @@ -7970,7 +8032,7 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit ``` git clone https://github.com/nmslib/hnswlib ``` -- [PyPi](https://pypi.org/project/hnswlib) (πŸ“₯ 14K / month Β· πŸ“¦ 2 Β· ⏱️ 13.07.2020): +- [PyPi](https://pypi.org/project/hnswlib) (πŸ“₯ 13K / month Β· πŸ“¦ 2 Β· ⏱️ 13.07.2020): ``` pip install hnswlib ``` @@ -7982,47 +8044,47 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit ``` git clone https://github.com/plasticityai/magnitude ``` -- [PyPi](https://pypi.org/project/pymagnitude) (πŸ“₯ 4.3K / month Β· πŸ“¦ 14 Β· ⏱️ 25.05.2020): +- [PyPi](https://pypi.org/project/pymagnitude) (πŸ“₯ 3.6K / month Β· πŸ“¦ 14 Β· ⏱️ 25.05.2020): ``` pip install pymagnitude ```
PyNNDescent (πŸ₯‰21 Β· ⭐ 370) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 -- [GitHub](https://github.com/lmcinnes/pynndescent) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 44 Β· πŸ“‹ 57 - 49% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/lmcinnes/pynndescent) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 44 Β· πŸ“‹ 57 - 49% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/lmcinnes/pynndescent ``` -- [PyPi](https://pypi.org/project/pynndescent) (πŸ“₯ 23K / month Β· πŸ“¦ 3 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/pynndescent) (πŸ“₯ 32K / month Β· πŸ“¦ 3 Β· ⏱️ 19.11.2020): ``` pip install pynndescent ``` -- [Conda](https://anaconda.org/conda-forge/pynndescent) (πŸ“₯ 21K Β· ⏱️ 19.11.2020): +- [Conda](https://anaconda.org/conda-forge/pynndescent) (πŸ“₯ 24K Β· ⏱️ 19.11.2020): ``` conda install -c conda-forge pynndescent ```
NGT (πŸ₯‰19 Β· ⭐ 610) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 -- [GitHub](https://github.com/yahoojapan/NGT) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 67 Β· πŸ“‹ 76 - 9% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/yahoojapan/NGT) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 69 Β· πŸ“‹ 76 - 9% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/yahoojapan/NGT ``` -- [PyPi](https://pypi.org/project/ngt) (πŸ“₯ 2.8K / month Β· πŸ“¦ 3 Β· ⏱️ 23.09.2020): +- [PyPi](https://pypi.org/project/ngt) (πŸ“₯ 2.5K / month Β· πŸ“¦ 3 Β· ⏱️ 23.09.2020): ``` pip install ngt ```
N2 (πŸ₯‰19 Β· ⭐ 450) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast.. Apache-2 -- [GitHub](https://github.com/kakao/n2) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 51 Β· πŸ“¦ 12 Β· πŸ“‹ 39 - 43% open Β· ⏱️ 21.10.2020): +- [GitHub](https://github.com/kakao/n2) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 52 Β· πŸ“¦ 12 Β· πŸ“‹ 39 - 43% open Β· ⏱️ 21.10.2020): ``` git clone https://github.com/kakao/n2 ``` -- [PyPi](https://pypi.org/project/n2) (πŸ“₯ 340 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/n2) (πŸ“₯ 290 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2020): ``` pip install n2 ``` @@ -8042,84 +8104,84 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
PyMC3 (πŸ₯‡32 Β· ⭐ 5.5K) - Probabilistic Programming in Python: Bayesian Modeling and.. Apache-2 -- [GitHub](https://github.com/pymc-devs/pymc3) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.3K Β· πŸ“₯ 140 Β· πŸ“¦ 2K Β· πŸ“‹ 2.1K - 7% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pymc-devs/pymc3) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.3K Β· πŸ“₯ 150 Β· πŸ“¦ 2K Β· πŸ“‹ 2.1K - 6% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/pymc-devs/pymc3 ``` -- [PyPi](https://pypi.org/project/pymc3) (πŸ“₯ 110K / month Β· πŸ“¦ 290 Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/pymc3) (πŸ“₯ 100K / month Β· πŸ“¦ 290 Β· ⏱️ 21.01.2021): ``` pip install pymc3 ``` -- [Conda](https://anaconda.org/conda-forge/pymc3) (πŸ“₯ 240K Β· ⏱️ 07.12.2020): +- [Conda](https://anaconda.org/conda-forge/pymc3) (πŸ“₯ 240K Β· ⏱️ 21.01.2021): ``` conda install -c conda-forge pymc3 ```
tensorflow-probability (πŸ₯‡31 Β· ⭐ 3.2K) - Probabilistic reasoning and statistical analysis in.. Apache-2 -- [GitHub](https://github.com/tensorflow/probability) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 840 Β· πŸ“¦ 1 Β· πŸ“‹ 940 - 44% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/probability) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 850 Β· πŸ“¦ 1 Β· πŸ“‹ 950 - 45% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/tensorflow/probability ``` -- [PyPi](https://pypi.org/project/tensorflow-probability) (πŸ“₯ 300K / month Β· πŸ“¦ 250 Β· ⏱️ 29.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-probability) (πŸ“₯ 290K / month Β· πŸ“¦ 250 Β· ⏱️ 29.12.2020): ``` pip install tensorflow-probability ``` -- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (πŸ“₯ 29K Β· ⏱️ 13.03.2020): +- [Conda](https://anaconda.org/conda-forge/tensorflow-probability) (πŸ“₯ 30K Β· ⏱️ 13.03.2020): ``` conda install -c conda-forge tensorflow-probability ```
hmmlearn (πŸ₯‡29 Β· ⭐ 2.2K) - Hidden Markov Models in Python, with scikit-learn like API. BSD-3 -- [GitHub](https://github.com/hmmlearn/hmmlearn) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 600 Β· πŸ“¦ 860 Β· πŸ“‹ 340 - 18% open Β· ⏱️ 28.12.2020): +- [GitHub](https://github.com/hmmlearn/hmmlearn) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 600 Β· πŸ“¦ 860 Β· πŸ“‹ 340 - 19% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/hmmlearn/hmmlearn ``` -- [PyPi](https://pypi.org/project/hmmlearn) (πŸ“₯ 110K / month Β· πŸ“¦ 210 Β· ⏱️ 12.09.2020): +- [PyPi](https://pypi.org/project/hmmlearn) (πŸ“₯ 99K / month Β· πŸ“¦ 210 Β· ⏱️ 12.09.2020): ``` pip install hmmlearn ``` -- [Conda](https://anaconda.org/conda-forge/hmmlearn) (πŸ“₯ 58K Β· ⏱️ 01.11.2020): +- [Conda](https://anaconda.org/conda-forge/hmmlearn) (πŸ“₯ 59K Β· ⏱️ 22.01.2021): ``` conda install -c conda-forge hmmlearn ```
-
GPyTorch (πŸ₯ˆ28 Β· ⭐ 2.3K) - A highly efficient and modular implementation of Gaussian Processes.. MIT +
Pyro (πŸ₯ˆ28 Β· ⭐ 6.7K Β· πŸ“ˆ) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 -- [GitHub](https://github.com/cornellius-gp/gpytorch) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 320 Β· πŸ“¦ 190 Β· πŸ“‹ 840 - 25% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/pyro-ppl/pyro) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“¦ 370 Β· πŸ“‹ 810 - 16% open Β· ⏱️ 26.01.2021): ``` - git clone https://github.com/cornellius-gp/gpytorch + git clone https://github.com/pyro-ppl/pyro ``` -- [PyPi](https://pypi.org/project/gpytorch) (πŸ“₯ 30K / month Β· πŸ“¦ 8 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/pyro-ppl) (πŸ“₯ 8.8K / month Β· πŸ“¦ 36 Β· ⏱️ 17.11.2020): ``` - pip install gpytorch + pip install pyro-ppl ```
-
Pyro (πŸ₯ˆ27 Β· ⭐ 6.7K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +
GPyTorch (πŸ₯ˆ28 Β· ⭐ 2.3K) - A highly efficient and modular implementation of Gaussian Processes.. MIT -- [GitHub](https://github.com/pyro-ppl/pyro) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“¦ 360 Β· πŸ“‹ 810 - 16% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/cornellius-gp/gpytorch) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 320 Β· πŸ“¦ 190 Β· πŸ“‹ 840 - 24% open Β· ⏱️ 22.01.2021): ``` - git clone https://github.com/pyro-ppl/pyro + git clone https://github.com/cornellius-gp/gpytorch ``` -- [PyPi](https://pypi.org/project/pyro-ppl) (πŸ“₯ 6.1K / month Β· πŸ“¦ 36 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/gpytorch) (πŸ“₯ 27K / month Β· πŸ“¦ 8 Β· ⏱️ 19.01.2021): ``` - pip install pyro-ppl + pip install gpytorch ```
-
filterpy (πŸ₯ˆ27 Β· ⭐ 1.6K) - Python Kalman filtering and optimal estimation library. Implements.. MIT +
filterpy (πŸ₯ˆ27 Β· ⭐ 1.7K) - Python Kalman filtering and optimal estimation library. Implements.. MIT -- [GitHub](https://github.com/rlabbe/filterpy) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 400 Β· πŸ“¦ 690 Β· πŸ“‹ 170 - 12% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/rlabbe/filterpy) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 400 Β· πŸ“¦ 700 Β· πŸ“‹ 170 - 12% open Β· ⏱️ 04.01.2021): ``` git clone https://github.com/rlabbe/filterpy ``` -- [PyPi](https://pypi.org/project/filterpy) (πŸ“₯ 15K / month Β· πŸ“¦ 210 Β· ⏱️ 10.10.2018): +- [PyPi](https://pypi.org/project/filterpy) (πŸ“₯ 16K / month Β· πŸ“¦ 210 Β· ⏱️ 10.10.2018): ``` pip install filterpy ``` @@ -8146,28 +8208,28 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
pomegranate (πŸ₯‰26 Β· ⭐ 2.6K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT -- [GitHub](https://github.com/jmschrei/pomegranate) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 460 Β· πŸ“¦ 380 Β· πŸ“‹ 570 - 5% open Β· ⏱️ 09.01.2021): +- [GitHub](https://github.com/jmschrei/pomegranate) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 460 Β· πŸ“¦ 390 Β· πŸ“‹ 570 - 5% open Β· ⏱️ 09.01.2021): ``` git clone https://github.com/jmschrei/pomegranate ``` -- [PyPi](https://pypi.org/project/pomegranate) (πŸ“₯ 20K / month Β· πŸ“¦ 56 Β· ⏱️ 09.01.2021): +- [PyPi](https://pypi.org/project/pomegranate) (πŸ“₯ 18K / month Β· πŸ“¦ 56 Β· ⏱️ 09.01.2021): ``` pip install pomegranate ``` -- [Conda](https://anaconda.org/conda-forge/pomegranate) (πŸ“₯ 42K Β· ⏱️ 01.11.2020): +- [Conda](https://anaconda.org/conda-forge/pomegranate) (πŸ“₯ 43K Β· ⏱️ 01.11.2020): ``` conda install -c conda-forge pomegranate ```
pgmpy (πŸ₯‰25 Β· ⭐ 1.7K) - Python Library for learning (Structure and Parameter) and inference.. MIT -- [GitHub](https://github.com/pgmpy/pgmpy) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 560 Β· πŸ“₯ 50 Β· πŸ“¦ 180 Β· πŸ“‹ 720 - 31% open Β· ⏱️ 10.01.2021): +- [GitHub](https://github.com/pgmpy/pgmpy) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 560 Β· πŸ“₯ 52 Β· πŸ“¦ 180 Β· πŸ“‹ 720 - 31% open Β· ⏱️ 10.01.2021): ``` git clone https://github.com/pgmpy/pgmpy ``` -- [PyPi](https://pypi.org/project/pgmpy) (πŸ“₯ 22K / month Β· πŸ“¦ 12 Β· ⏱️ 30.12.2020): +- [PyPi](https://pypi.org/project/pgmpy) (πŸ“₯ 19K / month Β· πŸ“¦ 12 Β· ⏱️ 30.12.2020): ``` pip install pgmpy ``` @@ -8179,7 +8241,7 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes ``` git clone https://github.com/SALib/SALib ``` -- [PyPi](https://pypi.org/project/salib) (πŸ“₯ 12K / month Β· πŸ“¦ 44 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/salib) (πŸ“₯ 11K / month Β· πŸ“¦ 44 Β· ⏱️ 19.11.2020): ``` pip install salib ``` @@ -8188,28 +8250,28 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes conda install -c conda-forge salib ```
-
bambi (πŸ₯‰20 Β· ⭐ 540) - BAyesian Model-Building Interface (Bambi) in Python. MIT +
scikit-posthocs (πŸ₯‰21 Β· ⭐ 170) - Pairwise Multiple Comparisons (Post Hoc) Tests in Python. MIT -- [GitHub](https://github.com/bambinos/bambi) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 50 Β· πŸ“¦ 8 Β· πŸ“‹ 150 - 16% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/maximtrp/scikit-posthocs) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 18 Β· πŸ“₯ 16 Β· πŸ“¦ 100 Β· πŸ“‹ 35 - 8% open Β· ⏱️ 19.10.2020): ``` - git clone https://github.com/bambinos/bambi + git clone https://github.com/maximtrp/scikit-posthocs ``` -- [PyPi](https://pypi.org/project/bambi) (πŸ“₯ 190 / month Β· πŸ“¦ 3 Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/scikit-posthocs) (πŸ“₯ 8.2K / month Β· πŸ“¦ 3 Β· ⏱️ 12.10.2020): ``` - pip install bambi + pip install scikit-posthocs ```
-
scikit-posthocs (πŸ₯‰20 Β· ⭐ 170) - Pairwise Multiple Comparisons (Post Hoc) Tests in Python. MIT +
bambi (πŸ₯‰20 Β· ⭐ 540) - BAyesian Model-Building Interface (Bambi) in Python. MIT -- [GitHub](https://github.com/maximtrp/scikit-posthocs) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 18 Β· πŸ“₯ 16 Β· πŸ“¦ 100 Β· πŸ“‹ 35 - 8% open Β· ⏱️ 19.10.2020): +- [GitHub](https://github.com/bambinos/bambi) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 50 Β· πŸ“¦ 9 Β· πŸ“‹ 150 - 16% open Β· ⏱️ 26.01.2021): ``` - git clone https://github.com/maximtrp/scikit-posthocs + git clone https://github.com/bambinos/bambi ``` -- [PyPi](https://pypi.org/project/scikit-posthocs) (πŸ“₯ 6.9K / month Β· πŸ“¦ 3 Β· ⏱️ 12.10.2020): +- [PyPi](https://pypi.org/project/bambi) (πŸ“₯ 190 / month Β· πŸ“¦ 3 Β· ⏱️ 17.12.2020): ``` - pip install scikit-posthocs + pip install bambi ```
pyhsmm (πŸ₯‰18 Β· ⭐ 480) - Bayesian inference in HSMMs and HMMs. MIT @@ -8219,43 +8281,43 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes ``` git clone https://github.com/mattjj/pyhsmm ``` -- [PyPi](https://pypi.org/project/pyhsmm) (πŸ“₯ 47 / month Β· πŸ“¦ 4 Β· ⏱️ 10.05.2017): +- [PyPi](https://pypi.org/project/pyhsmm) (πŸ“₯ 34 / month Β· πŸ“¦ 4 Β· ⏱️ 10.05.2017): ``` pip install pyhsmm ```
Funsor (πŸ₯‰18 Β· ⭐ 160) - Functional tensors for probabilistic programming. Apache-2 -- [GitHub](https://github.com/pyro-ppl/funsor) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“¦ 7 Β· πŸ“‹ 110 - 49% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/pyro-ppl/funsor) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“¦ 9 Β· πŸ“‹ 130 - 53% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/pyro-ppl/funsor ``` -- [PyPi](https://pypi.org/project/funsor) (πŸ“₯ 200 / month Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/funsor) (πŸ“₯ 250 / month Β· ⏱️ 24.01.2021): ``` pip install funsor ```
Baal (πŸ₯‰17 Β· ⭐ 310) - Using approximate bayesian posteriors in deep nets for active learning. Apache-2 -- [GitHub](https://github.com/ElementAI/baal) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 24 Β· πŸ“¦ 6 Β· πŸ“‹ 34 - 35% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/ElementAI/baal) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 25 Β· πŸ“¦ 6 Β· πŸ“‹ 35 - 34% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/ElementAI/baal ``` -- [PyPi](https://pypi.org/project/baal) (πŸ“₯ 110 / month Β· ⏱️ 03.11.2020): +- [PyPi](https://pypi.org/project/baal) (πŸ“₯ 130 / month Β· ⏱️ 03.11.2020): ``` pip install baal ```
-
Orbit (πŸ₯‰17 Β· ⭐ 300) - Bayesian forecasting with object-oriented design and probabilistic.. Apache-2 +
Orbit (πŸ₯‰17 Β· ⭐ 310) - Bayesian forecasting with object-oriented design and probabilistic.. Apache-2 -- [GitHub](https://github.com/uber/orbit) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 14 Β· πŸ“¦ 3 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/uber/orbit) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 15 Β· πŸ“¦ 3 Β· πŸ“‹ 170 - 13% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/uber/orbit ``` -- [PyPi](https://pypi.org/project/orbit-ml) (πŸ“₯ 86 / month Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/orbit-ml) (πŸ“₯ 93 / month Β· ⏱️ 15.11.2020): ``` pip install orbit-ml ``` @@ -8265,7 +8327,7 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes - PyStan (πŸ₯ˆ27 Β· ⭐ 910) - PyStan, the Python interface to Stan. ❗️GPL-3.0 - patsy (πŸ₯ˆ27 Β· ⭐ 730 Β· πŸ’€) - Describing statistical models in Python using symbolic formulas. BSD-2 - Edward (πŸ₯‰24 Β· ⭐ 4.6K Β· πŸ’€) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 -- pingouin (πŸ₯‰22 Β· ⭐ 620) - Statistical package in Python based on Pandas. ❗️GPL-3.0 +- pingouin (πŸ₯‰22 Β· ⭐ 630) - Statistical package in Python based on Pandas. ❗️GPL-3.0 - ZhuSuan (πŸ₯‰14 Β· ⭐ 2K Β· πŸ’€) - A probabilistic programming library for Bayesian deep learning,.. MIT

@@ -8276,26 +8338,26 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes _Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._ -
CleverHans (πŸ₯‡25 Β· ⭐ 4.9K) - An adversarial example library for constructing attacks,.. MIT +
CleverHans (πŸ₯‡27 Β· ⭐ 4.9K Β· πŸ“ˆ) - An adversarial example library for constructing attacks,.. MIT -- [GitHub](https://github.com/cleverhans-lab/cleverhans) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.2K Β· πŸ“¦ 180 Β· πŸ“‹ 490 - 15% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/cleverhans-lab/cleverhans) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.2K Β· πŸ“¦ 180 Β· πŸ“‹ 490 - 15% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/cleverhans-lab/cleverhans ``` -- [PyPi](https://pypi.org/project/cleverhans) (πŸ“₯ 510 / month Β· πŸ“¦ 8 Β· ⏱️ 27.11.2018): +- [PyPi](https://pypi.org/project/cleverhans) (πŸ“₯ 500 / month Β· πŸ“¦ 8 Β· ⏱️ 27.11.2018): ``` pip install cleverhans ```
-
Foolbox (πŸ₯‡25 Β· ⭐ 1.8K) - A Python toolbox to create adversarial examples that fool neural networks.. MIT +
Foolbox (πŸ₯ˆ25 Β· ⭐ 1.8K) - A Python toolbox to create adversarial examples that fool neural networks.. MIT - [GitHub](https://github.com/bethgelab/foolbox) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 310 Β· πŸ“¦ 160 Β· πŸ“‹ 300 - 13% open Β· ⏱️ 20.12.2020): ``` git clone https://github.com/bethgelab/foolbox ``` -- [PyPi](https://pypi.org/project/foolbox) (πŸ“₯ 920 / month Β· πŸ“¦ 18 Β· ⏱️ 26.09.2020): +- [PyPi](https://pypi.org/project/foolbox) (πŸ“₯ 930 / month Β· πŸ“¦ 18 Β· ⏱️ 26.09.2020): ``` pip install foolbox ``` @@ -8314,12 +8376,12 @@ _Libraries for testing the robustness of machine learning models against attacks
TextAttack (πŸ₯ˆ23 Β· ⭐ 1.2K) - TextAttack is a Python framework for adversarial attacks, data.. MIT -- [GitHub](https://github.com/QData/TextAttack) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 130 Β· πŸ“¦ 15 Β· πŸ“‹ 110 - 22% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/QData/TextAttack) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 130 Β· πŸ“¦ 16 Β· πŸ“‹ 110 - 24% open Β· ⏱️ 15.01.2021): ``` git clone https://github.com/QData/TextAttack ``` -- [PyPi](https://pypi.org/project/textattack) (πŸ“₯ 750 / month Β· ⏱️ 27.12.2020): +- [PyPi](https://pypi.org/project/textattack) (πŸ“₯ 730 / month Β· ⏱️ 27.12.2020): ``` pip install textattack ``` @@ -8331,7 +8393,7 @@ _Libraries for testing the robustness of machine learning models against attacks ``` git clone https://github.com/MadryLab/robustness ``` -- [PyPi](https://pypi.org/project/robustness) (πŸ“₯ 250 / month Β· πŸ“¦ 1 Β· ⏱️ 05.08.2020): +- [PyPi](https://pypi.org/project/robustness) (πŸ“₯ 230 / month Β· πŸ“¦ 1 Β· ⏱️ 05.08.2020): ``` pip install robustness ``` @@ -8350,7 +8412,7 @@ _Libraries for testing the robustness of machine learning models against attacks
Show 2 hidden projects... -- advertorch (πŸ₯‰17 Β· ⭐ 790 Β· πŸ’€) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 +- advertorch (πŸ₯‰17 Β· ⭐ 800 Β· πŸ’€) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 - Adversary (πŸ₯‰13 Β· ⭐ 340 Β· πŸ’€) - Tool to generate adversarial text examples and test machine.. MIT

@@ -8363,72 +8425,72 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
CuPy (πŸ₯‡30 Β· ⭐ 4.8K) - A NumPy-compatible array library accelerated by CUDA. MIT -- [GitHub](https://github.com/cupy/cupy) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 430 Β· πŸ“₯ 5.8K Β· πŸ“¦ 640 Β· πŸ“‹ 1.2K - 29% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/cupy/cupy) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 430 Β· πŸ“₯ 6.5K Β· πŸ“¦ 650 Β· πŸ“‹ 1.2K - 29% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/cupy/cupy ``` -- [PyPi](https://pypi.org/project/cupy) (πŸ“₯ 6.8K / month Β· πŸ“¦ 190 Β· ⏱️ 25.12.2020): +- [PyPi](https://pypi.org/project/cupy) (πŸ“₯ 7.2K / month Β· πŸ“¦ 190 Β· ⏱️ 28.01.2021): ``` pip install cupy ``` -- [Conda](https://anaconda.org/conda-forge/cupy) (πŸ“₯ 340K Β· ⏱️ 21.01.2021): +- [Conda](https://anaconda.org/conda-forge/cupy) (πŸ“₯ 340K Β· ⏱️ 28.01.2021): ``` conda install -c conda-forge cupy ``` -- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (πŸ“₯ 48K Β· ⭐ 6 Β· ⏱️ 21.01.2021): +- [Docker Hub](https://hub.docker.com/r/cupy/cupy) (πŸ“₯ 48K Β· ⭐ 6 Β· ⏱️ 28.01.2021): ``` docker pull cupy/cupy ```
PyCUDA (πŸ₯‡27 Β· ⭐ 1.1K) - CUDA integration for Python, plus shiny features. MIT -- [GitHub](https://github.com/inducer/pycuda) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 210 Β· πŸ“¦ 710 Β· πŸ“‹ 160 - 24% open Β· ⏱️ 04.01.2021): +- [GitHub](https://github.com/inducer/pycuda) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 210 Β· πŸ“¦ 720 Β· πŸ“‹ 160 - 25% open Β· ⏱️ 04.01.2021): ``` git clone https://github.com/inducer/pycuda ``` -- [PyPi](https://pypi.org/project/pycuda) (πŸ“₯ 12K / month Β· πŸ“¦ 290 Β· ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/pycuda) (πŸ“₯ 11K / month Β· πŸ“¦ 290 Β· ⏱️ 07.10.2020): ``` pip install pycuda ```
gpustat (πŸ₯ˆ26 Β· ⭐ 2.2K) - A simple command-line utility for querying and monitoring GPU status. MIT -- [GitHub](https://github.com/wookayin/gpustat) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 180 Β· πŸ“¦ 580 Β· πŸ“‹ 67 - 29% open Β· ⏱️ 13.01.2021): +- [GitHub](https://github.com/wookayin/gpustat) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 180 Β· πŸ“¦ 590 Β· πŸ“‹ 67 - 29% open Β· ⏱️ 13.01.2021): ``` git clone https://github.com/wookayin/gpustat ``` -- [PyPi](https://pypi.org/project/gpustat) (πŸ“₯ 130K / month Β· πŸ“¦ 58 Β· ⏱️ 02.01.2021): +- [PyPi](https://pypi.org/project/gpustat) (πŸ“₯ 140K / month Β· πŸ“¦ 58 Β· ⏱️ 02.01.2021): ``` pip install gpustat ``` -- [Conda](https://anaconda.org/conda-forge/gpustat) (πŸ“₯ 10K Β· ⏱️ 24.11.2020): +- [Conda](https://anaconda.org/conda-forge/gpustat) (πŸ“₯ 12K Β· ⏱️ 24.11.2020): ``` conda install -c conda-forge gpustat ```
Apex (πŸ₯ˆ23 Β· ⭐ 5K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 -- [GitHub](https://github.com/NVIDIA/apex) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 660 Β· πŸ“¦ 430 Β· πŸ“‹ 780 - 54% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/NVIDIA/apex) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 660 Β· πŸ“¦ 440 Β· πŸ“‹ 790 - 54% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/NVIDIA/apex ``` -- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (πŸ“₯ 29K Β· ⏱️ 23.11.2020): +- [Conda](https://anaconda.org/conda-forge/nvidia-apex) (πŸ“₯ 30K Β· ⏱️ 23.11.2020): ``` conda install -c conda-forge nvidia-apex ```
ArrayFire (πŸ₯ˆ22 Β· ⭐ 3.3K) - ArrayFire: a general purpose GPU library. BSD-3 -- [GitHub](https://github.com/arrayfire/arrayfire) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 450 Β· πŸ“₯ 610 Β· πŸ“‹ 1.5K - 17% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/arrayfire/arrayfire) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 450 Β· πŸ“₯ 630 Β· πŸ“‹ 1.5K - 17% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/arrayfire/arrayfire ``` -- [PyPi](https://pypi.org/project/arrayfire) (πŸ“₯ 570 / month Β· πŸ“¦ 2 Β· ⏱️ 18.10.2018): +- [PyPi](https://pypi.org/project/arrayfire) (πŸ“₯ 520 / month Β· πŸ“¦ 2 Β· ⏱️ 18.10.2018): ``` pip install arrayfire ``` @@ -8440,7 +8502,7 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize ``` git clone https://github.com/fbcotter/py3nvml ``` -- [PyPi](https://pypi.org/project/py3nvml) (πŸ“₯ 88K / month Β· πŸ“¦ 20 Β· ⏱️ 06.04.2020): +- [PyPi](https://pypi.org/project/py3nvml) (πŸ“₯ 71K / month Β· πŸ“¦ 20 Β· ⏱️ 06.04.2020): ``` pip install py3nvml ``` @@ -8451,31 +8513,31 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
cuDF (πŸ₯‰21 Β· ⭐ 3.6K) - cuDF - GPU DataFrame Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cudf) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 470 Β· πŸ“‹ 3.3K - 17% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/rapidsai/cudf) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 480 Β· πŸ“‹ 3.3K - 17% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/rapidsai/cudf ``` -- [PyPi](https://pypi.org/project/cudf) (πŸ“₯ 600 / month Β· πŸ“¦ 4 Β· ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cudf) (πŸ“₯ 510 / month Β· πŸ“¦ 4 Β· ⏱️ 01.06.2020): ``` pip install cudf ```
-
scikit-cuda (πŸ₯‰21 Β· ⭐ 790) - Python interface to GPU-powered libraries. BSD-3 +
scikit-cuda (πŸ₯‰21 Β· ⭐ 800) - Python interface to GPU-powered libraries. BSD-3 -- [GitHub](https://github.com/lebedov/scikit-cuda) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 160 Β· πŸ“¦ 110 Β· πŸ“‹ 200 - 18% open Β· ⏱️ 13.07.2020): +- [GitHub](https://github.com/lebedov/scikit-cuda) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 160 Β· πŸ“¦ 110 Β· πŸ“‹ 200 - 19% open Β· ⏱️ 13.07.2020): ``` git clone https://github.com/lebedov/scikit-cuda ``` -- [PyPi](https://pypi.org/project/scikit-cuda) (πŸ“₯ 510 / month Β· πŸ“¦ 31 Β· ⏱️ 27.05.2019): +- [PyPi](https://pypi.org/project/scikit-cuda) (πŸ“₯ 500 / month Β· πŸ“¦ 31 Β· ⏱️ 27.05.2019): ``` pip install scikit-cuda ```
-
DALI (πŸ₯‰20 Β· ⭐ 3K) - A library containing both highly optimized building blocks and an.. Apache-2 +
DALI (πŸ₯‰20 Β· ⭐ 3.1K) - A library containing both highly optimized building blocks and an.. Apache-2 -- [GitHub](https://github.com/NVIDIA/DALI) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 370 Β· πŸ“‹ 780 - 23% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/NVIDIA/DALI) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 370 Β· πŸ“‹ 790 - 23% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/NVIDIA/DALI @@ -8483,19 +8545,19 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
cuML (πŸ₯‰19 Β· ⭐ 1.9K) - cuML - RAPIDS Machine Learning Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cuml) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“‹ 1.6K - 40% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/rapidsai/cuml) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 300 Β· πŸ“‹ 1.6K - 40% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/rapidsai/cuml ``` -- [PyPi](https://pypi.org/project/cuml) (πŸ“₯ 280 / month Β· ⏱️ 11.04.2019): +- [PyPi](https://pypi.org/project/cuml) (πŸ“₯ 260 / month Β· ⏱️ 11.04.2019): ``` pip install cuml ```
BlazingSQL (πŸ₯‰17 Β· ⭐ 1.4K) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 -- [GitHub](https://github.com/BlazingDB/blazingsql) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 130 Β· πŸ“‹ 570 - 43% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/BlazingDB/blazingsql) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 130 Β· πŸ“‹ 570 - 43% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/BlazingDB/blazingsql @@ -8505,45 +8567,45 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize conda install -c blazingsql blazingsql-protocol ```
-
cuGraph (πŸ₯‰16 Β· ⭐ 630) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 +
cuGraph (πŸ₯‰16 Β· ⭐ 640) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 -- [GitHub](https://github.com/rapidsai/cugraph) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 140 Β· πŸ“‹ 560 - 16% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/rapidsai/cugraph) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 140 Β· πŸ“‹ 560 - 16% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/rapidsai/cugraph ``` -- [PyPi](https://pypi.org/project/cugraph) (πŸ“₯ 32 / month Β· ⏱️ 04.04.2019): +- [PyPi](https://pypi.org/project/cugraph) (πŸ“₯ 28 / month Β· ⏱️ 04.04.2019): ``` pip install cugraph ```
-
SpeedTorch (πŸ₯‰16 Β· ⭐ 590 Β· πŸ’€) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT +
SpeedTorch (πŸ₯‰16 Β· ⭐ 600 Β· πŸ’€) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT - [GitHub](https://github.com/Santosh-Gupta/SpeedTorch) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 36 Β· πŸ“¦ 3 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 21.02.2020): ``` git clone https://github.com/Santosh-Gupta/SpeedTorch ``` -- [PyPi](https://pypi.org/project/SpeedTorch) (πŸ“₯ 65 / month Β· πŸ“¦ 2 Β· ⏱️ 06.01.2020): +- [PyPi](https://pypi.org/project/SpeedTorch) (πŸ“₯ 93 / month Β· πŸ“¦ 2 Β· ⏱️ 06.01.2020): ``` pip install SpeedTorch ```
-
Vulkan Kompute (πŸ₯‰16 Β· ⭐ 290 Β· 🐣) - General purpose GPU compute framework for cross vendor.. Apache-2 +
Vulkan Kompute (πŸ₯‰16 Β· ⭐ 300 Β· 🐣) - General purpose GPU compute framework for cross vendor.. Apache-2 -- [GitHub](https://github.com/EthicalML/vulkan-kompute) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 17 Β· πŸ“₯ 29 Β· πŸ“¦ 1 Β· πŸ“‹ 86 - 48% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/EthicalML/vulkan-kompute) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 17 Β· πŸ“₯ 29 Β· πŸ“¦ 1 Β· πŸ“‹ 89 - 49% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/EthicalML/vulkan-kompute ``` -- [PyPi](https://pypi.org/project/kp) (πŸ“₯ 100 / month Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/kp) (πŸ“₯ 85 / month Β· ⏱️ 11.11.2020): ``` pip install kp ```
cuSignal (πŸ₯‰15 Β· ⭐ 440) - GPU accelerated signal processing. Apache-2 -- [GitHub](https://github.com/rapidsai/cusignal) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 57 Β· πŸ“‹ 98 - 17% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/rapidsai/cusignal) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 57 Β· πŸ“‹ 99 - 17% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/rapidsai/cusignal @@ -8570,19 +8632,19 @@ _Libraries that extend TensorFlow with additional capabilities._ ``` git clone https://github.com/tensorflow/tensor2tensor ``` -- [PyPi](https://pypi.org/project/tensor2tensor) (πŸ“₯ 75K / month Β· πŸ“¦ 82 Β· ⏱️ 17.06.2020): +- [PyPi](https://pypi.org/project/tensor2tensor) (πŸ“₯ 76K / month Β· πŸ“¦ 82 Β· ⏱️ 17.06.2020): ``` pip install tensor2tensor ```
tensorflow-hub (πŸ₯‡32 Β· ⭐ 2.7K) - A library for transfer learning by reusing parts of.. Apache-2 -- [GitHub](https://github.com/tensorflow/hub) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 1.4K Β· πŸ“¦ 5.1K Β· πŸ“‹ 540 - 8% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/tensorflow/hub) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 1.4K Β· πŸ“¦ 5.2K Β· πŸ“‹ 550 - 8% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/hub ``` -- [PyPi](https://pypi.org/project/tensorflow-hub) (πŸ“₯ 730K / month Β· πŸ“¦ 310 Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/tensorflow-hub) (πŸ“₯ 670K / month Β· πŸ“¦ 310 Β· ⏱️ 06.01.2021): ``` pip install tensorflow-hub ``` @@ -8593,103 +8655,103 @@ _Libraries that extend TensorFlow with additional capabilities._
TF Addons (πŸ₯ˆ30 Β· ⭐ 1.2K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2 -- [GitHub](https://github.com/tensorflow/addons) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“¦ 2K Β· πŸ“‹ 780 - 21% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/addons) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 420 Β· πŸ“¦ 2.1K Β· πŸ“‹ 790 - 21% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/tensorflow/addons ``` -- [PyPi](https://pypi.org/project/tensorflow-addons) (πŸ“₯ 210K / month Β· πŸ“¦ 18 Β· ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-addons) (πŸ“₯ 190K / month Β· πŸ“¦ 18 Β· ⏱️ 23.12.2020): ``` pip install tensorflow-addons ```
TensorFlow Transform (πŸ₯ˆ29 Β· ⭐ 850) - Input pipeline framework. Apache-2 -- [GitHub](https://github.com/tensorflow/transform) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 400 Β· πŸ“‹ 150 - 22% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/transform) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 400 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/tensorflow/transform ``` -- [PyPi](https://pypi.org/project/tensorflow-transform) (πŸ“₯ 6.5M / month Β· πŸ“¦ 84 Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-transform) (πŸ“₯ 5.6M / month Β· πŸ“¦ 84 Β· ⏱️ 16.12.2020): ``` pip install tensorflow-transform ```
efficientnet (πŸ₯ˆ26 Β· ⭐ 1.7K) - Implementation of EfficientNet model. Keras and.. Apache-2 -- [GitHub](https://github.com/qubvel/efficientnet) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 380 Β· πŸ“₯ 140K Β· πŸ“¦ 490 Β· πŸ“‹ 100 - 47% open Β· ⏱️ 15.09.2020): +- [GitHub](https://github.com/qubvel/efficientnet) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 380 Β· πŸ“₯ 150K Β· πŸ“¦ 490 Β· πŸ“‹ 100 - 47% open Β· ⏱️ 15.09.2020): ``` git clone https://github.com/qubvel/efficientnet ``` -- [PyPi](https://pypi.org/project/efficientnet) (πŸ“₯ 72K / month Β· πŸ“¦ 2 Β· ⏱️ 15.09.2020): +- [PyPi](https://pypi.org/project/efficientnet) (πŸ“₯ 59K / month Β· πŸ“¦ 2 Β· ⏱️ 15.09.2020): ``` pip install efficientnet ```
-
TF Model Optimization (πŸ₯ˆ26 Β· ⭐ 950) - A toolkit to optimize ML models for deployment for.. Apache-2 +
TF Model Optimization (πŸ₯ˆ26 Β· ⭐ 960) - A toolkit to optimize ML models for deployment for.. Apache-2 -- [GitHub](https://github.com/tensorflow/model-optimization) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 210 Β· πŸ“¦ 540 Β· πŸ“‹ 160 - 44% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/tensorflow/model-optimization) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 210 Β· πŸ“¦ 550 Β· πŸ“‹ 160 - 43% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/tensorflow/model-optimization ``` -- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (πŸ“₯ 52K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (πŸ“₯ 46K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): ``` pip install tensorflow-model-optimization ```
TensorFlow I/O (πŸ₯‰25 Β· ⭐ 410) - Dataset, streaming, and file system extensions.. Apache-2 -- [GitHub](https://github.com/tensorflow/io) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 140 Β· πŸ“¦ 94 Β· πŸ“‹ 380 - 28% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/tensorflow/io) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 150 Β· πŸ“¦ 98 Β· πŸ“‹ 390 - 29% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/tensorflow/io ``` -- [PyPi](https://pypi.org/project/tensorflow-io) (πŸ“₯ 47K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-io) (πŸ“₯ 34K / month Β· ⏱️ 15.12.2020): ``` pip install tensorflow-io ```
TensorFlow Cloud (πŸ₯‰23 Β· ⭐ 220) - The TensorFlow Cloud repository provides APIs that.. Apache-2 -- [GitHub](https://github.com/tensorflow/cloud) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 43 Β· πŸ“¦ 17 Β· πŸ“‹ 71 - 64% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/tensorflow/cloud) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 44 Β· πŸ“¦ 19 Β· πŸ“‹ 71 - 64% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/tensorflow/cloud ``` -- [PyPi](https://pypi.org/project/tensorflow-cloud) (πŸ“₯ 92K / month Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/tensorflow-cloud) (πŸ“₯ 82K / month Β· ⏱️ 06.01.2021): ``` pip install tensorflow-cloud ```
Neural Structured Learning (πŸ₯‰22 Β· ⭐ 770) - Training neural models with structured signals. Apache-2 -- [GitHub](https://github.com/tensorflow/neural-structured-learning) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 140 Β· πŸ“¦ 23 Β· πŸ“‹ 43 - 11% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/tensorflow/neural-structured-learning) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 140 Β· πŸ“¦ 25 Β· πŸ“‹ 43 - 9% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/tensorflow/neural-structured-learning ``` -- [PyPi](https://pypi.org/project/neural-structured-learning) (πŸ“₯ 2.1K / month Β· ⏱️ 18.08.2020): +- [PyPi](https://pypi.org/project/neural-structured-learning) (πŸ“₯ 2K / month Β· ⏱️ 18.08.2020): ``` pip install neural-structured-learning ```
-
TensorNets (πŸ₯‰20 Β· ⭐ 970) - High level network definitions with pre-trained weights in.. MIT +
TensorNets (πŸ₯‰20 Β· ⭐ 980) - High level network definitions with pre-trained weights in.. MIT - [GitHub](https://github.com/taehoonlee/tensornets) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 180 Β· πŸ“¦ 30 Β· πŸ“‹ 56 - 25% open Β· ⏱️ 02.01.2021): ``` git clone https://github.com/taehoonlee/tensornets ``` -- [PyPi](https://pypi.org/project/tensornets) (πŸ“₯ 270 / month Β· πŸ“¦ 2 Β· ⏱️ 31.03.2020): +- [PyPi](https://pypi.org/project/tensornets) (πŸ“₯ 210 / month Β· πŸ“¦ 2 Β· ⏱️ 31.03.2020): ``` pip install tensornets ```
tffm (πŸ₯‰19 Β· ⭐ 760 Β· πŸ’€) - TensorFlow implementation of an arbitrary order Factorization Machine. MIT -- [GitHub](https://github.com/geffy/tffm) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 170 Β· πŸ“¦ 9 Β· πŸ“‹ 37 - 45% open Β· ⏱️ 22.05.2020): +- [GitHub](https://github.com/geffy/tffm) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 170 Β· πŸ“¦ 10 Β· πŸ“‹ 37 - 45% open Β· ⏱️ 22.05.2020): ``` git clone https://github.com/geffy/tffm @@ -8699,21 +8761,21 @@ _Libraries that extend TensorFlow with additional capabilities._ pip install tffm ```
-
TF Compression (πŸ₯‰17 Β· ⭐ 420) - Data compression in TensorFlow. Apache-2 +
TF Compression (πŸ₯‰17 Β· ⭐ 430) - Data compression in TensorFlow. Apache-2 -- [GitHub](https://github.com/tensorflow/compression) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 150 Β· πŸ“‹ 55 - 1% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/tensorflow/compression) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 150 Β· πŸ“‹ 57 - 1% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/tensorflow/compression ``` -- [PyPi](https://pypi.org/project/tensorflow-compression) (πŸ“₯ 380 / month Β· πŸ“¦ 1 Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/tensorflow-compression) (πŸ“₯ 310 / month Β· πŸ“¦ 1 Β· ⏱️ 06.01.2021): ``` pip install tensorflow-compression ```
-
Saliency (πŸ₯‰16 Β· ⭐ 620) - TensorFlow implementation for SmoothGrad, Grad-CAM, Guided.. Apache-2 +
Saliency (πŸ₯‰16 Β· ⭐ 630) - TensorFlow implementation for SmoothGrad, Grad-CAM, Guided.. Apache-2 -- [GitHub](https://github.com/PAIR-code/saliency) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 130 Β· πŸ“¦ 13 Β· πŸ“‹ 21 - 52% open Β· ⏱️ 01.10.2020): +- [GitHub](https://github.com/PAIR-code/saliency) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 140 Β· πŸ“¦ 13 Β· πŸ“‹ 21 - 52% open Β· ⏱️ 01.10.2020): ``` git clone https://github.com/PAIR-code/saliency @@ -8733,12 +8795,12 @@ _Libraries that extend scikit-learn with additional capabilities._
imbalanced-learn (πŸ₯‡30 Β· ⭐ 5K) - A Python Package to Tackle the Curse of Imbalanced.. MIT -- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 1.1K Β· πŸ“¦ 3.8K Β· πŸ“‹ 450 - 10% open Β· ⏱️ 03.11.2020): +- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 1.1K Β· πŸ“¦ 3.9K Β· πŸ“‹ 450 - 10% open Β· ⏱️ 03.11.2020): ``` git clone https://github.com/scikit-learn-contrib/imbalanced-learn ``` -- [PyPi](https://pypi.org/project/imbalanced-learn) (πŸ“₯ 630K / month Β· πŸ“¦ 280 Β· ⏱️ 09.06.2020): +- [PyPi](https://pypi.org/project/imbalanced-learn) (πŸ“₯ 520K / month Β· πŸ“¦ 280 Β· ⏱️ 09.06.2020): ``` pip install imbalanced-learn ``` @@ -8754,7 +8816,7 @@ _Libraries that extend scikit-learn with additional capabilities._ ``` git clone https://github.com/rasbt/mlxtend ``` -- [PyPi](https://pypi.org/project/mlxtend) (πŸ“₯ 170K / month Β· πŸ“¦ 190 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/mlxtend) (πŸ“₯ 140K / month Β· πŸ“¦ 190 Β· ⏱️ 26.11.2020): ``` pip install mlxtend ``` @@ -8765,12 +8827,12 @@ _Libraries that extend scikit-learn with additional capabilities._
category_encoders (πŸ₯ˆ25 Β· ⭐ 1.6K) - A library of sklearn compatible categorical variable.. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 290 Β· πŸ“‹ 200 - 32% open Β· ⏱️ 31.07.2020): +- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 290 Β· πŸ“‹ 200 - 32% open Β· ⏱️ 31.07.2020): ``` git clone https://github.com/scikit-learn-contrib/category_encoders ``` -- [PyPi](https://pypi.org/project/category_encoders) (πŸ“₯ 180K / month Β· πŸ“¦ 23 Β· ⏱️ 14.10.2018): +- [PyPi](https://pypi.org/project/category_encoders) (πŸ“₯ 160K / month Β· πŸ“¦ 23 Β· ⏱️ 14.10.2018): ``` pip install category_encoders ``` @@ -8779,14 +8841,14 @@ _Libraries that extend scikit-learn with additional capabilities._ conda install -c conda-forge category_encoders ```
-
combo (πŸ₯ˆ24 Β· ⭐ 470) - A Python Toolbox for Machine Learning Model Combination. BSD-2 xgboost +
combo (πŸ₯ˆ24 Β· ⭐ 470) - (AAAI' 20) A Python Toolbox for Machine Learning Model.. BSD-2 xgboost -- [GitHub](https://github.com/yzhao062/combo) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 81 Β· πŸ“¦ 260 Β· πŸ“‹ 10 - 70% open Β· ⏱️ 23.12.2020): +- [GitHub](https://github.com/yzhao062/combo) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 82 Β· πŸ“¦ 260 Β· πŸ“‹ 10 - 70% open Β· ⏱️ 23.12.2020): ``` git clone https://github.com/yzhao062/combo ``` -- [PyPi](https://pypi.org/project/combo) (πŸ“₯ 73K / month Β· ⏱️ 23.12.2020): +- [PyPi](https://pypi.org/project/combo) (πŸ“₯ 63K / month Β· ⏱️ 23.12.2020): ``` pip install combo ``` @@ -8798,7 +8860,7 @@ _Libraries that extend scikit-learn with additional capabilities._ ``` git clone https://github.com/scikit-learn-contrib/lightning ``` -- [PyPi](https://pypi.org/project/sklearn-contrib-lightning) (πŸ“₯ 340 / month Β· πŸ“¦ 5 Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/sklearn-contrib-lightning) (πŸ“₯ 360 / month Β· πŸ“¦ 5 Β· ⏱️ 16.12.2020): ``` pip install sklearn-contrib-lightning ``` @@ -8807,54 +8869,54 @@ _Libraries that extend scikit-learn with additional capabilities._ conda install -c conda-forge sklearn-contrib-lightning ```
-
scikit-opt (πŸ₯ˆ22 Β· ⭐ 1.8K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT +
scikit-opt (πŸ₯ˆ22 Β· ⭐ 1.9K) - Genetic Algorithm, Particle Swarm Optimization, Simulated.. MIT -- [GitHub](https://github.com/guofei9987/scikit-opt) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 440 Β· πŸ“¦ 25 Β· πŸ“‹ 83 - 25% open Β· ⏱️ 07.01.2021): +- [GitHub](https://github.com/guofei9987/scikit-opt) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 450 Β· πŸ“¦ 25 Β· πŸ“‹ 85 - 27% open Β· ⏱️ 07.01.2021): ``` git clone https://github.com/guofei9987/scikit-opt ``` -- [PyPi](https://pypi.org/project/scikit-opt) (πŸ“₯ 880 / month Β· πŸ“¦ 3 Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/scikit-opt) (πŸ“₯ 610 / month Β· πŸ“¦ 3 Β· ⏱️ 20.11.2020): ``` pip install scikit-opt ```
-
fancyimpute (πŸ₯ˆ22 Β· ⭐ 910) - Multivariate imputation and matrix completion algorithms.. Apache-2 +
fancyimpute (πŸ₯ˆ22 Β· ⭐ 920) - Multivariate imputation and matrix completion algorithms.. Apache-2 -- [GitHub](https://github.com/iskandr/fancyimpute) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 140 Β· πŸ“¦ 640 Β· πŸ“‹ 110 - 3% open Β· ⏱️ 27.08.2020): +- [GitHub](https://github.com/iskandr/fancyimpute) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 140 Β· πŸ“¦ 670 Β· πŸ“‹ 110 - 3% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/iskandr/fancyimpute ``` -- [PyPi](https://pypi.org/project/fancyimpute) (πŸ“₯ 4.4K / month Β· πŸ“¦ 21 Β· ⏱️ 16.07.2020): +- [PyPi](https://pypi.org/project/fancyimpute) (πŸ“₯ 6.6K / month Β· πŸ“¦ 21 Β· ⏱️ 16.07.2020): ``` pip install fancyimpute ```
-
scikit-lego (πŸ₯ˆ22 Β· ⭐ 390) - Extra blocks for scikit-learn pipelines. MIT +
scikit-lego (πŸ₯ˆ22 Β· ⭐ 400) - Extra blocks for scikit-learn pipelines. MIT -- [GitHub](https://github.com/koaning/scikit-lego) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 64 Β· πŸ“¦ 15 Β· πŸ“‹ 200 - 9% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/koaning/scikit-lego) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 66 Β· πŸ“¦ 15 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 14.01.2021): ``` git clone https://github.com/koaning/scikit-lego ``` -- [PyPi](https://pypi.org/project/scikit-lego) (πŸ“₯ 900 / month Β· ⏱️ 04.01.2021): +- [PyPi](https://pypi.org/project/scikit-lego) (πŸ“₯ 830 / month Β· ⏱️ 04.01.2021): ``` pip install scikit-lego ``` -- [Conda](https://anaconda.org/conda-forge/scikit-lego) (πŸ“₯ 7.6K Β· ⏱️ 02.11.2020): +- [Conda](https://anaconda.org/conda-forge/scikit-lego) (πŸ“₯ 7.7K Β· ⏱️ 02.11.2020): ``` conda install -c conda-forge scikit-lego ```
iterative-stratification (πŸ₯‰19 Β· ⭐ 490) - scikit-learn cross validators for iterative.. BSD-3 -- [GitHub](https://github.com/trent-b/iterative-stratification) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 44 Β· πŸ“¦ 99 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 12.09.2020): +- [GitHub](https://github.com/trent-b/iterative-stratification) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 44 Β· πŸ“¦ 100 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 12.09.2020): ``` git clone https://github.com/trent-b/iterative-stratification ``` -- [PyPi](https://pypi.org/project/iterative-stratification) (πŸ“₯ 2.8K / month Β· ⏱️ 12.08.2018): +- [PyPi](https://pypi.org/project/iterative-stratification) (πŸ“₯ 3K / month Β· ⏱️ 12.08.2018): ``` pip install iterative-stratification ``` @@ -8866,19 +8928,19 @@ _Libraries that extend scikit-learn with additional capabilities._ ``` git clone https://github.com/scikit-tda/scikit-tda ``` -- [PyPi](https://pypi.org/project/scikit-tda) (πŸ“₯ 4.3K / month Β· ⏱️ 09.01.2021): +- [PyPi](https://pypi.org/project/scikit-tda) (πŸ“₯ 3.5K / month Β· ⏱️ 09.01.2021): ``` pip install scikit-tda ```
-
DESlib (πŸ₯‰17 Β· ⭐ 290) - A Python library for dynamic classifier and ensemble selection. BSD-3 +
DESlib (πŸ₯‰17 Β· ⭐ 300) - A Python library for dynamic classifier and ensemble selection. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/DESlib) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 66 Β· πŸ“¦ 13 Β· πŸ“‹ 130 - 9% open Β· ⏱️ 01.01.2021): +- [GitHub](https://github.com/scikit-learn-contrib/DESlib) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 66 Β· πŸ“¦ 13 Β· πŸ“‹ 140 - 10% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/scikit-learn-contrib/DESlib ``` -- [PyPi](https://pypi.org/project/deslib) (πŸ“₯ 120 / month Β· ⏱️ 18.02.2019): +- [PyPi](https://pypi.org/project/deslib) (πŸ“₯ 110 / month Β· ⏱️ 18.02.2019): ``` pip install deslib ``` @@ -8890,7 +8952,7 @@ _Libraries that extend scikit-learn with additional capabilities._ ``` git clone https://github.com/skggm/skggm ``` -- [PyPi](https://pypi.org/project/skggm) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 12.09.2018): +- [PyPi](https://pypi.org/project/skggm) (πŸ“₯ 130 / month Β· πŸ“¦ 1 Β· ⏱️ 12.09.2018): ``` pip install skggm ``` @@ -8900,8 +8962,8 @@ _Libraries that extend scikit-learn with additional capabilities._ - sklearn-crfsuite (πŸ₯ˆ24 Β· ⭐ 360 Β· πŸ’€) - scikit-learn inspired API for CRFsuite. MIT - scikit-multilearn (πŸ₯ˆ22 Β· ⭐ 620 Β· πŸ’€) - A scikit-learn based module for multi-label et. al... BSD-2 - skope-rules (πŸ₯‰20 Β· ⭐ 350) - machine learning with logical rules in Python. ❗️BSD-1-Clause -- celer (πŸ₯‰17 Β· ⭐ 100) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 -- dabl (πŸ₯‰16 Β· ⭐ 62) - Data Analysis Baseline Library. BSD-3 +- celer (πŸ₯‰17 Β· ⭐ 110) - Fast solver for L1-type problems: Lasso, sparse Logisitic regression,.. BSD-3 +- dabl (πŸ₯‰16 Β· ⭐ 64) - Data Analysis Baseline Library. BSD-3

@@ -8911,38 +8973,50 @@ _Libraries that extend scikit-learn with additional capabilities._ _Libraries that extend Pytorch with additional capabilities._ -
pretrainedmodels (πŸ₯‡27 Β· ⭐ 7.6K Β· πŸ’€) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 +
pretrainedmodels (πŸ₯‡27 Β· ⭐ 7.7K Β· πŸ’€) - Pretrained ConvNets for pytorch: NASNet, ResNeXt,.. BSD-3 -- [GitHub](https://github.com/Cadene/pretrained-models.pytorch) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 1.6K Β· πŸ“¦ 840 Β· πŸ“‹ 170 - 49% open Β· ⏱️ 16.04.2020): +- [GitHub](https://github.com/Cadene/pretrained-models.pytorch) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 1.6K Β· πŸ“¦ 850 Β· πŸ“‹ 170 - 49% open Β· ⏱️ 16.04.2020): ``` git clone https://github.com/Cadene/pretrained-models.pytorch ``` -- [PyPi](https://pypi.org/project/pretrainedmodels) (πŸ“₯ 30K / month Β· πŸ“¦ 100 Β· ⏱️ 29.10.2018): +- [PyPi](https://pypi.org/project/pretrainedmodels) (πŸ“₯ 34K / month Β· πŸ“¦ 100 Β· ⏱️ 29.10.2018): ``` pip install pretrainedmodels ```
-
pytorch-optimizer (πŸ₯‡25 Β· ⭐ 1.6K) - torch-optimizer -- collection of optimizers for.. Apache-2 +
pytorch-optimizer (πŸ₯‡25 Β· ⭐ 1.7K) - torch-optimizer -- collection of optimizers for.. Apache-2 -- [GitHub](https://github.com/jettify/pytorch-optimizer) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 150 Β· πŸ“¦ 100 Β· πŸ“‹ 33 - 30% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/jettify/pytorch-optimizer) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 33 - 30% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/jettify/pytorch-optimizer ``` -- [PyPi](https://pypi.org/project/torch_optimizer) (πŸ“₯ 11K / month Β· ⏱️ 01.01.2021): +- [PyPi](https://pypi.org/project/torch_optimizer) (πŸ“₯ 10K / month Β· ⏱️ 01.01.2021): ``` pip install torch_optimizer ```
+
EfficientNet-PyTorch (πŸ₯‡24 Β· ⭐ 5.4K) - A PyTorch implementation of EfficientNet. Apache-2 + +- [GitHub](https://github.com/lukemelas/EfficientNet-PyTorch) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 1.1K Β· πŸ“₯ 310K Β· πŸ“‹ 230 - 48% open Β· ⏱️ 09.10.2020): + + ``` + git clone https://github.com/lukemelas/EfficientNet-PyTorch + ``` +- [PyPi](https://pypi.org/project/efficientnet-pytorch) (πŸ“₯ 27K / month Β· πŸ“¦ 14 Β· ⏱️ 26.08.2020): + ``` + pip install efficientnet-pytorch + ``` +
torchdiffeq (πŸ₯‡24 Β· ⭐ 3.3K) - Differentiable ODE solvers with full GPU support and.. MIT -- [GitHub](https://github.com/rtqichen/torchdiffeq) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 570 Β· πŸ“¦ 57 Β· πŸ“‹ 120 - 11% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/rtqichen/torchdiffeq) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 570 Β· πŸ“¦ 59 Β· πŸ“‹ 120 - 12% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/rtqichen/torchdiffeq ``` -- [PyPi](https://pypi.org/project/torchdiffeq) (πŸ“₯ 2K / month Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/torchdiffeq) (πŸ“₯ 1.9K / month Β· ⏱️ 19.01.2021): ``` pip install torchdiffeq ``` @@ -8961,64 +9035,52 @@ _Libraries that extend Pytorch with additional capabilities._
PML (πŸ₯‡24 Β· ⭐ 2.7K) - The easiest way to use deep metric learning in your application. Modular,.. MIT -- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 360 Β· πŸ“¦ 46 Β· πŸ“‹ 200 - 15% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 360 Β· πŸ“¦ 47 Β· πŸ“‹ 210 - 15% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/KevinMusgrave/pytorch-metric-learning ``` -- [PyPi](https://pypi.org/project/pytorch-metric-learning) (πŸ“₯ 3.5K / month Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/pytorch-metric-learning) (πŸ“₯ 3.1K / month Β· ⏱️ 21.01.2021): ``` pip install pytorch-metric-learning ``` -- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (πŸ“₯ 1.1K Β· ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning) (πŸ“₯ 1.2K Β· ⏱️ 12.01.2021): ``` conda install -c metric-learning pytorch-metric-learning ```
SRU (πŸ₯‡24 Β· ⭐ 1.9K) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT -- [GitHub](https://github.com/asappresearch/sru) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 280 Β· πŸ“¦ 15 Β· πŸ“‹ 100 - 47% open Β· ⏱️ 17.12.2020): +- [GitHub](https://github.com/asappresearch/sru) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 280 Β· πŸ“¦ 15 Β· πŸ“‹ 100 - 48% open Β· ⏱️ 17.12.2020): ``` git clone https://github.com/asappresearch/sru ``` -- [PyPi](https://pypi.org/project/sru) (πŸ“₯ 1.8K / month Β· πŸ“¦ 1 Β· ⏱️ 17.12.2020): +- [PyPi](https://pypi.org/project/sru) (πŸ“₯ 2K / month Β· πŸ“¦ 1 Β· ⏱️ 22.01.2021): ``` pip install sru ```
-
EfficientNet-PyTorch (πŸ₯ˆ23 Β· ⭐ 5.4K) - A PyTorch implementation of EfficientNet. Apache-2 - -- [GitHub](https://github.com/lukemelas/EfficientNet-PyTorch) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 1K Β· πŸ“₯ 300K Β· πŸ“‹ 220 - 47% open Β· ⏱️ 09.10.2020): - - ``` - git clone https://github.com/lukemelas/EfficientNet-PyTorch - ``` -- [PyPi](https://pypi.org/project/efficientnet-pytorch) (πŸ“₯ 29K / month Β· πŸ“¦ 7 Β· ⏱️ 26.08.2020): - ``` - pip install efficientnet-pytorch - ``` -
EfficientNets (πŸ₯ˆ22 Β· ⭐ 1.2K) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 -- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 170 Β· πŸ“¦ 29 Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 170 Β· πŸ“¦ 30 Β· ⏱️ 30.11.2020): ``` git clone https://github.com/rwightman/gen-efficientnet-pytorch ``` -- [PyPi](https://pypi.org/project/geffnet) (πŸ“₯ 1.4K / month Β· ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/geffnet) (πŸ“₯ 1.5K / month Β· ⏱️ 20.08.2020): ``` pip install geffnet ```
Torchmeta (πŸ₯ˆ21 Β· ⭐ 1.2K) - A collection of extensions and data-loaders for few-shot learning.. MIT -- [GitHub](https://github.com/tristandeleu/pytorch-meta) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 25 Β· πŸ“‹ 88 - 21% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/tristandeleu/pytorch-meta) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 26 Β· πŸ“‹ 88 - 21% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/tristandeleu/pytorch-meta ``` -- [PyPi](https://pypi.org/project/torchmeta) (πŸ“₯ 440 / month Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/torchmeta) (πŸ“₯ 400 / month Β· ⏱️ 25.11.2020): ``` pip install torchmeta ``` @@ -9030,19 +9092,19 @@ _Libraries that extend Pytorch with additional capabilities._ ``` git clone https://github.com/rusty1s/pytorch_sparse ``` -- [PyPi](https://pypi.org/project/torch-sparse) (πŸ“₯ 4.1K / month Β· πŸ“¦ 17 Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/torch-sparse) (πŸ“₯ 3.7K / month Β· πŸ“¦ 17 Β· ⏱️ 02.11.2020): ``` pip install torch-sparse ```
reformer-pytorch (πŸ₯ˆ20 Β· ⭐ 1.3K) - Reformer, the efficient Transformer, in Pytorch. MIT -- [GitHub](https://github.com/lucidrains/reformer-pytorch) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 170 Β· πŸ“‹ 93 - 1% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/lucidrains/reformer-pytorch) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 160 Β· πŸ“‹ 93 - 1% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/lucidrains/reformer-pytorch ``` -- [PyPi](https://pypi.org/project/reformer-pytorch) (πŸ“₯ 940 / month Β· ⏱️ 06.12.2020): +- [PyPi](https://pypi.org/project/reformer-pytorch) (πŸ“₯ 810 / month Β· ⏱️ 06.12.2020): ``` pip install reformer-pytorch ``` @@ -9054,45 +9116,45 @@ _Libraries that extend Pytorch with additional capabilities._ ``` git clone https://github.com/rusty1s/pytorch_scatter ``` -- [PyPi](https://pypi.org/project/torch-scatter) (πŸ“₯ 4.6K / month Β· πŸ“¦ 16 Β· ⏱️ 22.02.2020): +- [PyPi](https://pypi.org/project/torch-scatter) (πŸ“₯ 4K / month Β· πŸ“¦ 16 Β· ⏱️ 22.02.2020): ``` pip install torch-scatter ```
-
Pytorch Toolbelt (πŸ₯‰19 Β· ⭐ 880) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT +
Higher (πŸ₯‰19 Β· ⭐ 1K) - higher is a pytorch library allowing users to obtain higher order.. Apache-2 -- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 71 Β· πŸ“‹ 17 - 17% open Β· ⏱️ 14.01.2021): +- [GitHub](https://github.com/facebookresearch/higher) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 73 Β· πŸ“¦ 29 Β· πŸ“‹ 71 - 33% open Β· ⏱️ 28.10.2020): ``` - git clone https://github.com/BloodAxe/pytorch-toolbelt + git clone https://github.com/facebookresearch/higher ``` -- [PyPi](https://pypi.org/project/pytorch_toolbelt) (πŸ“₯ 5.1K / month Β· πŸ“¦ 1 Β· ⏱️ 14.01.2021): +- [PyPi](https://pypi.org/project/higher) (πŸ“₯ 1.1K / month Β· ⏱️ 14.07.2020): ``` - pip install pytorch_toolbelt + pip install higher ```
-
TabNet (πŸ₯‰19 Β· ⭐ 740) - PyTorch implementation of TabNet paper :.. MIT +
Pytorch Toolbelt (πŸ₯‰19 Β· ⭐ 880) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT -- [GitHub](https://github.com/dreamquark-ai/tabnet) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 140 Β· πŸ“‹ 130 - 24% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 71 Β· πŸ“‹ 17 - 17% open Β· ⏱️ 27.01.2021): ``` - git clone https://github.com/dreamquark-ai/tabnet + git clone https://github.com/BloodAxe/pytorch-toolbelt ``` -- [PyPi](https://pypi.org/project/pytorch-tabnet) (πŸ“₯ 2.2K / month Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/pytorch_toolbelt) (πŸ“₯ 7.3K / month Β· πŸ“¦ 1 Β· ⏱️ 14.01.2021): ``` - pip install pytorch-tabnet + pip install pytorch_toolbelt ```
-
Higher (πŸ₯‰18 Β· ⭐ 1K) - higher is a pytorch library allowing users to obtain higher order.. Apache-2 +
TabNet (πŸ₯‰19 Β· ⭐ 760) - PyTorch implementation of TabNet paper :.. MIT -- [GitHub](https://github.com/facebookresearch/higher) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 73 Β· πŸ“¦ 28 Β· πŸ“‹ 71 - 33% open Β· ⏱️ 28.10.2020): +- [GitHub](https://github.com/dreamquark-ai/tabnet) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 140 Β· πŸ“‹ 130 - 24% open Β· ⏱️ 28.01.2021): ``` - git clone https://github.com/facebookresearch/higher + git clone https://github.com/dreamquark-ai/tabnet ``` -- [PyPi](https://pypi.org/project/higher) (πŸ“₯ 640 / month Β· ⏱️ 14.07.2020): +- [PyPi](https://pypi.org/project/pytorch-tabnet) (πŸ“₯ 2.1K / month Β· ⏱️ 12.01.2021): ``` - pip install higher + pip install pytorch-tabnet ```
Lambda Networks (πŸ₯‰17 Β· ⭐ 1.3K Β· 🐣) - Implementation of LambdaNetworks, a new approach to.. MIT @@ -9102,71 +9164,71 @@ _Libraries that extend Pytorch with additional capabilities._ ``` git clone https://github.com/lucidrains/lambda-networks ``` -- [PyPi](https://pypi.org/project/lambda-networks) (πŸ“₯ 1.4K / month Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/lambda-networks) (πŸ“₯ 1.3K / month Β· ⏱️ 20.10.2020): ``` pip install lambda-networks ```
-
Tensor Sensor (πŸ₯‰16 Β· ⭐ 500 Β· 🐣) - The goal of this library is to generate more helpful.. MIT +
Tensor Sensor (πŸ₯‰16 Β· ⭐ 510 Β· 🐣) - The goal of this library is to generate more helpful.. MIT - [GitHub](https://github.com/parrt/tensor-sensor) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 24 Β· πŸ“¦ 1 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 07.01.2021): ``` git clone https://github.com/parrt/tensor-sensor ``` -- [PyPi](https://pypi.org/project/tensor-sensor) (πŸ“₯ 210 / month Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/tensor-sensor) (πŸ“₯ 160 / month Β· ⏱️ 03.12.2020): ``` pip install tensor-sensor ```
-
Performer Pytorch (πŸ₯‰16 Β· ⭐ 470 Β· 🐣) - An implementation of Performer, a linear attention-.. MIT +
Performer Pytorch (πŸ₯‰16 Β· ⭐ 480 Β· 🐣) - An implementation of Performer, a linear attention-.. MIT -- [GitHub](https://github.com/lucidrains/performer-pytorch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 60 Β· πŸ“¦ 8 Β· πŸ“‹ 49 - 34% open Β· ⏱️ 17.01.2021): +- [GitHub](https://github.com/lucidrains/performer-pytorch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 62 Β· πŸ“¦ 8 Β· πŸ“‹ 49 - 34% open Β· ⏱️ 17.01.2021): ``` git clone https://github.com/lucidrains/performer-pytorch ``` -- [PyPi](https://pypi.org/project/performer-pytorch) (πŸ“₯ 690 / month Β· ⏱️ 17.01.2021): +- [PyPi](https://pypi.org/project/performer-pytorch) (πŸ“₯ 760 / month Β· ⏱️ 17.01.2021): ``` pip install performer-pytorch ```
-
Pywick (πŸ₯‰16 Β· ⭐ 310) - High-level batteries-included neural network training library for.. MIT +
tinygrad (πŸ₯‰15 Β· ⭐ 4K Β· 🐣) - You like pytorch? You like micrograd? You love tinygrad!. MIT -- [GitHub](https://github.com/achaiah/pywick) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 35 Β· πŸ“¦ 2 Β· πŸ“‹ 11 - 18% open Β· ⏱️ 24.09.2020): +- [GitHub](https://github.com/geohot/tinygrad) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 440 Β· πŸ“‹ 76 - 18% open Β· ⏱️ 05.01.2021): ``` - git clone https://github.com/achaiah/pywick - ``` -- [PyPi](https://pypi.org/project/pywick) (πŸ“₯ 180 / month Β· ⏱️ 20.01.2020): - ``` - pip install pywick + git clone https://github.com/geohot/tinygrad ```
-
tinygrad (πŸ₯‰15 Β· ⭐ 4K Β· 🐣) - You like pytorch? You like micrograd? You love tinygrad!. MIT +
torchsde (πŸ₯‰15 Β· ⭐ 640 Β· 🐣) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 -- [GitHub](https://github.com/geohot/tinygrad) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 440 Β· πŸ“‹ 74 - 17% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/google-research/torchsde) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 55 Β· πŸ“‹ 32 - 18% open Β· ⏱️ 05.01.2021): ``` - git clone https://github.com/geohot/tinygrad + git clone https://github.com/google-research/torchsde ```
-
torchsde (πŸ₯‰15 Β· ⭐ 630 Β· 🐣) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 +
Pywick (πŸ₯‰15 Β· ⭐ 310) - High-level batteries-included neural network training library for.. MIT -- [GitHub](https://github.com/google-research/torchsde) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 55 Β· πŸ“‹ 32 - 18% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/achaiah/pywick) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 35 Β· πŸ“¦ 2 Β· πŸ“‹ 11 - 18% open Β· ⏱️ 24.09.2020): ``` - git clone https://github.com/google-research/torchsde + git clone https://github.com/achaiah/pywick + ``` +- [PyPi](https://pypi.org/project/pywick) (πŸ“₯ 140 / month Β· ⏱️ 20.01.2020): + ``` + pip install pywick ```
-
Tez (πŸ₯‰14 Β· ⭐ 400 Β· 🐣) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 +
Tez (πŸ₯‰14 Β· ⭐ 410 Β· 🐣) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 -- [GitHub](https://github.com/abhishekkrthakur/tez) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 48 Β· πŸ“‹ 13 - 53% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/abhishekkrthakur/tez) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 53 Β· πŸ“‹ 14 - 57% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/abhishekkrthakur/tez ``` -- [PyPi](https://pypi.org/project/tez) (πŸ“₯ 1.1K / month Β· ⏱️ 26.12.2020): +- [PyPi](https://pypi.org/project/tez) (πŸ“₯ 880 / month Β· ⏱️ 24.01.2021): ``` pip install tez ``` @@ -9178,14 +9240,14 @@ _Libraries that extend Pytorch with additional capabilities._ ``` git clone https://github.com/karpathy/micrograd ``` -- [PyPi](https://pypi.org/project/micrograd) (πŸ“₯ 18 / month Β· ⏱️ 18.04.2020): +- [PyPi](https://pypi.org/project/micrograd) (πŸ“₯ 16 / month Β· ⏱️ 18.04.2020): ``` pip install micrograd ```
Torch-Struct (πŸ₯‰13 Β· ⭐ 880) - Fast, general, and tested differentiable structured prediction.. MIT -- [GitHub](https://github.com/harvardnlp/pytorch-struct) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 69 Β· πŸ“‹ 35 - 37% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/harvardnlp/pytorch-struct) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 68 Β· πŸ“‹ 35 - 37% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/harvardnlp/pytorch-struct @@ -9205,7 +9267,7 @@ _Libraries that extend Pytorch with additional capabilities._ _Libraries for connecting to, operating, and querying databases._ -πŸ”— best-of-python - DB Clients ( ⭐ 820) - Collection of database clients for python. +πŸ”— best-of-python - DB Clients ( ⭐ 1.3K) - Collection of database clients for python.
@@ -9213,14 +9275,14 @@ _Libraries for connecting to, operating, and querying databases._ Back to top -
scipy (πŸ₯‡40 Β· ⭐ 7.8K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 +
scipy (πŸ₯‡40 Β· ⭐ 7.9K) - Ecosystem of open-source software for mathematics, science, and engineering. BSD-3 -- [GitHub](https://github.com/scipy/scipy) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.5K Β· πŸ“₯ 300K Β· πŸ“¦ 290K Β· πŸ“‹ 7.3K - 21% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/scipy/scipy) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.5K Β· πŸ“₯ 310K Β· πŸ“¦ 300K Β· πŸ“‹ 7.3K - 21% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/scipy/scipy ``` -- [PyPi](https://pypi.org/project/scipy) (πŸ“₯ 13M / month Β· πŸ“¦ 87K Β· ⏱️ 22.12.2020): +- [PyPi](https://pypi.org/project/scipy) (πŸ“₯ 11M / month Β· πŸ“¦ 87K Β· ⏱️ 31.12.2020): ``` pip install scipy ``` @@ -9231,12 +9293,12 @@ _Libraries for connecting to, operating, and querying databases._
SymPy (πŸ₯‡36 Β· ⭐ 7.8K) - A computer algebra system written in pure Python. BSD-3 -- [GitHub](https://github.com/sympy/sympy) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 3.2K Β· πŸ“₯ 410K Β· πŸ“¦ 28K Β· πŸ“‹ 11K - 35% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/sympy/sympy) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 3.3K Β· πŸ“₯ 410K Β· πŸ“¦ 28K Β· πŸ“‹ 11K - 36% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/sympy/sympy ``` -- [PyPi](https://pypi.org/project/sympy) (πŸ“₯ 500K / month Β· πŸ“¦ 6.4K Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/sympy) (πŸ“₯ 480K / month Β· πŸ“¦ 6.4K Β· ⏱️ 12.12.2020): ``` pip install sympy ``` @@ -9245,42 +9307,42 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge sympy ```
-
PyOD (πŸ₯‡29 Β· ⭐ 4.1K) - A Python Toolbox for Scalable Outlier Detection (Anomaly Detection). BSD-2 +
PyOD (πŸ₯‡29 Β· ⭐ 4.1K) - (JMLR'19) A Python Toolbox for Scalable Outlier Detection (Anomaly.. BSD-2 -- [GitHub](https://github.com/yzhao062/pyod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 840 Β· πŸ“¦ 460 Β· πŸ“‹ 180 - 55% open Β· ⏱️ 12.01.2021): +- [GitHub](https://github.com/yzhao062/pyod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 840 Β· πŸ“¦ 470 Β· πŸ“‹ 180 - 54% open Β· ⏱️ 12.01.2021): ``` git clone https://github.com/yzhao062/pyod ``` -- [PyPi](https://pypi.org/project/pyod) (πŸ“₯ 74K / month Β· πŸ“¦ 6 Β· ⏱️ 12.01.2021): +- [PyPi](https://pypi.org/project/pyod) (πŸ“₯ 64K / month Β· πŸ“¦ 6 Β· ⏱️ 12.01.2021): ``` pip install pyod ```
-
Keras-Preprocessing (πŸ₯‡29 Β· ⭐ 900) - Utilities for working with image data, text data, and.. MIT +
Keras-Preprocessing (πŸ₯‡28 Β· ⭐ 900) - Utilities for working with image data, text data, and.. MIT -- [GitHub](https://github.com/keras-team/keras-preprocessing) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 390 Β· πŸ“‹ 190 - 48% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/keras-team/keras-preprocessing) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 390 Β· πŸ“‹ 190 - 48% open Β· ⏱️ 21.01.2021): ``` git clone https://github.com/keras-team/keras-preprocessing ``` -- [PyPi](https://pypi.org/project/keras-preprocessing) (πŸ“₯ 3.3M / month Β· πŸ“¦ 2.7K Β· ⏱️ 14.05.2020): +- [PyPi](https://pypi.org/project/keras-preprocessing) (πŸ“₯ 2.9M / month Β· πŸ“¦ 2.7K Β· ⏱️ 14.05.2020): ``` pip install keras-preprocessing ``` -- [Conda](https://anaconda.org/conda-forge/keras-preprocessing) (πŸ“₯ 770K Β· ⏱️ 15.01.2021): +- [Conda](https://anaconda.org/conda-forge/keras-preprocessing) (πŸ“₯ 790K Β· ⏱️ 15.01.2021): ``` conda install -c conda-forge keras-preprocessing ```
Cython BLIS (πŸ₯‡28 Β· ⭐ 160) - Fast matrix-multiplication as a self-contained Python library no.. BSD-3 -- [GitHub](https://github.com/explosion/cython-blis) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 22 Β· πŸ“¦ 7.9K Β· πŸ“‹ 21 - 28% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/explosion/cython-blis) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 22 Β· πŸ“¦ 8K Β· πŸ“‹ 21 - 28% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/explosion/cython-blis ``` -- [PyPi](https://pypi.org/project/blis) (πŸ“₯ 730K / month Β· πŸ“¦ 390 Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/blis) (πŸ“₯ 670K / month Β· πŸ“¦ 390 Β· ⏱️ 07.12.2020): ``` pip install blis ``` @@ -9291,96 +9353,96 @@ _Libraries for connecting to, operating, and querying databases._
hdbscan (πŸ₯ˆ27 Β· ⭐ 1.8K) - A high performance implementation of HDBSCAN clustering. BSD-3 -- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 340 Β· πŸ“¦ 710 Β· πŸ“‹ 370 - 61% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/scikit-learn-contrib/hdbscan) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 340 Β· πŸ“¦ 720 Β· πŸ“‹ 370 - 60% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/scikit-learn-contrib/hdbscan ``` -- [PyPi](https://pypi.org/project/hdbscan) (πŸ“₯ 99K / month Β· πŸ“¦ 120 Β· ⏱️ 19.03.2020): +- [PyPi](https://pypi.org/project/hdbscan) (πŸ“₯ 85K / month Β· πŸ“¦ 120 Β· ⏱️ 19.03.2020): ``` pip install hdbscan ``` -- [Conda](https://anaconda.org/conda-forge/hdbscan) (πŸ“₯ 510K Β· ⏱️ 02.11.2020): +- [Conda](https://anaconda.org/conda-forge/hdbscan) (πŸ“₯ 520K Β· ⏱️ 02.11.2020): ``` conda install -c conda-forge hdbscan ```
-
pyopencl (πŸ₯ˆ27 Β· ⭐ 760) - OpenCL integration for Python, plus shiny features. MIT +
pyopencl (πŸ₯ˆ27 Β· ⭐ 770) - OpenCL integration for Python, plus shiny features. MIT -- [GitHub](https://github.com/inducer/pyopencl) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 200 Β· πŸ“¦ 450 Β· πŸ“‹ 260 - 19% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/inducer/pyopencl) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 210 Β· πŸ“¦ 460 Β· πŸ“‹ 260 - 20% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/inducer/pyopencl ``` -- [PyPi](https://pypi.org/project/pyopencl) (πŸ“₯ 4.7K / month Β· πŸ“¦ 240 Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/pyopencl) (πŸ“₯ 5.4K / month Β· πŸ“¦ 240 Β· ⏱️ 25.01.2021): ``` pip install pyopencl ``` -- [Conda](https://anaconda.org/conda-forge/pyopencl) (πŸ“₯ 300K Β· ⏱️ 13.01.2021): +- [Conda](https://anaconda.org/conda-forge/pyopencl) (πŸ“₯ 300K Β· ⏱️ 27.01.2021): ``` conda install -c conda-forge pyopencl ```
Streamlit (πŸ₯ˆ26 Β· ⭐ 13K) - Streamlit The fastest way to build data apps in Python. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 1.1K Β· πŸ“¦ 49 Β· πŸ“‹ 1.5K - 36% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 1.1K Β· πŸ“¦ 53 Β· πŸ“‹ 1.5K - 36% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 100K / month Β· πŸ“¦ 34 Β· ⏱️ 07.01.2021): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 93K / month Β· πŸ“¦ 34 Β· ⏱️ 21.01.2021): ``` pip install streamlit ```
carla (πŸ₯ˆ26 Β· ⭐ 5.5K) - Open-source simulator for autonomous driving research. MIT -- [GitHub](https://github.com/carla-simulator/carla) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“¦ 55 Β· πŸ“‹ 2.9K - 9% open Β· ⏱️ 22.12.2020): +- [GitHub](https://github.com/carla-simulator/carla) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“¦ 57 Β· πŸ“‹ 3K - 10% open Β· ⏱️ 22.12.2020): ``` git clone https://github.com/carla-simulator/carla ``` -- [PyPi](https://pypi.org/project/carla) (πŸ“₯ 460 / month Β· πŸ“¦ 2 Β· ⏱️ 28.04.2019): +- [PyPi](https://pypi.org/project/carla) (πŸ“₯ 450 / month Β· πŸ“¦ 2 Β· ⏱️ 28.04.2019): ``` pip install carla ```
Datasette (πŸ₯ˆ26 Β· ⭐ 4.6K) - An open source multi-tool for exploring and publishing data. Apache-2 -- [GitHub](https://github.com/simonw/datasette) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 240 Β· πŸ“₯ 24 Β· πŸ“¦ 340 Β· πŸ“‹ 950 - 22% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/simonw/datasette) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 260 Β· πŸ“₯ 26 Β· πŸ“¦ 350 Β· πŸ“‹ 980 - 23% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/simonw/datasette ``` -- [PyPi](https://pypi.org/project/datasette) (πŸ“₯ 4K / month Β· πŸ“¦ 70 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/datasette) (πŸ“₯ 3.4K / month Β· πŸ“¦ 70 Β· ⏱️ 25.01.2021): ``` pip install datasette ```
-
Pythran (πŸ₯ˆ26 Β· ⭐ 1.5K Β· πŸ“ˆ) - Ahead of Time compiler for numeric kernels. BSD-3 +
Pythran (πŸ₯ˆ26 Β· ⭐ 1.5K) - Ahead of Time compiler for numeric kernels. BSD-3 -- [GitHub](https://github.com/serge-sans-paille/pythran) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 130 Β· πŸ“¦ 48 Β· πŸ“‹ 640 - 15% open Β· ⏱️ 06.01.2021): +- [GitHub](https://github.com/serge-sans-paille/pythran) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 130 Β· πŸ“¦ 48 Β· πŸ“‹ 640 - 15% open Β· ⏱️ 26.01.2021): ``` git clone https://github.com/serge-sans-paille/pythran ``` -- [PyPi](https://pypi.org/project/pythran) (πŸ“₯ 4.7K / month Β· πŸ“¦ 13 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/pythran) (πŸ“₯ 5.1K / month Β· πŸ“¦ 13 Β· ⏱️ 11.12.2020): ``` pip install pythran ``` -- [Conda](https://anaconda.org/conda-forge/pythran) (πŸ“₯ 120K Β· ⏱️ 15.12.2020): +- [Conda](https://anaconda.org/conda-forge/pythran) (πŸ“₯ 120K Β· ⏱️ 27.01.2021): ``` conda install -c conda-forge pythran ```
agate (πŸ₯ˆ26 Β· ⭐ 1K Β· πŸ’€) - A Python data analysis library that is optimized for humans instead of.. MIT -- [GitHub](https://github.com/wireservice/agate) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 130 Β· πŸ“¦ 480 Β· πŸ“‹ 640 - 8% open Β· ⏱️ 01.04.2020): +- [GitHub](https://github.com/wireservice/agate) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 130 Β· πŸ“¦ 490 Β· πŸ“‹ 640 - 8% open Β· ⏱️ 01.04.2020): ``` git clone https://github.com/wireservice/agate ``` -- [PyPi](https://pypi.org/project/agate) (πŸ“₯ 150K / month Β· πŸ“¦ 92 Β· ⏱️ 11.03.2018): +- [PyPi](https://pypi.org/project/agate) (πŸ“₯ 160K / month Β· πŸ“¦ 92 Β· ⏱️ 11.03.2018): ``` pip install agate ``` @@ -9396,78 +9458,78 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/annoviko/pyclustering ``` -- [PyPi](https://pypi.org/project/pyclustering) (πŸ“₯ 17K / month Β· πŸ“¦ 36 Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/pyclustering) (πŸ“₯ 18K / month Β· πŸ“¦ 36 Β· ⏱️ 25.11.2020): ``` pip install pyclustering ``` -- [Conda](https://anaconda.org/conda-forge/pyclustering) (πŸ“₯ 12K Β· ⏱️ 30.11.2020): +- [Conda](https://anaconda.org/conda-forge/pyclustering) (πŸ“₯ 12K Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge pyclustering ```
Trax (πŸ₯ˆ25 Β· ⭐ 5.6K) - Trax Deep Learning with Clear Code and Speed. Apache-2 -- [GitHub](https://github.com/google/trax) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 520 Β· πŸ“¦ 20 Β· πŸ“‹ 150 - 34% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/google/trax) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 530 Β· πŸ“¦ 20 Β· πŸ“‹ 160 - 35% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/google/trax ``` -- [PyPi](https://pypi.org/project/trax) (πŸ“₯ 3.1K / month Β· ⏱️ 18.12.2020): +- [PyPi](https://pypi.org/project/trax) (πŸ“₯ 2.5K / month Β· ⏱️ 18.12.2020): ``` pip install trax ```
DeepChem (πŸ₯ˆ25 Β· ⭐ 2.7K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT -- [GitHub](https://github.com/deepchem/deepchem) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 900 Β· πŸ“¦ 35 Β· πŸ“‹ 1.2K - 28% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/deepchem/deepchem) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 910 Β· πŸ“¦ 36 Β· πŸ“‹ 1.2K - 28% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/deepchem/deepchem ``` -- [PyPi](https://pypi.org/project/deepchem) (πŸ“₯ 1.5K / month Β· πŸ“¦ 4 Β· ⏱️ 19.01.2021): +- [PyPi](https://pypi.org/project/deepchem) (πŸ“₯ 1.2K / month Β· πŸ“¦ 4 Β· ⏱️ 27.01.2021): ``` pip install deepchem ```
causalml (πŸ₯ˆ25 Β· ⭐ 1.6K) - Uplift modeling and causal inference with machine learning.. Apache-2 -- [GitHub](https://github.com/uber/causalml) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 240 Β· πŸ“¦ 11 Β· πŸ“‹ 150 - 12% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/uber/causalml) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 240 Β· πŸ“¦ 11 Β· πŸ“‹ 150 - 12% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/uber/causalml ``` -- [PyPi](https://pypi.org/project/causalml) (πŸ“₯ 8.5K / month Β· ⏱️ 23.10.2020): +- [PyPi](https://pypi.org/project/causalml) (πŸ“₯ 8.7K / month Β· ⏱️ 23.10.2020): ``` pip install causalml ```
TabPy (πŸ₯ˆ24 Β· ⭐ 1K) - Execute Python code on the fly and display results in Tableau visualizations:. MIT -- [GitHub](https://github.com/tableau/TabPy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 370 Β· πŸ“¦ 43 Β· πŸ“‹ 250 - 3% open Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/tableau/TabPy) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 380 Β· πŸ“¦ 44 Β· πŸ“‹ 260 - 3% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/tableau/TabPy ``` -- [PyPi](https://pypi.org/project/tabpy) (πŸ“₯ 1.6K / month Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/tabpy) (πŸ“₯ 1.5K / month Β· ⏱️ 11.11.2020): ``` pip install tabpy ```
kmodes (πŸ₯ˆ24 Β· ⭐ 800) - Python implementations of the k-modes and k-prototypes clustering.. MIT -- [GitHub](https://github.com/nicodv/kmodes) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 340 Β· πŸ“¦ 420 Β· πŸ“‹ 120 - 15% open Β· ⏱️ 04.11.2020): +- [GitHub](https://github.com/nicodv/kmodes) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 340 Β· πŸ“¦ 420 Β· πŸ“‹ 130 - 15% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/nicodv/kmodes ``` -- [PyPi](https://pypi.org/project/kmodes) (πŸ“₯ 48K / month Β· πŸ“¦ 13 Β· ⏱️ 25.02.2020): +- [PyPi](https://pypi.org/project/kmodes) (πŸ“₯ 45K / month Β· πŸ“¦ 13 Β· ⏱️ 25.02.2020): ``` pip install kmodes ```
-
PennyLane (πŸ₯ˆ24 Β· ⭐ 710) - PennyLane is a cross-platform Python library for differentiable.. Apache-2 +
PennyLane (πŸ₯ˆ24 Β· ⭐ 720) - PennyLane is a cross-platform Python library for differentiable.. Apache-2 -- [GitHub](https://github.com/PennyLaneAI/pennylane) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 210 Β· πŸ“₯ 52 Β· πŸ“‹ 280 - 17% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/PennyLaneAI/pennylane) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 210 Β· πŸ“₯ 53 Β· πŸ“‹ 280 - 17% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/PennyLaneAI/PennyLane @@ -9479,7 +9541,7 @@ _Libraries for connecting to, operating, and querying databases._
pyjanitor (πŸ₯ˆ24 Β· ⭐ 620) - Clean APIs for data cleaning. Python implementation of R package Janitor. MIT -- [GitHub](https://github.com/ericmjl/pyjanitor) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 120 Β· πŸ“¦ 75 Β· πŸ“‹ 370 - 24% open Β· ⏱️ 31.12.2020): +- [GitHub](https://github.com/ericmjl/pyjanitor) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 120 Β· πŸ“¦ 77 Β· πŸ“‹ 370 - 24% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/ericmjl/pyjanitor @@ -9500,7 +9562,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/minrk/findspark ``` -- [PyPi](https://pypi.org/project/findspark) (πŸ“₯ 520K / month Β· πŸ“¦ 200 Β· ⏱️ 08.06.2020): +- [PyPi](https://pypi.org/project/findspark) (πŸ“₯ 470K / month Β· πŸ“¦ 200 Β· ⏱️ 08.06.2020): ``` pip install findspark ``` @@ -9511,44 +9573,32 @@ _Libraries for connecting to, operating, and querying databases._
datalad (πŸ₯ˆ24 Β· ⭐ 220) - Keep code, data, containers under control with git and git-annex. MIT -- [GitHub](https://github.com/datalad/datalad) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 68 Β· πŸ“‹ 2.9K - 24% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/datalad/datalad) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 68 Β· πŸ“‹ 2.9K - 24% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/datalad/datalad ``` -- [PyPi](https://pypi.org/project/datalad) (πŸ“₯ 1.3K / month Β· πŸ“¦ 26 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/datalad) (πŸ“₯ 1.5K / month Β· πŸ“¦ 26 Β· ⏱️ 04.01.2021): ``` pip install datalad ``` -- [Conda](https://anaconda.org/conda-forge/datalad) (πŸ“₯ 77K Β· ⏱️ 04.01.2021): +- [Conda](https://anaconda.org/conda-forge/datalad) (πŸ“₯ 78K Β· ⏱️ 04.01.2021): ``` conda install -c conda-forge datalad ```
-
PaddleHub (πŸ₯‰23 Β· ⭐ 4.4K) - Awesome pre-trained models toolkit based on.. Apache-2 +
PaddleHub (πŸ₯‰23 Β· ⭐ 4.5K) - Awesome pre-trained models toolkit based on.. Apache-2 -- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 1K Β· πŸ“₯ 440 Β· πŸ“¦ 78 Β· πŸ“‹ 650 - 41% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/PaddlePaddle/PaddleHub) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 1K Β· πŸ“₯ 440 Β· πŸ“¦ 78 Β· πŸ“‹ 660 - 41% open Β· ⏱️ 27.01.2021): ``` git clone https://github.com/PaddlePaddle/PaddleHub ``` -- [PyPi](https://pypi.org/project/paddlehub) (πŸ“₯ 1.5K / month Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/paddlehub) (πŸ“₯ 1.1K / month Β· ⏱️ 06.01.2021): ``` pip install paddlehub ```
-
Gradio (πŸ₯‰23 Β· ⭐ 1.9K) - Wrap UIs around any model, share with anyone. Apache-2 - -- [GitHub](https://github.com/gradio-app/gradio) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 120 Β· πŸ“¦ 60 Β· πŸ“‹ 64 - 7% open Β· ⏱️ 20.01.2021): - - ``` - git clone https://github.com/gradio-app/gradio - ``` -- [PyPi](https://pypi.org/project/gradio) (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 23.12.2020): - ``` - pip install gradio - ``` -
metric-learn (πŸ₯‰23 Β· ⭐ 1.1K) - Metric learning algorithms in Python. MIT - [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 200 Β· πŸ“¦ 120 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 04.08.2020): @@ -9556,90 +9606,86 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/scikit-learn-contrib/metric-learn ``` -- [PyPi](https://pypi.org/project/metric-learn) (πŸ“₯ 14K / month Β· πŸ“¦ 9 Β· ⏱️ 02.07.2020): +- [PyPi](https://pypi.org/project/metric-learn) (πŸ“₯ 11K / month Β· πŸ“¦ 9 Β· ⏱️ 02.07.2020): ``` pip install metric-learn ```
-
tensorly (πŸ₯‰23 Β· ⭐ 950) - TensorLy: Tensor Learning in Python. BSD-2 - -- [GitHub](https://github.com/tensorly/tensorly) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 190 Β· πŸ“‹ 120 - 20% open Β· ⏱️ 03.01.2021): - - ``` - git clone https://github.com/tensorly/tensorly - ``` -- [PyPi](https://pypi.org/project/tensorly) (πŸ“₯ 2.3K / month Β· πŸ“¦ 20 Β· ⏱️ 07.12.2020): - ``` - pip install tensorly - ``` -- [Conda](https://anaconda.org/conda-forge/tensorly) (πŸ“₯ 110K Β· ⏱️ 07.12.2020): - ``` - conda install -c conda-forge tensorly - ``` -
PySwarms (πŸ₯‰23 Β· ⭐ 710) - A research toolkit for particle swarm optimization in Python. MIT -- [GitHub](https://github.com/ljvmiranda921/pyswarms) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“¦ 87 Β· πŸ“‹ 170 - 9% open Β· ⏱️ 03.01.2021): +- [GitHub](https://github.com/ljvmiranda921/pyswarms) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“¦ 90 Β· πŸ“‹ 170 - 9% open Β· ⏱️ 03.01.2021): ``` git clone https://github.com/ljvmiranda921/pyswarms ``` -- [PyPi](https://pypi.org/project/pyswarms) (πŸ“₯ 4.5K / month Β· ⏱️ 03.01.2021): +- [PyPi](https://pypi.org/project/pyswarms) (πŸ“₯ 4.4K / month Β· ⏱️ 03.01.2021): ``` pip install pyswarms ```
SUOD (πŸ₯‰23 Β· ⭐ 240) - (MLSys' 21) An Acceleration System for Large-scare Unsupervised.. BSD-2 -- [GitHub](https://github.com/yzhao062/SUOD) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 26 Β· πŸ“¦ 250 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/yzhao062/SUOD) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 27 Β· πŸ“¦ 250 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/yzhao062/SUOD ``` -- [PyPi](https://pypi.org/project/suod) (πŸ“₯ 73K / month Β· ⏱️ 15.01.2021): +- [PyPi](https://pypi.org/project/suod) (πŸ“₯ 62K / month Β· ⏱️ 15.01.2021): ``` pip install suod ```
Mars (πŸ₯‰22 Β· ⭐ 2K) - Mars is a tensor-based unified framework for large-scale data computation.. Apache-2 -- [GitHub](https://github.com/mars-project/mars) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 240 Β· πŸ“¦ 3 Β· πŸ“‹ 750 - 15% open Β· ⏱️ 21.01.2021): +- [GitHub](https://github.com/mars-project/mars) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 240 Β· πŸ“¦ 3 Β· πŸ“‹ 760 - 15% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/mars-project/mars ``` -- [PyPi](https://pypi.org/project/pymars) (πŸ“₯ 2.2K / month Β· ⏱️ 17.01.2021): +- [PyPi](https://pypi.org/project/pymars) (πŸ“₯ 1.5K / month Β· ⏱️ 17.01.2021): ``` pip install pymars ```
+
Gradio (πŸ₯‰22 Β· ⭐ 2K) - Wrap UIs around any model, share with anyone. Apache-2 + +- [GitHub](https://github.com/gradio-app/gradio) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 120 Β· πŸ“¦ 62 Β· πŸ“‹ 66 - 9% open Β· ⏱️ 28.01.2021): + + ``` + git clone https://github.com/gradio-app/gradio + ``` +- [PyPi](https://pypi.org/project/gradio) (πŸ“₯ 910 / month Β· πŸ“¦ 2 Β· ⏱️ 28.01.2021): + ``` + pip install gradio + ``` +
cleanlab (πŸ₯‰22 Β· ⭐ 1.4K) - The standard package for machine learning with noisy labels and finding.. MIT -- [GitHub](https://github.com/cgnorthcutt/cleanlab) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 150 Β· πŸ“¦ 10 Β· πŸ“‹ 52 - 32% open Β· ⏱️ 10.01.2021): +- [GitHub](https://github.com/cgnorthcutt/cleanlab) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 150 Β· πŸ“¦ 10 Β· πŸ“‹ 52 - 32% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/cgnorthcutt/cleanlab ``` -- [PyPi](https://pypi.org/project/cleanlab) (πŸ“₯ 2.8K / month Β· ⏱️ 17.02.2020): +- [PyPi](https://pypi.org/project/cleanlab) (πŸ“₯ 2.5K / month Β· ⏱️ 17.02.2020): ``` pip install cleanlab ```
pycm (πŸ₯‰22 Β· ⭐ 1K) - Multi-class confusion matrix library in Python. MIT -- [GitHub](https://github.com/sepandhaghighi/pycm) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 92 Β· πŸ“¦ 85 Β· πŸ“‹ 160 - 7% open Β· ⏱️ 26.10.2020): +- [GitHub](https://github.com/sepandhaghighi/pycm) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 92 Β· πŸ“¦ 85 Β· πŸ“‹ 160 - 9% open Β· ⏱️ 26.10.2020): ``` git clone https://github.com/sepandhaghighi/pycm ``` -- [PyPi](https://pypi.org/project/pycm) (πŸ“₯ 2K / month Β· πŸ“¦ 10 Β· ⏱️ 26.10.2020): +- [PyPi](https://pypi.org/project/pycm) (πŸ“₯ 2.2K / month Β· πŸ“¦ 10 Β· ⏱️ 26.10.2020): ``` pip install pycm ```
modAL (πŸ₯‰22 Β· ⭐ 1K) - A modular active learning framework for Python. MIT -- [GitHub](https://github.com/modAL-python/modAL) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 170 Β· πŸ“₯ 2 Β· πŸ“¦ 44 Β· πŸ“‹ 93 - 46% open Β· ⏱️ 07.01.2021): +- [GitHub](https://github.com/modAL-python/modAL) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 170 Β· πŸ“₯ 3 Β· πŸ“¦ 45 Β· πŸ“‹ 93 - 46% open Β· ⏱️ 07.01.2021): ``` git clone https://github.com/modAL-python/modAL @@ -9651,24 +9697,40 @@ _Libraries for connecting to, operating, and querying databases._
Prince (πŸ₯‰22 Β· ⭐ 560) - Python factor analysis library (PCA, CA, MCA, MFA, FAMD). MIT -- [GitHub](https://github.com/MaxHalford/prince) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 110 Β· πŸ“¦ 100 Β· πŸ“‹ 89 - 28% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/MaxHalford/prince) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 110 Β· πŸ“¦ 100 Β· πŸ“‹ 90 - 28% open Β· ⏱️ 11.01.2021): ``` git clone https://github.com/MaxHalford/prince ``` -- [PyPi](https://pypi.org/project/prince) (πŸ“₯ 4.7K / month Β· πŸ“¦ 3 Β· ⏱️ 06.10.2020): +- [PyPi](https://pypi.org/project/prince) (πŸ“₯ 5.1K / month Β· πŸ“¦ 3 Β· ⏱️ 06.10.2020): ``` pip install prince ```
-
AstroML (πŸ₯‰21 Β· ⭐ 710) - Machine learning, statistics, and data mining for astronomy and.. BSD-2 +
tensorly (πŸ₯‰21 Β· ⭐ 950 Β· πŸ“‰) - TensorLy: Tensor Learning in Python. BSD-2 + +- [GitHub](https://github.com/tensorly/tensorly) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 190 Β· πŸ“‹ 120 - 20% open Β· ⏱️ 27.01.2021): + + ``` + git clone https://github.com/tensorly/tensorly + ``` +- [PyPi](https://pypi.org/project/tensorly) (πŸ“₯ 2.2K / month Β· πŸ“¦ 20 Β· ⏱️ 07.12.2020): + ``` + pip install tensorly + ``` +- [Conda](https://anaconda.org/conda-forge/tensorly) (πŸ“₯ 110K Β· ⏱️ 07.12.2020): + ``` + conda install -c conda-forge tensorly + ``` +
+
AstroML (πŸ₯‰21 Β· ⭐ 720) - Machine learning, statistics, and data mining for astronomy and.. BSD-2 - [GitHub](https://github.com/astroML/astroML) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 250 Β· πŸ“¦ 160 Β· πŸ“‹ 130 - 37% open Β· ⏱️ 09.09.2020): ``` git clone https://github.com/astroML/astroML ``` -- [PyPi](https://pypi.org/project/astroML) (πŸ“₯ 490 / month Β· πŸ“¦ 29 Β· ⏱️ 23.03.2020): +- [PyPi](https://pypi.org/project/astroML) (πŸ“₯ 450 / month Β· πŸ“¦ 29 Β· ⏱️ 23.03.2020): ``` pip install astroML ``` @@ -9679,16 +9741,16 @@ _Libraries for connecting to, operating, and querying databases._
BioPandas (πŸ₯‰21 Β· ⭐ 320) - Working with molecular structures in pandas DataFrames. BSD-3 -- [GitHub](https://github.com/rasbt/biopandas) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 76 Β· πŸ“¦ 47 Β· πŸ“‹ 34 - 47% open Β· ⏱️ 01.01.2021): +- [GitHub](https://github.com/rasbt/biopandas) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 77 Β· πŸ“¦ 48 Β· πŸ“‹ 34 - 47% open Β· ⏱️ 01.01.2021): ``` git clone https://github.com/rasbt/biopandas ``` -- [PyPi](https://pypi.org/project/biopandas) (πŸ“₯ 190 / month Β· πŸ“¦ 6 Β· ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/biopandas) (πŸ“₯ 220 / month Β· πŸ“¦ 6 Β· ⏱️ 04.08.2020): ``` pip install biopandas ``` -- [Conda](https://anaconda.org/conda-forge/biopandas) (πŸ“₯ 62K Β· ⏱️ 08.08.2020): +- [Conda](https://anaconda.org/conda-forge/biopandas) (πŸ“₯ 63K Β· ⏱️ 08.08.2020): ``` conda install -c conda-forge biopandas ``` @@ -9703,31 +9765,31 @@ _Libraries for connecting to, operating, and querying databases._
mlens (πŸ₯‰20 Β· ⭐ 670 Β· πŸ’€) - ML-Ensemble high performance ensemble learning. MIT -- [GitHub](https://github.com/flennerhag/mlens) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 81 Β· πŸ“¦ 100 Β· πŸ“‹ 81 - 9% open Β· ⏱️ 25.02.2020): +- [GitHub](https://github.com/flennerhag/mlens) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 82 Β· πŸ“¦ 100 Β· πŸ“‹ 81 - 9% open Β· ⏱️ 25.02.2020): ``` git clone https://github.com/flennerhag/mlens ``` -- [PyPi](https://pypi.org/project/mlens) (πŸ“₯ 1.8K / month Β· ⏱️ 30.10.2018): +- [PyPi](https://pypi.org/project/mlens) (πŸ“₯ 3.1K / month Β· ⏱️ 30.10.2018): ``` pip install mlens ```
-
alibi-detect (πŸ₯‰20 Β· ⭐ 530) - Algorithms for outlier and adversarial instance detection,.. Apache-2 +
alibi-detect (πŸ₯‰20 Β· ⭐ 550) - Algorithms for outlier and adversarial instance detection,.. Apache-2 -- [GitHub](https://github.com/SeldonIO/alibi-detect) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 54 Β· πŸ“¦ 18 Β· πŸ“‹ 72 - 43% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/SeldonIO/alibi-detect) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 54 Β· πŸ“¦ 18 Β· πŸ“‹ 72 - 43% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/SeldonIO/alibi-detect ``` -- [PyPi](https://pypi.org/project/alibi-detect) (πŸ“₯ 1K / month Β· πŸ“¦ 1 Β· ⏱️ 08.10.2020): +- [PyPi](https://pypi.org/project/alibi-detect) (πŸ“₯ 910 / month Β· πŸ“¦ 1 Β· ⏱️ 08.10.2020): ``` pip install alibi-detect ```
rrcf (πŸ₯‰20 Β· ⭐ 280 Β· πŸ’€) - Implementation of the Robust Random Cut Forest algorithm for anomaly.. MIT -- [GitHub](https://github.com/kLabUM/rrcf) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 65 Β· πŸ“¦ 18 Β· πŸ“‹ 33 - 48% open Β· ⏱️ 10.06.2020): +- [GitHub](https://github.com/kLabUM/rrcf) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 66 Β· πŸ“¦ 18 Β· πŸ“‹ 33 - 48% open Β· ⏱️ 10.06.2020): ``` git clone https://github.com/kLabUM/rrcf @@ -9739,24 +9801,24 @@ _Libraries for connecting to, operating, and querying databases._
gplearn (πŸ₯‰19 Β· ⭐ 900 Β· πŸ’€) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 -- [GitHub](https://github.com/trevorstephens/gplearn) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 150 Β· πŸ“¦ 130 Β· πŸ“‹ 140 - 19% open Β· ⏱️ 15.02.2020): +- [GitHub](https://github.com/trevorstephens/gplearn) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 150 Β· πŸ“¦ 130 Β· πŸ“‹ 140 - 21% open Β· ⏱️ 15.02.2020): ``` git clone https://github.com/trevorstephens/gplearn ``` -- [PyPi](https://pypi.org/project/gplearn) (πŸ“₯ 920 / month Β· πŸ“¦ 7 Β· ⏱️ 01.06.2019): +- [PyPi](https://pypi.org/project/gplearn) (πŸ“₯ 780 / month Β· πŸ“¦ 7 Β· ⏱️ 01.06.2019): ``` pip install gplearn ```
baikal (πŸ₯‰19 Β· ⭐ 570) - A graph-based functional API for building complex scikit-learn pipelines. BSD-3 -- [GitHub](https://github.com/alegonz/baikal) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 28 Β· πŸ“¦ 3 Β· πŸ“‹ 15 - 26% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/alegonz/baikal) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 29 Β· πŸ“¦ 3 Β· πŸ“‹ 15 - 26% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/alegonz/baikal ``` -- [PyPi](https://pypi.org/project/baikal) (πŸ“₯ 33 / month Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/baikal) (πŸ“₯ 20 / month Β· ⏱️ 15.11.2020): ``` pip install baikal ``` @@ -9765,30 +9827,30 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge cython-blis ```
-
Feature Engine (πŸ₯‰19 Β· ⭐ 420) - Feature engineering package with sklearn like functionality. BSD-3 +
Feature Engine (πŸ₯‰19 Β· ⭐ 430) - Feature engineering package with sklearn like functionality. BSD-3 -- [GitHub](https://github.com/solegalli/feature_engine) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 130 Β· πŸ“‹ 98 - 27% open Β· ⏱️ 15.01.2021): +- [GitHub](https://github.com/solegalli/feature_engine) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 130 Β· πŸ“‹ 99 - 26% open Β· ⏱️ 23.01.2021): ``` git clone https://github.com/solegalli/feature_engine ``` -- [PyPi](https://pypi.org/project/feature_engine) (πŸ“₯ 13K / month Β· πŸ“¦ 2 Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/feature_engine) (πŸ“₯ 11K / month Β· πŸ“¦ 2 Β· ⏱️ 23.01.2021): ``` pip install feature_engine ``` -- [Conda](https://anaconda.org/conda-forge/feature_engine) (πŸ“₯ 1.2K Β· ⏱️ 11.01.2021): +- [Conda](https://anaconda.org/conda-forge/feature_engine) (πŸ“₯ 1.3K Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge feature_engine ```
-
scikit-rebate (πŸ₯‰19 Β· ⭐ 300 Β· πŸ“‰) - A scikit-learn-compatible Python implementation of.. MIT +
scikit-rebate (πŸ₯‰19 Β· ⭐ 300) - A scikit-learn-compatible Python implementation of ReBATE, a.. MIT - [GitHub](https://github.com/EpistasisLab/scikit-rebate) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 56 Β· πŸ“¦ 120 Β· πŸ“‹ 32 - 46% open Β· ⏱️ 18.07.2020): ``` git clone https://github.com/EpistasisLab/scikit-rebate ``` -- [PyPi](https://pypi.org/project/skrebate) (πŸ“₯ 990 / month Β· πŸ“¦ 31 Β· ⏱️ 18.07.2020): +- [PyPi](https://pypi.org/project/skrebate) (πŸ“₯ 930 / month Β· πŸ“¦ 31 Β· ⏱️ 18.07.2020): ``` pip install skrebate ``` @@ -9800,22 +9862,22 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/jmschrei/apricot ``` -- [PyPi](https://pypi.org/project/apricot-select) (πŸ“₯ 270 / month Β· ⏱️ 28.09.2020): +- [PyPi](https://pypi.org/project/apricot-select) (πŸ“₯ 320 / month Β· ⏱️ 28.09.2020): ``` pip install apricot-select ```
River (πŸ₯‰17 Β· ⭐ 1.3K) - Online machine learning in Python. BSD-3 -- [GitHub](https://github.com/online-ml/river) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 160 Β· πŸ“‹ 280 - 13% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/online-ml/river) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 160 Β· πŸ“‹ 280 - 13% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/online-ml/river ```
-
traingenerator (πŸ₯‰10 Β· ⭐ 890 Β· 🐣) - A web app to generate template code for machine learning. MIT +
traingenerator (πŸ₯‰10 Β· ⭐ 900 Β· 🐣) - A web app to generate template code for machine learning. MIT -- [GitHub](https://github.com/jrieke/traingenerator) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 110 Β· πŸ“‹ 11 - 90% open Β· ⏱️ 20.01.2021): +- [GitHub](https://github.com/jrieke/traingenerator) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 110 Β· πŸ“‹ 10 - 90% open Β· ⏱️ 20.01.2021): ``` git clone https://github.com/jrieke/traingenerator @@ -9824,11 +9886,11 @@ _Libraries for connecting to, operating, and querying databases._
Show 6 hidden projects... - Autograd (πŸ₯‡29 Β· ⭐ 5.1K Β· πŸ’€) - Efficiently computes derivatives of numpy code. MIT -- pysc2 (πŸ₯ˆ24 Β· ⭐ 7.1K Β· πŸ’€) - StarCraft II Learning Environment. Apache-2 +- pysc2 (πŸ₯‰23 Β· ⭐ 7.2K Β· πŸ’€) - StarCraft II Learning Environment. Apache-2 - minisom (πŸ₯‰22 Β· ⭐ 760) - MiniSom is a minimalistic implementation of the Self Organizing.. ❗️CC-BY-3.0 - impyute (πŸ₯‰20 Β· ⭐ 260 Β· πŸ’€) - Data imputations library to preprocess datasets with missing data. MIT -- vecstack (πŸ₯‰18 Β· ⭐ 570 Β· πŸ’€) - Python package for stacking (machine learning technique). MIT -- pandas-ml (πŸ₯‰17 Β· ⭐ 260 Β· πŸ’€) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3 +- vecstack (πŸ₯‰18 Β· ⭐ 580 Β· πŸ’€) - Python package for stacking (machine learning technique). MIT +- pandas-ml (πŸ₯‰17 Β· ⭐ 270 Β· πŸ’€) - pandas, scikit-learn, xgboost and seaborn integration. BSD-3
--- diff --git a/history/2021-01-28_changes.md b/history/2021-01-28_changes.md new file mode 100644 index 00000000..960345dc --- /dev/null +++ b/history/2021-01-28_changes.md @@ -0,0 +1,38 @@ +## πŸ“ˆ 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._ + +- AllenNLP (πŸ₯‡32 Β· ⭐ 9.6K Β· πŸ“ˆ) - An open-source NLP research library, built on PyTorch. Apache-2 +- GeoPandas (πŸ₯ˆ31 Β· ⭐ 2.4K Β· πŸ“ˆ) - Python tools for geographic data. BSD-3 +- snowballstemmer (πŸ₯‡30 Β· ⭐ 470 Β· πŸ“ˆ) - Snowball compiler and stemming algorithms. BSD-3 +- dbt (πŸ₯ˆ29 Β· ⭐ 2.4K Β· πŸ“ˆ) - dbt (data build tool) enables data analysts and engineers to.. Apache-2 +- Pyro (πŸ₯ˆ28 Β· ⭐ 6.7K Β· πŸ“ˆ) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +- faust (πŸ₯ˆ28 Β· ⭐ 5.2K Β· πŸ“ˆ) - Python Stream Processing. BSD-3 +- stanza (πŸ₯ˆ28 Β· ⭐ 5.1K Β· πŸ“ˆ) - Official Stanford NLP Python Library for Many Human Languages. Apache-2 +- CleverHans (πŸ₯‡27 Β· ⭐ 4.9K Β· πŸ“ˆ) - An adversarial example library for constructing attacks,.. MIT +- contextual-ai (πŸ₯‰15 Β· ⭐ 66 Β· πŸ“ˆ) - Contextual AI adds explainability to different stages of.. Apache-2 +- ONNX-T5 (πŸ₯‰13 Β· ⭐ 140 Β· 🐣) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- scikit-learn (πŸ₯‡37 Β· ⭐ 44K Β· πŸ“‰) - scikit-learn: machine learning in Python. BSD-3 +- dlib (πŸ₯ˆ32 Β· ⭐ 9.8K Β· πŸ“‰) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- Rasa (πŸ₯ˆ28 Β· ⭐ 11K Β· πŸ“‰) - Open source machine learning framework to automate text- and.. Apache-2 +- MNE (πŸ₯ˆ27 Β· ⭐ 1.5K Β· πŸ“‰) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in.. BSD-3 +- DeepSpeech (πŸ₯ˆ25 Β· ⭐ 16K Β· πŸ“‰) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- tslearn (πŸ₯ˆ25 Β· ⭐ 1.5K Β· πŸ“‰) - A machine learning toolkit dedicated to time-series data. BSD-2 +- arviz (πŸ₯ˆ25 Β· ⭐ 940 Β· πŸ“‰) - Exploratory analysis of Bayesian models with Python. Apache-2 +- tensorly (πŸ₯‰21 Β· ⭐ 950 Β· πŸ“‰) - TensorLy: Tensor Learning in Python. BSD-2 +- STUMPY (πŸ₯‰20 Β· ⭐ 1.6K Β· πŸ“‰) - STUMPY is a powerful and scalable Python library for computing a.. BSD-3 +- gokart (πŸ₯‰19 Β· ⭐ 160 Β· πŸ“‰) - A wrapper of the data pipeline library luigi. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- D-Tale (πŸ₯‰21 Β· ⭐ 2K Β· βž•) - Visualizer for pandas data structures. ❗️LGPL-2.1 +- CausalNex (πŸ₯‰19 Β· ⭐ 950 Β· βž•) - A Python library that helps data scientists to infer.. Apache-2 +- Mozart (πŸ₯‰10 Β· ⭐ 220 Β· 🐣) - An optical music recognition (OMR) system. Converts sheet.. Apache-2 + diff --git a/history/2021-01-28_projects.csv b/history/2021-01-28_projects.csv new file mode 100644 index 00000000..c664efac --- /dev/null +++ b/history/2021-01-28_projects.csv @@ -0,0 +1,840 @@ +,name,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,commit_count,description,contributor_count,projectrank,show,latest_stable_release_published_at,latest_stable_release_number,release_count,pypi_id,conda_id,dockerhub_id,docs_url,labels,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,projectrank_placing,github_release_downloads,helm_id,trending,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,conda_dependent_project_count,brew_id,apt_id,yum_id,updated_github_id,snap_id,dnf_id,yay_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,gitlab_id,gitlab_url,new_addition +0,ANN Benchmarks,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.000000,2021-01-27 22:29:47.000000,2021-01-27 22:29:46.000000,319,25.0,56.0,2028,1170.0,Benchmarks of approximate nearest neighbor libraries in Python.,53.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web Scraping,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.000000,2021-01-28 15:25:24.000000,2021-01-25 10:01:31.000000,57,,2.0,964,,Collection of web-scraping and crawling libraries.,6.0,0,True,2021-01-21 18:24:48.000000,2021.01.21,5.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,best-of-python - DB Clients,ml-tooling/best-of-python,True,db-clients,https://github.com/ml-tooling/best-of-python,https://github.com/ml-tooling/best-of-python#database-clients,CC-BY-SA-4.0,2021-01-11 19:11:32.000000,2021-01-28 14:48:36.000000,2021-01-21 18:21:54.000000,83,1.0,2.0,1336,,Collection of database clients for python.,4.0,0,True,2021-01-21 18:22:21.000000,2021.01.21,4.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,Tensorflow,tensorflow/tensorflow,,ml-frameworks,https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20.000000,2021-01-28 13:49:28.000000,2021-01-28 13:48:38.000000,83821,4327.0,25831.0,154636,103732.0,An Open Source Machine Learning Framework for Everyone.,3513.0,44,True,2021-01-21 19:55:54.000000,2.4.1,116.0,tensorflow,conda-forge/tensorflow,tensorflow/tensorflow,https://www.tensorflow.org/overview,['tensorflow'],142148.0,119624.0,https://pypi.org/project/tensorflow,2021-01-21 19:38:00.000000,22524.0,4091893.0,4890826.0,https://anaconda.org/conda-forge/tensorflow,2020-07-15 22:30:18.070000,2278330.0,https://hub.docker.com/r/tensorflow/tensorflow,2021-01-27 15:00:24.068990,1835.0,47098429.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +4,pandas,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.000000,2021-01-28 15:05:40.000000,2021-01-28 15:05:39.000000,11757,3603.0,16389.0,28279,25729.0,"Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R..",2577.0,42,True,2021-01-20 13:34:07.000000,1.2.1,88.0,pandas,conda-forge/pandas,,,['pandas'],451420.0,374636.0,https://pypi.org/project/pandas,2021-01-20 13:34:07.000000,76784.0,19353084.0,19595242.0,https://anaconda.org/conda-forge/pandas,2021-01-20 19:11:38.815000,13498159.0,,,,,1.0,94126.0,,,,,,,,,,,,,,,,,,,,,, +5,numpy,numpy/numpy,,data-containers,https://github.com/numpy/numpy,https://github.com/numpy/numpy,BSD-3-Clause,2010-09-13 23:02:39.000000,2021-01-28 14:45:18.000000,2021-01-28 05:59:57.000000,5195,2243.0,7259.0,16069,25321.0,The fundamental package for scientific computing with Python.,1241.0,42,True,2021-01-05 17:49:34.000000,1.19.5,94.0,numpy,conda-forge/numpy,,,,780933.0,611211.0,https://pypi.org/project/numpy,2021-01-05 17:19:38.000000,169722.0,31101274.0,31386245.0,https://anaconda.org/conda-forge/numpy,2021-01-11 07:51:33.196000,15622448.0,,,,,1.0,299968.0,,,,,,,,,,,,,,,,,,,,,, +6,Matplotlib,matplotlib/matplotlib,,data-viz,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12.000000,2021-01-28 09:22:10.000000,2021-01-28 09:17:03.000000,5603,1663.0,5954.0,13016,37684.0,matplotlib: plotting with Python.,1197.0,41,True,2021-01-28 08:54:50.000000,3.3.4,61.0,matplotlib,conda-forge/matplotlib,,,,398284.0,319180.0,https://pypi.org/project/matplotlib,2020-11-12 04:43:18.000000,79104.0,7219209.0,7342372.0,https://anaconda.org/conda-forge/matplotlib,2021-01-14 06:32:33.548000,7882445.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +7,scipy,scipy/scipy,,others,https://github.com/scipy/scipy,https://github.com/scipy/scipy,BSD-3-Clause,2011-03-09 18:52:03.000000,2021-01-28 15:27:26.000000,2021-01-28 15:27:25.000000,3531,1580.0,5686.0,7872,24828.0,"Ecosystem of open-source software for mathematics, science, and engineering.",1111.0,40,True,2020-12-31 15:02:43.000000,1.6.0,60.0,scipy,conda-forge/scipy,,,,384700.0,297838.0,https://pypi.org/project/scipy,2020-12-31 14:30:32.000000,86862.0,11314414.0,11533602.0,https://anaconda.org/conda-forge/scipy,2021-01-12 04:49:45.843000,12015644.0,,,,,1.0,305176.0,,,,,,,,,,,,,,,,,,,,,, +8,PyTorch,pytorch/pytorch,,ml-frameworks,https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41.000000,2021-01-28 14:01:30.000000,2021-01-28 12:35:22.000000,11743,7100.0,12751.0,45831,33093.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,2477.0,39,True,2020-12-10 17:19:58.000000,1.7.1,30.0,torch,pytorch/pytorch,,https://pytorch.org/docs/stable/index.html,['pytorch'],67095.0,60413.0,https://pypi.org/project/torch,2020-12-10 16:22:02.000000,6682.0,1340398.0,1600842.0,https://anaconda.org/pytorch/pytorch,2020-12-10 16:11:32.801000,9896907.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +9,Pillow,python-pillow/Pillow,,image,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39.000000,2021-01-28 12:10:02.000000,2021-01-27 06:58:02.000000,1559,240.0,1870.0,8149,11122.0,The friendly PIL fork (Python Imaging Library).,344.0,39,True,2021-01-02 20:13:09.000000,8.1.0,77.0,Pillow,conda-forge/pillow,,,,502364.0,390938.0,https://pypi.org/project/Pillow,2021-01-02 20:11:59.000000,111426.0,11202100.0,11322629.0,https://anaconda.org/conda-forge/pillow,2021-01-11 23:44:30.126000,6870182.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +10,PySpark,apache/spark,,ml-frameworks,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08.000000,2021-01-28 14:01:46.000000,2021-01-28 06:27:07.000000,23273,222.0,,28643,29207.0,Apache Spark Python API.,2392.0,38,True,2020-09-07 15:29:07.000000,3.0.1,21.0,pyspark,conda-forge/pyspark,,,['spark'],1317.0,557.0,https://pypi.org/project/pyspark,2020-09-07 15:29:07.000000,760.0,5508147.0,5527305.0,https://anaconda.org/conda-forge/pyspark,2020-09-07 17:29:01.440000,881268.0,,,,,1.0,,stable/spark,,,,,,,,,,,,,,,,,,,,, +11,scikit-learn,scikit-learn/scikit-learn,,ml-frameworks,https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38.000000,2021-01-28 11:42:14.000000,2021-01-28 10:51:11.000000,20927,2296.0,6643.0,44386,,scikit-learn: machine learning in Python.,2129.0,37,True,2021-01-19 18:10:37.000000,0.24.1,53.0,scikit-learn,conda-forge/scikit-learn,,,['sklearn'],224546.0,186658.0,https://pypi.org/project/scikit-learn,2021-01-19 18:06:50.000000,37888.0,8394694.0,8511399.0,https://anaconda.org/conda-forge/scikit-learn,2021-01-21 23:33:46.354000,6534919.0,,,,,1.0,642.0,,-4.0,,,,,,,,,,,,,,,,,,,, +12,spaCy,explosion/spaCy,,nlp,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40.000000,2021-01-28 10:01:13.000000,2021-01-27 12:40:42.000000,3200,90.0,4184.0,18130,11750.0,Industrial-strength Natural Language Processing (NLP) with Python and Cython.,547.0,37,True,2020-12-11 14:45:05.000000,2.3.5,169.0,spacy,conda-forge/spacy,,,,23932.0,20866.0,https://pypi.org/project/spacy,2020-12-11 14:45:05.000000,3066.0,742022.0,771826.0,https://anaconda.org/conda-forge/spacy,2020-12-18 10:09:15.705000,1398121.0,,,,,1.0,2937.0,,,,,,,,,,,,,,,,,,,,,, +13,Celery,celery/celery,,data-pipelines,https://github.com/celery/celery,https://github.com/celery/celery,BSD-3-Clause,2009-04-24 11:31:24.000000,2021-01-27 20:18:26.000000,2021-01-23 03:34:47.000000,3940,500.0,3923.0,16606,11504.0,Asynchronous task queue/job queue based on distributed message passing.,1080.0,37,True,2020-12-16 15:41:18.000000,5.0.5,171.0,celery,conda-forge/celery,,,,76480.0,48246.0,https://pypi.org/project/celery,2020-12-16 15:34:09.000000,28234.0,1714266.0,1720711.0,https://anaconda.org/conda-forge/celery,2020-11-11 10:39:38.599000,373839.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +14,networkx,networkx/networkx,,graph,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44.000000,2021-01-28 10:11:47.000000,2021-01-27 19:23:12.000000,2202,264.0,2297.0,8562,6397.0,Network Analysis in Python.,491.0,37,True,2020-08-22 20:10:33.000000,networkx-2.5,52.0,networkx,conda-forge/networkx,,,,86318.0,65500.0,https://pypi.org/project/networkx,2020-08-22 20:38:37.000000,20818.0,4416505.0,4473962.0,https://anaconda.org/conda-forge/networkx,2020-08-23 19:29:02.065000,2930308.0,,,,,1.0,51.0,,,,,,,,,,,,,,,,,,,,,, +15,transformers,huggingface/transformers,,nlp,https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00.000000,2021-01-28 14:30:22.000000,2021-01-28 14:21:58.000000,9768,531.0,5270.0,40103,6425.0,Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.,768.0,36,True,2021-01-21 08:14:39.000000,4.2.2,47.0,transformers,conda-forge/transformers,,,"['pytorch', 'tensorflow']",7369.0,7241.0,https://pypi.org/project/transformers,2021-01-21 08:11:31.000000,128.0,569137.0,570290.0,https://anaconda.org/conda-forge/transformers,2021-01-21 12:14:11.802000,16576.0,,,,,1.0,1250.0,,,,,,,,,,,,,,,,,,,,,, +16,Faker,joke2k/faker,,data-loading,https://github.com/joke2k/faker,https://github.com/joke2k/faker,MIT,2012-11-12 23:00:09.000000,2021-01-26 18:13:56.129000,2021-01-26 15:13:28.000000,1365,134.0,350.0,12022,2546.0,Faker is a Python package that generates fake data for you.,386.0,36,True,2021-01-26 15:13:28.000000,5.8.0,117.0,Faker,conda-forge/faker,,,,27586.0,22874.0,https://pypi.org/project/Faker,2021-01-26 15:13:11.000000,4712.0,1587343.0,1595279.0,https://anaconda.org/conda-forge/faker,2021-01-26 18:13:56.129000,365100.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +17,torchvision,pytorch/vision,,image,https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43.000000,2021-01-28 14:37:12.000000,2021-01-28 10:44:14.000000,4267,454.0,1078.0,8246,1437.0,"Datasets, Transforms and Models specific to Computer Vision.",358.0,36,True,2020-12-10 17:10:41.000000,0.8.2,21.0,torchvision,conda-forge/torchvision,,,['pytorch'],44734.0,40122.0,https://pypi.org/project/torchvision,2020-12-10 16:27:20.000000,4612.0,515683.0,516604.0,https://anaconda.org/conda-forge/torchvision,2018-10-14 22:06:28.203000,34110.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +18,SymPy,sympy/sympy,,others,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14.000000,2021-01-28 13:59:28.000000,2021-01-27 15:11:56.000000,3273,4027.0,7099.0,7764,45923.0,A computer algebra system written in pure Python.,1034.0,36,True,2020-12-12 23:23:00.000000,1.7.1,36.0,sympy,conda-forge/sympy,,,,34895.0,28473.0,https://pypi.org/project/sympy,2020-12-12 23:23:00.000000,6422.0,477156.0,504260.0,https://anaconda.org/conda-forge/sympy,2021-01-08 20:38:32.429000,1260446.0,,,,,1.0,413732.0,,,,,,,,,,,,,,,,,,,,,, +19,StatsModels,statsmodels/statsmodels,,ml-frameworks,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50.000000,2021-01-28 08:07:06.000000,2021-01-27 16:08:19.000000,2145,2063.0,2247.0,5950,13568.0,Statsmodels: statistical modeling and econometrics in Python.,299.0,36,True,2020-10-29 16:36:43.000000,0.12.1,24.0,statsmodels,conda-forge/statsmodels,,,,43085.0,36429.0,https://pypi.org/project/statsmodels,2020-10-29 16:36:43.000000,6656.0,1589544.0,1648084.0,https://anaconda.org/conda-forge/statsmodels,2021-01-12 04:40:51.933000,3219739.0,,,,,1.0,25.0,,,,,,,,,,,,,,,,,,,,,, +20,Tensorboard,tensorflow/tensorboard,,ml-experiments,https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07.000000,2021-01-28 06:51:57.000000,2021-01-28 03:55:45.000000,1346,552.0,933.0,5136,4226.0,TensorFlow's Visualization Toolkit.,250.0,36,True,2021-01-14 20:44:05.000000,2.4.1,36.0,tensorboard,conda-forge/tensorboard,,,['tensorflow'],56137.0,52523.0,https://pypi.org/project/tensorboard,2020-11-12 03:15:33.000000,3614.0,4242426.0,4283941.0,https://anaconda.org/conda-forge/tensorboard,2021-01-15 08:30:57.960000,1577575.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +21,scikit-image,scikit-image/scikit-image,,image,https://github.com/scikit-image/scikit-image,https://github.com/scikit-image/scikit-image,BSD-2-Clause,2011-07-07 22:07:20.000000,2021-01-28 10:37:34.000000,2021-01-22 13:57:44.000000,1727,661.0,1481.0,4156,12469.0,Image processing in Python.,477.0,36,True,2021-01-19 08:17:34.000000,0.18.1,35.0,scikit-image,conda-forge/scikit-image,,,,74298.0,59524.0,https://pypi.org/project/scikit-image,2020-12-23 06:36:46.000000,14774.0,1393657.0,1431034.0,https://anaconda.org/conda-forge/scikit-image,2021-01-21 20:53:16.554000,2093160.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +22,h5py,h5py/h5py,,data-containers,https://github.com/h5py/h5py,https://github.com/h5py/h5py,BSD-3-Clause,2012-09-21 00:40:02.000000,2021-01-28 00:30:09.000000,2021-01-19 08:39:24.000000,393,183.0,945.0,1475,3510.0,HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.,159.0,36,True,2020-11-06 14:30:54.000000,3.1.0,25.0,h5py,conda-forge/h5py,,,,123216.0,100280.0,https://pypi.org/project/h5py,2020-11-06 14:30:54.000000,22936.0,4152927.0,4230366.0,https://anaconda.org/conda-forge/h5py,2021-01-01 10:48:16.133000,4490522.0,,,,,1.0,801.0,,,,,,,,,,,,,,,,,,,,,, +23,Keras,keras-team/keras,,ml-frameworks,https://github.com/keras-team/keras,https://github.com/keras-team/keras,MIT,2015-03-28 00:35:42.000000,2021-01-28 01:21:44.000000,2021-01-27 21:42:13.000000,18720,3182.0,7229.0,50600,5379.0,Deep Learning for humans.,896.0,35,True,2020-06-24 22:40:48.000000,2.4.3,53.0,keras,conda-forge/keras,,https://keras.io,['tensorflow'],14996.0,,https://pypi.org/project/keras,2020-06-24 22:40:48.000000,14996.0,1457701.0,1484323.0,https://anaconda.org/conda-forge/keras,2020-06-25 19:13:34.254000,1411008.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +24,OpenAI Gym,openai/gym,,reinforcement-learning,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16.000000,2021-01-25 09:30:06.000000,2021-01-11 17:58:46.000000,6624,241.0,1061.0,23310,1241.0,A toolkit for developing and comparing reinforcement learning algorithms.,272.0,35,True,2020-12-19 00:29:36.000000,0.18.0,92.0,gym,,,,,21093.0,17531.0,https://pypi.org/project/gym,2020-12-19 00:29:36.000000,3562.0,259501.0,259501.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +25,XGBoost,dmlc/xgboost,,ml-frameworks,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03.000000,2021-01-28 14:18:43.000000,2021-01-28 13:47:57.000000,7873,250.0,3654.0,20485,5207.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",501.0,35,True,2021-01-20 13:52:38.000000,1.3.3,53.0,xgboost,conda-forge/xgboost,,https://xgboost.readthedocs.io/en/latest/,,14926.0,13334.0,https://pypi.org/project/xgboost,2021-01-20 13:39:06.000000,1592.0,2044187.0,2073095.0,https://anaconda.org/conda-forge/xgboost,2020-12-10 13:41:20.626000,1328746.0,,,,,1.0,1903.0,,,,,,,,,,,,,,,,,,,,,, +26,Airflow,apache/airflow,,data-pipelines,https://github.com/apache/airflow,https://github.com/apache/airflow,Apache-2.0,2015-04-13 18:04:58.000000,2021-01-28 15:13:14.000000,2021-01-28 00:09:02.000000,7869,1000.0,1898.0,20466,11511.0,"Platform to programmatically author, schedule, and monitor workflows.",1720.0,35,True,2020-12-18 13:21:47.000000,2.0.0,67.0,apache-airflow,conda-forge/airflow,apache/airflow,,,294.0,,https://pypi.org/project/apache-airflow,2020-12-14 17:07:53.000000,294.0,475057.0,559800.0,https://anaconda.org/conda-forge/airflow,2020-11-26 16:17:26.980000,266581.0,https://hub.docker.com/r/apache/airflow,2021-01-26 16:40:01.050356,208.0,5342278.0,1.0,81989.0,stable/airflow,,,,,,,,,,,,,,,,,,,,, +27,LightGBM,microsoft/LightGBM,,ml-frameworks,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50.000000,2021-01-28 13:09:56.000000,2021-01-28 11:26:52.000000,3176,92.0,1995.0,12115,2274.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",200.0,35,True,2020-12-08 03:00:35.000000,3.1.1,24.0,lightgbm,conda-forge/lightgbm,,,,6005.0,5449.0,https://pypi.org/project/lightgbm,2020-12-08 03:00:35.000000,556.0,1121292.0,1134570.0,https://anaconda.org/conda-forge/lightgbm,2021-01-15 08:38:34.182000,473927.0,,,,,1.0,89789.0,,,,,,,,,,,,,,,,,,,,,, +28,gensim,RaRe-Technologies/gensim,,nlp,https://github.com/RaRe-Technologies/gensim,https://github.com/RaRe-Technologies/gensim,LGPL-2.1,2011-02-10 07:43:04.000000,2021-01-24 13:04:03.000000,2021-01-23 08:45:26.000000,3897,351.0,1249.0,11646,3849.0,Topic Modelling for Humans.,386.0,35,True,2020-05-04 05:55:15.000000,3.8.3,83.0,gensim,conda-forge/gensim,,,,25146.0,20404.0,https://pypi.org/project/gensim,2020-11-15 12:53:37.000000,4742.0,5769060.0,5783891.0,https://anaconda.org/conda-forge/gensim,2020-05-14 08:28:35.604000,591324.0,,,,,1.0,3021.0,,,,,,,,,,,,,,,,,,,,,, +29,Plotly,plotly/plotly.py,,data-viz,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08.000000,2021-01-26 15:38:29.000000,2021-01-14 02:04:12.000000,1739,800.0,1048.0,8749,4923.0,The interactive graphing library for Python (includes Plotly Express).,162.0,35,True,2021-01-12 17:01:21.000000,4.14.3,265.0,plotly,conda-forge/plotly,,,,4991.0,5.0,https://pypi.org/project/plotly,2021-01-12 16:12:40.000000,4982.0,2130970.0,2303397.0,https://anaconda.org/conda-forge/plotly,2021-01-12 17:11:42.117000,1172010.0,,,,,1.0,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2021-01-12 16:09:46.133000,4.0,150314.0,,,,,,,,,,,,,,, +30,Seaborn,mwaskom/seaborn,,data-viz,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19.000000,2021-01-28 12:37:52.000000,2021-01-24 13:21:41.000000,1366,87.0,1671.0,8033,2744.0,Statistical data visualization using matplotlib.,147.0,35,True,2020-12-20 20:53:25.000000,0.11.1,23.0,seaborn,conda-forge/seaborn,,,,91884.0,79098.0,https://pypi.org/project/seaborn,2020-12-20 20:53:25.000000,12786.0,1541404.0,1577544.0,https://anaconda.org/conda-forge/seaborn,2021-01-28 11:50:33.609000,1915387.0,,,,,1.0,124.0,,,,,,,,,,,,,,,,,,,,,, +31,dask,dask/dask,,distributed-ml,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00.000000,2021-01-28 14:42:14.000000,2021-01-27 20:40:52.000000,1209,716.0,2805.0,7823,6304.0,Parallel computing with task scheduling.,423.0,35,True,2021-01-22 18:21:58.000000,2021.1.1,111.0,dask,conda-forge/dask,,,,28773.0,24857.0,https://pypi.org/project/dask,2021-01-22 18:21:58.000000,3916.0,1112078.0,1163476.0,https://anaconda.org/conda-forge/dask,2021-01-23 02:09:28.436000,2878341.0,,,,,1.0,,stable/dask,,,,,,,,,,,,,,,,,,,,, +32,Arrow,apache/arrow,,data-containers,https://github.com/apache/arrow,https://github.com/apache/arrow,Apache-2.0,2016-02-17 08:00:23.000000,2021-01-28 14:51:22.000000,2021-01-28 14:44:24.000000,1750,148.0,547.0,6974,8440.0,Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-..,617.0,35,True,2020-10-19 21:15:12.000000,3.0.0,30.0,pyarrow,conda-forge/arrow,,,,1016.0,30.0,https://pypi.org/project/pyarrow,2021-01-26 01:05:45.000000,986.0,11438626.0,11446786.0,https://anaconda.org/conda-forge/arrow,2021-01-12 20:46:01.093000,457005.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +33,joblib,joblib/joblib,,data-pipelines,https://github.com/joblib/joblib,https://github.com/joblib/joblib,BSD-3-Clause,2010-05-07 06:48:26.000000,2021-01-12 11:48:34.000000,2020-12-28 10:07:59.000000,286,291.0,352.0,2323,1365.0,Computing with Python functions.,98.0,35,True,2020-12-14 14:21:00.000000,1.0.0,99.0,joblib,conda-forge/joblib,,,,85557.0,78947.0,https://pypi.org/project/joblib,2020-12-14 14:21:00.000000,6610.0,12833705.0,12889224.0,https://anaconda.org/conda-forge/joblib,2020-12-14 14:36:22.998000,2998071.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +34,MXNet,apache/incubator-mxnet,,ml-frameworks,https://github.com/apache/incubator-mxnet,https://github.com/apache/incubator-mxnet,Apache-2.0,2015-04-30 16:21:15.000000,2021-01-28 13:29:40.000000,2021-01-20 22:37:51.000000,6808,1822.0,7547.0,19241,11503.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",948.0,34,True,2020-08-28 05:08:24.000000,1.7.0,976.0,mxnet,mxnet,,,['mxnet'],2211.0,1767.0,https://pypi.org/project/mxnet,2020-08-28 06:18:15.000000,444.0,109139.0,109711.0,https://anaconda.org/anaconda/mxnet,2020-02-29 00:58:31.007000,5708.0,,,,,2.0,23430.0,,,,,,,,0.0,,,,,,,,,,,,,, +35,dash,plotly/dash,,data-viz,https://github.com/plotly/dash,https://github.com/plotly/dash,MIT,2015-04-10 01:53:08.000000,2021-01-24 02:22:19.000000,2021-01-20 23:05:35.000000,1414,405.0,558.0,13825,3543.0,"Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.",72.0,34,True,2021-01-20 00:00:50.000000,1.19.0,137.0,dash,conda-forge/dash,,,,18501.0,16893.0,https://pypi.org/project/dash,2021-01-19 23:50:28.000000,1608.0,190089.0,196645.0,https://anaconda.org/conda-forge/dash,2021-01-21 16:17:38.594000,209812.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +36,nltk,nltk/nltk,,nlp,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58.000000,2021-01-24 01:38:07.000000,2021-01-02 00:33:13.000000,2397,243.0,1223.0,9571,,Suite of libraries and programs for symbolic and statistical natural language processing for English.,386.0,34,True,2019-08-20 10:55:21.000000,3.4.5,39.0,nltk,conda-forge/nltk,,,,108412.0,87420.0,https://pypi.org/project/nltk,2020-04-12 23:46:10.000000,20992.0,4173682.0,4185344.0,https://anaconda.org/conda-forge/nltk,2019-08-08 17:07:46.504000,618091.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +37,Theano,Theano/Theano,,ml-frameworks,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06.000000,2021-01-27 07:16:52.000000,2020-09-05 10:39:50.000000,2501,674.0,2081.0,9328,28123.0,"Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-..",382.0,34,True,2020-07-27 16:13:54.000000,1.0.5,45.0,theano,conda-forge/theano,,,,15580.0,10106.0,https://pypi.org/project/theano,2020-07-27 16:13:54.000000,5474.0,156831.0,180473.0,https://anaconda.org/conda-forge/theano,2021-01-21 21:14:21.756000,1276711.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +38,mlflow,mlflow/mlflow,,ml-experiments,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58.000000,2021-01-28 11:42:07.000000,2021-01-27 04:57:11.000000,1865,679.0,1039.0,8258,1861.0,Open source platform for the machine learning lifecycle.,276.0,34,True,2020-12-31 09:17:41.000000,1.13.1,40.0,mlflow,conda-forge/mlflow,,,,2008.0,1854.0,https://pypi.org/project/mlflow,2020-12-31 08:55:08.000000,154.0,2060585.0,2070329.0,https://anaconda.org/conda-forge/mlflow,2021-01-11 17:08:19.258000,204644.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +39,dask.distributed,dask/distributed,,distributed-ml,https://github.com/dask/distributed,https://github.com/dask/distributed,BSD-3-Clause,2015-09-13 18:42:29.000000,2021-01-28 11:42:17.000000,2021-01-25 23:30:07.000000,506,713.0,1259.0,1139,3782.0,A distributed task scheduler for Dask.,226.0,34,True,2021-01-15 21:36:03.000000,2021.1.1,142.0,distributed,conda-forge/distributed,,,,18176.0,16398.0,https://pypi.org/project/distributed,2021-01-22 18:29:47.000000,1778.0,701962.0,765882.0,https://anaconda.org/conda-forge/distributed,2021-01-23 01:04:22.184000,3579572.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +40,PyFlink,apache/flink,,ml-frameworks,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10.000000,2021-01-28 13:44:55.000000,2021-01-28 13:10:17.000000,8492,476.0,,15382,25477.0,Apache Flink Python API.,1185.0,33,True,2021-01-15 01:51:44.000000,1.12.1,12.0,apache-flink,,,,,244.0,244.0,https://pypi.org/project/apache-flink,2021-01-15 01:51:44.000000,0.0,1774.0,1774.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +41,Ray,ray-project/ray,,distributed-ml,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30.000000,2021-01-28 14:20:02.000000,2021-01-28 12:28:08.000000,2345,1235.0,4612.0,14615,7086.0,"An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged..",423.0,33,True,2020-12-24 10:13:39.000000,1.1.0,43.0,ray,,,,,1697.0,1537.0,https://pypi.org/project/ray,2020-12-24 10:13:39.000000,160.0,147958.0,147958.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +42,Bokeh,bokeh/bokeh,,data-viz,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000000,2021-01-27 22:58:13.000000,2021-01-27 22:58:09.000000,3621,605.0,5748.0,14575,,"Interactive Data Visualization in the browser, from Python.",546.0,33,True,2020-10-21 02:39:03.000000,2.2.3,83.0,bokeh,conda-forge/bokeh,,,,36037.0,30165.0,https://pypi.org/project/bokeh,2021-01-19 00:27:21.000000,5872.0,844971.0,925754.0,https://anaconda.org/conda-forge/bokeh,2021-01-13 10:22:16.472000,3635252.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +43,luigi,spotify/luigi,,data-pipelines,https://github.com/spotify/luigi,https://github.com/spotify/luigi,Apache-2.0,2012-09-20 15:06:38.000000,2021-01-17 18:35:42.000000,2021-01-14 12:33:44.000000,2207,63.0,838.0,14151,3943.0,"Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution,..",551.0,33,True,2020-09-23 11:57:43.000000,3.0.2,72.0,luigi,luigi,,,,1993.0,1317.0,https://pypi.org/project/luigi,2020-09-23 11:57:12.000000,676.0,321278.0,321384.0,https://anaconda.org/anaconda/luigi,2020-07-21 19:50:10.849000,6272.0,,,,,1.0,,stable/luigi,,,,,,,,,,,,,,,,,,,,, +44,pytorch-lightning,PyTorchLightning/pytorch-lightning,,ml-frameworks,https://github.com/PyTorchLightning/pytorch-lightning,https://github.com/PyTorchLightning/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57.000000,2021-01-28 12:53:49.000000,2021-01-28 09:49:21.000000,1342,322.0,2495.0,11671,4108.0,"The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.",372.0,33,True,2021-01-26 22:00:17.000000,1.1.6,148.0,pytorch-lightning,conda-forge/pytorch-lightning,,,['pytorch'],1778.0,1764.0,https://pypi.org/project/pytorch-lightning,2021-01-26 22:00:17.000000,14.0,88636.0,91489.0,https://anaconda.org/conda-forge/pytorch-lightning,2021-01-26 23:09:14.668000,19952.0,,,,,2.0,69.0,,,,,,,,,,,,,,,,,,,,,, +45,shap,slundberg/shap,,interpretability,https://github.com/slundberg/shap,https://github.com/slundberg/shap,MIT,2016-11-22 19:17:08.000000,2021-01-28 02:37:28.000000,2021-01-26 16:41:15.000000,1657,925.0,501.0,11527,1785.0,A game theoretic approach to explain the output of any machine learning model.,142.0,33,True,2021-01-15 18:02:54.000000,0.38.1,92.0,shap,conda-forge/shap,,,,2067.0,1931.0,https://pypi.org/project/shap,2020-11-04 21:38:32.000000,136.0,694313.0,706982.0,https://anaconda.org/conda-forge/shap,2020-12-16 19:26:39.477000,367414.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +46,onnx,onnx/onnx,,model-serialisation,https://github.com/onnx/onnx,https://github.com/onnx/onnx,Apache-2.0,2017-09-07 04:53:45.000000,2021-01-28 15:13:29.000000,2021-01-28 01:43:01.000000,1769,509.0,932.0,9686,1671.0,Open standard for machine learning interoperability.,191.0,33,True,2020-11-07 00:55:30.000000,1.8.0,19.0,onnx,conda-forge/onnx,,,,2747.0,2451.0,https://pypi.org/project/onnx,2020-11-06 22:46:10.000000,296.0,269103.0,274167.0,https://anaconda.org/conda-forge/onnx,2021-01-13 07:24:33.224000,182607.0,,,,,1.0,10112.0,,,,,,,,,,,,,,,,,,,,,, +47,pydeck,visgl/deck.gl,,geospatial-data,https://github.com/visgl/deck.gl,https://github.com/visgl/deck.gl,MIT,2015-12-15 08:38:29.000000,2021-01-28 11:03:57.000000,2021-01-28 11:00:55.000000,1501,92.0,1952.0,8375,3517.0,WebGL2 powered geospatial visualization layers.,151.0,33,True,2021-01-27 05:45:18.889000,8.3.15,444.0,pydeck,conda-forge/pydeck,,,['jupyter'],1958.0,1396.0,https://pypi.org/project/pydeck,2020-10-26 06:55:35.000000,2.0,91925.0,249046.0,https://anaconda.org/conda-forge/pydeck,2020-10-26 12:26:44.805000,12595.0,,,,,1.0,,,,deck.gl,https://www.npmjs.com/package/deck.gl,2021-01-22 22:24:01.370000,560.0,155976.0,,,,,,,,,,,,,,, +48,rq,rq/rq,,data-pipelines,https://github.com/rq/rq,https://github.com/rq/rq,BSD-3-Clause,2011-11-14 10:53:48.000000,2021-01-27 23:10:18.000000,2021-01-26 00:19:03.000000,1192,139.0,670.0,7496,1551.0,Simple job queues for Python.,224.0,33,True,2020-11-29 09:48:18.000000,1.7.0,63.0,rq,conda-forge/rq,,,,10506.0,7182.0,https://pypi.org/project/rq,2020-11-29 09:47:08.000000,3324.0,194425.0,195228.0,https://anaconda.org/conda-forge/rq,2020-11-29 15:11:15.371000,43380.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +49,geopy,geopy/geopy,,geospatial-data,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28.000000,2021-01-15 21:49:19.000000,2020-12-27 16:15:28.000000,535,25.0,212.0,3192,1004.0,Geocoding library for Python.,117.0,33,True,2020-12-27 13:15:23.000000,2.1.0,57.0,geopy,conda-forge/geopy,,,,23252.0,16008.0,https://pypi.org/project/geopy,2020-12-27 13:12:21.000000,7244.0,3325613.0,3334283.0,https://anaconda.org/conda-forge/geopy,2020-12-27 14:22:55.127000,502860.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +50,Shapely,Toblerity/Shapely,,geospatial-data,https://github.com/Toblerity/Shapely,https://github.com/Toblerity/Shapely,BSD-3-Clause,2011-12-31 19:43:11.000000,2021-01-28 06:14:14.000000,2021-01-27 03:06:05.000000,375,137.0,571.0,2123,1482.0,Manipulation and analysis of geometric objects.,104.0,33,True,2020-08-20 23:31:01.000000,1.7.1,99.0,shapely,conda-forge/shapely,,,,21302.0,15844.0,https://pypi.org/project/shapely,2020-08-20 23:31:01.000000,5458.0,1704816.0,1736572.0,https://anaconda.org/conda-forge/shapely,2021-01-24 21:27:29.350000,2000686.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +51,xlrd,python-excel/xlrd,,data-loading,https://github.com/python-excel/xlrd,https://github.com/python-excel/xlrd,BSD-3-Clause,2012-03-07 04:50:48.000000,2021-01-09 20:35:27.639000,2020-12-12 15:24:25.000000,406,3.0,,1851,502.0,Please use openpyxl where you can...,50.0,33,True,2020-12-11 10:14:20.000000,2.0.1,24.0,xlrd,conda-forge/xlrd,,,,76205.0,62631.0,https://pypi.org/project/xlrd,2020-12-11 10:14:20.000000,13574.0,4285618.0,4311069.0,https://anaconda.org/conda-forge/xlrd,2021-01-09 20:35:27.639000,1170771.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +52,Fastai,fastai/fastai,,ml-frameworks,https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36.000000,2021-01-27 14:20:49.000000,2021-01-27 14:20:48.000000,6915,66.0,1310.0,20328,1659.0,The fastai deep learning library.,472.0,32,True,2021-01-13 19:38:43.000000,2.2.5,116.0,fastai,,,,['pytorch'],368.0,,https://pypi.org/project/fastai,2021-01-13 19:38:43.000000,368.0,111261.0,111261.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +53,jax,google/jax,,ml-frameworks,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02.000000,2021-01-28 04:00:43.000000,2021-01-28 01:50:53.000000,961,718.0,1390.0,11174,6718.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",248.0,32,True,2021-01-27 04:52:22.000000,0.2.9,88.0,jax,conda-forge/jaxlib,,,,1078.0,1032.0,https://pypi.org/project/jax,2021-01-27 04:52:22.000000,46.0,59758.0,63700.0,https://anaconda.org/conda-forge/jaxlib,2021-01-18 19:48:22.594000,70969.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +54,tensor2tensor,tensorflow/tensor2tensor,,tensorflow-utils,https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39.000000,2020-12-15 01:23:04.000000,2020-11-16 14:28:10.000000,2722,546.0,663.0,10859,4345.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,230.0,32,True,2020-06-17 16:15:36.000000,1.15.7,79.0,tensor2tensor,,,,['tensorflow'],976.0,894.0,https://pypi.org/project/tensor2tensor,2020-06-17 16:15:36.000000,82.0,75750.0,75750.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +55,dlib,davisking/dlib,,ml-frameworks,https://github.com/davisking/dlib,https://github.com/davisking/dlib,BSL-1.0,2014-01-29 00:45:33.000000,2021-01-28 13:35:32.000000,2021-01-28 13:35:17.000000,2832,46.0,1812.0,9842,7911.0,A toolkit for making real world machine learning and data analysis applications in C++.,164.0,32,False,2020-12-04 19:23:04.000000,19.21.1,28.0,dlib,conda-forge/dlib,,,,9490.0,8132.0,https://pypi.org/project/dlib,2020-12-04 19:23:04.000000,1358.0,49973.0,55387.0,https://anaconda.org/conda-forge/dlib,2021-01-14 21:24:20.585000,262699.0,,,,,2.0,24329.0,,-1.0,,,,,,,,,,,,,,,,,,,, +56,AllenNLP,allenai/allennlp,,nlp,https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41.000000,2021-01-27 23:42:30.000000,2021-01-27 23:10:00.000000,1975,99.0,2134.0,9621,2357.0,"An open-source NLP research library, built on PyTorch.",231.0,32,True,2021-01-27 23:30:29.000000,2.0.0,158.0,allennlp,,,,['pytorch'],1643.0,1409.0,https://pypi.org/project/allennlp,2021-01-27 23:42:30.000000,234.0,12908.0,12908.0,,,,,,,,1.0,36.0,,3.0,,,,,,,,,,,,,,,,,,,, +57,PyMC3,pymc-devs/pymc3,,probabilistics,https://github.com/pymc-devs/pymc3,https://github.com/pymc-devs/pymc3,Apache-2.0,2009-05-05 09:43:50.000000,2021-01-28 15:12:12.000000,2021-01-28 15:12:11.000000,1338,148.0,1985.0,5514,7653.0,Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano.,304.0,32,True,2021-01-21 08:37:19.000000,3.11.0,31.0,pymc3,conda-forge/pymc3,,,,2291.0,2005.0,https://pypi.org/project/pymc3,2021-01-21 08:37:19.000000,286.0,100552.0,105304.0,https://anaconda.org/conda-forge/pymc3,2021-01-21 21:05:06.553000,242322.0,,,,,1.0,149.0,,,,,,,,,,,,,,,,,,,,,, +58,folium,python-visualization/folium,,geospatial-data,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35.000000,2021-01-18 18:15:18.000000,2021-01-18 17:35:27.000000,1899,148.0,685.0,5104,1473.0,Python Data. Leaflet.js Maps.,120.0,32,True,2021-01-18 17:29:40.000000,0.12.1,25.0,folium,conda-forge/folium,,,,9185.0,8217.0,https://pypi.org/project/folium,2021-01-18 17:29:40.000000,968.0,187192.0,192677.0,https://anaconda.org/conda-forge/folium,2021-01-06 21:06:10.173000,318131.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +59,Beam,apache/beam,,data-pipelines,https://github.com/apache/beam,https://github.com/apache/beam,Apache-2.0,2016-02-02 08:00:06.000000,2021-01-28 13:38:23.000000,2021-01-28 03:18:32.000000,2844,129.0,,4538,30392.0,"Unified programming model to define and execute data processing pipelines, including ETL, batch and stream processing.",1008.0,32,True,2021-01-08 20:56:28.000000,2.27.0,30.0,apache-beam,,,,,186.0,,https://pypi.org/project/apache-beam,2021-01-08 20:08:17.000000,186.0,1165542.0,1165542.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +60,xmltodict,martinblech/xmltodict,,data-loading,https://github.com/martinblech/xmltodict,https://github.com/martinblech/xmltodict,MIT,2012-04-17 14:38:21.000000,2020-11-05 01:54:38.000000,2020-04-26 05:15:03.000000,398,63.0,135.0,4250,205.0,Python module that makes working with XML feel like you are working with JSON.,41.0,32,True,2019-02-11 07:00:26.000000,0.12.0,27.0,xmltodict,conda-forge/xmltodict,,,,28973.0,20739.0,https://pypi.org/project/xmltodict,2019-02-11 07:00:26.000000,8234.0,3343623.0,3355462.0,https://anaconda.org/conda-forge/xmltodict,2019-02-11 11:53:14.803000,627509.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +61,Tablib,jazzband/tablib,,data-loading,https://github.com/jazzband/tablib,https://github.com/jazzband/tablib,MIT,2011-03-28 02:36:50.000000,2020-12-13 06:03:08.000000,2020-12-11 07:22:54.000000,560,34.0,197.0,3851,1123.0,"Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.",110.0,32,True,2020-12-05 14:56:28.000000,3.0.0,38.0,tablib,conda-forge/tablib,,,,11562.0,9204.0,https://pypi.org/project/tablib,2020-12-05 14:56:28.000000,2358.0,447767.0,448888.0,https://anaconda.org/conda-forge/tablib,2020-12-05 16:40:48.469000,56058.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +62,tensorflow-hub,tensorflow/hub,,tensorflow-utils,https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42.000000,2021-01-28 11:48:22.000000,2021-01-28 11:48:18.000000,1438,45.0,503.0,2694,828.0,A library for transfer learning by reusing parts of TensorFlow models.,67.0,32,True,2021-01-06 16:20:30.000000,0.11.0,14.0,tensorflow-hub,conda-forge/tensorflow-hub,,,['tensorflow'],5490.0,5176.0,https://pypi.org/project/tensorflow-hub,2021-01-06 16:20:30.000000,314.0,667060.0,668630.0,https://anaconda.org/conda-forge/tensorflow-hub,2020-08-24 16:43:36.561000,48672.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +63,TensorFlow Datasets,tensorflow/datasets,,data-loading,https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22.000000,2021-01-28 14:26:12.000000,2021-01-28 14:15:47.000000,945,391.0,533.0,2643,3748.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",181.0,32,True,2021-01-07 09:50:58.000000,4.2.0,21.0,tensorflow-datasets,,,,['tensorflow'],3605.0,3503.0,https://pypi.org/project/tensorflow-datasets,2021-01-07 09:50:58.000000,102.0,444817.0,444817.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +64,Thinc,explosion/thinc,,ml-frameworks,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59.000000,2021-01-25 09:12:54.024000,2021-01-24 03:34:33.000000,197,9.0,87.0,2165,4901.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",36.0,32,True,2021-01-24 04:05:27.000000,8.0.1,188.0,thinc,conda-forge/thinc,,,,11989.0,10851.0,https://pypi.org/project/thinc,2021-01-24 04:05:27.000000,1138.0,702808.0,721013.0,https://anaconda.org/conda-forge/thinc,2021-01-25 09:12:54.024000,855671.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +65,xarray,pydata/xarray,,data-containers,https://github.com/pydata/xarray,https://github.com/pydata/xarray,Apache-2.0,2013-09-30 17:21:10.000000,2021-01-27 16:10:27.000000,2021-01-27 08:05:30.000000,625,785.0,1887.0,1912,3491.0,N-D labeled arrays and datasets in Python.,289.0,32,True,2020-11-30 21:28:55.000000,0.16.2,55.0,xarray,conda-forge/xarray,,,,6143.0,5011.0,https://pypi.org/project/xarray,2020-11-30 21:26:20.000000,1132.0,234031.0,274546.0,https://anaconda.org/conda-forge/xarray,2020-12-01 04:59:09.242000,2349886.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +66,jieba,fxsjy/jieba,,chinese-nlp,https://github.com/fxsjy/jieba,https://github.com/fxsjy/jieba,MIT,2012-09-29 07:52:01.000000,2020-12-05 18:32:32.000000,2020-02-15 08:33:35.000000,6065,592.0,196.0,25386,523.0,Chinese Words Segmentation Utilities.,48.0,31,True,2020-01-20 14:27:23.000000,0.42.1,32.0,jieba,conda-forge/jieba,,,,11654.0,9138.0,https://pypi.org/project/jieba,2020-01-20 14:27:23.000000,2516.0,118077.0,119535.0,https://anaconda.org/conda-forge/jieba,2020-03-25 20:57:40.090000,65629.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +67,ChatterBot,gunthercox/ChatterBot,,nlp,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00.000000,2021-01-03 01:13:36.000000,2020-08-20 21:16:14.000000,3665,222.0,1223.0,10769,1847.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",103.0,31,True,2020-08-22 18:42:43.000000,1.0.8,86.0,chatterbot,,,,,3802.0,3122.0,https://pypi.org/project/chatterbot,2020-08-22 18:40:36.000000,680.0,19037.0,19037.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +68,imgaug,aleju/imgaug,,image,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33.000000,2020-10-19 12:23:22.000000,2020-06-01 14:58:26.000000,1956,214.0,203.0,10604,2913.0,Image augmentation for machine learning experiments.,36.0,31,True,2020-02-06 06:18:40.000000,0.4.0,11.0,imgaug,conda-forge/imgaug,,,,5441.0,5163.0,https://pypi.org/project/imgaug,2020-02-05 20:54:22.000000,278.0,103501.0,105190.0,https://anaconda.org/conda-forge/imgaug,2020-02-14 16:06:53.525000,32104.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +69,pyecharts,pyecharts/pyecharts,,data-viz,https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25.000000,2021-01-19 10:14:14.000000,2021-01-19 10:14:13.000000,2340,23.0,1337.0,10456,1512.0,Python Echarts Plotting Library.,30.0,31,True,2020-10-29 15:14:08.000000,1.9.0,66.0,pyecharts,,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,['jupyter'],1739.0,1457.0,https://pypi.org/project/pyecharts,2020-10-29 15:14:08.000000,282.0,20176.0,20176.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +70,wordcloud,amueller/word_cloud,,data-viz,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59.000000,2021-01-21 10:00:39.000000,2020-11-11 21:35:51.000000,2025,97.0,343.0,7830,540.0,A little word cloud generator in Python.,58.0,31,True,2020-11-11 21:41:02.000000,1.8.1,16.0,wordcloud,conda-forge/wordcloud,,,,9742.0,8638.0,https://pypi.org/project/wordcloud,2020-11-11 21:41:02.000000,1104.0,190056.0,193518.0,https://anaconda.org/conda-forge/wordcloud,2021-01-14 18:03:24.960000,183530.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +71,Altair,altair-viz/altair,,data-viz,https://github.com/altair-viz/altair,https://github.com/altair-viz/altair,BSD-3-Clause,2015-09-19 03:14:04.000000,2021-01-12 16:59:04.000000,2021-01-12 16:59:02.000000,570,287.0,1203.0,6363,3047.0,Declarative statistical visualization library for Python.,121.0,31,True,2020-04-01 13:29:16.000000,4.1.0,26.0,altair,conda-forge/altair,,,,8009.0,7639.0,https://pypi.org/project/altair,2020-04-01 13:23:10.000000,370.0,535618.0,546557.0,https://anaconda.org/conda-forge/altair,2020-04-01 16:49:36.519000,590706.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +72,Catboost,catboost/catboost,,ml-frameworks,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04.000000,2021-01-28 14:11:56.000000,2021-01-28 14:11:51.000000,859,314.0,1035.0,5659,14465.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",729.0,31,True,2020-12-27 09:12:53.000000,0.24.4,91.0,catboost,conda-forge/catboost,,,,162.0,,https://pypi.org/project/catboost,2020-12-27 06:58:33.000000,162.0,543142.0,561788.0,https://anaconda.org/conda-forge/catboost,2020-12-29 11:38:06.128000,558299.0,,,,,2.0,48012.0,,,,,,,,,,,,,,,,,,,,,, +73,Chainer,chainer/chainer,,ml-frameworks,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37.000000,2021-01-27 02:02:22.000000,2020-12-23 09:08:19.000000,1371,16.0,2016.0,5521,30550.0,A flexible framework of neural networks for deep learning.,319.0,31,True,2021-01-13 10:14:54.000000,7.0.0.post1,109.0,chainer,,,,,2590.0,1848.0,https://pypi.org/project/chainer,2021-01-13 09:29:55.000000,742.0,14307.0,14307.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +74,sentencepiece,google/sentencepiece,,nlp,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48.000000,2021-01-12 17:23:26.000000,2021-01-12 17:23:24.000000,633,22.0,390.0,4762,662.0,Unsupervised text tokenizer for Neural Network-based text generation.,48.0,31,True,2021-01-10 06:29:42.000000,0.1.95,30.0,sentencepiece,conda-forge/sentencepiece,,,,5826.0,5586.0,https://pypi.org/project/sentencepiece,2021-01-10 06:29:42.000000,240.0,809051.0,813550.0,https://anaconda.org/conda-forge/sentencepiece,2021-01-08 22:01:24.349000,24911.0,,,,,1.0,10098.0,,,,,,,,,,,,,,,,,,,,,, +75,Optuna,optuna/optuna,,hyperopt,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56.000000,2021-01-28 14:47:49.000000,2021-01-28 12:14:16.000000,448,190.0,471.0,3982,8887.0,A hyperparameter optimization framework.,121.0,31,True,2021-01-12 07:33:47.000000,2.4.0,34.0,optuna,conda-forge/optuna,,,,964.0,912.0,https://pypi.org/project/optuna,2020-11-04 04:29:39.000000,52.0,135594.0,136820.0,https://anaconda.org/conda-forge/optuna,2021-01-13 04:21:59.552000,17171.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +76,tensorflow-probability,tensorflow/probability,,probabilistics,https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54.000000,2021-01-27 22:25:00.000000,2021-01-27 22:24:55.000000,846,430.0,519.0,3218,10218.0,Probabilistic reasoning and statistical analysis in TensorFlow.,400.0,31,True,2020-12-29 18:40:25.000000,0.12.1,35.0,tensorflow-probability,conda-forge/tensorflow-probability,,,['tensorflow'],253.0,1.0,https://pypi.org/project/tensorflow-probability,2020-12-29 17:46:08.000000,252.0,291766.0,293049.0,https://anaconda.org/conda-forge/tensorflow-probability,2020-03-13 21:04:53.147000,29527.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +77,GeoPandas,geopandas/geopandas,,geospatial-data,https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47.000000,2021-01-28 08:44:58.000000,2021-01-28 08:44:56.000000,528,294.0,669.0,2448,1320.0,Python tools for geographic data.,130.0,31,True,2021-01-25 20:51:26.000000,0.8.2,36.0,geopandas,conda-forge/geopandas,,,['pandas'],8213.0,7047.0,https://pypi.org/project/geopandas,2021-01-25 20:51:23.000000,1166.0,364248.0,378503.0,https://anaconda.org/conda-forge/geopandas,2021-01-25 21:28:29.004000,825969.0,,,,,2.0,858.0,,1.0,,,,,,,,,,,,,,,,,,,, +78,python-magic,ahupp/python-magic,,data-loading,https://github.com/ahupp/python-magic,https://github.com/ahupp/python-magic,MIT,2010-03-31 22:40:33.000000,2021-01-16 08:38:24.000000,2021-01-16 00:41:01.000000,215,27.0,126.0,1819,275.0,A python wrapper for libmagic.,49.0,31,True,2021-01-16 08:38:24.000000,0.4.20,20.0,python-magic,conda-forge/python-magic,,,,16810.0,11678.0,https://pypi.org/project/python-magic,2021-01-16 08:38:24.000000,5132.0,1189370.0,1191028.0,https://anaconda.org/conda-forge/python-magic,2020-12-24 22:42:00.639000,74626.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +79,numexpr,pydata/numexpr,,data-containers,https://github.com/pydata/numexpr,https://github.com/pydata/numexpr,MIT,2013-11-30 22:33:48.000000,2021-01-13 23:35:13.025000,2021-01-04 20:06:02.000000,161,53.0,247.0,1514,677.0,"Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more.",55.0,31,True,2020-12-29 18:58:07.000000,2.7.2,38.0,numexpr,conda-forge/numexpr,,,,5482.0,,https://pypi.org/project/numexpr,2020-01-05 17:55:57.000000,5482.0,567398.0,607100.0,https://anaconda.org/conda-forge/numexpr,2021-01-13 23:35:13.025000,2104249.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +80,imageio,imageio/imageio,,image,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45.000000,2021-01-26 20:31:57.000000,2021-01-08 09:05:24.000000,166,65.0,271.0,824,1127.0,Python library for reading and writing image data.,71.0,31,True,2020-07-10 07:45:22.000000,2.9.0,31.0,imageio,conda-forge/imageio,,,,39375.0,35537.0,https://pypi.org/project/imageio,2020-07-06 13:20:41.000000,3838.0,1467999.0,1502255.0,https://anaconda.org/conda-forge/imageio,2020-07-06 14:13:25.518000,1644305.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +81,fastText,facebookresearch/fastText,,nlp,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42.000000,2021-01-15 15:28:41.000000,2020-07-18 00:20:40.000000,4299,435.0,592.0,22169,379.0,Library for fast text representation and classification.,58.0,30,True,2020-04-28 09:54:50.000000,0.9.2,35.0,fasttext,conda-forge/fasttext,,,,1650.0,1460.0,https://pypi.org/project/fasttext,2020-04-28 09:54:50.000000,190.0,98526.0,98969.0,https://anaconda.org/conda-forge/fasttext,2020-10-12 14:55:45.199000,17311.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +82,zipline,quantopian/zipline,,financial-data,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29.000000,2020-12-18 13:20:06.000000,2020-10-14 16:36:49.000000,3794,332.0,646.0,13196,6226.0,"Zipline, a Pythonic Algorithmic Trading Library.",151.0,30,True,2020-10-05 15:46:20.429000,1.4.1,30.0,zipline,,,,,831.0,673.0,https://pypi.org/project/zipline,2020-10-05 15:46:20.429000,158.0,3702.0,3702.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +83,Prophet,facebook/prophet,,time-series-data,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08.000000,2021-01-27 01:56:07.000000,2021-01-27 01:56:06.000000,3461,79.0,1430.0,12170,615.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,126.0,30,True,2020-09-05 16:12:50.000000,0.7.1,14.0,fbprophet,,,,,150.0,,https://pypi.org/project/fbprophet,2020-09-05 16:12:50.000000,150.0,495372.0,495383.0,,,,,,,,1.0,540.0,,,,,,,,,,,,,,,,,,,,,, +84,fairseq,pytorch/fairseq,,nlp,https://github.com/pytorch/fairseq,https://github.com/pytorch/fairseq,MIT,2017-08-29 16:26:12.000000,2021-01-28 12:32:53.000000,2021-01-27 18:47:20.000000,2800,628.0,1769.0,11095,1725.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,287.0,30,True,2021-01-05 20:26:45.000000,0.10.2,13.0,fairseq,,,,['pytorch'],303.0,283.0,https://pypi.org/project/fairseq,2021-01-05 20:26:45.000000,20.0,7569.0,7571.0,,,,,,,,1.0,81.0,,,,,,,,,,,,,,,,,,,,,, +85,horovod,horovod/horovod,,distributed-ml,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59.000000,2021-01-28 14:03:19.000000,2021-01-26 13:23:48.000000,1736,264.0,1411.0,10761,854.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",110.0,30,True,2021-01-07 00:00:40.000000,0.21.1,62.0,horovod,,,,,357.0,317.0,https://pypi.org/project/horovod,2021-01-07 00:00:40.000000,40.0,92465.0,92465.0,,,,,,,,2.0,,stable/horovod,,,,,,,,,,,,,,,,,,,,, +86,flair,flairNLP/flair,,nlp,https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18.000000,2021-01-28 11:42:16.000000,2021-01-13 11:02:10.000000,1450,102.0,1331.0,9857,3045.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,160.0,30,True,2020-12-01 19:35:00.000000,0.7,19.0,flair,,,,['pytorch'],650.0,602.0,https://pypi.org/project/flair,2020-12-01 19:02:38.000000,48.0,33744.0,33744.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +87,TFlearn,tflearn/tflearn,,ml-frameworks,https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53.000000,2021-01-25 09:41:59.000000,2020-11-30 04:34:51.000000,2423,574.0,359.0,9513,613.0,Deep learning library featuring a higher-level API for TensorFlow.,128.0,30,True,2020-11-11 19:26:11.000000,0.5.0,8.0,tflearn,,,,['tensorflow'],3437.0,2956.0,https://pypi.org/project/tflearn,2020-11-11 19:13:47.000000,481.0,9279.0,9279.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +88,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,,ml-frameworks,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58.000000,2021-01-27 21:35:44.000000,2021-01-27 21:35:42.000000,1710,163.0,863.0,7414,9007.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,298.0,30,True,2021-01-27 21:17:28.000000,8.9.1,13.0,vowpalwabbit,,,,,113.0,97.0,https://pypi.org/project/vowpalwabbit,2020-11-12 14:41:09.000000,16.0,17135.0,17135.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +89,DVC,iterative/dvc,,ml-experiments,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33.000000,2021-01-28 13:45:59.000000,2021-01-28 12:42:58.000000,678,494.0,2159.0,7170,6259.0,Data Version Control | Git for Data & Models.,205.0,30,True,2021-01-26 02:36:31.000000,1.11.13,292.0,dvc,conda-forge/dvc,,,,600.0,554.0,https://pypi.org/project/dvc,2021-01-26 02:38:37.000000,46.0,45221.0,71606.0,https://anaconda.org/conda-forge/dvc,2021-01-26 05:08:07.950000,445283.0,,,,,1.0,18133.0,,,,,,,,,dvc,dvc,dvc,,,,,,,,,,, +90,Prefect,PrefectHQ/prefect,,data-pipelines,https://github.com/PrefectHQ/prefect,https://github.com/PrefectHQ/prefect,Apache-2.0,2018-06-29 21:59:26.000000,2021-01-27 23:30:50.000000,2021-01-27 17:58:14.000000,504,220.0,1309.0,5768,13196.0,The easiest way to automate your data.,176.0,30,True,2021-01-26 23:14:08.000000,0.14.5,82.0,prefect,conda-forge/prefect,,,,246.0,244.0,https://pypi.org/project/prefect,2021-01-26 23:14:08.000000,2.0,42775.0,45804.0,https://anaconda.org/conda-forge/prefect,2021-01-27 02:50:26.208000,66650.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +91,SpeechRecognition,Uberi/speech_recognition,,audio,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54.000000,2021-01-11 17:26:33.040000,2019-07-02 17:29:47.000000,1853,201.0,269.0,5383,360.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",41.0,30,False,2017-12-05 14:05:14.000000,3.8.1,52.0,SpeechRecognition,conda-forge/speechrecognition,,,,7746.0,6658.0,https://pypi.org/project/SpeechRecognition,2017-12-05 13:58:29.000000,1088.0,85354.0,87143.0,https://anaconda.org/conda-forge/speechrecognition,2021-01-11 17:26:33.040000,94865.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +92,Hyperopt,hyperopt/hyperopt,,hyperopt,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59.000000,2021-01-25 15:45:14.000000,2020-12-24 07:20:10.000000,855,331.0,221.0,5379,1168.0,Distributed Asynchronous Hyperparameter Optimization in Python.,84.0,30,True,2020-10-07 09:52:56.000000,0.2.5,11.0,hyperopt,conda-forge/hyperopt,,,,3079.0,2575.0,https://pypi.org/project/hyperopt,2020-10-07 09:52:56.000000,504.0,339419.0,345242.0,https://anaconda.org/conda-forge/hyperopt,2020-10-14 07:57:14.292000,163050.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +93,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,,sklearn-utils,https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26.000000,2020-12-23 12:15:04.000000,2020-11-03 21:43:11.000000,1059,46.0,401.0,4989,701.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,51.0,30,True,2020-06-09 10:45:32.000000,0.7.0,26.0,imbalanced-learn,conda-forge/imbalanced-learn,,,['sklearn'],4207.0,3927.0,https://pypi.org/project/imbalanced-learn,2020-06-09 10:39:03.000000,280.0,521056.0,523794.0,https://anaconda.org/conda-forge/imbalanced-learn,2020-06-14 14:47:57.352000,106798.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +94,CuPy,cupy/cupy,,gpu-utilities,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45.000000,2021-01-28 15:18:45.609000,2021-01-28 07:52:13.000000,430,366.0,877.0,4800,20412.0,A NumPy-compatible array library accelerated by CUDA.,253.0,30,True,2021-01-28 05:28:01.000000,8.4.0,87.0,cupy,conda-forge/cupy,cupy/cupy,,,842.0,650.0,https://pypi.org/project/cupy,2021-01-28 01:38:53.000000,192.0,7186.0,31261.0,https://anaconda.org/conda-forge/cupy,2021-01-28 15:18:45.609000,344701.0,https://hub.docker.com/r/cupy/cupy,2021-01-28 07:59:33.149653,6.0,47918.0,1.0,6463.0,,,,,,,,,,,,,,,,,,,,,, +95,Tesseract,madmaze/pytesseract,,ocr,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49.000000,2021-01-25 17:49:39.000000,2021-01-25 17:49:33.000000,504,7.0,239.0,3394,358.0,Python-tesseract is an optical character recognition (OCR) tool for python.,36.0,30,True,2020-12-15 05:24:52.000000,0.3.7,24.0,pytesseract,conda-forge/pytesseract,,,,1428.0,,https://pypi.org/project/pytesseract,2020-12-15 05:24:52.000000,1428.0,467939.0,470092.0,https://anaconda.org/conda-forge/pytesseract,2020-11-20 10:05:14.874000,38760.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +96,MLxtend,rasbt/mlxtend,,sklearn-utils,https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16.000000,2021-01-23 20:32:21.000000,2021-01-09 21:38:09.000000,694,101.0,261.0,3304,1152.0,A library of extension and helper modules for Python's data analysis and machine learning libraries.,79.0,30,True,2020-11-26 04:18:15.000000,0.18.0,46.0,mlxtend,conda-forge/mlxtend,,,['sklearn'],2613.0,2423.0,https://pypi.org/project/mlxtend,2020-11-26 04:18:15.000000,190.0,144082.0,147653.0,https://anaconda.org/conda-forge/mlxtend,2020-11-26 05:32:00.667000,149996.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +97,bqplot,bqplot/bqplot,,data-viz,https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000000,2021-01-26 16:45:34.000000,2021-01-21 17:18:45.000000,404,182.0,323.0,2994,3216.0,Plotting library for IPython/Jupyter notebooks.,51.0,30,True,2021-01-14 14:22:16.000000,0.12.21,89.0,bqplot,conda-forge/bqplot,,,['jupyter'],1313.0,1191.0,https://pypi.org/project/bqplot,2021-01-14 14:19:33.000000,112.0,12152.0,146484.0,https://anaconda.org/conda-forge/bqplot,2021-01-14 14:38:26.569000,465721.0,,,,,2.0,,,,bqplot,https://www.npmjs.com/package/bqplot,2021-01-14 14:17:47.627000,10.0,126016.0,,,,,,,,,,,,,,, +98,wandb client,wandb/client,,ml-experiments,https://github.com/wandb/client,https://github.com/wandb/client,MIT,2017-03-24 05:46:23.000000,2021-01-28 15:30:22.000000,2021-01-28 00:40:05.000000,187,240.0,658.0,2674,3771.0,A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API.,74.0,30,True,2021-01-24 23:06:34.000000,0.10.15,184.0,wandb,,,,,1977.0,1899.0,https://pypi.org/project/wandb,2021-01-24 23:01:09.000000,78.0,178179.0,178179.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +99,torchtext,pytorch/text,,nlp,https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03.000000,2021-01-28 12:36:06.000000,2021-01-26 18:46:24.000000,598,263.0,313.0,2633,706.0,Data loaders and abstractions for text and NLP.,104.0,30,True,2020-12-10 17:03:55.000000,0.8.1,12.0,torchtext,,,,['pytorch'],4343.0,3661.0,https://pypi.org/project/torchtext,2020-12-10 16:28:00.000000,682.0,74451.0,74451.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +100,mrjob,Yelp/mrjob,,data-pipelines,https://github.com/Yelp/mrjob,https://github.com/Yelp/mrjob,Apache-2.0,2010-10-13 18:35:21.000000,2020-12-24 22:44:29.424000,2020-11-16 22:20:52.000000,590,199.0,1089.0,2528,8622.0,Run MapReduce jobs on Hadoop or Amazon Web Services.,142.0,30,True,2020-09-17 22:26:01.000000,0.7.4,60.0,mrjob,conda-forge/mrjob,,,,775.0,663.0,https://pypi.org/project/mrjob,2020-09-17 22:26:01.000000,112.0,86270.0,92273.0,https://anaconda.org/conda-forge/mrjob,2020-12-24 22:44:29.424000,312164.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +101,scikit-optimize,scikit-optimize/scikit-optimize,,hyperopt,https://github.com/scikit-optimize/scikit-optimize,https://github.com/scikit-optimize/scikit-optimize,BSD-3-Clause,2016-03-20 21:10:54.000000,2021-01-26 12:57:18.000000,2020-12-31 12:07:52.000000,366,165.0,357.0,2011,1541.0,Sequential model-based optimization with a `scipy.optimize` interface.,68.0,30,True,2020-09-04 09:08:10.000000,0.8.1,22.0,scikit-optimize,conda-forge/scikit-optimize,,,,1485.0,1325.0,https://pypi.org/project/scikit-optimize,2020-09-04 09:08:10.000000,160.0,368492.0,373064.0,https://anaconda.org/conda-forge/scikit-optimize,2020-09-04 09:50:52.372000,192062.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +102,smart-open,RaRe-Technologies/smart_open,,data-loading,https://github.com/RaRe-Technologies/smart_open,https://github.com/RaRe-Technologies/smart_open,MIT,2015-01-02 13:05:52.000000,2021-01-18 12:33:22.000000,2021-01-18 12:01:20.000000,271,51.0,239.0,1909,889.0,"Utils for streaming large files (S3, HDFS, gzip, bz2...).",72.0,30,True,2021-01-18 06:44:54.000000,4.1.2,46.0,smart-open,,,,,640.0,,https://pypi.org/project/smart-open,2021-01-18 06:44:54.000000,640.0,6434230.0,6434230.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +103,opencv-python,skvark/opencv-python,,image,https://github.com/opencv/opencv-python,https://github.com/opencv/opencv-python,MIT,2016-04-08 13:36:40.000000,2021-01-03 16:32:34.000000,2020-12-28 18:40:12.000000,306,18.0,373.0,1696,749.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",27.0,30,True,2021-01-03 17:36:16.000000,47,47.0,opencv-python,,,,,12560.0,,https://pypi.org/project/opencv-python,2021-01-02 12:15:05.000000,12560.0,1726882.0,1726882.0,,,,,,,,2.0,,,,,,,,,,,,,opencv/opencv-python,,,,,,,,,, +104,Rasterio,mapbox/rasterio,,geospatial-data,https://github.com/mapbox/rasterio,https://github.com/mapbox/rasterio,BSD-3-Clause,2013-11-04 16:36:27.000000,2021-01-26 02:00:18.000000,2021-01-25 01:23:10.000000,390,137.0,1202.0,1420,3258.0,Rasterio reads and writes geospatial raster datasets.,106.0,30,True,2021-01-25 14:37:50.000000,1.2.0,121.0,rasterio,conda-forge/rasterio,,,,3506.0,2656.0,https://pypi.org/project/rasterio,2021-01-25 14:37:50.000000,850.0,118704.0,133421.0,https://anaconda.org/conda-forge/rasterio,2021-01-25 20:18:49.736000,853061.0,,,,,2.0,702.0,,,,,,,,,,,,,,,,,,,,,, +105,SageMaker SDK,aws/sagemaker-python-sdk,,ml-experiments,https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33.000000,2021-01-28 04:44:01.000000,2021-01-23 23:35:29.000000,558,207.0,518.0,1302,1822.0,A library for training and deploying machine learning models on Amazon SageMaker.,164.0,30,True,2021-01-23 00:13:49.000000,2.24.0,304.0,sagemaker,,,,"['mxnet', 'tensorflow']",603.0,575.0,https://pypi.org/project/sagemaker,2021-01-23 00:13:49.000000,28.0,329436.0,329436.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +106,TF Addons,tensorflow/addons,,tensorflow-utils,https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17.000000,2021-01-27 17:37:13.000000,2021-01-25 22:19:48.000000,421,172.0,618.0,1174,1325.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,146.0,30,True,2020-12-23 19:42:08.000000,0.12.0,24.0,tensorflow-addons,,,,['tensorflow'],2117.0,2099.0,https://pypi.org/project/tensorflow-addons,2020-12-23 19:42:08.000000,18.0,191516.0,191516.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +107,Wand,emcconville/wand,,image,https://github.com/emcconville/wand,https://github.com/emcconville/wand,MIT,2011-09-30 21:36:38.000000,2021-01-21 00:40:18.000000,2021-01-20 17:50:49.000000,183,13.0,319.0,1050,1679.0,The ctypes-based simple ImageMagick binding for Python.,94.0,30,True,2020-11-29 20:47:13.000000,0.6.5,47.0,wand,,,,,4344.0,3174.0,https://pypi.org/project/wand,2020-11-29 20:40:49.000000,1170.0,110803.0,111003.0,,,,,,,,2.0,5203.0,,,,,,,,,,,,,,,,,,,,,, +108,Nilearn,nilearn/nilearn,,medical-data,https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23.000000,2021-01-28 13:50:19.000000,2021-01-25 14:40:39.000000,371,378.0,1121.0,696,9291.0,Machine learning for NeuroImaging in Python.,159.0,30,True,2020-11-12 11:44:49.000000,0.7.0,35.0,nilearn,conda-forge/nilearn,,,['sklearn'],1173.0,871.0,https://pypi.org/project/nilearn,2020-11-12 11:44:49.000000,302.0,7007.0,8395.0,https://anaconda.org/conda-forge/nilearn,2020-11-12 13:26:03.600000,77755.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +109,snowballstemmer,snowballstem/snowball,,nlp,https://github.com/snowballstem/snowball,https://github.com/snowballstem/snowball,BSD-3-Clause,2013-02-23 07:17:42.000000,2021-01-23 05:22:20.000000,2021-01-22 23:52:03.000000,133,17.0,42.0,469,842.0,Snowball compiler and stemming algorithms.,25.0,30,True,2021-01-21 11:43:00.000000,2.1.0,9.0,snowballstemmer,conda-forge/snowballstemmer,,,,56318.0,43136.0,https://pypi.org/project/snowballstemmer,2021-01-21 11:43:00.000000,13182.0,2020139.0,2057920.0,https://anaconda.org/conda-forge/snowballstemmer,2021-01-21 23:16:54.597000,2002401.0,,,,,1.0,,,1.0,,,,,,,,,,,,,,,,,,,, +110,Face Recognition,ageitgey/face_recognition,,image,https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39.000000,2020-12-19 11:44:26.000000,2020-09-26 15:32:59.000000,10581,562.0,528.0,38312,211.0,The world's simplest facial recognition api for Python and the command line.,45.0,29,True,2018-08-21 18:34:21.000000,1.2.3,21.0,face_recognition,,,,['pytorch'],406.0,,https://pypi.org/project/face_recognition,2018-08-21 18:34:21.000000,406.0,22855.0,22864.0,,,,,,,,2.0,438.0,,,,,,,,,,,,,,,,,,,,,, +111,Magenta,magenta/magenta,,audio,https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40.000000,2021-01-19 21:27:46.000000,2021-01-19 21:27:34.000000,3297,293.0,539.0,16211,1375.0,Magenta: Music and Art Generation with Machine Intelligence.,144.0,29,True,2020-11-12 19:17:18.000000,2.1.3,66.0,magenta,,,,['tensorflow'],300.0,265.0,https://pypi.org/project/magenta,2020-11-12 19:17:18.000000,35.0,3778.0,3778.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +112,PaddlePaddle,PaddlePaddle/Paddle,,ml-frameworks,https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08.000000,2021-01-28 13:49:48.000000,2021-01-28 12:32:14.000000,3433,2322.0,10388.0,13967,15069.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,491.0,29,True,2021-01-25 11:50:59.000000,2.0.0,42.0,paddlepaddle,,,,['paddle'],42.0,26.0,https://pypi.org/project/paddlepaddle,2021-01-25 11:50:59.000000,16.0,4735.0,5022.0,,,,,,,,2.0,15249.0,,,,,,,,,,,,,,,,,,,,,, +113,Faiss,facebookresearch/faiss,,nn-search,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05.000000,2021-01-27 20:47:21.000000,2021-01-27 11:37:26.000000,2059,98.0,1261.0,12335,435.0,A library for efficient similarity search and clustering of dense vectors.,75.0,29,True,2021-01-21 05:32:04.000000,0.4.0,44.0,pymilvus,conda-forge/faiss,,,,307.0,301.0,https://pypi.org/project/pymilvus,2021-01-21 05:32:04.000000,6.0,6390.0,9204.0,https://anaconda.org/conda-forge/faiss,2020-12-12 16:36:49.740000,22517.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +114,Turi Create,apple/turicreate,,ml-frameworks,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04.000000,2020-11-18 17:14:31.000000,2020-10-13 23:52:18.000000,1058,465.0,1248.0,10116,1565.0,Turi Create simplifies the development of custom machine learning models.,81.0,29,True,2020-09-30 22:51:40.000000,6.4.1,31.0,turicreate,,,,,254.0,220.0,https://pypi.org/project/turicreate,2020-09-30 22:51:40.000000,34.0,9215.0,9311.0,,,,,,,,2.0,3580.0,,,,,,,,,,,,,,,,,,,,,, +115,Lime,marcotcr/lime,,interpretability,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10.000000,2021-01-21 09:40:03.000000,2021-01-12 16:12:17.000000,1359,46.0,441.0,8367,508.0,Lime: Explaining the predictions of any machine learning classifier.,57.0,29,True,2020-04-03 22:05:03.000000,0.2.0.0,37.0,lime,conda-forge/lime,,,,1154.0,1026.0,https://pypi.org/project/lime,2020-04-03 22:04:32.000000,128.0,136546.0,137825.0,https://anaconda.org/conda-forge/lime,2020-06-28 01:02:41.538000,62707.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +116,Annoy,spotify/annoy,,nn-search,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40.000000,2021-01-20 15:53:49.000000,2020-12-03 18:21:18.000000,869,27.0,265.0,8075,785.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,68.0,29,True,2020-09-18 16:07:59.000000,1.17.0,43.0,annoy,,,,,1783.0,1423.0,https://pypi.org/project/annoy,2020-09-18 16:07:59.000000,360.0,186895.0,186895.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +117,fuzzywuzzy,seatgeek/fuzzywuzzy,,nlp,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34.000000,2020-12-19 18:34:54.000000,2020-02-13 22:13:43.000000,795,84.0,96.0,7810,379.0,Fuzzy String Matching in Python.,67.0,29,False,2020-02-13 22:14:12.000000,0.18.0,27.0,fuzzywuzzy,conda-forge/fuzzywuzzy,,,,10958.0,7752.0,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25.000000,3206.0,2624296.0,2629431.0,https://anaconda.org/conda-forge/fuzzywuzzy,2020-11-18 12:59:01.409000,277307.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +118,TPOT,EpistasisLab/tpot,,hyperopt,https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40.000000,2021-01-12 15:06:12.000000,2021-01-06 15:17:46.000000,1358,192.0,584.0,7770,2368.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,108.0,29,False,2021-01-06 15:20:08.000000,0.11.7,60.0,tpot,conda-forge/tpot,,,['sklearn'],880.0,800.0,https://pypi.org/project/tpot,2021-01-06 15:20:08.000000,80.0,31753.0,33723.0,https://anaconda.org/conda-forge/tpot,2020-12-14 22:49:13.925000,102454.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +119,TextBlob,sloria/TextBlob,,nlp,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18.000000,2021-01-11 13:19:48.000000,2021-01-11 13:18:33.000000,948,70.0,150.0,7520,535.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",33.0,29,True,2019-02-24 23:03:17.000000,0.15.3,55.0,textblob,conda-forge/textblob,,,,12532.0,10040.0,https://pypi.org/project/textblob,2019-02-24 23:03:17.000000,2492.0,208994.0,211061.0,https://anaconda.org/conda-forge/textblob,2019-02-24 23:32:55.233000,109533.0,,,,,2.0,88.0,,,,,,,,,,,,,,,,,,,,,, +120,MoviePy,Zulko/moviepy,,image,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28.000000,2021-01-27 09:20:28.000000,2021-01-27 09:20:26.000000,1021,337.0,699.0,7248,1011.0,Video editing with Python.,137.0,29,True,2020-05-07 16:29:35.000000,1.0.3,84.0,moviepy,conda-forge/moviepy,,,,6968.0,5838.0,https://pypi.org/project/moviepy,2020-10-05 00:26:29.000000,1130.0,99180.0,100906.0,https://anaconda.org/conda-forge/moviepy,2020-02-23 19:57:49.975000,72507.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +121,glfw,glfw/glfw,,image,https://github.com/glfw/glfw,https://github.com/glfw/glfw,Zlib,2013-04-18 15:24:53.000000,2021-01-19 17:35:03.000000,2021-01-18 22:52:27.000000,2631,422.0,990.0,7191,4214.0,"A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input.",168.0,29,False,2020-10-04 13:37:52.000000,2.0.0,37.0,glfw,conda-forge/glfw,,,,214.0,,https://pypi.org/project/glfw,2020-10-04 13:37:52.000000,214.0,13661.0,45831.0,https://anaconda.org/conda-forge/glfw,2020-03-20 11:09:31.058000,22498.0,,,,,2.0,2183465.0,,,,,,,,,,,,,,,,,,,,,, +122,pandas-profiling,pandas-profiling/pandas-profiling,,data-viz,https://github.com/pandas-profiling/pandas-profiling,https://github.com/pandas-profiling/pandas-profiling,MIT,2016-01-09 23:47:55.000000,2021-01-26 00:27:00.000000,2021-01-12 17:19:32.000000,979,61.0,356.0,6632,736.0,Create HTML profiling reports from pandas DataFrame objects.,65.0,29,True,2020-09-03 10:11:24.000000,2.9.0,25.0,pandas-profiling,conda-forge/pandas-profiling,,,"['jupyter', 'pandas']",3092.0,2932.0,https://pypi.org/project/pandas-profiling,2020-09-03 10:11:24.000000,160.0,148316.0,150182.0,https://anaconda.org/conda-forge/pandas-profiling,2021-01-09 04:39:21.551000,98944.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +123,Datasets,huggingface/datasets,,data-loading,https://github.com/huggingface/datasets,https://github.com/huggingface/datasets,Apache-2.0,2020-03-26 09:23:22.000000,2021-01-28 13:56:30.000000,2021-01-28 13:56:29.000000,693,193.0,327.0,6607,1271.0,"The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools.",211.0,29,True,2021-01-13 15:29:57.000000,1.2.1,13.0,datasets,,,,,311.0,293.0,https://pypi.org/project/datasets,2021-01-04 18:33:23.000000,18.0,21134.0,21134.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +124,Modin,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.000000,2021-01-28 14:54:28.000000,2021-01-28 14:54:27.000000,384,417.0,1075.0,5668,1236.0,Modin: Speed up your Pandas workflows by changing a single line of code.,66.0,29,True,2021-01-12 14:40:18.000000,0.8.3,36.0,modin,,,,['pandas'],309.0,291.0,https://pypi.org/project/modin,2021-01-12 14:40:18.000000,18.0,58609.0,65114.0,,,,,,,,2.0,195152.0,,,,,,,,,,,,,,,,,,,,,, +125,Autograd,HIPS/autograd,,others,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23.000000,2020-12-28 18:04:28.000000,2019-11-18 14:32:40.000000,712,161.0,216.0,5105,1375.0,Efficiently computes derivatives of numpy code.,51.0,29,False,2017-08-24 17:00:41.000000,1.1.13,24.0,autograd,conda-forge/autograd,,,,1785.0,1441.0,https://pypi.org/project/autograd,2019-07-25 16:21:07.000000,344.0,393556.0,396442.0,https://anaconda.org/conda-forge/autograd,2019-07-25 18:29:55.493000,152978.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +126,Pydub,jiaaro/pydub,,audio,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38.000000,2021-01-21 17:21:55.000000,2021-01-18 04:33:23.000000,692,177.0,233.0,5065,726.0,Manipulate audio with a simple and easy high level interface.,80.0,29,True,2020-06-03 15:23:56.000000,0.24.1,66.0,pydub,conda-forge/pydub,,,,7142.0,5788.0,https://pypi.org/project/pydub,2020-06-03 15:23:56.000000,1354.0,110706.0,111201.0,https://anaconda.org/conda-forge/pydub,2019-02-02 16:23:09.348000,12393.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +127,UMAP,lmcinnes/umap,,data-viz,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17.000000,2021-01-27 21:33:23.000000,2021-01-27 21:33:17.000000,477,205.0,220.0,4455,1303.0,Uniform Manifold Approximation and Projection.,69.0,29,True,2021-01-11 21:28:26.000000,0.5.0,34.0,umap-learn,,,,,226.0,,https://pypi.org/project/umap-learn,2021-01-11 21:28:26.000000,226.0,111683.0,111683.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +128,PyOD,yzhao062/pyod,,others,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04.000000,2021-01-17 01:54:30.000000,2021-01-12 18:33:37.000000,845,101.0,84.0,4099,1245.0,(JMLR'19) A Python Toolbox for Scalable Outlier Detection (Anomaly Detection).,22.0,29,True,2021-01-12 18:42:49.000000,0.8.6,64.0,pyod,,,,,472.0,466.0,https://pypi.org/project/pyod,2021-01-12 18:42:49.000000,6.0,63599.0,63599.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +129,yfinance,ranaroussi/yfinance,,financial-data,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15.000000,2021-01-23 15:20:41.000000,2021-01-18 14:16:47.000000,1030,316.0,172.0,4005,247.0,Yahoo! Finance market data downloader (+faster Pandas Datareader).,28.0,29,True,2020-10-05 12:19:44.000000,0.1.55,20.0,yfinance,ranaroussi/yfinance,,,,2836.0,2810.0,https://pypi.org/project/yfinance,2020-10-05 12:19:44.000000,26.0,89059.0,90961.0,https://anaconda.org/ranaroussi/yfinance,2019-12-27 21:30:44.606000,32336.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +130,TinyDB,msiemens/tinydb,,data-containers,https://github.com/msiemens/tinydb,https://github.com/msiemens/tinydb,MIT,2013-07-12 23:31:13.000000,2021-01-23 15:29:31.000000,2021-01-23 15:29:24.000000,366,8.0,240.0,3978,604.0,TinyDB is a lightweight document oriented database optimized for your happiness :).,62.0,29,True,2020-11-14 21:02:31.000000,4.3.0,58.0,tinydb,conda-forge/tinydb,,,,1118.0,,https://pypi.org/project/tinydb,2020-11-14 21:02:29.000000,1118.0,127032.0,128857.0,https://anaconda.org/conda-forge/tinydb,2020-11-14 22:52:17.151000,100386.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +131,kaggle,Kaggle/kaggle-api,,ml-experiments,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39.000000,2021-01-21 01:19:19.873000,2020-11-30 21:43:14.000000,770,165.0,108.0,3806,137.0,Official Kaggle API.,35.0,29,True,2020-11-30 13:37:18.000000,1.5.10,47.0,kaggle,conda-forge/kaggle,,,,4959.0,4395.0,https://pypi.org/project/kaggle,2020-11-30 13:37:18.000000,564.0,114983.0,117005.0,https://anaconda.org/conda-forge/kaggle,2021-01-21 01:19:19.873000,40442.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +132,sacred,IDSIA/sacred,,ml-experiments,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29.000000,2021-01-18 13:36:24.000000,2021-01-12 12:37:55.000000,314,92.0,399.0,3278,1300.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",91.0,29,True,2020-12-14 15:21:05.000000,0.8.2,27.0,sacred,,,,,937.0,783.0,https://pypi.org/project/sacred,2020-12-14 15:21:05.000000,154.0,10675.0,10675.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +133,Koalas,databricks/koalas,,data-containers,https://github.com/databricks/koalas,https://github.com/databricks/koalas,Apache-2.0,2019-01-03 21:46:54.000000,2021-01-28 06:00:15.000000,2021-01-28 05:20:38.000000,298,92.0,422.0,2604,1447.0,Koalas: pandas API on Apache Spark.,47.0,29,True,2021-01-22 09:42:01.000000,1.6.0,43.0,koalas,conda-forge/koalas,,,"['spark', 'pandas']",74.0,72.0,https://pypi.org/project/koalas,2021-01-22 09:42:01.000000,2.0,672822.0,676619.0,https://anaconda.org/conda-forge/koalas,2021-01-22 12:57:15.187000,75059.0,,,,,2.0,996.0,,,,,,,,,,,,,,,,,,,,,, +134,dbt,fishtown-analytics/dbt,,data-pipelines,https://github.com/fishtown-analytics/dbt,https://github.com/fishtown-analytics/dbt,Apache-2.0,2016-03-10 02:38:00.000000,2021-01-27 22:16:29.000000,2021-01-27 22:16:13.000000,483,268.0,1439.0,2435,2481.0,dbt (data build tool) enables data analysts and engineers to transform their data using the same practices that..,133.0,29,True,2021-01-27 18:24:45.000000,0.19.0,143.0,dbt,conda-forge/dbt,,,,197.0,179.0,https://pypi.org/project/dbt,2021-01-27 18:03:11.000000,18.0,95456.0,98430.0,https://anaconda.org/conda-forge/dbt,2020-05-14 13:55:32.153000,148745.0,,,,,2.0,,,1.0,,,,,,,dbt,,,,,,,,,,,,, +135,PyQtGraph,pyqtgraph/pyqtgraph,,data-viz,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21.000000,2021-01-28 09:59:19.000000,2021-01-27 23:49:04.000000,806,286.0,455.0,2282,2397.0,Fast data visualization and GUI tools for scientific / engineering applications.,180.0,29,True,2020-12-20 02:41:29.000000,pyqtgraph-0.11.1,12.0,pyqtgraph,conda-forge/pyqtgraph,,,,890.0,,https://pypi.org/project/pyqtgraph,2020-12-20 02:43:22.000000,890.0,23592.0,26914.0,https://anaconda.org/conda-forge/pyqtgraph,2020-12-20 05:06:42.442000,159483.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +136,hmmlearn,hmmlearn/hmmlearn,,probabilistics,https://github.com/hmmlearn/hmmlearn,https://github.com/hmmlearn/hmmlearn,BSD-3-Clause,2014-03-23 10:33:09.000000,2021-01-27 18:18:51.000000,2021-01-27 18:18:03.000000,603,66.0,276.0,2167,350.0,"Hidden Markov Models in Python, with scikit-learn like API.",32.0,29,True,2020-09-12 15:19:20.000000,0.2.4,6.0,hmmlearn,conda-forge/hmmlearn,,,['sklearn'],1071.0,865.0,https://pypi.org/project/hmmlearn,2020-09-12 15:19:20.000000,206.0,99075.0,101357.0,https://anaconda.org/conda-forge/hmmlearn,2021-01-22 00:32:31.425000,59356.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +137,pandas-datareader,pydata/pandas-datareader,,data-loading,https://github.com/pydata/pandas-datareader,https://github.com/pydata/pandas-datareader,BSD-3-Clause,2015-01-15 00:34:19.000000,2021-01-27 10:30:22.000000,2020-12-31 11:58:23.000000,500,74.0,370.0,1832,764.0,Extract data from a wide range of Internet sources into a pandas DataFrame.,77.0,29,True,2020-07-10 10:04:14.000000,0.9.0,21.0,pandas-datareader,conda-forge/pandas-datareader,,,['pandas'],9011.0,7605.0,https://pypi.org/project/pandas-datareader,2020-07-10 10:04:14.000000,1406.0,98087.0,100052.0,https://anaconda.org/conda-forge/pandas-datareader,2019-11-20 10:38:42.074000,88469.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +138,HoloViews,holoviz/holoviews,,data-viz,https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22.000000,2021-01-28 14:23:31.000000,2021-01-28 14:22:57.000000,299,674.0,1816.0,1794,10121.0,"With Holoviews, your data visualizes itself.",101.0,29,True,2021-01-27 18:07:05.000000,1.14.1,60.0,holoviews,conda-forge/holoviews,,,['jupyter'],170.0,,https://pypi.org/project/holoviews,2020-12-27 23:53:28.000000,170.0,67487.0,82071.0,https://anaconda.org/conda-forge/holoviews,2020-12-28 13:23:01.410000,408306.0,,,,,2.0,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2020-05-24 13:49:54.205000,,7293.0,,,,,,,,,,,,,,, +139,Lifelines,CamDavidsonPilon/lifelines,,medical-data,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42.000000,2021-01-22 15:03:27.000000,2021-01-22 15:02:15.000000,411,189.0,588.0,1538,2084.0,Survival analysis in Python.,90.0,29,True,2021-01-22 15:03:27.000000,0.25.8,153.0,lifelines,conda-forge/lifelines,,,,612.0,486.0,https://pypi.org/project/lifelines,2021-01-22 15:03:27.000000,126.0,90877.0,93116.0,https://anaconda.org/conda-forge/lifelines,2020-12-10 02:47:14.864000,123169.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +140,Geocoder,DenisCarriere/geocoder,,geospatial-data,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21.000000,2020-12-30 04:09:42.000000,2018-10-12 15:53:05.000000,252,64.0,215.0,1322,1251.0,Python Geocoder.,74.0,29,False,2018-04-04 12:34:51.000000,1.38.1,108.0,geocoder,conda-forge/geocoder,,,,3562.0,2986.0,https://pypi.org/project/geocoder,2018-04-04 12:34:51.000000,576.0,197079.0,198921.0,https://anaconda.org/conda-forge/geocoder,2019-06-27 16:40:50.469000,86619.0,,,,,2.0,,,,,,,,,,,,,,geocoder,,,,,,,,, +141,torchaudio,pytorch/audio,,audio,https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05.000000,2021-01-28 12:41:33.000000,2021-01-27 17:59:03.000000,266,152.0,252.0,1206,676.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",86.0,29,True,2020-12-10 17:02:20.000000,0.7.2,11.0,torchaudio,,,,['pytorch'],1312.0,1303.0,https://pypi.org/project/torchaudio,2020-10-27 16:14:57.000000,9.0,61981.0,61981.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +142,Graphviz,xflr6/graphviz,,data-viz,https://github.com/xflr6/graphviz,https://github.com/xflr6/graphviz,MIT,2014-01-12 17:49:29.000000,2021-01-22 09:02:12.000000,2021-01-18 19:38:58.000000,140,5.0,96.0,906,450.0,Simple Python interface for Graphviz.,16.0,29,True,2020-10-07 09:06:41.000000,0.14.2,47.0,graphviz,,,,,21547.0,17165.0,https://pypi.org/project/graphviz,2020-12-24 16:17:24.000000,4382.0,2053314.0,2053314.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +143,TensorFlow Transform,tensorflow/transform,,tensorflow-utils,https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53.000000,2021-01-28 13:51:14.000000,2021-01-28 13:51:06.000000,165,32.0,115.0,850,576.0,Input pipeline framework.,27.0,29,True,2021-01-27 23:13:00.000000,0.27.0,33.0,tensorflow-transform,,,,['tensorflow'],485.0,401.0,https://pypi.org/project/tensorflow-transform,2020-12-16 21:35:23.000000,84.0,5607334.0,5607334.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +144,snakemake,snakemake/snakemake,,ml-experiments,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2015-10-17 15:43:54.867000,2021-01-26 15:17:38.000000,2021-01-24 21:52:24.000000,186,323.0,206.0,830,3953.0,"This is the development home of the workflow management system Snakemake. For general information, see.",195.0,29,True,2021-01-15 13:36:23.000000,5.32.0,159.0,snakemake,bioconda/snakemake,,,,1019.0,731.0,https://pypi.org/project/snakemake,2021-01-15 13:37:08.000000,288.0,7565.0,11865.0,https://anaconda.org/bioconda/snakemake,2021-01-20 23:07:32.614000,270956.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +145,Fiona,Toblerity/Fiona,,geospatial-data,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00.000000,2021-01-27 02:46:08.000000,2020-11-30 07:11:40.000000,165,69.0,546.0,774,1093.0,Fiona reads and writes geographic data files.,65.0,29,True,2020-11-17 18:32:17.000000,1.8.18,96.0,fiona,conda-forge/fiona,,,,6102.0,4914.0,https://pypi.org/project/fiona,2020-11-17 18:32:17.000000,1188.0,408491.0,437151.0,https://anaconda.org/conda-forge/fiona,2020-11-17 20:48:12.542000,1662291.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +146,Bottleneck,pydata/bottleneck,,data-containers,https://github.com/pydata/bottleneck,https://github.com/pydata/bottleneck,BSD-2-Clause,2010-11-27 23:21:22.000000,2021-01-24 18:54:13.000000,2021-01-24 18:39:03.000000,65,23.0,177.0,572,1241.0,Fast NumPy array functions written in C.,21.0,29,True,2020-02-21 06:22:16.000000,1.3.2,21.0,Bottleneck,conda-forge/bottleneck,,,,21382.0,18490.0,https://pypi.org/project/Bottleneck,2020-02-21 06:22:16.000000,2892.0,161301.0,186054.0,https://anaconda.org/conda-forge/bottleneck,2021-01-21 02:48:32.623000,1386222.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +147,pyproj,pyproj4/pyproj,,geospatial-data,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25.000000,2021-01-08 01:17:08.000000,2021-01-08 01:15:13.000000,147,6.0,375.0,565,1099.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,39.0,29,True,2020-11-05 13:39:29.000000,3.0.0.post1,34.0,pyproj,conda-forge/pyproj,,,,10783.0,8321.0,https://pypi.org/project/pyproj,2020-11-05 14:28:45.000000,2462.0,969045.0,1000063.0,https://anaconda.org/conda-forge/pyproj,2020-11-06 22:55:31.654000,1892146.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +148,NIPYPE,nipy/nipype,,medical-data,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49.000000,2021-01-11 05:49:22.000000,2020-12-08 17:16:40.000000,439,312.0,873.0,546,14049.0,Workflows and interfaces for neuroimaging packages.,212.0,29,True,2020-09-17 18:44:32.000000,1.5.1,54.0,nipype,conda-forge/nipype,,,,697.0,505.0,https://pypi.org/project/nipype,2020-08-16 18:30:16.000000,192.0,8724.0,15180.0,https://anaconda.org/conda-forge/nipype,2020-11-28 17:44:51.813000,348661.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +149,NiBabel,nipy/nibabel,,medical-data,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30.000000,2021-01-17 18:44:58.000000,2021-01-17 17:02:03.000000,209,109.0,285.0,385,4939.0,Python package to access a cacophony of neuro-imaging file formats.,89.0,29,True,2020-11-28 22:19:50.000000,3.2.1,32.0,nibabel,conda-forge/nibabel,,,,4837.0,3573.0,https://pypi.org/project/nibabel,2020-11-28 22:18:23.000000,1264.0,40079.0,45335.0,https://anaconda.org/conda-forge/nibabel,2020-11-29 03:40:05.178000,294390.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +150,baselines,openai/baselines,,reinforcement-learning,https://github.com/openai/baselines,https://github.com/openai/baselines,MIT,2017-05-24 01:58:13.000000,2021-01-02 22:20:03.000000,2020-01-31 13:06:18.000000,3836,452.0,423.0,11076,347.0,OpenAI Baselines: high-quality implementations of reinforcement learning algorithms.,114.0,28,True,2018-02-26 17:07:07.000000,0.1.5,6.0,baselines,,,,,319.0,282.0,https://pypi.org/project/baselines,2018-02-26 17:07:07.000000,37.0,26706.0,26706.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +151,Rasa,RasaHQ/rasa,,nlp,https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49.000000,2021-01-28 12:04:47.000000,2021-01-28 11:56:25.000000,3276,597.0,4427.0,10617,,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",457.0,28,True,2021-01-28 12:06:50.000000,2.2.8,179.0,rasa,,,,['tensorflow'],64.0,,https://pypi.org/project/rasa,2021-01-25 15:09:26.000000,64.0,61869.0,61869.0,,,,,,,,2.0,,,-4.0,,,,,,,,,,,,,,,,,,,, +152,PyTorch Geometric,rusty1s/pytorch_geometric,,graph,https://github.com/rusty1s/pytorch_geometric,https://github.com/rusty1s/pytorch_geometric,MIT,2017-10-06 16:03:03.000000,2021-01-28 08:46:29.000000,2021-01-20 07:38:57.000000,1717,688.0,1097.0,10074,4076.0,Geometric Deep Learning Extension Library for PyTorch.,137.0,28,True,2020-12-02 14:57:09.000000,1.6.3,25.0,torch-geometric,,,,['pytorch'],24.0,,https://pypi.org/project/torch-geometric,2020-11-27 07:18:41.000000,24.0,10879.0,10879.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +153,Sonnet,deepmind/sonnet,,ml-frameworks,https://github.com/deepmind/sonnet,https://github.com/deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35.000000,2020-11-30 02:35:15.000000,2020-10-08 10:01:11.000000,1257,18.0,135.0,8718,545.0,TensorFlow-based neural network library.,48.0,28,True,2020-03-27 10:36:19.000000,2.0.0,27.0,dm-sonnet,conda-forge/sonnet,,,['tensorflow'],574.0,492.0,https://pypi.org/project/dm-sonnet,2020-03-27 10:36:10.000000,82.0,33823.0,34324.0,https://anaconda.org/conda-forge/sonnet,2020-11-14 18:13:23.843000,7019.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +154,Albumentations,albumentations-team/albumentations,,image,https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50.000000,2021-01-27 11:17:46.000000,2021-01-27 06:35:32.000000,922,176.0,235.0,7160,616.0,Fast image augmentation library and easy to use wrapper around other libraries. Documentation:..,72.0,28,True,2020-11-29 14:30:07.000000,0.5.2,44.0,albumentations,conda-forge/albumentations,,,['pytorch'],2742.0,2614.0,https://pypi.org/project/albumentations,2020-11-29 14:30:07.000000,128.0,50173.0,50929.0,https://anaconda.org/conda-forge/albumentations,2020-11-29 15:51:47.610000,14364.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +155,Pyro,pyro-ppl/pyro,,probabilistics,https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47.000000,2021-01-28 14:42:52.000000,2021-01-26 16:28:37.000000,785,130.0,680.0,6705,2138.0,Deep universal probabilistic programming with Python and PyTorch.,103.0,28,True,2020-11-17 23:30:42.000000,1.5.1,24.0,pyro-ppl,,,,['pytorch'],402.0,366.0,https://pypi.org/project/pyro-ppl,2020-11-17 23:22:46.000000,36.0,8779.0,8779.0,,,,,,,,2.0,,,1.0,,,,,,,,,,,,,,,,,,,, +156,tensorpack,tensorpack/tensorpack,,ml-frameworks,https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44.000000,2021-01-22 08:44:03.000000,2021-01-22 08:43:22.000000,1760,14.0,1297.0,5910,2928.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",55.0,28,True,2020-04-24 19:01:06.000000,0.10.1,37.0,tensorpack,,,,['tensorflow'],747.0,671.0,https://pypi.org/project/tensorpack,2021-01-22 08:44:03.000000,76.0,49346.0,49348.0,,,,,,,,3.0,111.0,,,,,,,,,,,,,,,,,,,,,, +157,faust,robinhood/faust,,data-pipelines,https://github.com/robinhood/faust,https://github.com/robinhood/faust,BSD-3-Clause,2017-03-08 18:36:11.000000,2021-01-21 01:53:26.000000,2020-10-09 12:59:42.000000,435,233.0,221.0,5248,4137.0,Python Stream Processing.,91.0,28,True,2020-02-25 22:57:18.000000,1.10.4,46.0,faust,,,,,638.0,610.0,https://pypi.org/project/faust,2020-02-25 22:57:18.000000,28.0,59907.0,59907.0,,,,,,,,2.0,,,1.0,,,,,,,,,,,,,,,,,,,, +158,stanza,stanfordnlp/stanza,,nlp,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56.000000,2021-01-27 23:07:06.000000,2021-01-27 23:00:47.000000,647,60.0,396.0,5137,1846.0,Official Stanford NLP Python Library for Many Human Languages.,32.0,28,True,2020-08-13 06:26:20.000000,1.1.1,10.0,stanza,stanfordnlp/stanza,,,,311.0,307.0,https://pypi.org/project/stanza,2021-01-27 16:31:43.000000,4.0,11709.0,12014.0,https://anaconda.org/stanfordnlp/stanza,2021-01-27 22:24:06.992000,3059.0,,,,,2.0,,,4.0,,,,,,,,,,,,,,,,,,,, +159,OpenNMT,OpenNMT/OpenNMT-py,,nlp,https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50.000000,2021-01-28 11:40:17.000000,2021-01-28 11:40:16.000000,1768,90.0,1126.0,4792,2545.0,Open Source Neural Machine Translation in PyTorch.,165.0,28,True,2021-01-27 09:22:31.000000,2.0.1,28.0,OpenNMT-py,,,,['pytorch'],71.0,67.0,https://pypi.org/project/OpenNMT-py,2021-01-27 09:22:31.000000,4.0,3332.0,3332.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +160,csvkit,wireservice/csvkit,,data-loading,https://github.com/wireservice/csvkit,https://github.com/wireservice/csvkit,MIT,2011-04-01 03:00:30.000000,2021-01-25 19:13:27.000000,2020-10-30 01:59:29.000000,535,56.0,743.0,4459,1693.0,"A suite of utilities for converting to and working with CSV, the king of tabular file formats.",91.0,28,True,2020-03-03 03:00:28.000000,1.0.5,33.0,csvkit,conda-forge/csvkit,,,,1516.0,814.0,https://pypi.org/project/csvkit,2020-03-03 03:00:28.000000,702.0,21876.0,22855.0,https://anaconda.org/conda-forge/csvkit,2019-05-28 12:30:50.171000,45064.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +161,Tokenizers,huggingface/tokenizers,,nlp,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20.000000,2021-01-27 07:42:37.000000,2021-01-12 21:47:56.000000,309,80.0,292.0,4196,1427.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,40.0,28,True,2021-01-12 21:50:02.000000,0.10.0,58.0,tokenizers,conda-forge/tokenizers,,,,25.0,25.0,https://pypi.org/project/tokenizers,2021-01-12 21:50:02.000000,0.0,707299.0,710590.0,https://anaconda.org/conda-forge/tokenizers,2020-11-19 06:02:47.112000,19746.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +162,DEAP,deap/deap,,distributed-ml,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39.000000,2021-01-18 16:32:46.000000,2020-12-25 17:33:18.000000,839,166.0,222.0,4052,2147.0,Distributed Evolutionary Algorithms in Python.,67.0,28,False,2020-01-21 01:18:06.000000,1.3.1,16.0,deap,conda-forge/deap,,,,2058.0,1576.0,https://pypi.org/project/deap,2020-01-21 01:18:06.000000,482.0,70718.0,72714.0,https://anaconda.org/conda-forge/deap,2021-01-13 14:43:13.393000,109794.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +163,sentence-transformers,UKPLab/sentence-transformers,,nlp,https://github.com/UKPLab/sentence-transformers,https://github.com/UKPLab/sentence-transformers,Apache-2.0,2019-07-24 10:53:51.000000,2021-01-27 09:50:47.000000,2021-01-27 09:50:42.000000,754,302.0,353.0,4024,604.0,Sentence Embeddings with BERT & XLNet.,39.0,28,True,2021-01-04 14:04:01.000000,0.4.1,29.0,sentence-transformers,,,,['pytorch'],594.0,594.0,https://pypi.org/project/sentence-transformers,2021-01-04 15:49:09.000000,0.0,189174.0,189174.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +164,Kornia,kornia/kornia,,image,https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37.000000,2021-01-28 14:31:41.000000,2021-01-28 14:31:39.000000,347,103.0,247.0,3542,1492.0,Open Source Differentiable Computer Vision Library for PyTorch.,83.0,28,True,2020-10-20 19:31:49.000000,0.4.1,12.0,kornia,,,,['pytorch'],248.0,248.0,https://pypi.org/project/kornia,2020-10-20 19:31:49.000000,0.0,13104.0,13104.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +165,imutils,jrosebr1/imutils,,image,https://github.com/jrosebr1/imutils,https://github.com/jrosebr1/imutils,MIT,2015-01-11 20:05:39.000000,2021-01-15 17:56:11.000000,2021-01-15 10:46:45.000000,871,127.0,76.0,3491,138.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",20.0,28,True,2021-01-15 10:53:17.000000,0.5.4,29.0,imutils,conda-forge/imutils,,,,13012.0,11816.0,https://pypi.org/project/imutils,2021-01-15 10:53:17.000000,1196.0,124810.0,126671.0,https://anaconda.org/conda-forge/imutils,2021-01-15 14:27:25.471000,35363.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +166,Kedro,quantumblacklabs/kedro,,data-pipelines,https://github.com/quantumblacklabs/kedro,https://github.com/quantumblacklabs/kedro,Apache-2.0,2019-04-18 10:29:56.000000,2021-01-28 15:04:58.000000,2021-01-28 14:26:34.000000,385,87.0,343.0,3340,1132.0,"A Python framework for creating reproducible, maintainable and modular data science code.",94.0,28,True,2020-12-17 13:31:56.000000,0.17.0,24.0,kedro,,,,,386.0,370.0,https://pypi.org/project/kedro,2020-12-17 13:31:56.000000,16.0,46466.0,46466.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +167,dyNET,clab/dynet,,ml-frameworks,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21.000000,2021-01-27 15:43:17.000000,2021-01-27 15:43:03.000000,692,255.0,660.0,3177,3267.0,DyNet: The Dynamic Neural Network Toolkit.,156.0,28,True,2020-10-21 14:31:01.000000,2.1.2,24.0,dyNET,,,,,204.0,166.0,https://pypi.org/project/dyNET,2020-10-21 14:31:01.000000,38.0,4425.0,4457.0,,,,,,,,3.0,1642.0,,,,,,,,,,,,,,,,,,,,,, +168,Blaze,blaze/blaze,,data-containers,https://github.com/blaze/blaze,https://github.com/blaze/blaze,BSD-3-Clause,2012-10-26 14:25:22.000000,2020-02-01 19:33:09.000000,2019-08-15 21:14:59.000000,373,262.0,500.0,2921,7496.0,NumPy and Pandas interface to Big Data.,64.0,28,False,2016-07-19 20:40:03.000000,0.11.0,14.0,blaze,conda-forge/blaze,,,,7928.0,7440.0,https://pypi.org/project/blaze,2016-05-06 21:19:21.000000,488.0,8338.0,12919.0,https://anaconda.org/conda-forge/blaze,2018-07-15 22:16:17.685000,187826.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +169,Dedupe,dedupeio/dedupe,,nlp,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36.000000,2021-01-15 22:45:06.000000,2021-01-15 22:44:19.000000,402,52.0,572.0,2886,2793.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",55.0,28,True,2020-09-02 00:17:19.000000,2.0.6,157.0,dedupe,,,,,254.0,176.0,https://pypi.org/project/dedupe,2020-09-06 01:50:45.000000,78.0,39410.0,39410.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +170,PyCaret,pycaret/pycaret,,ml-experiments,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48.000000,2021-01-27 17:16:26.000000,2021-01-27 15:35:23.000000,604,156.0,555.0,2884,1650.0,"An open-source, low-code machine learning library in Python.",46.0,28,True,2020-12-22 22:10:30.000000,2.2.3,68.0,pycaret,,,,,629.0,629.0,https://pypi.org/project/pycaret,2020-12-22 22:10:30.000000,0.0,20343.0,20402.0,,,,,,,,2.0,355.0,,,,,,,,,,,,,,,,,,,,,, +171,phonenumbers,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.000000,2021-01-27 19:06:03.000000,2021-01-27 18:58:40.000000,328,3.0,112.0,2614,,Python port of Google's libphonenumber.,22.0,28,True,2021-01-27 19:06:03.000000,8.12.17,168.0,phonenumbers,conda-forge/phonenumbers,,,,2280.0,,https://pypi.org/project/phonenumbers,2021-01-27 19:06:03.000000,2280.0,602937.0,609693.0,https://anaconda.org/conda-forge/phonenumbers,2019-08-04 21:19:59.322000,371617.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +172,VisPy,vispy/vispy,,data-viz,https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22.000000,2021-01-27 15:23:17.000000,2021-01-27 15:23:16.000000,535,354.0,786.0,2567,6422.0,High-performance interactive 2D/3D data visualization library.,145.0,28,True,2020-12-14 15:55:00.000000,0.6.6,16.0,vispy,conda-forge/vispy,,,['jupyter'],571.0,449.0,https://pypi.org/project/vispy,2020-11-28 02:55:50.000000,122.0,12274.0,15454.0,https://anaconda.org/conda-forge/vispy,2021-01-13 03:28:46.609000,119287.0,,,,,2.0,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516000,,122.0,,,,,,,,,,,,,,, +173,plotnine,has2k1/plotnine,,data-viz,https://github.com/has2k1/plotnine,https://github.com/has2k1/plotnine,GPL-2.0,2017-04-24 19:00:44.000000,2021-01-18 09:55:40.000000,2021-01-06 10:16:20.000000,128,54.0,350.0,2512,1673.0,A grammar of graphics for Python.,81.0,28,False,2020-08-05 20:10:30.000000,0.7.1,10.0,plotnine,conda-forge/plotnine,,,,1622.0,1495.0,https://pypi.org/project/plotnine,2020-08-05 18:55:16.000000,127.0,87987.0,89990.0,https://anaconda.org/conda-forge/plotnine,2020-08-06 19:52:38.810000,88170.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +174,datashader,holoviz/datashader,,data-viz,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20.000000,2021-01-17 16:07:43.000000,2021-01-17 16:07:42.000000,311,144.0,320.0,2408,1282.0,Quickly and accurately render even the largest data.,43.0,28,True,2021-01-07 16:14:43.000000,0.12.0,22.0,datashader,conda-forge/datashader,,,,638.0,568.0,https://pypi.org/project/datashader,2021-01-07 16:14:43.000000,70.0,9413.0,12972.0,https://anaconda.org/conda-forge/datashader,2021-01-08 10:17:48.622000,135265.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +175,sklearn-pandas,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.000000,2021-01-06 16:30:51.000000,2021-01-06 16:28:10.000000,387,30.0,117.0,2316,269.0,Pandas integration with sklearn.,35.0,28,False,2021-01-06 16:30:51.000000,2.0.4,24.0,sklearn-pandas,,,,"['sklearn', 'pandas']",1904.0,1682.0,https://pypi.org/project/sklearn-pandas,2020-11-07 02:30:27.000000,222.0,102047.0,102047.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +176,GPyTorch,cornellius-gp/gpytorch,,probabilistics,https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20.000000,2021-01-27 16:19:30.000000,2021-01-22 16:34:27.000000,318,210.0,631.0,2265,3238.0,A highly efficient and modular implementation of Gaussian Processes in PyTorch.,66.0,28,True,2021-01-19 22:18:43.000000,1.3.1,25.0,gpytorch,,,,['pytorch'],199.0,191.0,https://pypi.org/project/gpytorch,2021-01-19 22:09:01.000000,8.0,27258.0,27258.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +177,NMSLIB,nmslib/nmslib,,nn-search,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06.000000,2021-01-25 18:03:08.000000,2021-01-25 17:41:25.000000,334,46.0,312.0,2262,1483.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,44.0,28,True,2021-01-08 12:37:37.000000,2.0.16,29.0,nmslib,conda-forge/nmslib,,,,367.0,315.0,https://pypi.org/project/nmslib,2021-01-08 12:37:37.000000,52.0,55181.0,56357.0,https://anaconda.org/conda-forge/nmslib,2021-01-08 16:19:07.762000,10586.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +178,implicit,benfred/implicit,,recommender-systems,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23.000000,2020-11-24 06:44:37.378000,2020-11-15 19:47:23.000000,453,78.0,257.0,2235,300.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,28.0,28,True,2020-09-15 22:01:38.000000,0.4.4,34.0,implicit,conda-forge/implicit,,,,377.0,355.0,https://pypi.org/project/implicit,2020-09-15 22:01:38.000000,22.0,76875.0,81939.0,https://anaconda.org/conda-forge/implicit,2020-11-24 06:44:37.378000,182314.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +179,Keras Tuner,keras-team/keras-tuner,,hyperopt,https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21.000000,2021-01-28 10:01:28.000000,2021-01-27 00:15:15.000000,260,145.0,134.0,2217,789.0,Hyperparameter tuning for humans.,28.0,28,True,2020-11-20 19:13:23.000000,1.0.2,5.0,keras-tuner,,,,['tensorflow'],378.0,376.0,https://pypi.org/project/keras-tuner,2020-11-20 19:00:59.000000,2.0,183291.0,183291.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +180,AzureML SDK,Azure/MachineLearningNotebooks,,ml-experiments,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14.000000,2021-01-25 19:09:09.000000,2021-01-25 19:09:12.000000,1558,77.0,851.0,2101,1085.0,Python notebooks with ML and deep learning examples with Azure Machine Learning | Microsoft.,52.0,28,True,2021-01-11 18:12:53.000000,1.21.0,67.0,azureml-sdk,,,,,60.0,,https://pypi.org/project/azureml-sdk,2021-01-25 17:45:29.000000,60.0,237613.0,237627.0,,,,,,,,2.0,394.0,,,,,,,,,,,,,,,,,,,,,, +181,ipyparallel,ipython/ipyparallel,,distributed-ml,https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,BSD-3-Clause,2015-04-09 07:43:55.000000,2021-01-22 17:12:52.539000,2020-08-24 09:09:27.000000,730,143.0,107.0,1869,1817.0,Interactive Parallel Computing in Python.,94.0,28,True,2020-05-05 18:42:38.000000,6.3.0,21.0,ipyparallel,conda-forge/ipyparallel,,,['jupyter'],1886.0,1396.0,https://pypi.org/project/ipyparallel,2020-05-05 18:42:38.000000,490.0,49101.0,55578.0,https://anaconda.org/conda-forge/ipyparallel,2021-01-22 17:12:52.539000,369245.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +182,ImageHash,JohannesBuchner/imagehash,,image,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48.000000,2021-01-03 14:55:33.000000,2021-01-03 14:55:15.000000,246,17.0,70.0,1821,184.0,A Python Perceptual Image Hashing Module.,17.0,28,True,2020-11-19 14:54:24.000000,4.2.0,17.0,ImageHash,conda-forge/imagehash,,,,2454.0,1922.0,https://pypi.org/project/ImageHash,2020-11-19 14:54:24.000000,532.0,254133.0,256112.0,https://anaconda.org/conda-forge/imagehash,2020-11-19 18:20:49.964000,98997.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +183,PyTables,PyTables/PyTables,,data-containers,https://github.com/PyTables/PyTables,https://github.com/PyTables/PyTables,BSD-3-Clause,2011-06-03 19:44:46.000000,2021-01-27 07:40:06.000000,2021-01-27 07:17:54.000000,180,155.0,441.0,1001,3924.0,A Python package to manage extremely large amounts of data.,96.0,28,True,2019-10-30 19:33:37.000000,3.6.1,25.0,tables,conda-forge/pytables,,,,3754.0,,https://pypi.org/project/tables,2019-10-30 19:33:37.000000,3754.0,282264.0,323287.0,https://anaconda.org/conda-forge/pytables,2021-01-14 18:41:06.536000,2174156.0,,,,,2.0,125.0,,,,,,,,,,,,,,,,,,,,,, +184,Keras-Preprocessing,keras-team/keras-preprocessing,,others,https://github.com/keras-team/keras-preprocessing,https://github.com/keras-team/keras-preprocessing,MIT,2018-05-30 22:43:36.000000,2021-01-28 02:24:08.000000,2021-01-21 20:19:32.000000,392,93.0,99.0,905,283.0,"Utilities for working with image data, text data, and sequence data.",49.0,28,True,2020-05-14 03:53:47.000000,1.1.2,12.0,keras-preprocessing,conda-forge/keras-preprocessing,,,['tensorflow'],2736.0,,https://pypi.org/project/keras-preprocessing,2020-05-14 03:53:47.000000,2736.0,2930183.0,2955563.0,https://anaconda.org/conda-forge/keras-preprocessing,2021-01-15 12:28:58.923000,786807.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +185,inflect,jaraco/inflect,,nlp,https://github.com/jaraco/inflect,https://github.com/jaraco/inflect,MIT,2010-06-20 13:43:13.000000,2021-01-27 16:38:13.000000,2020-11-15 19:27:28.000000,57,13.0,58.0,474,590.0,"Correctly generate plurals, ordinals, indefinite articles; convert numbers to words.",25.0,28,True,2020-11-15 17:41:03.000000,5.0.2,30.0,inflect,conda-forge/inflect,,,,1388.0,,https://pypi.org/project/inflect,2020-11-15 17:40:58.000000,1388.0,775872.0,778654.0,https://anaconda.org/conda-forge/inflect,2021-01-08 13:09:35.481000,125216.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +186,DIPY,dipy/dipy,,medical-data,https://github.com/dipy/dipy,https://github.com/dipy/dipy,BSD-3-Clause,2010-02-06 11:43:08.000000,2021-01-27 21:26:47.000000,2020-12-10 16:48:07.000000,313,156.0,572.0,386,11365.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",118.0,28,True,2020-11-05 17:35:53.000000,1.3.0,21.0,dipy,conda-forge/dipy,,,,423.0,329.0,https://pypi.org/project/dipy,2020-11-05 17:35:53.000000,94.0,5013.0,8149.0,https://anaconda.org/conda-forge/dipy,2020-11-14 18:28:50.683000,175653.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +187,Cython BLIS,explosion/cython-blis,,others,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16.000000,2020-12-07 11:23:01.451000,2020-12-07 07:21:11.000000,22,6.0,15.0,157,524.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,9.0,28,True,2020-12-07 08:56:44.000000,0.7.4,35.0,blis,conda-forge/cython-blis,,,,8427.0,8037.0,https://pypi.org/project/blis,2020-12-07 08:56:44.000000,390.0,668355.0,686211.0,https://anaconda.org/conda-forge/cython-blis,2020-12-07 11:23:01.451000,392853.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +188,CNTK,microsoft/CNTK,,ml-frameworks,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06.000000,2020-12-09 22:21:57.000000,2020-03-31 15:55:14.000000,4408,830.0,2519.0,16960,16116.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",265.0,27,True,2019-04-26 14:13:32.000000,2.7,32.0,cntk,,,,,17.0,,https://pypi.org/project/cntk,2020-12-09 22:21:57.000000,17.0,1057.0,1283.0,,,,,,,,3.0,13594.0,,,,,,,,,,,,,,,,,,,,,, +189,EasyOCR,JaidedAI/EasyOCR,,ocr,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39.000000,2021-01-25 10:04:54.000000,2021-01-14 04:20:10.000000,994,82.0,161.0,10164,368.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",73.0,27,True,2021-01-05 13:59:10.000000,1.2.2,15.0,easyocr,,,,,110.0,110.0,https://pypi.org/project/easyocr,2021-01-05 13:59:10.000000,0.0,9546.0,27494.0,,,,,,,,1.0,125638.0,,,,,,,,,,,,,,,,,,,,,, +190,NNI,microsoft/nni,,hyperopt,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44.000000,2021-01-28 14:47:56.000000,2021-01-28 09:34:01.000000,1173,247.0,867.0,8943,1926.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",115.0,27,True,2021-01-14 05:58:03.000000,2.0,37.0,nni,,,,,99.0,83.0,https://pypi.org/project/nni,2021-01-14 05:49:34.000000,16.0,1546.0,1546.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +191,AutoKeras,keras-team/autokeras,,hyperopt,https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20.000000,2021-01-26 23:53:44.000000,2021-01-22 16:11:22.000000,1241,59.0,662.0,7718,1233.0,AutoML library for deep learning.,126.0,27,True,2020-11-30 02:43:50.000000,1.0.12,46.0,autokeras,,,,['tensorflow'],148.0,141.0,https://pypi.org/project/autokeras,2020-11-30 02:43:50.000000,7.0,3961.0,3961.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +192,pretrainedmodels,Cadene/pretrained-models.pytorch,,pytorch-utils,https://github.com/Cadene/pretrained-models.pytorch,https://github.com/Cadene/pretrained-models.pytorch,BSD-3-Clause,2017-04-09 15:54:23.000000,2020-06-08 16:06:59.000000,2020-04-16 08:02:22.000000,1606,85.0,87.0,7660,154.0,"Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.",22.0,27,True,2018-10-29 08:18:45.000000,0.7.4,16.0,pretrainedmodels,,,,['pytorch'],956.0,852.0,https://pypi.org/project/pretrainedmodels,2018-10-29 08:18:45.000000,104.0,33979.0,33979.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +193,PyTorch Image Models,rwightman/pytorch-image-models,,image,https://github.com/rwightman/pytorch-image-models,https://github.com/rwightman/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12.000000,2021-01-28 06:08:17.000000,2021-01-25 21:31:15.000000,944,23.0,213.0,6824,671.0,"PyTorch image models, scripts, pretrained weights -- (SE)ResNet/ResNeXT, DPN, EfficientNet, MixNet, MobileNet-V3/V2,..",26.0,27,True,2021-01-08 19:51:18.000000,0.3.4,14.0,,,,,['pytorch'],274.0,274.0,,,,,10139.0,,,,,,,,2.0,202788.0,,,,,,,,,,,,,,,,,,,,,, +194,tensorboardX,lanpa/tensorboardX,,ml-experiments,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19.000000,2020-10-14 17:46:25.000000,2020-07-05 17:29:00.000000,775,72.0,341.0,6779,460.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",64.0,27,True,2020-07-05 17:54:10.000000,2.0,12.0,tensorboardX,conda-forge/tensorboardx,,,,11308.0,9974.0,https://pypi.org/project/tensorboardX,2019-12-31 14:04:21.000000,1334.0,248011.0,255380.0,https://anaconda.org/conda-forge/tensorboardx,2020-07-06 20:33:55.729000,265092.0,,,,,2.0,291.0,,,,,,,,,,,,,,,,,,,,,, +195,dgl,dmlc/dgl,,graph,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09.000000,2021-01-28 13:21:07.000000,2021-01-28 13:05:10.000000,1329,223.0,697.0,6578,1534.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",104.0,27,True,2020-11-30 07:39:12.000000,0.5.3,359.0,dgl,,,,,30.0,,https://pypi.org/project/dgl,2021-01-27 09:23:50.000000,30.0,10259.0,10259.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +196,TensorLayer,tensorlayer/tensorlayer,,reinforcement-learning,https://github.com/tensorlayer/tensorlayer,https://github.com/tensorlayer/tensorlayer,Apache-2.0,2016-06-07 15:55:16.000000,2021-01-28 04:45:04.000000,2021-01-28 04:45:03.000000,1444,48.0,433.0,6472,3317.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,128.0,27,True,2021-01-06 07:16:21.000000,2.2.4,82.0,tensorlayer,,,,['tensorflow'],68.0,,https://pypi.org/project/tensorlayer,2020-06-19 00:53:37.000000,68.0,1746.0,1769.0,,,,,,,,2.0,1201.0,,,,,,,,,,,,,,,,,,,,,, +197,imageai,OlafenwaMoses/ImageAI,,image,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33.000000,2021-01-05 01:31:44.000000,2021-01-05 01:31:12.000000,1606,184.0,406.0,5817,290.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,13.0,27,True,2021-01-05 01:26:01.000000,2.1.6,10.0,imageai,,,,,678.0,666.0,https://pypi.org/project/imageai,2021-01-05 01:26:01.000000,12.0,4734.0,20769.0,,,,,,,,2.0,529155.0,,,,,,,,,,,,,,,,,,,,,, +198,featuretools,alteryx/featuretools,,hyperopt,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17.000000,2021-01-27 23:36:55.000000,2021-01-27 23:24:28.000000,696,111.0,392.0,5355,569.0,An open source python library for automated feature engineering.,49.0,27,True,2020-12-31 21:26:39.000000,0.23.0,63.0,featuretools,conda-forge/featuretools,,,,735.0,665.0,https://pypi.org/project/featuretools,2020-12-31 21:27:46.000000,70.0,50914.0,52663.0,https://anaconda.org/conda-forge/featuretools,2021-01-05 23:32:34.667000,43725.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +199,tsfresh,blue-yonder/tsfresh,,time-series-data,https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17.000000,2021-01-27 06:51:39.000000,2021-01-25 22:01:55.000000,846,37.0,400.0,5327,398.0,Automatic extraction of relevant features from time series:.,72.0,27,True,2020-09-09 21:08:22.000000,0.17.0,26.0,tsfresh,conda-forge/tsfresh,,,['sklearn'],66.0,,https://pypi.org/project/tsfresh,2020-09-09 21:08:22.000000,66.0,132444.0,133156.0,https://anaconda.org/conda-forge/tsfresh,2020-09-10 08:48:19.773000,27058.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +200,CleverHans,cleverhans-lab/cleverhans,,adversarial,https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04.000000,2021-01-27 15:25:17.000000,2021-01-26 11:21:22.000000,1209,75.0,413.0,4918,3045.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",114.0,27,True,2021-01-26 13:15:00.000000,3.1.0,7.0,cleverhans,,,,['tensorflow'],193.0,185.0,https://pypi.org/project/cleverhans,2018-11-27 17:36:15.000000,8.0,503.0,503.0,,,,,,,,1.0,,,2.0,,,,,,,,,,,,,,,,,,,, +201,GluonCV,dmlc/gluon-cv,,image,https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21.000000,2021-01-27 17:57:21.000000,2021-01-27 17:57:19.000000,1036,361.0,376.0,4507,835.0,Gluon CV Toolkit.,111.0,27,True,2021-01-05 00:33:13.000000,0.9.1,979.0,gluoncv,,,,['mxnet'],438.0,408.0,https://pypi.org/project/gluoncv,2021-01-27 09:01:43.000000,30.0,50240.0,50240.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +202,PDFMiner,euske/pdfminer,,data-loading,https://github.com/euske/pdfminer,https://github.com/euske/pdfminer,MIT,2010-12-12 12:50:22.000000,2021-01-18 18:11:24.661000,2020-01-18 07:00:32.000000,1024,222.0,39.0,4488,540.0,Python PDF Parser (Not actively maintained). Check out pdfminer.six.,28.0,27,True,,,24.0,pdfminer,conda-forge/pdfminer,,,,3484.0,2018.0,https://pypi.org/project/pdfminer,2019-11-25 12:02:21.000000,1466.0,137669.0,137924.0,https://anaconda.org/conda-forge/pdfminer,2021-01-18 18:11:24.661000,13543.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +203,snorkel,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.000000,2021-01-25 19:33:50.000000,2020-09-05 21:24:32.000000,713,29.0,912.0,4431,2646.0,A system for quickly generating training data with weak supervision.,62.0,27,True,2020-08-09 03:07:36.000000,0.9.6,17.0,snorkel,conda-forge/snorkel,,,,70.0,66.0,https://pypi.org/project/snorkel,2020-04-07 01:35:21.000000,4.0,58180.0,59035.0,https://anaconda.org/conda-forge/snorkel,2020-04-10 13:08:54.445000,15212.0,,,,,3.0,502.0,,,,,,,,,,,,,,,,,,,,,, +204,skorch,skorch-dev/skorch,,ml-frameworks,https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54.000000,2021-01-22 20:39:09.000000,2021-01-22 20:39:08.000000,271,48.0,316.0,3754,937.0,A scikit-learn compatible neural network library that wraps PyTorch.,39.0,27,True,2020-08-30 10:46:40.000000,0.9.0,12.0,skorch,conda-forge/skorch,,,"['pytorch', 'sklearn']",271.0,258.0,https://pypi.org/project/skorch,2020-08-30 10:43:37.000000,13.0,5702.0,11763.0,https://anaconda.org/conda-forge/skorch,2020-09-19 04:12:07.576000,169732.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +205,OCRmyPDF,jbarlow83/OCRmyPDF,,ocr,https://github.com/jbarlow83/OCRmyPDF,https://github.com/jbarlow83/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28.000000,2021-01-26 10:22:47.000000,2021-01-26 09:47:49.000000,425,92.0,567.0,3743,2836.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",49.0,27,True,2021-01-26 10:22:47.000000,11.6.0,159.0,ocrmypdf,,,,,120.0,108.0,https://pypi.org/project/ocrmypdf,2021-01-26 10:22:47.000000,12.0,10254.0,10254.0,,,,,,,,1.0,,,,,,,,,,ocrmypdf,ocrmypdf,,,,,,,,,,,, +206,sktime,alan-turing-institute/sktime,,time-series-data,https://github.com/alan-turing-institute/sktime,https://github.com/alan-turing-institute/sktime,BSD-3-Clause,2018-11-06 15:08:24.000000,2021-01-28 12:40:46.000000,2021-01-20 17:55:21.000000,424,100.0,222.0,3517,1671.0,A unified framework for machine learning with time series.,73.0,27,True,2021-01-13 10:44:56.000000,0.5.2,11.0,sktime,,,,['sklearn'],95.0,95.0,https://pypi.org/project/sktime,2020-12-29 22:15:58.000000,0.0,8678.0,8680.0,,,,,,,,1.0,49.0,,,,,,,,,,,,,,,,,,,,,, +207,lightfm,lyst/lightfm,,recommender-systems,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00.000000,2021-01-24 22:03:04.000000,2020-11-27 19:54:37.000000,561,127.0,338.0,3465,404.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",42.0,27,True,2020-11-27 19:48:30.000000,1.16,14.0,lightfm,conda-forge/lightfm,,,,412.0,384.0,https://pypi.org/project/lightfm,2020-11-27 19:55:08.000000,28.0,71637.0,73656.0,https://anaconda.org/conda-forge/lightfm,2020-12-07 16:07:27.944000,72695.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +208,InterpretML,interpretml/interpret,,interpretability,https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52.000000,2021-01-28 00:53:14.000000,2021-01-28 00:51:55.000000,428,47.0,120.0,3418,1488.0,Fit interpretable models. Explain blackbox machine learning.,23.0,27,True,2021-01-20 02:12:33.000000,0.2.4,34.0,interpret,,,,['jupyter'],63.0,61.0,https://pypi.org/project/interpret,2021-01-20 02:10:35.000000,2.0,8388.0,8388.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +209,Ignite,pytorch/ignite,,ml-frameworks,https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21.000000,2021-01-28 07:56:07.000000,2021-01-28 07:49:50.000000,406,98.0,603.0,3221,862.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,119.0,27,True,2020-09-20 20:00:28.000000,0.4.2,446.0,pytorch-ignite,pytorch/ignite,,,['pytorch'],781.0,719.0,https://pypi.org/project/pytorch-ignite,2021-01-24 01:07:12.000000,62.0,30736.0,32423.0,https://anaconda.org/pytorch/ignite,2020-09-20 20:00:11.134000,52299.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +210,Alpha Vantage,RomelTorres/alpha_vantage,,financial-data,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00.000000,2021-01-14 16:42:33.000000,2020-12-21 19:51:57.000000,550,16.0,206.0,3049,497.0,A python wrapper for Alpha Vantage API for financial data.,36.0,27,True,2020-12-21 02:37:29.000000,2.3.1,28.0,alpha_vantage,,,,,202.0,,https://pypi.org/project/alpha_vantage,2018-08-26 18:55:11.000000,202.0,15510.0,15510.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +211,Dagster,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.000000,2021-01-28 15:00:23.000000,2021-01-28 15:00:22.000000,279,611.0,1843.0,2831,6479.0,"A data orchestrator for machine learning, analytics, and ETL.",115.0,27,True,2021-01-22 00:26:46.000000,0.10.1,228.0,dagster,conda-forge/dagster,,,,138.0,134.0,https://pypi.org/project/dagster,2021-01-22 00:26:46.000000,4.0,23847.0,32912.0,https://anaconda.org/conda-forge/dagster,2020-12-04 14:42:14.711000,126922.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +212,missingno,ResidentMario/missingno,,data-viz,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50.000000,2020-12-28 16:13:39.000000,2020-12-28 16:13:38.000000,333,15.0,87.0,2616,170.0,Missing data visualization module for Python.,15.0,27,True,2019-07-09 16:03:51.000000,0.4.2,21.0,missingno,conda-forge/missingno,,,,2805.0,2729.0,https://pypi.org/project/missingno,2018-06-29 16:25:00.000000,76.0,122658.0,124334.0,https://anaconda.org/conda-forge/missingno,2020-02-15 10:07:41.253000,70416.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +213,eli5,TeamHG-Memex/eli5,,interpretability,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57.000000,2021-01-25 08:24:59.385000,2020-01-22 07:39:36.000000,296,145.0,110.0,2277,1198.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,14.0,27,True,2021-01-23 14:25:24.000000,0.11.0,28.0,eli5,conda-forge/eli5,,,,110.0,,https://pypi.org/project/eli5,2021-01-23 14:25:24.000000,110.0,187527.0,189482.0,https://anaconda.org/conda-forge/eli5,2021-01-25 08:24:59.385000,86035.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +214,GluonNLP,dmlc/gluon-nlp,,nlp,https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13.000000,2021-01-28 08:19:37.000000,2021-01-26 13:11:18.000000,490,227.0,286.0,2210,814.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",79.0,27,True,2020-08-13 19:16:27.000000,0.10.0,25.0,gluonnlp,,,,['mxnet'],394.0,383.0,https://pypi.org/project/gluonnlp,2020-08-13 01:28:51.000000,11.0,26411.0,26411.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +215,Jina,jina-ai/jina,,ml-frameworks,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44.000000,2021-01-28 14:29:26.338615,2021-01-28 14:12:33.000000,318,45.0,577.0,1962,4626.0,An easier way to build neural search in the cloud.,84.0,27,True,2021-01-27 17:01:50.000000,0.9.22,218.0,jina,,jinaai/jina,,,45.0,45.0,https://pypi.org/project/jina,2021-01-27 16:57:33.000000,,2036.0,10105.0,,,,https://hub.docker.com/r/jinaai/jina,2021-01-28 14:29:26.338615,,88763.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +216,hdbscan,scikit-learn-contrib/hdbscan,,others,https://github.com/scikit-learn-contrib/hdbscan,https://github.com/scikit-learn-contrib/hdbscan,BSD-3-Clause,2015-04-22 13:32:37.000000,2021-01-25 15:49:52.000000,2021-01-25 15:49:51.000000,337,224.0,144.0,1800,871.0,A high performance implementation of HDBSCAN clustering.,66.0,27,True,2020-03-19 19:19:04.000000,0.8.26,42.0,hdbscan,conda-forge/hdbscan,,,['sklearn'],841.0,717.0,https://pypi.org/project/hdbscan,2020-03-19 19:19:04.000000,124.0,85234.0,94822.0,https://anaconda.org/conda-forge/hdbscan,2020-11-02 02:54:21.050000,517796.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +217,TF-Agents,tensorflow/agents,,reinforcement-learning,https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12.000000,2021-01-27 22:22:49.000000,2021-01-27 22:22:26.000000,454,95.0,311.0,1771,1603.0,TF-Agents is a library for Reinforcement Learning in TensorFlow.,85.0,27,True,2021-01-05 18:41:58.000000,0.7.1,18.0,tf-agents,,,,['tensorflow'],371.0,359.0,https://pypi.org/project/tf-agents,2021-01-05 18:41:58.000000,12.0,7130.0,7130.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +218,ta,bukosabino/ta,,financial-data,https://github.com/bukosabino/ta,https://github.com/bukosabino/ta,MIT,2018-01-02 18:08:48.000000,2021-01-23 22:06:12.000000,2020-11-29 21:08:14.000000,453,61.0,82.0,1755,582.0,Technical Analysis Library using Pandas and Numpy.,23.0,27,True,2020-11-17 08:01:47.000000,0.7.0,49.0,ta,,,,,417.0,411.0,https://pypi.org/project/ta,2020-11-29 10:49:09.000000,6.0,22633.0,22633.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +219,filterpy,rlabbe/filterpy,,probabilistics,https://github.com/rlabbe/filterpy,https://github.com/rlabbe/filterpy,MIT,2014-07-15 02:15:19.000000,2021-01-05 02:45:44.000000,2021-01-04 03:55:54.000000,401,21.0,146.0,1652,528.0,"Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman..",33.0,27,True,2018-10-10 22:38:24.000000,1.4.5,48.0,filterpy,conda-forge/filterpy,,,,909.0,697.0,https://pypi.org/project/filterpy,2018-10-10 22:38:24.000000,212.0,16047.0,17348.0,https://anaconda.org/conda-forge/filterpy,2020-05-05 21:13:59.073000,55945.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +220,textacy,chartbeat-labs/textacy,,nlp,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,Apache-2.0,2016-02-03 16:52:45.000000,2021-01-10 22:37:28.000000,2021-01-09 19:21:48.000000,211,30.0,194.0,1595,1332.0,"NLP, before and after spaCy.",29.0,27,True,2020-08-29 20:51:05.000000,0.10.1,29.0,textacy,conda-forge/textacy,,,,77.0,,https://pypi.org/project/textacy,2020-08-29 20:51:28.000000,77.0,20447.0,22129.0,https://anaconda.org/conda-forge/textacy,2020-11-19 15:32:56.211000,74021.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +221,MNE,mne-tools/mne-python,,medical-data,https://github.com/mne-tools/mne-python,https://github.com/mne-tools/mne-python,BSD-3-Clause,2011-01-28 03:31:13.000000,2021-01-28 15:02:50.000000,2021-01-28 13:44:13.000000,836,298.0,3090.0,1499,,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,231.0,27,True,2020-12-17 15:32:54.000000,0.22.0,50.0,mne,conda-forge/mne,,,,1005.0,807.0,https://pypi.org/project/mne,2020-12-17 15:32:54.000000,198.0,14498.0,16592.0,https://anaconda.org/conda-forge/mne,2020-12-20 21:44:36.472000,98464.0,,,,,2.0,,,-4.0,,,,,,,,,,,,,,,,,,,, +222,Cartopy,mapbox/rasterio,,geospatial-data,https://github.com/mapbox/rasterio,https://github.com/mapbox/rasterio,LGPL-3.0,2013-11-04 16:36:27.000000,2021-01-26 02:00:18.000000,2021-01-25 01:23:10.000000,390,137.0,1202.0,1420,3258.0,Rasterio reads and writes geospatial raster datasets.,106.0,27,False,2018-11-17 07:43:32.000000,0.17.0,18.0,Cartopy,conda-forge/cartopy,,,,2829.0,2656.0,https://pypi.org/project/Cartopy,2020-04-27 04:57:38.000000,173.0,9796.0,32573.0,https://anaconda.org/conda-forge/cartopy,2020-12-21 22:49:27.196000,1320531.0,,,,,3.0,702.0,,,,,,,,,,,,,,,,,,,,,, +223,datasketch,ekzhu/datasketch,,data-containers,https://github.com/ekzhu/datasketch,https://github.com/ekzhu/datasketch,MIT,2015-03-20 01:21:46.000000,2021-01-28 09:09:53.000000,2020-12-23 21:00:36.000000,206,18.0,91.0,1418,193.0,"MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble.",16.0,27,True,2020-12-15 20:59:57.000000,1.5.2,74.0,datasketch,,,,,335.0,249.0,https://pypi.org/project/datasketch,2020-12-15 20:59:57.000000,86.0,150685.0,150685.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,,,, +224,Flax,google/flax,,ml-frameworks,https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37.000000,2021-01-28 11:12:38.000000,2021-01-28 11:12:32.000000,161,164.0,140.0,1408,1503.0,Flax is a neural network ecosystem for JAX that is designed for flexibility.,71.0,27,True,2020-12-08 15:14:03.000000,0.3.0,9.0,flax,,,,['jax'],97.0,91.0,https://pypi.org/project/flax,2020-12-08 15:14:03.000000,6.0,44411.0,44413.0,,,,,,,,3.0,20.0,,,,,,,,,,,,,,,,,,,,,, +225,pyLDAvis,bmabey/pyLDAvis,,interpretability,https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03.000000,2021-01-15 12:17:17.000000,2020-12-02 18:10:12.000000,289,91.0,56.0,1389,218.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,31.0,27,True,2018-06-05 18:55:56.000000,2.1.2,17.0,pyldavis,conda-forge/pyldavis,,,['jupyter'],1833.0,1734.0,https://pypi.org/project/pyldavis,2018-06-05 18:55:56.000000,99.0,53020.0,53697.0,https://anaconda.org/conda-forge/pyldavis,2018-06-22 21:16:15.741000,20990.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +226,GPflow,GPflow/GPflow,,probabilistics,https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24.000000,2021-01-28 12:35:26.000000,2021-01-13 16:31:51.000000,389,86.0,601.0,1370,2203.0,Gaussian processes in TensorFlow.,68.0,27,True,2020-12-01 12:59:03.000000,2.1.4,28.0,gpflow,conda-forge/gpflow,,,['tensorflow'],230.0,213.0,https://pypi.org/project/gpflow,2020-12-01 13:12:15.000000,17.0,1914.0,2164.0,https://anaconda.org/conda-forge/gpflow,2018-11-06 08:51:39.744000,8020.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +227,PyCUDA,inducer/pycuda,,gpu-utilities,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31.000000,2021-01-04 20:15:46.000000,2021-01-04 20:12:30.000000,214,41.0,122.0,1080,1449.0,"CUDA integration for Python, plus shiny features.",68.0,27,True,2019-08-12 04:15:37.000000,2019.1.2,46.0,pycuda,,,,,1012.0,720.0,https://pypi.org/project/pycuda,2020-10-07 21:59:52.000000,292.0,10507.0,10507.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +228,ipyleaflet,jupyter-widgets/ipyleaflet,,geospatial-data,https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000000,2021-01-22 15:14:34.000000,2021-01-22 15:14:33.000000,278,130.0,250.0,1075,907.0,A Jupyter - Leaflet.js bridge.,63.0,27,True,2021-01-05 16:38:38.000000,0.13.6,70.0,ipyleaflet,conda-forge/ipyleaflet,,,['jupyter'],776.0,676.0,https://pypi.org/project/ipyleaflet,2021-01-05 16:38:38.000000,98.0,11512.0,157166.0,https://anaconda.org/conda-forge/ipyleaflet,2021-01-16 23:51:37.383000,581763.0,,,,,3.0,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2021-01-05 16:30:30.235000,2.0,135266.0,,,,,,,,,,,,,,, +229,Model Analysis,tensorflow/model-analysis,,interpretability,https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49.000000,2021-01-28 04:43:42.000000,2021-01-28 04:43:14.000000,203,22.0,32.0,1030,886.0,Model analysis tools for TensorFlow.,33.0,27,True,2020-12-16 20:56:20.000000,0.26.0,33.0,tensorflow-model-analysis,,,,"['tensorflow', 'jupyter']",10.0,,https://pypi.org/project/tensorflow-model-analysis,2020-12-16 20:56:20.000000,10.0,4963817.0,4963817.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +230,PyStan,stan-dev/pystan,,probabilistics,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,GPL-3.0,2013-05-24 01:21:21.000000,2021-01-16 16:17:38.000000,2020-11-21 11:22:43.000000,192,66.0,425.0,911,867.0,"PyStan, the Python interface to Stan.",54.0,27,False,2020-10-16 20:20:46.000000,2.19.1.1-codes,55.0,pystan,conda-forge/pystan,,,,2821.0,2479.0,https://pypi.org/project/pystan,2021-01-16 16:17:38.000000,342.0,569618.0,588148.0,https://anaconda.org/conda-forge/pystan,2020-08-25 22:40:14.631000,852338.0,,,,,2.0,91.0,,,,,,,,,,,,,,,,,,,,,, +231,petl,petl-developers/petl,,data-pipelines,https://github.com/petl-developers/petl,https://github.com/petl-developers/petl,MIT,2011-08-19 09:51:03.000000,2021-01-18 23:47:37.000000,2021-01-18 23:47:36.000000,151,66.0,342.0,821,1121.0,Python Extract Transform and Load Tables of Data.,44.0,27,True,2020-12-29 02:39:53.000000,1.7.1,74.0,petl,conda-forge/petl,,http://petl.readthedocs.org,,429.0,315.0,https://pypi.org/project/petl,2020-10-06 00:03:28.000000,114.0,12559.0,12931.0,https://anaconda.org/conda-forge/petl,2020-12-29 04:11:54.349000,19351.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +232,pyopencl,inducer/pyopencl,,others,https://github.com/inducer/pyopencl,https://github.com/inducer/pyopencl,MIT,2011-04-06 02:51:33.000000,2021-01-28 14:47:58.000000,2021-01-28 14:47:21.000000,206,52.0,208.0,772,2875.0,"OpenCL integration for Python, plus shiny features.",83.0,27,True,2020-11-20 05:22:46.000000,2020.3.1,55.0,pyopencl,conda-forge/pyopencl,,,,693.0,455.0,https://pypi.org/project/pyopencl,2021-01-25 21:55:45.000000,238.0,5423.0,11359.0,https://anaconda.org/conda-forge/pyopencl,2021-01-27 20:18:36.643000,302745.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +233,igraph,igraph/python-igraph,,graph,https://github.com/igraph/python-igraph,https://github.com/igraph/python-igraph,GPL-2.0,2015-01-08 23:55:16.000000,2021-01-28 13:49:23.000000,2021-01-28 13:49:17.000000,180,25.0,256.0,764,1524.0,Python interface for igraph.,48.0,27,False,2020-10-08 14:50:52.000000,0.8.3,18.0,python-igraph,conda-forge/igraph,,,,1836.0,1412.0,https://pypi.org/project/python-igraph,2020-04-28 17:45:27.000000,424.0,45244.0,50276.0,https://anaconda.org/conda-forge/igraph,2021-01-05 11:05:57.682000,195079.0,,,,,1.0,47434.0,,,,,,,,,,,,,,,,,,,,,, +234,patsy,pydata/patsy,,probabilistics,https://github.com/pydata/patsy,https://github.com/pydata/patsy,BSD-2-Clause,2012-07-10 12:30:06.000000,2020-09-09 13:00:29.000000,2018-10-31 21:55:48.000000,85,78.0,51.0,733,517.0,Describing statistical models in Python using symbolic formulas.,13.0,27,False,2018-10-28 05:07:55.000000,0.5.1,8.0,patsy,conda-forge/patsy,,,,34215.0,29291.0,https://pypi.org/project/patsy,2018-10-28 03:59:51.000000,4924.0,1128299.0,1175480.0,https://anaconda.org/conda-forge/patsy,2018-10-28 05:21:35.412000,2500643.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +235,zarr,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.000000,2021-01-27 16:29:58.000000,2021-01-27 10:00:14.000000,107,179.0,228.0,627,1379.0,"An implementation of chunked, compressed, N-dimensional arrays for Python.",35.0,27,True,2020-12-02 18:33:13.000000,2.6.1,31.0,zarr,conda-forge/zarr,,,,606.0,534.0,https://pypi.org/project/zarr,2020-12-02 18:33:13.000000,72.0,74276.0,83836.0,https://anaconda.org/conda-forge/zarr,2020-12-03 02:31:13.848000,535401.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +236,geojson,jazzband/geojson,,geospatial-data,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48.000000,2020-11-25 21:55:02.000000,2020-11-25 19:10:27.000000,78,18.0,50.0,594,445.0,Python bindings and utilities for GeoJSON.,44.0,27,True,2019-08-09 20:32:15.000000,2.5.0,28.0,geojson,conda-forge/geojson,,,,7277.0,5673.0,https://pypi.org/project/geojson,2019-08-09 20:32:15.000000,1604.0,330932.0,337191.0,https://anaconda.org/conda-forge/geojson,2019-08-11 12:10:34.426000,363047.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +237,data-validation,tensorflow/data-validation,,data-viz,https://github.com/tensorflow/data-validation,https://github.com/tensorflow/data-validation,Apache-2.0,2018-07-02 15:47:02.000000,2021-01-25 23:42:55.000000,2021-01-25 23:42:49.000000,94,38.0,72.0,506,559.0,Library for exploring and validating machine learning data.,20.0,27,True,2020-12-17 00:43:02.000000,0.26.0,23.0,tensorflow-data-validation,,,,"['tensorflow', 'jupyter']",242.0,224.0,https://pypi.org/project/tensorflow-data-validation,2020-12-17 00:43:02.000000,18.0,5103646.0,5103652.0,,,,,,,,2.0,195.0,,,,,,,,,,,,,,,,,,,,,, +238,audioread,beetbox/audioread,,audio,https://github.com/beetbox/audioread,https://github.com/beetbox/audioread,MIT,2011-11-08 19:53:18.000000,2020-12-08 20:08:37.201000,2020-10-20 11:22:05.000000,83,31.0,44.0,357,232.0,cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python.,20.0,27,True,2020-10-20 11:23:09.000000,2.1.9,25.0,audioread,conda-forge/audioread,,,,4619.0,4033.0,https://pypi.org/project/audioread,2020-10-20 11:23:09.000000,586.0,227677.0,231271.0,https://anaconda.org/conda-forge/audioread,2020-12-08 20:08:37.201000,194113.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +239,detectron2,facebookresearch/detectron2,,image,https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20.000000,2021-01-27 20:27:38.000000,2021-01-27 10:40:36.000000,3714,89.0,2123.0,14719,928.0,Detectron2 is FAIR's next-generation platform for object detection and segmentation.,141.0,26,True,2020-11-06 03:20:56.000000,0.3,7.0,,conda-forge/detectron2,,,['pytorch'],154.0,154.0,,,,,1549.0,https://anaconda.org/conda-forge/detectron2,2020-08-05 13:27:52.058000,12397.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +240,Streamlit,streamlit/streamlit,,others,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000000,2021-01-28 11:01:38.000000,2021-01-27 19:33:51.000000,1076,558.0,951.0,12859,,Streamlit The fastest way to build data apps in Python.,87.0,26,True,2021-01-21 20:53:54.000000,0.75.0,123.0,streamlit,,,,,87.0,53.0,https://pypi.org/project/streamlit,2021-01-21 20:53:54.000000,34.0,92855.0,92855.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +241,Dopamine,google/dopamine,,reinforcement-learning,https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36.000000,2021-01-25 15:04:08.000000,2021-01-25 15:04:00.000000,1225,72.0,70.0,9289,213.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,13.0,26,True,2020-10-16 22:05:03.000000,3.1.8,34.0,dopamine-rl,,,,['tensorflow'],31.0,,https://pypi.org/project/dopamine-rl,2020-10-16 22:05:03.000000,31.0,47404.0,47404.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +242,InsightFace,deepinsight/insightface,,image,https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51.000000,2021-01-28 07:55:54.000000,2021-01-27 11:17:49.000000,2925,709.0,647.0,8474,1476.0,Face Analysis Project on MXNet.,15.0,26,True,2019-09-07 13:47:11.000000,0.1.5,6.0,insightface,,,,['mxnet'],52.0,51.0,https://pypi.org/project/insightface,2019-09-07 13:47:11.000000,1.0,1308.0,1308.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +243,PySyft,OpenMined/PySyft,,privacy-ml,https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,MIT,2017-07-18 20:41:16.000000,2021-01-27 10:17:56.000000,2021-01-24 08:46:13.000000,1538,180.0,2460.0,6799,6515.0,A library for answering questions using data you cannot see.,334.0,26,True,2020-11-12 19:57:33.000000,0.3.0,48.0,syft,,,,['pytorch'],3.0,,https://pypi.org/project/syft,2020-09-14 15:03:40.000000,3.0,1439.0,1439.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +244,carla,carla-simulator/carla,,others,https://github.com/carla-simulator/carla,https://github.com/carla-simulator/carla,MIT,2017-10-24 09:06:23.000000,2021-01-28 14:31:33.000000,2020-12-22 22:54:58.000000,1626,308.0,2665.0,5525,4756.0,Open-source simulator for autonomous driving research.,122.0,26,True,2020-12-23 07:08:35.000000,0.9.11,22.0,carla,,,,,59.0,57.0,https://pypi.org/project/carla,2019-04-28 17:45:24.000000,2.0,446.0,446.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +245,backtrader,mementum/backtrader,,financial-data,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52.000000,2021-01-16 16:35:49.000000,2020-07-03 12:52:48.000000,1726,18.0,,5501,2381.0,Python Backtesting library for trading strategies.,50.0,26,False,,,155.0,backtrader,,,,,500.0,430.0,https://pypi.org/project/backtrader,2020-07-03 13:02:14.000000,70.0,23125.0,23125.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +246,auto-sklearn,automl/auto-sklearn,,hyperopt,https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10.000000,2021-01-27 12:03:41.000000,2021-01-26 16:38:35.000000,971,120.0,556.0,5171,2413.0,Automated Machine Learning with scikit-learn.,63.0,26,True,2021-01-04 14:13:00.000000,0.12.1,26.0,auto-sklearn,,,,['sklearn'],159.0,129.0,https://pypi.org/project/auto-sklearn,2021-01-04 14:13:00.000000,30.0,3743.0,3743.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +247,DeepPavlov,deepmipt/DeepPavlov,,nlp,https://github.com/deepmipt/DeepPavlov,https://github.com/deepmipt/DeepPavlov,Apache-2.0,2017-11-17 14:35:29.000000,2021-01-28 10:34:50.000000,2020-12-24 16:30:15.000000,891,85.0,448.0,4970,2579.0,An open source library for deep learning end-to-end dialog systems and chatbots.,61.0,26,True,2020-12-24 16:35:56.000000,0.14.0,41.0,deeppavlov,,,,['tensorflow'],172.0,168.0,https://pypi.org/project/deeppavlov,2020-12-24 16:33:49.000000,4.0,3487.0,3487.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +248,Bayesian Optimization,fmfn/BayesianOptimization,,hyperopt,https://github.com/fmfn/BayesianOptimization,https://github.com/fmfn/BayesianOptimization,MIT,2014-06-06 08:18:56.000000,2020-12-24 10:51:12.000000,2020-12-19 01:11:23.000000,1080,35.0,164.0,4826,199.0,A Python implementation of global optimization with gaussian processes.,27.0,26,True,2020-05-16 16:03:51.000000,1.2.0,8.0,bayesian-optimization,,,,,677.0,585.0,https://pypi.org/project/bayesian-optimization,2020-05-16 15:56:09.000000,92.0,42233.0,42234.0,,,,,,,,2.0,47.0,,,,,,,,,,,,,,,,,,,,,, +249,scikit-surprise,NicolasHug/Surprise,,recommender-systems,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38.000000,2020-10-13 01:22:58.850000,2020-08-05 17:45:59.000000,819,35.0,285.0,4655,622.0,A Python scikit for building and analyzing recommender systems.,38.0,26,True,2020-07-19 14:50:48.000000,1.1.1,9.0,scikit-surprise,conda-forge/scikit-surprise,,,,904.0,880.0,https://pypi.org/project/scikit-surprise,2020-07-19 14:50:48.000000,24.0,30858.0,35096.0,https://anaconda.org/conda-forge/scikit-surprise,2020-10-13 01:22:58.850000,152590.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +250,Datasette,simonw/datasette,,others,https://github.com/simonw/datasette,https://github.com/simonw/datasette,Apache-2.0,2017-10-23 00:39:03.000000,2021-01-25 17:42:00.000000,2021-01-25 17:35:06.000000,256,231.0,745.0,4599,1565.0,An open source multi-tool for exploring and publishing data.,42.0,26,True,2021-01-25 17:36:30.000000,0.54,89.0,datasette,,,,,416.0,346.0,https://pypi.org/project/datasette,2021-01-25 17:42:00.000000,70.0,3412.0,3412.0,,,,,,,,2.0,26.0,,,,,,,,,datasette,,,,,,,,,,,,, +251,librosa,librosa/librosa,,audio,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01.000000,2020-10-19 21:24:48.000000,2020-09-11 13:58:44.000000,679,54.0,780.0,4255,,Python library for audio and music analysis.,80.0,26,True,2020-07-22 01:34:55.000000,0.8.0,28.0,librosa,conda-forge/librosa,,,,10851.0,9101.0,https://pypi.org/project/librosa,2020-07-22 01:34:55.000000,1750.0,244213.0,248728.0,https://anaconda.org/conda-forge/librosa,2020-07-22 10:27:18.402000,243858.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +252,Metaflow,Netflix/metaflow,,ml-experiments,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25.000000,2021-01-28 00:08:32.000000,2021-01-26 20:34:10.000000,310,107.0,140.0,4009,183.0,Build and manage real-life data science projects with ease.,28.0,26,True,2021-01-26 21:51:19.000000,2.2.6,16.0,metaflow,conda-forge/metaflow,,,,104.0,102.0,https://pypi.org/project/metaflow,2021-01-26 22:33:53.000000,2.0,25047.0,25837.0,https://anaconda.org/conda-forge/metaflow,2021-01-27 01:14:16.680000,10282.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +253,mlpack,mlpack/mlpack,,ml-frameworks,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59.000000,2021-01-28 08:29:46.000000,2021-01-27 21:51:25.000000,1288,156.0,1195.0,3541,25820.0,mlpack: a scalable C++ machine learning library --.,262.0,26,True,2020-10-28 18:28:47.000000,3.4.2,40.0,mlpack,conda-forge/mlpack,,,,,,https://pypi.org/project/mlpack,2020-10-28 18:28:47.000000,,104.0,2202.0,https://anaconda.org/conda-forge/mlpack,2020-10-29 09:35:18.918000,62965.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +254,Perspective,finos/perspective,,data-viz,https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000000,2021-01-28 05:53:16.000000,2021-01-28 05:40:56.000000,345,81.0,303.0,3137,4315.0,Streaming pivot visualization via WebAssembly.,61.0,26,True,2021-01-14 04:18:20.000000,0.6.0,39.0,perspective-python,,,,['jupyter'],174.0,170.0,https://pypi.org/project/perspective-python,2021-01-14 04:18:20.000000,4.0,454.0,1680.0,,,,,,,,3.0,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2021-01-08 07:02:49.503000,,1226.0,,,,,,,,,,,,,,, +255,yellowbrick,DistrictDataLabs/yellowbrick,,interpretability,https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17.000000,2021-01-15 19:33:04.000000,2021-01-15 19:32:11.000000,473,88.0,512.0,3078,831.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,95.0,26,True,2021-01-15 19:35:31.000000,1.2.1,20.0,yellowbrick,,,,['sklearn'],62.0,,https://pypi.org/project/yellowbrick,2020-10-09 19:35:00.000000,62.0,47751.0,47751.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +256,textract,deanmalmgren/textract,,data-loading,https://github.com/deanmalmgren/textract,https://github.com/deanmalmgren/textract,MIT,2014-07-03 20:36:59.000000,2021-01-18 14:04:17.000000,2019-11-14 08:37:39.000000,424,84.0,121.0,2944,556.0,extract text from any document. no muss. no fuss.,30.0,26,False,2019-08-26 15:05:53.000000,1.6.3,15.0,textract,conda-forge/textract,,,,192.0,,https://pypi.org/project/textract,2019-08-26 15:05:53.000000,192.0,17117.0,17315.0,https://anaconda.org/conda-forge/textract,2017-03-20 21:15:33.254000,10323.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +257,AutoGluon,awslabs/autogluon,,hyperopt,https://github.com/awslabs/autogluon,https://github.com/awslabs/autogluon,Apache-2.0,2019-07-29 18:51:24.000000,2021-01-28 07:39:18.000000,2021-01-28 07:39:17.000000,381,153.0,219.0,2935,483.0,"AutoGluon: AutoML for Text, Image, and Tabular Data.",50.0,26,True,2020-12-08 19:01:22.000000,0.0.15,309.0,autogluon,,,,['mxnet'],44.0,44.0,https://pypi.org/project/autogluon,2021-01-27 09:18:20.000000,0.0,12004.0,12004.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +258,ftfy,LuminosoInsight/python-ftfy,,nlp,https://github.com/LuminosoInsight/python-ftfy,https://github.com/LuminosoInsight/python-ftfy,MIT,2012-08-24 16:14:59.000000,2021-01-20 08:08:09.562000,2020-07-17 21:21:57.000000,101,15.0,92.0,2881,510.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",17.0,26,True,2020-02-18 16:42:00.000000,5.6.1,41.0,ftfy,conda-forge/ftfy,,,,3441.0,2681.0,https://pypi.org/project/ftfy,2020-07-20 21:50:51.000000,760.0,236002.0,238088.0,https://anaconda.org/conda-forge/ftfy,2021-01-20 08:08:09.562000,93914.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +259,pomegranate,jmschrei/pomegranate,,probabilistics,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58.000000,2021-01-12 17:45:04.000000,2021-01-09 22:21:18.000000,462,32.0,540.0,2575,870.0,"Fast, flexible and easy to use probabilistic modelling in Python.",61.0,26,True,2020-07-12 21:28:17.000000,0.14.0,61.0,pomegranate,conda-forge/pomegranate,,,,442.0,386.0,https://pypi.org/project/pomegranate,2021-01-09 22:24:27.000000,56.0,17710.0,20083.0,https://anaconda.org/conda-forge/pomegranate,2020-11-01 16:22:04.857000,42725.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +260,Catalyst,catalyst-team/catalyst,,ml-experiments,https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13.000000,2021-01-28 07:15:14.000000,2021-01-21 11:13:00.000000,268,18.0,261.0,2409,1469.0,Accelerated deep learning R&D.,81.0,26,True,2020-12-20 10:12:32.000000,20.12,87.0,catalyst,,,,['pytorch'],315.0,277.0,https://pypi.org/project/catalyst,2021-01-24 15:16:31.000000,38.0,5164.0,5164.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +261,pygal,Kozea/pygal,,graph,https://github.com/Kozea/pygal,https://github.com/Kozea/pygal,LGPL-3.0,2011-09-23 10:17:50.000000,2020-12-24 20:11:00.000000,2020-10-14 16:41:45.000000,380,164.0,240.0,2317,1012.0,PYthon svg GrAph plotting Library.,69.0,26,False,2017-07-05 09:22:41.000000,2.4.0,74.0,pygal,conda-forge/pygal,,,,1152.0,,https://pypi.org/project/pygal,2020-10-14 13:06:35.000000,1152.0,49846.0,50145.0,https://anaconda.org/conda-forge/pygal,2019-06-04 02:55:56.728000,5694.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +262,gpustat,wookayin/gpustat,,gpu-utilities,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43.000000,2021-01-13 04:03:59.000000,2021-01-13 04:00:20.000000,183,20.0,47.0,2193,166.0,A simple command-line utility for querying and monitoring GPU status.,10.0,26,True,2019-07-22 06:37:00.000000,0.6.0,11.0,gpustat,conda-forge/gpustat,,,,650.0,592.0,https://pypi.org/project/gpustat,2021-01-02 05:59:41.000000,58.0,136869.0,137424.0,https://anaconda.org/conda-forge/gpustat,2020-11-24 19:59:04.772000,12210.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +263,Core ML Tools,apple/coremltools,,model-serialisation,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02.000000,2021-01-25 02:03:37.000000,2021-01-08 03:08:31.000000,319,315.0,306.0,2092,851.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",107.0,26,True,2020-10-10 18:21:00.000000,4.0,27.0,coremltools,,,,,589.0,456.0,https://pypi.org/project/coremltools,2020-10-10 18:16:12.000000,133.0,34019.0,34076.0,,,,,,,,1.0,2318.0,,,,,,,,,,,,,,,,,,,,,, +264,Cufflinks,santosjorge/cufflinks,,data-viz,https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33.000000,2020-10-07 16:12:54.000000,2020-10-07 16:12:53.000000,535,81.0,120.0,2067,450.0,Productivity Tools for Plotly + Pandas.,37.0,26,True,2020-03-01 17:42:01.000000,0.17.3,27.0,cufflinks,,,,['pandas'],2834.0,2600.0,https://pypi.org/project/cufflinks,2020-03-01 17:42:01.000000,234.0,42239.0,42239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +265,aubio,aubio/aubio,,audio,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44.000000,2021-01-19 16:59:52.641000,2021-01-19 09:51:49.000000,296,104.0,173.0,2034,4111.0,a library for audio and music analysis.,24.0,26,False,2019-02-27 09:00:43.000000,0.4.9,10.0,aubio,conda-forge/aubio,,,,226.0,210.0,https://pypi.org/project/aubio,2019-02-08 11:21:02.000000,16.0,1153.0,9429.0,https://anaconda.org/conda-forge/aubio,2021-01-19 16:59:52.641000,380707.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +266,BoTorch,pytorch/botorch,,hyperopt,https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57.000000,2021-01-23 05:56:57.000000,2021-01-21 17:12:42.000000,174,40.0,113.0,1819,807.0,Bayesian optimization in PyTorch.,50.0,26,True,2020-12-08 06:47:25.000000,0.3.3,16.0,botorch,,,,['pytorch'],74.0,74.0,https://pypi.org/project/botorch,2020-12-08 06:47:25.000000,0.0,22369.0,22369.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +267,PyFunctional,EntilZha/PyFunctional,,data-pipelines,https://github.com/EntilZha/PyFunctional,https://github.com/EntilZha/PyFunctional,MIT,2015-02-05 17:17:51.000000,2021-01-12 19:21:06.000000,2021-01-12 19:14:24.000000,99,2.0,115.0,1773,516.0,Python library for creating data pipelines with chain functional programming.,23.0,26,True,2021-01-12 19:21:07.000000,1.4.3,14.0,pyfunctional,,,,,251.0,251.0,https://pypi.org/project/pyfunctional,2021-01-12 19:14:48.000000,0.0,26917.0,26917.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +268,langid,saffsd/langid.py,,nlp,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56.000000,2020-01-01 10:49:30.000000,2017-07-15 02:49:17.000000,265,25.0,45.0,1719,242.0,Stand-alone language identification system.,9.0,26,False,2016-04-05 22:34:15.000000,1.1.6,8.0,langid,,,,,855.0,605.0,https://pypi.org/project/langid,2016-04-05 22:34:15.000000,250.0,392202.0,392202.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +269,efficientnet,qubvel/efficientnet,,tensorflow-utils,https://github.com/qubvel/efficientnet,https://github.com/qubvel/efficientnet,Apache-2.0,2019-05-30 20:21:09.000000,2020-12-10 07:02:58.000000,2020-09-15 16:19:36.000000,378,49.0,55.0,1677,64.0,Implementation of EfficientNet model. Keras and TensorFlow Keras.,8.0,26,True,2020-09-15 16:26:00.000000,1.1.1,9.0,efficientnet,,,,['tensorflow'],496.0,494.0,https://pypi.org/project/efficientnet,2020-09-15 16:26:00.000000,2.0,59072.0,66374.0,,,,,,,,2.0,146043.0,,,,,,,,,,,,,,,,,,,,,, +270,Pythran,serge-sans-paille/pythran,,others,https://github.com/serge-sans-paille/pythran,https://github.com/serge-sans-paille/pythran,BSD-3-Clause,2012-05-29 08:02:14.000000,2021-01-27 16:08:46.611000,2021-01-26 06:27:40.000000,134,99.0,541.0,1496,3316.0,Ahead of Time compiler for numeric kernels.,48.0,26,True,2020-12-09 20:06:55.000000,0.9.8,44.0,pythran,conda-forge/pythran,,,,61.0,48.0,https://pypi.org/project/pythran,2020-12-11 23:02:35.000000,13.0,5066.0,8887.0,https://anaconda.org/conda-forge/pythran,2021-01-27 16:08:46.611000,122297.0,,,,,2.0,,,,,,,,,,,,,,,pythran,python-pythran,,,,,,, +271,tesserocr,sirfz/tesserocr,,ocr,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36.000000,2021-01-18 20:15:27.000000,2021-01-18 20:15:13.000000,185,60.0,141.0,1385,155.0,A Python wrapper for the tesseract-ocr API.,23.0,26,True,2020-03-17 17:45:44.000000,2.5.1,15.0,tesserocr,conda-forge/tesserocr,,,,502.0,452.0,https://pypi.org/project/tesserocr,2020-03-17 17:45:44.000000,50.0,24596.0,26762.0,https://anaconda.org/conda-forge/tesserocr,2021-01-13 16:38:14.456000,32498.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +272,TFX,tensorflow/tfx,,data-pipelines,https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36.000000,2021-01-28 10:16:08.000000,2021-01-28 04:47:58.000000,376,200.0,309.0,1294,3076.0,TFX is an end-to-end platform for deploying production ML pipelines.,101.0,26,True,2021-01-06 21:34:50.000000,0.26.0,38.0,tfx,,,,['tensorflow'],4.0,,https://pypi.org/project/tfx,2021-01-06 21:34:50.000000,4.0,93881.0,93881.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +273,agate,wireservice/agate,,others,https://github.com/wireservice/agate,https://github.com/wireservice/agate,MIT,2014-04-25 13:59:09.000000,2020-12-30 20:43:14.000000,2020-04-01 15:40:18.000000,131,54.0,588.0,1026,1355.0,A Python data analysis library that is optimized for humans instead of machines.,47.0,26,True,2018-03-11 14:37:30.000000,1.6.1,24.0,agate,conda-forge/agate,,,,582.0,490.0,https://pypi.org/project/agate,2018-03-11 14:37:30.000000,92.0,155912.0,157177.0,https://anaconda.org/conda-forge/agate,2018-08-19 06:02:58.597000,59462.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +274,TF Model Optimization,tensorflow/model-optimization,,tensorflow-utils,https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28.000000,2021-01-28 03:06:31.000000,2021-01-22 02:37:46.000000,213,70.0,90.0,959,477.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",43.0,26,True,2020-09-14 04:46:03.000000,0.5.0,20.0,tensorflow-model-optimization,,,,['tensorflow'],555.0,552.0,https://pypi.org/project/tensorflow-model-optimization,2020-09-14 04:36:08.000000,3.0,46307.0,46307.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +275,pmdarima,alkaline-ml/pmdarima,,time-series-data,https://github.com/alkaline-ml/pmdarima,https://github.com/alkaline-ml/pmdarima,MIT,2017-03-30 14:58:30.000000,2021-01-20 15:57:54.000000,2021-01-20 15:47:36.000000,152,17.0,208.0,805,1023.0,"A statistical library designed to fill the void in Python's time series analysis capabilities, including the..",16.0,26,True,2020-12-02 23:17:04.000000,1.8.0,28.0,pmdarima,,,,,717.0,705.0,https://pypi.org/project/pmdarima,2020-12-02 23:17:04.000000,12.0,174726.0,174726.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +276,pyclustering,annoviko/pyclustering,,others,https://github.com/annoviko/pyclustering,https://github.com/annoviko/pyclustering,BSD-3-Clause,2014-02-25 18:59:03.000000,2021-01-25 21:14:55.053000,2020-12-03 10:56:55.000000,185,53.0,583.0,781,2066.0,"pyclustring is a Python, C++ data mining library.",26.0,26,True,2020-11-25 22:33:07.000000,0.10.1.2,46.0,pyclustering,conda-forge/pyclustering,,,,210.0,174.0,https://pypi.org/project/pyclustering,2020-11-25 22:41:20.000000,36.0,17889.0,18853.0,https://anaconda.org/conda-forge/pyclustering,2021-01-25 21:14:55.053000,12467.0,,,,,2.0,284.0,,,,,,,,,,,,,,,,,,,,,, +277,Mesh,tensorflow/mesh,,distributed-ml,https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34.000000,2021-01-28 02:37:35.000000,2021-01-22 16:25:45.000000,124,72.0,12.0,721,577.0,Mesh TensorFlow: Model Parallelism Made Easier.,38.0,26,True,2020-12-17 23:10:07.000000,0.1.18,24.0,mesh-tensorflow,,,,['tensorflow'],516.0,488.0,https://pypi.org/project/mesh-tensorflow,2020-12-17 23:10:07.000000,28.0,83381.0,83381.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +278,TensorFlow Text,tensorflow/text,,nlp,https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03.000000,2021-01-28 00:43:51.000000,2021-01-28 00:33:25.000000,84,42.0,84.0,688,338.0,Making text a first-class citizen in TensorFlow.,32.0,26,True,2021-01-13 04:36:01.000000,2.4.3,32.0,tensorflow-text,,,,['tensorflow'],446.0,442.0,https://pypi.org/project/tensorflow-text,2021-01-13 04:24:47.000000,4.0,119858.0,119858.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +279,dask-ml,dask/dask-ml,,distributed-ml,https://github.com/dask/dask-ml,https://github.com/dask/dask-ml,BSD-3-Clause,2017-06-15 15:56:06.000000,2021-01-26 03:54:22.000000,2021-01-26 03:09:46.000000,182,173.0,204.0,684,754.0,Scalable Machine Learning with Dask.,61.0,26,True,2020-09-24 19:34:38.000000,1.7.0,26.0,dask-ml,conda-forge/dask-ml,,,,374.0,332.0,https://pypi.org/project/dask-ml,2020-09-24 19:34:38.000000,42.0,18029.0,22892.0,https://anaconda.org/conda-forge/dask-ml,2020-09-24 21:21:37.412000,189687.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +280,PyVista,pyvista/pyvista,,data-viz,https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42.000000,2021-01-28 06:38:25.000000,2021-01-28 06:01:40.000000,140,128.0,267.0,670,2077.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,53.0,26,True,2020-12-10 16:30:09.000000,0.27.4,32.0,pyvista,conda-forge/pyvista,,,['jupyter'],271.0,245.0,https://pypi.org/project/pyvista,2020-12-10 16:30:09.000000,26.0,7466.0,10286.0,https://anaconda.org/conda-forge/pyvista,2020-12-10 19:09:38.280000,56396.0,,,,,3.0,41.0,,,,,,,,,,,,,,,,,,,,,, +281,tabulator-py,frictionlessdata/tabulator-py,,data-loading,https://github.com/frictionlessdata/tabulator-py,https://github.com/frictionlessdata/tabulator-py,MIT,2015-08-24 05:34:38.000000,2020-11-30 09:29:14.000000,2020-11-30 08:49:22.000000,40,,176.0,200,646.0,Python library for reading and writing tabular data via streams.,24.0,26,True,2020-11-30 09:29:14.000000,1.53.1,138.0,tabulator,conda-forge/tabulator-py,,,,562.0,458.0,https://pypi.org/project/tabulator,2020-11-30 09:29:14.000000,104.0,80282.0,81154.0,https://anaconda.org/conda-forge/tabulator-py,2018-07-24 12:57:07.018000,37501.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +282,DeepSpeech,mozilla/DeepSpeech,,audio,https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53.000000,2021-01-26 10:03:47.000000,,3047,98.0,,16405,,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",93.0,25,True,2020-12-10 17:22:09.000000,0.9.3,100.0,deepspeech,,,,['tensorflow'],29.0,,https://pypi.org/project/deepspeech,2020-12-19 10:05:12.000000,29.0,8281.0,8281.0,,,,,,,,2.0,,,-6.0,,,,,,,,,,,,,,,,,,,, +283,spleeter,deezer/spleeter,,audio,https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46.000000,2021-01-21 16:39:20.000000,2021-01-15 13:51:15.000000,1565,96.0,404.0,15417,426.0,Deezer source separation library including pretrained models.,17.0,25,True,2021-01-08 18:22:28.000000,2.1.2,30.0,spleeter,conda-forge/spleeter,,,['tensorflow'],0.0,,https://pypi.org/project/spleeter,2021-01-08 18:22:28.000000,0.0,5030.0,68485.0,https://anaconda.org/conda-forge/spleeter,2020-06-30 14:33:43.220000,41238.0,,,,,2.0,907664.0,,,,,,,,,,,,,,,,,,,,,, +284,MMDetection,open-mmlab/mmdetection,,image,https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06.000000,2021-01-28 13:18:44.000000,2021-01-28 11:49:42.000000,4631,324.0,2997.0,13470,1416.0,OpenMMLab Detection Toolbox and Benchmark.,185.0,25,True,2021-01-04 02:43:20.000000,2.8.0,8.0,,,,,['pytorch'],23.0,23.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +285,Ludwig,ludwig-ai/ludwig,,ml-frameworks,https://github.com/ludwig-ai/ludwig,https://github.com/ludwig-ai/ludwig,Apache-2.0,2018-12-27 23:58:12.000000,2021-01-28 05:46:49.000000,2021-01-20 20:46:20.000000,882,110.0,409.0,7504,2049.0,Ludwig is a toolbox that allows to train and evaluate deep learning models without the need to write code.,86.0,25,True,2020-12-29 03:18:52.000000,0.3.2,15.0,ludwig,,,,['tensorflow'],88.0,76.0,https://pypi.org/project/ludwig,2020-11-16 23:58:45.000000,12.0,1017.0,1017.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +286,PyText,facebookresearch/pytext,,nlp,https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46.000000,2021-01-28 07:06:16.000000,2021-01-27 23:43:09.000000,761,115.0,74.0,6119,1371.0,A natural language modeling framework based on PyTorch.,151.0,25,True,2020-06-08 23:30:58.000000,0.3.3,12.0,pytext-nlp,,,,['pytorch'],63.0,62.0,https://pypi.org/project/pytext-nlp,2020-04-27 08:09:25.000000,1.0,220.0,228.0,,,,,,,,2.0,215.0,,,,,,,,,,,,,,,,,,,,,, +287,Trax,google/trax,,others,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14.000000,2021-01-28 14:28:59.000000,2021-01-28 14:28:49.000000,528,55.0,100.0,5619,1289.0,Trax Deep Learning with Clear Code and Speed.,56.0,25,True,2020-12-18 17:22:13.000000,1.3.7,20.0,trax,,,,,20.0,20.0,https://pypi.org/project/trax,2020-12-18 17:22:13.000000,,2456.0,2456.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +288,Milvus,milvus-io/milvus,,nn-search,https://github.com/milvus-io/milvus,https://github.com/milvus-io/milvus,Apache-2.0,2019-09-16 06:43:43.000000,2021-01-27 12:27:21.000000,2021-01-25 07:29:43.000000,777,218.0,1874.0,4982,5562.0,"An open source embedding vector similarity search engine powered by Faiss, NMSLIB and Annoy.",135.0,25,True,2021-01-21 05:32:04.000000,0.4.0,44.0,pymilvus,,milvusdb/milvus,,,6.0,,https://pypi.org/project/pymilvus,2021-01-21 05:32:04.000000,6.0,6390.0,20709.0,,,,https://hub.docker.com/r/milvusdb/milvus,2021-01-06 06:23:42.478311,9.0,229112.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +289,keras-rl,keras-rl/keras-rl,,reinforcement-learning,https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12.000000,2020-11-20 07:32:13.000000,2019-11-11 22:14:54.000000,1284,39.0,211.0,4932,308.0,Deep Reinforcement Learning for Keras.,40.0,25,False,2018-06-01 07:52:24.000000,0.4.2,8.0,keras-rl,,,,['tensorflow'],501.0,450.0,https://pypi.org/project/keras-rl,2018-06-01 07:52:24.000000,51.0,1073.0,1073.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +290,Augmentor,mdbloice/Augmentor,,image,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55.000000,2020-11-10 05:20:01.000000,2020-03-09 11:32:02.000000,777,115.0,67.0,4303,511.0,Image augmentation library in Python for machine learning.,22.0,25,True,2020-01-17 11:59:53.000000,0.2.8,20.0,Augmentor,,,,,318.0,276.0,https://pypi.org/project/Augmentor,2020-01-17 11:59:53.000000,42.0,3385.0,3385.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +291,PyTorch3D,facebookresearch/pytorch3d,,image,https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,MIT,2019-10-25 02:23:45.000000,2021-01-28 01:32:23.000000,2021-01-28 01:32:16.000000,472,56.0,416.0,4265,365.0,PyTorch3D is FAIR's library of reusable components for deep learning with 3D data.,52.0,25,True,2020-11-12 10:28:29.000000,0.3.0,6.0,pytorch3d,pytorch3d/pytorch3d,,,['pytorch'],45.0,45.0,https://pypi.org/project/pytorch3d,2020-11-12 10:28:29.000000,,3710.0,4137.0,https://anaconda.org/pytorch3d/pytorch3d,2020-11-12 10:28:27.832000,5987.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +292,pyAudioAnalysis,tyiannak/pyAudioAnalysis,,audio,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13.000000,2021-01-25 09:10:48.000000,2021-01-04 18:37:38.000000,957,165.0,105.0,3720,675.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",23.0,25,True,2020-09-29 21:30:02.000000,0.3.6,15.0,pyAudioAnalysis,,,,,188.0,177.0,https://pypi.org/project/pyAudioAnalysis,2020-09-29 21:30:02.000000,11.0,5261.0,5261.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +293,BigDL,intel-analytics/BigDL,,distributed-ml,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50.000000,2021-01-21 17:42:35.000000,2021-01-21 17:42:34.000000,901,178.0,727.0,3694,2659.0,BigDL: Distributed Deep Learning Framework for Apache Spark.,71.0,25,True,2021-01-05 05:55:32.000000,0.12.1,37.0,bigdl,,,,,28.0,22.0,https://pypi.org/project/bigdl,2020-12-29 06:08:45.000000,6.0,1476.0,1476.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,com.intel.analytics.bigdl:bigdl-SPARK_2.4,https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4,2020-12-05 03:54:47.000000,0.0,,, +294,pyfolio,quantopian/pyfolio,,financial-data,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39.000000,2020-07-29 16:06:37.000000,2020-07-15 13:46:58.000000,1078,124.0,263.0,3436,1184.0,Portfolio and risk analytics in Python.,55.0,25,True,2019-04-15 14:54:03.000000,0.9.1,21.0,pyfolio,conda-forge/pyfolio,,,,247.0,193.0,https://pypi.org/project/pyfolio,2019-04-15 14:54:03.000000,54.0,6078.0,6234.0,https://anaconda.org/conda-forge/pyfolio,2020-05-16 14:11:57.267000,5477.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +295,Stable Baselines,hill-a/stable-baselines,,reinforcement-learning,https://github.com/hill-a/stable-baselines,https://github.com/hill-a/stable-baselines,MIT,2018-07-02 14:28:59.000000,2021-01-27 15:25:31.000000,2020-12-23 16:27:08.000000,571,131.0,719.0,2816,835.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",110.0,25,True,2020-08-05 19:45:11.000000,2.10.1,30.0,stable-baselines,,,,,50.0,,https://pypi.org/project/stable-baselines,2020-08-05 19:42:14.000000,50.0,6221.0,6221.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +296,nevergrad,facebookresearch/nevergrad,,hyperopt,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17.000000,2021-01-28 11:50:54.000000,2021-01-28 11:50:23.000000,270,79.0,118.0,2802,763.0,A Python toolbox for performing gradient-free optimization.,42.0,25,True,2020-08-04 12:13:07.000000,0.4.2,26.0,nevergrad,conda-forge/nevergrad,,,,132.0,118.0,https://pypi.org/project/nevergrad,2021-01-19 09:34:05.000000,14.0,6976.0,7609.0,https://anaconda.org/conda-forge/nevergrad,2020-12-14 18:21:29.267000,5702.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +297,vaderSentiment,cjhutto/vaderSentiment,,nlp,https://github.com/cjhutto/vaderSentiment,https://github.com/cjhutto/vaderSentiment,MIT,2014-11-17 16:31:45.000000,2020-07-17 19:47:37.000000,2020-05-22 15:33:43.000000,719,25.0,74.0,2761,122.0,VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based..,10.0,25,True,2020-05-22 15:07:00.000000,3.3.2,15.0,vadersentiment,,,,,2521.0,2235.0,https://pypi.org/project/vadersentiment,2020-05-22 15:07:00.000000,286.0,81786.0,81786.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +298,DeepChem,deepchem/deepchem,,others,https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28.000000,2021-01-28 02:36:50.000000,2021-01-27 20:57:14.000000,907,339.0,847.0,2701,6082.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",146.0,25,True,2021-01-13 21:21:38.000000,2.4.0,201.0,deepchem,,,,['tensorflow'],40.0,36.0,https://pypi.org/project/deepchem,2021-01-27 21:01:54.000000,4.0,1193.0,1193.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +299,Neural Network Libraries,sony/nnabla,,ml-frameworks,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10.000000,2021-01-28 00:52:05.000000,2021-01-22 21:56:09.000000,303,35.0,19.0,2401,2372.0,Neural Network Libraries.,55.0,25,True,2020-12-24 02:44:34.000000,1.15.0,51.0,nnabla,,,,,34.0,,https://pypi.org/project/nnabla,2020-12-24 02:44:34.000000,34.0,1330.0,1342.0,,,,,,,,3.0,521.0,,,,,,,,,,,,,,,,,,,,,, +300,Captum,pytorch/captum,,interpretability,https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41.000000,2021-01-28 09:21:01.000000,2021-01-27 23:41:24.000000,208,47.0,139.0,2096,785.0,Model interpretability and understanding for PyTorch.,67.0,25,True,2021-01-23 18:11:12.000000,0.3.1,5.0,captum,,,,['pytorch'],108.0,108.0,https://pypi.org/project/captum,2021-01-22 20:55:47.000000,0.0,7181.0,7181.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +301,spark-nlp,JohnSnowLabs/spark-nlp,,nlp,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44.000000,2021-01-28 12:49:47.000000,2021-01-28 12:48:04.000000,394,72.0,341.0,1880,5999.0,State of the Art Natural Language Processing.,74.0,25,True,2021-01-25 13:57:52.000000,2.7.2,73.0,spark-nlp,,,,['spark'],0.0,,https://pypi.org/project/spark-nlp,2021-01-25 10:58:44.000000,0.0,337492.0,337492.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +302,TextDistance,life4/textdistance,,nlp,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10.000000,2021-01-27 15:06:38.000000,2020-04-13 10:34:26.000000,162,9.0,,1870,289.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",7.0,25,True,2020-04-13 10:17:59.000000,.4.2.0,20.0,textdistance,conda-forge/textdistance,,,,339.0,311.0,https://pypi.org/project/textdistance,2020-04-13 09:59:27.000000,28.0,84520.0,85128.0,https://anaconda.org/conda-forge/textdistance,2020-11-10 18:38:06.222000,19400.0,,,,,2.0,98.0,,,,,,,,,,,,,,,,,,,,,, +303,facenet-pytorch,timesler/facenet-pytorch,,image,https://github.com/timesler/facenet-pytorch,https://github.com/timesler/facenet-pytorch,MIT,2019-05-25 01:29:24.000000,2020-11-19 06:56:24.000000,2020-11-19 06:56:23.000000,381,26.0,84.0,1797,229.0,Pretrained Pytorch face detection (MTCNN) and recognition (InceptionResnet) models.,11.0,25,True,2020-11-19 06:49:36.000000,2.5.1,30.0,facenet-pytorch,,,,['pytorch'],264.0,261.0,https://pypi.org/project/facenet-pytorch,2020-11-19 06:49:36.000000,3.0,3103.0,7069.0,,,,,,,,2.0,55534.0,,,,,,,,,,,,,,,,,,,,,, +304,Foolbox,bethgelab/foolbox,,adversarial,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48.000000,2021-01-22 09:03:53.000000,2020-12-20 18:05:23.000000,314,42.0,262.0,1767,1637.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",30.0,25,True,2020-09-26 06:49:13.000000,3.2.1,66.0,foolbox,,,,,183.0,165.0,https://pypi.org/project/foolbox,2020-09-26 06:49:13.000000,18.0,929.0,929.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +305,StellarGraph,stellargraph/stellargraph,,graph,https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51.000000,2021-01-28 12:22:45.000000,2021-01-25 04:51:31.000000,251,211.0,701.0,1743,2515.0,StellarGraph - Machine Learning on Graphs.,29.0,25,True,2020-06-30 05:15:21.000000,1.2.1,25.0,stellargraph,,,,['tensorflow'],45.0,43.0,https://pypi.org/project/stellargraph,2020-06-25 09:38:56.000000,2.0,4204.0,4204.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +306,pgmpy,pgmpy/pgmpy,,probabilistics,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58.000000,2021-01-10 12:14:51.000000,2021-01-10 12:14:38.000000,556,224.0,493.0,1686,6.0,Python Library for learning (Structure and Parameter) and inference (Statistical and Causal) in Bayesian Networks.,88.0,25,True,2020-12-30 13:56:53.000000,0.1.13,12.0,pgmpy,,,,,193.0,181.0,https://pypi.org/project/pgmpy,2020-12-30 13:01:04.000000,12.0,19258.0,19265.0,,,,,,,,3.0,52.0,,,,,,,,,,,,,,,,,,,,,, +307,pytorch-optimizer,jettify/pytorch-optimizer,,pytorch-utils,https://github.com/jettify/pytorch-optimizer,https://github.com/jettify/pytorch-optimizer,Apache-2.0,2020-01-03 03:16:39.000000,2021-01-28 10:35:28.000000,2021-01-28 10:35:26.000000,152,10.0,23.0,1653,347.0,torch-optimizer -- collection of optimizers for Pytorch.,19.0,25,True,2021-01-01 16:51:15.000000,0.1.0,19.0,torch_optimizer,,,,['pytorch'],107.0,107.0,https://pypi.org/project/torch_optimizer,2021-01-01 16:51:15.000000,0.0,10330.0,10330.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +308,HyperTools,ContextLab/hypertools,,data-viz,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25.000000,2021-01-06 14:11:39.000000,2021-01-06 14:11:38.000000,151,69.0,122.0,1610,1591.0,A Python toolbox for gaining geometric insights into high-dimensional data.,21.0,25,True,2020-10-02 21:38:16.000000,0.6.3,19.0,hypertools,,,,,109.0,100.0,https://pypi.org/project/hypertools,2020-10-02 21:41:53.000000,9.0,176.0,176.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +309,causalml,uber/causalml,,others,https://github.com/uber/causalml,https://github.com/uber/causalml,Apache-2.0,2019-07-09 02:08:58.000000,2021-01-27 16:54:00.000000,2021-01-22 02:34:46.000000,241,19.0,130.0,1580,298.0,Uplift modeling and causal inference with machine learning algorithms.,23.0,25,True,2020-10-23 22:53:43.000000,0.9.0,12.0,causalml,,,,,11.0,11.0,https://pypi.org/project/causalml,2020-10-23 22:44:35.000000,,8704.0,8704.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +310,category_encoders,scikit-learn-contrib/category_encoders,,sklearn-utils,https://github.com/scikit-learn-contrib/category_encoders,https://github.com/scikit-learn-contrib/category_encoders,BSD-3-Clause,2015-11-29 19:32:37.000000,2020-11-10 15:17:22.000000,2020-07-31 10:43:44.000000,292,64.0,135.0,1563,671.0,A library of sklearn compatible categorical variable encoders.,35.0,25,True,2020-04-29 02:09:51.000000,2.2.2,19.0,category_encoders,conda-forge/category_encoders,,,['sklearn'],23.0,,https://pypi.org/project/category_encoders,2018-10-14 14:15:54.000000,23.0,155292.0,156994.0,https://anaconda.org/conda-forge/category_encoders,2020-04-29 22:37:35.948000,91936.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +311,swifter,jmcarpenter2/swifter,,data-containers,https://github.com/jmcarpenter2/swifter,https://github.com/jmcarpenter2/swifter,MIT,2018-04-07 21:37:19.000000,2020-12-19 19:11:45.000000,2020-12-19 19:11:44.000000,68,14.0,76.0,1514,423.0,A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner.,14.0,25,True,2020-10-11 22:42:57.000000,1.0.7,71.0,swifter,conda-forge/swifter,,,['pandas'],292.0,276.0,https://pypi.org/project/swifter,2020-10-11 22:42:57.000000,16.0,41001.0,44543.0,https://anaconda.org/conda-forge/swifter,2020-09-20 15:08:56.885000,74388.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +312,tslearn,tslearn-team/tslearn,,time-series-data,https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13.000000,2021-01-26 12:41:22.000000,2021-01-25 15:18:03.000000,221,58.0,166.0,1456,,A machine learning toolkit dedicated to time-series data.,29.0,25,True,2021-01-25 15:19:11.000000,0.5.0.5,92.0,tslearn,conda-forge/tslearn,,,['sklearn'],207.0,185.0,https://pypi.org/project/tslearn,2021-01-25 15:28:45.000000,22.0,55085.0,60376.0,https://anaconda.org/conda-forge/tslearn,2021-01-25 17:55:55.394000,179896.0,,,,,2.0,,,-3.0,,,,,,,,,,,,,,,,,,,, +313,streamparse,Parsely/streamparse,,data-pipelines,https://github.com/Parsely/streamparse,https://github.com/Parsely/streamparse,Apache-2.0,2014-05-02 20:33:50.000000,2020-12-18 18:44:04.000000,2020-12-18 18:43:59.000000,219,69.0,263.0,1426,1059.0,"Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.",40.0,25,True,2020-10-07 19:53:15.000000,4.0.0,47.0,streamparse,,,,,73.0,47.0,https://pypi.org/project/streamparse,2020-10-07 19:45:19.000000,26.0,1567.0,1567.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +314,chainercv,chainer/chainercv,,image,https://github.com/chainer/chainercv,https://github.com/chainer/chainercv,MIT,2017-02-13 04:15:10.000000,2020-02-03 01:27:17.000000,2020-01-07 11:48:31.000000,318,54.0,168.0,1425,4930.0,ChainerCV: a Library for Deep Learning in Computer Vision.,39.0,25,True,2019-06-12 11:55:02.000000,0.13.1,23.0,chainercv,,,,,245.0,221.0,https://pypi.org/project/chainercv,2019-05-31 08:53:39.000000,24.0,3042.0,3042.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +315,jellyfish,jamesturk/jellyfish,,nlp,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,BSD-2-Clause,2010-07-09 20:41:11.000000,2021-01-08 15:04:47.681000,2020-12-30 16:47:13.000000,124,9.0,86.0,1387,,a python library for doing approximate and phonetic matching of strings.,20.0,25,True,2020-05-21 20:37:01.000000,0.8.2,27.0,jellyfish,conda-forge/jellyfish,,,,2702.0,2056.0,https://pypi.org/project/jellyfish,2020-05-21 20:37:01.000000,646.0,655328.0,657394.0,https://anaconda.org/conda-forge/jellyfish,2021-01-08 15:04:47.681000,107439.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +316,mtcnn,ipazc/mtcnn,,image,https://github.com/ipazc/mtcnn,https://github.com/ipazc/mtcnn,MIT,2018-01-05 04:08:32.000000,2021-01-13 23:50:59.000000,2021-01-13 23:50:58.000000,373,53.0,36.0,1380,55.0,"MTCNN face detection implementation for TensorFlow, as a PIP package.",14.0,25,True,2019-11-14 17:37:05.000000,0.1.0,10.0,mtcnn,,,,['tensorflow'],879.0,837.0,https://pypi.org/project/mtcnn,2019-11-14 17:37:05.000000,42.0,10324.0,10324.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +317,Ax,facebook/Ax,,hyperopt,https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44.000000,2021-01-27 18:45:04.000000,2021-01-27 18:44:56.000000,140,35.0,178.0,1374,911.0,Adaptive Experimentation Platform.,91.0,25,True,2020-12-08 19:07:48.000000,0.1.19,20.0,ax-platform,,,,['pytorch'],128.0,124.0,https://pypi.org/project/ax-platform,2020-12-08 19:07:48.000000,4.0,13549.0,13549.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +318,dtreeviz,parrt/dtreeviz,,interpretability,https://github.com/parrt/dtreeviz,https://github.com/parrt/dtreeviz,MIT,2018-08-13 21:45:15.000000,2021-01-27 00:33:05.000000,2021-01-27 00:30:21.000000,186,15.0,69.0,1353,316.0,A python library for decision tree visualization and model interpretation.,14.0,25,True,2021-01-27 00:33:05.000000,1.1.4,21.0,dtreeviz,,,,,106.0,102.0,https://pypi.org/project/dtreeviz,2021-01-27 00:31:39.000000,4.0,12243.0,12243.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +319,ViZDoom,mwydmuch/ViZDoom,,reinforcement-learning,https://github.com/mwydmuch/ViZDoom,https://github.com/mwydmuch/ViZDoom,MIT,2015-06-26 18:38:23.000000,2021-01-25 16:15:57.000000,2021-01-25 16:15:54.000000,282,87.0,328.0,1159,1463.0,Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.,44.0,25,True,2020-10-29 15:54:47.000000,1.1.8,19.0,vizdoom,,,,,117.0,105.0,https://pypi.org/project/vizdoom,2020-10-29 15:56:20.000000,12.0,324.0,504.0,,,,,,,,2.0,10464.0,,,,,,,,,,,,,,,,,,,,,, +320,ArcGIS API,Esri/arcgis-python-api,,geospatial-data,https://github.com/Esri/arcgis-python-api,https://github.com/Esri/arcgis-python-api,Apache-2.0,2016-03-16 01:09:14.000000,2021-01-27 23:12:21.000000,2021-01-26 04:34:34.000000,698,111.0,197.0,951,3011.0,Documentation and samples for ArcGIS API for Python.,61.0,25,True,2021-01-27 23:12:21.000000,1.8.4,26.0,arcgis,,esridocker/arcgis-api-python-notebook,,,20.0,,https://pypi.org/project/arcgis,2021-01-27 23:04:37.000000,20.0,17437.0,17500.0,,,,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,2020-03-06 00:53:45.164342,29.0,3688.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +321,arviz,arviz-devs/arviz,,interpretability,https://github.com/arviz-devs/arviz,https://github.com/arviz-devs/arviz,Apache-2.0,2015-07-29 11:51:10.000000,2021-01-28 13:52:39.000000,2021-01-27 23:12:33.000000,175,108.0,416.0,935,,Exploratory analysis of Bayesian models with Python.,63.0,25,True,2021-01-17 23:32:12.000000,0.11.0,21.0,arviz,conda-forge/arviz,,,,725.0,689.0,https://pypi.org/project/arviz,2021-01-17 23:32:12.000000,36.0,99110.0,107901.0,https://anaconda.org/conda-forge/arviz,2021-01-18 02:16:25.172000,175776.0,,,,,2.0,98.0,,-3.0,,,,,,,,,,,,,,,,,,,, +322,bcolz,Blosc/bcolz,,data-containers,https://github.com/Blosc/bcolz,https://github.com/Blosc/bcolz,BSD-3-Clause,2010-08-18 15:27:02.000000,2020-09-10 12:12:51.000000,2020-09-10 12:12:45.000000,115,126.0,120.0,908,1280.0,A columnar data container that can be compressed.,33.0,25,True,2018-04-13 07:44:26.000000,1.2.1,23.0,bcolz,conda-forge/bcolz,,,,2457.0,1489.0,https://pypi.org/project/bcolz,2018-04-13 07:44:26.000000,968.0,16013.0,20449.0,https://anaconda.org/conda-forge/bcolz,2019-11-05 21:09:48.045000,208501.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +323,empyrical,quantopian/empyrical,,financial-data,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52.000000,2020-10-14 13:28:13.625000,2020-10-14 13:22:39.000000,221,27.0,26.0,702,167.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,22.0,25,True,2020-10-13 21:28:25.000000,0.5.5,20.0,empyrical,conda-forge/empyrical,,,,728.0,506.0,https://pypi.org/project/empyrical,2020-10-13 17:31:37.000000,222.0,21849.0,22112.0,https://anaconda.org/conda-forge/empyrical,2020-10-14 13:28:13.625000,9222.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +324,Satpy,pytroll/satpy,,geospatial-data,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43.000000,2021-01-28 10:04:32.000000,2021-01-28 10:04:31.000000,191,300.0,289.0,672,8170.0,Python package for earth-observing satellite data processing.,103.0,25,False,2021-01-07 03:03:07.000000,0.25.1,63.0,satpy,conda-forge/satpy,,,,45.0,39.0,https://pypi.org/project/satpy,2021-01-07 03:03:07.000000,6.0,259.0,1996.0,https://anaconda.org/conda-forge/satpy,2021-01-07 15:09:16.887000,52119.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +325,mahotas,luispedro/mahotas,,image,https://github.com/luispedro/mahotas,https://github.com/luispedro/mahotas,MIT,2010-01-31 00:13:06.000000,2021-01-22 05:47:20.379000,2021-01-13 11:55:02.000000,129,16.0,57.0,664,1276.0,Computer Vision in Python.,30.0,25,True,2020-06-11 11:35:18.000000,1.4.11,57.0,mahotas,conda-forge/mahotas,,,,748.0,558.0,https://pypi.org/project/mahotas,2020-08-16 17:22:48.000000,190.0,8686.0,13006.0,https://anaconda.org/conda-forge/mahotas,2021-01-22 05:47:20.379000,250608.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +326,pyahocorasick,WojciechMula/pyahocorasick,,nlp,https://github.com/WojciechMula/pyahocorasick,https://github.com/WojciechMula/pyahocorasick,BSD-3-Clause,2013-05-30 19:55:46.000000,2021-01-26 17:43:38.000000,2021-01-26 17:43:28.000000,88,32.0,66.0,572,410.0,Python module (C extension and plain python) implementing Aho-Corasick algorithm.,20.0,25,True,2021-01-26 17:38:47.000000,1.4.1,23.0,pyahocorasick,conda-forge/pyahocorasick,,,,581.0,477.0,https://pypi.org/project/pyahocorasick,2021-01-26 17:38:47.000000,104.0,77490.0,80398.0,https://anaconda.org/conda-forge/pyahocorasick,2020-10-13 12:20:05.350000,107623.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +327,SMAC3,automl/SMAC3,,hyperopt,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-3-Clause,2016-08-17 10:58:05.000000,2021-01-27 16:18:49.000000,2020-10-29 10:14:55.000000,153,76.0,250.0,555,1888.0,Sequential Model-based Algorithm Configuration.,30.0,25,True,2020-10-29 10:57:56.000000,0.13.1,29.0,smac,,,,,58.0,,https://pypi.org/project/smac,2020-10-29 10:57:56.000000,58.0,6096.0,6096.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +328,TensorFlow I/O,tensorflow/io,,tensorflow-utils,https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05.000000,2021-01-28 04:10:12.000000,2021-01-27 05:48:15.000000,147,115.0,273.0,409,1343.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",72.0,25,True,2020-12-15 00:45:37.000000,0.17.0,21.0,tensorflow-io,,,,['tensorflow'],98.0,98.0,https://pypi.org/project/tensorflow-io,2020-12-15 00:42:35.000000,0.0,34080.0,34080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +329,mpi4py,mpi4py/mpi4py,,distributed-ml,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25.000000,2021-01-28 11:11:53.000000,2021-01-28 11:08:53.000000,61,2.0,6.0,377,2209.0,Python bindings for MPI.,13.0,25,True,2020-07-27 06:40:19.000000,3.0.3,13.0,mpi4py,conda-forge/mpi4py,,,,700.0,,https://pypi.org/project/mpi4py,2019-11-04 13:05:10.000000,700.0,106910.0,116931.0,https://anaconda.org/conda-forge/mpi4py,2021-01-19 17:48:43.682000,514091.0,,,,,2.0,810.0,,,,,,,,,,,,,,,,,,,,,, +330,python-soundfile,bastibe/python-soundfile,,audio,https://github.com/bastibe/python-soundfile,https://github.com/bastibe/python-soundfile,BSD-3-Clause,2013-08-27 13:36:52.000000,2021-01-13 07:52:51.000000,2020-12-01 18:42:47.000000,43,57.0,87.0,361,493.0,"SoundFile is an audio library based on libsndfile, CFFI, and NumPy.",19.0,25,True,2019-12-04 10:03:39.000000,0.10.3post1,7.0,soundfile,,,,,6151.0,5411.0,https://pypi.org/project/soundfile,2018-04-19 07:13:19.000000,740.0,298659.0,298683.0,,,,,,,,2.0,2023.0,,,,,,,,,,,,,,,,,,,,,, +331,hvPlot,holoviz/hvplot,,data-viz,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41.000000,2021-01-17 16:07:26.000000,2021-01-17 16:07:25.000000,49,98.0,220.0,338,367.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",22.0,25,True,2020-12-16 22:59:26.000000,0.7.0,9.0,hvplot,conda-forge/hvplot,,,,463.0,448.0,https://pypi.org/project/hvplot,2020-06-02 00:27:18.000000,15.0,27011.0,29091.0,https://anaconda.org/conda-forge/hvplot,2021-01-06 23:26:19.353000,60327.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +332,PaddleOCR,PaddlePaddle/PaddleOCR,,ocr,https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16.000000,2021-01-28 11:15:36.000000,2021-01-28 11:15:35.000000,1924,388.0,839.0,10161,,"Awesome multilingual OCR toolkits based on PaddlePaddle practical ultra lightweight OCR system, provide data..",41.0,24,True,2020-12-18 04:01:23.000000,2.0.2,10.0,paddleocr,,,,['paddle'],19.0,19.0,https://pypi.org/project/paddleocr,2020-12-18 04:01:23.000000,0.0,1207.0,1207.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +333,ParlAI,facebookresearch/ParlAI,,nlp,https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44.000000,2021-01-27 03:02:34.000000,2021-01-27 02:24:50.000000,1439,90.0,837.0,6942,3603.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,139.0,24,True,2021-01-19 19:10:47.000000,1.0.0,13.0,parlai,,,,['pytorch'],6.0,6.0,https://pypi.org/project/parlai,2021-01-19 19:10:47.000000,,735.0,735.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +334,NuPIC,numenta/nupic,,ml-frameworks,https://github.com/numenta/nupic,https://github.com/numenta/nupic,AGPL-3.0,2013-04-05 23:14:27.000000,2020-12-11 19:56:36.000000,2019-10-23 20:45:07.000000,1585,456.0,1337.0,6193,6625.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",120.0,24,False,2018-06-01 15:37:54.000000,1.0.5,53.0,nupic,,,,,130.0,92.0,https://pypi.org/project/nupic,2018-06-01 15:37:54.000000,38.0,896.0,896.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +335,EfficientNet-PyTorch,lukemelas/EfficientNet-PyTorch,,pytorch-utils,https://github.com/lukemelas/EfficientNet-PyTorch,https://github.com/lukemelas/EfficientNet-PyTorch,Apache-2.0,2019-05-30 05:24:11.000000,2020-12-28 15:43:30.000000,2020-10-09 16:24:04.000000,1067,111.0,117.0,5390,141.0,A PyTorch implementation of EfficientNet.,21.0,24,True,2020-08-26 03:00:05.000000,0.7.0,12.0,efficientnet-pytorch,,,,['pytorch'],14.0,,https://pypi.org/project/efficientnet-pytorch,2020-08-26 03:00:05.000000,14.0,26908.0,57465.0,,,,,,,,1.0,305578.0,,,,,,,,,,,,,,,,,,,,,, +336,Edward,blei-lab/edward,,probabilistics,https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05.000000,2019-10-22 20:30:48.000000,2018-07-25 01:28:08.000000,767,212.0,327.0,4598,1796.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",87.0,24,False,2018-01-22 06:03:37.000000,1.3.5,28.0,edward,,,,['tensorflow'],242.0,205.0,https://pypi.org/project/edward,2018-01-22 06:03:05.000000,37.0,484.0,484.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,,,,, +337,textgenrnn,minimaxir/textgenrnn,,nlp,https://github.com/minimaxir/textgenrnn,https://github.com/minimaxir/textgenrnn,MIT,2017-08-07 02:13:37.000000,2020-12-25 03:33:19.000000,2020-07-14 02:41:10.000000,654,107.0,79.0,4232,174.0,Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines..,19.0,24,True,2020-02-03 01:07:00.000000,2.0.0,14.0,textgenrnn,,,,['tensorflow'],620.0,606.0,https://pypi.org/project/textgenrnn,2020-02-02 21:16:15.000000,14.0,1806.0,1817.0,,,,,,,,3.0,394.0,,,,,,,,,,,,,,,,,,,,,, +338,Lucid,tensorflow/lucid,,interpretability,https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44.000000,2021-01-26 21:54:54.000000,2021-01-26 21:54:53.000000,555,67.0,93.0,4042,636.0,A collection of infrastructure and tools for research in neural network interpretability.,35.0,24,True,2019-01-17 19:46:43.000000,0.3.9-alpha,16.0,lucid,,,,['tensorflow'],429.0,423.0,https://pypi.org/project/lucid,2018-12-20 00:26:11.000000,6.0,510.0,510.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +339,Lasagne,Lasagne/Lasagne,,ml-frameworks,https://github.com/Lasagne/Lasagne,https://github.com/Lasagne/Lasagne,MIT,2014-09-11 15:31:41.000000,2019-11-20 20:28:31.000000,2019-11-20 20:28:30.000000,983,139.0,402.0,3771,1161.0,Lightweight library to build and train neural networks in Theano.,72.0,24,False,2015-08-13 21:00:09.000000,0.1,1.0,lasagne,,,,,1032.0,779.0,https://pypi.org/project/lasagne,2015-08-13 21:10:53.000000,253.0,1352.0,1352.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +340,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,,distributed-ml,https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57.000000,2021-01-27 02:31:23.000000,2021-01-27 02:31:19.000000,928,6.0,336.0,3620,592.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,33.0,24,True,2020-12-18 21:57:51.000000,2.2.2,29.0,tensorflowonspark,,,,"['tensorflow', 'spark']",5.0,,https://pypi.org/project/tensorflowonspark,2020-12-18 18:32:09.000000,5.0,57077.0,57077.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +341,espnet,espnet/espnet,,audio,https://github.com/espnet/espnet,https://github.com/espnet/espnet,Apache-2.0,2017-12-13 00:45:11.000000,2021-01-28 14:17:37.000000,2021-01-28 14:17:36.000000,1062,134.0,1040.0,3368,10615.0,End-to-End Speech Processing Toolkit.,137.0,24,True,2021-01-15 08:52:23.000000,0.9.7,32.0,espnet,,,,,4.0,4.0,https://pypi.org/project/espnet,2021-01-15 08:52:23.000000,0.0,868.0,869.0,,,,,,,,3.0,59.0,,,,,,,,,,,,,,,,,,,,,, +342,torchdiffeq,rtqichen/torchdiffeq,,pytorch-utils,https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25.000000,2021-01-19 18:51:33.000000,2021-01-19 18:50:31.000000,574,15.0,109.0,3326,208.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,19.0,24,True,2021-01-19 18:51:18.000000,0.2.0,4.0,torchdiffeq,,,,['pytorch'],59.0,59.0,https://pypi.org/project/torchdiffeq,2021-01-19 18:51:18.000000,0.0,1889.0,1889.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +343,T5,google-research/text-to-text-transfer-transformer,,nlp,https://github.com/google-research/text-to-text-transfer-transformer,https://github.com/google-research/text-to-text-transfer-transformer,Apache-2.0,2019-10-17 21:45:14.000000,2021-01-27 01:17:44.000000,2021-01-25 18:01:23.000000,421,38.0,294.0,3163,410.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,28.0,24,True,2020-12-18 21:12:02.000000,0.8.1,25.0,t5,,,,['tensorflow'],21.0,21.0,https://pypi.org/project/t5,2020-12-18 21:12:02.000000,0.0,5507.0,5507.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +344,pytorch-summary,sksq96/pytorch-summary,,pytorch-utils,https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04.000000,2020-09-11 22:33:42.000000,2020-08-07 01:16:40.000000,342,100.0,36.0,2891,56.0,Model summary in PyTorch similar to `model.summary()` in Keras.,11.0,24,True,2018-09-26 05:07:28.000000,1.5.1,12.0,torchsummary,,,,['pytorch'],1938.0,1820.0,https://pypi.org/project/torchsummary,2018-09-26 05:07:28.000000,118.0,33024.0,33024.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +345,TensorForce,tensorforce/tensorforce,,reinforcement-learning,https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22.000000,2021-01-21 21:27:05.000000,2021-01-21 21:26:58.000000,472,8.0,539.0,2848,2014.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,76.0,24,True,2020-10-03 16:00:39.000000,0.6.2,12.0,tensorforce,,,,['tensorflow'],23.0,,https://pypi.org/project/tensorforce,2019-09-07 13:56:18.000000,23.0,663.0,663.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +346,xLearn,aksnzhy/xlearn,,ml-frameworks,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31.000000,2021-01-28 14:17:44.000000,2020-03-03 10:12:35.000000,487,177.0,107.0,2831,1340.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",30.0,24,True,2019-04-25 02:10:05.000000,0.4.4,15.0,xlearn,,,,,41.0,40.0,https://pypi.org/project/xlearn,2018-12-04 11:05:06.000000,1.0,5447.0,5514.0,,,,,,,,3.0,2278.0,,,,,,,,,,,,,,,,,,,,,, +347,Chartify,spotify/chartify,,data-viz,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05.000000,2021-01-16 19:45:00.000000,2020-11-02 22:11:04.000000,250,40.0,30.0,2815,186.0,Python library that makes it easy for data scientists to create charts.,19.0,24,True,2020-11-02 22:14:08.000000,3.0.3,16.0,chartify,conda-forge/chartify,,,,57.0,52.0,https://pypi.org/project/chartify,2020-11-02 22:14:08.000000,5.0,3103.0,3557.0,https://anaconda.org/conda-forge/chartify,2020-11-07 19:52:50.628000,11823.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +348,PML,KevinMusgrave/pytorch-metric-learning,,pytorch-utils,https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35.000000,2021-01-21 06:14:22.000000,2021-01-21 06:14:10.000000,356,33.0,174.0,2681,599.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",12.0,24,True,2021-01-12 14:49:11.000000,0.9.96,142.0,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,,['pytorch'],47.0,47.0,https://pypi.org/project/pytorch-metric-learning,2021-01-21 04:16:25.000000,0.0,3059.0,3155.0,https://anaconda.org/metric-learning/pytorch-metric-learning,2021-01-12 15:47:14.797000,1154.0,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +349,DoWhy,Microsoft/dowhy,,interpretability,https://github.com/microsoft/dowhy,https://github.com/microsoft/dowhy,MIT,2018-05-31 13:07:04.000000,2021-01-28 04:58:19.000000,2021-01-24 16:00:42.000000,371,16.0,81.0,2628,423.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,38.0,24,True,2020-12-12 15:26:03.000000,0.5.1,5.0,dowhy,conda-forge/dowhy,,,,25.0,25.0,https://pypi.org/project/dowhy,2020-12-12 15:26:03.000000,,5683.0,5801.0,https://anaconda.org/conda-forge/dowhy,2020-12-13 07:46:12.761000,941.0,,,,,2.0,21.0,,,,,,,,,,,,,,,,,,,,,, +350,Sumy,miso-belica/sumy,,nlp,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48.000000,2020-11-21 17:08:35.000000,2020-11-21 17:08:33.000000,437,10.0,78.0,2479,397.0,Module for automatic summarization of text documents and HTML pages.,20.0,24,True,2019-05-19 14:39:21.000000,0.8.1,13.0,sumy,,,,,835.0,643.0,https://pypi.org/project/sumy,2019-05-19 14:38:29.000000,192.0,5233.0,5233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +351,einops,arogozhnikov/einops,,ml-frameworks,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08.000000,2021-01-09 20:03:22.000000,2021-01-09 20:03:21.000000,76,22.0,41.0,2272,293.0,"Deep learning operations reinvented (for pytorch, tensorflow, jax and others).",10.0,24,True,2020-09-08 08:33:29.000000,0.3,3.0,einops,conda-forge/einops,,,,223.0,213.0,https://pypi.org/project/einops,2020-09-08 08:21:26.000000,10.0,15305.0,15528.0,https://anaconda.org/conda-forge/einops,2020-10-15 20:10:19.681000,3580.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +352,Arctic,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.000000,2021-01-27 23:40:38.000000,2021-01-26 00:14:21.000000,439,88.0,421.0,2151,1067.0,Arctic is a high performance datastore for numeric data.,71.0,24,True,2020-12-01 23:17:26.000000,1.79.4,83.0,arctic,conda-forge/arctic,,,,146.0,104.0,https://pypi.org/project/arctic,2020-12-01 23:16:12.000000,42.0,1922.0,2543.0,https://anaconda.org/conda-forge/arctic,2019-12-16 08:57:24.231000,12414.0,,,,,3.0,92.0,,,,,,,,,,,,,,,,,,,,,, +353,ClearML,allegroai/clearml,,ml-experiments,https://github.com/allegroai/clearml,https://github.com/allegroai/clearml,Apache-2.0,2019-06-10 08:18:32.000000,2021-01-25 11:20:22.000000,2021-01-25 11:20:21.000000,318,58.0,200.0,2137,1027.0,"ClearML - Auto-Magical Suite of tools to streamline your ML workflow. Experiment Manager, ML-Ops and Data-Management.",25.0,24,True,2021-01-13 12:56:36.000000,0.17.4,39.0,clearml,,allegroai/trains,,,11.0,11.0,https://pypi.org/project/clearml,2021-01-24 07:26:05.000000,0.0,1785.0,3374.0,,,,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671,,29951.0,2.0,259.0,,,,,,,,,,,,,,,,,,,,,, +354,Hyperas,maxpumperla/hyperas,,hyperopt,https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10.000000,2020-12-22 08:31:48.000000,2020-12-22 08:31:47.000000,296,88.0,158.0,2065,209.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,21.0,24,True,2019-02-28 09:16:54.000000,0.4.1,9.0,hyperas,,,,['tensorflow'],21.0,,https://pypi.org/project/hyperas,2019-02-28 09:16:54.000000,21.0,10513.0,10513.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +355,fastNLP,fastnlp/fastNLP,,nlp,https://github.com/fastnlp/fastNLP,https://github.com/fastnlp/fastNLP,Apache-2.0,2018-03-07 13:30:20.000000,2020-12-16 10:04:23.000000,2020-11-23 10:50:37.000000,351,16.0,127.0,1991,1706.0,fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.,48.0,24,True,2020-11-06 15:31:29.000000,0.6.0,10.0,fastnlp,,,,,23.0,22.0,https://pypi.org/project/fastnlp,2019-02-04 02:35:37.000000,1.0,443.0,445.0,,,,,,,,3.0,54.0,,,,,,,,,,,,,,,,,,,,,, +356,SRU,asappresearch/sru,,pytorch-utils,https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41.000000,2021-01-27 21:54:12.000000,2020-12-17 19:36:53.000000,280,49.0,53.0,1870,378.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,21.0,24,True,2020-12-17 19:40:55.000000,2.6.0-rc1,22.0,sru,,,,['pytorch'],16.0,15.0,https://pypi.org/project/sru,2021-01-22 20:02:59.000000,1.0,2005.0,2005.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +357,python_speech_features,jameslyons/python_speech_features,,audio,https://github.com/jameslyons/python_speech_features,https://github.com/jameslyons/python_speech_features,MIT,2013-10-31 02:42:08.000000,2020-12-31 13:27:02.000000,2020-12-31 13:27:01.000000,537,23.0,49.0,1835,120.0,This library provides common speech features for ASR including MFCCs and filterbank energies.,18.0,24,True,2020-01-14 14:12:10.000000,0.6.1,6.0,python_speech_features,,,,,300.0,,https://pypi.org/project/python_speech_features,2017-08-16 01:46:13.000000,300.0,41149.0,41149.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +358,polyglot,aboSamoor/polyglot,,nlp,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45.000000,2020-10-27 10:55:53.000000,2020-09-22 22:35:28.000000,292,132.0,62.0,1755,271.0,Multilingual text (NLP) processing toolkit.,26.0,24,False,2016-07-03 20:05:42.000000,16.7.4,8.0,polyglot,,,,,499.0,434.0,https://pypi.org/project/polyglot,2016-07-03 20:05:42.000000,65.0,34308.0,34308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +359,Alphalens,quantopian/alphalens,,financial-data,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15.000000,2020-09-05 16:48:14.000000,2020-04-27 18:40:41.000000,639,38.0,145.0,1735,522.0,Performance analysis of predictive (alpha) stock factors.,25.0,24,True,2020-04-30 15:42:52.000000,0.4.0,10.0,alphalens,conda-forge/alphalens,,,,365.0,351.0,https://pypi.org/project/alphalens,2020-04-27 21:03:10.000000,14.0,1781.0,2076.0,https://anaconda.org/conda-forge/alphalens,2020-05-16 13:52:44.922000,10359.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +360,TorchServe,pytorch/serve,,model-serialisation,https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43.000000,2021-01-28 00:05:07.000000,2021-01-13 01:32:25.000000,226,130.0,399.0,1543,1049.0,Model Serving on PyTorch.,61.0,24,True,2020-12-18 01:38:41.000000,0.3.0,6.0,torchserve,pytorch/torchserve,pytorch/torchserve,,['pytorch'],26.0,26.0,https://pypi.org/project/torchserve,2020-12-17 19:04:04.000000,,3299.0,7379.0,https://anaconda.org/pytorch/torchserve,2020-12-17 18:30:12.593000,6216.0,https://hub.docker.com/r/pytorch/torchserve,2020-12-18 18:32:51.570336,3.0,50555.0,2.0,181.0,,,,,,,,,,,,,,,,,,,,,, +361,Elephas,maxpumperla/elephas,,distributed-ml,https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19.000000,2021-01-25 02:43:23.000000,2021-01-25 02:43:17.000000,286,22.0,111.0,1439,437.0,Distributed Deep learning with Keras & Spark.,26.0,24,True,2021-01-25 02:08:03.000000,1.2.1,15.0,elephas,,,,"['keras', 'spark']",39.0,36.0,https://pypi.org/project/elephas,2021-01-25 02:05:37.000000,3.0,7315.0,7315.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +362,PyTextRank,DerwenAI/pytextrank,,nlp,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12.000000,2021-01-19 13:43:09.000000,2020-09-21 19:22:46.000000,291,17.0,37.0,1405,147.0,Python implementation of TextRank for phrase extraction and summarization of text documents.,10.0,24,True,2020-09-15 16:51:59.000000,2.0.3,10.0,pytextrank,,,,,129.0,123.0,https://pypi.org/project/pytextrank,2020-09-15 16:51:59.000000,6.0,8875.0,8875.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +363,haystack,deepset-ai/haystack,,nlp,https://github.com/deepset-ai/haystack,https://github.com/deepset-ai/haystack,Apache-2.0,2019-11-14 09:05:28.000000,2021-01-27 16:42:53.000000,2021-01-27 16:01:29.000000,240,61.0,376.0,1314,509.0,Transformers at scale for question answering & neural search. Using NLP via a modular Retriever-Reader-Pipeline...,31.0,24,True,2021-01-21 17:42:17.000000,0.7.0,34.0,haystack,,,,,104.0,30.0,https://pypi.org/project/haystack,2017-07-03 04:44:52.000000,74.0,671.0,671.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +364,TNT,pytorch/tnt,,ml-experiments,https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58.000000,2021-01-22 09:14:29.000000,2021-01-05 19:36:17.000000,186,30.0,34.0,1278,156.0,"Simple tools for logging and visualizing, loading and training.",35.0,24,True,2019-11-15 12:57:59.000000,0.0.5.1,3.0,torchnet,,,,['pytorch'],567.0,517.0,https://pypi.org/project/torchnet,2018-07-29 23:16:03.000000,50.0,5935.0,5935.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +365,IB-insync,erdewit/ib_insync,,financial-data,https://github.com/erdewit/ib_insync,https://github.com/erdewit/ib_insync,BSD-2-Clause,2017-07-12 12:09:24.000000,2021-01-22 17:20:01.000000,2021-01-12 09:49:36.000000,381,5.0,279.0,1213,547.0,Python sync/async framework for Interactive Brokers API.,25.0,24,True,2020-11-03 13:37:57.000000,0.9.64,89.0,ib_insync,conda-forge/ib-insync,,,,12.0,,https://pypi.org/project/ib_insync,2020-11-03 13:37:57.000000,12.0,2335.0,2733.0,https://anaconda.org/conda-forge/ib-insync,2020-11-07 23:30:42.910000,7181.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +366,Fairness 360,Trusted-AI/AIF360,,interpretability,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15.000000,2021-01-27 21:48:18.000000,2021-01-19 17:09:39.000000,384,35.0,46.0,1204,291.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",41.0,24,True,2020-06-02 22:59:53.000000,0.3.0,8.0,aif360,,,,,64.0,62.0,https://pypi.org/project/aif360,2020-06-02 22:49:24.000000,2.0,1878.0,1878.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +367,petastorm,uber/petastorm,,distributed-ml,https://github.com/uber/petastorm,https://github.com/uber/petastorm,Apache-2.0,2018-06-15 23:15:29.000000,2021-01-27 04:17:13.000000,2021-01-23 03:47:57.000000,178,121.0,111.0,1060,615.0,Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets..,38.0,24,True,2020-12-15 18:37:49.000000,0.9.8,64.0,petastorm,,,,,25.0,25.0,https://pypi.org/project/petastorm,2020-12-15 18:37:49.000000,,33283.0,33292.0,,,,,,,,2.0,288.0,,,,,,,,,,,,,,,,,,,,,, +368,TabPy,tableau/TabPy,,others,https://github.com/tableau/TabPy,https://github.com/tableau/TabPy,MIT,2016-09-27 21:26:03.000000,2021-01-22 23:03:42.000000,2021-01-22 23:03:41.000000,377,8.0,248.0,1021,823.0,Execute Python code on the fly and display results in Tableau visualizations:.,39.0,24,True,2020-11-11 19:06:41.000000,2.3.1,24.0,tabpy,,,,,44.0,44.0,https://pypi.org/project/tabpy,2020-11-11 19:06:41.000000,,1475.0,1475.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +369,Streamz,python-streamz/streamz,,time-series-data,https://github.com/python-streamz/streamz,https://github.com/python-streamz/streamz,BSD-3-Clause,2017-04-04 21:45:49.000000,2021-01-15 14:38:35.032000,2021-01-14 20:46:26.000000,112,89.0,127.0,897,733.0,Real-time stream processing for python.,38.0,24,True,2020-11-02 14:53:29.000000,0.6.1,14.0,streamz,conda-forge/streamz,,,,201.0,185.0,https://pypi.org/project/streamz,2020-11-02 14:53:29.000000,16.0,2140.0,4904.0,https://anaconda.org/conda-forge/streamz,2021-01-15 14:38:35.032000,110572.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +370,PySAL,pysal/pysal,,geospatial-data,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42.000000,2021-01-24 19:14:47.000000,2021-01-24 19:14:46.000000,241,58.0,583.0,814,4112.0,PySAL: Python Spatial Analysis Library Meta-Package.,70.0,24,True,2020-07-30 03:12:31.000000,2.3.0,24.0,pysal,conda-forge/pysal,,,,18.0,,https://pypi.org/project/pysal,2020-07-30 03:12:31.000000,18.0,8335.0,15678.0,https://anaconda.org/conda-forge/pysal,2020-07-30 10:24:58.290000,396531.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +371,kmodes,nicodv/kmodes,,others,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40.000000,2021-01-23 18:33:23.000000,2021-01-23 18:33:23.000000,338,20.0,106.0,804,449.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",16.0,24,True,2020-02-25 21:38:29.000000,0.10.2,12.0,kmodes,,,,,435.0,422.0,https://pypi.org/project/kmodes,2020-02-25 21:30:28.000000,13.0,44710.0,44710.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +372,ffn,pmorissette/ffn,,financial-data,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09.000000,2021-01-26 04:14:23.000000,2021-01-26 04:14:22.000000,177,16.0,63.0,760,308.0,ffn - a financial function library for Python.,23.0,24,True,2018-05-28 14:01:56.000000,0.3.4,25.0,ffn,,,,,112.0,96.0,https://pypi.org/project/ffn,2018-05-28 14:01:56.000000,16.0,8114.0,8114.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +373,ktrain,amaiya/ktrain,,ml-frameworks,https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39.000000,2021-01-28 01:04:41.000000,2021-01-28 01:03:57.000000,175,8.0,291.0,726,2152.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,12.0,24,True,2021-01-28 01:04:41.000000,0.25.4,147.0,ktrain,,,,['tensorflow'],113.0,112.0,https://pypi.org/project/ktrain,2021-01-28 01:03:31.000000,1.0,4736.0,4736.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +374,PennyLane,PennyLaneAI/PennyLane,,others,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42.000000,2021-01-28 09:25:48.000000,2021-01-28 08:30:39.000000,211,50.0,232.0,718,1776.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,39.0,24,True,2020-12-22 16:10:22.000000,0.13.0-post2,18.0,pennylane,,,,,20.0,,https://pypi.org/project/pennylane,2020-11-27 18:07:34.000000,20.0,1583.0,1585.0,,,,,,,,2.0,53.0,,,,,,,,,,,,,,,,,,,,,, +375,GPyOpt,SheffieldML/GPyOpt,,hyperopt,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25.000000,2020-11-17 10:32:02.000000,2020-11-05 15:16:04.000000,217,100.0,186.0,706,514.0,Gaussian Process Optimization using GPy.,49.0,24,True,2020-03-19 21:21:18.000000,1.2.6,11.0,gpyopt,,,,,207.0,171.0,https://pypi.org/project/gpyopt,2020-03-19 11:37:45.000000,36.0,4309.0,4309.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +376,stockstats,jealous/stockstats,,financial-data,https://github.com/jealous/stockstats,https://github.com/jealous/stockstats,BSD-3-Clause,2016-06-05 15:21:22.000000,2020-12-10 07:08:11.000000,2020-10-17 10:59:35.000000,194,29.0,30.0,703,23.0,Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.,7.0,24,True,2020-10-17 11:10:43.000000,0.3.2,14.0,stockstats,,,,,192.0,168.0,https://pypi.org/project/stockstats,2020-10-17 11:10:43.000000,24.0,22586.0,22586.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +377,pythreejs,jupyter-widgets/pythreejs,,data-viz,https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000000,2021-01-19 14:26:57.000000,2020-10-09 09:41:09.000000,156,60.0,137.0,698,1594.0,A Jupyter - Three.js bridge.,24.0,24,True,2020-03-19 11:32:37.000000,2.2.1,42.0,pythreejs,conda-forge/pythreejs,,,['jupyter'],36.0,15.0,https://pypi.org/project/pythreejs,2020-10-09 09:40:47.000000,13.0,5631.0,15513.0,https://anaconda.org/conda-forge/pythreejs,2020-10-12 12:24:08.446000,261258.0,,,,,3.0,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2020-03-19 11:22:13.041000,8.0,5217.0,,,,,,,,,,,,,,, +378,CLTK,cltk/cltk,,nlp,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47.000000,2021-01-09 23:56:41.000000,2021-01-09 23:56:40.000000,297,125.0,357.0,629,2771.0,The Classical Language Toolkit.,107.0,24,True,2020-06-22 06:03:33.000000,0.1.121,160.0,cltk,,,,,221.0,153.0,https://pypi.org/project/cltk,2021-01-01 18:03:05.000000,68.0,1004.0,1004.0,,,,,,,,3.0,22.0,,,,,,,,,,,,,,,,,,,,,, +379,pyjanitor,ericmjl/pyjanitor,,others,https://github.com/ericmjl/pyjanitor,https://github.com/ericmjl/pyjanitor,MIT,2018-03-04 22:43:33.000000,2021-01-28 08:52:40.000000,2021-01-27 01:34:12.000000,118,91.0,278.0,620,1162.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,87.0,24,True,2020-10-03 12:24:35.000000,0.20.10,46.0,pyjanitor,conda-forge/pyjanitor,,,,79.0,77.0,https://pypi.org/project/pyjanitor,2020-10-03 12:24:35.000000,2.0,1418.0,3686.0,https://anaconda.org/conda-forge/pyjanitor,2020-10-04 12:30:53.707000,77115.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +380,tensorflow-upstream,ROCmSoftwarePlatform/tensorflow-upstream,,ml-frameworks,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,https://github.com/ROCmSoftwarePlatform/tensorflow-upstream,Apache-2.0,2018-04-09 21:24:50.000000,2021-01-27 23:48:02.000000,2021-01-27 21:43:53.000000,64,55.0,225.0,533,79524.0,TensorFlow ROCm port.,3513.0,24,True,2020-12-08 01:43:55.000000,2.4.0,58.0,tensorflow-rocm,,,,['tensorflow'],,,https://pypi.org/project/tensorflow-rocm,2020-12-22 02:51:55.000000,,1093.0,1093.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,,,, +381,Intake,intake/intake,,data-loading,https://github.com/intake/intake,https://github.com/intake/intake,BSD-2-Clause,2017-08-14 20:44:22.000000,2021-01-28 14:40:04.000000,2021-01-28 14:40:02.000000,91,75.0,190.0,522,1628.0,"Intake is a lightweight package for finding, investigating, loading and disseminating data.",52.0,24,True,2020-06-03 19:03:40.000000,0.6.0,19.0,intake,conda-forge/intake,,,,294.0,220.0,https://pypi.org/project/intake,2020-06-03 19:03:40.000000,74.0,2075.0,4247.0,https://anaconda.org/conda-forge/intake,2020-06-03 19:49:52.133000,56479.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +382,combo,yzhao062/combo,,sklearn-utils,https://github.com/yzhao062/combo,https://github.com/yzhao062/combo,BSD-2-Clause,2019-07-14 01:13:36.000000,2020-12-23 14:27:11.000000,2020-12-23 14:27:05.000000,82,7.0,3.0,473,201.0,(AAAI' 20) A Python Toolbox for Machine Learning Model Combination.,1.0,24,True,2020-12-23 02:21:49.000000,0.1.2,12.0,combo,,,,"['sklearn', 'xgboost']",260.0,260.0,https://pypi.org/project/combo,2020-12-23 02:21:49.000000,0.0,62678.0,62678.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +383,SALib,SALib/SALib,,probabilistics,https://github.com/SALib/SALib,https://github.com/SALib/SALib,MIT,2013-05-30 13:38:10.000000,2021-01-20 02:04:22.000000,2021-01-20 02:04:21.000000,140,45.0,182.0,430,909.0,"Sensitivity Analysis Library in Python (Numpy). Contains Sobol, Morris, Fractional Factorial and FAST methods.",24.0,24,True,2020-11-12 17:13:12.000000,1.3.12,29.0,salib,conda-forge/salib,,,,44.0,,https://pypi.org/project/salib,2020-11-19 15:36:26.000000,44.0,10537.0,11673.0,https://anaconda.org/conda-forge/salib,2020-10-24 17:04:41.614000,56815.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +384,findspark,minrk/findspark,,others,https://github.com/minrk/findspark,https://github.com/minrk/findspark,BSD-3-Clause,2015-06-12 21:34:06.000000,2020-06-08 09:32:35.000000,2020-06-08 09:31:58.000000,64,11.0,8.0,386,67.0,Find pyspark to make it importable.,14.0,24,True,2020-06-08 09:32:23.000000,1.4.2,12.0,findspark,conda-forge/findspark,,,['spark'],1683.0,1481.0,https://pypi.org/project/findspark,2020-06-08 09:32:23.000000,202.0,466355.0,475146.0,https://anaconda.org/conda-forge/findspark,2018-07-06 12:57:33.438000,483544.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +385,sklearn-crfsuite,TeamHG-Memex/sklearn-crfsuite,,sklearn-utils,https://github.com/TeamHG-Memex/sklearn-crfsuite,https://github.com/TeamHG-Memex/sklearn-crfsuite,MIT,2015-11-26 21:15:41.000000,2020-12-30 08:00:27.000000,2019-12-05 08:17:22.000000,153,34.0,21.0,356,46.0,scikit-learn inspired API for CRFsuite.,6.0,24,False,2017-06-22 18:49:27.000000,0.3.6,9.0,sklearn-crfsuite,,,,['sklearn'],2814.0,2418.0,https://pypi.org/project/sklearn-crfsuite,2017-06-22 18:49:27.000000,396.0,33121.0,33121.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +386,GeoViews,holoviz/geoviews,,geospatial-data,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01.000000,2020-11-13 20:59:34.000000,2020-09-21 16:31:16.000000,60,78.0,169.0,329,635.0,"Simple, concise geographical visualization in Python.",21.0,24,True,2020-09-23 18:59:07.000000,1.8.0,21.0,geoviews,conda-forge/geoviews,,,,206.0,196.0,https://pypi.org/project/geoviews,2020-03-30 19:17:21.000000,10.0,1070.0,2684.0,https://anaconda.org/conda-forge/geoviews,2020-09-23 20:06:48.808000,54907.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +387,ml-metadata,google/ml-metadata,,ml-experiments,https://github.com/google/ml-metadata,https://github.com/google/ml-metadata,Apache-2.0,2019-01-15 21:02:09.000000,2021-01-27 01:23:59.000000,2021-01-27 01:23:54.000000,58,18.0,40.0,273,459.0,For recording and retrieving metadata associated with ML developer and data scientist workflows.,11.0,24,True,2021-01-26 20:42:49.000000,0.27.0,23.0,ml-metadata,,,,,69.0,69.0,https://pypi.org/project/ml-metadata,2021-01-26 22:36:41.000000,0.0,216281.0,216335.0,,,,,,,,2.0,1200.0,,,,,,,,,,,,,,,,,,,,,, +388,datalad,datalad/datalad,,others,https://github.com/datalad/datalad,https://github.com/datalad/datalad,MIT,2013-11-01 19:40:08.000000,2021-01-28 10:42:02.000000,2021-01-27 19:08:29.000000,68,711.0,2216.0,220,13345.0,"Keep code, data, containers under control with git and git-annex.",40.0,24,True,2021-01-04 16:19:04.000000,0.13.7,62.0,datalad,conda-forge/datalad,,,,26.0,,https://pypi.org/project/datalad,2021-01-04 16:15:25.000000,26.0,1516.0,3809.0,https://anaconda.org/conda-forge/datalad,2021-01-04 20:08:46.439000,77972.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +389,pysc2,deepmind/pysc2,,others,https://github.com/deepmind/pysc2,https://github.com/deepmind/pysc2,Apache-2.0,2017-07-25 18:16:57.000000,2020-07-29 16:22:31.000000,2019-09-27 15:23:22.000000,1065,49.0,203.0,7158,513.0,StarCraft II Learning Environment.,34.0,23,False,2019-09-27 15:48:01.000000,3.0.0,7.0,pysc2,,,,,240.0,220.0,https://pypi.org/project/pysc2,2019-09-27 15:48:01.000000,20.0,433.0,1055.0,,,,,,,,3.0,25522.0,,,,,,,,,,,,,,,,,,,,,, +390,Facets Overview,pair-code/facets,,data-viz,https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000000,2020-10-27 19:51:23.000000,2020-10-27 19:51:22.000000,792,72.0,75.0,6481,259.0,Visualizations for machine learning datasets.,27.0,23,True,2019-07-24 15:33:29.000000,0.9.1,4.0,facets-overview,,,,['jupyter'],38.0,38.0,https://pypi.org/project/facets-overview,2019-07-24 15:33:29.000000,,25845.0,25845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +391,Ciphey,Ciphey/Ciphey,,nlp,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39.000000,2021-01-19 00:22:53.000000,2021-01-19 00:22:51.000000,340,47.0,172.0,6180,1728.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",38.0,23,True,2020-12-02 12:36:44.000000,5.11.0,43.0,ciphey,,remnux/ciphey,,,,,https://pypi.org/project/ciphey,2020-12-02 12:36:44.000000,,2432.0,2852.0,,,,https://hub.docker.com/r/remnux/ciphey,2020-12-17 02:51:41.340501,1.0,7569.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +392,snownlp,isnowfy/snownlp,,chinese-nlp,https://github.com/isnowfy/snownlp,https://github.com/isnowfy/snownlp,MIT,2013-11-26 11:46:56.000000,2020-01-19 02:39:05.000000,2020-01-19 02:39:03.000000,1237,33.0,65.0,5264,57.0,Python library for processing Chinese text.,8.0,23,True,2015-09-27 16:35:23.000000,0.12.3,17.0,snownlp,,,,,549.0,511.0,https://pypi.org/project/snownlp,2015-09-27 16:35:23.000000,38.0,2350.0,2350.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +393,Apex,NVIDIA/apex,,gpu-utilities,https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52.000000,2021-01-27 15:26:22.000000,2021-01-20 10:06:44.000000,656,425.0,361.0,4989,829.0,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,77.0,23,True,,,1.0,,conda-forge/nvidia-apex,,,['pytorch'],440.0,440.0,,,,,1972.0,https://anaconda.org/conda-forge/nvidia-apex,2020-11-23 18:41:00.769000,29591.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +394,Face Alignment,1adrianb/face-alignment,,image,https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44.000000,2020-12-30 17:11:07.000000,2020-12-30 17:11:06.000000,1002,30.0,192.0,4645,196.0,2D and 3D Face alignment library build using pytorch.,21.0,23,True,2020-12-22 21:34:55.000000,1.3.3,9.0,face-alignment,,,,['pytorch'],6.0,,https://pypi.org/project/face-alignment,2020-12-22 21:34:55.000000,6.0,3666.0,3666.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +395,flashtext,vi3k6i5/flashtext,,nlp,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01.000000,2020-06-05 00:37:46.000000,2020-05-03 07:13:22.000000,521,48.0,49.0,4633,108.0,Extract Keywords from sentence or Replace keywords in sentences.,8.0,23,True,,,18.0,flashtext,,,,,376.0,344.0,https://pypi.org/project/flashtext,2018-02-16 05:24:17.000000,32.0,184465.0,184465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +396,PaddleHub,PaddlePaddle/PaddleHub,,others,https://github.com/PaddlePaddle/PaddleHub,https://github.com/PaddlePaddle/PaddleHub,Apache-2.0,2018-12-21 06:00:48.000000,2021-01-27 08:19:58.000000,2021-01-27 08:19:57.000000,1007,272.0,383.0,4490,,"Awesome pre-trained models toolkit based on PaddlePaddle.180+ models including Image, Text, Audio and Video with Easy..",33.0,23,True,2021-01-06 12:04:54.000000,2.0.0-rc0,39.0,paddlehub,,,,['paddle'],78.0,78.0,https://pypi.org/project/paddlehub,2021-01-06 11:57:01.000000,0.0,1093.0,1112.0,,,,,,,,3.0,439.0,,,,,,,,,,,,,,,,,,,,,, +397,DeepSpeed,microsoft/DeepSpeed,,distributed-ml,https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,MIT,2020-01-23 18:35:18.000000,2021-01-27 23:41:32.000000,2021-01-27 20:45:29.000000,380,120.0,158.0,4166,409.0,"DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.",41.0,23,True,2021-01-12 18:17:34.000000,0.3.10,18.0,deepspeed,,deepspeed/deepspeed,,['pytorch'],9.0,9.0,https://pypi.org/project/deepspeed,2021-01-08 21:03:38.000000,,1506.0,2082.0,,,,https://hub.docker.com/r/deepspeed/deepspeed,2020-11-20 00:17:12.819964,2.0,6922.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +398,Great Expectations,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.000000,2021-01-28 14:37:32.000000,2021-01-28 05:14:08.000000,415,173.0,592.0,3526,,Always know what to expect from your data.,140.0,23,True,2021-01-28 05:16:54.000000,0.13.8,99.0,great_expectations,,,,,6.0,,https://pypi.org/project/great_expectations,2021-01-28 04:38:56.000000,6.0,294088.0,294088.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +399,Snips NLU,snipsco/snips-nlu,,nlp,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36.000000,2020-12-24 12:59:47.000000,2020-02-08 21:49:32.000000,460,50.0,196.0,3441,2153.0,Snips Python library to extract meaning from text.,21.0,23,True,2020-01-15 10:13:17.000000,0.20.2,58.0,snips-nlu,,,,,8.0,,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17.000000,8.0,1109.0,1109.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +400,VisualDL,PaddlePaddle/VisualDL,,ml-experiments,https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31.000000,2021-01-28 12:11:23.000000,2021-01-26 08:35:32.000000,438,23.0,313.0,3206,,Deep Learning Visualization Toolkit.,28.0,23,True,2020-12-29 13:20:08.000000,2.1.0,30.0,visualdl,,,,['paddle'],146.0,136.0,https://pypi.org/project/visualdl,2020-12-29 09:00:11.000000,10.0,3733.0,3742.0,,,,,,,,3.0,67.0,,,,,,,,,,,,,,,,,,,,,, +401,PyAlgoTrade,gbeced/pyalgotrade,,financial-data,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54.000000,2020-12-24 18:41:56.000000,2018-08-21 02:42:52.000000,1139,38.0,81.0,3139,1156.0,Python Algorithmic Trading Library.,11.0,23,False,,,8.0,pyalgotrade,,,,,88.0,67.0,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25.000000,21.0,548.0,548.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +402,TensorWatch,microsoft/tensorwatch,,ml-experiments,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34.000000,2021-01-18 03:05:57.000000,2021-01-15 19:46:05.000000,312,48.0,15.0,3018,112.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",13.0,23,True,2020-03-04 07:26:22.000000,0.9.1,14.0,tensorwatch,,,,,51.0,45.0,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22.000000,6.0,17711.0,17711.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +403,Camelot,atlanhq/camelot,,data-loading,https://github.com/atlanhq/camelot,https://github.com/atlanhq/camelot,MIT,2016-06-18 11:48:49.000000,2020-07-27 12:28:15.000000,2019-10-15 05:25:40.000000,302,61.0,273.0,2971,446.0,Camelot: PDF Table Extraction for Humans.,23.0,23,False,2020-07-27 12:28:15.000000,0.8.2,21.0,camelot-py,,,,,10.0,,https://pypi.org/project/camelot-py,2020-07-27 12:28:15.000000,10.0,17912.0,17912.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +404,segmentation_models,qubvel/segmentation_models,,image,https://github.com/qubvel/segmentation_models,https://github.com/qubvel/segmentation_models,MIT,2018-06-05 13:27:56.000000,2020-12-13 13:48:40.000000,2020-04-17 09:51:20.000000,670,144.0,236.0,2905,204.0,Segmentation models with pretrained backbones. Keras and TensorFlow Keras.,14.0,23,True,2020-01-10 11:36:02.000000,1.0.1,8.0,segmentation_models,,,,['tensorflow'],12.0,,https://pypi.org/project/segmentation_models,2020-01-10 11:36:02.000000,12.0,10947.0,10947.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +405,SHOGUN,shogun-toolbox/shogun,,ml-frameworks,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32.000000,2021-01-27 17:11:33.000000,2020-12-08 16:56:38.000000,1013,544.0,1068.0,2783,16205.0,Unified and efficient Machine Learning.,248.0,23,True,2019-07-05 10:23:31.000000,shogun_6.1.4,10.0,,conda-forge/shogun,shogun/shogun,,,,,,,,,2154.0,https://anaconda.org/conda-forge/shogun,2018-06-25 20:49:17.070000,89967.0,https://hub.docker.com/r/shogun/shogun,2019-01-31 13:45:10.435327,1.0,1442.0,3.0,,,,,,,,,,shogun,,,,,,,,,,,,, +406,keras-vis,raghakot/keras-vis,,interpretability,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34.000000,2020-04-20 01:03:13.000000,2020-04-20 01:03:12.000000,583,113.0,99.0,2777,195.0,Neural network visualization toolkit for keras.,10.0,23,True,2017-07-06 04:55:04.000000,0.4.1,11.0,keras-vis,,,,['tensorflow'],706.0,678.0,https://pypi.org/project/keras-vis,2017-07-06 04:55:04.000000,28.0,1392.0,1392.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +407,MMLSpark,Azure/mmlspark,,distributed-ml,https://github.com/Azure/mmlspark,https://github.com/Azure/mmlspark,MIT,2017-06-05 08:23:44.000000,2021-01-28 01:47:19.000000,2021-01-28 01:47:18.000000,492,196.0,212.0,2236,769.0,Microsoft Machine Learning for Apache Spark.,61.0,23,True,2020-10-02 19:36:01.000000,1.0.0-rc3,17.0,mmlspark,,,,['spark'],,,https://pypi.org/project/mmlspark,2020-03-18 01:27:31.000000,,32488.0,32488.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +408,neuralcoref,huggingface/neuralcoref,,nlp,https://github.com/huggingface/neuralcoref,https://github.com/huggingface/neuralcoref,MIT,2017-07-03 13:04:16.000000,2020-12-29 21:22:55.000000,2020-12-29 21:22:53.000000,380,42.0,215.0,2182,113.0,Fast Coreference Resolution in spaCy with Neural Networks.,20.0,23,True,2019-04-08 11:28:27.000000,4.0.0,5.0,neuralcoref,conda-forge/neuralcoref,,,,299.0,281.0,https://pypi.org/project/neuralcoref,2019-04-08 08:53:12.000000,18.0,2344.0,2868.0,https://anaconda.org/conda-forge/neuralcoref,2020-02-21 22:10:40.453000,5729.0,,,,,3.0,172.0,,,,,,,,,,,,,,,,,,,,,, +409,scikit-plot,reiinakano/scikit-plot,,interpretability,https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59.000000,2020-07-22 16:19:25.000000,2018-08-19 12:37:47.000000,245,21.0,38.0,2025,130.0,An intuitive library to add plotting functionality to scikit-learn objects.,13.0,23,False,2018-08-19 12:21:01.000000,0.3.7,27.0,scikit-plot,conda-forge/scikit-plot,,,['sklearn'],751.0,724.0,https://pypi.org/project/scikit-plot,2018-08-19 12:18:46.000000,27.0,36734.0,38627.0,https://anaconda.org/conda-forge/scikit-plot,2019-06-05 14:23:59.043000,79545.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +410,ART,Trusted-AI/adversarial-robustness-toolbox,,adversarial,https://github.com/Trusted-AI/adversarial-robustness-toolbox,https://github.com/Trusted-AI/adversarial-robustness-toolbox,MIT,2018-03-15 14:40:43.000000,2021-01-28 14:33:44.000000,2021-01-11 13:39:25.000000,563,75.0,329.0,1979,,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",59.0,23,True,2021-01-09 02:13:17.000000,1.5.1,27.0,adversarial-robustness-toolbox,,,,,99.0,99.0,https://pypi.org/project/adversarial-robustness-toolbox,2021-01-09 02:13:17.000000,0.0,1763.0,1763.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +411,Enigma Catalyst,enigmampc/catalyst,,financial-data,https://github.com/enigmampc/catalyst,https://github.com/enigmampc/catalyst,Apache-2.0,2017-06-13 22:31:34.000000,2021-01-05 19:10:30.000000,2020-12-28 10:58:58.000000,589,134.0,363.0,1958,6362.0,An Algorithmic Trading Library for Crypto-Assets in Python.,144.0,23,True,2018-09-13 15:09:58.000000,0.5.21,52.0,enigma-catalyst,,,,,21.0,21.0,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28.000000,,327.0,327.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +412,Acme,deepmind/acme,,reinforcement-learning,https://github.com/deepmind/acme,https://github.com/deepmind/acme,Apache-2.0,2020-05-01 09:18:12.000000,2021-01-27 16:01:12.000000,2021-01-27 16:00:31.000000,182,37.0,44.0,1893,331.0,A library of reinforcement learning components and agents.,30.0,23,True,2020-10-23 15:59:12.000000,0.2.0,8.0,dm-acme,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/dm-acme,2020-07-24 13:03:30.000000,,468.0,468.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +413,pytorch-nlp,PetrochukM/PyTorch-NLP,,nlp,https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36.000000,2021-01-26 22:24:03.000000,2021-01-26 22:23:57.000000,223,14.0,49.0,1856,445.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,17.0,23,True,2019-11-04 05:16:00.000000,0.5.0,19.0,pytorch-nlp,,,,['pytorch'],190.0,172.0,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18.000000,18.0,2255.0,2255.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +414,m2cgen,BayesWitnesses/m2cgen,,model-serialisation,https://github.com/BayesWitnesses/m2cgen,https://github.com/BayesWitnesses/m2cgen,MIT,2019-01-13 02:32:55.000000,2021-01-26 05:22:20.000000,2020-10-07 17:33:12.000000,153,36.0,36.0,1751,227.0,"Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart,..",12.0,23,True,2020-09-18 19:17:26.000000,0.9.0,12.0,m2cgen,,,,,4.0,4.0,https://pypi.org/project/m2cgen,2020-09-18 19:16:17.000000,,8253.0,8253.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +415,GluonTS,awslabs/gluon-ts,,time-series-data,https://github.com/awslabs/gluon-ts,https://github.com/awslabs/gluon-ts,Apache-2.0,2019-05-15 17:17:29.000000,2021-01-28 11:39:22.000000,2021-01-28 11:39:21.000000,359,180.0,346.0,1687,651.0,Probabilistic time series modeling in Python.,67.0,23,True,2020-12-08 15:07:54.000000,0.6.4,27.0,gluonts,,,,['mxnet'],,,https://pypi.org/project/gluonts,2020-12-08 15:07:54.000000,,17119.0,17119.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +416,Spektral,danielegrattarola/spektral,,graph,https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10.000000,2021-01-26 17:42:02.000000,2021-01-26 17:41:38.000000,191,22.0,97.0,1597,453.0,Graph Neural Networks with Keras and Tensorflow 2.,16.0,23,True,2021-01-07 18:03:04.000000,1.0.4,27.0,spektral,,,,"['tensorflow""']",28.0,28.0,https://pypi.org/project/spektral,2021-01-07 18:03:04.000000,0.0,1568.0,1568.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +417,vidgear,abhiTronix/vidgear,,image,https://github.com/abhiTronix/vidgear,https://github.com/abhiTronix/vidgear,Apache-2.0,2019-03-17 02:42:42.000000,2021-01-28 02:48:09.000000,2021-01-01 04:26:42.000000,113,4.0,130.0,1582,547.0,High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features.,5.0,23,True,2021-01-01 07:57:09.000000,0.2.0,12.0,vidgear,,,,,82.0,80.0,https://pypi.org/project/vidgear,2021-01-01 07:57:09.000000,2.0,1366.0,1379.0,,,,,,,,3.0,303.0,,,,,,,,,,,,,,,,,,,,,, +418,Pillow-SIMD,uploadcare/pillow-simd,,image,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02.000000,2020-11-03 07:45:01.000000,2020-06-02 14:50:14.000000,65,11.0,53.0,1537,,The friendly PIL fork.,310.0,23,False,2020-01-02 05:19:26.000000,7.0.0,35.0,pillow-simd,,,,,408.0,358.0,https://pypi.org/project/pillow-simd,2020-01-26 14:30:27.000000,50.0,12178.0,12178.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +419,Multicore-TSNE,DmitryUlyanov/Multicore-TSNE,,data-viz,https://github.com/DmitryUlyanov/Multicore-TSNE,https://github.com/DmitryUlyanov/Multicore-TSNE,BSD-3-Clause,2016-10-19 05:46:52.000000,2020-12-20 08:15:51.000000,2020-08-19 14:58:00.000000,191,33.0,20.0,1527,113.0,Parallel t-SNE implementation with Python and Torch wrappers.,15.0,23,True,2017-11-08 13:32:20.000000,0.0.1,2.0,MulticoreTSNE,conda-forge/multicore-tsne,,,['pytorch'],218.0,204.0,https://pypi.org/project/MulticoreTSNE,2017-11-08 16:03:07.000000,14.0,2059.0,2286.0,https://anaconda.org/conda-forge/multicore-tsne,2018-11-12 17:08:01.525000,5920.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +420,sklearn-contrib-lightning,scikit-learn-contrib/lightning,,sklearn-utils,https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52.000000,2021-01-05 05:54:02.000000,2021-01-04 18:02:23.000000,188,49.0,36.0,1428,700.0,"Large-scale linear classification, regression and ranking in Python.",16.0,23,True,2017-11-04 18:03:11.000000,0.5.0,7.0,sklearn-contrib-lightning,conda-forge/sklearn-contrib-lightning,,,['sklearn'],77.0,72.0,https://pypi.org/project/sklearn-contrib-lightning,2020-12-16 17:25:20.000000,5.0,365.0,2711.0,https://anaconda.org/conda-forge/sklearn-contrib-lightning,2020-12-20 22:58:20.890000,126706.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +421,bonobo,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.000000,2021-01-01 05:32:02.000000,2021-01-01 05:32:01.000000,112,62.0,107.0,1377,978.0,Extract Transform Load for Python 3.5+.,36.0,23,True,2019-05-16 13:19:48.000000,0.6.4,38.0,bonobo,,,http://docs.bonobo-project.org/en/master/,,130.0,106.0,https://pypi.org/project/bonobo,2019-07-20 13:33:19.000000,24.0,2147.0,2147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +422,PandaralΒ·lel,nalepae/pandarallel,,data-containers,https://github.com/nalepae/pandarallel,https://github.com/nalepae/pandarallel,BSD-3-Clause,2019-03-10 11:58:29.000000,2020-12-16 13:29:31.000000,2020-12-16 13:29:29.000000,93,61.0,53.0,1344,110.0,A simple and efficient tool to parallelize Pandas operations on all availableCPUs.,13.0,23,True,2020-08-25 16:33:28.000000,1.5.1,28.0,pandarallel,,,,"['pandas', 'jupyter']",140.0,140.0,https://pypi.org/project/pandarallel,2020-08-25 16:33:28.000000,0.0,35487.0,35487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +423,TextAttack,QData/TextAttack,,adversarial,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44.000000,2021-01-22 15:26:43.000000,2021-01-15 17:37:07.000000,129,26.0,80.0,1210,1908.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP.",31.0,23,True,2020-12-27 05:23:02.000000,0.2.15,35.0,textattack,,,,,16.0,16.0,https://pypi.org/project/textattack,2020-12-27 05:23:02.000000,0.0,726.0,726.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +424,sense2vec,explosion/sense2vec,,nlp,https://github.com/explosion/sense2vec,https://github.com/explosion/sense2vec,MIT,2016-01-23 22:15:49.000000,2020-12-10 16:03:25.000000,2020-05-29 21:31:20.000000,196,15.0,78.0,1145,437.0,Contextually-keyed word vectors.,14.0,23,True,2019-11-22 17:40:43.000000,1.0.2,17.0,sense2vec,conda-forge/sense2vec,,,,55.0,49.0,https://pypi.org/project/sense2vec,2019-11-22 15:49:11.000000,6.0,2163.0,3431.0,https://anaconda.org/conda-forge/sense2vec,2020-03-16 22:19:07.337000,14329.0,,,,,3.0,12322.0,,,,,,,,,,,,,,,,,,,,,, +425,metric-learn,scikit-learn-contrib/metric-learn,,others,https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47.000000,2020-08-04 01:35:49.000000,2020-08-04 01:35:39.000000,205,47.0,109.0,1106,263.0,Metric learning algorithms in Python.,19.0,23,True,2020-07-02 12:55:51.000000,0.6.2,10.0,metric-learn,,,,['sklearn'],125.0,116.0,https://pypi.org/project/metric-learn,2020-07-02 12:59:23.000000,9.0,11243.0,11243.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +426,livelossplot,stared/livelossplot,,ml-experiments,https://github.com/stared/livelossplot,https://github.com/stared/livelossplot,MIT,2018-03-10 17:51:43.000000,2020-11-30 21:45:57.000000,2020-11-16 19:06:21.000000,126,5.0,67.0,1023,304.0,"Live training loss plot in Jupyter Notebook for Keras, PyTorch and others.",15.0,23,True,2020-07-24 12:17:19.000000,0.5.3,23.0,livelossplot,,,,['jupyter'],438.0,433.0,https://pypi.org/project/livelossplot,2020-07-24 12:17:19.000000,5.0,10347.0,10347.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +427,Optimus,ironmussa/Optimus,,data-pipelines,https://github.com/ironmussa/Optimus,https://github.com/ironmussa/Optimus,Apache-2.0,2017-07-13 02:31:18.000000,2021-01-28 00:28:00.000000,2021-01-28 00:27:51.000000,189,139.0,165.0,972,3520.0,"Agile Data Preparation Workflows madeeasy with dask, cudf, dask_cudf and pyspark.",21.0,23,True,2020-07-19 03:05:40.000000,2.2.32,85.0,optimuspyspark,,,,['spark'],13.0,13.0,https://pypi.org/project/optimuspyspark,2019-05-30 02:22:54.000000,,4050.0,4050.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +428,ChainerRL,chainer/chainerrl,,reinforcement-learning,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15.000000,2020-12-09 06:26:53.000000,2020-12-09 06:26:52.000000,206,75.0,146.0,922,3458.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,29.0,23,True,2020-02-14 05:35:56.000000,0.8.0,10.0,chainerrl,,,,,103.0,89.0,https://pypi.org/project/chainerrl,2020-02-14 05:35:56.000000,14.0,421.0,421.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +429,spacy-transformers,explosion/spacy-transformers,,nlp,https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34.000000,2021-01-27 01:58:24.000000,2021-01-26 03:43:32.000000,101,48.0,134.0,884,1292.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",15.0,23,True,2020-06-29 12:10:14.000000,0.6.2,40.0,spacy-transformers,,,,['spacy'],79.0,73.0,https://pypi.org/project/spacy-transformers,2021-01-26 03:50:15.000000,6.0,8845.0,8845.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +430,luminol,linkedin/luminol,,time-series-data,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33.000000,2020-12-27 09:54:35.000000,2018-01-09 07:46:55.000000,178,24.0,12.0,868,69.0,Anomaly Detection and Correlation library.,8.0,23,False,2016-01-20 01:01:44.000000,0.3.1,5.0,luminol,,,,,49.0,37.0,https://pypi.org/project/luminol,2017-12-11 06:04:15.000000,12.0,138597.0,138597.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +431,Hub,activeloopai/Hub,,data-pipelines,https://github.com/activeloopai/Hub,https://github.com/activeloopai/Hub,MPL-2.0,2019-08-09 06:17:59.000000,2021-01-28 14:22:17.000000,2021-01-27 20:34:26.000000,127,81.0,110.0,788,1525.0,Fastest unstructured dataset management for TensorFlow/PyTorch. Stream data real-time & version-control it...,54.0,23,True,2021-01-24 06:48:33.000000,1.2.0,79.0,hub,,,,"['tensorflow', 'pytorch']",168.0,116.0,https://pypi.org/project/hub,2021-01-24 06:48:33.000000,52.0,1034.0,1034.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +432,SciSpacy,allenai/scispacy,,nlp,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52.000000,2021-01-27 23:12:16.000000,2021-01-12 00:58:40.000000,118,17.0,129.0,787,796.0,A full spaCy pipeline and models for scientific/biomedical documents.,15.0,23,True,2020-10-16 17:13:40.000000,0.3.0,9.0,scispacy,,,,,216.0,204.0,https://pypi.org/project/scispacy,2020-10-16 17:13:40.000000,12.0,6638.0,6638.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +433,openTSNE,pavlin-policar/openTSNE,,data-viz,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09.000000,2021-01-08 15:19:01.004000,2021-01-08 11:25:11.000000,82,3.0,68.0,745,509.0,"Extensible, parallel implementations of t-SNE.",10.0,23,True,2021-01-08 12:20:43.000000,0.5.1,19.0,opentsne,conda-forge/opentsne,,,,178.0,174.0,https://pypi.org/project/opentsne,2021-01-08 12:20:43.000000,4.0,8231.0,11177.0,https://anaconda.org/conda-forge/opentsne,2021-01-08 15:19:01.004000,73650.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +434,PySwarms,ljvmiranda921/pyswarms,,others,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45.000000,2021-01-03 21:34:15.000000,2021-01-03 04:18:07.000000,230,16.0,153.0,712,405.0,A research toolkit for particle swarm optimization in Python.,42.0,23,True,2020-11-14 05:18:38.000000,.1.2.0,20.0,pyswarms,,,,,90.0,90.0,https://pypi.org/project/pyswarms,2021-01-03 21:34:15.000000,0.0,4445.0,4445.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +435,Hail,hail-is/hail,,medical-data,https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42.000000,2021-01-28 15:07:55.000000,2021-01-28 15:07:54.000000,181,323.0,1934.0,693,7617.0,Scalable genomic data analysis.,69.0,23,True,2020-12-03 19:29:37.000000,0.2.61,81.0,hail,,,,['spark'],29.0,29.0,https://pypi.org/project/hail,2020-12-03 19:29:37.000000,,725.0,725.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +436,Singer,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.000000,2020-12-04 20:57:23.000000,2020-12-04 20:57:19.000000,96,20.0,16.0,682,173.0,"Standard for moving data between databases, web APIs, files, queues, and just about anything else you can think of.",26.0,23,False,2019-11-04 21:43:38.000000,5.9.1,100.0,singer-python,,,,,300.0,,https://pypi.org/project/singer-python,2020-10-27 17:49:47.000000,300.0,51780.0,51780.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +437,arch,bashtage/arch,,financial-data,https://github.com/bashtage/arch,https://github.com/bashtage/arch,NCSA,2014-08-29 15:41:28.000000,2021-01-27 10:48:09.000000,2021-01-27 10:44:27.000000,158,18.0,124.0,638,751.0,ARCH models in Python.,26.0,23,False,2020-06-24 19:19:12.000000,4.15,26.0,arch,,,,,284.0,242.0,https://pypi.org/project/arch,2020-06-24 19:20:21.000000,42.0,24226.0,24226.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +438,PDPbox,SauceCat/PDPbox,,data-viz,https://github.com/SauceCat/PDPbox,https://github.com/SauceCat/PDPbox,MIT,2017-06-26 08:01:54.000000,2021-01-13 08:25:09.000000,2018-12-08 10:06:13.000000,83,37.0,17.0,525,223.0,python partial dependence plot toolbox.,7.0,23,False,2018-07-23 13:33:35.000000,0.2.0,2.0,pdpbox,conda-forge/pdpbox,,,,332.0,298.0,https://pypi.org/project/pdpbox,2018-07-23 13:33:35.000000,34.0,33615.0,33928.0,https://anaconda.org/conda-forge/pdpbox,2019-07-17 16:58:38.379000,5647.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +439,tinytag,devsnd/tinytag,,audio,https://github.com/devsnd/tinytag,https://github.com/devsnd/tinytag,MIT,2014-01-27 15:27:01.000000,2020-11-11 16:20:54.000000,2020-11-11 16:13:44.000000,78,14.0,60.0,432,308.0,"Read music meta data and length of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA and Wave files with python 2 or 3.",18.0,23,True,2020-11-05 12:44:52.000000,1.5.0,33.0,tinytag,,,,,395.0,299.0,https://pypi.org/project/tinytag,2020-11-05 12:44:52.000000,96.0,2081.0,2081.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +440,random-forest-importances,parrt/random-forest-importances,,interpretability,https://github.com/parrt/random-forest-importances,https://github.com/parrt/random-forest-importances,MIT,2018-03-22 19:20:13.000000,2021-01-08 18:35:14.000000,2021-01-08 18:35:13.000000,88,5.0,25.0,404,243.0,Code to compute permutation and drop-column importances in Python scikit-learn models.,14.0,23,True,2020-11-25 22:11:59.000000,1.3.6,21.0,rfpimp,,,,['sklearn'],61.0,59.0,https://pypi.org/project/rfpimp,2020-11-25 22:11:59.000000,2.0,8222.0,8222.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +441,messytables,okfn/messytables,,data-loading,https://github.com/okfn/messytables,https://github.com/okfn/messytables,MIT,2011-07-27 18:08:21.000000,2021-01-07 22:24:38.000000,2019-11-13 07:35:33.000000,96,30.0,55.0,359,601.0,Tools for parsing messy tabular data. This is now superseded by https://github.com/frictionlessdata/tabulator-py.,44.0,23,False,2017-02-09 12:37:47.000000,0.15.2,26.0,messytables,,,,,390.0,172.0,https://pypi.org/project/messytables,2017-02-09 12:37:47.000000,218.0,4653.0,4653.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +442,pySBD,nipunsadvilkar/pySBD,,nlp,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20.000000,2020-12-01 05:37:27.000000,2020-12-01 05:37:25.000000,26,4.0,43.0,265,274.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,6.0,23,True,2020-10-08 11:41:09.000000,0.3.3,14.0,pysbd,,,,,104.0,102.0,https://pypi.org/project/pysbd,2020-10-08 11:33:56.000000,2.0,8205.0,8205.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +443,SUOD,yzhao062/SUOD,,others,https://github.com/yzhao062/SUOD,https://github.com/yzhao062/SUOD,BSD-2-Clause,2019-11-20 00:23:54.000000,2021-01-19 14:42:08.000000,2021-01-19 14:42:01.000000,27,3.0,2.0,235,134.0,(MLSys' 21) An Acceleration System for Large-scare Unsupervised Heterogeneous Outlier Detection (Anomaly Detection).,1.0,23,True,2021-01-15 02:12:04.000000,0.0.6,7.0,suod,,,,,249.0,249.0,https://pypi.org/project/suod,2021-01-15 02:12:04.000000,,62465.0,62465.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +444,pysparkling,svenkreiss/pysparkling,,data-pipelines,https://github.com/svenkreiss/pysparkling,https://github.com/svenkreiss/pysparkling,MIT,2015-05-09 19:23:20.000000,2021-01-28 15:12:49.000000,2021-01-28 08:08:37.000000,43,3.0,21.0,232,1516.0,A pure Python implementation of Apache Spark's RDD and DStream interfaces.,10.0,23,True,2021-01-10 21:15:26.000000,0.6.1,68.0,pysparkling,,,,,70.0,56.0,https://pypi.org/project/pysparkling,2021-01-10 21:15:26.000000,14.0,4775.0,4775.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +445,TensorFlow Cloud,tensorflow/cloud,,tensorflow-utils,https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59.000000,2021-01-28 09:02:49.000000,2021-01-27 19:07:08.000000,44,46.0,25.0,219,502.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,16.0,23,True,2021-01-06 23:08:07.000000,0.1.11,14.0,tensorflow-cloud,,,,['tensorflow'],19.0,19.0,https://pypi.org/project/tensorflow-cloud,2021-01-06 23:08:07.000000,0.0,82435.0,82435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +446,pyexcel-xlsx,pyexcel/pyexcel-xlsx,,data-loading,https://github.com/pyexcel/pyexcel-xlsx,https://github.com/pyexcel/pyexcel-xlsx,BSD-3-Clause,2014-12-02 00:03:24.000000,2020-11-28 22:30:58.000000,2020-11-28 22:30:53.000000,16,12.0,20.0,84,267.0,"A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl.",4.0,23,False,2020-10-10 13:13:09.000000,0.6.0,30.0,pyexcel-xlsx,conda-forge/pyexcel-xlsx,,,,1395.0,1085.0,https://pypi.org/project/pyexcel-xlsx,2019-12-28 20:09:57.000000,310.0,30697.0,31077.0,https://anaconda.org/conda-forge/pyexcel-xlsx,2020-10-10 15:53:49.660000,14832.0,,,,,3.0,46.0,,,,,,,,,,,,,,,,,,,,,, +447,Vaex,vaexio/vaex,,data-containers,https://github.com/vaexio/vaex,https://github.com/vaexio/vaex,MIT,2014-09-27 09:44:42.000000,2021-01-28 08:01:34.000000,2021-01-27 19:31:26.000000,441,286.0,390.0,5682,2958.0,"Out-of-Core DataFrames for Python, ML, visualize and explore big tabular data at a billion rows per second.",38.0,22,True,2020-05-25 21:35:34.000000,3.0.0,48.0,vaex,conda-forge/vaex,,,,2.0,,https://pypi.org/project/vaex,2021-01-27 18:51:38.000000,2.0,3079.0,4926.0,https://anaconda.org/conda-forge/vaex,2020-06-01 18:35:17.510000,94138.0,,,,,3.0,199.0,,,,,,,,,,,,,,,,,,,,,, +448,mmdnn,Microsoft/MMdnn,,model-serialisation,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52.000000,2020-10-22 09:57:53.000000,2020-08-14 02:32:30.000000,922,306.0,284.0,5189,1083.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,85.0,22,True,2020-07-24 06:34:39.000000,0.3.1,12.0,mmdnn,,,,,52.0,49.0,https://pypi.org/project/mmdnn,2020-07-24 06:34:39.000000,3.0,431.0,517.0,,,,,,,,2.0,3282.0,,,,,,,,,,,,,,,,,,,,,, +449,neon,NervanaSystems/neon,,ml-frameworks,https://github.com/NervanaSystems/neon,https://github.com/NervanaSystems/neon,Apache-2.0,2014-10-16 01:00:17.000000,2020-12-23 01:21:42.000000,2019-05-22 18:27:54.000000,848,87.0,305.0,3852,1118.0,Intel Nervana reference deep learning framework committed to best performance on all hardware.,109.0,22,False,2018-01-05 23:25:04.000000,2.6.0,32.0,nervananeon,,,,,38.0,38.0,https://pypi.org/project/nervananeon,2018-01-05 23:25:04.000000,,124.0,127.0,,,,,,,,3.0,255.0,,,,,,,,,,,,,,,,,,,,,, +450,Image Deduplicator,idealo/imagededup,,image,https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54.000000,2020-12-21 13:30:38.000000,2020-11-23 17:40:40.000000,277,17.0,53.0,3359,460.0,Finding duplicate images made easy!.,9.0,22,True,2020-11-23 17:55:24.000000,0.2.4,9.0,imagededup,,,,['tensorflow'],9.0,8.0,https://pypi.org/project/imagededup,2020-11-22 21:09:36.000000,1.0,1181.0,1181.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +451,ArrayFire,arrayfire/arrayfire,,gpu-utilities,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33.000000,2021-01-28 06:49:43.000000,2021-01-22 15:50:57.000000,454,254.0,1200.0,3294,5675.0,ArrayFire: a general purpose GPU library.,80.0,22,True,2021-01-08 21:41:09.000000,3.8.0,30.0,arrayfire,,,,,2.0,,https://pypi.org/project/arrayfire,2018-10-18 14:13:29.000000,2.0,518.0,527.0,,,,,,,,2.0,634.0,,,,,,,,,,,,,,,,,,,,,, +452,Image Super-Resolution,idealo/image-super-resolution,,image,https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13.000000,2020-11-11 15:09:20.000000,2020-11-11 15:09:19.000000,476,50.0,98.0,2491,138.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,9.0,22,True,2020-01-08 15:37:35.000000,2.2.0,11.0,ISR,,idealo/image-super-resolution-gpu,,['tensorflow'],43.0,39.0,https://pypi.org/project/ISR,2020-01-08 15:37:35.000000,4.0,2024.0,2028.0,,,,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251,,120.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +453,analytics-zoo,intel-analytics/analytics-zoo,,distributed-ml,https://github.com/intel-analytics/analytics-zoo,https://github.com/intel-analytics/analytics-zoo,Apache-2.0,2017-05-05 02:27:30.000000,2021-01-28 12:57:10.000000,2021-01-28 09:33:37.000000,631,426.0,522.0,2185,2554.0,"Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray.",81.0,22,True,2020-12-17 03:25:36.000000,0.9.0,46.0,analytics-zoo,,,,['spark'],2.0,2.0,https://pypi.org/project/analytics-zoo,2021-01-20 02:29:39.000000,,574.0,574.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +454,TF Ranking,tensorflow/ranking,,recommender-systems,https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57.000000,2021-01-21 08:07:51.000000,2020-08-19 20:44:22.000000,358,21.0,196.0,2027,213.0,Learning to Rank in TensorFlow.,17.0,22,True,2020-08-19 21:58:05.000000,0.3.2,14.0,tensorflow_ranking,,,,['tensorflow'],1.0,,https://pypi.org/project/tensorflow_ranking,2020-08-19 21:14:13.000000,1.0,14697.0,14697.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +455,Mars,mars-project/mars,,others,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03.000000,2021-01-28 14:55:43.000000,2021-01-28 14:03:56.000000,241,116.0,644.0,2006,705.0,"Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, pandas, Scikit-learn and..",17.0,22,True,2021-01-17 14:22:18.000000,0.6.3,70.0,pymars,,,,,3.0,3.0,https://pypi.org/project/pymars,2021-01-17 12:33:23.000000,0.0,1462.0,1462.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +456,PandasGUI,adamerose/pandasgui,,data-viz,https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT,2019-06-12 02:19:42.000000,2021-01-27 22:15:51.000000,2021-01-22 14:49:58.000000,114,13.0,54.0,2003,403.0,A GUI for Pandas DataFrames.,7.0,22,True,2020-11-10 17:30:20.000000,0.2.7,37.0,pandasgui,,,,['pandas'],35.0,34.0,https://pypi.org/project/pandasgui,2020-11-10 17:30:20.000000,1.0,1368.0,1368.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +457,knockknock,huggingface/knockknock,,ml-experiments,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55.000000,2021-01-09 06:11:00.000000,2020-03-16 04:26:47.000000,158,12.0,21.0,1962,75.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,18.0,22,True,2020-03-04 04:15:47.000000,0.1.8,10.0,knockknock,conda-forge/knockknock,,,,136.0,133.0,https://pypi.org/project/knockknock,2020-03-16 14:30:23.000000,3.0,1355.0,1710.0,https://anaconda.org/conda-forge/knockknock,2020-03-17 01:52:16.317000,5336.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +458,Gradio,gradio-app/gradio,,others,https://github.com/gradio-app/gradio,https://github.com/gradio-app/gradio,Apache-2.0,2018-12-19 08:24:04.000000,2021-01-28 00:47:41.000000,2021-01-28 00:46:52.000000,125,6.0,60.0,1956,910.0,"Wrap UIs around any model, share with anyone.",14.0,22,True,2021-01-27 18:47:28.000000,1.5.0,81.0,gradio,,,,,64.0,62.0,https://pypi.org/project/gradio,2021-01-28 00:47:41.000000,2.0,911.0,911.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +459,scikit-opt,guofei9987/scikit-opt,,sklearn-utils,https://github.com/guofei9987/scikit-opt,https://github.com/guofei9987/scikit-opt,MIT,2017-12-05 10:20:41.000000,2021-01-07 07:01:36.000000,2021-01-07 07:01:35.000000,449,23.0,62.0,1882,237.0,"Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune..",8.0,22,True,2020-11-20 12:55:12.000000,0.6.1,18.0,scikit-opt,,,,['sklearn'],28.0,25.0,https://pypi.org/project/scikit-opt,2020-11-20 12:52:22.000000,3.0,608.0,608.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +460,PyFlux,RJT1990/pyflux,,time-series-data,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02.000000,2019-03-19 10:45:02.000000,2018-12-16 15:30:13.000000,209,79.0,65.0,1844,118.0,Open source time series library for Python.,6.0,22,False,2017-11-21 16:27:06.000000,0.4.16,35.0,pyflux,,,,,182.0,167.0,https://pypi.org/project/pyflux,2017-11-21 16:27:06.000000,15.0,9262.0,9262.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +461,MONAI,Project-MONAI/MONAI,,medical-data,https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38.000000,2021-01-28 14:30:51.000000,2021-01-28 13:12:07.000000,301,78.0,595.0,1748,754.0,AI Toolkit for Healthcare Imaging.,53.0,22,True,2020-12-15 15:21:13.000000,0.4.0,15.0,monai,,,,['pytorch'],,,https://pypi.org/project/monai,2020-12-15 15:16:56.000000,,3404.0,3404.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +462,DDSP,magenta/ddsp,,audio,https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27.000000,2021-01-25 18:53:10.000000,2021-01-25 18:52:58.000000,160,13.0,89.0,1731,348.0,DDSP: Differentiable Digital Signal Processing.,24.0,22,True,2021-01-14 01:59:27.000000,1.0.1,28.0,ddsp,,,,['tensorflow'],5.0,5.0,https://pypi.org/project/ddsp,2021-01-14 01:59:27.000000,,895.0,895.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +463,Essentia,MTG/essentia,,audio,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47.000000,2021-01-27 12:52:47.000000,2021-01-27 12:52:46.000000,395,307.0,559.0,1713,2724.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",69.0,22,False,2015-03-31 16:33:30.000000,2.0,9.0,essentia,,,,,157.0,152.0,https://pypi.org/project/essentia,2021-01-13 00:12:18.000000,5.0,1062.0,1062.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +464,scattertext,JasonKessler/scattertext,,nlp,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12.000000,2021-01-18 15:00:35.497000,2021-01-18 09:12:39.000000,202,17.0,56.0,1492,338.0,Beautiful visualizations of how language differs among document types.,10.0,22,True,2017-03-13 05:31:21.000000,0.0.2.4.4,129.0,scattertext,conda-forge/scattertext,,,,156.0,148.0,https://pypi.org/project/scattertext,2021-01-18 09:01:42.000000,8.0,1559.0,2607.0,https://anaconda.org/conda-forge/scattertext,2021-01-18 15:00:35.497000,42976.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +465,fast-bert,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.000000,2020-12-17 21:05:51.000000,2020-12-17 21:05:43.000000,302,137.0,91.0,1485,262.0,Super easy library for BERT based NLP models.,34.0,22,True,2020-12-09 21:27:58.000000,1.9.5,40.0,fast-bert,,,,,2.0,,https://pypi.org/project/fast-bert,2020-12-09 21:27:58.000000,2.0,1404.0,1404.0,,,,,,,,3.0,,,,,,,,,,,,,utterworks/fast-bert,,,,,,,,,, +466,cleanlab,cgnorthcutt/cleanlab,,others,https://github.com/cgnorthcutt/cleanlab,https://github.com/cgnorthcutt/cleanlab,MIT,2018-05-11 01:55:21.000000,2021-01-22 20:09:58.000000,2021-01-22 20:09:58.000000,152,17.0,35.0,1443,698.0,The standard package for machine learning with noisy labels and finding mislabeled data in Python.,5.0,22,True,2020-02-17 07:33:06.000000,0.1.1,15.0,cleanlab,,,,,10.0,10.0,https://pypi.org/project/cleanlab,2020-02-17 07:33:06.000000,,2530.0,2530.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +467,anaGo,Hironsan/anago,,nlp,https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36.000000,2020-11-13 17:31:18.000000,2019-10-23 03:19:52.000000,350,36.0,71.0,1374,296.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",11.0,22,False,2018-06-03 13:51:56.000000,1.0.0,14.0,anago,,,,['tensorflow'],25.0,25.0,https://pypi.org/project/anago,2018-07-17 01:59:21.000000,,1980.0,1980.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +468,Talos,autonomio/talos,,hyperopt,https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41.000000,2020-11-21 16:37:14.000000,2020-11-21 16:27:04.000000,224,41.0,343.0,1363,538.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",19.0,22,True,2020-11-09 16:48:30.000000,1.0,13.0,talos,,,,['tensorflow'],113.0,107.0,https://pypi.org/project/talos,2020-11-09 16:46:45.000000,6.0,1014.0,1014.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +469,hnswlib,nmslib/hnswlib,,nn-search,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46.000000,2021-01-25 20:58:51.000000,2020-08-18 21:30:59.000000,237,80.0,104.0,1323,195.0,Header-only C++/python library for fast approximate nearest neighbors.,32.0,22,True,2020-07-13 04:50:55.000000,0.4.0,3.0,hnswlib,,,,,2.0,,https://pypi.org/project/hnswlib,2020-07-13 04:50:55.000000,2.0,13158.0,13158.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +470,fklearn,nubank/fklearn,,ml-frameworks,https://github.com/nubank/fklearn,https://github.com/nubank/fklearn,Apache-2.0,2019-02-27 14:32:57.000000,2021-01-27 11:37:46.000000,2021-01-27 11:37:45.000000,149,19.0,19.0,1295,113.0,fklearn: Functional Machine Learning.,37.0,22,True,2020-10-02 15:11:00.000000,1.21.0,19.0,fklearn,,,,,9.0,9.0,https://pypi.org/project/fklearn,2020-10-02 15:11:00.000000,,3713.0,3713.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +471,EfficientNets,rwightman/gen-efficientnet-pytorch,,pytorch-utils,https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56.000000,2020-11-30 05:51:08.000000,2020-11-30 05:49:27.000000,169,,47.0,1241,106.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",5.0,22,True,2020-08-20 19:55:21.000000,1.0.0,9.0,geffnet,,,,['pytorch'],30.0,30.0,https://pypi.org/project/geffnet,2020-08-20 19:55:21.000000,,1524.0,1524.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +472,MLBox,AxeldeRomblay/MLBox,,hyperopt,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24.000000,2020-11-24 17:57:08.000000,2020-08-25 09:26:27.000000,243,10.0,72.0,1183,1121.0,MLBox is a powerful Automated Machine Learning python library.,9.0,22,False,2020-08-25 09:32:37.000000,0.8.5,21.0,mlbox,,,,,20.0,20.0,https://pypi.org/project/mlbox,2020-08-25 09:32:37.000000,,716.0,716.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +473,pycm,sepandhaghighi/pycm,,others,https://github.com/sepandhaghighi/pycm,https://github.com/sepandhaghighi/pycm,MIT,2018-01-22 19:46:54.000000,2021-01-25 22:56:53.000000,2020-10-26 15:51:32.000000,92,15.0,150.0,1048,2508.0,Multi-class confusion matrix library in Python.,14.0,22,True,2020-10-26 16:31:56.000000,3.0,34.0,pycm,,,,,95.0,85.0,https://pypi.org/project/pycm,2020-10-26 16:32:30.000000,10.0,2195.0,2195.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +474,garage,rlworkgroup/garage,,reinforcement-learning,https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23.000000,2021-01-28 01:49:21.000000,2021-01-28 01:49:16.000000,190,182.0,773.0,1042,1191.0,A toolkit for reproducible reinforcement learning research.,73.0,22,True,2020-09-17 07:34:11.000000,2020.6.3,21.0,garage,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/garage,2020-10-02 17:16:03.000000,,147.0,147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +475,modAL,modAL-python/modAL,,others,https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15.000000,2021-01-07 09:54:00.000000,2021-01-07 09:40:40.000000,173,43.0,50.0,1017,648.0,A modular active learning framework for Python.,14.0,22,True,2021-01-07 09:47:49.000000,0.4.1,12.0,modAL,,,,['sklearn'],53.0,45.0,https://pypi.org/project/modAL,2021-01-07 09:47:49.000000,8.0,878.0,878.0,,,,,,,,3.0,3.0,,,,,,,,,,,,,,,,,,,,,, +476,bt,pmorissette/bt,,financial-data,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28.000000,2021-01-27 22:04:31.000000,2021-01-27 22:04:30.000000,248,52.0,163.0,939,395.0,bt - flexible backtesting for Python.,20.0,22,True,2018-05-28 17:12:46.000000,0.2.7,23.0,bt,,,,,63.0,43.0,https://pypi.org/project/bt,2018-05-28 17:12:46.000000,20.0,2333.0,2333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +477,pandasql,yhat/pandasql,,data-containers,https://github.com/yhat/pandasql,https://github.com/yhat/pandasql,MIT,2013-02-18 01:53:56.000000,2020-08-14 13:00:13.000000,2017-02-01 15:40:30.000000,141,44.0,23.0,936,127.0,sqldf for pandas.,15.0,22,False,2016-04-20 21:52:36.000000,0.7.3,31.0,pandasql,,,,['pandas'],678.0,629.0,https://pypi.org/project/pandasql,2016-04-20 21:52:36.000000,49.0,136041.0,136041.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +478,fancyimpute,iskandr/fancyimpute,,sklearn-utils,https://github.com/iskandr/fancyimpute,https://github.com/iskandr/fancyimpute,Apache-2.0,2015-11-05 23:39:34.000000,2021-01-25 00:27:52.000000,2021-01-25 00:27:51.000000,142,4.0,103.0,918,198.0,Multivariate imputation and matrix completion algorithms implemented in Python.,11.0,22,True,2020-07-16 21:36:59.000000,0.5.5,26.0,fancyimpute,,,,['sklearn'],687.0,666.0,https://pypi.org/project/fancyimpute,2020-07-16 21:36:59.000000,21.0,6557.0,6557.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +479,Alibi,SeldonIO/alibi,,interpretability,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56.000000,2021-01-28 12:27:30.000000,2021-01-22 16:57:32.000000,102,65.0,74.0,868,228.0,Algorithms for monitoring and explaining machine learning models.,11.0,22,True,2020-10-20 14:14:29.000000,0.5.5,15.0,alibi,,,,,69.0,60.0,https://pypi.org/project/alibi,2020-10-20 14:13:40.000000,9.0,1965.0,1965.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +480,keract,philipperemy/keract,,interpretability,https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57.000000,2021-01-24 05:36:30.000000,2021-01-24 05:36:29.000000,175,1.0,75.0,847,359.0,Activation Maps (Layers Outputs) and Gradients in Keras.,15.0,22,True,2020-12-30 19:38:30.000000,4.3.4,37.0,keract,,,,['tensorflow'],71.0,66.0,https://pypi.org/project/keract,2021-01-22 09:01:30.000000,5.0,1078.0,1078.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +481,FinTA,peerchemist/finta,,financial-data,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46.000000,2021-01-13 05:19:43.000000,2020-11-04 21:30:11.000000,291,9.0,58.0,805,364.0,Common financial technical indicators implemented in Pandas.,21.0,22,False,2020-10-21 11:36:19.000000,1.2,19.0,finta,,,,,58.0,54.0,https://pypi.org/project/finta,2020-10-21 11:39:44.000000,4.0,2308.0,2308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +482,Neural Structured Learning,tensorflow/neural-structured-learning,,tensorflow-utils,https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16.000000,2021-01-25 19:10:53.000000,2021-01-25 19:10:48.000000,138,4.0,39.0,767,354.0,Training neural models with structured signals.,26.0,22,True,2020-08-18 00:30:03.000000,1.3.1,7.0,neural-structured-learning,,,,['tensorflow'],25.0,25.0,https://pypi.org/project/neural-structured-learning,2020-08-18 00:35:35.000000,,2043.0,2043.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +483,minisom,JustGlowing/minisom,,others,https://github.com/JustGlowing/minisom,https://github.com/JustGlowing/minisom,CC-BY-3.0,2013-07-03 10:10:06.000000,2021-01-19 16:04:54.000000,2021-01-19 16:04:54.000000,242,8.0,61.0,765,425.0,MiniSom is a minimalistic implementation of the Self Organizing Maps.,20.0,22,False,2020-11-03 08:23:06.000000,2.2.7,14.0,minisom,,,,,143.0,139.0,https://pypi.org/project/minisom,2020-06-19 06:29:59.000000,4.0,5221.0,5221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +484,Explainability 360,Trusted-AI/AIX360,,interpretability,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48.000000,2020-12-04 16:51:14.000000,2020-12-04 16:49:39.000000,168,26.0,18.0,757,305.0,Interpretability and explainability of data and machine learning models.,27.0,22,True,2020-10-28 09:32:21.000000,0.2.1,4.0,aix360,,,,,14.0,13.0,https://pypi.org/project/aix360,2020-10-28 09:18:17.000000,1.0,452.0,452.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +485,Opacus,pytorch/opacus,,privacy-ml,https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09.000000,2021-01-27 22:42:19.000000,2021-01-27 22:38:55.000000,90,8.0,49.0,728,213.0,Training PyTorch models with differential privacy.,24.0,22,True,2020-12-17 17:30:40.000000,0.11.0,6.0,opacus,,,,['pytorch'],11.0,11.0,https://pypi.org/project/opacus,2020-12-17 17:30:40.000000,,1528.0,1531.0,,,,,,,,2.0,30.0,,,,,,,,,,,,,,,,,,,,,, +486,ogb,snap-stanford/ogb,,graph,https://github.com/snap-stanford/ogb,https://github.com/snap-stanford/ogb,MIT,2019-11-22 22:13:57.000000,2021-01-23 19:47:25.000000,2021-01-23 19:47:19.000000,107,,88.0,725,397.0,"Benchmark datasets, data loaders, and evaluators for graph machine learning.",12.0,22,True,2020-12-29 18:13:08.000000,1.2.4,10.0,ogb,,,,,44.0,44.0,https://pypi.org/project/ogb,2020-12-29 18:08:55.000000,0.0,1743.0,1743.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +487,kapre,keunwoochoi/kapre,,audio,https://github.com/keunwoochoi/kapre,https://github.com/keunwoochoi/kapre,MIT,2016-12-14 18:36:36.000000,2021-01-18 11:46:52.000000,2020-11-16 17:11:54.000000,129,5.0,80.0,704,188.0,kapre: Keras Audio Preprocessors.,13.0,22,True,2020-09-29 18:49:13.000000,0.3.4,21.0,kapre,,,,['tensorflow'],478.0,467.0,https://pypi.org/project/kapre,2020-09-29 18:49:13.000000,11.0,869.0,869.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,,,, +488,Darts,unit8co/darts,,time-series-data,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28.000000,2021-01-28 14:40:55.000000,2020-11-09 15:33:02.000000,86,17.0,42.0,703,284.0,A python library for easy manipulation and forecasting of time series.,23.0,22,True,2020-11-09 16:00:41.000000,0.5.0,8.0,u8darts,,unit8/darts,,,12.0,12.0,https://pypi.org/project/u8darts,2020-11-09 16:00:41.000000,,2107.0,2109.0,,,,https://hub.docker.com/r/unit8/darts,2020-10-06 11:35:55.085411,,75.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +489,GPUtil,anderskm/gputil,,gpu-utilities,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43.000000,2020-10-01 05:42:49.000000,2019-08-16 09:00:15.000000,76,10.0,14.0,664,140.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,13.0,22,False,2018-12-18 09:12:13.000000,1.4.0,8.0,gputil,,,,,1065.0,963.0,https://pypi.org/project/gputil,2018-12-18 09:12:13.000000,102.0,49182.0,49182.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +490,TreeInterpreter,andosa/treeinterpreter,,interpretability,https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21.000000,2021-01-10 20:20:58.000000,2021-01-10 20:14:03.000000,133,25.0,3.0,635,35.0,Package for interpreting scikit-learn's decision tree and random forest predictions.,10.0,22,True,2021-01-10 20:12:39.000000,0.2.3,5.0,treeinterpreter,,,,['sklearn'],135.0,117.0,https://pypi.org/project/treeinterpreter,2021-01-10 20:12:39.000000,18.0,57588.0,57588.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +491,Node2Vec,eliorc/node2vec,,graph,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06.000000,2021-01-09 08:40:34.000000,2021-01-09 08:39:26.000000,165,,47.0,628,48.0,Implementation of the node2vec algorithm.,7.0,22,True,2021-01-09 08:40:34.000000,0.4.1,13.0,node2vec,conda-forge/node2vec,,,,122.0,112.0,https://pypi.org/project/node2vec,2021-01-09 08:38:24.000000,10.0,3748.0,4229.0,https://anaconda.org/conda-forge/node2vec,2020-04-25 22:41:13.714000,15398.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +492,pingouin,raphaelvallat/pingouin,,probabilistics,https://github.com/raphaelvallat/pingouin,https://github.com/raphaelvallat/pingouin,GPL-3.0,2018-04-01 01:10:22.000000,2021-01-19 01:56:22.238000,2021-01-19 00:11:27.000000,50,15.0,108.0,626,1058.0,Statistical package in Python based on Pandas.,15.0,22,False,2021-01-19 00:33:47.000000,0.3.9,31.0,pingouin,conda-forge/pingouin,,,,165.0,155.0,https://pypi.org/project/pingouin,2021-01-19 00:29:57.000000,10.0,11940.0,13147.0,https://anaconda.org/conda-forge/pingouin,2021-01-19 01:56:22.238000,30195.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +493,scikit-multilearn,scikit-multilearn/scikit-multilearn,,sklearn-utils,https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44.000000,2020-06-30 10:19:46.000000,2019-05-21 11:29:06.000000,118,64.0,91.0,622,487.0,A scikit-learn based module for multi-label et. al. classification.,15.0,22,False,2018-12-10 16:24:47.000000,0.2.0,6.0,scikit-multilearn,,,,['sklearn'],339.0,336.0,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47.000000,3.0,41209.0,41209.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +494,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,,data-viz,https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14.000000,2021-01-27 21:04:48.000000,2021-01-27 20:56:22.000000,76,21.0,53.0,602,262.0,Bokeh Plotting Backend for Pandas and GeoPandas.,11.0,22,True,2021-01-27 21:04:48.000000,0.5.3,14.0,pandas-bokeh,,,,['pandas'],138.0,128.0,https://pypi.org/project/pandas-bokeh,2021-01-27 21:04:48.000000,10.0,5080.0,5080.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +495,Prince,MaxHalford/prince,,others,https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06.000000,2021-01-13 14:32:13.000000,2021-01-11 21:14:58.000000,108,26.0,64.0,558,179.0,"Python factor analysis library (PCA, CA, MCA, MFA, FAMD).",9.0,22,True,2020-10-06 11:26:47.000000,0.7.1,41.0,prince,,,,['sklearn'],104.0,101.0,https://pypi.org/project/prince,2020-10-06 11:26:47.000000,3.0,5132.0,5132.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +496,CellProfiler,CellProfiler/CellProfiler,,image,https://github.com/CellProfiler/CellProfiler,https://github.com/CellProfiler/CellProfiler,BSD-3-Clause,2011-04-05 12:10:12.000000,2021-01-20 15:00:30.000000,2021-01-19 18:12:46.000000,268,161.0,2763.0,535,15285.0,An open-source application for biological image analysis.,119.0,22,True,2020-11-20 23:32:23.000000,4.0.7,40.0,cellprofiler,,,,,3.0,3.0,https://pypi.org/project/cellprofiler,2017-09-04 18:03:36.000000,,98.0,104.0,,,,,,,,3.0,587.0,,,,,,,,,,,,,,,,,,,,,, +497,Guild AI,guildai/guildai,,ml-experiments,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50.000000,2021-01-27 20:20:07.000000,2021-01-25 16:50:00.000000,42,93.0,148.0,529,4310.0,"Experiment tracking, ML developer tools.",16.0,22,True,2021-01-14 21:03:23.000000,0.7.2,161.0,guildai,,,,,25.0,25.0,https://pypi.org/project/guildai,2021-01-14 21:03:23.000000,,1891.0,1891.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +498,Caer,jasmcaus/caer,,image,https://github.com/jasmcaus/caer,https://github.com/jasmcaus/caer,MIT,2020-08-06 18:36:14.000000,2021-01-28 14:07:13.000000,2021-01-28 14:08:18.000000,40,5.0,8.0,425,4863.0,"A lightweight Computer Vision library. Scale your models, not boilerplate.",4.0,22,True,2021-01-23 10:10:20.000000,1.9.7,108.0,caer,,,https://caer.rtfd.io,,0.0,,https://pypi.org/project/caer,2021-01-23 10:07:31.000000,0.0,531107.0,531109.0,,,,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,,,,, +499,scikit-lego,koaning/scikit-lego,,sklearn-utils,https://github.com/koaning/scikit-lego,https://github.com/koaning/scikit-lego,MIT,2019-01-21 15:30:15.000000,2021-01-14 09:10:30.000000,2021-01-14 09:10:23.000000,66,21.0,182.0,395,370.0,Extra blocks for scikit-learn pipelines.,38.0,22,True,2020-10-25 11:24:35.000000,0.6.2,29.0,scikit-lego,conda-forge/scikit-lego,,,['sklearn'],15.0,15.0,https://pypi.org/project/scikit-lego,2021-01-04 09:19:31.000000,0.0,831.0,1343.0,https://anaconda.org/conda-forge/scikit-lego,2020-11-02 09:40:04.581000,7684.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +500,python-ternary,marcharper/python-ternary,,data-viz,https://github.com/marcharper/python-ternary,https://github.com/marcharper/python-ternary,MIT,2012-08-07 23:48:55.000000,2021-01-05 02:49:30.000000,2021-01-05 02:49:29.000000,110,24.0,77.0,385,378.0,Ternary plotting library for python with matplotlib.,25.0,22,True,2020-05-10 19:01:32.000000,1.0.7,10.0,python-ternary,conda-forge/python-ternary,,,,63.0,53.0,https://pypi.org/project/python-ternary,2020-05-10 19:01:32.000000,10.0,861.0,1697.0,https://anaconda.org/conda-forge/python-ternary,2020-05-10 19:48:41.398000,47702.0,,,,,3.0,14.0,,,,,,,,,,,,,,,,,,,,,, +501,Cornac,PreferredAI/cornac,,recommender-systems,https://github.com/PreferredAI/cornac,https://github.com/PreferredAI/cornac,Apache-2.0,2018-07-17 06:31:35.000000,2021-01-27 22:57:04.000000,2021-01-27 22:57:03.000000,55,1.0,28.0,297,1160.0,A Comparative Framework for Multimodal Recommender Systems.,11.0,22,True,2020-12-28 07:16:20.000000,1.10.0,35.0,cornac,conda-forge/cornac,,,,27.0,26.0,https://pypi.org/project/cornac,2020-12-28 07:23:56.000000,1.0,741.0,5692.0,https://anaconda.org/conda-forge/cornac,2021-01-04 15:45:16.261000,99022.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +502,vega,vega/ipyvega,,data-viz,https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000000,2021-01-11 12:24:54.000000,2021-01-11 12:24:51.000000,46,8.0,79.0,293,473.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,9.0,22,True,2020-05-15 23:40:02.000000,3.4.0,37.0,vega,conda-forge/vega,,,['jupyter'],148.0,,https://pypi.org/project/vega,2020-05-15 23:40:02.000000,148.0,13959.0,20799.0,https://anaconda.org/conda-forge/vega,2020-12-10 15:03:57.175000,376200.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +503,pyvips,libvips/pyvips,,image,https://github.com/libvips/pyvips,https://github.com/libvips/pyvips,MIT,2017-07-28 16:39:43.000000,2020-12-27 23:03:46.000000,2020-12-27 23:01:11.000000,25,70.0,132.0,287,390.0,python binding for libvips using cffi.,10.0,22,True,2020-12-18 11:44:57.000000,2.1.14,20.0,pyvips,conda-forge/pyvips,,,,162.0,140.0,https://pypi.org/project/pyvips,2020-12-18 11:44:57.000000,22.0,3004.0,3363.0,https://anaconda.org/conda-forge/pyvips,2020-10-14 10:02:33.542000,6118.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +504,EarthPy,earthlab/earthpy,,geospatial-data,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42.000000,2021-01-28 12:37:38.000000,2020-12-03 23:03:15.000000,96,26.0,199.0,221,1066.0,A package built to support working with spatial data using open source python.,38.0,22,True,2020-06-18 23:58:08.000000,0.9.2,22.0,earthpy,conda-forge/earthpy,,,,80.0,74.0,https://pypi.org/project/earthpy,2020-06-18 23:58:08.000000,6.0,1260.0,2526.0,https://anaconda.org/conda-forge/earthpy,2020-06-19 15:23:44.425000,26588.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +505,Orion,Epistimio/orion,,hyperopt,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21.000000,2021-01-25 16:41:18.000000,2021-01-25 16:41:17.000000,35,20.0,104.0,179,2470.0,Asynchronous Distributed Hyperparameter Optimization.,18.0,22,True,2021-01-19 22:46:16.000000,0.1.12,13.0,orion,,,,,47.0,39.0,https://pypi.org/project/orion,2021-01-19 22:46:16.000000,8.0,1003.0,1003.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +506,py3nvml,fbcotter/py3nvml,,gpu-utilities,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37.000000,2020-10-10 10:41:08.987000,2020-04-23 06:54:42.000000,24,2.0,9.0,163,79.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,6.0,22,True,2020-04-06 16:02:10.000000,0.2.6,13.0,py3nvml,conda-forge/py3nvml,,,,241.0,221.0,https://pypi.org/project/py3nvml,2020-04-06 16:02:10.000000,20.0,71152.0,72086.0,https://anaconda.org/conda-forge/py3nvml,2020-10-10 10:41:08.987000,11214.0,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +507,openpyxl,,,data-loading,,https://openpyxl.readthedocs.io,MIT,2015-11-03 00:22:17.154000,2021-01-16 15:51:35.602000,,0,184.0,1414.0,17,,A Python library to read/write Excel 2010 xlsx/xlsm files.,,22,False,2021-01-14 19:15:29.000000,3.0.6,96.0,openpyxl,openpyxl,openpyxl/openpyxl-ci,https://openpyxl.readthedocs.io/en/stable/,,9770.0,,https://pypi.org/project/openpyxl,2021-01-14 19:00:13.000000,9770.0,5229171.0,5229862.0,https://anaconda.org/anaconda/openpyxl,2021-01-16 15:51:35.602000,41771.0,https://hub.docker.com/r/openpyxl/openpyxl-ci,2018-09-13 18:04:17.646261,,1174.0,3.0,,,,,,,,,0.0,,,,,,,,,,,,https://foss.heptapod.net/api/graphql::openpyxl/openpyxl,https://foss.heptapod.net/openpyxl/openpyxl, +508,Recommenders,microsoft/recommenders,,recommender-systems,https://github.com/microsoft/recommenders,https://github.com/microsoft/recommenders,MIT,2018-09-19 10:06:07.000000,2021-01-26 23:26:04.000000,2021-01-04 11:10:33.000000,1575,104.0,433.0,9076,6261.0,Best Practices on Recommendation Systems.,88.0,21,True,2020-08-20 15:11:46.000000,2020.8,6.0,,,,,,1.0,1.0,,,,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +509,cortex,cortexlabs/cortex,,model-serialisation,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14.000000,2021-01-28 13:26:30.000000,2021-01-26 22:39:44.000000,548,188.0,710.0,7255,1827.0,Run inference at scale.,18.0,21,True,2021-01-21 05:23:13.000000,0.27.0,45.0,cortex,,,,,0.0,,https://pypi.org/project/cortex,2021-01-21 05:17:11.000000,0.0,605.0,605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +510,mace,XiaoMi/mace,,ml-frameworks,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12.000000,2021-01-26 10:49:30.000000,2021-01-10 08:24:13.000000,756,39.0,583.0,4278,3086.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,54.0,21,True,2021-01-12 02:48:05.000000,1.0.2,9.0,,,,,,,,,,,,44.0,,,,,,,,3.0,1296.0,,,,,,,,,,,,,,,,,,,,,, +511,cuDF,rapidsai/cudf,,gpu-utilities,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37.000000,2021-01-28 15:15:22.000000,2021-01-28 02:19:49.000000,475,565.0,2748.0,3629,,cuDF - GPU DataFrame Library.,199.0,21,True,2020-12-10 17:28:54.000000,0.17.0,5.0,cudf,,,,,4.0,,https://pypi.org/project/cudf,2020-06-01 20:07:47.000000,4.0,509.0,509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +512,DeepMatcher,anhaidgroup/deepmatcher,,nlp,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11.000000,2020-09-27 17:25:56.000000,2020-04-20 02:34:24.000000,1276,47.0,15.0,3405,169.0,Python package for performing Entity and Text Matching using Deep Learning.,7.0,21,True,2019-12-30 19:49:33.000000,0.1.1,9.0,deepmatcher,,,,,10.0,10.0,https://pypi.org/project/deepmatcher,2019-12-30 19:49:33.000000,,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +513,AdaNet,tensorflow/adanet,,hyperopt,https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24.000000,2020-07-09 21:03:28.000000,2020-07-09 20:51:04.000000,498,64.0,47.0,3227,439.0,Fast and flexible AutoML with learning guarantees.,26.0,21,True,2020-07-09 20:53:28.000000,0.9.0,13.0,adanet,,,,['tensorflow'],35.0,33.0,https://pypi.org/project/adanet,2020-07-09 21:03:28.000000,2.0,512.0,512.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +514,dpark,douban/dpark,,data-pipelines,https://github.com/douban/dpark,https://github.com/douban/dpark,BSD-3-Clause,2012-04-11 08:35:06.000000,2020-12-25 10:36:06.000000,2020-12-25 10:36:05.000000,554,,60.0,2647,1467.0,"Python clone of Spark, a MapReduce alike framework in Python.",35.0,21,True,2018-07-27 04:11:36.000000,0.5.0,19.0,dpark,,,,['spark'],4.0,3.0,https://pypi.org/project/dpark,2018-07-27 04:11:36.000000,1.0,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +515,NLP Architect,IntelLabs/nlp-architect,,nlp,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13.000000,2021-01-25 20:32:07.000000,2021-01-14 15:53:57.000000,394,16.0,104.0,2582,949.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,36.0,21,True,2020-11-17 12:32:37.000000,0.5.5.1,13.0,nlp-architect,,,,,7.0,7.0,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38.000000,,171.0,171.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +516,tensorflow-graphics,tensorflow/graphics,,image,https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44.000000,2021-01-28 12:56:25.000000,2021-01-28 12:51:22.000000,277,99.0,81.0,2392,572.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,32.0,21,True,2020-05-20 19:56:41.000000,2020.5.20,21.0,tensorflow-graphics,,,,['tensorflow'],3.0,,https://pypi.org/project/tensorflow-graphics,2020-05-20 19:56:41.000000,3.0,852.0,852.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +517,Luminoth,tryolabs/luminoth,,image,https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46.000000,2020-12-24 21:01:24.000000,2020-01-07 20:53:25.000000,401,50.0,127.0,2336,838.0,Deep Learning toolkit for Computer Vision.,15.0,21,True,2018-10-31 22:19:52.000000,0.2.3,10.0,luminoth,,,,['tensorflow'],27.0,27.0,https://pypi.org/project/luminoth,2018-11-09 21:35:17.000000,,454.0,740.0,,,,,,,,3.0,11167.0,,,,,,,,,,,,,,,,,,,,,, +518,Porcupine,Picovoice/Porcupine,,audio,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25.000000,2021-01-27 18:48:27.000000,2021-01-27 18:48:20.000000,332,8.0,271.0,2310,371.0,On-device wake word detection powered by deep learning.,25.0,21,True,2020-12-02 15:34:40.000000,1.9,13.0,pvporcupine,,,,,4.0,4.0,https://pypi.org/project/pvporcupine,2020-10-02 19:16:49.000000,0.0,637.0,637.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +519,TensorTrade,tensortrade-org/tensortrade,,financial-data,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32.000000,2021-01-16 21:13:56.000000,2021-01-06 20:35:52.000000,587,33.0,119.0,2227,851.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",46.0,21,True,,,25.0,tensortrade,,,,,11.0,10.0,https://pypi.org/project/tensortrade,2020-08-24 18:26:46.000000,1.0,842.0,842.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +520,DeepVariant,google/deepvariant,,medical-data,https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22.000000,2021-01-22 18:05:39.000000,2020-12-14 23:35:27.000000,526,5.0,369.0,2169,1503.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,19.0,21,True,2020-12-07 17:56:31.000000,1.1.0,15.0,,bioconda/deepvariant,,,['tensorflow'],,,,,,,817.0,https://anaconda.org/bioconda/deepvariant,2020-09-05 07:25:11.429000,26560.0,,,,,3.0,2988.0,,,,,,,,,,,,,,,,,,,,,, +521,Texar,asyml/texar,,nlp,https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05.000000,2020-09-17 07:03:55.000000,2020-07-29 00:38:30.000000,329,32.0,126.0,2095,1719.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",41.0,21,True,2019-11-19 04:11:18.000000,0.2.4,6.0,texar,,,,['tensorflow'],14.0,12.0,https://pypi.org/project/texar,2019-11-19 04:11:18.000000,2.0,105.0,105.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +522,D-Tale,man-group/dtale,,data-viz,https://github.com/man-group/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000000,2021-01-26 04:46:31.012000,2021-01-26 03:49:33.000000,135,36.0,260.0,1966,303.0,Visualizer for pandas data structures.,11.0,21,True,2021-01-26 04:35:16.000000,.1.32.1,98.0,dtale,conda-forge/dtale,,,"['pandas', 'jupyter']",84.0,84.0,https://pypi.org/project/dtale,2021-01-26 04:29:35.000000,0.0,3116.0,6075.0,https://anaconda.org/conda-forge/dtale,2021-01-26 04:46:31.012000,32553.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,True +523,PARL,PaddlePaddle/PARL,,reinforcement-learning,https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22.000000,2021-01-28 09:14:55.000000,2021-01-27 06:54:13.000000,415,52.0,148.0,1793,1.0,A high-performance distributed training framework for Reinforcement Learning.,21.0,21,True,2021-01-08 08:16:06.000000,1.4.1,16.0,parl,,,,['paddle'],65.0,65.0,https://pypi.org/project/parl,2021-01-08 08:16:06.000000,,227.0,227.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +524,auto_ml,ClimbsRocks/auto_ml,,hyperopt,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08.000000,2020-12-29 07:56:49.000000,2018-03-25 19:46:25.000000,293,185.0,215.0,1513,1149.0,[UNMAINTAINED] Automated machine learning for analytics & production.,13.0,21,False,2018-02-22 01:13:03.000000,2.9.10,78.0,auto_ml,,,,,2.0,,https://pypi.org/project/auto_ml,2018-02-22 01:13:03.000000,2.0,1204.0,1204.0,,,,,,,,3.0,33.0,,,,,,,,,,,,,,,,,,,,,, +525,lore,instacart/lore,,ml-experiments,https://github.com/instacart/lore,https://github.com/instacart/lore,MIT,2017-10-19 21:51:45.000000,2021-01-05 17:20:41.000000,2020-05-11 22:26:45.000000,118,16.0,18.0,1512,270.0,Lore makes machine learning approachable for Software Engineers and maintainable for Machine Learning Researchers.,22.0,21,True,2020-05-11 22:28:23.000000,0.8.4,231.0,lore,,,,,17.0,16.0,https://pypi.org/project/lore,2020-05-11 22:28:23.000000,1.0,435.0,435.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +526,Magnitude,plasticityai/magnitude,,nn-search,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16.000000,2020-07-17 20:19:50.000000,2020-07-17 20:19:46.000000,98,24.0,50.0,1378,350.0,"A fast, efficient universal vector embedding utility package.",4.0,21,True,2020-05-25 11:26:36.000000,0.1.143,128.0,pymagnitude,,,,,186.0,172.0,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36.000000,14.0,3617.0,3617.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +527,TensorFlow Privacy,tensorflow/privacy,,privacy-ml,https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46.000000,2021-01-25 20:02:09.000000,2021-01-25 20:02:04.000000,265,41.0,76.0,1318,440.0,Library for training machine learning models with privacy for training data.,35.0,21,True,2020-09-03 01:13:47.000000,.0.5.1,9.0,tensorflow-privacy,,,,['tensorflow'],1.0,,https://pypi.org/project/tensorflow-privacy,2020-09-03 01:10:15.000000,1.0,3883.0,3885.0,,,,,,,,2.0,41.0,,,,,,,,,,,,,,,,,,,,,, +528,Neural Tangents,google/neural-tangents,,ml-frameworks,https://github.com/google/neural-tangents,https://github.com/google/neural-tangents,Apache-2.0,2019-04-08 16:48:48.000000,2021-01-25 23:20:02.000000,2021-01-25 21:28:09.000000,148,28.0,49.0,1298,364.0,Fast and Easy Infinite Neural Networks in Python.,17.0,21,True,2021-01-25 23:20:02.000000,0.3.6,20.0,neural-tangents,,,,,13.0,13.0,https://pypi.org/project/neural-tangents,2021-01-25 23:06:16.000000,0.0,396.0,410.0,,,,,,,,3.0,103.0,,,,,,,,,,,,,,,,,,,,,, +529,NiftyNet,NifTK/NiftyNet,,medical-data,https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43.000000,2020-04-21 19:54:52.000000,2020-04-21 19:54:51.000000,372,99.0,224.0,1264,2848.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,58.0,21,True,2019-10-09 19:33:30.000000,0.6.0,11.0,niftynet,,,,['tensorflow'],33.0,33.0,https://pypi.org/project/niftynet,2019-10-10 10:59:33.000000,,129.0,129.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +530,Pypeline,cgarciae/pypeln,,data-pipelines,https://github.com/cgarciae/pypeln,https://github.com/cgarciae/pypeln,MIT,2018-09-01 13:43:31.000000,2021-01-05 18:00:20.000000,2021-01-05 17:59:44.000000,66,12.0,35.0,1209,234.0,Concurrent data pipelines in Python .,9.0,21,True,2021-01-05 18:00:06.000000,0.4.7,34.0,pypeln,,,,,5.0,,https://pypi.org/project/pypeln,2021-01-05 18:00:06.000000,5.0,2553.0,2553.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +531,Torchmeta,tristandeleu/pytorch-meta,,pytorch-utils,https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45.000000,2020-11-25 16:45:01.000000,2020-11-25 16:41:48.000000,129,19.0,69.0,1188,341.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,10.0,21,True,2020-11-25 16:45:01.000000,1.6.1,26.0,torchmeta,,,,['pytorch'],26.0,26.0,https://pypi.org/project/torchmeta,2020-11-25 16:45:01.000000,,395.0,395.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +532,Karate Club,benedekrozemberczki/karateclub,,graph,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56.000000,2021-01-25 18:14:21.000000,2021-01-25 18:10:17.000000,137,,47.0,1141,2117.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,11.0,21,False,2021-01-25 18:14:21.000000,_10023,96.0,karateclub,,,,,22.0,22.0,https://pypi.org/project/karateclub,2021-01-25 18:11:58.000000,,1236.0,1236.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +533,datatable,h2oai/datatable,,data-containers,https://github.com/h2oai/datatable,https://github.com/h2oai/datatable,MPL-2.0,2017-03-03 02:32:59.000000,2021-01-27 22:58:22.000000,2021-01-27 22:58:20.000000,96,125.0,1104.0,1101,,A Python package for manipulating 2-dimensional tabular data structures.,28.0,21,True,2020-12-10 09:10:50.000000,0.11.1,15.0,datatable,,,,,6.0,,https://pypi.org/project/datatable,2020-12-10 08:04:03.000000,6.0,11145.0,11167.0,,,,,,,,3.0,921.0,,,,,,,,,,,,,,,,,,,,,, +534,FARM,deepset-ai/FARM,,nlp,https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12.000000,2021-01-27 21:23:10.000000,2021-01-26 11:42:49.000000,152,32.0,291.0,1079,522.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,30.0,21,True,2021-01-20 16:57:05.000000,0.6.2,22.0,farm,,,,['pytorch'],2.0,,https://pypi.org/project/farm,2021-01-20 16:51:38.000000,2.0,2217.0,2217.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +535,tensorly,tensorly/tensorly,,others,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52.000000,2021-01-28 14:12:38.000000,2021-01-27 12:20:44.000000,186,24.0,94.0,953,,TensorLy: Tensor Learning in Python.,38.0,21,True,2020-12-07 20:30:41.000000,0.5.1,16.0,tensorly,conda-forge/tensorly,,,,20.0,,https://pypi.org/project/tensorly,2020-12-07 20:30:41.000000,20.0,2243.0,5725.0,https://anaconda.org/conda-forge/tensorly,2020-12-07 22:44:30.386000,111443.0,,,,,3.0,,,-2.0,,,,,,,,,,,,,,,,,,,, +536,TFEncrypted,tf-encrypted/tf-encrypted,,privacy-ml,https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13.000000,2020-11-19 15:48:03.000000,2020-08-19 16:56:56.000000,134,164.0,231.0,815,595.0,A Framework for Encrypted Machine Learning in TensorFlow.,28.0,21,True,2019-09-27 20:00:01.000000,0.5.9,35.0,tf-encrypted,,,,['tensorflow'],54.0,46.0,https://pypi.org/project/tf-encrypted,2019-10-21 18:05:53.000000,8.0,345.0,345.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +537,scikit-cuda,lebedov/scikit-cuda,,gpu-utilities,https://github.com/lebedov/scikit-cuda,https://github.com/lebedov/scikit-cuda,BSD-3-Clause,2010-09-27 02:02:07.000000,2020-07-13 12:48:39.000000,2020-07-13 12:47:46.000000,155,39.0,163.0,795,1026.0,Python interface to GPU-powered libraries.,44.0,21,True,2019-05-27 00:29:00.000000,0.5.3,7.0,scikit-cuda,,,,,143.0,112.0,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00.000000,31.0,498.0,498.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +538,nude.py,hhatto/nude.py,,image,https://github.com/hhatto/nude.py,https://github.com/hhatto/nude.py,MIT,2013-06-09 06:55:55.000000,2020-11-23 13:49:32.000000,2020-11-23 13:49:02.000000,128,6.0,2.0,790,79.0,Nudity detection with Python.,12.0,21,True,2020-11-23 13:49:17.000000,0.5.1,10.0,nudepy,,,,,70.0,61.0,https://pypi.org/project/nudepy,2020-11-23 13:49:17.000000,9.0,1400.0,1400.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +539,iNNvestigate,albermax/innvestigate,,interpretability,https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20.000000,2020-12-30 15:22:24.000000,2020-10-16 15:26:56.000000,169,72.0,127.0,753,882.0,A toolbox to iNNvestigate neural networks' predictions!.,18.0,21,True,2019-03-19 14:31:31.000000,1.0.9,2.0,innvestigate,,,,['tensorflow'],47.0,46.0,https://pypi.org/project/innvestigate,2020-11-14 11:35:59.000000,1.0,341.0,341.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +540,AstroML,astroML/astroML,,others,https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50.000000,2020-09-09 15:52:15.000000,2020-09-09 15:52:13.000000,247,48.0,80.0,719,508.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",29.0,21,True,2019-10-02 06:32:58.000000,0.4.1,10.0,astroML,conda-forge/astroml,,,['sklearn'],189.0,160.0,https://pypi.org/project/astroML,2020-03-23 23:20:49.000000,29.0,447.0,968.0,https://anaconda.org/conda-forge/astroml,2020-02-16 04:18:54.678000,21386.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +541,gmaps,pbugnion/gmaps,,geospatial-data,https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000000,2020-10-13 07:09:18.000000,2019-07-22 06:22:45.000000,141,63.0,135.0,697,1380.0,Google maps for Jupyter notebooks.,16.0,21,False,2019-07-21 08:49:48.715000,0.9.0,93.0,gmaps,conda-forge/gmaps,,,['jupyter'],38.0,1.0,https://pypi.org/project/gmaps,2019-07-20 07:47:04.000000,37.0,3198.0,9129.0,https://anaconda.org/conda-forge/gmaps,2019-08-02 11:56:50.940000,202178.0,,,,,3.0,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715000,,1337.0,,,,,,,,,,,,,,, +542,fairlearn,fairlearn/fairlearn,,interpretability,https://github.com/fairlearn/fairlearn,https://github.com/fairlearn/fairlearn,MIT,2018-05-15 01:51:35.000000,2021-01-26 00:57:29.000000,2021-01-20 09:19:31.000000,163,78.0,109.0,658,550.0,A Python package to assess and improve fairness of machine learning models.,29.0,21,True,2020-11-10 15:01:51.000000,0.5.0,12.0,fairlearn,conda-forge/fairlearn,,,['sklearn'],1.0,,https://pypi.org/project/fairlearn,2020-11-10 13:19:12.000000,1.0,2582.0,3368.0,https://anaconda.org/conda-forge/fairlearn,2020-11-11 16:56:35.159000,8647.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +543,Sentinelsat,sentinelsat/sentinelsat,,geospatial-data,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26.000000,2021-01-22 13:11:27.000000,2021-01-22 13:11:23.000000,162,29.0,208.0,551,773.0,Search and download Copernicus Sentinel satellite images.,34.0,21,False,2020-06-12 07:15:51.000000,0.14,36.0,sentinelsat,,,,,182.0,160.0,https://pypi.org/project/sentinelsat,2020-06-12 07:08:37.000000,22.0,5380.0,5383.0,,,,,,,,3.0,191.0,,,,,,,,,,,,,,,,,,,,,, +544,pickleDB,patx/pickledb,,data-containers,https://github.com/patx/pickledb,https://github.com/patx/pickledb,BSD-3-Clause,2011-10-28 00:04:40.000000,2020-08-25 09:47:52.000000,2019-11-15 03:38:30.000000,92,16.0,39.0,534,105.0,pickleDB is an open source key-value store using Python's json module.,11.0,21,False,2019-01-13 22:40:32.000000,0.9.1,19.0,pickledb,,,,,573.0,471.0,https://pypi.org/project/pickledb,2019-01-13 22:40:32.000000,102.0,13633.0,13633.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +545,Studio.ml,studioml/studio,,ml-experiments,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28.000000,2021-01-22 20:27:41.000000,2021-01-22 20:09:17.000000,48,56.0,189.0,369,2324.0,Studio: Simplify and expedite model building process.,21.0,21,True,2021-01-19 22:49:48.000000,0.0.39,181.0,studioml,,,,,3.0,3.0,https://pypi.org/project/studioml,2021-01-22 20:27:41.000000,,943.0,943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +546,PyNNDescent,lmcinnes/pynndescent,,nn-search,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54.000000,2021-01-27 21:24:08.000000,2021-01-27 21:24:03.000000,44,28.0,29.0,367,464.0,A Python nearest neighbor descent for approximate nearest neighbors.,10.0,21,True,2020-11-19 20:20:48.000000,0.5.1,20.0,pynndescent,conda-forge/pynndescent,,,,3.0,,https://pypi.org/project/pynndescent,2020-11-19 20:20:48.000000,3.0,31803.0,33088.0,https://anaconda.org/conda-forge/pynndescent,2020-11-19 22:20:12.326000,24417.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +547,optunity,claesenm/optunity,,hyperopt,https://github.com/claesenm/optunity,https://github.com/claesenm/optunity,BSD-3-Clause,2014-05-28 17:29:11.000000,2020-05-11 14:32:39.000000,2020-05-11 14:32:38.000000,73,45.0,48.0,363,782.0,optimization routines for hyperparameter tuning.,9.0,21,True,2015-09-30 05:02:00.000000,1.1.1,6.0,optunity,,,,,65.0,58.0,https://pypi.org/project/optunity,2015-09-30 05:02:00.000000,7.0,8560.0,8560.0,,,,,,,,3.0,62.0,,,,,,,,,,,,,,,,,,,,,, +548,Pandas Summary,mouradmourafiq/pandas-summary,,data-containers,https://github.com/mouradmourafiq/pandas-summary,https://github.com/mouradmourafiq/pandas-summary,MIT,2016-03-25 21:59:32.000000,2019-08-24 21:10:25.000000,2019-08-24 21:10:24.000000,34,8.0,5.0,357,24.0,An extension to pandas dataframes describe function.,6.0,21,False,2016-08-30 07:54:59.000000,0.0.41,8.0,pandas-summary,,,,['pandas'],579.0,560.0,https://pypi.org/project/pandas-summary,2016-08-30 07:54:59.000000,19.0,18932.0,18932.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +549,Neuraxle,Neuraxio/Neuraxle,,hyperopt,https://github.com/Neuraxio/Neuraxle,https://github.com/Neuraxio/Neuraxle,Apache-2.0,2019-03-26 21:01:54.000000,2021-01-26 23:43:37.000000,2021-01-12 03:35:32.000000,39,120.0,130.0,357,1324.0,A Sklearn-like Framework for Hyperparameter Tuning and AutoML in Deep Learning projects. Finally have the right..,7.0,21,True,2020-09-20 16:29:39.000000,0.5.6,18.0,neuraxle,,,,,17.0,17.0,https://pypi.org/project/neuraxle,2020-09-20 16:29:39.000000,0.0,268.0,268.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +550,PyTorch Sparse,rusty1s/pytorch_sparse,,pytorch-utils,https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53.000000,2021-01-19 11:21:56.000000,2021-01-19 11:21:52.000000,44,34.0,51.0,344,512.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,12.0,21,True,2020-11-02 10:42:59.000000,0.6.8,21.0,torch-sparse,,,,['pytorch'],17.0,,https://pypi.org/project/torch-sparse,2020-11-02 10:43:20.000000,17.0,3733.0,3733.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +551,aequitas,dssg/aequitas,,interpretability,https://github.com/dssg/aequitas,https://github.com/dssg/aequitas,MIT,2018-02-13 19:40:30.000000,2021-01-15 15:48:55.000000,2020-12-20 16:40:35.000000,63,33.0,20.0,342,853.0,Bias and Fairness Audit Toolkit.,15.0,21,True,2020-08-23 23:38:51.000000,0.42.0,16.0,aequitas,,,,,67.0,64.0,https://pypi.org/project/aequitas,2020-12-16 11:48:14.000000,3.0,221.0,221.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +552,torch-cluster,rusty1s/pytorch_cluster,,graph,https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06.000000,2021-01-03 16:07:26.000000,2021-01-03 16:07:22.000000,67,35.0,37.0,333,499.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,17.0,21,True,2020-10-31 14:42:35.000000,1.5.8,38.0,torch-cluster,,,,['pytorch'],32.0,,https://pypi.org/project/torch-cluster,2020-10-31 14:42:35.000000,32.0,2196.0,2196.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +553,BioPandas,rasbt/biopandas,,others,https://github.com/rasbt/biopandas,https://github.com/rasbt/biopandas,BSD-3-Clause,2015-11-21 00:00:14.000000,2021-01-01 17:08:09.000000,2021-01-01 17:08:08.000000,77,16.0,18.0,320,144.0,Working with molecular structures in pandas DataFrames.,7.0,21,True,2020-08-04 13:52:27.000000,0.2.7,11.0,biopandas,conda-forge/biopandas,,,['pandas'],54.0,48.0,https://pypi.org/project/biopandas,2020-08-04 13:49:59.000000,6.0,223.0,1512.0,https://anaconda.org/conda-forge/biopandas,2020-08-08 06:33:59.197000,63166.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +554,joypy,sbebo/joypy,,data-viz,https://github.com/sbebo/joypy,https://github.com/sbebo/joypy,MIT,2017-07-30 17:18:50.000000,2020-12-28 14:07:53.760000,2020-12-28 11:56:12.000000,32,4.0,34.0,314,108.0,Joyplots in Python with matplotlib & pandas.,5.0,21,True,2020-12-28 11:54:36.000000,0.2.4,16.0,joypy,conda-forge/joypy,,,,69.0,63.0,https://pypi.org/project/joypy,2020-12-28 11:54:36.000000,6.0,2084.0,2440.0,https://anaconda.org/conda-forge/joypy,2020-12-28 14:07:53.760000,7850.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +555,SDV,sdv-dev/SDV,,data-loading,https://github.com/sdv-dev/SDV,https://github.com/sdv-dev/SDV,MIT,2018-05-11 15:56:50.000000,2021-01-28 11:19:18.000000,2021-01-28 10:44:18.000000,58,41.0,137.0,312,779.0,"Synthetic Data Generation for tabular, relational and time series data.",33.0,21,True,2021-01-28 00:14:45.000000,0.7.0,40.0,sdv,,,,,13.0,13.0,https://pypi.org/project/sdv,2021-01-28 00:13:40.000000,0.0,909.0,909.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +556,NIPY,nipy/nipy,,medical-data,https://github.com/nipy/nipy,https://github.com/nipy/nipy,DSDP,2010-05-02 10:00:33.000000,2020-11-24 19:22:47.000000,2020-10-14 22:51:30.000000,123,43.0,104.0,289,6371.0,Neuroimaging in Python FMRI analysis package.,63.0,21,False,2018-02-19 14:14:08.000000,0.4.2,6.0,nipy,conda-forge/nipy,,,,29.0,,https://pypi.org/project/nipy,2018-02-19 14:14:08.000000,29.0,556.0,2234.0,https://anaconda.org/conda-forge/nipy,2020-05-04 19:38:04.112000,70478.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +557,datatest,shawnbrown/datatest,,data-loading,https://github.com/shawnbrown/datatest,https://github.com/shawnbrown/datatest,Apache-2.0,2016-05-12 13:16:27.000000,2021-01-27 09:05:24.000000,2021-01-27 08:56:02.000000,13,9.0,42.0,236,2135.0,Tools for test driven data-wrangling and data validation.,6.0,21,True,2021-01-04 03:43:58.000000,0.11.1,17.0,datatest,,,,,31.0,29.0,https://pypi.org/project/datatest,2021-01-04 03:39:40.000000,2.0,1793.0,1793.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +558,pymap3d,geospace-code/pymap3d,,geospatial-data,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03.000000,2020-12-23 03:44:01.000000,2020-12-23 03:43:54.000000,55,2.0,22.0,172,622.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,8.0,21,True,2020-09-21 15:20:10.000000,2.4.3,45.0,pymap3d,conda-forge/pymap3d,,,,3.0,,https://pypi.org/project/pymap3d,2020-09-21 15:16:49.000000,3.0,10076.0,10678.0,https://anaconda.org/conda-forge/pymap3d,2020-09-24 05:54:07.357000,6029.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +559,scikit-posthocs,maximtrp/scikit-posthocs,,probabilistics,https://github.com/maximtrp/scikit-posthocs,https://github.com/maximtrp/scikit-posthocs,MIT,2017-06-22 19:41:37.000000,2020-10-19 08:16:22.000000,2020-10-19 08:16:21.000000,18,3.0,32.0,172,430.0,Pairwise Multiple Comparisons (Post Hoc) Tests in Python.,7.0,21,True,2020-10-12 19:15:07.000000,0.6.6,20.0,scikit-posthocs,,,,['sklearn'],108.0,105.0,https://pypi.org/project/scikit-posthocs,2020-10-12 19:06:51.000000,3.0,8171.0,8171.0,,,,,,,,3.0,16.0,,,,,,,,,,,,,,,,,,,,,, +560,Dejavu,worldveil/dejavu,,audio,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35.000000,2020-10-29 17:40:17.000000,2020-06-03 05:58:03.000000,1236,83.0,129.0,5310,146.0,Audio fingerprinting and recognition in Python.,23.0,20,True,2015-04-19 21:20:16.000000,0.1.3,4.0,PyDejavu,,,,,17.0,16.0,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16.000000,1.0,68.0,68.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +561,MMF,facebookresearch/mmf,,image,https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40.000000,2021-01-28 02:27:45.000000,2021-01-27 23:50:40.000000,592,92.0,324.0,4067,763.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,52.0,20,True,2019-08-26 19:04:21.000000,0.3.1,11.0,mmf,,,,['pytorch'],6.0,6.0,https://pypi.org/project/mmf,2020-06-11 16:09:52.000000,,78.0,78.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +562,MatchZoo,NTMC-Community/MatchZoo,,nlp,https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22.000000,2020-06-17 07:27:59.000000,2019-10-24 13:10:07.000000,858,27.0,427.0,3336,1808.0,"Facilitating the design, comparison and sharing of deep text matching models.",35.0,20,False,2019-10-24 13:09:11.000000,2.2.0,5.0,matchzoo,,,,['tensorflow'],9.0,9.0,https://pypi.org/project/matchzoo,2019-10-24 13:09:11.000000,,112.0,112.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +563,MindsDB,mindsdb/mindsdb,,ml-frameworks,https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,GPL-3.0,2018-08-02 17:56:45.000000,2021-01-27 18:38:25.000000,2021-01-27 01:20:21.000000,407,36.0,472.0,3186,,Predictive AI layer for existing databases.,55.0,20,False,2021-01-26 13:20:08.000000,2.19.2,42.0,mindsdb,,,,['pytorch'],3.0,,https://pypi.org/project/mindsdb,2019-03-19 05:07:23.000000,3.0,1828.0,1828.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +564,TRFL,deepmind/trfl,,reinforcement-learning,https://github.com/deepmind/trfl,https://github.com/deepmind/trfl,Apache-2.0,2018-08-08 14:44:11.000000,2020-11-06 04:44:44.000000,2020-04-20 13:05:56.000000,372,6.0,16.0,3060,116.0,TensorFlow Reinforcement Learning.,12.0,20,True,2020-04-20 14:11:57.000000,1.1.0,4.0,trfl,,,,['tensorflow'],39.0,37.0,https://pypi.org/project/trfl,2020-04-20 14:11:57.000000,2.0,605.0,605.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +565,DALI,NVIDIA/DALI,,gpu-utilities,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01.000000,2021-01-28 15:08:24.000000,2021-01-27 15:47:53.000000,368,184.0,604.0,3056,1680.0,A library containing both highly optimized building blocks and an execution engine for data pre-processing in deep..,55.0,20,True,2021-01-27 17:28:00.000000,0.30.0,36.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +566,FATE,FederatedAI/FATE,,privacy-ml,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43.000000,2021-01-28 12:42:11.000000,2021-01-17 03:20:44.000000,800,277.0,524.0,2734,6609.0,An Industrial Grade Federated Learning Framework.,50.0,20,True,2020-11-13 13:36:14.000000,1.5.0,24.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +567,image-match,EdjoLabs/image-match,,image,https://github.com/EdjoLabs/image-match,https://github.com/EdjoLabs/image-match,Apache-2.0,2016-03-08 18:16:45.000000,2021-01-04 18:36:01.000000,2021-01-04 18:35:59.000000,351,47.0,47.0,2507,404.0,Quickly search over billions of images.,17.0,20,True,2017-02-13 14:54:48.000000,1.1.2,10.0,image_match,,,,,3.0,,https://pypi.org/project/image_match,2017-02-13 14:54:48.000000,3.0,308.0,308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +568,gpt-2-simple,minimaxir/gpt-2-simple,,nlp,https://github.com/minimaxir/gpt-2-simple,https://github.com/minimaxir/gpt-2-simple,MIT,2019-04-13 20:00:52.000000,2020-11-13 18:28:40.000000,2020-04-24 02:31:04.000000,497,129.0,90.0,2462,130.0,Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts.,16.0,20,True,2019-12-28 04:05:21.000000,0.7.1,15.0,gpt-2-simple,,,,['tensorflow'],3.0,,https://pypi.org/project/gpt-2-simple,2019-12-28 04:03:29.000000,3.0,4380.0,4389.0,,,,,,,,3.0,189.0,,,,,,,,,,,,,,,,,,,,,, +569,StreamAlert,airbnb/streamalert,,others,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56.000000,2021-01-13 20:21:16.000000,2020-10-05 21:15:11.000000,281,90.0,247.0,2454,1892.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",30.0,20,True,2020-10-05 21:50:56.000000,3.4.1,27.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +570,finmarketpy,cuemacro/finmarketpy,,financial-data,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03.000000,2021-01-25 15:04:53.000000,2021-01-25 15:02:09.000000,425,21.0,3.0,2443,655.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,14.0,20,True,2021-01-25 15:04:53.000000,0.11.8,9.0,finmarketpy,,,,,3.0,3.0,https://pypi.org/project/finmarketpy,2021-01-25 15:01:25.000000,,76.0,76.0,,,,,,,,3.0,39.0,,,,,,,,,,,,,,,,,,,,,, +571,NeMo,NVIDIA/NeMo,,nlp,https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42.000000,2021-01-28 09:32:01.000000,2021-01-26 22:06:19.000000,375,170.0,254.0,2346,,NeMo: a toolkit for conversational AI.,69.0,20,True,2020-07-10 00:01:18.000000,0.11.0,36.0,nemo-toolkit,,,,['pytorch'],4.0,,https://pypi.org/project/nemo-toolkit,2020-12-11 21:33:53.000000,4.0,1255.0,1311.0,,,,,,,,3.0,909.0,,,,,,,,,,,,,,,,,,,,,, +572,Hummingbird,microsoft/hummingbird,,model-serialisation,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03.000000,2021-01-25 01:51:10.000000,2021-01-25 01:24:29.000000,156,47.0,132.0,2214,,Hummingbird compiles trained ML models into tensor computation for faster inference.,18.0,20,True,2021-01-04 22:16:04.000000,0.2.1,9.0,hummingbird-ml,,,,,12.0,12.0,https://pypi.org/project/hummingbird-ml,2021-01-04 22:14:22.000000,,783.0,794.0,,,,,,,,3.0,91.0,,,,,,,,,,,,,,,,,,,,,, +573,Texthero,jbesomi/texthero,,nlp,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05.000000,2020-12-09 16:49:27.000000,2020-11-03 07:58:36.000000,183,73.0,48.0,2085,267.0,"Text preprocessing, representation and visualization from zero to hero.",18.0,20,True,2020-07-06 20:32:28.000000,1.0.9,9.0,texthero,,,,,,,https://pypi.org/project/texthero,2020-07-06 20:29:25.000000,,1958.0,1964.0,,,,,,,,3.0,62.0,,,,,,,,,,,,,,,,,,,,,, +574,pdftabextract,WZBSocialScienceCenter/pdftabextract,,ocr,https://github.com/WZBSocialScienceCenter/pdftabextract,https://github.com/WZBSocialScienceCenter/pdftabextract,Apache-2.0,2016-07-08 11:44:46.000000,2020-12-28 00:52:23.000000,2018-10-26 13:57:02.000000,329,2.0,18.0,1887,168.0,A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.,2.0,20,False,2018-01-09 08:00:24.000000,0.3.0,5.0,pdftabextract,,,,,36.0,36.0,https://pypi.org/project/pdftabextract,2018-01-09 08:00:24.000000,,296.0,296.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +575,STUMPY,TDAmeritrade/stumpy,,time-series-data,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44.000000,2021-01-26 14:34:01.000000,2021-01-21 14:10:24.000000,161,27.0,183.0,1645,,"STUMPY is a powerful and scalable Python library for computing a Matrix Profile, which can be used for a variety of..",20.0,20,True,2021-01-20 23:33:17.000000,1.7.2,18.0,stumpy,conda-forge/stumpy,,,,0.0,,https://pypi.org/project/stumpy,2021-01-20 22:21:04.000000,0.0,12168.0,12917.0,https://anaconda.org/conda-forge/stumpy,2021-01-20 22:49:36.113000,14983.0,,,,,3.0,,,-2.0,,,,,,,,,,,,,,,,,,,, +576,AmpliGraph,Accenture/AmpliGraph,,graph,https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05.000000,2020-08-25 17:19:24.000000,2020-08-25 17:00:58.000000,154,18.0,155.0,1420,895.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,14.0,20,True,2020-08-25 17:06:46.000000,1.3.2,11.0,ampligraph,,,,['tensorflow'],9.0,9.0,https://pypi.org/project/ampligraph,2020-08-25 16:59:58.000000,,543.0,543.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +577,DELTA,Delta-ML/delta,,nlp,https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57.000000,2021-01-25 17:23:09.788485,2020-12-17 06:57:15.000000,271,9.0,68.0,1376,932.0,DELTA is a deep learning based natural language and speech processing platform.,41.0,20,True,2020-07-16 09:31:45.000000,0.3.3,4.0,delta-nlp,,zh794390558/delta,,['tensorflow'],,,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19.000000,,7.0,596.0,,,,https://hub.docker.com/r/zh794390558/delta,2021-01-25 17:23:09.788485,,11791.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +578,reformer-pytorch,lucidrains/reformer-pytorch,,pytorch-utils,https://github.com/lucidrains/reformer-pytorch,https://github.com/lucidrains/reformer-pytorch,MIT,2020-01-09 20:42:37.000000,2020-12-11 17:49:44.000000,2020-12-11 17:49:36.000000,165,1.0,92.0,1339,236.0,"Reformer, the efficient Transformer, in Pytorch.",9.0,20,True,2020-12-06 23:07:32.000000,1.2.4,132.0,reformer-pytorch,,,,['pytorch'],,,https://pypi.org/project/reformer-pytorch,2020-12-06 23:08:09.000000,,808.0,808.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +579,ThunderSVM,Xtra-Computing/thundersvm,,ml-frameworks,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04.000000,2021-01-27 13:53:10.000000,2021-01-27 13:53:03.000000,165,43.0,144.0,1264,898.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,33.0,20,True,2020-03-13 12:36:30.000000,0.3.12,9.0,thundersvm,,,,,,,https://pypi.org/project/thundersvm,2020-03-13 12:36:30.000000,,320.0,362.0,,,,,,,,3.0,2124.0,,,,,,,,,,,,,,,,,,,,,, +580,checklist,marcotcr/checklist,,interpretability,https://github.com/marcotcr/checklist,https://github.com/marcotcr/checklist,MIT,2020-03-09 17:18:49.000000,2020-12-30 23:14:48.000000,2020-12-16 19:26:13.000000,98,3.0,53.0,1206,209.0,Beyond Accuracy: Behavioral Testing of NLP models with CheckList.,7.0,20,True,2020-09-21 18:30:40.000000,0.0.10,9.0,checklist,,,,['jupyter'],7.0,5.0,https://pypi.org/project/checklist,2020-09-21 18:30:40.000000,2.0,288.0,288.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +581,tensorrec,jfkirk/tensorrec,,recommender-systems,https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11.000000,2020-07-30 02:47:12.000000,2020-02-04 21:10:25.000000,205,33.0,90.0,1113,334.0,A TensorFlow recommendation algorithm and framework in Python.,8.0,20,True,2019-04-02 00:53:47.000000,0.26.2,30.0,tensorrec,,,,['tensorflow'],25.0,24.0,https://pypi.org/project/tensorrec,2019-04-02 00:53:47.000000,1.0,802.0,802.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +582,Classy Vision,facebookresearch/ClassyVision,,image,https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44.000000,2021-01-28 07:20:21.000000,2021-01-28 03:02:28.000000,193,46.0,46.0,1060,324.0,An end-to-end PyTorch framework for image and video classification.,55.0,20,True,2020-11-20 16:42:56.000000,0.5.0,15.0,classy_vision,conda-forge/classy_vision,,,['pytorch'],,,https://pypi.org/project/classy_vision,2020-11-20 21:02:29.000000,,113.0,580.0,https://anaconda.org/conda-forge/classy_vision,2020-12-11 20:08:25.437000,5611.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +583,Torch Points 3D,nicolas-chaulet/torch-points3d,,image,https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,BSD-3-Clause,2019-12-06 11:33:34.000000,2021-01-24 17:32:05.000000,2021-01-19 10:18:25.000000,153,41.0,155.0,1028,1571.0,Pytorch framework for doing deep learning on point clouds.,20.0,20,True,2020-12-18 10:33:50.000000,1.2.0,13.0,torch-points3d,,,,['pytorch'],2.0,2.0,https://pypi.org/project/torch-points3d,2020-12-18 10:34:16.000000,,202.0,202.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +584,Sockeye,awslabs/sockeye,,nlp,https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30.000000,2021-01-27 16:33:24.000000,2021-01-27 15:59:02.000000,290,21.0,220.0,986,733.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet.,52.0,20,True,2021-01-08 08:11:37.000000,2.3.8,61.0,sockeye,,,,['mxnet'],2.0,,https://pypi.org/project/sockeye,2021-01-08 08:11:37.000000,2.0,452.0,452.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +585,TensorNets,taehoonlee/tensornets,,tensorflow-utils,https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01.000000,2021-01-02 06:28:10.000000,2021-01-02 06:26:24.000000,184,14.0,42.0,975,284.0,High level network definitions with pre-trained weights in TensorFlow.,6.0,20,True,2020-03-31 04:38:27.000000,0.4.6,12.0,tensornets,,,,['tensorflow'],32.0,30.0,https://pypi.org/project/tensornets,2020-03-31 04:35:15.000000,2.0,214.0,214.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +586,Skater,oracle/Skater,,interpretability,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42.000000,2020-11-01 15:57:12.273000,2020-06-29 20:07:12.000000,161,68.0,97.0,968,1101.0,Python Library for Model Interpretation/Explanations.,34.0,20,False,2018-09-21 07:03:32.000000,1.1.2,23.0,skater,conda-forge/skater,,,,,,https://pypi.org/project/skater,2018-09-21 07:03:32.000000,,6396.0,7151.0,https://anaconda.org/conda-forge/skater,2020-11-01 15:57:12.273000,32498.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +587,Haiku,deepmind/dm-haiku,,ml-frameworks,https://github.com/deepmind/dm-haiku,https://github.com/deepmind/dm-haiku,Apache-2.0,2020-02-18 07:14:02.000000,2021-01-27 13:36:59.000000,2021-01-27 13:36:05.000000,63,18.0,48.0,921,470.0,JAX-based neural network library.,35.0,20,True,2020-11-24 11:25:05.000000,0.0.3,5.0,,,,,,58.0,58.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +588,fastFM,ibayer/fastFM,,recommender-systems,https://github.com/ibayer/fastFM,https://github.com/ibayer/fastFM,BSD-3-Clause,2014-10-27 12:25:51.000000,2020-03-05 14:57:53.000000,2020-03-05 14:57:52.000000,187,44.0,59.0,893,291.0,fastFM: A Library for Factorization Machines.,19.0,20,True,2017-11-23 06:59:56.000000,0.2.11,10.0,fastfm,,,,,77.0,73.0,https://pypi.org/project/fastfm,2017-11-23 06:59:56.000000,4.0,361.0,366.0,,,,,,,,3.0,374.0,,,,,,,,,,,,,,,,,,,,,, +589,pyts,johannfaouzi/pyts,,time-series-data,https://github.com/johannfaouzi/pyts,https://github.com/johannfaouzi/pyts,BSD-3-Clause,2017-07-31 09:23:16.000000,2020-09-12 14:41:49.000000,2020-04-30 12:28:12.000000,93,23.0,19.0,862,360.0,A Python package for time series classification.,7.0,20,True,2020-03-21 12:41:33.000000,0.11.0,17.0,pyts,conda-forge/pyts,,,,82.0,80.0,https://pypi.org/project/pyts,2020-03-21 12:36:40.000000,2.0,1903.0,2252.0,https://anaconda.org/conda-forge/pyts,2020-03-21 14:08:24.734000,5935.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +590,attention-ocr,emedvedev/attention-ocr,,ocr,https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19.000000,2020-10-31 19:40:20.000000,2020-10-31 19:40:19.000000,228,16.0,125.0,827,196.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,27.0,20,True,2020-10-12 06:56:40.000000,0.7.6,21.0,aocr,,,,['tensorflow'],15.0,15.0,https://pypi.org/project/aocr,2019-04-19 05:28:27.000000,,139.0,139.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +591,tf-explain,sicara/tf-explain,,interpretability,https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24.000000,2021-01-05 16:15:09.000000,2021-01-05 16:15:08.000000,70,34.0,41.0,752,193.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,12.0,20,True,2020-02-14 09:00:00.000000,0.2.1,6.0,tf-explain,,,,['tensorflow'],61.0,60.0,https://pypi.org/project/tf-explain,2020-02-14 09:04:51.000000,1.0,888.0,888.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +592,mljar-supervised,mljar/mljar-supervised,,hyperopt,https://github.com/mljar/mljar-supervised,https://github.com/mljar/mljar-supervised,MIT,2018-11-05 12:58:04.000000,2021-01-27 13:47:40.000000,2021-01-27 13:47:03.000000,97,47.0,228.0,752,756.0,Automates Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning.,7.0,20,True,2021-01-27 13:47:40.000000,0.8.3,58.0,mljar-supervised,,,,,9.0,9.0,https://pypi.org/project/mljar-supervised,2021-01-27 13:47:40.000000,,3187.0,3187.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +593,keras-ocr,faustomorales/keras-ocr,,ocr,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50.000000,2020-12-11 02:31:17.000000,2020-11-26 17:18:25.000000,172,29.0,96.0,745,161.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,9.0,20,True,2020-11-26 17:19:39.000000,0.8.6,26.0,keras-ocr,,,,['tensorflow'],1.0,,https://pypi.org/project/keras-ocr,2020-11-26 17:19:39.000000,1.0,1350.0,5266.0,,,,,,,,3.0,15667.0,,,,,,,,,,,,,,,,,,,,,, +594,rows,turicas/rows,,data-loading,https://github.com/turicas/rows,https://github.com/turicas/rows,LGPL-3.0,2014-05-07 05:43:11.000000,2021-01-21 08:25:19.000000,2021-01-21 08:24:59.000000,130,138.0,149.0,734,738.0,"A common, beautiful interface to tabular data, no matter the format.",30.0,20,False,2019-02-14 21:20:15.000000,0.4.1,9.0,rows,,,,,137.0,116.0,https://pypi.org/project/rows,2019-02-14 21:12:03.000000,21.0,707.0,707.0,,,,,,,,3.0,37.0,,,,,,,,,,,,,,,,,,,,,, +595,FairScale,facebookresearch/fairscale,,distributed-ml,https://github.com/facebookresearch/fairscale,https://github.com/facebookresearch/fairscale,BSD-3-Clause,2020-07-07 19:02:01.000000,2021-01-28 08:01:30.000000,2021-01-28 01:20:37.000000,48,30.0,59.0,728,223.0,PyTorch extensions for high performance and large scale training.,20.0,20,True,2021-01-07 18:59:10.000000,0.1.4,8.0,fairscale,,,,['pytorch'],3.0,3.0,https://pypi.org/project/fairscale,2021-01-07 18:16:47.000000,,1921.0,1921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +596,RecBole,RUCAIBox/RecBole,,recommender-systems,https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11.000000,2021-01-24 22:15:41.000000,2021-01-18 11:18:38.000000,100,24.0,55.0,722,2642.0,"A unified, comprehensive and efficient recommendation library.",27.0,20,True,2021-01-14 05:21:22.000000,0.2.0,4.0,recbole,aibox/recbole,,,['pytorch'],,,https://pypi.org/project/recbole,2021-01-14 05:21:22.000000,,98.0,193.0,https://anaconda.org/aibox/recbole,2021-01-14 06:11:03.469000,190.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +597,YouTokenToMe,vkcom/youtokentome,,nlp,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28.000000,2021-01-28 08:54:04.000000,2020-02-13 09:49:37.000000,42,21.0,20.0,708,76.0,Unsupervised text tokenizer focused on computational efficiency.,6.0,20,True,2020-02-13 09:57:47.000000,1.0.6,14.0,youtokentome,,,,,102.0,96.0,https://pypi.org/project/youtokentome,2020-02-12 18:24:46.000000,6.0,4231.0,4231.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +598,Madmom,CPJKU/madmom,,audio,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06.000000,2020-04-14 03:42:18.000000,2019-12-19 14:46:37.000000,120,54.0,177.0,708,1722.0,Python audio and music signal processing library.,19.0,20,False,2018-11-14 14:57:41.000000,0.16.1,11.0,madmom,,,,,150.0,116.0,https://pypi.org/project/madmom,2018-11-14 14:56:22.000000,34.0,958.0,958.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +599,mlens,flennerhag/mlens,,others,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47.000000,2020-02-25 14:32:48.000000,2020-02-25 14:31:53.000000,82,8.0,73.0,672,879.0,ML-Ensemble high performance ensemble learning.,7.0,20,True,2018-10-30 22:34:35.000000,0.2.3,14.0,mlens,,,,,103.0,103.0,https://pypi.org/project/mlens,2018-10-30 22:30:43.000000,,3128.0,3128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +600,NeuPy,itdxer/neupy,,ml-frameworks,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11.000000,2020-01-15 08:04:33.000000,2019-09-02 19:02:38.000000,143,26.0,229.0,662,1145.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,6.0,20,False,2019-04-04 19:44:59.000000,0.8.2,34.0,neupy,,,,,111.0,101.0,https://pypi.org/project/neupy,2019-04-04 19:43:06.000000,10.0,615.0,615.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +601,NearPy,pixelogik/NearPy,,nn-search,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26.000000,2020-02-17 20:24:08.000000,2018-10-21 17:54:28.000000,135,22.0,38.0,658,159.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",18.0,20,False,2016-09-27 13:04:44.000000,1.0.0,8.0,NearPy,,,,,64.0,49.0,https://pypi.org/project/NearPy,2016-09-27 13:03:12.000000,15.0,1239.0,1239.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +602,Test Tube,williamFalcon/test-tube,,hyperopt,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57.000000,2021-01-17 20:04:39.000000,2020-03-17 22:44:47.000000,59,23.0,21.0,652,642.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,16.0,20,True,2019-12-01 00:47:35.000000,0.7.4,53.0,test_tube,,,,,5.0,,https://pypi.org/project/test_tube,2018-12-12 22:45:59.000000,5.0,10626.0,10626.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,,,, +603,torch-scatter,rusty1s/pytorch_scatter,,pytorch-utils,https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23.000000,2021-01-19 11:47:27.000000,2021-01-19 11:47:21.000000,73,57.0,110.0,585,810.0,PyTorch Extension Library of Optimized Scatter Operations.,14.0,20,True,2020-06-24 09:29:12.000000,2.0.5,24.0,torch-scatter,,,,['pytorch'],16.0,,https://pypi.org/project/torch-scatter,2020-02-22 16:51:10.000000,16.0,4020.0,4020.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +604,pdpipe,pdpipe/pdpipe,,data-pipelines,https://github.com/pdpipe/pdpipe,https://github.com/pdpipe/pdpipe,MIT,2017-01-24 20:37:22.000000,2021-01-19 11:34:24.000000,2021-01-19 11:34:15.000000,29,6.0,14.0,575,341.0,Easy pipelines for pandas DataFrames.,8.0,20,True,2020-11-09 09:32:37.000000,0.0.53,49.0,pdpipe,,,,['pandas'],23.0,23.0,https://pypi.org/project/pdpipe,2020-11-09 09:32:37.000000,,681.0,681.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +605,Mapbox GL,mapbox/mapboxgl-jupyter,,geospatial-data,https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000000,2019-12-13 22:49:07.000000,2019-12-03 21:57:25.000000,119,34.0,67.0,553,220.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,20.0,20,False,2019-06-03 21:24:10.000000,0.10.2,20.0,mapboxgl,,,,['jupyter'],107.0,89.0,https://pypi.org/project/mapboxgl,2019-06-02 15:18:57.000000,18.0,4107.0,4107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +606,alibi-detect,SeldonIO/alibi-detect,,others,https://github.com/SeldonIO/alibi-detect,https://github.com/SeldonIO/alibi-detect,Apache-2.0,2019-10-07 13:29:13.000000,2021-01-22 18:56:36.000000,2021-01-22 18:56:35.000000,54,31.0,41.0,548,308.0,"Algorithms for outlier and adversarial instance detection, concept drift and metrics.",7.0,20,True,2020-12-23 10:49:47.000000,0.4.4,9.0,alibi-detect,,,,,19.0,18.0,https://pypi.org/project/alibi-detect,2020-10-08 09:57:19.000000,1.0,910.0,910.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +607,bambi,bambinos/bambi,,probabilistics,https://github.com/bambinos/bambi,https://github.com/bambinos/bambi,MIT,2016-05-16 03:21:00.000000,2021-01-26 15:25:04.000000,2021-01-26 15:25:03.000000,50,26.0,128.0,541,523.0,BAyesian Model-Building Interface (Bambi) in Python.,15.0,20,True,2020-12-17 01:23:21.000000,0.3.0,10.0,bambi,,,,,12.0,9.0,https://pypi.org/project/bambi,2020-12-17 01:23:21.000000,3.0,192.0,192.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +608,deeplift,kundajelab/deeplift,,interpretability,https://github.com/kundajelab/deeplift,https://github.com/kundajelab/deeplift,MIT,2016-06-01 02:18:06.000000,2020-11-11 19:56:24.000000,2020-11-11 19:56:23.000000,118,29.0,46.0,496,551.0,Public facing deeplift repo.,11.0,20,True,2018-07-13 21:11:52.000000,0.6.6,21.0,deeplift,,,,,45.0,43.0,https://pypi.org/project/deeplift,2020-11-11 09:32:57.000000,2.0,487.0,487.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +609,Labml,lab-ml/labml,,ml-experiments,https://github.com/lab-ml/labml,https://github.com/lab-ml/labml,MIT,2018-11-16 09:34:48.000000,2021-01-28 02:30:37.000000,2021-01-28 02:30:02.000000,35,,6.0,372,903.0,Monitor PyTorch & TensorFlow model training from your mobile phone.,6.0,20,True,2021-01-25 12:02:21.000000,0.4.99,76.0,labml,,,,,20.0,20.0,https://pypi.org/project/labml,2021-01-28 02:30:37.000000,0.0,550.0,550.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +610,pydlm,wwrechard/pydlm,,time-series-data,https://github.com/wwrechard/pydlm,https://github.com/wwrechard/pydlm,BSD-3-Clause,2016-06-29 07:58:53.000000,2020-07-26 21:00:50.000000,2019-10-22 07:18:40.000000,80,33.0,7.0,352,362.0,A python library for Bayesian time series modeling.,6.0,20,False,2016-11-06 01:43:35.000000,0.1.1,13.0,pydlm,,,,,16.0,16.0,https://pypi.org/project/pydlm,2018-12-19 10:27:54.000000,,13254.0,13254.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +611,skope-rules,scikit-learn-contrib/skope-rules,,sklearn-utils,https://github.com/scikit-learn-contrib/skope-rules,https://github.com/scikit-learn-contrib/skope-rules,BSD-1-Clause,2018-02-18 13:42:47.000000,2020-12-11 14:42:41.000000,2020-10-23 14:31:57.000000,58,23.0,4.0,351,247.0,machine learning with logical rules in Python.,18.0,20,False,2020-12-11 09:37:02.000000,1.0.1,4.0,skope-rules,,,,['sklearn'],28.0,25.0,https://pypi.org/project/skope-rules,2020-01-25 12:01:37.000000,3.0,6233.0,6233.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +612,MedPy,loli/medpy,,medical-data,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34.000000,2020-05-01 15:25:39.000000,2020-05-01 15:25:38.000000,104,8.0,65.0,313,324.0,Medical image processing in Python.,13.0,20,False,2019-02-14 17:12:59.000000,0.4.0,6.0,MedPy,,,,,226.0,219.0,https://pypi.org/project/MedPy,2019-02-14 17:12:59.000000,7.0,2156.0,2156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +613,Submit it,facebookincubator/submitit,,distributed-ml,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09.000000,2021-01-28 14:21:31.000000,2021-01-27 16:07:41.000000,19,10.0,16.0,300,48.0,Python 3.6+ toolbox for submitting jobs to Slurm.,9.0,20,True,2020-11-19 12:53:49.000000,1.1.5,8.0,submitit,conda-forge/submitit,,,,77.0,77.0,https://pypi.org/project/submitit,2020-12-01 08:14:16.000000,0.0,1967.0,2136.0,https://anaconda.org/conda-forge/submitit,2020-11-19 14:06:58.416000,845.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +614,sklearn-evaluation,edublancas/sklearn-evaluation,,interpretability,https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2015-09-04 16:33:42.000000,2020-12-28 15:14:00.000000,2020-12-28 15:10:09.000000,25,8.0,27.0,286,504.0,"Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook..",5.0,20,True,2020-12-28 15:14:25.000000,0.5.4,16.0,sklearn-evaluation,,,,['sklearn'],28.0,26.0,https://pypi.org/project/sklearn-evaluation,2020-12-28 15:13:44.000000,2.0,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +615,rrcf,kLabUM/rrcf,,others,https://github.com/kLabUM/rrcf,https://github.com/kLabUM/rrcf,MIT,2018-10-20 05:39:05.000000,2021-01-13 23:05:23.000000,2020-06-10 01:07:39.000000,66,16.0,17.0,278,253.0,Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams.,4.0,20,True,2020-06-10 01:53:55.000000,0.4.3,7.0,rrcf,,,,,18.0,18.0,https://pypi.org/project/rrcf,2020-06-10 01:53:55.000000,,1983.0,1983.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +616,impyute,eltonlaw/impyute,,others,https://github.com/eltonlaw/impyute,https://github.com/eltonlaw/impyute,MIT,2017-01-21 09:16:27.000000,2020-06-12 21:08:40.000000,2019-10-05 20:39:08.000000,41,26.0,36.0,265,289.0,Data imputations library to preprocess datasets with missing data.,9.0,20,False,2019-04-29 02:31:32.000000,0.0.8,8.0,impyute,,,,,76.0,75.0,https://pypi.org/project/impyute,2019-04-29 02:31:32.000000,1.0,1514.0,1514.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +617,StaticFrame,InvestmentSystems/static-frame,,data-containers,https://github.com/InvestmentSystems/static-frame,https://github.com/InvestmentSystems/static-frame,MIT,2018-01-03 15:07:52.000000,2021-01-28 06:39:57.000000,2021-01-28 06:37:43.000000,20,33.0,243.0,208,2283.0,"The StaticFrame library defines the Series and Frame, immutable data structures for one- and two-dimensional..",15.0,20,True,2021-01-25 19:10:27.000000,0.7.14,97.0,static-frame,conda-forge/static-frame,,,,6.0,6.0,https://pypi.org/project/static-frame,2021-01-25 19:04:52.000000,,920.0,3574.0,https://anaconda.org/conda-forge/static-frame,2021-01-26 03:55:42.344000,61056.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +618,fletcher,xhochy/fletcher,,data-containers,https://github.com/xhochy/fletcher,https://github.com/xhochy/fletcher,MIT,2018-03-04 16:44:22.000000,2021-01-26 12:15:07.000000,2021-01-26 12:15:05.000000,32,33.0,40.0,207,518.0,Pandas ExtensionDType/Array backed by Apache Arrow.,23.0,20,True,2021-01-17 20:04:41.000000,0.7.2,15.0,fletcher,conda-forge/fletcher,,,['pandas'],3.0,3.0,https://pypi.org/project/fletcher,2020-12-29 12:02:47.000000,0.0,240.0,859.0,https://anaconda.org/conda-forge/fletcher,2021-01-17 21:23:17.140000,18565.0,,,,,3.0,12.0,,,,,,,,,,,,,,,,,,,,,, +619,Auto ViML,AutoViML/Auto_ViML,,hyperopt,https://github.com/AutoViML/Auto_ViML,https://github.com/AutoViML/Auto_ViML,Apache-2.0,2019-06-10 13:09:15.000000,2021-01-15 14:52:54.000000,2021-01-15 14:48:07.000000,52,3.0,13.0,200,284.0,Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome...,6.0,20,True,2021-01-04 21:54:14.000000,0.1.677,126.0,autoviml,,,,,13.0,13.0,https://pypi.org/project/autoviml,2021-01-15 14:52:54.000000,,204.0,204.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +620,stop-words,Alir3z4/python-stop-words,,nlp,https://github.com/Alir3z4/python-stop-words,https://github.com/Alir3z4/python-stop-words,BSD-3-Clause,2014-05-26 06:44:03.000000,2019-10-16 15:01:43.000000,2018-07-23 21:04:09.000000,20,3.0,9.0,121,90.0,Get list of common stop words in various languages in Python.,8.0,20,False,2018-07-23 20:58:34.000000,2018.7.23,8.0,stop-words,,,,,1281.0,1077.0,https://pypi.org/project/stop-words,2018-07-23 20:55:55.000000,204.0,35148.0,35148.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +621,graph-nets,deepmind/graph_nets,,graph,https://github.com/deepmind/graph_nets,https://github.com/deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28.000000,2020-12-04 17:43:48.000000,2020-12-04 17:43:47.000000,716,9.0,103.0,4767,47.0,Build Graph Nets in Tensorflow.,10.0,19,True,2020-01-29 16:00:25.000000,1.1.0,7.0,graph-nets,,,,['tensorflow'],7.0,,https://pypi.org/project/graph-nets,2020-01-29 16:00:25.000000,7.0,603.0,603.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +622,Qlib,microsoft/qlib,,financial-data,https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00.000000,2021-01-28 14:30:31.000000,2021-01-27 11:52:33.000000,581,64.0,55.0,3804,,"Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research,..",27.0,19,True,2020-12-12 09:59:16.000000,0.6.1,15.0,pyqlib,,,,['pytorch'],,,https://pypi.org/project/pyqlib,2020-12-12 09:59:16.000000,,1781.0,1831.0,,,,,,,,3.0,201.0,,,,,,,,,,,,,,,,,,,,,, +623,AdaBound,Luolc/AdaBound,,pytorch-utils,https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20.000000,2019-03-06 17:01:52.000000,2019-03-06 17:01:45.000000,317,16.0,7.0,2826,27.0,An optimizer that trains as fast as Adam and as good as SGD.,2.0,19,False,2019-03-06 16:44:42.000000,0.0.5,4.0,adabound,,,,['pytorch'],104.0,98.0,https://pypi.org/project/adabound,2019-02-26 04:23:45.000000,6.0,803.0,803.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +624,BytePS,bytedance/byteps,,distributed-ml,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13.000000,2021-01-28 06:20:13.000000,2021-01-18 09:02:53.000000,364,73.0,140.0,2674,411.0,A high performance and generic framework for distributed DNN training.,16.0,19,True,2020-08-27 15:42:13.000000,0.2.4,7.0,byteps,,bytepsimage/tensorflow,,,,,https://pypi.org/project/byteps,2020-11-04 00:05:46.000000,,54.0,106.0,,,,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610,,993.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +625,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,,graph,https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16.000000,2021-01-19 22:30:41.000000,2021-01-19 22:30:34.000000,358,31.0,99.0,2666,142.0,Generate embeddings from large-scale graph-structured data.,19.0,19,True,2019-10-14 16:45:11.000000,1.0.0,3.0,torchbiggraph,,,,['pytorch'],4.0,,https://pypi.org/project/torchbiggraph,2019-05-01 21:31:13.000000,4.0,262.0,267.0,,,,,,,,3.0,110.0,,,,,,,,,,,,,,,,,,,,,, +626,tf-quant-finance,google/tf-quant-finance,,financial-data,https://github.com/google/tf-quant-finance,https://github.com/google/tf-quant-finance,Apache-2.0,2019-07-24 16:09:50.000000,2021-01-26 20:48:55.000000,2021-01-26 20:48:48.000000,298,11.0,12.0,2413,622.0,High-performance TensorFlow library for quantitative finance.,30.0,19,True,,,20.0,tf-quant-finance,,,,['tensorflow'],4.0,4.0,https://pypi.org/project/tf-quant-finance,2020-09-18 21:02:09.000000,,114.0,114.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +627,Apache Singa,apache/singa,,distributed-ml,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05.000000,2021-01-28 03:00:58.000000,2021-01-15 13:09:22.000000,571,49.0,32.0,2167,2265.0,a distributed deep learning platform.,70.0,19,True,2020-04-21 08:01:08.000000,3.0.0,14.0,,nusdbsystem/singa,apache/singa,,,,,,,,,7.0,https://anaconda.org/nusdbsystem/singa,2021-01-20 03:00:28.355000,254.0,https://hub.docker.com/r/apache/singa,2019-06-04 04:32:52.195956,2.0,165.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +628,Kashgari,BrikerMan/Kashgari,,nlp,https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28.000000,2020-12-09 02:13:33.000000,2020-10-29 08:08:00.000000,377,32.0,302.0,2017,,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,19.0,19,True,2020-10-30 12:37:01.000000,2.0.1,23.0,kashgari-tf,,,,['tensorflow'],20.0,19.0,https://pypi.org/project/kashgari-tf,2019-06-26 12:27:50.000000,1.0,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +629,HiPlot,facebookresearch/hiplot,,data-viz,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41.000000,2021-01-11 09:04:54.000000,2021-01-11 08:56:16.000000,89,7.0,41.0,1950,110.0,HiPlot makes understanding high dimensional data easy.,6.0,19,True,2020-11-30 11:40:56.000000,0.1.22,33.0,hiplot,conda-forge/hiplot,,,,2.0,2.0,https://pypi.org/project/hiplot,2020-12-23 15:11:20.000000,0.0,1636.0,5425.0,https://anaconda.org/conda-forge/hiplot,2020-12-23 17:16:15.884000,41685.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +630,cuML,rapidsai/cuml,,gpu-utilities,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35.000000,2021-01-28 14:24:16.000000,2021-01-28 04:14:09.000000,300,629.0,933.0,1907,,cuML - RAPIDS Machine Learning Library.,121.0,19,True,2020-12-10 21:50:49.000000,0.17.0,5.0,cuml,,,,,,,https://pypi.org/project/cuml,2019-04-11 16:57:48.000000,,258.0,258.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +631,Coach,IntelLabs/coach,,reinforcement-learning,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43.000000,2020-12-21 12:46:30.000000,2020-12-15 08:02:16.000000,374,80.0,181.0,1906,512.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,34.0,19,True,2019-10-10 14:17:10.000000,1.0.1,13.0,rl_coach,,,,,1.0,,https://pypi.org/project/rl_coach,2019-10-10 14:17:10.000000,1.0,106.0,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +632,hiddenlayer,waleedka/hiddenlayer,,ml-experiments,https://github.com/waleedka/hiddenlayer,https://github.com/waleedka/hiddenlayer,MIT,2018-05-18 22:34:51.000000,2020-04-24 07:32:11.000000,2020-04-24 06:58:09.000000,195,43.0,32.0,1368,58.0,"Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.",6.0,19,True,2018-12-03 04:33:29.000000,0.2,3.0,hiddenlayer,,,,"['pytorch', 'tensorflow', 'jupyter']",58.0,54.0,https://pypi.org/project/hiddenlayer,2020-04-24 07:32:11.000000,4.0,1019.0,1019.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +633,DLTK,DLTK/DLTK,,medical-data,https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36.000000,2021-01-15 01:31:30.000000,2019-01-21 14:01:28.000000,380,7.0,24.0,1238,379.0,Deep Learning Toolkit for Medical Image Analysis.,9.0,19,False,,,5.0,dltk,,,,['tensorflow'],18.0,18.0,https://pypi.org/project/dltk,2018-02-26 17:43:57.000000,,58.0,58.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +634,doc2text,jlsutherland/doc2text,,ocr,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02.000000,2020-12-01 22:56:27.000000,2020-12-01 22:56:26.000000,92,12.0,9.0,1227,62.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,5.0,19,True,2016-09-06 21:59:21.000000,0.2.4,5.0,doc2text,,,,,32.0,32.0,https://pypi.org/project/doc2text,2016-09-06 21:59:21.000000,,199.0,199.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +635,Sweetviz,fbdesignpro/sweetviz,,data-viz,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47.000000,2020-12-10 14:32:35.000000,2020-12-10 14:30:47.000000,134,21.0,43.0,1204,77.0,"Visualize and compare datasets, target values and associations, with one line of code.",6.0,19,True,2020-12-10 14:32:35.000000,2.0.4,22.0,sweetviz,,,,,,,https://pypi.org/project/sweetviz,2020-12-10 14:32:35.000000,,6300.0,6300.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +636,TaskTiger,closeio/tasktiger,,data-pipelines,https://github.com/closeio/tasktiger,https://github.com/closeio/tasktiger,MIT,2015-05-14 00:26:32.000000,2021-01-14 19:17:24.000000,2020-12-17 16:07:11.000000,58,30.0,31.0,1040,250.0,Python task queue using Redis.,19.0,19,True,2019-10-29 19:32:58.000000,0.10.1,22.0,tasktiger,,,,,28.0,19.0,https://pypi.org/project/tasktiger,2020-06-18 22:08:56.000000,9.0,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +637,Higher,facebookresearch/higher,,pytorch-utils,https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36.000000,2020-11-23 06:15:24.000000,2020-10-28 16:53:07.000000,73,24.0,47.0,1030,28.0,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,6.0,19,True,2020-07-14 12:20:32.000000,0.2.1,2.0,higher,,,,['pytorch'],29.0,29.0,https://pypi.org/project/higher,2020-07-14 12:20:32.000000,,1111.0,1111.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +638,CausalNex,quantumblacklabs/causalnex,,interpretability,https://github.com/quantumblacklabs/causalnex,https://github.com/quantumblacklabs/causalnex,Apache-2.0,2019-12-12 15:26:09.000000,2021-01-06 22:35:58.000000,2021-01-06 22:35:57.000000,101,34.0,26.0,950,93.0,A Python library that helps data scientists to infer causation rather than observing correlation.,16.0,19,True,2021-01-06 22:07:04.000000,0.9.1,12.0,causalnex,,,,"['pytorch', 'sklearn']",7.0,7.0,https://pypi.org/project/causalnex,2020-12-07 16:16:39.000000,,6424.0,6424.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,True +639,gplearn,trevorstephens/gplearn,,others,https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14.000000,2020-02-15 08:12:38.000000,2020-02-15 08:12:17.000000,151,31.0,114.0,903,146.0,"Genetic Programming in Python, with a scikit-learn inspired API.",10.0,19,True,2019-06-01 02:04:52.000000,0.4.1,5.0,gplearn,,,,['sklearn'],138.0,131.0,https://pypi.org/project/gplearn,2019-06-01 02:04:52.000000,7.0,782.0,782.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +640,geoplotlib,andrea-cuttone/geoplotlib,,geospatial-data,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07.000000,2020-04-10 20:00:31.000000,2019-05-06 07:06:50.000000,144,23.0,18.0,893,159.0,python toolbox for visualizing geographical data and making maps.,8.0,19,False,2016-07-27 14:55:01.000000,0.3.2,4.0,geoplotlib,,,,,97.0,88.0,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01.000000,9.0,745.0,745.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +641,Paddle Graph Learning,PaddlePaddle/PGL,,graph,https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28.000000,2021-01-28 11:54:41.000000,2020-12-14 07:02:53.000000,117,15.0,28.0,884,349.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,17.0,19,True,2020-12-18 16:59:53.000000,2.0.0a,6.0,pgl,,,,['paddle'],11.0,9.0,https://pypi.org/project/pgl,2020-11-20 06:23:47.000000,2.0,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +642,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,,pytorch-utils,https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49.000000,2021-01-27 21:35:09.000000,2021-01-27 21:35:03.000000,71,3.0,14.0,882,610.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,5.0,19,True,2021-01-14 10:42:46.000000,0.4.1,19.0,pytorch_toolbelt,,,,['pytorch'],1.0,,https://pypi.org/project/pytorch_toolbelt,2021-01-14 10:42:46.000000,1.0,7253.0,7253.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +643,mrq,pricingassistant/mrq,,data-pipelines,https://github.com/pricingassistant/mrq,https://github.com/pricingassistant/mrq,MIT,2014-02-13 09:32:40.000000,2021-01-07 22:22:25.000000,2020-12-13 18:58:15.000000,113,58.0,119.0,832,709.0,Mr. Queue - A distributed worker task queue in Python using Redis & gevent.,37.0,19,True,2018-08-31 16:03:04.000000,0.9.10,70.0,mrq,,,,,35.0,23.0,https://pypi.org/project/mrq,2018-08-31 16:03:04.000000,12.0,140.0,140.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +644,calamari,Calamari-OCR/calamari,,ocr,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29.000000,2021-01-27 19:02:27.000000,2021-01-23 15:36:59.000000,164,21.0,137.0,772,318.0,Line based ATR Engine based on OCRopy.,17.0,19,True,2021-01-19 17:04:33.000000,2.0.0,23.0,calamari_ocr,,,,,2.0,,https://pypi.org/project/calamari_ocr,2018-11-13 11:24:45.000000,2.0,348.0,348.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +645,TensorFrames,databricks/tensorframes,,distributed-ml,https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19.000000,2020-11-13 17:47:02.000000,2019-11-15 21:43:53.000000,159,51.0,43.0,768,221.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,16.0,19,False,2018-11-16 20:50:02.000000,0.6.0,6.0,tensorframes,,,,"['tensorflow', 'spark']",,,https://pypi.org/project/tensorframes,2018-05-16 14:20:28.000000,,3180.0,3180.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +646,TabNet,dreamquark-ai/tabnet,,pytorch-utils,https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32.000000,2021-01-28 11:37:15.000000,2021-01-28 10:24:21.000000,144,31.0,98.0,765,164.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,17.0,19,True,2021-01-12 18:18:02.000000,3.1.0,16.0,pytorch-tabnet,,,,['pytorch'],,,https://pypi.org/project/pytorch-tabnet,2021-01-12 18:18:02.000000,,2052.0,2052.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +647,tffm,geffy/tffm,,tensorflow-utils,https://github.com/geffy/tffm,https://github.com/geffy/tffm,MIT,2016-05-02 17:06:07.000000,2020-05-22 21:40:58.000000,2020-05-22 21:40:57.000000,174,17.0,20.0,755,106.0,TensorFlow implementation of an arbitrary order Factorization Machine.,10.0,19,True,2018-01-27 11:43:26.000000,1.0.1,2.0,tffm,,,,['tensorflow'],11.0,10.0,https://pypi.org/project/tffm,2018-01-27 11:43:26.000000,1.0,1194.0,1194.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +648,TF Recommenders,tensorflow/recommenders,,recommender-systems,https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01.000000,2021-01-21 20:28:19.000000,2021-01-21 20:27:28.000000,73,34.0,50.0,699,,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,17.0,19,True,2021-01-21 00:51:17.000000,0.4.0,8.0,tensorflow-recommenders,,,,['tensorflow'],11.0,11.0,https://pypi.org/project/tensorflow-recommenders,2021-01-21 00:51:17.000000,,2723.0,2723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +649,pytorch-forecasting,jdb78/pytorch-forecasting,,time-series-data,https://github.com/jdb78/pytorch-forecasting,https://github.com/jdb78/pytorch-forecasting,MIT,2020-07-03 13:05:24.000000,2021-01-27 10:01:40.000000,2021-01-27 07:25:47.000000,78,29.0,83.0,684,628.0,Time series forecasting with PyTorch.,11.0,19,True,2021-01-12 21:10:06.000000,0.8.2,23.0,pytorch-forecasting,,,,,,,https://pypi.org/project/pytorch-forecasting,2021-01-12 21:10:06.000000,,2509.0,2509.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +650,finetune,IndicoDataSolutions/finetune,,nlp,https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16.000000,2021-01-25 15:10:47.000000,2021-01-06 19:43:32.000000,67,18.0,115.0,630,1201.0,Scikit-learn style model finetuning for NLP.,18.0,19,True,2019-11-07 19:42:32.000000,0.8.6,37.0,finetune,,,,"['tensorflow', 'sklearn']",11.0,9.0,https://pypi.org/project/finetune,2020-01-10 22:42:24.000000,2.0,102.0,102.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +651,NGT,yahoojapan/NGT,,nn-search,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57.000000,2021-01-27 05:16:30.000000,2021-01-27 05:14:47.000000,69,7.0,69.0,610,119.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,10.0,19,True,2021-01-12 23:33:02.000000,1.12.3,46.0,ngt,,,,,3.0,,https://pypi.org/project/ngt,2020-09-23 06:52:45.000000,3.0,2479.0,2479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +652,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,,ml-experiments,https://github.com/TeamHG-Memex/tensorboard_logger,https://github.com/TeamHG-Memex/tensorboard_logger,MIT,2016-10-27 14:02:25.000000,2020-10-27 20:51:06.000000,2019-10-21 07:52:07.000000,52,9.0,15.0,608,46.0,Log TensorBoard events without touching TensorFlow.,5.0,19,False,2018-02-08 07:28:51.000000,0.1.0,5.0,tensorboard_logger,,,,,42.0,,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51.000000,42.0,58843.0,58843.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +653,matrixprofile-ts,target/matrixprofile-ts,,time-series-data,https://github.com/target/matrixprofile-ts,https://github.com/target/matrixprofile-ts,Apache-2.0,2018-09-10 19:03:34.000000,2020-04-25 18:38:20.000000,2020-04-25 18:37:42.000000,90,18.0,34.0,605,198.0,A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile.,15.0,19,True,2019-08-08 01:24:38.000000,0.0.9,9.0,matrixprofile-ts,,,,,12.0,12.0,https://pypi.org/project/matrixprofile-ts,2019-08-08 01:24:38.000000,,2477.0,2477.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +654,baikal,alegonz/baikal,,others,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02.000000,2021-01-18 14:25:44.000000,2021-01-18 14:25:42.000000,29,4.0,11.0,570,394.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,19,True,2020-05-17 12:40:17.000000,0.4.2,7.0,baikal,conda-forge/cython-blis,,,,3.0,3.0,https://pypi.org/project/baikal,2020-11-15 13:40:18.000000,,20.0,17876.0,https://anaconda.org/conda-forge/cython-blis,2020-12-07 11:23:01.451000,392853.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +655,PFRL,pfnet/pfrl,,reinforcement-learning,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50.000000,2021-01-28 05:01:37.000000,2021-01-28 05:01:36.000000,61,22.0,22.0,502,328.0,PFRL: a PyTorch-based deep reinforcement learning library.,11.0,19,True,2020-12-17 04:57:58.000000,0.2.1,4.0,pfrl,,,,,4.0,4.0,https://pypi.org/project/pfrl,2020-12-17 05:00:25.000000,,343.0,343.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +656,iterative-stratification,trent-b/iterative-stratification,,sklearn-utils,https://github.com/trent-b/iterative-stratification,https://github.com/trent-b/iterative-stratification,BSD-3-Clause,2018-02-04 00:32:10.000000,2020-09-12 15:32:44.000000,2020-09-12 15:35:02.000000,44,1.0,10.0,494,47.0,scikit-learn cross validators for iterative stratification of multilabel data.,4.0,19,True,2018-08-12 18:12:43.000000,0.1.6,5.0,iterative-stratification,,,,['sklearn'],102.0,102.0,https://pypi.org/project/iterative-stratification,2018-08-12 18:28:50.000000,,2955.0,2955.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +657,lets-plot,JetBrains/lets-plot,,data-viz,https://github.com/JetBrains/lets-plot,https://github.com/JetBrains/lets-plot,MIT,2019-03-20 16:13:03.000000,2021-01-28 11:20:02.000000,2021-01-28 11:06:39.000000,15,48.0,71.0,483,1752.0,An open-source plotting library for statistical data.,14.0,19,True,2020-12-23 21:48:58.000000,1.5.6,26.0,lets-plot,,,,,,,https://pypi.org/project/lets-plot,2020-12-23 21:38:29.000000,,3884.0,3884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +658,N2,kakao/n2,,nn-search,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59.000000,2020-10-21 05:15:27.000000,2020-10-21 05:14:11.000000,52,17.0,22.0,451,242.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,17.0,19,True,2020-10-16 03:43:47.000000,0.1.7,8.0,n2,,,,,14.0,12.0,https://pypi.org/project/n2,2020-10-16 02:48:11.000000,2.0,293.0,293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +659,HpBandSter,automl/HpBandSter,,hyperopt,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20.000000,2020-09-06 09:54:54.000000,2019-03-26 09:26:28.000000,93,53.0,34.0,441,187.0,a distributed Hyperband implementation on Steroids.,11.0,19,False,2019-07-30 12:47:43.000000,1.0,6.0,hpbandster,,,,,128.0,112.0,https://pypi.org/project/hpbandster,2018-10-24 09:31:01.000000,16.0,4906.0,4906.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +660,Feature Engine,solegalli/feature_engine,,others,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2018-12-31 01:47:18.000000,2021-01-25 12:36:37.909000,2021-01-23 11:51:12.000000,127,26.0,73.0,432,104.0,Feature engineering package with sklearn like functionality.,20.0,19,True,2021-01-23 12:03:16.000000,1.0.2,25.0,feature_engine,conda-forge/feature_engine,,,,2.0,,https://pypi.org/project/feature_engine,2021-01-23 12:03:16.000000,2.0,11089.0,11347.0,https://anaconda.org/conda-forge/feature_engine,2021-01-25 12:36:37.909000,1292.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +661,What-If Tool,PAIR-code/what-if-tool,,interpretability,https://github.com/PAIR-code/what-if-tool,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000000,2021-01-19 14:40:37.214000,2021-01-19 14:26:52.000000,91,34.0,35.0,427,313.0,Source code/webpage/demos for the What-If Tool.,18.0,19,True,2021-01-19 14:40:37.214000,1.8.0,38.0,witwidget,,,,,0.0,,https://pypi.org/project/witwidget,2021-01-19 14:40:21.000000,0.0,2841.0,5189.0,,,,,,,,3.0,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2021-01-19 14:40:37.214000,,2348.0,,,,,,,,,,,,,,, +662,Poutyne,GRAAL-Research/poutyne,,pytorch-utils,https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17.000000,2021-01-24 21:18:10.000000,2020-12-24 16:52:02.000000,47,12.0,35.0,422,495.0,A simplified framework and utilities for PyTorch.,15.0,19,False,2020-12-24 17:01:16.000000,1.2,18.0,poutyne,,,,['pytorch'],54.0,52.0,https://pypi.org/project/poutyne,2020-12-24 17:02:00.000000,2.0,275.0,275.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +663,pivottablejs,nicolaskruchten/jupyter_pivottablejs,,data-viz,https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000000,2018-12-04 14:43:26.000000,2018-12-04 14:43:25.000000,56,16.0,37.0,417,32.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",3.0,19,False,2018-01-15 18:14:37.000000,0.9.0,10.0,pivottablejs,,,,['jupyter'],157.0,143.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000000,14.0,3979.0,3979.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +664,seglearn,dmbee/seglearn,,time-series-data,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59.000000,2021-01-17 19:11:59.000000,2021-01-16 23:21:41.000000,47,6.0,20.0,416,267.0,Python module for machine learning time series:.,13.0,19,True,2020-04-02 15:26:06.000000,1.2.2,21.0,seglearn,,,,,7.0,6.0,https://pypi.org/project/seglearn,2021-01-17 19:11:59.000000,1.0,1438.0,1438.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +665,lazypredict,shankarpandala/lazypredict,,hyperopt,https://github.com/shankarpandala/lazypredict,https://github.com/shankarpandala/lazypredict,MIT,2019-11-16 09:56:35.000000,2021-01-24 11:57:09.000000,2021-01-23 23:52:55.000000,82,42.0,24.0,355,81.0,Lazy Predict help build a lot of basic models without much code and helps understand which models works better without..,10.0,19,True,2020-07-09 04:53:31.000000,0.2.7,9.0,lazypredict,,,,['sklearn'],18.0,18.0,https://pypi.org/project/lazypredict,2020-07-09 04:53:31.000000,,1520.0,1520.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +666,animatplot,t-makaro/animatplot,,data-viz,https://github.com/t-makaro/animatplot,https://github.com/t-makaro/animatplot,MIT,2017-04-03 00:54:04.000000,2020-10-06 02:02:00.460000,2020-10-05 06:14:18.000000,33,16.0,15.0,352,178.0,A python package for animating plots build on matplotlib.,7.0,19,True,2020-10-05 06:20:52.000000,0.4.2,10.0,animatplot,conda-forge/animatplot,,,,15.0,14.0,https://pypi.org/project/animatplot,2020-10-05 06:20:52.000000,1.0,100.0,322.0,https://anaconda.org/conda-forge/animatplot,2020-10-06 02:02:00.460000,5120.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +667,MXBoard,awslabs/mxboard,,ml-experiments,https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51.000000,2020-01-24 23:21:56.000000,2020-01-24 23:21:55.000000,46,16.0,15.0,330,42.0,Logging MXNet data for visualization in TensorBoard.,9.0,19,True,2018-05-22 20:25:51.000000,0.1.0,12.0,mxboard,,,,['mxnet'],96.0,95.0,https://pypi.org/project/mxboard,2018-05-22 20:25:51.000000,1.0,2189.0,2189.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +668,scikit-rebate,EpistasisLab/scikit-rebate,,others,https://github.com/EpistasisLab/scikit-rebate,https://github.com/EpistasisLab/scikit-rebate,MIT,2016-09-19 13:36:17.000000,2020-08-21 15:39:02.000000,2020-07-18 19:05:12.000000,56,15.0,17.0,304,281.0,"A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for..",13.0,19,True,2017-04-12 16:12:01.000000,0.3.4,11.0,skrebate,,,,['sklearn'],148.0,117.0,https://pypi.org/project/skrebate,2020-07-18 19:16:45.000000,31.0,934.0,934.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +669,AutoViz,AutoViML/AutoViz,,data-viz,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06.000000,2020-12-21 03:22:01.000000,2020-12-21 03:21:52.000000,54,5.0,16.0,294,97.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",10.0,19,True,2020-12-10 02:33:19.000000,0.0.81,26.0,autoviz,,,,,27.0,27.0,https://pypi.org/project/autoviz,2020-12-10 02:33:19.000000,,943.0,943.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +670,PyKEEN,pykeen/pykeen,,graph,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2020-02-24 07:26:03.000000,2021-01-27 21:07:18.000000,2021-01-27 15:09:21.000000,48,50.0,67.0,289,2273.0,A Python library for learning and evaluating knowledge graph embeddings.,17.0,19,True,2021-01-20 11:50:48.000000,1.1.0,33.0,pykeen,,,,,1.0,,https://pypi.org/project/pykeen,2021-01-20 11:43:06.000000,1.0,164.0,174.0,,,,,,,,3.0,73.0,,,,,,,,,,,,,,,,,,,,,, +671,scikit-tda,scikit-tda/scikit-tda,,sklearn-utils,https://github.com/scikit-tda/scikit-tda,https://github.com/scikit-tda/scikit-tda,MIT,2018-04-13 21:00:31.000000,2021-01-09 19:51:04.000000,2021-01-09 19:50:05.000000,32,11.0,3.0,264,56.0,Topological Data Analysis for Python.,2.0,19,True,2021-01-09 19:51:04.000000,0.1.0,3.0,scikit-tda,,,,['sklearn'],18.0,18.0,https://pypi.org/project/scikit-tda,2021-01-09 19:51:04.000000,,3505.0,3505.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +672,textpipe,textpipe/textpipe,,nlp,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32.000000,2021-01-25 14:05:21.000000,2021-01-25 14:01:56.000000,19,21.0,24.0,263,370.0,Textpipe: clean and extract metadata from text.,28.0,19,True,2021-01-25 14:05:21.000000,0.12.2,39.0,textpipe,,,,,8.0,7.0,https://pypi.org/project/textpipe,2021-01-25 14:05:21.000000,1.0,698.0,698.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +673,pyfasttext,vrasneur/pyfasttext,,nlp,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42.000000,2018-12-08 15:32:09.000000,2018-12-08 15:02:12.000000,31,19.0,28.0,229,153.0,Yet another Python binding for fastText.,4.0,19,False,2018-12-08 15:02:54.000000,0.4.6,13.0,pyfasttext,,,,,144.0,139.0,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09.000000,5.0,1456.0,1463.0,,,,,,,,3.0,318.0,,,,,,,,,,,,,,,,,,,,,, +674,Brainiak,brainiak/brainiak,,medical-data,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27.000000,2021-01-28 02:19:08.000000,2020-10-15 16:28:46.000000,106,63.0,117.0,229,388.0,Brain Imaging Analysis Kit.,32.0,19,True,2019-08-27 23:52:29.000000,0.9.1,15.0,brainiak,,brainiak/brainiak,,,13.0,12.0,https://pypi.org/project/brainiak,2020-10-15 20:45:08.000000,1.0,96.0,103.0,,,,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549,1.0,468.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +675,recmetrics,statisticianinstilettos/recmetrics,,recommender-systems,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49.000000,2020-12-03 21:21:02.000000,2020-12-03 21:21:00.000000,52,7.0,7.0,228,233.0,A library of metrics for evaluating recommender systems.,12.0,19,True,2019-02-10 16:12:38.000000,0.0.9,11.0,recmetrics,,,,,16.0,16.0,https://pypi.org/project/recmetrics,2019-02-10 16:12:38.000000,,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +676,quinn,MrPowers/quinn,,ml-experiments,https://github.com/MrPowers/quinn,https://github.com/MrPowers/quinn,Apache-2.0,2017-09-15 13:02:42.000000,2020-07-29 16:22:29.000000,2020-07-29 15:47:58.000000,26,17.0,6.0,205,106.0,pyspark methods to enhance developer productivity.,6.0,19,True,2020-07-26 02:55:16.000000,0.8.0,11.0,quinn,,,,['spark'],3.0,,https://pypi.org/project/quinn,2020-07-26 02:55:16.000000,3.0,89293.0,89293.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +677,gokart,m3dev/gokart,,ml-experiments,https://github.com/m3dev/gokart,https://github.com/m3dev/gokart,MIT,2018-12-23 07:40:27.000000,2021-01-28 10:56:34.000000,2021-01-27 01:39:48.000000,29,9.0,22.0,159,322.0,A wrapper of the data pipeline library luigi.,24.0,19,True,2021-01-27 01:42:32.000000,0.3.25,49.0,gokart,,,,,2.0,,https://pypi.org/project/gokart,2020-02-25 06:01:19.000000,2.0,448.0,448.0,,,,,,,,3.0,,,-2.0,,,,,,,,,,,,,,,,,,,, +678,Crypto Signals,CryptoSignal/crypto-signal,,financial-data,https://github.com/CryptoSignal/Crypto-Signal,https://github.com/CryptoSignal/Crypto-Signal,MIT,2017-09-16 23:49:24.000000,2021-01-25 03:47:41.000000,2020-09-03 12:26:48.000000,649,43.0,188.0,2471,563.0,"Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks.",25.0,18,True,,,,,,shadowreaver/crypto-signal,,,,,,,,,1030.0,,,,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133,8.0,41215.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +679,vit-pytorch,lucidrains/vit-pytorch,,image,https://github.com/lucidrains/vit-pytorch,https://github.com/lucidrains/vit-pytorch,MIT,2020-10-03 22:47:24.000000,2021-01-21 17:40:02.000000,2021-01-21 17:39:42.000000,221,22.0,39.0,2427,,"Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single..",4.0,18,True,2021-01-21 17:40:02.000000,0.6.7,25.0,vit-pytorch,,,,['pytorch'],5.0,5.0,https://pypi.org/project/vit-pytorch,2021-01-11 18:49:51.000000,,818.0,818.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +680,Spotlight,maciejkula/spotlight,,recommender-systems,https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19.000000,2020-11-15 08:21:28.000000,2020-02-09 21:03:48.000000,366,64.0,48.0,2396,299.0,Deep recommender models using PyTorch.,11.0,18,True,2019-09-08 10:19:53.000000,0.1.6,7.0,,maciejkula/spotlight,,,['pytorch'],,,,,,,138.0,https://anaconda.org/maciejkula/spotlight,2018-05-27 18:32:12.235000,5944.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +681,DeepWalk,phanein/deepwalk,,graph,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20.000000,2020-04-02 01:05:36.000000,2020-04-02 01:05:35.000000,755,29.0,78.0,2169,46.0,DeepWalk - Deep Learning for Graphs.,10.0,18,False,2018-04-29 21:05:18.000000,1.0.3,4.0,deepwalk,,,,,42.0,35.0,https://pypi.org/project/deepwalk,2018-04-29 21:05:18.000000,7.0,954.0,954.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +682,spark-deep-learning,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.000000,2021-01-20 15:05:13.000000,2021-01-20 15:00:20.000000,444,74.0,26.0,1803,135.0,Deep Learning Pipelines for Apache Spark.,15.0,18,True,2020-01-08 19:50:31.000000,1.6.0,9.0,,,,,['spark'],16.0,16.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +683,riko,nerevu/riko,,data-pipelines,https://github.com/nerevu/riko,https://github.com/nerevu/riko,MIT,2016-06-02 12:22:51.000000,2020-08-14 18:29:28.000000,2020-08-14 16:47:45.000000,72,22.0,8.0,1555,1257.0,A Python stream processing engine modeled after Yahoo! Pipes.,18.0,18,True,2020-08-14 18:29:28.000000,0.66.0,58.0,riko,,,,,1.0,,https://pypi.org/project/riko,2020-08-14 18:29:28.000000,1.0,143.0,143.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +684,NeuroNER,Franck-Dernoncourt/NeuroNER,,nlp,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15.000000,2020-11-13 18:07:48.000000,2019-10-02 23:26:11.000000,440,78.0,67.0,1529,132.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,7.0,18,False,2019-10-02 23:30:15.000000,1.0.8,7.0,pyneuroner,,,,,8.0,8.0,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15.000000,,90.0,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +685,Databolt Flow,d6t/d6tflow,,data-pipelines,https://github.com/d6t/d6tflow,https://github.com/d6t/d6tflow,MIT,2019-02-03 01:51:22.000000,2021-01-01 18:15:45.000000,2020-12-19 21:46:11.000000,64,5.0,11.0,895,106.0,Python library for building highly effective data science workflows.,10.0,18,True,2020-10-19 04:14:45.000000,0.2.2,19.0,d6tflow,,,,,12.0,12.0,https://pypi.org/project/d6tflow,2020-12-19 22:37:20.000000,,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +686,Bounter,RaRe-Technologies/bounter,,data-containers,https://github.com/RaRe-Technologies/bounter,https://github.com/RaRe-Technologies/bounter,MIT,2017-07-18 07:24:15.000000,2020-08-17 06:37:51.000000,2020-08-16 11:55:16.000000,48,11.0,9.0,893,152.0,Efficient Counter that uses a limited (bounded) amount of memory regardless of data size.,8.0,18,True,2019-01-17 09:39:52.000000,1.1.1,7.0,bounter,,,,,34.0,20.0,https://pypi.org/project/bounter,2020-08-17 06:37:51.000000,14.0,175.0,175.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +687,Norfair,tryolabs/norfair,,image,https://github.com/tryolabs/norfair,https://github.com/tryolabs/norfair,BSD-3-Clause,2020-07-01 20:15:44.000000,2020-12-22 05:04:27.000000,2020-12-22 05:04:25.000000,49,5.0,13.0,864,242.0,Lightweight Python library for adding real-time 2D object tracking to any detector.,7.0,18,True,2020-12-07 18:34:32.000000,0.1.8,9.0,norfair,,,,,,,https://pypi.org/project/norfair,2020-12-07 18:34:32.000000,,209.0,209.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +688,DALEX,ModelOriented/DALEX,,interpretability,https://github.com/ModelOriented/DALEX,https://github.com/ModelOriented/DALEX,GPL-3.0,2018-02-18 03:24:12.000000,2021-01-18 22:16:26.000000,2021-01-06 20:33:02.000000,108,8.0,246.0,760,531.0,moDel Agnostic Language for Exploration and eXplanation.,16.0,18,False,2021-01-04 17:21:32.000000,1.0.0,18.0,dalex,,,,,7.0,7.0,https://pypi.org/project/dalex,2020-12-28 23:47:30.000000,,476.0,476.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +689,pytorch2keras,nerox8664/pytorch2keras,,model-serialisation,https://github.com/nerox8664/pytorch2keras,https://github.com/nerox8664/pytorch2keras,MIT,2017-11-16 20:21:43.000000,2020-05-14 10:03:56.000000,2020-05-14 10:03:04.000000,111,39.0,65.0,657,277.0,PyTorch to Keras model convertor.,11.0,18,True,2020-05-14 10:03:56.000000,0.2.4,23.0,pytorch2keras,,,,,18.0,17.0,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56.000000,1.0,377.0,377.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +690,Torchbearer,pytorchbearer/torchbearer,,ml-frameworks,https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42.000000,2020-02-17 21:18:06.000000,2020-02-17 21:18:01.000000,62,8.0,237.0,580,427.0,torchbearer: A model fitting library for PyTorch.,13.0,18,True,2020-01-31 14:07:22.000000,0.5.3,24.0,torchbearer,,,,['pytorch'],41.0,38.0,https://pypi.org/project/torchbearer,2020-01-31 14:05:56.000000,3.0,153.0,153.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +691,vecstack,vecxoz/vecstack,,others,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21.000000,2020-09-14 08:31:07.000000,2019-10-30 09:27:48.000000,65,,34.0,576,189.0,Python package for stacking (machine learning technique).,1.0,18,False,2019-08-12 16:09:01.000000,0.4.0,6.0,vecstack,,,,,108.0,104.0,https://pypi.org/project/vecstack,2019-08-12 16:01:22.000000,4.0,670.0,670.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +692,pyhsmm,mattjj/pyhsmm,,probabilistics,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13.000000,2020-09-29 20:58:26.000000,2020-08-24 17:03:59.000000,147,34.0,60.0,477,1426.0,Bayesian inference in HSMMs and HMMs.,13.0,18,True,2017-05-10 17:14:37.000000,0.1.7,8.0,pyhsmm,,,,,21.0,17.0,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37.000000,4.0,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +693,robustness,MadryLab/robustness,,adversarial,https://github.com/MadryLab/robustness,https://github.com/MadryLab/robustness,MIT,2019-08-21 09:26:33.000000,2020-12-01 06:11:12.000000,2020-12-01 05:49:45.000000,80,5.0,49.0,460,137.0,"A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.",11.0,18,True,2020-12-01 06:11:12.000000,1.2.1.post2,8.0,robustness,,,,,33.0,32.0,https://pypi.org/project/robustness,2020-08-05 04:42:24.000000,1.0,234.0,234.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +694,PyWaffle,gyli/PyWaffle,,data-viz,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47.000000,2020-07-26 23:22:17.000000,2020-07-26 23:22:13.000000,62,2.0,10.0,385,249.0,Make Waffle Charts in Python.,6.0,18,True,2020-07-26 19:16:45.000000,0.6.1,22.0,pywaffle,,,,,40.0,40.0,https://pypi.org/project/pywaffle,2020-07-26 19:16:45.000000,,723.0,723.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +695,Camphr,PKSHATechnology-Research/camphr,,nlp,https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58.000000,2021-01-28 00:28:55.000000,2021-01-28 00:28:52.000000,16,13.0,16.0,325,1103.0,"spaCy plugin for Transformers , Udify, ELmo, etc.",7.0,18,True,2020-12-25 08:53:36.000000,0.7.2,37.0,camphr,,,,['spacy'],,,https://pypi.org/project/camphr,2020-12-25 08:53:36.000000,,309.0,309.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +696,apricot,jmschrei/apricot,,others,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12.000000,2020-09-30 20:53:48.000000,2020-09-30 20:53:44.000000,29,3.0,11.0,302,151.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,2.0,18,True,2020-09-28 07:19:15.000000,0.6.0,13.0,apricot-select,,,,,12.0,12.0,https://pypi.org/project/apricot-select,2020-09-28 07:19:15.000000,,325.0,325.0,,,,,,,,3.0,8.0,,,,,,,,,,,,,,,,,,,,,, +697,explainerdashboard,oegedijk/explainerdashboard,,interpretability,https://github.com/oegedijk/explainerdashboard,https://github.com/oegedijk/explainerdashboard,MIT,2019-10-30 08:26:16.000000,2021-01-28 12:02:09.000000,2021-01-28 12:02:08.000000,40,8.0,49.0,275,531.0,Quickly build Explainable AI dashboards that show the inner workings of so-called blackbox machine learning models.,8.0,18,True,2021-01-27 15:02:13.000000,0.3.0.1,66.0,explainerdashboard,,,,,3.0,3.0,https://pypi.org/project/explainerdashboard,2021-01-27 15:02:49.000000,,1021.0,1021.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +698,sk-dist,Ibotta/sk-dist,,distributed-ml,https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17.000000,2021-01-07 17:01:27.000000,2021-01-07 17:01:23.000000,42,7.0,9.0,250,46.0,Distributed scikit-learn meta-estimators in PySpark.,6.0,18,True,2020-05-14 22:20:14.000000,0.1.9,12.0,sk-dist,,,,"['sklearn', 'spark']",8.0,6.0,https://pypi.org/project/sk-dist,2020-05-14 22:20:14.000000,2.0,3422.0,3422.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +699,DeepGraph,deepgraph/deepgraph,,graph,https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45.000000,2021-01-15 08:36:25.609000,2020-10-01 13:17:00.000000,33,7.0,5.0,227,160.0,Analyze Data with Pandas-based Networks. Documentation:.,2.0,18,True,2020-10-01 13:20:38.000000,0.2.3,13.0,deepgraph,conda-forge/deepgraph,,,['pandas'],1.0,1.0,https://pypi.org/project/deepgraph,2020-10-01 13:18:38.000000,,188.0,2062.0,https://anaconda.org/conda-forge/deepgraph,2021-01-15 08:36:25.609000,76849.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +700,ivis,beringresearch/ivis,,data-viz,https://github.com/beringresearch/ivis,https://github.com/beringresearch/ivis,GPL-2.0,2018-08-13 08:31:01.000000,2021-01-20 11:32:35.000000,2021-01-20 11:32:25.000000,19,4.0,41.0,221,517.0,Dimensionality reduction in very large datasets using Siamese Networks.,7.0,18,False,2021-01-06 17:09:59.000000,2.0.1,27.0,ivis,,,,['tensorflow'],14.0,14.0,https://pypi.org/project/ivis,2021-01-06 17:07:15.000000,0.0,470.0,470.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +701,skift,shaypal5/skift,,nlp,https://github.com/shaypal5/skift,https://github.com/shaypal5/skift,MIT,2018-02-03 11:37:21.000000,2021-01-19 11:35:21.000000,2021-01-19 11:35:09.000000,22,2.0,8.0,209,127.0,scikit-learn wrappers for Python fastText.,6.0,18,True,2020-08-04 07:56:43.000000,0.0.19,15.0,skift,,,,['sklearn'],8.0,8.0,https://pypi.org/project/skift,2020-08-27 15:01:05.000000,,884.0,884.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +702,FiftyOne,voxel51/fiftyone,,data-viz,https://github.com/voxel51/fiftyone,https://github.com/voxel51/fiftyone,Apache-2.0,2020-04-22 13:43:28.000000,2021-01-28 15:25:57.000000,2021-01-28 03:16:54.000000,15,117.0,193.0,184,5467.0,"Visualize, create, and debug image and video datasets and model predictions.",10.0,18,True,2021-01-08 19:08:48.000000,0.7.1,38.0,fiftyone,,,,"['tensorflow', 'pytorch', 'jupyter']",,,https://pypi.org/project/fiftyone,2021-01-16 00:00:47.000000,,264.0,264.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +703,fairness-indicators,tensorflow/fairness-indicators,,interpretability,https://github.com/tensorflow/fairness-indicators,https://github.com/tensorflow/fairness-indicators,Apache-2.0,2019-09-30 22:56:45.000000,2021-01-27 22:55:43.000000,2021-01-27 22:55:34.000000,49,16.0,5.0,173,238.0,Tensorflow's Fairness Evaluation and Visualization Toolkit.,19.0,18,True,2020-12-17 03:33:37.000000,0.26.0,12.0,fairness-indicators,,,,"['tensorflow', 'jupyter']",,,https://pypi.org/project/fairness-indicators,2020-12-17 03:33:37.000000,,336.0,336.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +704,Funsor,pyro-ppl/funsor,,probabilistics,https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39.000000,2021-01-28 06:44:39.000000,2021-01-27 15:20:02.000000,15,70.0,60.0,159,475.0,Functional tensors for probabilistic programming.,9.0,18,True,2021-01-24 17:27:54.000000,0.4.0,6.0,funsor,,,,['pytorch'],9.0,9.0,https://pypi.org/project/funsor,2021-01-24 17:26:50.000000,,251.0,251.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +705,Auto TS,AutoViML/Auto_TS,,time-series-data,https://github.com/AutoViML/Auto_TS,https://github.com/AutoViML/Auto_TS,Apache-2.0,2020-02-15 15:23:32.000000,2021-01-24 03:19:22.000000,2021-01-24 03:17:19.000000,35,5.0,23.0,158,230.0,"Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of..",5.0,18,True,2021-01-24 03:19:22.000000,0.0.35,14.0,auto-ts,,,,,,,https://pypi.org/project/auto-ts,2021-01-24 03:19:22.000000,,581.0,581.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +706,Glow,projectglow/glow,,medical-data,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47.000000,2021-01-28 15:02:48.000000,2021-01-28 01:11:32.000000,40,22.0,51.0,155,303.0,An open-source toolkit for large-scale genomic analysis.,11.0,18,True,2020-09-10 18:38:52.000000,0.6.0,9.0,glow.py,,,,,,,https://pypi.org/project/glow.py,2020-09-10 01:15:03.000000,,696.0,696.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +707,flupy,olirice/flupy,,data-pipelines,https://github.com/olirice/flupy,https://github.com/olirice/flupy,MIT,2018-01-06 16:46:04.000000,2021-01-06 12:37:41.000000,2021-01-06 12:37:33.000000,9,,7.0,152,176.0,Fluent data pipelines for python and your shell.,4.0,18,True,2021-01-06 12:37:15.000000,1.1.6,34.0,flupy,,,,,0.0,,https://pypi.org/project/flupy,2021-01-06 12:37:15.000000,0.0,2392.0,2392.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +708,ploomber,ploomber/ploomber,,data-pipelines,https://github.com/ploomber/ploomber,https://github.com/ploomber/ploomber,Apache-2.0,2020-01-20 20:13:06.000000,2021-01-27 04:54:33.000000,2021-01-18 16:32:19.000000,1,50.0,232.0,118,1461.0,"A convention over configuration workflow orchestrator. Develop locally (Jupyter or your favorite editor), deploy to..",4.0,18,False,2021-01-09 00:47:02.000000,0.8.6,33.0,ploomber,,,,,13.0,13.0,https://pypi.org/project/ploomber,2021-01-18 16:53:22.000000,,206.0,206.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +709,DeepMind Lab,deepmind/lab,,reinforcement-learning,https://github.com/deepmind/lab,https://github.com/deepmind/lab,GPL-2.0,2016-11-30 13:41:26.000000,2021-01-24 11:43:38.000000,2021-01-11 18:00:59.000000,1286,37.0,153.0,6389,475.0,A customisable 3D platform for agent-based AI research.,7.0,17,False,2020-12-07 11:26:33.000000,release-2020-12-07,8.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +710,TTS,mozilla/TTS,,audio,https://github.com/mozilla/TTS,https://github.com/mozilla/TTS,MPL-2.0,2018-01-23 14:22:06.000000,2021-01-28 12:10:07.000000,2021-01-27 10:26:38.000000,661,25.0,417.0,3113,2177.0,Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts).,50.0,17,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +711,LIT,PAIR-code/lit,,interpretability,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26.000000,2021-01-27 20:30:35.000000,2020-11-17 00:43:10.000000,230,27.0,27.0,2359,,The Language Interpretability Tool: Interactively analyze NLP models for model understanding in an extensible and..,10.0,17,True,2020-11-17 00:53:31.000000,0.2,4.0,lit-nlp,,,,,,,https://pypi.org/project/lit-nlp,2020-11-17 00:52:37.000000,,154.0,154.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +712,PaddleDetection,PaddlePaddle/PaddleDetection,,image,https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14.000000,2021-01-28 14:05:02.000000,2021-01-20 13:36:59.000000,623,330.0,853.0,2247,696.0,Object detection and instance segmentation toolkit based on PaddlePaddle.,43.0,17,True,2019-11-27 05:15:38.000000,0.1.0,1.0,,,,,['paddle'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +713,Mara Pipelines,mara/mara-pipelines,,data-pipelines,https://github.com/mara/mara-pipelines,https://github.com/mara/mara-pipelines,MIT,2018-03-31 20:37:22.000000,2021-01-23 23:22:28.000000,2021-01-23 23:22:27.000000,76,6.0,12.0,1615,131.0,"A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow.",16.0,17,True,2020-07-31 19:31:29.000000,3.1.1,7.0,mara-pipelines,,,,,7.0,7.0,https://pypi.org/project/mara-pipelines,2020-07-31 19:26:16.000000,,27.0,27.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +714,BlazingSQL,BlazingDB/blazingsql,,gpu-utilities,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45.000000,2021-01-28 15:13:35.000000,2021-01-25 19:09:21.000000,132,246.0,326.0,1391,,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",39.0,17,True,2020-12-14 17:43:48.000000,0.17.0,15.0,,blazingsql/blazingsql-protocol,,,,,,,,,,57.0,https://anaconda.org/blazingsql/blazingsql-protocol,2019-11-11 19:54:17.621000,914.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +715,Antialiased CNNs,adobe/antialiased-cnns,,pytorch-utils,https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25.000000,2020-10-23 22:45:52.000000,2020-10-22 19:40:07.000000,176,9.0,29.0,1340,238.0,pip install antialiased-cnns to improve stability and accuracy.,6.0,17,False,2020-10-23 22:45:52.000000,0.3,6.0,antialiased-cnns,,,,['pytorch'],,,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49.000000,,383.0,383.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +716,Advisor,tobegit3hub/advisor,,hyperopt,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33.000000,2019-11-11 07:09:57.869705,2019-11-11 06:59:31.000000,240,19.0,13.0,1338,165.0,Open-source implementation of Google Vizier for hyper parameters tuning.,11.0,17,False,2018-10-18 02:54:09.000000,0.1.6,4.0,advisor,,tobegit3hub/advisor,,,,,https://pypi.org/project/advisor,2018-10-18 02:54:09.000000,,28.0,66.0,,,,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705,,1549.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +717,River,online-ml/river,,others,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26.000000,2021-01-28 13:34:22.000000,2021-01-28 13:31:34.000000,164,38.0,242.0,1329,2954.0,Online machine learning in Python.,58.0,17,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +718,Lambda Networks,lucidrains/lambda-networks,,pytorch-utils,https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15.000000,2020-11-18 19:54:34.000000,2020-11-18 19:54:30.000000,133,8.0,15.0,1282,,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",3.0,17,True,2020-11-18 08:18:54.000000,0.4.0,11.0,lambda-networks,,,,['pytorch'],,,https://pypi.org/project/lambda-networks,2020-10-20 21:49:22.000000,,1337.0,1337.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +719,Backtesting.py,kernc/backtesting.py,,financial-data,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32.000000,2021-01-25 00:12:30.000000,2021-01-25 00:04:10.000000,232,20.0,166.0,949,218.0,Backtest trading strategies in Python.,8.0,17,False,2017-07-22 02:00:06.000000,0.0.1,1.0,backtesting,,,,,,,https://pypi.org/project/backtesting,2017-07-22 02:00:06.000000,,2161.0,2161.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +720,Fiber,uber/fiber,,distributed-ml,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24.000000,2020-10-06 14:39:41.000000,2020-10-06 14:39:12.000000,89,13.0,5.0,840,60.0,Distributed Computing for AI Made Simple.,5.0,17,True,2020-07-09 03:28:28.000000,0.2.1,6.0,fiber,,,,,19.0,18.0,https://pypi.org/project/fiber,2020-07-09 03:28:28.000000,1.0,773.0,773.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +721,advertorch,BorealisAI/advertorch,,adversarial,https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33.000000,2020-09-25 15:01:47.000000,2020-06-15 01:16:18.000000,122,13.0,28.0,799,270.0,A Toolbox for Adversarial Robustness Research.,16.0,17,False,2020-06-15 01:20:07.000000,0.2.3,10.0,advertorch,,,,['pytorch'],32.0,29.0,https://pypi.org/project/advertorch,2020-06-15 01:20:07.000000,3.0,464.0,464.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +722,sklearn-deap,rsteca/sklearn-deap,,hyperopt,https://github.com/rsteca/sklearn-deap,https://github.com/rsteca/sklearn-deap,MIT,2015-10-28 22:52:34.000000,2019-12-03 13:29:06.000000,2019-12-03 13:29:04.000000,107,21.0,31.0,622,98.0,Use evolutionary algorithms instead of gridsearch in scikit-learn.,20.0,17,False,2019-07-15 09:24:09.000000,0.2.4,13.0,sklearn-deap,,,,['sklearn'],25.0,23.0,https://pypi.org/project/sklearn-deap,2019-07-15 09:24:09.000000,2.0,246.0,246.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +723,ADTK,arundo/adtk,,time-series-data,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22.000000,2020-04-29 19:54:40.000000,2020-04-17 02:27:44.000000,75,22.0,30.0,586,78.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,11.0,17,True,2020-04-17 02:18:00.000000,0.6.2,13.0,adtk,,,,,,,https://pypi.org/project/adtk,2020-04-17 02:18:00.000000,,24308.0,24308.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +724,Objax,google/objax,,ml-frameworks,https://github.com/google/objax,https://github.com/google/objax,Apache-2.0,2020-08-20 06:20:40.000000,2021-01-28 00:32:28.000000,2021-01-27 23:51:42.000000,42,31.0,48.0,556,393.0,Objax is a machine learning framework that provides an Object Oriented layer for JAX.,19.0,17,True,2020-11-02 23:25:20.000000,1.2.0,4.0,objax,,,,['jax'],5.0,5.0,https://pypi.org/project/objax,2020-11-02 23:09:45.000000,,137.0,137.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +725,Dragonfly,dragonfly/dragonfly,,hyperopt,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50.000000,2020-07-26 17:44:31.000000,2020-07-03 18:01:17.000000,72,21.0,17.0,556,397.0,An open source python library for scalable Bayesian optimisation.,12.0,17,True,2020-07-03 18:05:12.000000,0.1.6,9.0,dragonfly-opt,,,,,2.0,,https://pypi.org/project/dragonfly-opt,2020-07-03 18:05:12.000000,2.0,2851.0,2851.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +726,RLax,deepmind/rlax,,reinforcement-learning,https://github.com/deepmind/rlax,https://github.com/deepmind/rlax,Apache-2.0,2020-02-18 07:14:59.000000,2021-01-21 15:43:58.000000,2021-01-21 15:43:12.000000,40,3.0,3.0,545,102.0,A library of reinforcement learning building blocks in JAX.,10.0,17,True,2020-02-19 23:01:30.000000,0.1.0,3.0,rlax,,,,['jax'],11.0,11.0,https://pypi.org/project/rlax,2020-02-19 23:01:30.000000,,144.0,144.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +727,SKLL,EducationalTestingService/skll,,ml-experiments,https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46.000000,2021-01-11 14:48:37.000000,2021-01-05 19:18:47.000000,62,42.0,327.0,519,,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,34.0,17,False,2020-03-13 17:22:26.000000,2.1,63.0,skll,,,,['sklearn'],45.0,28.0,https://pypi.org/project/skll,2020-03-13 16:23:35.000000,17.0,171.0,171.0,,,,,,,,3.0,10.0,,,,,,,,,,,,,,,,,,,,,, +728,DiCE,interpretml/DiCE,,interpretability,https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02.000000,2021-01-21 05:53:51.000000,2021-01-21 05:53:52.000000,65,13.0,18.0,444,289.0,Generate Diverse Counterfactual Explanations for any machine learning model.,9.0,17,True,2020-09-22 06:31:10.000000,0.4,2.0,dice-ml,,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/dice-ml,2020-09-22 06:57:33.000000,,155.0,155.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +729,TF Compression,tensorflow/compression,,tensorflow-utils,https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19.000000,2021-01-22 02:43:18.000000,2021-01-22 02:43:05.000000,150,1.0,56.0,430,141.0,Data compression in TensorFlow.,9.0,17,True,2021-01-06 01:50:06.000000,2.0b2,8.0,tensorflow-compression,,,,['tensorflow'],1.0,,https://pypi.org/project/tensorflow-compression,2021-01-06 01:36:13.000000,1.0,307.0,307.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +730,kglib,graknlabs/kglib,,graph,https://github.com/graknlabs/kglib,https://github.com/graknlabs/kglib,Apache-2.0,2018-09-16 16:46:48.000000,2021-01-15 11:17:51.000000,2021-01-15 11:17:51.000000,71,10.0,49.0,387,487.0,Grakn Knowledge Graph Library (ML R&D).,7.0,17,True,2020-08-19 15:32:49.000000,0.2.2,7.0,grakn-kglib,,,,,,,https://pypi.org/project/grakn-kglib,2020-08-19 15:39:10.000000,,50.0,58.0,,,,,,,,3.0,206.0,,,,,,,,,,,,,,,,,,,,,, +731,Sematch,gsi-upm/sematch,,graph,https://github.com/gsi-upm/sematch,https://github.com/gsi-upm/sematch,Apache-2.0,2012-11-30 11:11:53.000000,2020-11-05 21:20:52.000000,2019-03-27 03:17:24.000000,98,14.0,19.0,338,122.0,semantic similarity framework for knowledge graph.,5.0,17,False,2017-04-17 10:56:52.000000,1.0.4,5.0,sematch,,,,,29.0,26.0,https://pypi.org/project/sematch,2017-04-17 10:56:52.000000,3.0,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +732,atspy,firmai/atspy,,time-series-data,https://github.com/firmai/atspy,https://github.com/firmai/atspy,MIT,2020-01-28 05:00:10.000000,2020-12-01 13:53:03.000000,2020-11-12 16:15:26.000000,63,16.0,2.0,332,97.0,AtsPy: Automated Time Series Models in Python (by @firmai).,5.0,17,True,2020-11-12 16:10:48.000000,zen,39.0,atspy,,,,,3.0,3.0,https://pypi.org/project/atspy,2020-04-24 18:16:15.000000,,218.0,218.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +733,tick,X-DataInitiative/tick,,time-series-data,https://github.com/X-DataInitiative/tick,https://github.com/X-DataInitiative/tick,BSD-3-Clause,2016-12-01 10:59:08.000000,2020-08-11 12:36:43.000000,2020-06-15 12:01:36.000000,75,55.0,159.0,321,413.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",16.0,17,True,2019-09-11 11:25:15.000000,0.6,23.0,tick,,,,,31.0,30.0,https://pypi.org/project/tick,2020-05-24 22:01:17.000000,1.0,355.0,358.0,,,,,,,,3.0,155.0,,,,,,,,,,,,,,,,,,,,,, +734,Baal,ElementAI/baal,,probabilistics,https://github.com/ElementAI/baal,https://github.com/ElementAI/baal,Apache-2.0,2019-09-30 20:16:26.000000,2021-01-26 22:13:57.000000,2021-01-22 21:08:16.000000,25,12.0,23.0,313,94.0,Using approximate bayesian posteriors in deep nets for active learning.,8.0,17,True,2020-11-03 21:14:13.000000,1.2.1,7.0,baal,,,,,6.0,6.0,https://pypi.org/project/baal,2020-11-03 21:07:08.000000,,128.0,128.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +735,Orbit,uber/orbit,,probabilistics,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37.000000,2021-01-28 03:55:09.000000,2021-01-28 03:55:07.000000,15,22.0,145.0,312,579.0,Bayesian forecasting with object-oriented design and probabilistic models under the hood.,7.0,17,True,2020-11-15 23:46:41.000000,1.0.9,9.0,orbit-ml,,,,,3.0,3.0,https://pypi.org/project/orbit-ml,2020-11-15 23:46:41.000000,,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +736,DESlib,scikit-learn-contrib/DESlib,,sklearn-utils,https://github.com/scikit-learn-contrib/DESlib,https://github.com/scikit-learn-contrib/DESlib,BSD-3-Clause,2017-12-08 22:49:49.000000,2021-01-22 19:11:48.000000,2021-01-22 19:11:47.000000,66,14.0,121.0,296,261.0,A Python library for dynamic classifier and ensemble selection.,12.0,17,True,,,3.0,deslib,,,,['sklearn'],13.0,13.0,https://pypi.org/project/deslib,2019-02-18 16:47:48.000000,,107.0,107.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +737,LOFO,aerdem4/lofo-importance,,interpretability,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46.000000,2021-01-27 13:57:42.000000,2020-07-02 11:49:52.000000,40,1.0,10.0,295,24.0,Leave One Feature Out Importance.,3.0,17,True,2020-07-02 11:44:57.000000,0.2.6,9.0,lofo-importance,,,,,3.0,3.0,https://pypi.org/project/lofo-importance,2020-07-02 11:44:57.000000,,156.0,156.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +738,Sherpa,sherpa-ai/sherpa,,hyperopt,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54.000000,2020-10-18 07:57:50.000000,2020-10-18 07:57:48.000000,43,11.0,41.0,280,823.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",43.0,17,False,2020-07-31 05:29:09.000000,1.0.7,8.0,parameter-sherpa,,,,,8.0,7.0,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27.000000,1.0,370.0,370.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +739,pandas-ml,pandas-ml/pandas-ml,,others,https://github.com/pandas-ml/pandas-ml,https://github.com/pandas-ml/pandas-ml,BSD-3-Clause,2015-02-21 03:14:04.000000,2020-08-14 12:29:33.000000,2019-03-05 01:36:55.000000,57,24.0,17.0,266,153.0,"pandas, scikit-learn, xgboost and seaborn integration.",4.0,17,False,2019-03-05 01:36:12.000000,0.6.1,9.0,pandas-ml,,,,"['sklearn', 'pandas']",,,https://pypi.org/project/pandas-ml,2019-03-05 01:35:23.000000,,2135.0,2135.0,,,,,,,,3.0,5.0,,,,,,,,,,,,,,,,,,,,,, +740,somoclu,peterwittek/somoclu,,distributed-ml,https://github.com/peterwittek/somoclu,https://github.com/peterwittek/somoclu,MIT,2013-01-16 06:33:16.000000,2020-10-13 18:39:07.609000,2020-07-24 13:00:47.000000,56,26.0,103.0,222,590.0,"Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters.",17.0,17,True,2018-03-03 02:44:37.000000,1.7.5,17.0,somoclu,conda-forge/somoclu,,,,2.0,,https://pypi.org/project/somoclu,2020-04-25 05:33:32.000000,2.0,674.0,1660.0,https://anaconda.org/conda-forge/somoclu,2020-10-13 18:39:07.609000,39610.0,,,,,3.0,1442.0,,,,,,,,,,,,,,,,,,,,,, +741,skggm,skggm/skggm,,sklearn-utils,https://github.com/skggm/skggm,https://github.com/skggm/skggm,MIT,2016-06-11 18:35:56.000000,2020-12-24 08:36:00.000000,2020-12-24 05:43:15.000000,31,27.0,47.0,174,691.0,Scikit-learn compatible estimation of general graphical models.,5.0,17,True,2018-09-12 01:12:49.000000,0.2.8,6.0,skggm,,,,['sklearn'],7.0,6.0,https://pypi.org/project/skggm,2018-09-12 01:12:49.000000,1.0,130.0,130.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +742,ExplainX.ai,explainX/explainx,,interpretability,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15.000000,2021-01-07 22:35:16.000000,2021-01-07 22:35:16.000000,28,7.0,13.0,160,182.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,4.0,17,True,2020-10-23 17:30:47.000000,2.403,53.0,explainx,,,,,,,https://pypi.org/project/explainx,2020-12-07 22:26:30.000000,,387.0,387.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +743,BatchFlow,analysiscenter/batchflow,,data-pipelines,https://github.com/analysiscenter/batchflow,https://github.com/analysiscenter/batchflow,Apache-2.0,2017-03-13 14:22:53.000000,2021-01-28 13:22:49.000000,2021-01-28 12:36:08.000000,34,52.0,53.0,154,4345.0,BatchFlow helps you conveniently work with random or sequential batches of your data and define data processing and..,28.0,17,True,2019-08-23 12:21:50.000000,0.3.0,3.0,batchflow,,,,,,,https://pypi.org/project/batchflow,2019-08-23 12:21:50.000000,,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +744,Larq Compute Engine,larq/compute-engine,,model-serialisation,https://github.com/larq/compute-engine,https://github.com/larq/compute-engine,Apache-2.0,2019-08-29 15:02:43.000000,2021-01-28 14:26:30.000000,2021-01-26 10:06:23.000000,21,21.0,90.0,127,446.0,Highly optimized inference engine for Binarized Neural Networks.,14.0,17,False,2020-09-21 13:31:57.000000,0.4.3,11.0,larq-compute-engine,,,,,1.0,1.0,https://pypi.org/project/larq-compute-engine,2020-09-21 17:41:53.000000,,146.0,159.0,,,,,,,,3.0,143.0,,,,,,,,,,,,,,,,,,,,,, +745,celer,mathurinm/celer,,sklearn-utils,https://github.com/mathurinm/celer,https://github.com/mathurinm/celer,BSD-3-Clause,2018-02-20 19:37:31.000000,2021-01-22 16:06:43.000000,2021-01-22 16:01:10.000000,20,14.0,49.0,107,212.0,"Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.",9.0,17,False,2020-10-12 12:26:09.000000,0.5.1,9.0,celer,,,,['sklearn'],4.0,4.0,https://pypi.org/project/celer,2020-10-12 11:56:43.000000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +746,nvidia-ml-py3,nicolargo/nvidia-ml-py3,,gpu-utilities,https://github.com/nicolargo/nvidia-ml-py3,https://github.com/nicolargo/nvidia-ml-py3,BSD-3-Clause,2017-06-03 07:47:03.000000,2019-03-06 20:41:10.000000,2019-03-06 20:41:09.000000,13,2.0,,61,5.0,Python 3 Bindings for the NVIDIA Management Library.,2.0,17,False,,,1.0,nvidia-ml-py3,,,,,2573.0,2561.0,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46.000000,12.0,321901.0,321901.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +747,ReAgent,facebookresearch/ReAgent,,reinforcement-learning,https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21.000000,2021-01-28 02:50:20.000000,2021-01-28 01:10:19.000000,374,20.0,74.0,2767,1076.0,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",86.0,16,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +748,automl-gs,minimaxir/automl-gs,,hyperopt,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44.000000,2019-10-22 11:20:40.000000,2019-04-05 06:48:14.000000,157,26.0,6.0,1711,102.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",7.0,16,False,2019-04-05 06:51:04.000000,0.2.1,2.0,automl_gs,,,,,,,https://pypi.org/project/automl_gs,2019-04-05 06:47:54.000000,,24.0,24.0,,,,,,,,3.0,21.0,,,,,,,,,,,,,,,,,,,,,, +749,Xcessiv,reiinakano/xcessiv,,hyperopt,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25.000000,2018-06-06 22:23:37.000000,2017-08-21 00:51:15.000000,109,22.0,13.0,1258,316.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",6.0,16,False,2017-08-21 00:53:25.000000,0.5.1,34.0,xcessiv,,,,,2.0,1.0,https://pypi.org/project/xcessiv,2017-08-21 00:49:41.000000,1.0,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +750,Botflow,kkyon/botflow,,data-pipelines,https://github.com/kkyon/botflow,https://github.com/kkyon/botflow,BSD-3-Clause,2018-08-20 03:13:31.000000,2020-12-31 09:03:22.000000,2019-05-23 14:40:50.000000,98,2.0,2.0,1157,192.0,"Python Fast Dataflow programming framework for Data pipeline work( Web Crawler,Machine Learning,Quantitative..",11.0,16,False,,,5.0,botflow,,,,,1.0,1.0,https://pypi.org/project/botflow,2018-09-14 14:38:32.000000,,24.0,24.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +751,AdvBox,advboxes/AdvBox,,adversarial,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41.000000,2020-11-13 17:59:22.000000,2020-08-26 22:59:41.000000,221,6.0,26.0,1032,374.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,19.0,16,True,2018-12-05 02:48:50.000000,0.4.1,2.0,advbox,,,,,,,https://pypi.org/project/advbox,2018-12-05 02:48:50.000000,,20.0,20.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +752,sklearn-porter,nok/sklearn-porter,,model-serialisation,https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,MIT,2016-06-22 22:21:34.000000,2020-10-19 07:28:00.000000,2019-12-18 13:31:50.000000,122,39.0,29.0,948,699.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",11.0,16,False,2019-12-18 13:39:19.000000,0.7.4,20.0,sklearn-porter,,,,['sklearn'],1.0,,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19.000000,1.0,273.0,273.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +753,CrypTen,facebookresearch/CrypTen,,privacy-ml,https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31.000000,2021-01-20 14:57:05.000000,2021-01-20 14:56:16.000000,90,15.0,31.0,702,228.0,A framework for Privacy Preserving Machine Learning.,23.0,16,True,2020-04-21 13:59:37.000000,0.1,1.0,crypten,,,,['pytorch'],5.0,5.0,https://pypi.org/project/crypten,2020-02-05 18:53:03.000000,,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +754,Hivemind,learning-at-home/hivemind,,distributed-ml,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19.000000,2021-01-26 17:12:51.000000,2021-01-26 17:12:49.000000,32,15.0,17.0,645,296.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,8.0,16,True,2020-08-28 05:52:35.000000,0.8.2,5.0,hivemind,,,,,2.0,1.0,https://pypi.org/project/hivemind,2020-08-28 16:00:22.000000,1.0,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +755,cuGraph,rapidsai/cugraph,,gpu-utilities,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11.000000,2021-01-28 00:48:26.000000,2021-01-26 18:32:49.000000,135,95.0,467.0,636,,cuGraph - RAPIDS Graph Analytics Library.,58.0,16,True,2020-12-10 21:54:44.000000,0.17.0,4.0,cugraph,,,,,0.0,,https://pypi.org/project/cugraph,2019-04-04 15:31:02.000000,0.0,28.0,28.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +756,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,,hyperopt,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00.000000,2021-01-20 03:52:41.000000,2021-01-20 03:52:40.000000,80,36.0,84.0,635,1096.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,4.0,16,True,2019-08-06 09:09:45.000000,3.0.0,16.0,hyperparameter-hunter,,,,,1.0,,https://pypi.org/project/hyperparameter-hunter,2019-08-06 06:01:58.000000,1.0,43.0,52.0,,,,,,,,3.0,268.0,,,,,,,,,,,,,,,,,,,,,, +757,Saliency,PAIR-code/saliency,,tensorflow-utils,https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35.000000,2020-10-15 21:38:20.000000,2020-10-01 22:54:59.000000,135,11.0,10.0,631,64.0,"TensorFlow implementation for SmoothGrad, Grad-CAM, Guided backprop, Integrated Gradients and other saliency techniques.",12.0,16,True,2019-09-26 17:59:23.000000,0.0.5,5.0,saliency,,,,['tensorflow'],13.0,13.0,https://pypi.org/project/saliency,2019-09-26 17:59:23.000000,,135.0,135.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +758,SpeedTorch,Santosh-Gupta/SpeedTorch,,gpu-utilities,https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52.000000,2020-02-21 23:13:29.000000,2020-02-21 23:13:28.000000,36,3.0,2.0,595,170.0,Library for faster pinned CPU - GPU transfer in Pytorch.,3.0,16,True,2020-01-06 05:27:17.000000,0.1.6,14.0,SpeedTorch,,,,['pytorch'],5.0,3.0,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17.000000,2.0,93.0,93.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +759,ThunderGBM,Xtra-Computing/thundergbm,,ml-frameworks,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08.000000,2021-01-05 04:22:17.000000,2021-01-05 04:22:15.000000,71,20.0,26.0,578,606.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,10.0,16,True,2020-05-01 23:16:25.000000,0.3.16,24.0,thundergbm,,,,,,,https://pypi.org/project/thundergbm,2020-05-01 23:16:25.000000,,65.0,65.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +760,XAI,EthicalML/xai,,interpretability,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09.000000,2019-10-05 10:34:58.000000,2019-10-05 10:34:50.000000,82,4.0,3.0,563,83.0,XAI - An eXplainability toolbox for machine learning.,2.0,16,False,2019-01-13 21:24:01.000000,0.0.4,4.0,xai,,,,,16.0,10.0,https://pypi.org/project/xai,2019-01-13 21:24:01.000000,6.0,479.0,479.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +761,AlphaPy,ScottfreeLLC/AlphaPy,,hyperopt,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32.000000,2020-09-06 12:58:26.000000,2020-09-06 12:58:25.000000,116,10.0,29.0,543,407.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",3.0,16,True,2020-08-29 18:48:20.000000,2.5.0,24.0,alphapy,,,,,2.0,2.0,https://pypi.org/project/alphapy,2020-08-25 23:33:42.000000,,76.0,76.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +762,Tensor Sensor,parrt/tensor-sensor,,pytorch-utils,https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04.000000,2021-01-07 00:40:37.000000,2021-01-07 00:40:31.000000,24,4.0,12.0,511,155.0,The goal of this library is to generate more helpful exception messages for numpy/pytorch matrix algebra expressions.,2.0,16,True,2020-12-03 20:46:15.000000,0.1.1,33.0,tensor-sensor,,,,['pytorch'],1.0,1.0,https://pypi.org/project/tensor-sensor,2020-12-03 20:40:56.000000,,158.0,158.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +763,Auto Tune Models,HDI-Project/ATM,,hyperopt,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00.000000,2020-02-21 17:44:07.000000,2020-02-21 17:40:58.000000,122,17.0,71.0,503,775.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",16.0,16,True,2019-07-30 09:28:26.000000,0.2.2,13.0,atm,,,,,6.0,6.0,https://pypi.org/project/atm,2019-06-24 13:31:28.000000,,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +764,Performer Pytorch,lucidrains/performer-pytorch,,pytorch-utils,https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36.000000,2021-01-17 01:23:12.000000,2021-01-17 01:22:36.000000,62,17.0,32.0,478,,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",4.0,16,True,2021-01-17 01:23:12.000000,0.15.0,61.0,performer-pytorch,,,,['pytorch'],8.0,8.0,https://pypi.org/project/performer-pytorch,2021-01-17 01:23:12.000000,,765.0,765.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +765,tcav,tensorflow/tcav,,interpretability,https://github.com/tensorflow/tcav,https://github.com/tensorflow/tcav,Apache-2.0,2018-07-03 17:45:35.000000,2021-01-11 22:12:58.000000,2020-07-14 17:14:43.000000,97,2.0,40.0,432,144.0,Code for the TCAV ML interpretability project.,16.0,16,True,2019-06-10 18:29:51.000000,0.2.1,3.0,tcav,,,,['tensorflow'],7.0,6.0,https://pypi.org/project/tcav,2019-06-10 18:29:51.000000,1.0,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +766,lightly,lightly-ai/lightly,,image,https://github.com/lightly-ai/lightly,https://github.com/lightly-ai/lightly,MIT,2020-10-13 13:02:56.000000,2021-01-28 14:28:16.000000,2021-01-19 08:30:43.000000,20,25.0,22.0,401,310.0,A python library for self-supervised learning on images.,5.0,16,True,2021-01-11 11:30:44.000000,1.0.8,11.0,lightly,,,,['pytorch'],2.0,2.0,https://pypi.org/project/lightly,2021-01-11 11:34:22.000000,,150.0,150.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +767,tfdeploy,riga/tfdeploy,,model-serialisation,https://github.com/riga/tfdeploy,https://github.com/riga/tfdeploy,BSD-3-Clause,2016-03-07 13:08:21.000000,2021-01-08 09:52:54.000000,2021-01-08 09:52:49.000000,38,10.0,23.0,346,170.0,Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy.,4.0,16,True,2017-03-30 10:51:26.000000,0.4.2,22.0,tfdeploy,,,,['tensorflow'],2.0,,https://pypi.org/project/tfdeploy,2017-03-30 10:51:26.000000,2.0,46.0,46.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +768,pdvega,altair-viz/pdvega,,data-viz,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27.000000,2019-03-29 16:09:14.000000,2019-03-29 16:09:13.000000,28,16.0,10.0,339,177.0,Interactive plotting for Pandas using Vega-Lite.,9.0,16,False,,,1.0,pdvega,,,,,49.0,47.0,https://pypi.org/project/pdvega,2018-02-01 04:56:43.000000,2.0,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +769,datmo,datmo/datmo,,ml-experiments,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43.000000,2019-11-29 00:48:45.000000,2019-11-29 00:48:44.000000,28,42.0,149.0,334,1051.0,Open source production model management tool for data scientists.,6.0,16,False,2018-12-07 06:01:12.000000,0.0.40,41.0,datmo,,,,,5.0,5.0,https://pypi.org/project/datmo,2018-12-07 06:16:42.000000,,47.0,47.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +770,pytorch_geometric_temporal,benedekrozemberczki/pytorch_geometric_temporal,,graph,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,https://github.com/benedekrozemberczki/pytorch_geometric_temporal,MIT,2020-06-27 01:11:33.000000,2021-01-14 18:53:52.000000,2021-01-14 18:46:30.000000,37,1.0,15.0,333,794.0,A Temporal Extension Library for PyTorch Geometric.,3.0,16,True,2021-01-14 18:53:52.000000,_00012,12.0,torch-geometric-temporal,,,,['pytorch'],,,https://pypi.org/project/torch-geometric-temporal,2021-01-14 18:50:08.000000,,108.0,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +771,Case Recommender,caserec/CaseRecommender,,recommender-systems,https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39.000000,2020-05-26 22:44:05.000000,2020-05-26 22:44:05.000000,66,6.0,16.0,311,201.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,10.0,16,True,2019-08-20 13:38:02.000000,1.1.0,40.0,caserecommender,,,,['sklearn'],6.0,6.0,https://pypi.org/project/caserecommender,2019-08-20 13:42:28.000000,,67.0,67.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +772,VizSeq,facebookresearch/vizseq,,nlp,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38.000000,2020-12-13 18:55:58.000000,2020-12-13 18:55:54.000000,39,7.0,8.0,309,43.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",3.0,16,True,2020-08-07 01:13:52.000000,0.1.15,16.0,vizseq,,,,,1.0,1.0,https://pypi.org/project/vizseq,2020-08-07 01:13:52.000000,,48.0,48.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +773,Vulkan Kompute,EthicalML/vulkan-kompute,,gpu-utilities,https://github.com/EthicalML/vulkan-kompute,https://github.com/EthicalML/vulkan-kompute,Apache-2.0,2020-07-29 05:23:33.000000,2021-01-28 08:33:57.000000,2021-01-26 17:52:39.000000,17,44.0,45.0,296,538.0,"General purpose GPU compute framework for cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast,..",9.0,16,True,2020-11-14 08:59:29.000000,0.5.1,9.0,kp,,,,,1.0,1.0,https://pypi.org/project/kp,2020-11-11 19:39:35.000000,,85.0,90.0,,,,,,,,3.0,29.0,,,,,,,,,,,,,,,,,,,,,, +774,Headliner,as-ideas/headliner,,nlp,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,MIT,2019-09-30 11:33:28.000000,2021-01-28 09:18:33.000000,2020-02-14 09:03:27.000000,37,1.0,13.0,219,276.0,Easy training and deployment of seq2seq models.,2.0,16,True,2020-01-24 09:06:29.000000,1.0.2,30.0,headliner,,,,,4.0,3.0,https://pypi.org/project/headliner,2020-01-24 09:06:29.000000,1.0,101.0,101.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +775,Muda,bmcfee/muda,,audio,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22.000000,2020-09-01 19:21:10.000000,2020-07-20 20:00:17.000000,30,5.0,44.0,174,291.0,A library for augmenting annotated audio data.,6.0,16,True,2019-11-15 15:46:21.000000,0.4.1,11.0,muda,,,,,9.0,8.0,https://pypi.org/project/muda,2019-11-15 15:46:21.000000,1.0,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +776,elegy,poets-ai/elegy,,ml-frameworks,https://github.com/poets-ai/elegy,https://github.com/poets-ai/elegy,Apache-2.0,2020-06-30 14:00:37.000000,2021-01-28 03:07:32.000000,2021-01-22 14:41:11.000000,10,15.0,35.0,154,258.0,Elegy is a Neural Networks framework based on Jax and inspired by Keras.,12.0,16,True,2020-12-17 15:44:27.000000,0.3.0,15.0,elegy,,,,"['tensorflow', 'jax']",,,https://pypi.org/project/elegy,2020-12-17 15:41:58.000000,,116.0,116.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +777,model-card-toolkit,tensorflow/model-card-toolkit,,interpretability,https://github.com/tensorflow/model-card-toolkit,https://github.com/tensorflow/model-card-toolkit,Apache-2.0,2020-07-24 16:48:58.000000,2021-01-27 22:52:11.000000,2021-01-27 22:52:00.000000,24,9.0,2.0,154,87.0,a tool that leverages rich metadata and lineage information in MLMD to build a model card.,7.0,16,True,2021-01-27 22:23:56.000000,0.1.2,3.0,model-card-toolkit,,,,,1.0,1.0,https://pypi.org/project/model-card-toolkit,2021-01-27 22:00:16.000000,,88.0,88.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +778,imodels,csinva/imodels,,interpretability,https://github.com/csinva/imodels,https://github.com/csinva/imodels,MIT,2019-07-04 15:38:48.000000,2021-01-28 04:45:03.000000,2021-01-28 00:53:26.000000,14,,8.0,147,196.0,"Interpretable ML package for concise, transparent, and accurate predictive modeling (sklearn-compatible).",3.0,16,False,2021-01-05 20:25:35.000000,0.2.6,6.0,imodels,,,,,6.0,6.0,https://pypi.org/project/imodels,2020-12-30 00:06:42.000000,,72.0,72.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +779,steppy,minerva-ml/steppy,,ml-experiments,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49.000000,2018-11-23 09:49:59.000000,2018-11-23 09:47:34.000000,31,16.0,50.0,126,69.0,"Lightweight, Python library for fast and reproducible experimentation.",5.0,16,False,2018-11-23 09:49:59.000000,0.1.16,16.0,steppy,,,,,43.0,38.0,https://pypi.org/project/steppy,2018-11-23 09:49:59.000000,5.0,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +780,ipyexperiments,stas00/ipyexperiments,,gpu-utilities,https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000000,2021-01-20 19:36:46.000000,2021-01-20 19:36:41.000000,9,,4.0,123,180.0,jupyter/ipython experiment containers for GPU and general RAM re-use.,3.0,16,False,2020-11-16 07:08:34.000000,0.1.22,21.0,ipyexperiments,,,,['jupyter'],4.0,2.0,https://pypi.org/project/ipyexperiments,2020-11-17 04:10:43.000000,2.0,34.0,34.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +781,dabl,amueller/dabl,,sklearn-utils,https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49.000000,2021-01-11 23:09:14.000000,2020-07-08 16:14:41.000000,7,1.0,,64,252.0,Data Analysis Baseline Library.,18.0,16,False,2020-02-04 18:25:16.000000,0.1.9,10.0,dabl,,,,['sklearn'],,,https://pypi.org/project/dabl,2020-09-25 18:14:54.000000,,1808.0,1808.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +782,tinygrad,geohot/tinygrad,,pytorch-utils,https://github.com/geohot/tinygrad,https://github.com/geohot/tinygrad,MIT,2020-10-18 16:23:12.000000,2021-01-25 15:56:24.000000,2021-01-05 15:56:17.000000,445,14.0,62.0,4048,509.0,You like pytorch? You like micrograd? You love tinygrad!.,42.0,15,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +783,aim,aimhubio/aim,,ml-experiments,https://github.com/aimhubio/aim,https://github.com/aimhubio/aim,Apache-2.0,2019-05-31 18:25:07.000000,2021-01-21 18:25:20.000000,2021-01-21 18:25:18.000000,46,19.0,25.0,818,,"Aim a super-easy way to record, search and compare 1000s of ML training runs.",8.0,15,True,2019-11-06 08:06:11.000000,3.1.0,41.0,aim,,,,,2.0,,https://pypi.org/project/aim,2021-01-07 09:21:55.000000,2.0,787.0,787.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +784,torchsde,google-research/torchsde,,pytorch-utils,https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11.000000,2021-01-05 18:30:53.000000,2021-01-05 12:06:21.000000,55,6.0,26.0,638,140.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,4.0,15,True,2021-01-05 18:31:38.000000,0.2.4,4.0,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +785,FlashTorch,MisaOgura/flashtorch,,interpretability,https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57.000000,2020-12-14 23:09:26.000000,2020-05-29 14:37:29.000000,66,6.0,21.0,529,126.0,Visualization toolkit for neural networks in PyTorch! Demo --.,2.0,15,True,2020-05-29 14:39:38.000000,0.1.3,12.0,flashtorch,,,,['pytorch'],6.0,6.0,https://pypi.org/project/flashtorch,2020-05-29 14:38:32.000000,,119.0,119.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +786,PandaPy,firmai/pandapy,,data-containers,https://github.com/firmai/pandapy,https://github.com/firmai/pandapy,MIT,2020-01-15 18:21:23.000000,2020-11-12 16:18:45.000000,2020-11-12 16:18:44.000000,45,2.0,1.0,471,83.0,PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x faster (by @firmai).,3.0,15,True,2020-11-12 16:12:54.000000,zen,22.0,pandapy,,,,['pandas'],1.0,1.0,https://pypi.org/project/pandapy,2020-01-25 23:10:32.000000,,36.0,36.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +787,cuSignal,rapidsai/cusignal,,gpu-utilities,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27.000000,2021-01-28 00:00:08.000000,2021-01-26 18:20:05.000000,57,17.0,82.0,437,,GPU accelerated signal processing.,28.0,15,True,2020-12-10 21:29:50.000000,0.17.0,3.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +788,OpenRec,ylongqi/openrec,,recommender-systems,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40.000000,2020-11-13 17:47:17.000000,2020-02-19 07:57:17.000000,79,4.0,12.0,351,213.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,10.0,15,True,2018-11-13 17:55:55.000000,0.2.5,11.0,openrec,,,,,2.0,1.0,https://pypi.org/project/openrec,2019-09-11 20:21:21.000000,1.0,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +789,Pywick,achaiah/pywick,,pytorch-utils,https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47.000000,2020-11-17 16:44:11.000000,2020-09-24 19:20:06.000000,35,2.0,9.0,311,109.0,High-level batteries-included neural network training library for Pytorch.,4.0,15,True,2020-01-20 22:14:21.000000,0.5.6,6.0,pywick,,,,['pytorch'],2.0,2.0,https://pypi.org/project/pywick,2020-01-20 22:14:21.000000,,138.0,138.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +790,Parfit,jmcarpenter2/parfit,,hyperopt,https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51.000000,2020-04-04 19:26:44.000000,2020-04-04 19:26:37.000000,25,5.0,5.0,197,127.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",2.0,15,True,,,23.0,parfit,,,,['sklearn'],7.0,7.0,https://pypi.org/project/parfit,2018-10-11 22:03:16.000000,,3921.0,3921.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +791,NeuralQA,victordibia/neuralqa,,nlp,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56.000000,2020-12-16 17:42:12.000000,2020-12-16 17:41:37.000000,23,18.0,8.0,182,312.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,3.0,15,True,,,26.0,neuralqa,,,,,2.0,2.0,https://pypi.org/project/neuralqa,2020-07-29 16:39:37.000000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +792,pyRDF2Vec,IBCNServices/pyRDF2Vec,,graph,https://github.com/IBCNServices/pyRDF2Vec,https://github.com/IBCNServices/pyRDF2Vec,MIT,2019-06-13 11:36:12.000000,2021-01-28 15:13:11.000000,2021-01-28 14:45:35.000000,15,5.0,20.0,80,690.0,Python Implementation and Extension of RDF2Vec.,5.0,15,False,2020-11-02 15:07:48.000000,0.1.1,7.0,pyrdf2vec,,,,,,,https://pypi.org/project/pyrdf2vec,2020-11-02 15:05:32.000000,,56.0,56.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +793,contextual-ai,SAP/contextual-ai,,interpretability,https://github.com/SAP/contextual-ai,https://github.com/SAP/contextual-ai,Apache-2.0,2020-05-12 07:15:56.000000,2021-01-25 04:56:57.000000,2021-01-25 04:03:23.000000,9,4.0,1.0,66,621.0,"Contextual AI adds explainability to different stages of machine learning pipelines - data, training, and inference -..",10.0,15,False,2021-01-25 04:56:57.000000,0.0.2,2.0,contextual-ai,,,,,,,https://pypi.org/project/contextual-ai,2021-01-25 04:56:57.000000,,87.0,87.0,,,,,,,,3.0,,,2.0,,,,,,,,,,,,,,,,,,,, +794,DEβ«ΆTR,facebookresearch/detr,,image,https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52.000000,2021-01-16 14:33:22.000000,2020-11-15 16:03:45.000000,884,61.0,213.0,6016,41.0,End-to-End Object Detection with Transformers.,19.0,14,True,2020-06-29 16:41:01.000000,0.2,1.0,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +795,PySlowFast,facebookresearch/SlowFast,,image,https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26.000000,2021-01-25 23:47:33.000000,2021-01-25 21:51:22.000000,619,159.0,184.0,3305,98.0,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,19.0,14,True,,,,,,,,['pytorch'],2.0,2.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +796,OpenNRE,thunlp/OpenNRE,,nlp,https://github.com/thunlp/OpenNRE,https://github.com/thunlp/OpenNRE,MIT,2017-02-26 07:37:12.000000,2021-01-15 02:29:36.000000,2020-11-24 06:37:04.000000,855,19.0,285.0,2950,135.0,An Open-Source Package for Neural Relation Extraction (NRE).,9.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +797,Euler,alibaba/euler,,graph,https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32.000000,2020-07-29 05:53:02.000000,2020-07-29 05:53:01.000000,501,200.0,97.0,2482,8.0,A distributed graph deep learning framework.,5.0,14,True,2020-07-07 02:24:18.000000,2.0.0,2.0,euler-gl,,,,['tensorflow'],,,https://pypi.org/project/euler-gl,2019-04-10 01:53:45.000000,,4.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +798,ENAS,carpedm20/ENAS-pytorch,,hyperopt,https://github.com/carpedm20/ENAS-pytorch,https://github.com/carpedm20/ENAS-pytorch,Apache-2.0,2018-02-15 04:54:37.000000,2020-12-09 18:13:03.000000,2020-06-16 07:23:32.000000,446,37.0,7.0,2375,53.0,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,6.0,14,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +799,GraphSAGE,williamleif/GraphSAGE,,graph,https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22.000000,2021-01-25 06:35:22.000000,2018-09-19 19:27:00.000000,613,85.0,58.0,2129,59.0,Representation learning on large graphs using stochastic graph convolutions.,9.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +800,ZhuSuan,thu-ml/zhusuan,,probabilistics,https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38.000000,2020-01-09 14:51:27.000000,2019-08-05 10:00:04.000000,377,8.0,53.0,2003,439.0,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",20.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +801,GraphEmbedding,shenweichen/GraphEmbedding,,graph,https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20.000000,2020-10-18 09:32:47.000000,2020-10-18 09:32:47.000000,547,27.0,13.0,1757,28.0,Implementation and experiments of graph embedding algorithms.,6.0,14,True,,,,,,,,['sklearn'],7.0,7.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +802,pycls,facebookresearch/pycls,,image,https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17.000000,2021-01-14 21:14:56.000000,2021-01-14 21:14:50.000000,150,10.0,44.0,1425,72.0,"Codebase for Image Classification Research, written in PyTorch.",9.0,14,True,2020-04-15 19:33:22.000000,0.1,1.0,,,,,['pytorch'],2.0,2.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +803,OpenNE,thunlp/OpenNE,,graph,https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20.000000,2020-11-30 14:02:23.000000,2019-08-12 10:56:27.000000,440,50.0,81.0,1397,98.0,An Open-Source Package for Network Embedding (NE).,10.0,14,False,,,,,,,,['tensorflow'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +804,MedicalTorch,perone/medicaltorch,,medical-data,https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07.000000,2020-09-30 13:21:57.000000,2019-08-15 10:03:51.000000,106,14.0,9.0,706,55.0,A medical imaging framework for Pytorch.,7.0,14,False,2018-11-24 00:33:11.000000,0.2,2.0,medicaltorch,,,,['pytorch'],9.0,9.0,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36.000000,,127.0,127.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +805,Translate,pytorch/translate,,nlp,https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04.000000,2020-12-29 05:05:10.000000,2020-12-29 05:05:03.000000,158,66.0,27.0,677,803.0,Translate - a PyTorch Language Library.,84.0,14,True,,,1.0,pytorch-translate,,,,['pytorch'],,,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40.000000,,2.0,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +806,Anchor,marcotcr/anchor,,interpretability,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50.000000,2020-09-10 17:49:26.000000,2020-09-10 17:48:28.000000,88,11.0,45.0,618,39.0,Code for High-Precision Model-Agnostic Explanations paper.,8.0,14,True,,,8.0,anchor_exp,,,,,,,https://pypi.org/project/anchor_exp,2020-06-26 20:56:50.000000,,408.0,408.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +807,AutoGL,THUMNLab/AutoGL,,graph,https://github.com/THUMNLab/AutoGL,https://github.com/THUMNLab/AutoGL,MIT,2020-11-30 14:26:22.000000,2021-01-17 09:12:44.000000,2020-12-29 10:32:05.000000,53,4.0,2.0,577,,An autoML framework & toolkit for machine learning on graphs.,4.0,14,True,2020-12-23 08:15:15.000000,0.1.1,2.0,auto-graph-learning,,,,['pytorch'],,,https://pypi.org/project/auto-graph-learning,2020-12-23 08:05:25.000000,,75.0,75.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +808,zenml,maiot-io/zenml,,data-pipelines,https://github.com/maiot-io/zenml,https://github.com/maiot-io/zenml,Apache-2.0,2020-11-19 09:25:46.000000,2021-01-28 12:28:42.000000,2021-01-28 07:50:37.000000,28,1.0,3.0,467,,ZenML: Bring Zen to your ML with reproducible pipelines.,7.0,14,True,2021-01-22 16:21:33.000000,0.2.0,12.0,zenml,,,,,1.0,1.0,https://pypi.org/project/zenml,2021-01-22 16:21:33.000000,,147.0,147.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +809,Tez,abhishekkrthakur/tez,,pytorch-utils,https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22.000000,2021-01-27 15:42:10.000000,2021-01-25 16:49:31.000000,53,8.0,6.0,412,,Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle..,1.0,14,True,2021-01-24 11:12:26.000000,0.1.1,8.0,tez,,,,['pytorch'],,,https://pypi.org/project/tez,2021-01-24 11:12:26.000000,,877.0,877.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +810,TransferNLP,feedly/transfer-nlp,,nlp,https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31.000000,2020-05-28 19:00:02.000000,2020-05-28 17:31:53.000000,18,4.0,19.0,285,465.0,NLP library designed for reproducible experimentation management.,7.0,14,True,2020-05-28 19:00:02.000000,0.1.6,8.0,transfer-nlp,,,,['pytorch'],,,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02.000000,,41.0,41.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +811,Julius,adefossez/julius,,audio,https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21.000000,2021-01-26 11:59:07.000000,2021-01-26 11:59:06.000000,6,,3.0,168,,Fast PyTorch based DSP for audio and 1D signals.,2.0,14,True,2021-01-26 11:45:37.000000,0.2.2,6.0,julius,,,,['pytorch'],3.0,3.0,https://pypi.org/project/julius,2021-01-26 11:45:37.000000,,333.0,333.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +812,textvec,textvec/textvec,,nlp,https://github.com/textvec/textvec,https://github.com/textvec/textvec,MIT,2018-04-12 14:03:53.000000,2020-12-03 14:23:11.000000,2020-12-03 14:23:04.000000,21,2.0,6.0,155,70.0,Text vectorization tool to outperform TFIDF for classification tasks.,5.0,14,True,2019-09-12 07:41:04.000000,2.0,4.0,textvec,,,,['sklearn'],2.0,2.0,https://pypi.org/project/textvec,2020-12-03 14:17:09.000000,,61.0,61.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +813,ModelChimp,ModelChimp/modelchimp,,ml-experiments,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03.000000,2021-01-28 11:50:54.000000,2021-01-15 13:54:13.000000,11,4.0,10.0,120,360.0,Experiment tracking for machine and deep learning projects.,3.0,14,False,2019-04-09 10:43:15.000000,0.4.0,37.0,modelchimp,,modelchimp/modelchimp-server,,,,,https://pypi.org/project/modelchimp,2019-04-09 10:41:20.000000,,36.0,60.0,,,,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793,,634.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +814,DeepNeuro,QTIM-Lab/DeepNeuro,,medical-data,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34.000000,2020-06-24 13:00:15.000000,2020-06-24 13:00:14.000000,30,25.0,16.0,99,285.0,A deep learning python package for neuroimaging data. Made by:.,6.0,14,False,2019-04-11 16:57:02.000000,0.2.2,5.0,deepneuro,,,,,1.0,1.0,https://pypi.org/project/deepneuro,2019-04-11 16:57:02.000000,,32.0,32.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +815,nptsne,biovault/nptsne,,data-viz,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25.000000,2020-11-16 13:56:05.000000,2020-11-13 16:38:47.000000,2,7.0,2.0,24,834.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,3.0,14,False,2020-09-10 23:54:14.000000,1.1.0,2.0,nptsne,,,,,2.0,2.0,https://pypi.org/project/nptsne,2020-09-10 23:54:14.000000,,73.0,73.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +816,StarSpace,facebookresearch/StarSpace,,ml-frameworks,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18.000000,2020-05-18 03:40:57.000000,2019-12-13 19:03:25.000000,494,50.0,146.0,3533,138.0,"Learning embeddings for classification, retrieval and ranking.",17.0,13,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +817,OpenKE,thunlp/OpenKE,,graph,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23.000000,2020-04-08 11:00:38.000000,2020-04-08 11:00:32.000000,737,49.0,223.0,2363,97.0,An Open-Source Package for Knowledge Embedding (KE).,10.0,13,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +818,micrograd,karpathy/micrograd,,pytorch-utils,https://github.com/karpathy/micrograd,https://github.com/karpathy/micrograd,MIT,2020-04-13 04:31:18.000000,2020-12-18 12:55:50.000000,2020-04-18 19:15:25.000000,113,2.0,3.0,1569,24.0,A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API.,2.0,13,True,2020-04-18 19:06:59.000000,0.1.0,1.0,micrograd,,,,['pytorch'],,,https://pypi.org/project/micrograd,2020-04-18 19:06:59.000000,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +819,Torch-Struct,harvardnlp/pytorch-struct,,pytorch-utils,https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30.000000,2021-01-22 15:58:05.000000,2021-01-20 18:53:32.000000,68,13.0,22.0,881,259.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",12.0,13,True,2019-11-25 04:08:05.000000,0.4,1.0,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +820,GraphVite,DeepGraphLearning/graphvite,,graph,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20.000000,2021-01-14 02:19:03.000000,2021-01-14 02:18:46.000000,116,24.0,55.0,839,15.0,GraphVite: A General and High-performance Graph Embedding System.,1.0,13,True,,,4.0,,milagraph/graphvite,,,,,,,,,,200.0,https://anaconda.org/milagraph/graphvite,2020-03-19 18:21:30.972000,3409.0,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +821,NeoML,neoml-lib/neoml,,ml-frameworks,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,Apache-2.0,2020-06-14 17:37:36.000000,2021-01-28 13:32:01.000000,2021-01-28 05:18:33.000000,79,16.0,13.0,560,189.0,Machine learning framework for both deep learning and traditional algorithms.,16.0,13,True,2020-06-14 17:44:03.000000,NeoML-master_1.0.1.0,1.0,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +822,Adversary,airbnb/artificial-adversary,,adversarial,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11.000000,2018-10-14 05:34:44.000000,2018-08-29 15:31:30.000000,47,7.0,,340,15.0,Tool to generate adversarial text examples and test machine learning models against them.,5.0,13,False,2018-08-29 15:14:41.000000,1.1.1,3.0,Adversary,,,,,6.0,6.0,https://pypi.org/project/Adversary,2018-08-29 15:14:41.000000,,16.0,16.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +823,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,,hyperopt,https://github.com/LGE-ARC-AdvancedAI/auptimizer,https://github.com/LGE-ARC-AdvancedAI/auptimizer,GPL-3.0,2019-09-12 01:08:37.000000,2020-12-04 01:00:53.000000,2020-12-04 00:51:11.000000,20,,4.0,157,68.0,An automatic ML model optimization tool.,11.0,13,False,2020-11-19 05:14:22.000000,1.4,6.0,auptimizer,,,,,,,https://pypi.org/project/auptimizer,2020-11-19 00:23:49.000000,,25.0,25.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +824,nx-altair,Zsailer/nx_altair,,data-viz,https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12.000000,2020-09-30 12:01:08.000000,2020-06-02 21:10:26.000000,19,4.0,4.0,155,51.0,Draw interactive NetworkX graphs with Altair.,3.0,13,True,2020-06-02 21:11:12.000000,0.1.6,8.0,nx-altair,,,,['jupyter'],2.0,,https://pypi.org/project/nx-altair,2020-06-02 21:11:12.000000,2.0,126.0,126.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +825,ONNX-T5,abelriboulot/onnxt5,,nlp,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35.000000,2021-01-28 09:24:53.000000,2021-01-28 09:24:52.000000,18,3.0,6.0,135,74.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",3.0,13,False,2021-01-28 09:24:24.000000,0.1.9,10.0,onnxt5,,,,,,,https://pypi.org/project/onnxt5,2020-09-02 11:22:09.000000,,136.0,136.0,,,,,,,,3.0,,,2.0,,,,,,,,,,,,,,,,,,,, +826,Hypermax,electricbrainio/hypermax,,hyperopt,https://github.com/electricbrainio/hypermax,https://github.com/electricbrainio/hypermax,BSD-3-Clause,2018-07-27 18:43:01.000000,2020-08-02 18:08:50.000000,2020-08-02 18:08:46.000000,15,3.0,1.0,95,207.0,"Better, faster hyper-parameter optimization.",9.0,13,False,2019-10-23 15:40:12.000000,0.5.1,11.0,hypermax,,,,,4.0,4.0,https://pypi.org/project/hypermax,2019-10-23 15:40:12.000000,,13.0,13.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +827,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,,medical-data,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57.000000,2020-10-14 11:17:37.000000,2020-04-18 12:52:08.000000,233,27.0,85.0,897,36.0,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",3.0,12,True,,,,,,,,['pytorch'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +828,LazyCluster,ml-tooling/lazycluster,,distributed-ml,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13.000000,2021-01-06 15:20:04.000000,2020-12-14 15:24:53.000000,5,,,33,,Distributed machine learning made simple.,2.0,12,False,2020-12-14 15:25:59.000000,0.2.4,5.0,lazycluster,,,,,2.0,2.0,https://pypi.org/project/lazycluster,2020-12-14 14:49:33.000000,,64.0,64.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +829,featurewiz,AutoViML/featurewiz,,hyperopt,https://github.com/AutoViML/featurewiz,https://github.com/AutoViML/featurewiz,Apache-2.0,2020-11-29 16:46:16.000000,2021-01-22 22:38:34.000000,2021-01-22 22:13:20.000000,9,,,19,,Use advanced feature engineering strategies and select the best features from your data set fast with a single line of..,,12,False,2021-01-22 22:38:34.000000,0.0.16,16.0,featurewiz,,,,,,,https://pypi.org/project/featurewiz,2021-01-22 22:38:34.000000,,196.0,196.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +830,surpriver,tradytics/surpriver,,financial-data,https://github.com/tradytics/surpriver,https://github.com/tradytics/surpriver,GPL-3.0,2020-08-30 07:56:22.000000,2020-11-13 00:48:16.000000,2020-09-21 04:32:05.000000,191,7.0,4.0,1062,64.0,Find big moving stocks before they move using machine learning and anomaly detection.,6.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +831,MedicalNet,Tencent/MedicalNet,,medical-data,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10.000000,2020-08-27 13:37:27.000000,2020-08-27 13:37:26.000000,282,43.0,14.0,1045,26.0,Many studies have shown that the performance on deep learning is significantly affected by volume of training data...,1.0,11,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +832,Devol,joeddav/devol,,hyperopt,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54.000000,2020-07-05 21:56:59.000000,2020-07-05 21:56:58.000000,109,7.0,20.0,923,116.0,Genetic neural architecture search with Keras.,18.0,11,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +833,PySparNN,facebookresearch/pysparnn,,nn-search,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42.000000,2020-10-02 06:01:01.000000,2018-01-31 16:50:23.000000,141,11.0,14.0,844,147.0,Approximate Nearest Neighbor Search for Sparse Data in Python!.,5.0,11,False,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +834,Attribution Priors,suinleelab/attributionpriors,,interpretability,https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24.000000,2020-09-12 05:57:02.000000,2020-09-12 05:56:51.000000,3,1.0,3.0,74,64.0,Tools for training explainable models using attribution priors.,6.0,11,False,2019-07-18 21:13:37.000000,0.1.3,4.0,attributionpriors,,,,"['tensorflow', 'pytorch']",,,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05.000000,,10.0,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +835,traingenerator,jrieke/traingenerator,,others,https://github.com/jrieke/traingenerator,https://github.com/jrieke/traingenerator,MIT,2020-12-03 16:47:16.000000,2021-01-26 22:17:16.000000,2021-01-20 23:05:06.000000,111,9.0,1.0,905,,A web app to generate template code for machine learning.,3.0,10,True,,,,,,,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +836,Mozart,aashrafh/Mozart,,ocr,https://github.com/aashrafh/Mozart,https://github.com/aashrafh/Mozart,Apache-2.0,2020-12-14 11:49:14.000000,2021-01-14 17:13:59.000000,2021-01-14 17:13:58.000000,33,1.0,1.0,217,,An optical music recognition (OMR) system. Converts sheet music to a machine-readable version.,5.0,10,True,,,,,,,,['sklearn'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,True +837,Hypertunity,gdikov/hypertunity,,hyperopt,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55.000000,2020-01-26 23:14:49.000000,2020-01-26 22:53:29.000000,9,,2.0,119,64.0,A toolset for black-box hyperparameter optimisation.,2.0,10,False,2020-01-26 23:08:16.000000,1.0.1,7.0,hypertunity,,,,,2.0,2.0,https://pypi.org/project/hypertunity,2020-01-26 23:08:16.000000,,9.0,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +838,traintool,jrieke/traintool,,ml-experiments,https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05.000000,2020-11-18 02:51:43.000000,2020-11-18 02:50:52.000000,1,,,9,120.0,Train off-the-shelf machine learning models in one line of code.,,10,False,2020-11-02 02:25:32.000000,0.0.3,3.0,traintool,,,,"['pytorch', 'tensorflow', 'sklearn']",,,https://pypi.org/project/traintool,2020-11-02 02:25:32.000000,,11.0,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index da38b483..960345dc 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,40 +2,37 @@ _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._ -- Tesseract (πŸ₯‡30 Β· ⭐ 3.4K Β· πŸ“ˆ) - Python-tesseract is an optical character recognition (OCR).. Apache-2 -- SageMaker SDK (πŸ₯‡30 Β· ⭐ 1.3K Β· πŸ“ˆ) - A library for training and deploying machine learning.. Apache-2 -- Bottleneck (πŸ₯ˆ29 Β· ⭐ 570 Β· πŸ“ˆ) - Fast NumPy array functions written in C. BSD-2 -- OpenNMT (πŸ₯ˆ28 Β· ⭐ 4.8K Β· πŸ“ˆ) - Open Source Neural Machine Translation in PyTorch. MIT -- dyNET (πŸ₯‰28 Β· ⭐ 3.2K Β· πŸ“ˆ) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 -- tslearn (πŸ₯‡28 Β· ⭐ 1.4K Β· πŸ“ˆ) - A machine learning toolkit dedicated to time-series data. BSD-2 -- PDFMiner (πŸ₯‰27 Β· ⭐ 4.5K Β· πŸ’€) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT -- ftfy (πŸ₯ˆ26 Β· ⭐ 2.9K Β· πŸ“ˆ) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT -- Pythran (πŸ₯ˆ26 Β· ⭐ 1.5K Β· πŸ“ˆ) - Ahead of Time compiler for numeric kernels. BSD-3 -- Larq Compute Engine (πŸ₯‰17 Β· ⭐ 120 Β· πŸ“ˆ) - Highly optimized inference engine for Binarized.. Apache-2 +- AllenNLP (πŸ₯‡32 Β· ⭐ 9.6K Β· πŸ“ˆ) - An open-source NLP research library, built on PyTorch. Apache-2 +- GeoPandas (πŸ₯ˆ31 Β· ⭐ 2.4K Β· πŸ“ˆ) - Python tools for geographic data. BSD-3 +- snowballstemmer (πŸ₯‡30 Β· ⭐ 470 Β· πŸ“ˆ) - Snowball compiler and stemming algorithms. BSD-3 +- dbt (πŸ₯ˆ29 Β· ⭐ 2.4K Β· πŸ“ˆ) - dbt (data build tool) enables data analysts and engineers to.. Apache-2 +- Pyro (πŸ₯ˆ28 Β· ⭐ 6.7K Β· πŸ“ˆ) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +- faust (πŸ₯ˆ28 Β· ⭐ 5.2K Β· πŸ“ˆ) - Python Stream Processing. BSD-3 +- stanza (πŸ₯ˆ28 Β· ⭐ 5.1K Β· πŸ“ˆ) - Official Stanford NLP Python Library for Many Human Languages. Apache-2 +- CleverHans (πŸ₯‡27 Β· ⭐ 4.9K Β· πŸ“ˆ) - An adversarial example library for constructing attacks,.. MIT +- contextual-ai (πŸ₯‰15 Β· ⭐ 66 Β· πŸ“ˆ) - Contextual AI adds explainability to different stages of.. Apache-2 +- ONNX-T5 (πŸ₯‰13 Β· ⭐ 140 Β· 🐣) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- scikit-optimize (πŸ₯‡30 Β· ⭐ 2K Β· πŸ“‰) - Sequential model-based optimization with a.. BSD-3 -- TPOT (πŸ₯‡29 Β· ⭐ 7.8K Β· πŸ“‰) - A Python Automated Machine Learning tool that optimizes.. ❗️LGPL-3.0 -- featuretools (πŸ₯ˆ27 Β· ⭐ 5.3K Β· πŸ“‰) - An open source python library for automated feature.. BSD-3 -- pyLDAvis (πŸ₯‡27 Β· ⭐ 1.4K Β· πŸ“‰) - Python library for interactive topic model visualization... BSD-3 -- espnet (πŸ₯‰24 Β· ⭐ 3.3K Β· πŸ“‰) - End-to-End Speech Processing Toolkit. Apache-2 -- Essentia (πŸ₯‰22 Β· ⭐ 1.7K Β· πŸ“‰) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 -- GPUtil (πŸ₯ˆ22 Β· ⭐ 660 Β· πŸ’€) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT -- hiddenlayer (πŸ₯‰19 Β· ⭐ 1.4K Β· πŸ’€) - Neural network graphs and training metrics for.. MIT -- finetune (πŸ₯‰19 Β· ⭐ 630 Β· πŸ“‰) - Scikit-learn style model finetuning for NLP. MPL-2.0 -- scikit-rebate (πŸ₯‰19 Β· ⭐ 300 Β· πŸ“‰) - A scikit-learn-compatible Python implementation of.. MIT +- scikit-learn (πŸ₯‡37 Β· ⭐ 44K Β· πŸ“‰) - scikit-learn: machine learning in Python. BSD-3 +- dlib (πŸ₯ˆ32 Β· ⭐ 9.8K Β· πŸ“‰) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0 +- Rasa (πŸ₯ˆ28 Β· ⭐ 11K Β· πŸ“‰) - Open source machine learning framework to automate text- and.. Apache-2 +- MNE (πŸ₯ˆ27 Β· ⭐ 1.5K Β· πŸ“‰) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in.. BSD-3 +- DeepSpeech (πŸ₯ˆ25 Β· ⭐ 16K Β· πŸ“‰) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0 +- tslearn (πŸ₯ˆ25 Β· ⭐ 1.5K Β· πŸ“‰) - A machine learning toolkit dedicated to time-series data. BSD-2 +- arviz (πŸ₯ˆ25 Β· ⭐ 940 Β· πŸ“‰) - Exploratory analysis of Bayesian models with Python. Apache-2 +- tensorly (πŸ₯‰21 Β· ⭐ 950 Β· πŸ“‰) - TensorLy: Tensor Learning in Python. BSD-2 +- STUMPY (πŸ₯‰20 Β· ⭐ 1.6K Β· πŸ“‰) - STUMPY is a powerful and scalable Python library for computing a.. BSD-3 +- gokart (πŸ₯‰19 Β· ⭐ 160 Β· πŸ“‰) - A wrapper of the data pipeline library luigi. MIT ## βž• Added Projects _Projects that were recently added to this best-of list._ -- PyFlink (πŸ₯ˆ33 Β· ⭐ 15K Β· βž•) - Apache Flink Python API. Apache-2 -- pydeck (πŸ₯‡33 Β· ⭐ 8.3K Β· βž•) - WebGL2 powered geospatial visualization layers. MIT -- openpyxl (πŸ₯‰22 Β· ⭐ 17 Β· βž•) - A Python library to read/write Excel 2010 xlsx/xlsm files. MIT -- Objax (πŸ₯‰18 Β· ⭐ 550 Β· 🐣) - Objax is a machine learning framework that provides an Object.. Apache-2 jax -- Vulkan Kompute (πŸ₯‰16 Β· ⭐ 290 Β· 🐣) - General purpose GPU compute framework for cross vendor.. Apache-2 -- pyRDF2Vec (πŸ₯‰15 Β· ⭐ 79 Β· βž•) - Python Implementation and Extension of RDF2Vec. MIT +- D-Tale (πŸ₯‰21 Β· ⭐ 2K Β· βž•) - Visualizer for pandas data structures. ❗️LGPL-2.1 +- CausalNex (πŸ₯‰19 Β· ⭐ 950 Β· βž•) - A Python library that helps data scientists to infer.. Apache-2 +- Mozart (πŸ₯‰10 Β· ⭐ 220 Β· 🐣) - An optical music recognition (OMR) system. Converts sheet.. Apache-2