diff --git a/README.md b/README.md index 157d94dd..381a0aa4 100644 --- a/README.md +++ b/README.md @@ -55,18 +55,18 @@ This curated list contains 720 awesome open-source projects with a total of 2.7M - [Others](#others) _34 projects_ ## Explanation -- πŸ₯‡πŸ₯ˆπŸ₯‰ Combined project-quality score -- ⭐️ Star count from Github -- 🐣 New project _(less than 6 month old)_ -- πŸ’€ Inactive project _(6 month no activity)_ -- πŸ’€ Dead project _(12 month no activity)_ -- ❗️ Warning _(e.g. missing/risky license)_ -- πŸ‘¨β€πŸ’» Contributors count from Github -- πŸ”€ Fork count from Github -- πŸ“‹ Issue count from Github -- ⏱️ Last update timestamp on package manager -- πŸ“₯ Download count from package manager -- πŸ“¦ Number of dependent projects +- πŸ₯‡πŸ₯ˆπŸ₯‰  Combined project-quality score +- ⭐️  Star count from Github +- 🐣  New project _(less than 6 month old)_ +- πŸ’€  Inactive project _(6 month no activity)_ +- πŸ’€  Dead project _(12 month no activity)_ +- ❗️  Warning _(e.g. missing/risky license)_ +- πŸ‘¨β€πŸ’»  Contributors count from Github +- πŸ”€  Fork count from Github +- πŸ“‹  Issue count from Github +- ⏱️  Last update timestamp on package manager +- πŸ“₯  Download count from package manager +- πŸ“¦  Number of dependent projects
@@ -78,17 +78,17 @@ _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 Β· πŸ”€ 83K Β· πŸ“¦ 110K Β· πŸ“‹ 29K - 14% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/tensorflow) (πŸ‘¨β€πŸ’» 3.5K Β· πŸ”€ 83K Β· πŸ“¦ 110K Β· πŸ“‹ 30K - 14% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/tensorflow/tensorflow ``` -- **[PyPi](https://pypi.org/project/tensorflow)** (πŸ“₯ 8.8M / month Β· πŸ“¦ 23K Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/tensorflow) (πŸ“₯ 8.6M / month Β· πŸ“¦ 23K Β· ⏱️ 14.12.2020): ``` pip install tensorflow ``` -- **[Conda](https://anaconda.org/anaconda/tensorflow)** (⏱️ 02.11.2020): +- [Conda](https://anaconda.org/anaconda/tensorflow) (⏱️ 02.11.2020): ``` conda install -c anaconda tensorflow @@ -96,30 +96,30 @@ _General-purpose machine learning and deep learning frameworks._
scikit-learn (πŸ₯‡41 Β· ⭐ 43K) - scikit-learn: machine learning in Python. BSD-3 -- **[GitHub](https://github.com/scikit-learn/scikit-learn)** (πŸ‘¨β€πŸ’» 2.1K Β· πŸ”€ 21K Β· πŸ“₯ 610 Β· πŸ“¦ 170K Β· πŸ“‹ 8.9K - 25% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/scikit-learn/scikit-learn) (πŸ‘¨β€πŸ’» 2.1K Β· πŸ”€ 21K Β· πŸ“₯ 610 Β· πŸ“¦ 170K Β· πŸ“‹ 8.9K - 25% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/scikit-learn/scikit-learn ``` -- **[PyPi](https://pypi.org/project/scikit-learn)** (πŸ“₯ 10M / month Β· πŸ“¦ 38K Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/scikit-learn) (πŸ“₯ 10M / month Β· πŸ“¦ 38K Β· ⏱️ 02.12.2020): ``` pip install scikit-learn ``` -- **[Conda](https://anaconda.org/anaconda/scikit-learn)** (⏱️ 01.11.2020): +- [Conda](https://anaconda.org/anaconda/scikit-learn) (⏱️ 01.11.2020): ``` conda install -c anaconda scikit-learn ```
-
PyTorch (πŸ₯‡39 Β· ⭐ 45K) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. BSD-3 +
PyTorch (πŸ₯‡39 Β· ⭐ 45K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3 -- **[GitHub](https://github.com/pytorch/pytorch)** (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 11K Β· πŸ“¦ 55K Β· πŸ“‹ 19K - 36% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pytorch/pytorch) (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 11K Β· πŸ“¦ 55K Β· πŸ“‹ 19K - 36% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pytorch/pytorch ``` -- **[PyPi](https://pypi.org/project/torch)** (πŸ“₯ 1.7M / month Β· πŸ“¦ 6.7K Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/torch) (πŸ“₯ 1.7M / month Β· πŸ“¦ 6.7K Β· ⏱️ 10.12.2020): ``` pip install torch @@ -127,12 +127,12 @@ _General-purpose machine learning and deep learning frameworks._
PySpark (πŸ₯‡38 Β· ⭐ 28K) - Apache Spark Python API. Apache-2 -- **[GitHub](https://github.com/apache/spark)** (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 23K Β· πŸ“¦ 510 Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 2.4K Β· πŸ”€ 23K Β· πŸ“¦ 510 Β· ⏱️ 16.12.2020): ``` git clone https://github.com/apache/spark ``` -- **[PyPi](https://pypi.org/project/pyspark)** (πŸ“₯ 7.1M / month Β· πŸ“¦ 760 Β· ⏱️ 07.09.2020): +- [PyPi](https://pypi.org/project/pyspark) (πŸ“₯ 6.9M / month Β· πŸ“¦ 760 Β· ⏱️ 07.09.2020): ``` pip install pyspark @@ -140,17 +140,17 @@ _General-purpose machine learning and deep learning frameworks._
StatsModels (πŸ₯‡36 Β· ⭐ 5.8K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3 -- **[GitHub](https://github.com/statsmodels/statsmodels)** (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 2.1K Β· πŸ“₯ 25 Β· πŸ“¦ 34K Β· πŸ“‹ 4.3K - 47% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/statsmodels/statsmodels) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 2.1K Β· πŸ“₯ 25 Β· πŸ“¦ 34K Β· πŸ“‹ 4.3K - 47% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/statsmodels/statsmodels ``` -- **[PyPi](https://pypi.org/project/statsmodels)** (πŸ“₯ 2.5M / month Β· πŸ“¦ 6.7K Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/statsmodels) (πŸ“₯ 2.4M / month Β· πŸ“¦ 6.7K Β· ⏱️ 29.10.2020): ``` pip install statsmodels ``` -- **[Conda](https://anaconda.org/anaconda/statsmodels)** (⏱️ 02.12.2020): +- [Conda](https://anaconda.org/anaconda/statsmodels) (⏱️ 02.12.2020): ``` conda install -c anaconda statsmodels @@ -158,102 +158,102 @@ _General-purpose machine learning and deep learning frameworks._
Keras (πŸ₯ˆ35 Β· ⭐ 50K) - Deep Learning for humans. MIT -- **[GitHub](https://github.com/keras-team/keras)** (πŸ‘¨β€πŸ’» 890 Β· πŸ”€ 19K Β· πŸ“‹ 10K - 30% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/keras-team/keras) (πŸ‘¨β€πŸ’» 890 Β· πŸ”€ 19K Β· πŸ“‹ 10K - 30% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/keras-team/keras ``` -- **[PyPi](https://pypi.org/project/keras)** (πŸ“₯ 2.1M / month Β· πŸ“¦ 15K Β· ⏱️ 24.06.2020): +- [PyPi](https://pypi.org/project/keras) (πŸ“₯ 2.1M / month Β· πŸ“¦ 15K Β· ⏱️ 24.06.2020): ``` pip install keras ``` -- **[Conda](https://anaconda.org/anaconda/keras)** (⏱️ 25.06.2020): +- [Conda](https://anaconda.org/anaconda/keras) (⏱️ 25.06.2020): ``` conda install -c anaconda keras ```
-
XGBoost (πŸ₯ˆ35 Β· ⭐ 20K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM).. Apache-2 +
XGBoost (πŸ₯ˆ35 Β· ⭐ 20K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2 -- **[GitHub](https://github.com/dmlc/xgboost)** (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 7.8K Β· πŸ“₯ 1.8K Β· πŸ“¦ 12K Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/dmlc/xgboost) (πŸ‘¨β€πŸ’» 500 Β· πŸ”€ 7.8K Β· πŸ“₯ 1.8K Β· πŸ“¦ 12K Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/dmlc/xgboost ``` -- **[PyPi](https://pypi.org/project/xgboost)** (πŸ“₯ 2.9M / month Β· πŸ“¦ 1.6K Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/xgboost) (πŸ“₯ 2.9M / month Β· πŸ“¦ 1.6K Β· ⏱️ 09.12.2020): ``` pip install xgboost ```
-
LightGBM (πŸ₯ˆ35 Β· ⭐ 12K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or.. MIT +
LightGBM (πŸ₯ˆ35 Β· ⭐ 12K) - A fast, distributed, high performance gradient boosting (GBT, GBDT,.. MIT -- **[GitHub](https://github.com/microsoft/LightGBM)** (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 3.1K Β· πŸ“₯ 80K Β· πŸ“¦ 4.9K Β· πŸ“‹ 2K - 4% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/microsoft/LightGBM) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 3.1K Β· πŸ“₯ 80K Β· πŸ“¦ 5K Β· πŸ“‹ 2K - 4% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/microsoft/LightGBM ``` -- **[PyPi](https://pypi.org/project/lightgbm)** (πŸ“₯ 1.5M / month Β· πŸ“¦ 560 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/lightgbm) (πŸ“₯ 1.5M / month Β· πŸ“¦ 560 Β· ⏱️ 08.12.2020): ``` pip install lightgbm ``` -- **[Conda](https://anaconda.org/anaconda/lightgbm)** (⏱️ 08.12.2020): +- [Conda](https://anaconda.org/anaconda/lightgbm) (⏱️ 08.12.2020): ``` conda install -c anaconda lightgbm ```
-
MXNet (πŸ₯ˆ34 Β· ⭐ 19K) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic,.. Apache-2 +
MXNet (πŸ₯ˆ34 Β· ⭐ 19K) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning.. Apache-2 -- **[GitHub](https://github.com/apache/incubator-mxnet)** (πŸ‘¨β€πŸ’» 940 Β· πŸ”€ 6.8K Β· πŸ“₯ 23K Β· πŸ“¦ 1.6K Β· πŸ“‹ 9.3K - 19% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/apache/incubator-mxnet) (πŸ‘¨β€πŸ’» 940 Β· πŸ”€ 6.8K Β· πŸ“₯ 23K Β· πŸ“¦ 1.6K Β· πŸ“‹ 9.3K - 19% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/apache/incubator-mxnet ``` -- **[PyPi](https://pypi.org/project/mxnet)** (πŸ“₯ 210K / month Β· πŸ“¦ 440 Β· ⏱️ 28.08.2020): +- [PyPi](https://pypi.org/project/mxnet) (πŸ“₯ 190K / month Β· πŸ“¦ 440 Β· ⏱️ 28.08.2020): ``` pip install mxnet ``` -- **[Conda](https://anaconda.org/anaconda/mxnet)** (⏱️ 02.08.2019): +- [Conda](https://anaconda.org/anaconda/mxnet) (⏱️ 02.08.2019): ``` conda install -c anaconda mxnet ```
-
Theano (πŸ₯ˆ34 Β· ⭐ 9.3K) - Theano is a Python library that allows you to define, optimize, and evaluate.. BSD-3 +
Theano (πŸ₯ˆ34 Β· ⭐ 9.3K) - Theano is a Python library that allows you to define, optimize, and.. BSD-3 -- **[GitHub](https://github.com/Theano/Theano)** (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 2.5K Β· πŸ“¦ 9.7K Β· πŸ“‹ 2.8K - 24% open Β· ⏱️ 05.09.2020): +- [GitHub](https://github.com/Theano/Theano) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 2.5K Β· πŸ“¦ 9.8K Β· πŸ“‹ 2.8K - 24% open Β· ⏱️ 05.09.2020): ``` git clone https://github.com/Theano/Theano ``` -- **[PyPi](https://pypi.org/project/theano)** (πŸ“₯ 260K / month Β· πŸ“¦ 5.5K Β· ⏱️ 27.07.2020): +- [PyPi](https://pypi.org/project/theano) (πŸ“₯ 250K / month Β· πŸ“¦ 5.5K Β· ⏱️ 27.07.2020): ``` pip install theano ``` -- **[Conda](https://anaconda.org/anaconda/theano)** (⏱️ 12.09.2019): +- [Conda](https://anaconda.org/anaconda/theano) (⏱️ 12.09.2019): ``` conda install -c anaconda theano ```
-
pytorch-lightning (πŸ₯ˆ33 Β· ⭐ 11K) - The lightweight PyTorch wrapper for high-performance AI research... Apache-2 +
pytorch-lightning (πŸ₯ˆ33 Β· ⭐ 11K) - The lightweight PyTorch wrapper for high-performance AI.. Apache-2 -- **[GitHub](https://github.com/PyTorchLightning/pytorch-lightning)** (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.2K Β· πŸ“₯ 7 Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.6K - 12% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PyTorchLightning/pytorch-lightning) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.2K Β· πŸ“₯ 10 Β· πŸ“¦ 1.4K Β· πŸ“‹ 2.6K - 12% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/PyTorchLightning/pytorch-lightning ``` -- **[PyPi](https://pypi.org/project/pytorch-lightning)** (πŸ“₯ 110K / month Β· πŸ“¦ 14 Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/pytorch-lightning) (πŸ“₯ 110K / month Β· πŸ“¦ 14 Β· ⏱️ 15.12.2020): ``` pip install pytorch-lightning ``` -- **[Conda](https://anaconda.org/conda-forge/pytorch-lightning)**: +- [Conda](https://anaconda.org/conda-forge/pytorch-lightning): ``` conda install -c conda-forge pytorch-lightning @@ -261,25 +261,25 @@ _General-purpose machine learning and deep learning frameworks._
Fastai (πŸ₯ˆ32 Β· ⭐ 20K) - The fastai deep learning library, plus lessons and tutorials. Apache-2 -- **[GitHub](https://github.com/fastai/fastai)** (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 6.9K Β· πŸ“‹ 1.3K - 4% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/fastai/fastai) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 6.9K Β· πŸ“‹ 1.3K - 4% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/fastai/fastai ``` -- **[PyPi](https://pypi.org/project/fastai)** (πŸ“₯ 120K / month Β· πŸ“¦ 370 Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/fastai) (πŸ“₯ 120K / month Β· πŸ“¦ 370 Β· ⏱️ 13.12.2020): ``` pip install fastai ```
-
jax (πŸ₯ˆ32 Β· ⭐ 11K) - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT.. Apache-2 +
jax (πŸ₯ˆ32 Β· ⭐ 11K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2 -- **[GitHub](https://github.com/google/jax)** (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 890 Β· πŸ“¦ 870 Β· πŸ“‹ 2K - 34% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/google/jax) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 890 Β· πŸ“¦ 870 Β· πŸ“‹ 2K - 34% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/google/jax ``` -- **[PyPi](https://pypi.org/project/jax)** (πŸ“₯ 69K / month Β· πŸ“¦ 46 Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/jax) (πŸ“₯ 70K / month Β· πŸ“¦ 46 Β· ⏱️ 05.12.2020): ``` pip install jax @@ -287,38 +287,38 @@ _General-purpose machine learning and deep learning frameworks._
Chainer (πŸ₯ˆ32 Β· ⭐ 5.5K) - A flexible framework of neural networks for deep learning. MIT -- **[GitHub](https://github.com/chainer/chainer)** (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.4K Β· πŸ“¦ 1.7K Β· πŸ“‹ 2K - 0% open Β· ⏱️ 19.11.2020): +- [GitHub](https://github.com/chainer/chainer) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1.4K Β· πŸ“¦ 1.7K Β· πŸ“‹ 2K - 0% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/chainer/chainer ``` -- **[PyPi](https://pypi.org/project/chainer)** (πŸ“₯ 21K / month Β· πŸ“¦ 740 Β· ⏱️ 30.07.2020): +- [PyPi](https://pypi.org/project/chainer) (πŸ“₯ 21K / month Β· πŸ“¦ 740 Β· ⏱️ 30.07.2020): ``` pip install chainer ```
-
Thinc (πŸ₯ˆ32 Β· ⭐ 2.1K) - A refreshing functional take on deep learning, compatible with your favorite libraries. MIT +
Thinc (πŸ₯ˆ32 Β· ⭐ 2.1K) - A refreshing functional take on deep learning, compatible with your.. MIT -- **[GitHub](https://github.com/explosion/thinc)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 180 Β· πŸ“¦ 10K Β· πŸ“‹ 93 - 13% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/explosion/thinc) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 180 Β· πŸ“¦ 10K Β· πŸ“‹ 93 - 13% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/explosion/thinc ``` -- **[PyPi](https://pypi.org/project/thinc)** (πŸ“₯ 1M / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/thinc) (πŸ“₯ 990K / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.12.2020): ``` pip install thinc ```
-
Catboost (πŸ₯ˆ31 Β· ⭐ 5.6K) - A fast, scalable, high performance Gradient Boosting on Decision Trees.. Apache-2 +
Catboost (πŸ₯ˆ31 Β· ⭐ 5.6K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2 -- **[GitHub](https://github.com/catboost/catboost)** (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 850 Β· πŸ“₯ 45K Β· πŸ“‹ 1.3K - 22% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/catboost/catboost) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 850 Β· πŸ“₯ 45K Β· πŸ“‹ 1.3K - 22% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/catboost/catboost ``` -- **[PyPi](https://pypi.org/project/catboost)** (πŸ“₯ 620K / month Β· πŸ“¦ 81 Β· ⏱️ 26.08.2020): +- [PyPi](https://pypi.org/project/catboost) (πŸ“₯ 620K / month Β· πŸ“¦ 81 Β· ⏱️ 26.08.2020): ``` pip install catboost @@ -326,51 +326,51 @@ _General-purpose machine learning and deep learning frameworks._
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.8K Β· πŸ“‹ 930 - 61% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/tflearn/tflearn) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 2.4K Β· πŸ“¦ 2.8K Β· πŸ“‹ 930 - 61% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/tflearn/tflearn ``` -- **[PyPi](https://pypi.org/project/tflearn)** (πŸ“₯ 17K / month Β· πŸ“¦ 480 Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/tflearn) (πŸ“₯ 16K / month Β· πŸ“¦ 480 Β· ⏱️ 11.11.2020): ``` pip install tflearn ```
-
Vowpal Wabbit (πŸ₯ˆ30 Β· ⭐ 7.4K) - Vowpal Wabbit is a machine learning system which pushes the frontier of.. BSD-3 +
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 Β· πŸ“¦ 86 Β· πŸ“‹ 1K - 15% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/VowpalWabbit/vowpal_wabbit) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.7K Β· πŸ“¦ 86 Β· πŸ“‹ 1K - 15% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/VowpalWabbit/vowpal_wabbit ``` -- **[PyPi](https://pypi.org/project/vowpalwabbit)** (πŸ“₯ 17K / month Β· πŸ“¦ 8 Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/vowpalwabbit) (πŸ“₯ 17K / month Β· πŸ“¦ 8 Β· ⏱️ 12.11.2020): ``` pip install vowpalwabbit ```
-
PaddlePaddle (πŸ₯‰29 Β· ⭐ 14K) - PArallel Distributed Deep LEarning: Machine Learning Framework from.. Apache-2 +
PaddlePaddle (πŸ₯‰29 Β· ⭐ 14K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2 -- **[GitHub](https://github.com/PaddlePaddle/Paddle)** (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 3.4K Β· πŸ“₯ 15K Β· πŸ“¦ 21 Β· πŸ“‹ 12K - 18% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PaddlePaddle/Paddle) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 3.4K Β· πŸ“₯ 15K Β· πŸ“¦ 22 Β· πŸ“‹ 12K - 18% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/PaddlePaddle/Paddle ``` -- **[PyPi](https://pypi.org/project/paddlepaddle)** (πŸ“₯ 7.3K / month Β· πŸ“¦ 16 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/paddlepaddle) (πŸ“₯ 7.1K / month Β· πŸ“¦ 16 Β· ⏱️ 14.12.2020): ``` pip install paddlepaddle ```
-
Turi Create (πŸ₯‰29 Β· ⭐ 10K) - Turi Create simplifies the development of custom machine learning models. BSD-3 +
Turi Create (πŸ₯‰29 Β· ⭐ 10K) - Turi Create simplifies the development of custom machine learning.. BSD-3 -- **[GitHub](https://github.com/apple/turicreate)** (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 1.1K Β· πŸ“₯ 3.4K Β· πŸ“¦ 220 Β· πŸ“‹ 1.7K - 27% open Β· ⏱️ 13.10.2020): +- [GitHub](https://github.com/apple/turicreate) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 1.1K Β· πŸ“₯ 3.4K Β· πŸ“¦ 220 Β· πŸ“‹ 1.7K - 27% open Β· ⏱️ 13.10.2020): ``` 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) (πŸ“₯ 12K / month Β· πŸ“¦ 34 Β· ⏱️ 30.09.2020): ``` pip install turicreate @@ -378,25 +378,25 @@ _General-purpose machine learning and deep learning frameworks._
Sonnet (πŸ₯‰28 Β· ⭐ 8.7K) - TensorFlow-based neural network library. Apache-2 -- **[GitHub](https://github.com/deepmind/sonnet)** (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 1.2K Β· πŸ“¦ 450 Β· πŸ“‹ 150 - 10% open Β· ⏱️ 08.10.2020): +- [GitHub](https://github.com/deepmind/sonnet) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 1.2K Β· πŸ“¦ 450 Β· πŸ“‹ 150 - 10% open Β· ⏱️ 08.10.2020): ``` git clone https://github.com/deepmind/sonnet ``` -- **[PyPi](https://pypi.org/project/dm-sonnet)** (πŸ“₯ 21K / month Β· πŸ“¦ 82 Β· ⏱️ 27.03.2020): +- [PyPi](https://pypi.org/project/dm-sonnet) (πŸ“₯ 22K / month Β· πŸ“¦ 82 Β· ⏱️ 27.03.2020): ``` pip install dm-sonnet ```
-
tensorpack (πŸ₯‰28 Β· ⭐ 5.8K) - A Neural Net Training Interface on TensorFlow, with focus on speed +.. Apache-2 +
tensorpack (πŸ₯‰28 Β· ⭐ 5.9K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2 -- **[GitHub](https://github.com/tensorpack/tensorpack)** (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.7K Β· πŸ“₯ 94 Β· πŸ“¦ 640 Β· πŸ“‹ 1.3K - 0% open Β· ⏱️ 01.11.2020): +- [GitHub](https://github.com/tensorpack/tensorpack) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.7K Β· πŸ“₯ 94 Β· πŸ“¦ 640 Β· πŸ“‹ 1.3K - 0% open Β· ⏱️ 01.11.2020): ``` git clone https://github.com/tensorpack/tensorpack ``` -- **[PyPi](https://pypi.org/project/tensorpack)** (πŸ“₯ 8.6K / month Β· πŸ“¦ 76 Β· ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/tensorpack) (πŸ“₯ 8.6K / month Β· πŸ“¦ 76 Β· ⏱️ 24.04.2020): ``` pip install tensorpack @@ -404,12 +404,12 @@ _General-purpose machine learning and deep learning frameworks._
dyNET (πŸ₯‰28 Β· ⭐ 3.2K) - DyNet: The Dynamic Neural Network Toolkit. Apache-2 -- **[GitHub](https://github.com/clab/dynet)** (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 690 Β· πŸ“₯ 1.1K Β· πŸ“¦ 160 Β· πŸ“‹ 910 - 27% open Β· ⏱️ 22.10.2020): +- [GitHub](https://github.com/clab/dynet) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 690 Β· πŸ“₯ 1.1K Β· πŸ“¦ 160 Β· πŸ“‹ 910 - 27% open Β· ⏱️ 22.10.2020): ``` git clone https://github.com/clab/dynet ``` -- **[PyPi](https://pypi.org/project/dyNET)** (πŸ“₯ 6.5K / month Β· πŸ“¦ 38 Β· ⏱️ 21.10.2020): +- [PyPi](https://pypi.org/project/dyNET) (πŸ“₯ 6.4K / month Β· πŸ“¦ 38 Β· ⏱️ 21.10.2020): ``` pip install dyNET @@ -417,74 +417,74 @@ _General-purpose machine learning and deep learning frameworks._
CNTK (πŸ₯‰27 Β· ⭐ 17K Β· πŸ’€) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT -- **[GitHub](https://github.com/microsoft/CNTK)** (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 4.4K Β· πŸ“₯ 14K Β· πŸ“‹ 3.3K - 24% open Β· ⏱️ 31.03.2020): +- [GitHub](https://github.com/microsoft/CNTK) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 4.4K Β· πŸ“₯ 14K Β· πŸ“‹ 3.3K - 24% open Β· ⏱️ 31.03.2020): ``` git clone https://github.com/microsoft/CNTK ``` -- **[PyPi](https://pypi.org/project/cntk)** (πŸ“₯ 1.8K / month Β· πŸ“¦ 17 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/cntk) (πŸ“₯ 1.8K / month Β· πŸ“¦ 17 Β· ⏱️ 09.12.2020): ``` pip install cntk ```
-
skorch (πŸ₯‰27 Β· ⭐ 3.7K) - A scikit-learn compatible neural network library that wraps PyTorch. BSD-3 +
skorch (πŸ₯‰27 Β· ⭐ 3.7K) - A scikit-learn compatible neural network library that wraps.. BSD-3 -- **[GitHub](https://github.com/skorch-dev/skorch)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 270 Β· πŸ“¦ 240 Β· πŸ“‹ 360 - 13% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/skorch-dev/skorch) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 270 Β· πŸ“¦ 240 Β· πŸ“‹ 360 - 13% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/skorch-dev/skorch ``` -- **[PyPi](https://pypi.org/project/skorch)** (πŸ“₯ 9.3K / month Β· πŸ“¦ 13 Β· ⏱️ 30.08.2020): +- [PyPi](https://pypi.org/project/skorch) (πŸ“₯ 9.1K / month Β· πŸ“¦ 13 Β· ⏱️ 30.08.2020): ``` pip install skorch ``` -- **[Conda](https://anaconda.org/conda-forge/skorch)**: +- [Conda](https://anaconda.org/conda-forge/skorch): ``` conda install -c conda-forge skorch ```
-
Ignite (πŸ₯‰27 Β· ⭐ 3.2K) - High-level library to help with training and evaluating neural networks in.. BSD-3 +
Ignite (πŸ₯‰27 Β· ⭐ 3.2K) - High-level library to help with training and evaluating neural.. BSD-3 -- **[GitHub](https://github.com/pytorch/ignite)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“¦ 660 Β· πŸ“‹ 670 - 14% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pytorch/ignite) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“¦ 660 Β· πŸ“‹ 670 - 14% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pytorch/ignite ``` -- **[PyPi](https://pypi.org/project/pytorch-ignite)** (πŸ“₯ 28K / month Β· πŸ“¦ 62 Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/pytorch-ignite) (πŸ“₯ 28K / month Β· πŸ“¦ 62 Β· ⏱️ 13.12.2020): ``` pip install pytorch-ignite ``` -- **[Conda](https://anaconda.org/pytorch/ignite)**: +- [Conda](https://anaconda.org/pytorch/ignite): ``` conda install -c pytorch ignite ```
-
Ludwig (πŸ₯‰26 Β· ⭐ 7.3K) - Ludwig is a toolbox that allows to train and evaluate deep learning models.. Apache-2 +
Ludwig (πŸ₯‰26 Β· ⭐ 7.4K) - Ludwig is a toolbox that allows to train and evaluate deep.. Apache-2 -- **[GitHub](https://github.com/uber/ludwig)** (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 870 Β· πŸ“¦ 71 Β· πŸ“‹ 500 - 19% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/uber/ludwig) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 870 Β· πŸ“¦ 71 Β· πŸ“‹ 500 - 19% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/uber/ludwig ``` -- **[PyPi](https://pypi.org/project/ludwig)** (πŸ“₯ 1.2K / month Β· πŸ“¦ 6 Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/ludwig) (πŸ“₯ 1.2K / month Β· πŸ“¦ 6 Β· ⏱️ 05.10.2020): ``` pip install ludwig ```
-
Flax (πŸ₯‰26 Β· ⭐ 1.3K) - Flax is a neural network ecosystem for JAX that is designed for flexibility. Apache-2 jax +
Flax (πŸ₯‰26 Β· ⭐ 1.3K) - Flax is a neural network ecosystem for JAX that is designed for.. Apache-2 jax -- **[GitHub](https://github.com/google/flax)** (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 150 Β· πŸ“₯ 16 Β· πŸ“¦ 67 Β· πŸ“‹ 210 - 53% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/google/flax) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 150 Β· πŸ“₯ 16 Β· πŸ“¦ 67 Β· πŸ“‹ 210 - 53% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/google/flax ``` -- **[PyPi](https://pypi.org/project/flax)** (πŸ“₯ 49K / month Β· πŸ“¦ 3 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/flax) (πŸ“₯ 50K / month Β· πŸ“¦ 3 Β· ⏱️ 08.12.2020): ``` pip install flax @@ -492,12 +492,12 @@ _General-purpose machine learning and deep learning frameworks._
mlpack (πŸ₯‰25 Β· ⭐ 3.5K) - mlpack: a scalable C++ machine learning library --. BSD-3 -- **[GitHub](https://github.com/mlpack/mlpack)** (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.3K Β· πŸ“‹ 1.3K - 11% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mlpack/mlpack) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.3K Β· πŸ“‹ 1.3K - 11% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/mlpack/mlpack ``` -- **[PyPi](https://pypi.org/project/mlpack)** (πŸ“₯ 310 / month Β· ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/mlpack) (πŸ“₯ 330 / month Β· ⏱️ 28.10.2020): ``` pip install mlpack @@ -505,59 +505,59 @@ _General-purpose machine learning and deep learning frameworks._
Neural Network Libraries (πŸ₯‰25 Β· ⭐ 2.4K) - Neural Network Libraries. Apache-2 -- **[GitHub](https://github.com/sony/nnabla)** (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 300 Β· πŸ“₯ 510 Β· πŸ“‹ 53 - 66% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/sony/nnabla) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 300 Β· πŸ“₯ 510 Β· πŸ“‹ 53 - 66% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/sony/nnabla ``` -- **[PyPi](https://pypi.org/project/nnabla)** (πŸ“₯ 2.5K / month Β· πŸ“¦ 34 Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/nnabla) (πŸ“₯ 2.7K / month Β· πŸ“¦ 34 Β· ⏱️ 04.11.2020): ``` pip install nnabla ```
-
ktrain (πŸ₯‰25 Β· ⭐ 680) - ktrain is a Python library that makes deep learning and AI more accessible and.. Apache-2 +
xLearn (πŸ₯‰24 Β· ⭐ 2.8K Β· πŸ’€) - High performance, easy-to-use, and scalable machine learning.. Apache-2 -- **[GitHub](https://github.com/amaiya/ktrain)** (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 170 Β· πŸ“¦ 110 Β· πŸ“‹ 280 - 2% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/aksnzhy/xlearn) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 480 Β· πŸ“₯ 2.2K Β· πŸ“¦ 38 Β· πŸ“‹ 280 - 61% open Β· ⏱️ 03.03.2020): ``` - git clone https://github.com/amaiya/ktrain + git clone https://github.com/aksnzhy/xlearn ``` -- **[PyPi](https://pypi.org/project/ktrain)** (πŸ“₯ 8.3K / month Β· πŸ“¦ 1 Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/xlearn) (πŸ“₯ 10K / month Β· πŸ“¦ 1 Β· ⏱️ 04.12.2018): ``` - pip install ktrain + pip install xlearn ```
-
xLearn (πŸ₯‰24 Β· ⭐ 2.8K Β· πŸ’€) - High performance, easy-to-use, and scalable machine learning (ML) package,.. Apache-2 +
ktrain (πŸ₯‰24 Β· ⭐ 680) - ktrain is a Python library that makes deep learning and AI more.. Apache-2 -- **[GitHub](https://github.com/aksnzhy/xlearn)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 480 Β· πŸ“₯ 2.2K Β· πŸ“¦ 38 Β· πŸ“‹ 280 - 61% open Β· ⏱️ 03.03.2020): +- [GitHub](https://github.com/amaiya/ktrain) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 170 Β· πŸ“¦ 110 Β· πŸ“‹ 280 - 2% open Β· ⏱️ 08.12.2020): ``` - git clone https://github.com/aksnzhy/xlearn + git clone https://github.com/amaiya/ktrain ``` -- **[PyPi](https://pypi.org/project/xlearn)** (πŸ“₯ 10K / month Β· πŸ“¦ 1 Β· ⏱️ 04.12.2018): +- [PyPi](https://pypi.org/project/ktrain) (πŸ“₯ 8K / month Β· πŸ“¦ 1 Β· ⏱️ 05.12.2020): ``` - pip install xlearn + pip install ktrain ```
-
einops (πŸ₯‰23 Β· ⭐ 1.9K) - Deep learning operations reinvented (for pytorch, tensorflow, chainer, gluon and.. MIT +
einops (πŸ₯‰23 Β· ⭐ 1.9K) - Deep learning operations reinvented (for pytorch, tensorflow, chainer,.. MIT -- **[GitHub](https://github.com/arogozhnikov/einops)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 60 Β· πŸ“¦ 130 Β· πŸ“‹ 58 - 37% open Β· ⏱️ 14.11.2020): +- [GitHub](https://github.com/arogozhnikov/einops) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 60 Β· πŸ“¦ 140 Β· πŸ“‹ 58 - 37% open Β· ⏱️ 14.11.2020): ``` git clone https://github.com/arogozhnikov/einops ``` -- **[PyPi](https://pypi.org/project/einops)** (πŸ“₯ 10K / month Β· πŸ“¦ 10 Β· ⏱️ 08.09.2020): +- [PyPi](https://pypi.org/project/einops) (πŸ“₯ 10K / month Β· πŸ“¦ 10 Β· ⏱️ 08.09.2020): ``` pip install einops ```
-
mace (πŸ₯‰21 Β· ⭐ 4.2K) - MACE is a deep learning inference framework optimized for mobile heterogeneous.. Apache-2 +
mace (πŸ₯‰21 Β· ⭐ 4.2K) - MACE is a deep learning inference framework optimized for mobile.. Apache-2 -- **[GitHub](https://github.com/XiaoMi/mace)** (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 740 Β· πŸ“₯ 1.3K Β· πŸ“‹ 610 - 6% open Β· ⏱️ 04.11.2020): +- [GitHub](https://github.com/XiaoMi/mace) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 740 Β· πŸ“₯ 1.3K Β· πŸ“‹ 610 - 6% open Β· ⏱️ 04.11.2020): ``` git clone https://github.com/XiaoMi/mace @@ -565,12 +565,12 @@ _General-purpose machine learning and deep learning frameworks._
Neural Tangents (πŸ₯‰21 Β· ⭐ 1.2K) - Fast and Easy Infinite Neural Networks in Python. Apache-2 -- **[GitHub](https://github.com/google/neural-tangents)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 130 Β· πŸ“₯ 54 Β· πŸ“¦ 12 Β· πŸ“‹ 71 - 33% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/google/neural-tangents) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 130 Β· πŸ“₯ 57 Β· πŸ“¦ 12 Β· πŸ“‹ 71 - 33% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/google/neural-tangents ``` -- **[PyPi](https://pypi.org/project/neural-tangents)** (πŸ“₯ 650 / month Β· ⏱️ 18.11.2020): +- [PyPi](https://pypi.org/project/neural-tangents) (πŸ“₯ 650 / month Β· ⏱️ 18.11.2020): ``` pip install neural-tangents @@ -578,12 +578,12 @@ _General-purpose machine learning and deep learning frameworks._
SHOGUN (πŸ₯‰20 Β· ⭐ 2.8K) - The Shogun Machine Learning Toolbox. BSD-3 -- **[GitHub](https://github.com/shogun-toolbox/shogun)** (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1K Β· πŸ“‹ 1.6K - 33% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/shogun-toolbox/shogun) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1K Β· πŸ“‹ 1.6K - 33% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/shogun-toolbox/shogun ``` -- **[PyPi](https://pypi.org/project/shogun-ml)** (⏱️ 23.10.2018): +- [PyPi](https://pypi.org/project/shogun-ml) (⏱️ 23.10.2018): ``` pip install shogun-ml @@ -591,12 +591,12 @@ _General-purpose machine learning and deep learning frameworks._
ThunderSVM (πŸ₯‰20 Β· ⭐ 1.2K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2 -- **[GitHub](https://github.com/Xtra-Computing/thundersvm)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“₯ 2.1K Β· πŸ“‹ 180 - 22% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/Xtra-Computing/thundersvm) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“₯ 2.1K Β· πŸ“‹ 180 - 22% open Β· ⏱️ 14.12.2020): ``` 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) (πŸ“₯ 370 / month Β· ⏱️ 13.03.2020): ``` pip install thundersvm @@ -604,7 +604,7 @@ _General-purpose machine learning and deep learning frameworks._
Haiku (πŸ₯‰20 Β· ⭐ 850) - JAX-based neural network library. Apache-2 -- **[GitHub](https://github.com/deepmind/dm-haiku)** (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 56 Β· πŸ“¦ 49 Β· πŸ“‹ 62 - 29% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/deepmind/dm-haiku) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 56 Β· πŸ“¦ 49 Β· πŸ“‹ 62 - 29% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/deepmind/dm-haiku @@ -612,12 +612,12 @@ _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 Β· πŸ“¦ 37 Β· πŸ“‹ 240 - 3% open Β· ⏱️ 17.02.2020): ``` git clone https://github.com/pytorchbearer/torchbearer ``` -- **[PyPi](https://pypi.org/project/torchbearer)** (πŸ“₯ 510 / month Β· πŸ“¦ 3 Β· ⏱️ 31.01.2020): +- [PyPi](https://pypi.org/project/torchbearer) (πŸ“₯ 490 / month Β· πŸ“¦ 3 Β· ⏱️ 31.01.2020): ``` pip install torchbearer @@ -625,12 +625,12 @@ _General-purpose machine learning and deep learning frameworks._
ThunderGBM (πŸ₯‰16 Β· ⭐ 570) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2 -- **[GitHub](https://github.com/Xtra-Computing/thundergbm)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 70 Β· πŸ“‹ 42 - 38% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/Xtra-Computing/thundergbm) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 70 Β· πŸ“‹ 42 - 38% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/Xtra-Computing/thundergbm ``` -- **[PyPi](https://pypi.org/project/thundergbm)** (πŸ“₯ 120 / month Β· ⏱️ 01.05.2020): +- [PyPi](https://pypi.org/project/thundergbm) (πŸ“₯ 130 / month Β· ⏱️ 01.05.2020): ``` pip install thundergbm @@ -638,21 +638,21 @@ _General-purpose machine learning and deep learning frameworks._
StarSpace (πŸ₯‰13 Β· ⭐ 3.5K Β· πŸ’€) - Learning embeddings for classification, retrieval and ranking. MIT -- **[GitHub](https://github.com/facebookresearch/StarSpace)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 480 Β· πŸ“‹ 190 - 23% open Β· ⏱️ 13.12.2019): +- [GitHub](https://github.com/facebookresearch/StarSpace) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 480 Β· πŸ“‹ 190 - 23% open Β· ⏱️ 13.12.2019): ``` git clone https://github.com/facebookresearch/StarSpace ```
Show 4 hidden projects... -
NuPIC (πŸ₯‰25 Β· ⭐ 6.2K Β· πŸ’€) - Numenta Platform for Intelligent Computing is an implementation of.. ❗️AGPL-3.0 +
NuPIC (πŸ₯‰25 Β· ⭐ 6.2K Β· πŸ’€) - Numenta Platform for Intelligent Computing is an.. ❗️AGPL-3.0 -- **[GitHub](https://github.com/numenta/nupic)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“¦ 86 Β· πŸ“‹ 1.8K - 25% open Β· ⏱️ 23.10.2019): +- [GitHub](https://github.com/numenta/nupic) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“¦ 86 Β· πŸ“‹ 1.8K - 25% open Β· ⏱️ 23.10.2019): ``` git clone https://github.com/numenta/nupic ``` -- **[PyPi](https://pypi.org/project/nupic)** (πŸ“₯ 1.5K / month Β· πŸ“¦ 38 Β· ⏱️ 01.06.2018): +- [PyPi](https://pypi.org/project/nupic) (πŸ“₯ 1.5K / month Β· πŸ“¦ 38 Β· ⏱️ 01.06.2018): ``` pip install nupic @@ -660,33 +660,33 @@ _General-purpose machine learning and deep learning frameworks._
MindsDB (πŸ₯‰20 Β· ⭐ 3.1K) - Predictive AI layer for existing databases. ❗️GPL-3.0 -- **[GitHub](https://github.com/mindsdb/mindsdb)** (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 400 Β· πŸ“‹ 490 - 7% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/mindsdb/mindsdb) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 400 Β· πŸ“‹ 490 - 7% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/mindsdb/mindsdb ``` -- **[PyPi](https://pypi.org/project/mindsdb)** (πŸ“₯ 1.6K / month Β· πŸ“¦ 3 Β· ⏱️ 19.03.2019): +- [PyPi](https://pypi.org/project/mindsdb) (πŸ“₯ 1.7K / month Β· πŸ“¦ 3 Β· ⏱️ 19.03.2019): ``` pip install mindsdb ```
-
NeuPy (πŸ₯‰20 Β· ⭐ 660 Β· πŸ’€) - NeuPy is a Tensorflow based python library for prototyping and building neural.. MIT +
NeuPy (πŸ₯‰20 Β· ⭐ 660 Β· πŸ’€) - NeuPy is a Tensorflow based python library for prototyping and.. MIT -- **[GitHub](https://github.com/itdxer/neupy)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 140 Β· πŸ“¦ 97 Β· πŸ“‹ 260 - 10% open Β· ⏱️ 02.09.2019): +- [GitHub](https://github.com/itdxer/neupy) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 140 Β· πŸ“¦ 98 Β· πŸ“‹ 260 - 10% open Β· ⏱️ 02.09.2019): ``` git clone https://github.com/itdxer/neupy ``` -- **[PyPi](https://pypi.org/project/neupy)** (πŸ“₯ 900 / month Β· πŸ“¦ 10 Β· ⏱️ 04.04.2019): +- [PyPi](https://pypi.org/project/neupy) (πŸ“₯ 900 / month Β· πŸ“¦ 10 Β· ⏱️ 04.04.2019): ``` pip install neupy ```
-
NeoML (πŸ₯‰11 Β· ⭐ 550 Β· 🐣) - Machine learning framework for both deep learning and traditional.. ❗️Unlicensed +
NeoML (πŸ₯‰11 Β· ⭐ 550 Β· 🐣) - Machine learning framework for both deep learning and.. ❗️Unlicensed -- **[GitHub](https://github.com/neoml-lib/neoml)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 75 Β· πŸ“‹ 29 - 55% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/neoml-lib/neoml) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 76 Β· πŸ“‹ 29 - 55% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/neoml-lib/neoml @@ -703,12 +703,12 @@ _General-purpose and task-specific data visualization libraries._
Matplotlib (πŸ₯‡40 Β· ⭐ 13K) - matplotlib: plotting with Python. ❗️Python-2.0 -- **[GitHub](https://github.com/matplotlib/matplotlib)** (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.5K Β· πŸ“¦ 300K Β· πŸ“‹ 7.5K - 21% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/matplotlib/matplotlib) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.5K Β· πŸ“¦ 300K Β· πŸ“‹ 7.5K - 21% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/matplotlib/matplotlib ``` -- **[PyPi](https://pypi.org/project/matplotlib)** (πŸ“₯ 9.6M / month Β· πŸ“¦ 79K Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/matplotlib) (πŸ“₯ 9.5M / month Β· πŸ“¦ 79K Β· ⏱️ 12.11.2020): ``` pip install matplotlib @@ -716,17 +716,17 @@ _General-purpose and task-specific data visualization libraries._
Plotly (πŸ₯‡35 Β· ⭐ 8.4K) - The interactive graphing library for Python (includes Plotly Express). MIT -- **[GitHub](https://github.com/plotly/plotly.py)** (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 5 Β· πŸ“‹ 1.8K - 41% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/plotly/plotly.py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 5 Β· πŸ“‹ 1.8K - 41% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/plotly/plotly.py ``` -- **[PyPi](https://pypi.org/project/plotly)** (πŸ“₯ 2.9M / month Β· πŸ“¦ 5K Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/plotly) (πŸ“₯ 2.9M / month Β· πŸ“¦ 5K Β· ⏱️ 09.12.2020): ``` pip install plotly ``` -- **[NPM](https://www.npmjs.com/package/plotlywidget)** (πŸ“₯ 40K / month Β· πŸ“¦ 4 Β· ⏱️ 09.12.2020): +- [NPM](https://www.npmjs.com/package/plotlywidget) (πŸ“₯ 41K / month Β· πŸ“¦ 4 Β· ⏱️ 09.12.2020): ``` npm install plotlywidget @@ -734,12 +734,12 @@ _General-purpose and task-specific data visualization libraries._
Seaborn (πŸ₯‡35 Β· ⭐ 7.9K) - Statistical data visualization using matplotlib. BSD-3 -- **[GitHub](https://github.com/mwaskom/seaborn)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.3K Β· πŸ“₯ 97 Β· πŸ“¦ 73K Β· πŸ“‹ 1.7K - 5% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/mwaskom/seaborn) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.3K Β· πŸ“₯ 99 Β· πŸ“¦ 74K Β· πŸ“‹ 1.7K - 5% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/mwaskom/seaborn ``` -- **[PyPi](https://pypi.org/project/seaborn)** (πŸ“₯ 2.1M / month Β· πŸ“¦ 13K Β· ⏱️ 08.09.2020): +- [PyPi](https://pypi.org/project/seaborn) (πŸ“₯ 2.1M / month Β· πŸ“¦ 13K Β· ⏱️ 08.09.2020): ``` pip install seaborn @@ -747,12 +747,12 @@ _General-purpose and task-specific data visualization libraries._
Bokeh (πŸ₯‡33 Β· ⭐ 14K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- **[GitHub](https://github.com/bokeh/bokeh)** (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 3.6K Β· πŸ“¦ 29K Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 3.6K Β· πŸ“¦ 29K Β· πŸ“‹ 6.3K - 9% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/bokeh/bokeh ``` -- **[PyPi](https://pypi.org/project/bokeh)** (πŸ“₯ 1.1M / month Β· πŸ“¦ 5.9K Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 1.1M / month Β· πŸ“¦ 5.9K Β· ⏱️ 08.12.2020): ``` pip install bokeh @@ -760,12 +760,12 @@ _General-purpose and task-specific data visualization libraries._
pyecharts (πŸ₯ˆ31 Β· ⭐ 10K) - Python Echarts Plotting Library. MIT -- **[GitHub](https://github.com/pyecharts/pyecharts)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 1.3K - 2% open Β· ⏱️ 29.10.2020): +- [GitHub](https://github.com/pyecharts/pyecharts) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 2.3K Β· πŸ“¦ 1.4K Β· πŸ“‹ 1.3K - 2% open Β· ⏱️ 29.10.2020): ``` git clone https://github.com/pyecharts/pyecharts ``` -- **[PyPi](https://pypi.org/project/pyecharts)** (πŸ“₯ 27K / month Β· πŸ“¦ 280 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/pyecharts) (πŸ“₯ 27K / month Β· πŸ“¦ 280 Β· ⏱️ 29.10.2020): ``` pip install pyecharts @@ -773,12 +773,12 @@ _General-purpose and task-specific data visualization libraries._
wordcloud (πŸ₯ˆ31 Β· ⭐ 7.7K) - A little word cloud generator in Python. MIT -- **[GitHub](https://github.com/amueller/word_cloud)** (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 2K Β· πŸ“¦ 7.9K Β· πŸ“‹ 430 - 20% open Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/amueller/word_cloud) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 2K Β· πŸ“¦ 7.9K Β· πŸ“‹ 430 - 20% open Β· ⏱️ 11.11.2020): ``` git clone https://github.com/amueller/word_cloud ``` -- **[PyPi](https://pypi.org/project/wordcloud)** (πŸ“₯ 260K / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/wordcloud) (πŸ“₯ 260K / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.11.2020): ``` pip install wordcloud @@ -786,17 +786,17 @@ _General-purpose and task-specific data visualization libraries._
bqplot (πŸ₯ˆ30 Β· ⭐ 3K) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- **[GitHub](https://github.com/bqplot/bqplot)** (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 400 Β· πŸ“¦ 1.1K Β· πŸ“‹ 520 - 39% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 400 Β· πŸ“¦ 1.1K Β· πŸ“‹ 520 - 39% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/bloomberg/bqplot ``` -- **[PyPi](https://pypi.org/project/bqplot)** (πŸ“₯ 17K / month Β· πŸ“¦ 110 Β· ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 17K / month Β· πŸ“¦ 110 Β· ⏱️ 05.11.2020): ``` pip install bqplot ``` -- **[NPM](https://www.npmjs.com/package/bqplot)** (πŸ“₯ 150K / month Β· πŸ“¦ 10 Β· ⏱️ 12.10.2020): +- [NPM](https://www.npmjs.com/package/bqplot) (πŸ“₯ 150K / month Β· πŸ“¦ 10 Β· ⏱️ 12.10.2020): ``` npm install bqplot @@ -804,17 +804,17 @@ _General-purpose and task-specific data visualization libraries._
pandas-profiling (πŸ₯ˆ29 Β· ⭐ 6.4K) - Create HTML profiling reports from pandas DataFrame objects. MIT -- **[GitHub](https://github.com/pandas-profiling/pandas-profiling)** (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 970 Β· πŸ“¦ 2.6K Β· πŸ“‹ 400 - 12% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/pandas-profiling/pandas-profiling) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 970 Β· πŸ“¦ 2.7K Β· πŸ“‹ 400 - 12% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/pandas-profiling/pandas-profiling ``` -- **[PyPi](https://pypi.org/project/pandas-profiling)** (πŸ“₯ 240K / month Β· πŸ“¦ 160 Β· ⏱️ 03.09.2020): +- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 240K / month Β· πŸ“¦ 160 Β· ⏱️ 03.09.2020): ``` pip install pandas-profiling ``` -- **[Conda](https://anaconda.org/conda-forge/pandas-profiling)**: +- [Conda](https://anaconda.org/conda-forge/pandas-profiling): ``` conda install -c conda-forge pandas-profiling @@ -822,30 +822,30 @@ _General-purpose and task-specific data visualization libraries._
UMAP (πŸ₯ˆ29 Β· ⭐ 4.3K) - Uniform Manifold Approximation and Projection. BSD-3 -- **[GitHub](https://github.com/lmcinnes/umap)** (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 460 Β· πŸ“‹ 400 - 48% open Β· ⏱️ 26.11.2020): +- [GitHub](https://github.com/lmcinnes/umap) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 460 Β· πŸ“‹ 400 - 48% open Β· ⏱️ 26.11.2020): ``` git clone https://github.com/lmcinnes/umap ``` -- **[PyPi](https://pypi.org/project/umap-learn)** (πŸ“₯ 120K / month Β· πŸ“¦ 230 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/umap-learn) (πŸ“₯ 120K / month Β· πŸ“¦ 230 Β· ⏱️ 26.11.2020): ``` pip install umap-learn ```
-
PyQtGraph (πŸ₯ˆ29 Β· ⭐ 2.2K) - Fast data visualization and GUI tools for scientific / engineering applications. MIT +
PyQtGraph (πŸ₯ˆ29 Β· ⭐ 2.2K) - Fast data visualization and GUI tools for scientific / engineering.. MIT -- **[GitHub](https://github.com/pyqtgraph/pyqtgraph)** (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 790 Β· πŸ“‹ 710 - 40% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/pyqtgraph/pyqtgraph) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 790 Β· πŸ“‹ 710 - 40% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/pyqtgraph/pyqtgraph ``` -- **[PyPi](https://pypi.org/project/pyqtgraph)** (πŸ“₯ 35K / month Β· πŸ“¦ 890 Β· ⏱️ 08.06.2020): +- [PyPi](https://pypi.org/project/pyqtgraph) (πŸ“₯ 35K / month Β· πŸ“¦ 890 Β· ⏱️ 08.06.2020): ``` pip install pyqtgraph ``` -- **[Conda](https://anaconda.org/conda-forge/pyqtgraph)**: +- [Conda](https://anaconda.org/conda-forge/pyqtgraph): ``` conda install -c conda-forge pyqtgraph @@ -853,17 +853,17 @@ _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)** (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 290 Β· πŸ“‹ 2.5K - 26% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/holoviz/holoviews) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 290 Β· πŸ“‹ 2.5K - 26% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/holoviz/holoviews ``` -- **[PyPi](https://pypi.org/project/holoviews)** (πŸ“₯ 110K / month Β· πŸ“¦ 170 Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/holoviews) (πŸ“₯ 120K / month Β· πŸ“¦ 170 Β· ⏱️ 03.12.2020): ``` pip install holoviews ``` -- **[NPM](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz)** (πŸ“₯ 7.9K / month Β· ⏱️ 24.05.2020): +- [NPM](https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz) (πŸ“₯ 8K / month Β· ⏱️ 24.05.2020): ``` npm install @pyviz/jupyterlab_pyviz @@ -871,17 +871,17 @@ _General-purpose and task-specific data visualization libraries._
VisPy (πŸ₯ˆ28 Β· ⭐ 2.5K) - High-performance interactive 2D/3D data visualization library. BSD-3 -- **[GitHub](https://github.com/vispy/vispy)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 540 Β· πŸ“¦ 430 Β· πŸ“‹ 1.1K - 31% open Β· ⏱️ 28.11.2020): +- [GitHub](https://github.com/vispy/vispy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 540 Β· πŸ“¦ 430 Β· πŸ“‹ 1.1K - 31% open Β· ⏱️ 28.11.2020): ``` git clone https://github.com/vispy/vispy ``` -- **[PyPi](https://pypi.org/project/vispy)** (πŸ“₯ 15K / month Β· πŸ“¦ 120 Β· ⏱️ 28.11.2020): +- [PyPi](https://pypi.org/project/vispy) (πŸ“₯ 15K / month Β· πŸ“¦ 120 Β· ⏱️ 28.11.2020): ``` pip install vispy ``` -- **[NPM](https://www.npmjs.com/package/vispy)** (πŸ“₯ 60 / month Β· ⏱️ 15.03.2020): +- [NPM](https://www.npmjs.com/package/vispy) (πŸ“₯ 65 / month Β· ⏱️ 15.03.2020): ``` npm install vispy @@ -889,17 +889,17 @@ _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 Β· πŸ“¦ 530 Β· πŸ“‹ 460 - 31% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/holoviz/datashader) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 310 Β· πŸ“¦ 530 Β· πŸ“‹ 460 - 31% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/holoviz/datashader ``` -- **[PyPi](https://pypi.org/project/datashader)** (πŸ“₯ 17K / month Β· πŸ“¦ 70 Β· ⏱️ 04.12.2020): +- [PyPi](https://pypi.org/project/datashader) (πŸ“₯ 17K / month Β· πŸ“¦ 70 Β· ⏱️ 04.12.2020): ``` pip install datashader ``` -- **[Conda](https://anaconda.org/conda-forge/datashader)**: +- [Conda](https://anaconda.org/conda-forge/datashader): ``` conda install -c conda-forge datashader @@ -907,12 +907,12 @@ _General-purpose and task-specific data visualization libraries._
missingno (πŸ₯ˆ27 Β· ⭐ 2.6K) - Missing data visualization module for Python. MIT -- **[GitHub](https://github.com/ResidentMario/missingno)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 330 Β· πŸ“¦ 2.4K Β· πŸ“‹ 100 - 14% open Β· ⏱️ 23.11.2020): +- [GitHub](https://github.com/ResidentMario/missingno) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 330 Β· πŸ“¦ 2.4K Β· πŸ“‹ 100 - 14% open Β· ⏱️ 23.11.2020): ``` git clone https://github.com/ResidentMario/missingno ``` -- **[PyPi](https://pypi.org/project/missingno)** (πŸ“₯ 210K / month Β· πŸ“¦ 76 Β· ⏱️ 29.06.2018): +- [PyPi](https://pypi.org/project/missingno) (πŸ“₯ 210K / month Β· πŸ“¦ 76 Β· ⏱️ 29.06.2018): ``` pip install missingno @@ -920,12 +920,12 @@ _General-purpose and task-specific data visualization libraries._
Cufflinks (πŸ₯ˆ27 Β· ⭐ 2K) - Productivity Tools for Plotly + Pandas. MIT -- **[GitHub](https://github.com/santosjorge/cufflinks)** (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 500 Β· πŸ“¦ 2.3K Β· πŸ“‹ 200 - 39% open Β· ⏱️ 07.10.2020): +- [GitHub](https://github.com/santosjorge/cufflinks) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 500 Β· πŸ“¦ 2.4K Β· πŸ“‹ 200 - 39% open Β· ⏱️ 07.10.2020): ``` git clone https://github.com/santosjorge/cufflinks ``` -- **[PyPi](https://pypi.org/project/cufflinks)** (πŸ“₯ 57K / month Β· πŸ“¦ 120 Β· ⏱️ 01.03.2020): +- [PyPi](https://pypi.org/project/cufflinks) (πŸ“₯ 57K / month Β· πŸ“¦ 120 Β· ⏱️ 01.03.2020): ``` pip install cufflinks @@ -933,56 +933,56 @@ _General-purpose and task-specific data visualization libraries._
Perspective (πŸ₯‰26 Β· ⭐ 3K) - Streaming pivot visualization via WebAssembly. Apache-2 -- **[GitHub](https://github.com/finos/perspective)** (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 330 Β· πŸ“¦ 160 Β· πŸ“‹ 350 - 19% open Β· ⏱️ 30.10.2020): +- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 330 Β· πŸ“¦ 160 Β· πŸ“‹ 350 - 19% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/finos/perspective ``` -- **[PyPi](https://pypi.org/project/perspective-python)** (πŸ“₯ 550 / month Β· πŸ“¦ 4 Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 550 / month Β· πŸ“¦ 4 Β· ⏱️ 15.10.2020): ``` pip install perspective-python ``` -- **[NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab)** (πŸ“₯ 1.2K / month Β· ⏱️ 15.10.2020): +- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 1.2K / month Β· ⏱️ 15.10.2020): ``` npm install @finos/perspective-jupyterlab ```
-
PyVista (πŸ₯‰26 Β· ⭐ 610) - 3D plotting and mesh analysis through a streamlined interface for the.. MIT +
PyVista (πŸ₯‰26 Β· ⭐ 610) - 3D plotting and mesh analysis through a streamlined interface for.. MIT -- **[GitHub](https://github.com/pyvista/pyvista)** (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 130 Β· πŸ“₯ 14 Β· πŸ“¦ 210 Β· πŸ“‹ 370 - 30% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/pyvista/pyvista) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 130 Β· πŸ“₯ 14 Β· πŸ“¦ 210 Β· πŸ“‹ 370 - 30% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/pyvista/pyvista ``` -- **[PyPi](https://pypi.org/project/pyvista)** (πŸ“₯ 9.9K / month Β· πŸ“¦ 26 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/pyvista) (πŸ“₯ 9.9K / month Β· πŸ“¦ 26 Β· ⏱️ 10.12.2020): ``` pip install pyvista ```
-
Chartify (πŸ₯‰25 Β· ⭐ 2.8K) - Python library that makes it easy for data scientists to create charts. Apache-2 +
Chartify (πŸ₯‰25 Β· ⭐ 2.8K) - Python library that makes it easy for data scientists to create.. Apache-2 -- **[GitHub](https://github.com/spotify/chartify)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 240 Β· πŸ“¦ 51 Β· πŸ“‹ 70 - 57% open Β· ⏱️ 02.11.2020): +- [GitHub](https://github.com/spotify/chartify) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 240 Β· πŸ“¦ 51 Β· πŸ“‹ 70 - 57% open Β· ⏱️ 02.11.2020): ``` git clone https://github.com/spotify/chartify ``` -- **[PyPi](https://pypi.org/project/chartify)** (πŸ“₯ 10K / month Β· πŸ“¦ 5 Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/chartify) (πŸ“₯ 9.9K / month Β· πŸ“¦ 5 Β· ⏱️ 02.11.2020): ``` pip install chartify ```
-
hvPlot (πŸ₯‰25 Β· ⭐ 330) - A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews. BSD-3 +
hvPlot (πŸ₯‰25 Β· ⭐ 330) - A high-level plotting API for pandas, dask, xarray, and networkx built.. BSD-3 -- **[GitHub](https://github.com/holoviz/hvplot)** (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 49 Β· πŸ“¦ 390 Β· πŸ“‹ 310 - 30% open Β· ⏱️ 18.11.2020): +- [GitHub](https://github.com/holoviz/hvplot) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 49 Β· πŸ“¦ 390 Β· πŸ“‹ 310 - 30% open Β· ⏱️ 18.11.2020): ``` git clone https://github.com/holoviz/hvplot ``` -- **[PyPi](https://pypi.org/project/hvplot)** (πŸ“₯ 69K / month Β· πŸ“¦ 15 Β· ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/hvplot) (πŸ“₯ 73K / month Β· πŸ“¦ 15 Β· ⏱️ 02.06.2020): ``` pip install hvplot @@ -990,25 +990,25 @@ _General-purpose and task-specific data visualization libraries._
Facets Overview (πŸ₯‰24 Β· ⭐ 6.4K) - Visualizations for machine learning datasets. Apache-2 -- **[GitHub](https://github.com/PAIR-code/facets)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 780 Β· πŸ“¦ 34 Β· πŸ“‹ 140 - 48% open Β· ⏱️ 27.10.2020): +- [GitHub](https://github.com/PAIR-code/facets) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 780 Β· πŸ“¦ 34 Β· πŸ“‹ 140 - 48% open Β· ⏱️ 27.10.2020): ``` git clone https://github.com/pair-code/facets ``` -- **[PyPi](https://pypi.org/project/facets-overview)** (πŸ“₯ 17K / month Β· ⏱️ 24.07.2019): +- [PyPi](https://pypi.org/project/facets-overview) (πŸ“₯ 18K / month Β· ⏱️ 24.07.2019): ``` pip install facets-overview ```
-
HyperTools (πŸ₯‰24 Β· ⭐ 1.6K) - A Python toolbox for gaining geometric insights into high-dimensional data. MIT +
HyperTools (πŸ₯‰24 Β· ⭐ 1.6K) - A Python toolbox for gaining geometric insights into high-.. MIT -- **[GitHub](https://github.com/ContextLab/hypertools)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“¦ 90 Β· πŸ“‹ 190 - 36% open Β· ⏱️ 02.10.2020): +- [GitHub](https://github.com/ContextLab/hypertools) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“¦ 90 Β· πŸ“‹ 190 - 36% open Β· ⏱️ 02.10.2020): ``` git clone https://github.com/ContextLab/hypertools ``` -- **[PyPi](https://pypi.org/project/hypertools)** (πŸ“₯ 810 / month Β· πŸ“¦ 9 Β· ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/hypertools) (πŸ“₯ 770 / month Β· πŸ“¦ 9 Β· ⏱️ 02.10.2020): ``` pip install hypertools @@ -1016,17 +1016,17 @@ _General-purpose and task-specific data visualization libraries._
pythreejs (πŸ₯‰24 Β· ⭐ 690) - A Jupyter - Three.js bridge. BSD-3 -- **[GitHub](https://github.com/jupyter-widgets/pythreejs)** (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 160 Β· πŸ“¦ 15 Β· πŸ“‹ 190 - 29% open Β· ⏱️ 09.10.2020): +- [GitHub](https://github.com/jupyter-widgets/pythreejs) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 160 Β· πŸ“¦ 15 Β· πŸ“‹ 190 - 29% open Β· ⏱️ 09.10.2020): ``` git clone https://github.com/jupyter-widgets/pythreejs ``` -- **[PyPi](https://pypi.org/project/pythreejs)** (πŸ“₯ 8.1K / month Β· πŸ“¦ 13 Β· ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/pythreejs) (πŸ“₯ 8K / month Β· πŸ“¦ 13 Β· ⏱️ 09.10.2020): ``` pip install pythreejs ``` -- **[NPM](https://www.npmjs.com/package/jupyter-threejs)** (πŸ“₯ 5.1K / month Β· πŸ“¦ 8 Β· ⏱️ 19.03.2020): +- [NPM](https://www.npmjs.com/package/jupyter-threejs) (πŸ“₯ 5.1K / month Β· πŸ“¦ 8 Β· ⏱️ 19.03.2020): ``` npm install jupyter-threejs @@ -1034,12 +1034,12 @@ _General-purpose and task-specific data visualization libraries._
PandasGUI (πŸ₯‰22 Β· ⭐ 1.9K) - A GUI for Pandas DataFrames. MIT -- **[GitHub](https://github.com/adamerose/PandasGUI)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 100 Β· πŸ“¦ 23 Β· πŸ“‹ 60 - 16% open Β· ⏱️ 05.12.2020): +- [GitHub](https://github.com/adamerose/PandasGUI) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 100 Β· πŸ“¦ 23 Β· πŸ“‹ 60 - 16% open Β· ⏱️ 05.12.2020): ``` git clone https://github.com/adamerose/pandasgui ``` -- **[PyPi](https://pypi.org/project/pandasgui)** (πŸ“₯ 2.5K / month Β· πŸ“¦ 1 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/pandasgui) (πŸ“₯ 2.4K / month Β· πŸ“¦ 1 Β· ⏱️ 10.11.2020): ``` pip install pandasgui @@ -1047,30 +1047,30 @@ _General-purpose and task-specific data visualization libraries._
openTSNE (πŸ₯‰22 Β· ⭐ 720) - Extensible, parallel implementations of t-SNE. BSD-3 -- **[GitHub](https://github.com/pavlin-policar/openTSNE)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 78 Β· πŸ“¦ 160 Β· πŸ“‹ 71 - 4% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/pavlin-policar/openTSNE) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 78 Β· πŸ“¦ 160 Β· πŸ“‹ 71 - 4% open Β· ⏱️ 27.11.2020): ``` git clone https://github.com/pavlin-policar/openTSNE ``` -- **[PyPi](https://pypi.org/project/opentsne)** (πŸ“₯ 11K / month Β· πŸ“¦ 4 Β· ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/opentsne) (πŸ“₯ 11K / month Β· πŸ“¦ 4 Β· ⏱️ 04.08.2020): ``` pip install opentsne ``` -- **[Conda](https://anaconda.org/conda-forge/opentsne)**: +- [Conda](https://anaconda.org/conda-forge/opentsne): ``` conda install -c conda-forge opentsne ```
-
Pandas-Bokeh (πŸ₯‰22 Β· ⭐ 580) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT +
Pandas-Bokeh (πŸ₯‰22 Β· ⭐ 590) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT -- **[GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 74 Β· πŸ“¦ 110 Β· πŸ“‹ 71 - 28% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/PatrikHlobil/Pandas-Bokeh) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 74 Β· πŸ“¦ 110 Β· πŸ“‹ 71 - 28% open Β· ⏱️ 27.11.2020): ``` git clone https://github.com/PatrikHlobil/Pandas-Bokeh ``` -- **[PyPi](https://pypi.org/project/pandas-bokeh)** (πŸ“₯ 7.7K / month Β· πŸ“¦ 10 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/pandas-bokeh) (πŸ“₯ 8K / month Β· πŸ“¦ 10 Β· ⏱️ 27.11.2020): ``` pip install pandas-bokeh @@ -1078,17 +1078,17 @@ _General-purpose and task-specific data visualization libraries._
vega (πŸ₯‰22 Β· ⭐ 290) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 -- **[GitHub](https://github.com/vega/ipyvega)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 46 Β· πŸ“‹ 87 - 9% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/vega/ipyvega) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 46 Β· πŸ“‹ 87 - 9% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/vega/ipyvega ``` -- **[PyPi](https://pypi.org/project/vega)** (πŸ“₯ 11K / month Β· πŸ“¦ 150 Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 11K / month Β· πŸ“¦ 150 Β· ⏱️ 15.05.2020): ``` pip install vega ``` -- **[Conda](https://anaconda.org/conda-forge/vega)**: +- [Conda](https://anaconda.org/conda-forge/vega): ``` conda install -c conda-forge vega @@ -1096,25 +1096,25 @@ _General-purpose and task-specific data visualization libraries._
PyWaffle (πŸ₯‰20 Β· ⭐ 370) - Make Waffle Charts in Python. MIT -- **[GitHub](https://github.com/gyli/PyWaffle)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 59 Β· πŸ“¦ 37 Β· πŸ“‹ 12 - 16% open Β· ⏱️ 26.07.2020): +- [GitHub](https://github.com/gyli/PyWaffle) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 59 Β· πŸ“¦ 37 Β· πŸ“‹ 12 - 16% open Β· ⏱️ 26.07.2020): ``` git clone https://github.com/gyli/PyWaffle ``` -- **[PyPi](https://pypi.org/project/pywaffle)** (πŸ“₯ 1.4K / month Β· ⏱️ 26.07.2020): +- [PyPi](https://pypi.org/project/pywaffle) (πŸ“₯ 1.4K / month Β· ⏱️ 26.07.2020): ``` pip install pywaffle ```
-
AutoViz (πŸ₯‰20 Β· ⭐ 260) - Automatically Visualize any dataset, any size with a single line of code... Apache-2 +
AutoViz (πŸ₯‰20 Β· ⭐ 260) - Automatically Visualize any dataset, any size with a single line of.. Apache-2 -- **[GitHub](https://github.com/AutoViML/AutoViz)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 54 Β· πŸ“¦ 24 Β· πŸ“‹ 19 - 15% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/AutoViML/AutoViz) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 54 Β· πŸ“¦ 24 Β· πŸ“‹ 19 - 15% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/AutoViML/AutoViz ``` -- **[PyPi](https://pypi.org/project/autoviz)** (πŸ“₯ 1.4K / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/autoviz) (πŸ“₯ 1.4K / month Β· ⏱️ 10.12.2020): ``` pip install autoviz @@ -1122,30 +1122,30 @@ _General-purpose and task-specific data visualization libraries._
HiPlot (πŸ₯‰19 Β· ⭐ 1.5K) - HiPlot makes understanding high dimensional data easy. MIT -- **[GitHub](https://github.com/facebookresearch/hiplot)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 81 Β· πŸ“¦ 2 Β· πŸ“‹ 45 - 8% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/facebookresearch/hiplot) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 81 Β· πŸ“¦ 2 Β· πŸ“‹ 45 - 8% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/facebookresearch/hiplot ``` -- **[PyPi](https://pypi.org/project/hiplot)** (πŸ“₯ 3.5K / month Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/hiplot) (πŸ“₯ 3.4K / month Β· ⏱️ 30.11.2020): ``` pip install hiplot ``` -- **[Conda](https://anaconda.org/conda-forge/hiplot)**: +- [Conda](https://anaconda.org/conda-forge/hiplot): ``` conda install -c conda-forge hiplot ```
-
Sweetviz (πŸ₯‰19 Β· ⭐ 1.2K) - Visualize and compare datasets, target values and associations, with one line of.. MIT +
Sweetviz (πŸ₯‰19 Β· ⭐ 1.2K) - Visualize and compare datasets, target values and associations, with.. MIT -- **[GitHub](https://github.com/fbdesignpro/sweetviz)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 130 Β· πŸ“‹ 61 - 34% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/fbdesignpro/sweetviz) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 130 Β· πŸ“‹ 61 - 34% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/fbdesignpro/sweetviz ``` -- **[PyPi](https://pypi.org/project/sweetviz)** (πŸ“₯ 6.7K / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/sweetviz) (πŸ“₯ 6.8K / month Β· ⏱️ 10.12.2020): ``` pip install sweetviz @@ -1153,12 +1153,12 @@ _General-purpose and task-specific data visualization libraries._
nx-altair (πŸ₯‰14 Β· ⭐ 150) - Draw interactive NetworkX graphs with Altair. MIT -- **[GitHub](https://github.com/Zsailer/nx_altair)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 19 Β· πŸ“‹ 8 - 50% open Β· ⏱️ 02.06.2020): +- [GitHub](https://github.com/Zsailer/nx_altair) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 19 Β· πŸ“‹ 8 - 50% open Β· ⏱️ 02.06.2020): ``` git clone https://github.com/Zsailer/nx_altair ``` -- **[PyPi](https://pypi.org/project/nx-altair)** (πŸ“₯ 220 / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/nx-altair) (πŸ“₯ 230 / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): ``` pip install nx-altair @@ -1167,51 +1167,51 @@ _General-purpose and task-specific data visualization libraries._
Show 4 hidden projects...
Altair (πŸ₯‰25 Β· ⭐ 240 Β· πŸ’€) - Declarative statistical visualization library for Python. BSD-3 -- **[GitHub](https://github.com/ellisonbg/altair)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 19 Β· ⏱️ 18.05.2018): +- [GitHub](https://github.com/ellisonbg/altair) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 19 Β· ⏱️ 18.05.2018): ``` git clone https://github.com/ellisonbg/altair ``` -- **[PyPi](https://pypi.org/project/altair)** (πŸ“₯ 650K / month Β· πŸ“¦ 370 Β· ⏱️ 01.04.2020): +- [PyPi](https://pypi.org/project/altair) (πŸ“₯ 640K / month Β· πŸ“¦ 370 Β· ⏱️ 01.04.2020): ``` pip install altair ```
-
pivottablejs (πŸ₯‰20 Β· ⭐ 410 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of.. MIT +
pivottablejs (πŸ₯‰20 Β· ⭐ 410 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT -- **[GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 53 Β· πŸ“¦ 130 Β· πŸ“‹ 53 - 30% open Β· ⏱️ 04.12.2018): +- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 53 Β· πŸ“¦ 130 Β· πŸ“‹ 53 - 30% open Β· ⏱️ 04.12.2018): ``` git clone https://github.com/nicolaskruchten/jupyter_pivottablejs ``` -- **[PyPi](https://pypi.org/project/pivottablejs)** (πŸ“₯ 9.2K / month Β· πŸ“¦ 14 Β· ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/pivottablejs) (πŸ“₯ 9.1K / month Β· πŸ“¦ 14 Β· ⏱️ 15.01.2018): ``` pip install pivottablejs ```
-
pdvega (πŸ₯‰17 Β· ⭐ 340 Β· πŸ’€) - Interactive plotting for Pandas using Vega-Lite. MIT +
pdvega (πŸ₯‰16 Β· ⭐ 340 Β· πŸ’€) - Interactive plotting for Pandas using Vega-Lite. MIT -- **[GitHub](https://github.com/altair-viz/pdvega)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 28 Β· πŸ“¦ 45 Β· πŸ“‹ 26 - 61% open Β· ⏱️ 29.03.2019): +- [GitHub](https://github.com/altair-viz/pdvega) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 28 Β· πŸ“¦ 45 Β· πŸ“‹ 26 - 61% open Β· ⏱️ 29.03.2019): ``` git clone https://github.com/altair-viz/pdvega ``` -- **[PyPi](https://pypi.org/project/pdvega)** (πŸ“₯ 150 / month Β· πŸ“¦ 2 Β· ⏱️ 01.02.2018): +- [PyPi](https://pypi.org/project/pdvega) (πŸ“₯ 150 / month Β· πŸ“¦ 2 Β· ⏱️ 01.02.2018): ``` pip install pdvega ```
-
nptsne (πŸ₯‰15 Β· ⭐ 24) - nptsne is a numpy compatible python binary package that offers a number of APIs.. Apache-2 +
nptsne (πŸ₯‰15 Β· ⭐ 24) - nptsne is a numpy compatible python binary package that offers a.. Apache-2 -- **[GitHub](https://github.com/biovault/nptsne)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 2 Β· πŸ“‹ 9 - 77% open Β· ⏱️ 13.11.2020): +- [GitHub](https://github.com/biovault/nptsne) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 2 Β· πŸ“¦ 2 Β· πŸ“‹ 9 - 77% open Β· ⏱️ 13.11.2020): ``` git clone https://github.com/biovault/nptsne ``` -- **[PyPi](https://pypi.org/project/nptsne)** (πŸ“₯ 170 / month Β· ⏱️ 10.09.2020): +- [PyPi](https://pypi.org/project/nptsne) (πŸ“₯ 170 / month Β· ⏱️ 10.09.2020): ``` pip install nptsne @@ -1226,40 +1226,40 @@ _General-purpose and task-specific data visualization libraries._ _Libraries for processing, cleaning, manipulating, and analyzing text data as well as libraries for NLP tasks such as language detection, fuzzy matching, classification, seq2seq learning, conversational AI, keyword extraction, and translation._ -
spaCy (πŸ₯‡37 Β· ⭐ 18K) - Industrial-strength Natural Language Processing (NLP) with Python and Cython. MIT +
spaCy (πŸ₯‡37 Β· ⭐ 18K) - Industrial-strength Natural Language Processing (NLP) with Python and.. MIT -- **[GitHub](https://github.com/explosion/spaCy)** (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 3.2K Β· πŸ“₯ 2.9K Β· πŸ“¦ 19K Β· πŸ“‹ 4.3K - 4% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/explosion/spaCy) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 3.2K Β· πŸ“₯ 2.9K Β· πŸ“¦ 19K Β· πŸ“‹ 4.3K - 4% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/explosion/spaCy ``` -- **[PyPi](https://pypi.org/project/spacy)** (πŸ“₯ 1M / month Β· πŸ“¦ 3.1K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/spacy) (πŸ“₯ 1M / month Β· πŸ“¦ 3.1K Β· ⏱️ 11.12.2020): ``` pip install spacy ```
-
transformers (πŸ₯‡36 Β· ⭐ 38K) - Transformers: State-of-the-art Natural Language Processing for.. Apache-2 +
transformers (πŸ₯‡36 Β· ⭐ 38K) - Transformers: State-of-the-art Natural Language Processing.. Apache-2 -- **[GitHub](https://github.com/huggingface/transformers)** (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 9.4K Β· πŸ“₯ 1.2K Β· πŸ“¦ 6.1K Β· πŸ“‹ 5.4K - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/huggingface/transformers) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 9.4K Β· πŸ“₯ 1.2K Β· πŸ“¦ 6.2K Β· πŸ“‹ 5.4K - 10% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/huggingface/transformers ``` -- **[PyPi](https://pypi.org/project/transformers)** (πŸ“₯ 960K / month Β· πŸ“¦ 130 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/transformers) (πŸ“₯ 920K / month Β· πŸ“¦ 130 Β· ⏱️ 09.12.2020): ``` pip install transformers ```
-
nltk (πŸ₯‡34 Β· ⭐ 9.5K) - Suite of libraries and programs for symbolic and statistical natural language.. Apache-2 +
nltk (πŸ₯‡34 Β· ⭐ 9.5K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2 -- **[GitHub](https://github.com/nltk/nltk)** (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 2.4K Β· πŸ“¦ 82K Β· πŸ“‹ 1.5K - 16% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/nltk/nltk) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 2.4K Β· πŸ“¦ 83K Β· πŸ“‹ 1.5K - 16% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/nltk/nltk ``` -- **[PyPi](https://pypi.org/project/nltk)** (πŸ“₯ 4.3M / month Β· πŸ“¦ 21K Β· ⏱️ 12.04.2020): +- [PyPi](https://pypi.org/project/nltk) (πŸ“₯ 4.3M / month Β· πŸ“¦ 21K Β· ⏱️ 12.04.2020): ``` pip install nltk @@ -1267,12 +1267,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
AllenNLP (πŸ₯‡32 Β· ⭐ 9.5K) - An open-source NLP research library, built on PyTorch. Apache-2 -- **[GitHub](https://github.com/allenai/allennlp)** (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.9K Β· πŸ“₯ 36 Β· πŸ“¦ 1.3K Β· πŸ“‹ 2.2K - 5% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/allenai/allennlp) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.9K Β· πŸ“₯ 36 Β· πŸ“¦ 1.3K Β· πŸ“‹ 2.2K - 5% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/allenai/allennlp ``` -- **[PyPi](https://pypi.org/project/allennlp)** (πŸ“₯ 22K / month Β· πŸ“¦ 120 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/allennlp) (πŸ“₯ 22K / month Β· πŸ“¦ 120 Β· ⏱️ 17.11.2020): ``` pip install allennlp @@ -1280,77 +1280,77 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
fairseq (πŸ₯‡31 Β· ⭐ 11K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT -- **[GitHub](https://github.com/pytorch/fairseq)** (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.7K Β· πŸ“₯ 45 Β· πŸ“¦ 240 Β· πŸ“‹ 2.3K - 24% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/pytorch/fairseq) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.7K Β· πŸ“₯ 46 Β· πŸ“¦ 240 Β· πŸ“‹ 2.3K - 24% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pytorch/fairseq ``` -- **[PyPi](https://pypi.org/project/fairseq)** (πŸ“₯ 8.6K / month Β· πŸ“¦ 20 Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/fairseq) (πŸ“₯ 8.6K / month Β· πŸ“¦ 20 Β· ⏱️ 21.11.2020): ``` pip install fairseq ```
-
ChatterBot (πŸ₯‡31 Β· ⭐ 11K) - ChatterBot is a machine learning, conversational dialog engine for creating chat.. BSD-3 +
ChatterBot (πŸ₯‡31 Β· ⭐ 11K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3 -- **[GitHub](https://github.com/gunthercox/ChatterBot)** (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 3.6K Β· πŸ“¦ 3K Β· πŸ“‹ 1.4K - 13% open Β· ⏱️ 20.08.2020): +- [GitHub](https://github.com/gunthercox/ChatterBot) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 3.6K Β· πŸ“¦ 3K Β· πŸ“‹ 1.4K - 13% open Β· ⏱️ 20.08.2020): ``` git clone https://github.com/gunthercox/ChatterBot ``` -- **[PyPi](https://pypi.org/project/chatterbot)** (πŸ“₯ 21K / month Β· πŸ“¦ 680 Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/chatterbot) (πŸ“₯ 20K / month Β· πŸ“¦ 680 Β· ⏱️ 22.08.2020): ``` pip install chatterbot ```
-
sentencepiece (πŸ₯‡31 Β· ⭐ 4.6K) - Unsupervised text tokenizer for Neural Network-based text generation. Apache-2 +
Rasa (πŸ₯‡31 Β· ⭐ 10K) - Open source machine learning framework to automate text- and voice-.. Apache-2 -- **[GitHub](https://github.com/google/sentencepiece)** (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 590 Β· πŸ“₯ 8.8K Β· πŸ“¦ 4.9K Β· πŸ“‹ 400 - 8% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/RasaHQ/rasa) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 3.2K Β· πŸ“‹ 4.8K - 10% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/google/sentencepiece + git clone https://github.com/RasaHQ/rasa ``` -- **[PyPi](https://pypi.org/project/sentencepiece)** (πŸ“₯ 1.4M / month Β· πŸ“¦ 120 Β· ⏱️ 24.10.2020): +- [PyPi](https://pypi.org/project/rasa) (πŸ“₯ 60K / month Β· πŸ“¦ 64 Β· ⏱️ 11.12.2020): ``` - pip install sentencepiece + pip install rasa ```
-
fastText (πŸ₯ˆ30 Β· ⭐ 22K) - Library for fast text representation and classification. MIT +
sentencepiece (πŸ₯‡31 Β· ⭐ 4.6K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2 -- **[GitHub](https://github.com/facebookresearch/fastText)** (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 4.2K Β· πŸ“¦ 1.4K Β· πŸ“‹ 990 - 40% open Β· ⏱️ 18.07.2020): +- [GitHub](https://github.com/google/sentencepiece) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 600 Β· πŸ“₯ 8.8K Β· πŸ“¦ 4.9K Β· πŸ“‹ 400 - 8% open Β· ⏱️ 12.12.2020): ``` - git clone https://github.com/facebookresearch/fastText + git clone https://github.com/google/sentencepiece ``` -- **[PyPi](https://pypi.org/project/fasttext)** (πŸ“₯ 120K / month Β· πŸ“¦ 190 Β· ⏱️ 28.04.2020): +- [PyPi](https://pypi.org/project/sentencepiece) (πŸ“₯ 1.3M / month Β· πŸ“¦ 120 Β· ⏱️ 24.10.2020): ``` - pip install fasttext + pip install sentencepiece ```
-
Rasa (πŸ₯ˆ30 Β· ⭐ 10K) - Open source machine learning framework to automate text- and voice-based.. Apache-2 +
fastText (πŸ₯ˆ30 Β· ⭐ 22K) - Library for fast text representation and classification. MIT -- **[GitHub](https://github.com/RasaHQ/rasa)** (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 3.2K Β· πŸ“‹ 4.8K - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/fastText) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 4.2K Β· πŸ“¦ 1.4K Β· πŸ“‹ 990 - 40% open Β· ⏱️ 18.07.2020): ``` - git clone https://github.com/RasaHQ/rasa + git clone https://github.com/facebookresearch/fastText ``` -- **[PyPi](https://pypi.org/project/rasa)** (πŸ“₯ 59K / month Β· πŸ“¦ 64 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/fasttext) (πŸ“₯ 120K / month Β· πŸ“¦ 190 Β· ⏱️ 28.04.2020): ``` - pip install rasa + pip install fasttext ```
-
flair (πŸ₯ˆ30 Β· ⭐ 9.7K) - A very simple framework for state-of-the-art Natural Language Processing (NLP). MIT +
flair (πŸ₯ˆ30 Β· ⭐ 9.7K) - A very simple framework for state-of-the-art Natural Language.. MIT -- **[GitHub](https://github.com/flairNLP/flair)** (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.4K Β· πŸ“¦ 560 Β· πŸ“‹ 1.4K - 8% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/flairNLP/flair) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.4K Β· πŸ“¦ 560 Β· πŸ“‹ 1.4K - 8% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/flairNLP/flair ``` -- **[PyPi](https://pypi.org/project/flair)** (πŸ“₯ 34K / month Β· πŸ“¦ 48 Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/flair) (πŸ“₯ 33K / month Β· πŸ“¦ 48 Β· ⏱️ 01.12.2020): ``` pip install flair @@ -1358,51 +1358,51 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
torchtext (πŸ₯ˆ30 Β· ⭐ 2.6K) - Data loaders and abstractions for text and NLP. BSD-3 -- **[GitHub](https://github.com/pytorch/text)** (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 580 Β· πŸ“¦ 3.3K Β· πŸ“‹ 570 - 45% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/pytorch/text) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 580 Β· πŸ“¦ 3.3K Β· πŸ“‹ 570 - 45% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/pytorch/text ``` -- **[PyPi](https://pypi.org/project/torchtext)** (πŸ“₯ 140K / month Β· πŸ“¦ 680 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/torchtext) (πŸ“₯ 140K / month Β· πŸ“¦ 680 Β· ⏱️ 10.12.2020): ``` pip install torchtext ```
-
TextBlob (πŸ₯ˆ29 Β· ⭐ 7.4K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun.. MIT +
TextBlob (πŸ₯ˆ29 Β· ⭐ 7.4K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT -- **[GitHub](https://github.com/sloria/TextBlob)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 950 Β· πŸ“₯ 88 Β· πŸ“¦ 9.3K Β· πŸ“‹ 220 - 31% open Β· ⏱️ 13.11.2020): +- [GitHub](https://github.com/sloria/TextBlob) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 950 Β· πŸ“₯ 88 Β· πŸ“¦ 9.3K Β· πŸ“‹ 220 - 31% open Β· ⏱️ 13.11.2020): ``` git clone https://github.com/sloria/TextBlob ``` -- **[PyPi](https://pypi.org/project/textblob)** (πŸ“₯ 300K / month Β· πŸ“¦ 2.5K Β· ⏱️ 24.02.2019): +- [PyPi](https://pypi.org/project/textblob) (πŸ“₯ 290K / month Β· πŸ“¦ 2.5K Β· ⏱️ 24.02.2019): ``` pip install textblob ```
-
Tokenizers (πŸ₯ˆ28 Β· ⭐ 4.1K) - Fast State-of-the-Art Tokenizers optimized for Research and Production. Apache-2 +
Tokenizers (πŸ₯ˆ28 Β· ⭐ 4.1K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2 -- **[GitHub](https://github.com/huggingface/tokenizers)** (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 290 Β· πŸ“¦ 20 Β· πŸ“‹ 340 - 23% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/huggingface/tokenizers) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 290 Β· πŸ“¦ 20 Β· πŸ“‹ 340 - 23% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/huggingface/tokenizers ``` -- **[PyPi](https://pypi.org/project/tokenizers)** (πŸ“₯ 1.1M / month Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/tokenizers) (πŸ“₯ 1M / month Β· ⏱️ 08.12.2020): ``` pip install tokenizers ```
-
Dedupe (πŸ₯ˆ28 Β· ⭐ 2.8K) - A python library for accurate and scalable fuzzy matching, record deduplication and.. MIT +
Dedupe (πŸ₯ˆ28 Β· ⭐ 2.8K) - A python library for accurate and scalable fuzzy matching, record.. MIT -- **[GitHub](https://github.com/dedupeio/dedupe)** (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 400 Β· πŸ“¦ 170 Β· πŸ“‹ 620 - 7% open Β· ⏱️ 09.11.2020): +- [GitHub](https://github.com/dedupeio/dedupe) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 400 Β· πŸ“¦ 170 Β· πŸ“‹ 620 - 7% open Β· ⏱️ 09.11.2020): ``` git clone https://github.com/dedupeio/dedupe ``` -- **[PyPi](https://pypi.org/project/dedupe)** (πŸ“₯ 49K / month Β· πŸ“¦ 78 Β· ⏱️ 06.09.2020): +- [PyPi](https://pypi.org/project/dedupe) (πŸ“₯ 50K / month Β· πŸ“¦ 78 Β· ⏱️ 06.09.2020): ``` pip install dedupe @@ -1410,25 +1410,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
phonenumbers (πŸ₯ˆ28 Β· ⭐ 2.6K) - Python port of Google's libphonenumber. Apache-2 -- **[GitHub](https://github.com/daviddrysdale/python-phonenumbers)** (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 320 Β· πŸ“‹ 110 - 2% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/daviddrysdale/python-phonenumbers) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 320 Β· πŸ“‹ 110 - 2% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/daviddrysdale/python-phonenumbers ``` -- **[PyPi](https://pypi.org/project/phonenumbers)** (πŸ“₯ 840K / month Β· πŸ“¦ 2.3K Β· ⏱️ 04.12.2020): +- [PyPi](https://pypi.org/project/phonenumbers) (πŸ“₯ 850K / month Β· πŸ“¦ 2.3K Β· ⏱️ 16.12.2020): ``` pip install phonenumbers ```
-
inflect (πŸ₯ˆ28 Β· ⭐ 460) - Correctly generate plurals, ordinals, indefinite articles; convert numbers to words. MIT +
inflect (πŸ₯ˆ28 Β· ⭐ 460) - Correctly generate plurals, ordinals, indefinite articles; convert.. MIT -- **[GitHub](https://github.com/jaraco/inflect)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 57 Β· πŸ“‹ 71 - 18% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/jaraco/inflect) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 57 Β· πŸ“‹ 71 - 18% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/jaraco/inflect ``` -- **[PyPi](https://pypi.org/project/inflect)** (πŸ“₯ 1M / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/inflect) (πŸ“₯ 1M / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.11.2020): ``` pip install inflect @@ -1436,25 +1436,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
OpenNMT (πŸ₯ˆ27 Β· ⭐ 4.7K) - Open Source Neural Machine Translation in PyTorch. MIT -- **[GitHub](https://github.com/OpenNMT/OpenNMT-py)** (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 62 Β· πŸ“‹ 1.2K - 7% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/OpenNMT/OpenNMT-py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 62 Β· πŸ“‹ 1.2K - 7% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/OpenNMT/OpenNMT-py ``` -- **[PyPi](https://pypi.org/project/OpenNMT-py)** (πŸ“₯ 4K / month Β· πŸ“¦ 4 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/OpenNMT-py) (πŸ“₯ 3.8K / month Β· πŸ“¦ 4 Β· ⏱️ 10.11.2020): ``` pip install OpenNMT-py ```
-
GluonNLP (πŸ₯ˆ27 Β· ⭐ 2.2K) - Toolkit that enables easy text preprocessing, datasets loading and neural.. Apache-2 +
GluonNLP (πŸ₯ˆ27 Β· ⭐ 2.2K) - Toolkit that enables easy text preprocessing, datasets.. Apache-2 -- **[GitHub](https://github.com/dmlc/gluon-nlp)** (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 490 Β· πŸ“¦ 340 Β· πŸ“‹ 510 - 44% open Β· ⏱️ 08.10.2020): +- [GitHub](https://github.com/dmlc/gluon-nlp) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 490 Β· πŸ“¦ 340 Β· πŸ“‹ 510 - 44% open Β· ⏱️ 08.10.2020): ``` git clone https://github.com/dmlc/gluon-nlp ``` -- **[PyPi](https://pypi.org/project/gluonnlp)** (πŸ“₯ 39K / month Β· πŸ“¦ 11 Β· ⏱️ 13.08.2020): +- [PyPi](https://pypi.org/project/gluonnlp) (πŸ“₯ 38K / month Β· πŸ“¦ 11 Β· ⏱️ 13.08.2020): ``` pip install gluonnlp @@ -1462,25 +1462,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
textacy (πŸ₯ˆ27 Β· ⭐ 1.6K) - NLP, before and after spaCy. Apache-2 -- **[GitHub](https://github.com/chartbeat-labs/textacy)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 210 Β· πŸ“‹ 220 - 13% open Β· ⏱️ 06.12.2020): +- [GitHub](https://github.com/chartbeat-labs/textacy) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 210 Β· πŸ“‹ 220 - 13% open Β· ⏱️ 06.12.2020): ``` git clone https://github.com/chartbeat-labs/textacy ``` -- **[PyPi](https://pypi.org/project/textacy)** (πŸ“₯ 35K / month Β· πŸ“¦ 77 Β· ⏱️ 29.08.2020): +- [PyPi](https://pypi.org/project/textacy) (πŸ“₯ 34K / month Β· πŸ“¦ 77 Β· ⏱️ 29.08.2020): ``` pip install textacy ```
-
DeepPavlov (πŸ₯ˆ26 Β· ⭐ 4.9K) - An open source library for deep learning end-to-end dialog systems and.. Apache-2 +
DeepPavlov (πŸ₯ˆ26 Β· ⭐ 4.9K) - An open source library for deep learning end-to-end dialog.. Apache-2 -- **[GitHub](https://github.com/deepmipt/DeepPavlov)** (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 870 Β· πŸ“¦ 160 Β· πŸ“‹ 510 - 12% open Β· ⏱️ 13.11.2020): +- [GitHub](https://github.com/deepmipt/DeepPavlov) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 870 Β· πŸ“¦ 160 Β· πŸ“‹ 510 - 12% open Β· ⏱️ 13.11.2020): ``` git clone https://github.com/deepmipt/DeepPavlov ``` -- **[PyPi](https://pypi.org/project/deeppavlov)** (πŸ“₯ 7K / month Β· πŸ“¦ 4 Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/deeppavlov) (πŸ“₯ 7K / month Β· πŸ“¦ 4 Β· ⏱️ 13.11.2020): ``` pip install deeppavlov @@ -1488,12 +1488,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
TensorFlow Text (πŸ₯ˆ26 Β· ⭐ 670) - Making text a first-class citizen in TensorFlow. Apache-2 -- **[GitHub](https://github.com/tensorflow/text)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 81 Β· πŸ“¦ 370 Β· πŸ“‹ 120 - 34% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/text) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 84 Β· πŸ“¦ 370 Β· πŸ“‹ 120 - 34% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/tensorflow/text ``` -- **[PyPi](https://pypi.org/project/tensorflow-text)** (πŸ“₯ 120K / month Β· πŸ“¦ 2 Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/tensorflow-text) (πŸ“₯ 120K / month Β· πŸ“¦ 4 Β· ⏱️ 16.11.2020): ``` pip install tensorflow-text @@ -1501,12 +1501,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
ftfy (πŸ₯ˆ25 Β· ⭐ 2.9K) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT -- **[GitHub](https://github.com/LuminosoInsight/python-ftfy)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 98 Β· πŸ“¦ 2.5K Β· πŸ“‹ 100 - 11% open Β· ⏱️ 17.07.2020): +- [GitHub](https://github.com/LuminosoInsight/python-ftfy) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 98 Β· πŸ“¦ 2.5K Β· πŸ“‹ 100 - 11% open Β· ⏱️ 17.07.2020): ``` git clone https://github.com/LuminosoInsight/python-ftfy ``` -- **[PyPi](https://pypi.org/project/ftfy)** (πŸ“₯ 270K / month Β· πŸ“¦ 760 Β· ⏱️ 20.07.2020): +- [PyPi](https://pypi.org/project/ftfy) (πŸ“₯ 260K / month Β· πŸ“¦ 760 Β· ⏱️ 20.07.2020): ``` pip install ftfy @@ -1514,12 +1514,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Sumy (πŸ₯ˆ25 Β· ⭐ 2.4K) - Module for automatic summarization of text documents and HTML pages. Apache-2 -- **[GitHub](https://github.com/miso-belica/sumy)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 430 Β· πŸ“¦ 610 Β· πŸ“‹ 88 - 11% open Β· ⏱️ 21.11.2020): +- [GitHub](https://github.com/miso-belica/sumy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 430 Β· πŸ“¦ 610 Β· πŸ“‹ 88 - 11% open Β· ⏱️ 21.11.2020): ``` git clone https://github.com/miso-belica/sumy ``` -- **[PyPi](https://pypi.org/project/sumy)** (πŸ“₯ 9.2K / month Β· πŸ“¦ 190 Β· ⏱️ 19.05.2019): +- [PyPi](https://pypi.org/project/sumy) (πŸ“₯ 9.1K / month Β· πŸ“¦ 190 Β· ⏱️ 19.05.2019): ``` pip install sumy @@ -1527,30 +1527,30 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Jina (πŸ₯ˆ25 Β· ⭐ 1.7K) - An easier way to build neural search in the cloud. Apache-2 -- **[GitHub](https://github.com/jina-ai/jina)** (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 290 Β· πŸ“¦ 39 Β· πŸ“‹ 510 - 7% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/jina-ai/jina) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 290 Β· πŸ“¦ 39 Β· πŸ“‹ 510 - 7% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/jina-ai/jina ``` -- **[PyPi](https://pypi.org/project/jina)** (πŸ“₯ 1.2K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/jina) (πŸ“₯ 1.3K / month Β· ⏱️ 15.12.2020): ``` pip install jina ``` -- **[Dockerhub](https://hub.docker.com/r/jinaai/jina)** (πŸ“₯ 61K Β· ⏱️ 15.12.2020): +- [Dockerhub](https://hub.docker.com/r/jinaai/jina) (πŸ“₯ 61K Β· ⏱️ 16.12.2020): ``` docker pull jinaai/jina ```
-
jellyfish (πŸ₯ˆ25 Β· ⭐ 1.4K) - a python library for doing approximate and phonetic matching of strings. BSD-2 +
jellyfish (πŸ₯ˆ25 Β· ⭐ 1.4K) - a python library for doing approximate and phonetic matching of.. BSD-2 -- **[GitHub](https://github.com/jamesturk/jellyfish)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 120 Β· πŸ“¦ 1.9K Β· πŸ“‹ 95 - 9% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/jamesturk/jellyfish) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 120 Β· πŸ“¦ 1.9K Β· πŸ“‹ 95 - 9% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/jamesturk/jellyfish ``` -- **[PyPi](https://pypi.org/project/jellyfish)** (πŸ“₯ 850K / month Β· πŸ“¦ 650 Β· ⏱️ 21.05.2020): +- [PyPi](https://pypi.org/project/jellyfish) (πŸ“₯ 830K / month Β· πŸ“¦ 650 Β· ⏱️ 21.05.2020): ``` pip install jellyfish @@ -1558,25 +1558,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
CLTK (πŸ₯ˆ25 Β· ⭐ 620) - The Classical Language Toolkit. MIT -- **[GitHub](https://github.com/cltk/cltk)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 21 Β· πŸ“¦ 140 Β· πŸ“‹ 480 - 26% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/cltk/cltk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“₯ 21 Β· πŸ“¦ 140 Β· πŸ“‹ 480 - 26% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/cltk/cltk ``` -- **[PyPi](https://pypi.org/project/cltk)** (πŸ“₯ 1.2K / month Β· πŸ“¦ 68 Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/cltk) (πŸ“₯ 1.2K / month Β· πŸ“¦ 68 Β· ⏱️ 03.12.2020): ``` pip install cltk ```
-
ParlAI (πŸ₯‰24 Β· ⭐ 6.8K) - A framework for training and evaluating AI models on a variety of openly available.. MIT +
ParlAI (πŸ₯‰24 Β· ⭐ 6.8K) - A framework for training and evaluating AI models on a variety of.. MIT -- **[GitHub](https://github.com/facebookresearch/ParlAI)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“¦ 4 Β· πŸ“‹ 900 - 12% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/facebookresearch/ParlAI) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“¦ 4 Β· πŸ“‹ 900 - 12% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/facebookresearch/ParlAI ``` -- **[PyPi](https://pypi.org/project/parlai)** (πŸ“₯ 650 / month Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/parlai) (πŸ“₯ 660 / month Β· ⏱️ 16.10.2020): ``` pip install parlai @@ -1584,12 +1584,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
PyText (πŸ₯‰24 Β· ⭐ 6.1K) - A natural language modeling framework based on PyTorch. BSD-3 -- **[GitHub](https://github.com/facebookresearch/pytext)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 750 Β· πŸ“₯ 200 Β· πŸ“¦ 52 Β· πŸ“‹ 190 - 60% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/pytext) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 760 Β· πŸ“₯ 210 Β· πŸ“¦ 52 Β· πŸ“‹ 190 - 60% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/facebookresearch/pytext ``` -- **[PyPi](https://pypi.org/project/pytext-nlp)** (πŸ“₯ 330 / month Β· πŸ“¦ 1 Β· ⏱️ 27.04.2020): +- [PyPi](https://pypi.org/project/pytext-nlp) (πŸ“₯ 350 / month Β· πŸ“¦ 1 Β· ⏱️ 27.04.2020): ``` pip install pytext-nlp @@ -1597,87 +1597,87 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
stanza (πŸ₯‰24 Β· ⭐ 4.9K) - Official Stanford NLP Python Library for Many Human Languages. Apache-2 -- **[GitHub](https://github.com/stanfordnlp/stanza)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 620 Β· πŸ“‹ 420 - 16% open Β· ⏱️ 13.08.2020): +- [GitHub](https://github.com/stanfordnlp/stanza) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 620 Β· πŸ“‹ 420 - 16% open Β· ⏱️ 13.08.2020): ``` git clone https://github.com/stanfordnlp/stanza ``` -- **[PyPi](https://pypi.org/project/stanza)** (πŸ“₯ 16K / month Β· πŸ“¦ 2 Β· ⏱️ 13.08.2020): +- [PyPi](https://pypi.org/project/stanza) (πŸ“₯ 16K / month Β· πŸ“¦ 2 Β· ⏱️ 13.08.2020): ``` pip install stanza ``` -- **[Conda](https://anaconda.org/stanfordnlp/stanza)**: +- [Conda](https://anaconda.org/stanfordnlp/stanza): ``` conda install -c stanfordnlp stanza ```
-
T5 (πŸ₯‰24 Β· ⭐ 3K) - Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-.. Apache-2 +
T5 (πŸ₯‰24 Β· ⭐ 3K) - 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 Β· πŸ”€ 400 Β· πŸ“¦ 18 Β· πŸ“‹ 300 - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/google-research/text-to-text-transfer-transformer) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 400 Β· πŸ“¦ 18 Β· πŸ“‹ 300 - 10% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/google-research/text-to-text-transfer-transformer ``` -- **[PyPi](https://pypi.org/project/t5)** (πŸ“₯ 4.8K / month Β· ⏱️ 26.10.2020): +- [PyPi](https://pypi.org/project/t5) (πŸ“₯ 4.9K / month Β· ⏱️ 26.10.2020): ``` pip install t5 ```
-
TextDistance (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - Compute distance between sequences. 30+ algorithms, pure python.. MIT +
TextDistance (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - Compute distance between sequences. 30+ algorithms, pure.. MIT -- **[GitHub](https://github.com/life4/textdistance)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“₯ 96 Β· πŸ“¦ 260 Β· ⏱️ 13.04.2020): +- [GitHub](https://github.com/life4/textdistance) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“₯ 96 Β· πŸ“¦ 260 Β· ⏱️ 13.04.2020): ``` git clone https://github.com/life4/textdistance ``` -- **[PyPi](https://pypi.org/project/textdistance)** (πŸ“₯ 100K / month Β· πŸ“¦ 28 Β· ⏱️ 13.04.2020): +- [PyPi](https://pypi.org/project/textdistance) (πŸ“₯ 100K / month Β· πŸ“¦ 28 Β· ⏱️ 13.04.2020): ``` pip install textdistance ```
-
PyTextRank (πŸ₯‰24 Β· ⭐ 1.4K) - Python implementation of TextRank for phrase extraction and summarization of text.. MIT +
PyTextRank (πŸ₯‰24 Β· ⭐ 1.4K) - Python implementation of TextRank for phrase extraction and.. MIT -- **[GitHub](https://github.com/DerwenAI/pytextrank)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 280 Β· πŸ“¦ 120 Β· πŸ“‹ 52 - 28% open Β· ⏱️ 21.09.2020): +- [GitHub](https://github.com/DerwenAI/pytextrank) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 280 Β· πŸ“¦ 120 Β· πŸ“‹ 52 - 28% open Β· ⏱️ 21.09.2020): ``` git clone https://github.com/DerwenAI/pytextrank ``` -- **[PyPi](https://pypi.org/project/pytextrank)** (πŸ“₯ 12K / month Β· πŸ“¦ 6 Β· ⏱️ 15.09.2020): +- [PyPi](https://pypi.org/project/pytextrank) (πŸ“₯ 12K / month Β· πŸ“¦ 6 Β· ⏱️ 15.09.2020): ``` pip install pytextrank ```
-
SciSpacy (πŸ₯‰24 Β· ⭐ 760) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2 +
SciSpacy (πŸ₯‰24 Β· ⭐ 760) - A full spaCy pipeline and models for scientific/biomedical.. Apache-2 -- **[GitHub](https://github.com/allenai/scispacy)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 110 Β· πŸ“¦ 180 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 10.11.2020): +- [GitHub](https://github.com/allenai/scispacy) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 120 Β· πŸ“¦ 180 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 10.11.2020): ``` git clone https://github.com/allenai/scispacy ``` -- **[PyPi](https://pypi.org/project/scispacy)** (πŸ“₯ 12K / month Β· πŸ“¦ 12 Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/scispacy) (πŸ“₯ 12K / month Β· πŸ“¦ 12 Β· ⏱️ 16.10.2020): ``` pip install scispacy ```
-
Ciphey (πŸ₯‰23 Β· ⭐ 5.8K) - Automatically decrypt encryptions without knowing the key or cipher, decode.. MIT +
Ciphey (πŸ₯‰23 Β· ⭐ 5.9K) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT -- **[GitHub](https://github.com/Ciphey/Ciphey)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 330 Β· πŸ“‹ 210 - 21% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/Ciphey/Ciphey) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 330 Β· πŸ“‹ 210 - 21% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/Ciphey/Ciphey ``` -- **[PyPi](https://pypi.org/project/ciphey)** (πŸ“₯ 2.7K / month Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/ciphey) (πŸ“₯ 2.8K / month Β· ⏱️ 02.12.2020): ``` pip install ciphey ``` -- **[Dockerhub](https://hub.docker.com/r/remnux/ciphey)** (πŸ“₯ 6.9K Β· ⭐ 1 Β· ⏱️ 09.12.2020): +- [Dockerhub](https://hub.docker.com/r/remnux/ciphey) (πŸ“₯ 6.9K Β· ⭐ 1 Β· ⏱️ 09.12.2020): ``` docker pull remnux/ciphey @@ -1685,12 +1685,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
flashtext (πŸ₯‰23 Β· ⭐ 4.6K Β· πŸ’€) - Extract Keywords from sentence or Replace keywords in sentences. MIT -- **[GitHub](https://github.com/vi3k6i5/flashtext)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 520 Β· πŸ“¦ 320 Β· πŸ“‹ 96 - 50% open Β· ⏱️ 03.05.2020): +- [GitHub](https://github.com/vi3k6i5/flashtext) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 520 Β· πŸ“¦ 320 Β· πŸ“‹ 96 - 50% open Β· ⏱️ 03.05.2020): ``` git clone https://github.com/vi3k6i5/flashtext ``` -- **[PyPi](https://pypi.org/project/flashtext)** (πŸ“₯ 250K / month Β· πŸ“¦ 32 Β· ⏱️ 16.02.2018): +- [PyPi](https://pypi.org/project/flashtext) (πŸ“₯ 250K / month Β· πŸ“¦ 32 Β· ⏱️ 16.02.2018): ``` pip install flashtext @@ -1698,38 +1698,38 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
pytorch-nlp (πŸ₯‰23 Β· ⭐ 1.8K) - Basic Utilities for PyTorch Natural Language Processing (NLP). BSD-3 -- **[GitHub](https://github.com/PetrochukM/PyTorch-NLP)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 220 Β· πŸ“¦ 160 Β· πŸ“‹ 63 - 22% open Β· ⏱️ 11.10.2020): +- [GitHub](https://github.com/PetrochukM/PyTorch-NLP) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 220 Β· πŸ“¦ 160 Β· πŸ“‹ 63 - 22% open Β· ⏱️ 11.10.2020): ``` git clone https://github.com/PetrochukM/PyTorch-NLP ``` -- **[PyPi](https://pypi.org/project/pytorch-nlp)** (πŸ“₯ 4.3K / month Β· πŸ“¦ 18 Β· ⏱️ 04.11.2019): +- [PyPi](https://pypi.org/project/pytorch-nlp) (πŸ“₯ 4.2K / month Β· πŸ“¦ 18 Β· ⏱️ 04.11.2019): ``` pip install pytorch-nlp ```
-
pyahocorasick (πŸ₯‰23 Β· ⭐ 560 Β· πŸ’€) - Python module (C extension and plain python) implementing Aho-Corasick.. BSD-3 +
pyahocorasick (πŸ₯‰23 Β· ⭐ 560 Β· πŸ’€) - Python module (C extension and plain python) implementing.. BSD-3 -- **[GitHub](https://github.com/WojciechMula/pyahocorasick)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 84 Β· πŸ“¦ 440 Β· πŸ“‹ 92 - 31% open Β· ⏱️ 06.04.2020): +- [GitHub](https://github.com/WojciechMula/pyahocorasick) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 84 Β· πŸ“¦ 440 Β· πŸ“‹ 92 - 31% open Β· ⏱️ 06.04.2020): ``` git clone https://github.com/WojciechMula/pyahocorasick ``` -- **[PyPi](https://pypi.org/project/pyahocorasick)** (πŸ“₯ 160K / month Β· πŸ“¦ 64 Β· ⏱️ 14.01.2019): +- [PyPi](https://pypi.org/project/pyahocorasick) (πŸ“₯ 150K / month Β· πŸ“¦ 64 Β· ⏱️ 14.01.2019): ``` pip install pyahocorasick ```
-
pySBD (πŸ₯‰23 Β· ⭐ 240) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary.. MIT +
pySBD (πŸ₯‰23 Β· ⭐ 240) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT -- **[GitHub](https://github.com/nipunsadvilkar/pySBD)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 25 Β· πŸ“¦ 88 Β· πŸ“‹ 47 - 8% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/nipunsadvilkar/pySBD) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 25 Β· πŸ“¦ 89 Β· πŸ“‹ 47 - 8% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/nipunsadvilkar/pySBD ``` -- **[PyPi](https://pypi.org/project/pysbd)** (πŸ“₯ 15K / month Β· πŸ“¦ 2 Β· ⏱️ 08.10.2020): +- [PyPi](https://pypi.org/project/pysbd) (πŸ“₯ 15K / month Β· πŸ“¦ 2 Β· ⏱️ 08.10.2020): ``` pip install pysbd @@ -1737,25 +1737,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Snips NLU (πŸ₯‰22 Β· ⭐ 3.4K Β· πŸ’€) - Snips Python library to extract meaning from text. Apache-2 -- **[GitHub](https://github.com/snipsco/snips-nlu)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 450 Β· πŸ“‹ 250 - 20% open Β· ⏱️ 08.02.2020): +- [GitHub](https://github.com/snipsco/snips-nlu) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 450 Β· πŸ“‹ 250 - 20% open Β· ⏱️ 08.02.2020): ``` git clone https://github.com/snipsco/snips-nlu ``` -- **[PyPi](https://pypi.org/project/snips-nlu)** (πŸ“₯ 1.9K / month Β· πŸ“¦ 8 Β· ⏱️ 15.01.2020): +- [PyPi](https://pypi.org/project/snips-nlu) (πŸ“₯ 1.9K / month Β· πŸ“¦ 8 Β· ⏱️ 15.01.2020): ``` pip install snips-nlu ```
-
scattertext (πŸ₯‰22 Β· ⭐ 1.5K) - Beautiful visualizations of how language differs among document types. Apache-2 +
scattertext (πŸ₯‰22 Β· ⭐ 1.5K) - Beautiful visualizations of how language differs among.. Apache-2 -- **[GitHub](https://github.com/JasonKessler/scattertext)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 200 Β· πŸ“¦ 130 Β· πŸ“‹ 66 - 24% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/JasonKessler/scattertext) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 200 Β· πŸ“¦ 130 Β· πŸ“‹ 66 - 24% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/JasonKessler/scattertext ``` -- **[PyPi](https://pypi.org/project/scattertext)** (πŸ“₯ 3.1K / month Β· πŸ“¦ 8 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/scattertext) (πŸ“₯ 3K / month Β· πŸ“¦ 8 Β· ⏱️ 14.12.2020): ``` pip install scattertext @@ -1763,38 +1763,38 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
fast-bert (πŸ₯‰22 Β· ⭐ 1.5K) - Super easy library for BERT based NLP models. Apache-2 -- **[GitHub](https://github.com/kaushaltrivedi/fast-bert)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 300 Β· πŸ“‹ 230 - 60% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/kaushaltrivedi/fast-bert) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 300 Β· πŸ“‹ 230 - 60% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/kaushaltrivedi/fast-bert ``` -- **[PyPi](https://pypi.org/project/fast-bert)** (πŸ“₯ 2.1K / month Β· πŸ“¦ 2 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/fast-bert) (πŸ“₯ 2.1K / month Β· πŸ“¦ 2 Β· ⏱️ 09.12.2020): ``` pip install fast-bert ```
-
spacy-transformers (πŸ₯‰22 Β· ⭐ 850) - Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy. MIT spacy +
spacy-transformers (πŸ₯‰22 Β· ⭐ 850) - Use pretrained transformers like BERT, XLNet and GPT-2 in.. MIT spacy -- **[GitHub](https://github.com/explosion/spacy-transformers)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 97 Β· πŸ“¦ 64 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/explosion/spacy-transformers) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 97 Β· πŸ“¦ 64 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/explosion/spacy-transformers ``` -- **[PyPi](https://pypi.org/project/spacy-transformers)** (πŸ“₯ 7.3K / month Β· πŸ“¦ 3 Β· ⏱️ 14.10.2020): +- [PyPi](https://pypi.org/project/spacy-transformers) (πŸ“₯ 7.8K / month Β· πŸ“¦ 3 Β· ⏱️ 14.10.2020): ``` pip install spacy-transformers ```
-
NLP Architect (πŸ₯‰21 Β· ⭐ 2.6K) - A model library for exploring state-of-the-art deep learning topologies.. Apache-2 +
NLP Architect (πŸ₯‰21 Β· ⭐ 2.6K) - A model library for exploring state-of-the-art deep learning.. Apache-2 -- **[GitHub](https://github.com/IntelLabs/nlp-architect)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 390 Β· πŸ“¦ 6 Β· πŸ“‹ 120 - 13% open Β· ⏱️ 26.11.2020): +- [GitHub](https://github.com/IntelLabs/nlp-architect) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 390 Β· πŸ“¦ 6 Β· πŸ“‹ 120 - 13% open Β· ⏱️ 26.11.2020): ``` git clone https://github.com/IntelLabs/nlp-architect ``` -- **[PyPi](https://pypi.org/project/nlp-architect)** (πŸ“₯ 260 / month Β· ⏱️ 12.04.2020): +- [PyPi](https://pypi.org/project/nlp-architect) (πŸ“₯ 260 / month Β· ⏱️ 12.04.2020): ``` pip install nlp-architect @@ -1802,25 +1802,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
NeMo (πŸ₯‰21 Β· ⭐ 2.2K) - NeMo: a toolkit for conversational AI. Apache-2 -- **[GitHub](https://github.com/NVIDIA/NeMo)** (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 360 Β· πŸ“₯ 320 Β· πŸ“‹ 390 - 40% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/NVIDIA/NeMo) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 360 Β· πŸ“₯ 370 Β· πŸ“‹ 390 - 40% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/NVIDIA/NeMo ``` -- **[PyPi](https://pypi.org/project/nemo-toolkit)** (πŸ“₯ 2.4K / month Β· πŸ“¦ 4 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/nemo-toolkit) (πŸ“₯ 2.4K / month Β· πŸ“¦ 4 Β· ⏱️ 11.12.2020): ``` pip install nemo-toolkit ```
-
Texar (πŸ₯‰21 Β· ⭐ 2.1K) - Toolkit for Machine Learning, Natural Language Processing, and Text.. Apache-2 +
Texar (πŸ₯‰21 Β· ⭐ 2.1K) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2 -- **[GitHub](https://github.com/asyml/texar)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 330 Β· πŸ“¦ 12 Β· πŸ“‹ 160 - 20% open Β· ⏱️ 29.07.2020): +- [GitHub](https://github.com/asyml/texar) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 330 Β· πŸ“¦ 12 Β· πŸ“‹ 160 - 20% open Β· ⏱️ 29.07.2020): ``` git clone https://github.com/asyml/texar ``` -- **[PyPi](https://pypi.org/project/texar)** (πŸ“₯ 130 / month Β· πŸ“¦ 2 Β· ⏱️ 19.11.2019): +- [PyPi](https://pypi.org/project/texar) (πŸ“₯ 130 / month Β· πŸ“¦ 2 Β· ⏱️ 19.11.2019): ``` pip install texar @@ -1828,82 +1828,82 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Texthero (πŸ₯‰21 Β· ⭐ 2K) - Text preprocessing, representation and visualization from zero to hero. MIT -- **[GitHub](https://github.com/jbesomi/texthero)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 180 Β· πŸ“₯ 54 Β· πŸ“‹ 120 - 60% open Β· ⏱️ 03.11.2020): +- [GitHub](https://github.com/jbesomi/texthero) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 180 Β· πŸ“₯ 55 Β· πŸ“‹ 120 - 60% open Β· ⏱️ 03.11.2020): ``` git clone https://github.com/jbesomi/texthero ``` -- **[PyPi](https://pypi.org/project/texthero)** (πŸ“₯ 3.5K / month Β· ⏱️ 06.07.2020): +- [PyPi](https://pypi.org/project/texthero) (πŸ“₯ 3.5K / month Β· ⏱️ 06.07.2020): ``` pip install texthero ```
-
DELTA (πŸ₯‰21 Β· ⭐ 1.4K) - DELTA is a deep learning based natural language and speech processing platform. Apache-2 +
DELTA (πŸ₯‰21 Β· ⭐ 1.4K) - DELTA is a deep learning based natural language and speech.. Apache-2 -- **[GitHub](https://github.com/Delta-ML/delta)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 270 Β· πŸ“‹ 73 - 12% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/Delta-ML/delta) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 270 Β· πŸ“‹ 73 - 12% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/Delta-ML/delta ``` -- **[PyPi](https://pypi.org/project/delta-nlp)** (πŸ“₯ 37 / month Β· ⏱️ 27.03.2020): +- [PyPi](https://pypi.org/project/delta-nlp) (πŸ“₯ 34 / month Β· ⏱️ 27.03.2020): ``` pip install delta-nlp ``` -- **[Dockerhub](https://hub.docker.com/r/zh794390558/delta)** (πŸ“₯ 12K Β· ⏱️ 15.12.2020): +- [Dockerhub](https://hub.docker.com/r/zh794390558/delta) (πŸ“₯ 12K Β· ⏱️ 15.12.2020): ``` docker pull zh794390558/delta ```
-
DeepMatcher (πŸ₯‰20 Β· ⭐ 3.3K Β· πŸ’€) - Python package for performing Entity and Text Matching using Deep Learning. BSD-3 +
DeepMatcher (πŸ₯‰20 Β· ⭐ 3.3K Β· πŸ’€) - Python package for performing Entity and Text Matching using.. BSD-3 -- **[GitHub](https://github.com/anhaidgroup/deepmatcher)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 1.2K Β· πŸ“¦ 9 Β· πŸ“‹ 62 - 75% open Β· ⏱️ 20.04.2020): +- [GitHub](https://github.com/anhaidgroup/deepmatcher) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 1.2K Β· πŸ“¦ 9 Β· πŸ“‹ 62 - 75% open Β· ⏱️ 20.04.2020): ``` git clone https://github.com/anhaidgroup/deepmatcher ``` -- **[PyPi](https://pypi.org/project/deepmatcher)** (πŸ“₯ 340 / month Β· ⏱️ 30.12.2019): +- [PyPi](https://pypi.org/project/deepmatcher) (πŸ“₯ 340 / month Β· ⏱️ 30.12.2019): ``` pip install deepmatcher ```
-
Kashgari (πŸ₯‰20 Β· ⭐ 2K) - Kashgari is a production-level NLP Transfer learning framework built on top.. Apache-2 +
Kashgari (πŸ₯‰20 Β· ⭐ 2K) - Kashgari is a production-level NLP Transfer learning framework.. Apache-2 -- **[GitHub](https://github.com/BrikerMan/Kashgari)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 370 Β· πŸ“¦ 19 Β· πŸ“‹ 320 - 8% open Β· ⏱️ 29.10.2020): +- [GitHub](https://github.com/BrikerMan/Kashgari) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 370 Β· πŸ“¦ 19 Β· πŸ“‹ 320 - 8% open Β· ⏱️ 29.10.2020): ``` git clone https://github.com/BrikerMan/Kashgari ``` -- **[PyPi](https://pypi.org/project/kashgari-tf)** (πŸ“₯ 230 / month Β· πŸ“¦ 1 Β· ⏱️ 26.06.2019): +- [PyPi](https://pypi.org/project/kashgari-tf) (πŸ“₯ 240 / month Β· πŸ“¦ 1 Β· ⏱️ 26.06.2019): ``` pip install kashgari-tf ```
-
FARM (πŸ₯‰20 Β· ⭐ 1K) - Fast & easy transfer learning for NLP. Harvesting language models for the.. Apache-2 +
FARM (πŸ₯‰20 Β· ⭐ 1K) - Fast & easy transfer learning for NLP. Harvesting language models.. Apache-2 -- **[GitHub](https://github.com/deepset-ai/FARM)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“‹ 310 - 10% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/deepset-ai/FARM) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“‹ 310 - 10% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/deepset-ai/FARM ``` -- **[PyPi](https://pypi.org/project/farm)** (πŸ“₯ 7.1K / month Β· πŸ“¦ 1 Β· ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/farm) (πŸ“₯ 7K / month Β· πŸ“¦ 1 Β· ⏱️ 30.10.2020): ``` pip install farm ```
-
Sockeye (πŸ₯‰20 Β· ⭐ 980) - Sequence-to-sequence framework with a focus on Neural Machine Translation.. Apache-2 +
Sockeye (πŸ₯‰20 Β· ⭐ 980) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2 -- **[GitHub](https://github.com/awslabs/sockeye)** (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 290 Β· πŸ“‹ 240 - 7% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/awslabs/sockeye) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 290 Β· πŸ“‹ 240 - 7% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/awslabs/sockeye ``` -- **[PyPi](https://pypi.org/project/sockeye)** (πŸ“₯ 650 / month Β· πŸ“¦ 2 Β· ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/sockeye) (πŸ“₯ 650 / month Β· πŸ“¦ 2 Β· ⏱️ 05.11.2020): ``` pip install sockeye @@ -1911,12 +1911,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
YouTokenToMe (πŸ₯‰20 Β· ⭐ 700 Β· πŸ’€) - Unsupervised text tokenizer focused on computational efficiency. MIT -- **[GitHub](https://github.com/VKCOM/YouTokenToMe)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 88 Β· πŸ“‹ 41 - 51% open Β· ⏱️ 13.02.2020): +- [GitHub](https://github.com/VKCOM/YouTokenToMe) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 88 Β· πŸ“‹ 41 - 51% open Β· ⏱️ 13.02.2020): ``` git clone https://github.com/vkcom/youtokentome ``` -- **[PyPi](https://pypi.org/project/youtokentome)** (πŸ“₯ 7.1K / month Β· πŸ“¦ 6 Β· ⏱️ 12.02.2020): +- [PyPi](https://pypi.org/project/youtokentome) (πŸ“₯ 7.2K / month Β· πŸ“¦ 6 Β· ⏱️ 12.02.2020): ``` pip install youtokentome @@ -1924,12 +1924,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
finetune (πŸ₯‰19 Β· ⭐ 630) - Scikit-learn style model finetuning for NLP. MPL-2.0 -- **[GitHub](https://github.com/IndicoDataSolutions/finetune)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 68 Β· πŸ“¦ 7 Β· πŸ“‹ 130 - 13% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/IndicoDataSolutions/finetune) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 68 Β· πŸ“¦ 7 Β· πŸ“‹ 130 - 13% open Β· ⏱️ 24.11.2020): ``` git clone https://github.com/IndicoDataSolutions/finetune ``` -- **[PyPi](https://pypi.org/project/finetune)** (πŸ“₯ 190 / month Β· πŸ“¦ 2 Β· ⏱️ 10.01.2020): +- [PyPi](https://pypi.org/project/finetune) (πŸ“₯ 210 / month Β· πŸ“¦ 2 Β· ⏱️ 10.01.2020): ``` pip install finetune @@ -1937,12 +1937,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
textpipe (πŸ₯‰19 Β· ⭐ 260) - Textpipe: clean and extract metadata from text. MIT -- **[GitHub](https://github.com/textpipe/textpipe)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 17 Β· πŸ“¦ 6 Β· πŸ“‹ 44 - 45% open Β· ⏱️ 12.10.2020): +- [GitHub](https://github.com/textpipe/textpipe) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 17 Β· πŸ“¦ 6 Β· πŸ“‹ 44 - 45% open Β· ⏱️ 12.10.2020): ``` git clone https://github.com/textpipe/textpipe ``` -- **[PyPi](https://pypi.org/project/textpipe)** (πŸ“₯ 540 / month Β· πŸ“¦ 1 Β· ⏱️ 12.10.2020): +- [PyPi](https://pypi.org/project/textpipe) (πŸ“₯ 530 / month Β· πŸ“¦ 1 Β· ⏱️ 12.10.2020): ``` pip install textpipe @@ -1950,25 +1950,25 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Camphr (πŸ₯‰17 Β· ⭐ 320) - spaCy plugin for Transformers , Udify, ELmo, etc. Apache-2 spacy -- **[GitHub](https://github.com/PKSHATechnology-Research/camphr)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 15 Β· πŸ“‹ 21 - 33% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PKSHATechnology-Research/camphr) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 15 Β· πŸ“‹ 21 - 33% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/PKSHATechnology-Research/camphr ``` -- **[PyPi](https://pypi.org/project/camphr)** (πŸ“₯ 520 / month Β· ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/camphr) (πŸ“₯ 530 / month Β· ⏱️ 20.08.2020): ``` pip install camphr ```
-
VizSeq (πŸ₯‰16 Β· ⭐ 290) - An Analysis Toolkit for Natural Language Generation (Translation, Captioning,.. MIT +
VizSeq (πŸ₯‰16 Β· ⭐ 290) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT -- **[GitHub](https://github.com/facebookresearch/vizseq)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 39 Β· πŸ“¦ 1 Β· πŸ“‹ 15 - 46% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/facebookresearch/vizseq) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 39 Β· πŸ“¦ 1 Β· πŸ“‹ 15 - 46% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/facebookresearch/vizseq ``` -- **[PyPi](https://pypi.org/project/vizseq)** (πŸ“₯ 130 / month Β· ⏱️ 07.08.2020): +- [PyPi](https://pypi.org/project/vizseq) (πŸ“₯ 130 / month Β· ⏱️ 07.08.2020): ``` pip install vizseq @@ -1976,12 +1976,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Headliner (πŸ₯‰16 Β· ⭐ 220 Β· πŸ’€) - Easy training and deployment of seq2seq models. MIT -- **[GitHub](https://github.com/as-ideas/headliner)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 38 Β· πŸ“¦ 2 Β· πŸ“‹ 14 - 7% open Β· ⏱️ 14.02.2020): +- [GitHub](https://github.com/as-ideas/headliner) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 38 Β· πŸ“¦ 2 Β· πŸ“‹ 14 - 7% open Β· ⏱️ 14.02.2020): ``` git clone https://github.com/as-ideas/headliner ``` -- **[PyPi](https://pypi.org/project/headliner)** (πŸ“₯ 440 / month Β· πŸ“¦ 1 Β· ⏱️ 24.01.2020): +- [PyPi](https://pypi.org/project/headliner) (πŸ“₯ 430 / month Β· πŸ“¦ 1 Β· ⏱️ 24.01.2020): ``` pip install headliner @@ -1989,38 +1989,38 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Translate (πŸ₯‰15 Β· ⭐ 660) - Translate - a PyTorch Language Library. BSD-3 -- **[GitHub](https://github.com/pytorch/translate)** (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 160 Β· πŸ“‹ 93 - 70% open Β· ⏱️ 16.11.2020): +- [GitHub](https://github.com/pytorch/translate) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 160 Β· πŸ“‹ 93 - 70% open Β· ⏱️ 16.11.2020): ``` git clone https://github.com/pytorch/translate ``` -- **[PyPi](https://pypi.org/project/pytorch-translate)** (πŸ“₯ 16 / month Β· ⏱️ 01.05.2018): +- [PyPi](https://pypi.org/project/pytorch-translate) (πŸ“₯ 16 / month Β· ⏱️ 01.05.2018): ``` pip install pytorch-translate ```
-
NeuralQA (πŸ₯‰15 Β· ⭐ 180) - NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT. MIT +
NeuralQA (πŸ₯‰15 Β· ⭐ 180) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT -- **[GitHub](https://github.com/victordibia/neuralqa)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 23 Β· πŸ“¦ 1 Β· πŸ“‹ 26 - 69% open Β· ⏱️ 25.09.2020): +- [GitHub](https://github.com/victordibia/neuralqa) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 23 Β· πŸ“¦ 1 Β· πŸ“‹ 26 - 69% open Β· ⏱️ 25.09.2020): ``` git clone https://github.com/victordibia/neuralqa ``` -- **[PyPi](https://pypi.org/project/neuralqa)** (πŸ“₯ 100 / month Β· ⏱️ 29.07.2020): +- [PyPi](https://pypi.org/project/neuralqa) (πŸ“₯ 110 / month Β· ⏱️ 29.07.2020): ``` pip install neuralqa ```
-
TransferNLP (πŸ₯‰14 Β· ⭐ 280 Β· πŸ’€) - NLP library designed for reproducible experimentation management. MIT +
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): +- [GitHub](https://github.com/feedly/transfer-nlp) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 18 Β· πŸ“‹ 23 - 17% open Β· ⏱️ 28.05.2020): ``` git clone https://github.com/feedly/transfer-nlp ``` -- **[PyPi](https://pypi.org/project/transfer-nlp)** (πŸ“₯ 110 / month Β· ⏱️ 28.05.2020): +- [PyPi](https://pypi.org/project/transfer-nlp) (πŸ“₯ 110 / month Β· ⏱️ 28.05.2020): ``` pip install transfer-nlp @@ -2029,12 +2029,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
Show 10 hidden projects...
gensim (πŸ₯‡35 Β· ⭐ 11K) - Topic Modelling for Humans. ❗️LGPL-2.1 -- **[GitHub](https://github.com/RaRe-Technologies/gensim)** (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 3.8K Β· πŸ“₯ 2.6K Β· πŸ“¦ 19K Β· πŸ“‹ 1.6K - 22% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/RaRe-Technologies/gensim) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 3.8K Β· πŸ“₯ 2.6K Β· πŸ“¦ 19K Β· πŸ“‹ 1.6K - 22% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/RaRe-Technologies/gensim ``` -- **[PyPi](https://pypi.org/project/gensim)** (πŸ“₯ 4.8M / month Β· πŸ“¦ 4.7K Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/gensim) (πŸ“₯ 4.6M / month Β· πŸ“¦ 4.7K Β· ⏱️ 15.11.2020): ``` pip install gensim @@ -2042,12 +2042,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
fuzzywuzzy (πŸ₯ˆ29 Β· ⭐ 7.7K Β· πŸ’€) - Fuzzy String Matching in Python. ❗️GPL-2.0 -- **[GitHub](https://github.com/seatgeek/fuzzywuzzy)** (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 790 Β· πŸ“¦ 7.3K Β· πŸ“‹ 180 - 47% open Β· ⏱️ 13.02.2020): +- [GitHub](https://github.com/seatgeek/fuzzywuzzy) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 790 Β· πŸ“¦ 7.3K Β· πŸ“‹ 180 - 47% open Β· ⏱️ 13.02.2020): ``` git clone https://github.com/seatgeek/fuzzywuzzy ``` -- **[PyPi](https://pypi.org/project/fuzzywuzzy)** (πŸ“₯ 2.3M / month Β· πŸ“¦ 3.2K Β· ⏱️ 13.02.2020): +- [PyPi](https://pypi.org/project/fuzzywuzzy) (πŸ“₯ 2.3M / month Β· πŸ“¦ 3.2K Β· ⏱️ 13.02.2020): ``` pip install fuzzywuzzy @@ -2055,12 +2055,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
langid (πŸ₯ˆ26 Β· ⭐ 1.7K Β· πŸ’€) - Stand-alone language identification system. BSD-3 -- **[GitHub](https://github.com/saffsd/langid.py)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 260 Β· πŸ“¦ 560 Β· πŸ“‹ 70 - 35% open Β· ⏱️ 15.07.2017): +- [GitHub](https://github.com/saffsd/langid.py) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 260 Β· πŸ“¦ 560 Β· πŸ“‹ 70 - 35% open Β· ⏱️ 15.07.2017): ``` git clone https://github.com/saffsd/langid.py ``` -- **[PyPi](https://pypi.org/project/langid)** (πŸ“₯ 550K / month Β· πŸ“¦ 250 Β· ⏱️ 05.04.2016): +- [PyPi](https://pypi.org/project/langid) (πŸ“₯ 530K / month Β· πŸ“¦ 250 Β· ⏱️ 05.04.2016): ``` pip install langid @@ -2068,38 +2068,38 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
polyglot (πŸ₯ˆ25 Β· ⭐ 1.7K) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0 -- **[GitHub](https://github.com/aboSamoor/polyglot)** (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 290 Β· πŸ“¦ 410 Β· πŸ“‹ 190 - 68% open Β· ⏱️ 22.09.2020): +- [GitHub](https://github.com/aboSamoor/polyglot) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 290 Β· πŸ“¦ 410 Β· πŸ“‹ 190 - 68% open Β· ⏱️ 22.09.2020): ``` git clone https://github.com/aboSamoor/polyglot ``` -- **[PyPi](https://pypi.org/project/polyglot)** (πŸ“₯ 49K / month Β· πŸ“¦ 65 Β· ⏱️ 03.07.2016): +- [PyPi](https://pypi.org/project/polyglot) (πŸ“₯ 49K / month Β· πŸ“¦ 65 Β· ⏱️ 03.07.2016): ``` pip install polyglot ```
-
anaGo (πŸ₯‰22 Β· ⭐ 1.4K Β· πŸ’€) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech.. MIT +
anaGo (πŸ₯‰22 Β· ⭐ 1.4K Β· πŸ’€) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT -- **[GitHub](https://github.com/Hironsan/anago)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 350 Β· πŸ“¦ 24 Β· πŸ“‹ 110 - 33% open Β· ⏱️ 23.10.2019): +- [GitHub](https://github.com/Hironsan/anago) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 350 Β· πŸ“¦ 24 Β· πŸ“‹ 110 - 33% open Β· ⏱️ 23.10.2019): ``` git clone https://github.com/Hironsan/anago ``` -- **[PyPi](https://pypi.org/project/anago)** (πŸ“₯ 1.6K / month Β· ⏱️ 17.07.2018): +- [PyPi](https://pypi.org/project/anago) (πŸ“₯ 1.6K / month Β· ⏱️ 17.07.2018): ``` pip install anago ```
-
MatchZoo (πŸ₯‰21 Β· ⭐ 3.3K Β· πŸ’€) - Facilitating the design, comparison and sharing of deep text matching.. Apache-2 +
MatchZoo (πŸ₯‰21 Β· ⭐ 3.3K Β· πŸ’€) - Facilitating the design, comparison and sharing of deep.. Apache-2 -- **[GitHub](https://github.com/NTMC-Community/MatchZoo)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 860 Β· πŸ“¦ 9 Β· πŸ“‹ 450 - 5% open Β· ⏱️ 24.10.2019): +- [GitHub](https://github.com/NTMC-Community/MatchZoo) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 860 Β· πŸ“¦ 9 Β· πŸ“‹ 450 - 5% open Β· ⏱️ 24.10.2019): ``` git clone https://github.com/NTMC-Community/MatchZoo ``` -- **[PyPi](https://pypi.org/project/matchzoo)** (πŸ“₯ 300 / month Β· ⏱️ 24.10.2019): +- [PyPi](https://pypi.org/project/matchzoo) (πŸ“₯ 300 / month Β· ⏱️ 24.10.2019): ``` pip install matchzoo @@ -2107,12 +2107,12 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
stop-words (πŸ₯‰20 Β· ⭐ 120 Β· πŸ’€) - Get list of common stop words in various languages in Python. BSD-3 -- **[GitHub](https://github.com/Alir3z4/python-stop-words)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 19 Β· πŸ“¦ 1K Β· πŸ“‹ 12 - 25% open Β· ⏱️ 23.07.2018): +- [GitHub](https://github.com/Alir3z4/python-stop-words) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 19 Β· πŸ“¦ 1K Β· πŸ“‹ 12 - 25% open Β· ⏱️ 23.07.2018): ``` git clone https://github.com/Alir3z4/python-stop-words ``` -- **[PyPi](https://pypi.org/project/stop-words)** (πŸ“₯ 44K / month Β· πŸ“¦ 200 Β· ⏱️ 23.07.2018): +- [PyPi](https://pypi.org/project/stop-words) (πŸ“₯ 44K / month Β· πŸ“¦ 200 Β· ⏱️ 23.07.2018): ``` pip install stop-words @@ -2120,38 +2120,38 @@ _Libraries for processing, cleaning, manipulating, and analyzing text data as we
pyfasttext (πŸ₯‰19 Β· ⭐ 230 Β· πŸ’€) - Yet another Python binding for fastText. ❗️GPL-3.0 -- **[GitHub](https://github.com/vrasneur/pyfasttext)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 31 Β· πŸ“₯ 300 Β· πŸ“¦ 130 Β· πŸ“‹ 47 - 40% open Β· ⏱️ 08.12.2018): +- [GitHub](https://github.com/vrasneur/pyfasttext) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 31 Β· πŸ“₯ 300 Β· πŸ“¦ 130 Β· πŸ“‹ 47 - 40% open Β· ⏱️ 08.12.2018): ``` git clone https://github.com/vrasneur/pyfasttext ``` -- **[PyPi](https://pypi.org/project/pyfasttext)** (πŸ“₯ 2.7K / month Β· πŸ“¦ 5 Β· ⏱️ 08.12.2018): +- [PyPi](https://pypi.org/project/pyfasttext) (πŸ“₯ 2.7K / month Β· πŸ“¦ 5 Β· ⏱️ 08.12.2018): ``` pip install pyfasttext ```
-
NeuroNER (πŸ₯‰18 Β· ⭐ 1.5K Β· πŸ’€) - Named-entity recognition using neural networks. Easy-to-use and state-of-the-.. MIT +
NeuroNER (πŸ₯‰18 Β· ⭐ 1.5K Β· πŸ’€) - Named-entity recognition using neural networks. Easy-to-use and.. MIT -- **[GitHub](https://github.com/Franck-Dernoncourt/NeuroNER)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 440 Β· πŸ“¦ 8 Β· πŸ“‹ 140 - 53% open Β· ⏱️ 02.10.2019): +- [GitHub](https://github.com/Franck-Dernoncourt/NeuroNER) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 440 Β· πŸ“¦ 8 Β· πŸ“‹ 140 - 53% open Β· ⏱️ 02.10.2019): ``` git clone https://github.com/Franck-Dernoncourt/NeuroNER ``` -- **[PyPi](https://pypi.org/project/pyneuroner)** (πŸ“₯ 120 / month Β· ⏱️ 02.10.2019): +- [PyPi](https://pypi.org/project/pyneuroner) (πŸ“₯ 120 / month Β· ⏱️ 02.10.2019): ``` pip install pyneuroner ```
-
ONNX-T5 (πŸ₯‰11 Β· ⭐ 130 Β· 🐣) - Summarization, translation, sentiment-analysis, text-generation and more at.. Apache-2 +
ONNX-T5 (πŸ₯‰11 Β· ⭐ 130 Β· 🐣) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2 -- **[GitHub](https://github.com/abelriboulot/onnxt5)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 15 Β· πŸ“‹ 8 - 37% open Β· ⏱️ 02.09.2020): +- [GitHub](https://github.com/abelriboulot/onnxt5) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 15 Β· πŸ“‹ 8 - 37% open Β· ⏱️ 02.09.2020): ``` git clone https://github.com/abelriboulot/onnxt5 ``` -- **[PyPi](https://pypi.org/project/onnxt5)** (πŸ“₯ 130 / month Β· ⏱️ 02.09.2020): +- [PyPi](https://pypi.org/project/onnxt5) (πŸ“₯ 130 / month Β· ⏱️ 02.09.2020): ``` pip install onnxt5 @@ -2168,25 +2168,25 @@ _Libraries for image & video processing, manipulation, and augmentation as well
scikit-image (πŸ₯‡36 Β· ⭐ 4.1K) - Image processing in Python. BSD-2 -- **[GitHub](https://github.com/scikit-image/scikit-image)** (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.7K Β· πŸ“¦ 56K Β· πŸ“‹ 2.1K - 30% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/scikit-image/scikit-image) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.7K Β· πŸ“¦ 56K Β· πŸ“‹ 2.1K - 30% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/scikit-image/scikit-image ``` -- **[PyPi](https://pypi.org/project/scikit-image)** (πŸ“₯ 1.7M / month Β· πŸ“¦ 15K Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/scikit-image) (πŸ“₯ 1.7M / month Β· πŸ“¦ 15K Β· ⏱️ 13.12.2020): ``` pip install scikit-image ```
-
torchvision (πŸ₯‡35 Β· ⭐ 7.9K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 +
torchvision (πŸ₯‡35 Β· ⭐ 8K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3 -- **[GitHub](https://github.com/pytorch/vision)** (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 4.1K Β· πŸ“¦ 37K Β· πŸ“‹ 1.5K - 31% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pytorch/vision) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 4.1K Β· πŸ“¦ 37K Β· πŸ“‹ 1.5K - 31% open Β· ⏱️ 15.12.2020): ``` 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) (πŸ“₯ 650K / month Β· πŸ“¦ 4.6K Β· ⏱️ 10.12.2020): ``` pip install torchvision @@ -2194,12 +2194,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
imgaug (πŸ₯‡32 Β· ⭐ 10K) - Image augmentation for machine learning experiments. MIT -- **[GitHub](https://github.com/aleju/imgaug)** (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 1.9K Β· πŸ“¦ 4.8K Β· πŸ“‹ 410 - 50% open Β· ⏱️ 01.06.2020): +- [GitHub](https://github.com/aleju/imgaug) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 1.9K Β· πŸ“¦ 4.8K Β· πŸ“‹ 410 - 50% open Β· ⏱️ 01.06.2020): ``` git clone https://github.com/aleju/imgaug ``` -- **[PyPi](https://pypi.org/project/imgaug)** (πŸ“₯ 150K / month Β· πŸ“¦ 280 Β· ⏱️ 05.02.2020): +- [PyPi](https://pypi.org/project/imgaug) (πŸ“₯ 150K / month Β· πŸ“¦ 280 Β· ⏱️ 05.02.2020): ``` pip install imgaug @@ -2207,38 +2207,38 @@ _Libraries for image & video processing, manipulation, and augmentation as well
imageio (πŸ₯‡32 Β· ⭐ 810) - Python library for reading and writing image data. BSD-2 -- **[GitHub](https://github.com/imageio/imageio)** (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 160 Β· πŸ“¦ 33K Β· πŸ“‹ 330 - 17% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/imageio/imageio) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 160 Β· πŸ“¦ 33K Β· πŸ“‹ 330 - 17% open Β· ⏱️ 07.12.2020): ``` 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.7M / month Β· πŸ“¦ 3.8K Β· ⏱️ 06.07.2020): ``` pip install imageio ```
-
opencv-python (πŸ₯ˆ30 Β· ⭐ 1.6K) - Automated CI toolchain to produce precompiled opencv-python, opencv-python-.. MIT +
opencv-python (πŸ₯ˆ30 Β· ⭐ 1.6K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT -- **[GitHub](https://github.com/skvark/opencv-python)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 290 Β· πŸ“‹ 370 - 5% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/skvark/opencv-python) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 290 Β· πŸ“‹ 370 - 5% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/skvark/opencv-python ``` -- **[PyPi](https://pypi.org/project/opencv-python)** (πŸ“₯ 2.8M / month Β· πŸ“¦ 13K Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/opencv-python) (πŸ“₯ 2.7M / month Β· πŸ“¦ 13K Β· ⏱️ 02.11.2020): ``` pip install opencv-python ```
-
Face Recognition (πŸ₯ˆ29 Β· ⭐ 38K) - The world's simplest facial recognition api for Python and the command.. MIT +
Face Recognition (πŸ₯ˆ29 Β· ⭐ 38K) - The world's simplest facial recognition api for Python and.. MIT -- **[GitHub](https://github.com/ageitgey/face_recognition)** (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 10K Β· πŸ“₯ 430 Β· πŸ“‹ 1.1K - 51% open Β· ⏱️ 26.09.2020): +- [GitHub](https://github.com/ageitgey/face_recognition) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 10K Β· πŸ“₯ 430 Β· πŸ“‹ 1.1K - 51% open Β· ⏱️ 26.09.2020): ``` git clone https://github.com/ageitgey/face_recognition ``` -- **[PyPi](https://pypi.org/project/face_recognition)** (πŸ“₯ 33K / month Β· πŸ“¦ 410 Β· ⏱️ 21.08.2018): +- [PyPi](https://pypi.org/project/face_recognition) (πŸ“₯ 33K / month Β· πŸ“¦ 410 Β· ⏱️ 21.08.2018): ``` pip install face_recognition @@ -2246,25 +2246,25 @@ _Libraries for image & video processing, manipulation, and augmentation as well
MoviePy (πŸ₯ˆ29 Β· ⭐ 7.1K) - Video editing with Python. MIT -- **[GitHub](https://github.com/Zulko/moviepy)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1K Β· πŸ“¦ 5.3K Β· πŸ“‹ 970 - 34% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/Zulko/moviepy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1K Β· πŸ“¦ 5.3K Β· πŸ“‹ 970 - 34% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/Zulko/moviepy ``` -- **[PyPi](https://pypi.org/project/moviepy)** (πŸ“₯ 140K / month Β· πŸ“¦ 1.1K Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/moviepy) (πŸ“₯ 140K / month Β· πŸ“¦ 1.1K Β· ⏱️ 05.10.2020): ``` pip install moviepy ```
-
Albumentations (πŸ₯ˆ29 Β· ⭐ 6.8K) - Fast image augmentation library and easy to use wrapper around other.. MIT +
Albumentations (πŸ₯ˆ29 Β· ⭐ 6.8K) - Fast image augmentation library and easy to use wrapper.. MIT -- **[GitHub](https://github.com/albumentations-team/albumentations)** (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 870 Β· πŸ“¦ 2.3K Β· πŸ“‹ 370 - 39% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/albumentations-team/albumentations) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 870 Β· πŸ“¦ 2.3K Β· πŸ“‹ 370 - 39% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/albumentations-team/albumentations ``` -- **[PyPi](https://pypi.org/project/albumentations)** (πŸ“₯ 61K / month Β· πŸ“¦ 64 Β· ⏱️ 29.11.2020): +- [PyPi](https://pypi.org/project/albumentations) (πŸ“₯ 61K / month Β· πŸ“¦ 64 Β· ⏱️ 29.11.2020): ``` pip install albumentations @@ -2272,12 +2272,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
GluonCV (πŸ₯ˆ28 Β· ⭐ 4.4K) - Gluon CV Toolkit. Apache-2 -- **[GitHub](https://github.com/dmlc/gluon-cv)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1K Β· πŸ“¦ 370 Β· πŸ“‹ 740 - 49% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/dmlc/gluon-cv) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1K Β· πŸ“¦ 370 Β· πŸ“‹ 740 - 49% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/dmlc/gluon-cv ``` -- **[PyPi](https://pypi.org/project/gluoncv)** (πŸ“₯ 100K / month Β· πŸ“¦ 30 Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/gluoncv) (πŸ“₯ 92K / month Β· πŸ“¦ 30 Β· ⏱️ 16.12.2020): ``` pip install gluoncv @@ -2285,12 +2285,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Kornia (πŸ₯ˆ28 Β· ⭐ 3.4K) - Open Source Differentiable Computer Vision Library for PyTorch. Apache-2 -- **[GitHub](https://github.com/kornia/kornia)** (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 340 Β· πŸ“¦ 210 Β· πŸ“‹ 330 - 30% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/kornia/kornia) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 340 Β· πŸ“¦ 210 Β· πŸ“‹ 330 - 30% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/kornia/kornia ``` -- **[PyPi](https://pypi.org/project/kornia)** (πŸ“₯ 18K / month Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/kornia) (πŸ“₯ 18K / month Β· ⏱️ 20.10.2020): ``` pip install kornia @@ -2298,12 +2298,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
ImageHash (πŸ₯ˆ28 Β· ⭐ 1.8K) - A Python Perceptual Image Hashing Module. BSD-2 -- **[GitHub](https://github.com/JohannesBuchner/imagehash)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 240 Β· πŸ“¦ 1.7K Β· πŸ“‹ 86 - 19% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/JohannesBuchner/imagehash) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 240 Β· πŸ“¦ 1.7K Β· πŸ“‹ 86 - 19% open Β· ⏱️ 27.11.2020): ``` git clone https://github.com/JohannesBuchner/imagehash ``` -- **[PyPi](https://pypi.org/project/ImageHash)** (πŸ“₯ 390K / month Β· πŸ“¦ 530 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/ImageHash) (πŸ“₯ 390K / month Β· πŸ“¦ 530 Β· ⏱️ 19.11.2020): ``` pip install ImageHash @@ -2311,25 +2311,25 @@ _Libraries for image & video processing, manipulation, and augmentation as well
InsightFace (πŸ₯ˆ27 Β· ⭐ 8.2K) - Face Analysis Project on MXNet. MIT -- **[GitHub](https://github.com/deepinsight/insightface)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 2.8K Β· πŸ“¦ 44 Β· πŸ“‹ 1.3K - 51% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/deepinsight/insightface) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 2.8K Β· πŸ“¦ 44 Β· πŸ“‹ 1.3K - 51% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/deepinsight/insightface ``` -- **[PyPi](https://pypi.org/project/insightface)** (πŸ“₯ 17K / month Β· πŸ“¦ 1 Β· ⏱️ 07.09.2019): +- [PyPi](https://pypi.org/project/insightface) (πŸ“₯ 17K / month Β· πŸ“¦ 1 Β· ⏱️ 07.09.2019): ``` pip install insightface ```
-
imageai (πŸ₯‰26 Β· ⭐ 5.5K Β· πŸ’€) - A python library built to empower developers to build applications and systems.. MIT +
imageai (πŸ₯‰26 Β· ⭐ 5.5K Β· πŸ’€) - A python library built to empower developers to build applications.. MIT -- **[GitHub](https://github.com/OlafenwaMoses/ImageAI)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.6K Β· πŸ“₯ 510K Β· πŸ“¦ 620 Β· πŸ“‹ 580 - 33% open Β· ⏱️ 14.01.2020): +- [GitHub](https://github.com/OlafenwaMoses/ImageAI) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.6K Β· πŸ“₯ 510K Β· πŸ“¦ 620 Β· πŸ“‹ 580 - 33% open Β· ⏱️ 14.01.2020): ``` git clone https://github.com/OlafenwaMoses/ImageAI ``` -- **[PyPi](https://pypi.org/project/imageai)** (πŸ“₯ 6.2K / month Β· πŸ“¦ 12 Β· ⏱️ 13.09.2019): +- [PyPi](https://pypi.org/project/imageai) (πŸ“₯ 6.1K / month Β· πŸ“¦ 12 Β· ⏱️ 13.09.2019): ``` pip install imageai @@ -2337,7 +2337,7 @@ _Libraries for image & video processing, manipulation, and augmentation as well
MMDetection (πŸ₯‰25 Β· ⭐ 13K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2 -- **[GitHub](https://github.com/open-mmlab/mmdetection)** (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.4K Β· πŸ“¦ 17 Β· πŸ“‹ 3.2K - 12% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/open-mmlab/mmdetection) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.4K Β· πŸ“¦ 17 Β· πŸ“‹ 3.2K - 11% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/open-mmlab/mmdetection @@ -2345,7 +2345,7 @@ _Libraries for image & video processing, manipulation, and augmentation as well
PyTorch Image Models (πŸ₯‰25 Β· ⭐ 5.9K) - PyTorch image models, scripts, pretrained weights --.. Apache-2 -- **[GitHub](https://github.com/rwightman/pytorch-image-models)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 820 Β· πŸ“₯ 140K Β· πŸ“¦ 200 Β· πŸ“‹ 220 - 10% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/rwightman/pytorch-image-models) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 830 Β· πŸ“₯ 140K Β· πŸ“¦ 210 Β· πŸ“‹ 220 - 10% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/rwightman/pytorch-image-models @@ -2353,77 +2353,77 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Augmentor (πŸ₯‰25 Β· ⭐ 4.2K Β· πŸ’€) - Image augmentation library in Python for machine learning. MIT -- **[GitHub](https://github.com/mdbloice/Augmentor)** (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 780 Β· πŸ“¦ 260 Β· πŸ“‹ 180 - 63% open Β· ⏱️ 09.03.2020): +- [GitHub](https://github.com/mdbloice/Augmentor) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 780 Β· πŸ“¦ 260 Β· πŸ“‹ 180 - 63% open Β· ⏱️ 09.03.2020): ``` git clone https://github.com/mdbloice/Augmentor ``` -- **[PyPi](https://pypi.org/project/Augmentor)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 42 Β· ⏱️ 17.01.2020): +- [PyPi](https://pypi.org/project/Augmentor) (πŸ“₯ 2.8K / month Β· πŸ“¦ 42 Β· ⏱️ 17.01.2020): ``` pip install Augmentor ```
-
PyTorch3D (πŸ₯‰24 Β· ⭐ 4.1K) - PyTorch3D is FAIR's library of reusable components for deep learning with 3D.. MIT +
PyTorch3D (πŸ₯‰24 Β· ⭐ 4.1K) - PyTorch3D is FAIR's library of reusable components for deep.. MIT -- **[GitHub](https://github.com/facebookresearch/pytorch3d)** (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 450 Β· πŸ“¦ 32 Β· πŸ“‹ 430 - 13% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/pytorch3d) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 450 Β· πŸ“¦ 35 Β· πŸ“‹ 430 - 12% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/facebookresearch/pytorch3d ``` -- **[PyPi](https://pypi.org/project/pytorch3d)** (πŸ“₯ 5.2K / month Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/pytorch3d) (πŸ“₯ 5.1K / month Β· ⏱️ 12.11.2020): ``` pip install pytorch3d ``` -- **[Conda](https://anaconda.org/pytorch3d/pytorch3d)**: +- [Conda](https://anaconda.org/pytorch3d/pytorch3d): ``` conda install -c pytorch3d pytorch3d ```
-
detectron2 (πŸ₯‰23 Β· ⭐ 14K) - Detectron2 is FAIR's next-generation platform for object detection and.. Apache-2 +
detectron2 (πŸ₯‰23 Β· ⭐ 14K) - Detectron2 is FAIR's next-generation platform for object.. Apache-2 -- **[GitHub](https://github.com/facebookresearch/detectron2)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.5K Β· πŸ“¦ 130 Β· πŸ“‹ 2.1K - 4% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/detectron2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.5K Β· πŸ“¦ 130 Β· πŸ“‹ 2.1K - 4% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/facebookresearch/detectron2 ```
-
Image Deduplicator (πŸ₯‰22 Β· ⭐ 3.3K) - Finding duplicate images made easy!. Apache-2 +
Face Alignment (πŸ₯‰22 Β· ⭐ 4.5K) - 2D and 3D Face alignment library build using pytorch. BSD-3 -- **[GitHub](https://github.com/idealo/imagededup)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 260 Β· πŸ“¦ 8 Β· πŸ“‹ 62 - 20% open Β· ⏱️ 23.11.2020): +- [GitHub](https://github.com/1adrianb/face-alignment) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 970 Β· πŸ“‹ 220 - 19% open Β· ⏱️ 16.12.2020): ``` - git clone https://github.com/idealo/imagededup + git clone https://github.com/1adrianb/face-alignment ``` -- **[PyPi](https://pypi.org/project/imagededup)** (πŸ“₯ 2.4K / month Β· πŸ“¦ 1 Β· ⏱️ 22.11.2020): +- [PyPi](https://pypi.org/project/face-alignment) (πŸ“₯ 5K / month Β· πŸ“¦ 6 Β· ⏱️ 12.09.2020): ``` - pip install imagededup + pip install face-alignment ```
-
Face Alignment (πŸ₯‰21 Β· ⭐ 4.5K) - 2D and 3D Face alignment library build using pytorch. BSD-3 +
Image Deduplicator (πŸ₯‰22 Β· ⭐ 3.3K) - Finding duplicate images made easy!. Apache-2 -- **[GitHub](https://github.com/1adrianb/face-alignment)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 970 Β· πŸ“‹ 220 - 19% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/idealo/imagededup) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 260 Β· πŸ“¦ 8 Β· πŸ“‹ 63 - 22% open Β· ⏱️ 23.11.2020): ``` - git clone https://github.com/1adrianb/face-alignment + git clone https://github.com/idealo/imagededup ``` -- **[PyPi](https://pypi.org/project/face-alignment)** (πŸ“₯ 5.1K / month Β· πŸ“¦ 6 Β· ⏱️ 12.09.2020): +- [PyPi](https://pypi.org/project/imagededup) (πŸ“₯ 2.4K / month Β· πŸ“¦ 1 Β· ⏱️ 22.11.2020): ``` - pip install face-alignment + pip install imagededup ```
-
MMF (πŸ₯‰21 Β· ⭐ 4K) - A modular framework for vision & language multimodal research from Facebook AI.. BSD-3 +
MMF (πŸ₯‰21 Β· ⭐ 4K) - A modular framework for vision & language multimodal research from.. BSD-3 -- **[GitHub](https://github.com/facebookresearch/mmf)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 580 Β· πŸ“¦ 6 Β· πŸ“‹ 400 - 21% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/facebookresearch/mmf) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 580 Β· πŸ“¦ 6 Β· πŸ“‹ 400 - 21% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/facebookresearch/mmf ``` -- **[PyPi](https://pypi.org/project/mmf)** (πŸ“₯ 310 / month Β· ⏱️ 11.06.2020): +- [PyPi](https://pypi.org/project/mmf) (πŸ“₯ 320 / month Β· ⏱️ 11.06.2020): ``` pip install mmf @@ -2431,12 +2431,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
tensorflow-graphics (πŸ₯‰21 Β· ⭐ 2.4K) - TensorFlow Graphics: Differentiable Graphics Layers for.. Apache-2 -- **[GitHub](https://github.com/tensorflow/graphics)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 260 Β· πŸ“‹ 170 - 51% open Β· ⏱️ 30.10.2020): +- [GitHub](https://github.com/tensorflow/graphics) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 260 Β· πŸ“‹ 170 - 51% open Β· ⏱️ 30.10.2020): ``` git clone https://github.com/tensorflow/graphics ``` -- **[PyPi](https://pypi.org/project/tensorflow-graphics)** (πŸ“₯ 950 / month Β· πŸ“¦ 3 Β· ⏱️ 20.05.2020): +- [PyPi](https://pypi.org/project/tensorflow-graphics) (πŸ“₯ 930 / month Β· πŸ“¦ 3 Β· ⏱️ 20.05.2020): ``` pip install tensorflow-graphics @@ -2444,17 +2444,17 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Image Super-Resolution (πŸ₯‰21 Β· ⭐ 2.3K) - Super-scale your images and run experiments with Residual.. Apache-2 -- **[GitHub](https://github.com/idealo/image-super-resolution)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 440 Β· πŸ“¦ 34 Β· πŸ“‹ 140 - 31% open Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/idealo/image-super-resolution) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 440 Β· πŸ“¦ 34 Β· πŸ“‹ 140 - 31% open Β· ⏱️ 11.11.2020): ``` git clone https://github.com/idealo/image-super-resolution ``` -- **[PyPi](https://pypi.org/project/ISR)** (πŸ“₯ 2.2K / month Β· πŸ“¦ 4 Β· ⏱️ 08.01.2020): +- [PyPi](https://pypi.org/project/ISR) (πŸ“₯ 2.3K / month Β· πŸ“¦ 4 Β· ⏱️ 08.01.2020): ``` pip install ISR ``` -- **[Dockerhub](https://hub.docker.com/r/idealo/image-super-resolution-gpu)** (πŸ“₯ 110 Β· ⏱️ 01.04.2019): +- [Dockerhub](https://hub.docker.com/r/idealo/image-super-resolution-gpu) (πŸ“₯ 110 Β· ⏱️ 01.04.2019): ``` docker pull idealo/image-super-resolution-gpu @@ -2462,38 +2462,38 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Luminoth (πŸ₯‰21 Β· ⭐ 2.3K Β· πŸ’€) - Deep Learning toolkit for Computer Vision. BSD-3 -- **[GitHub](https://github.com/tryolabs/luminoth)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 400 Β· πŸ“₯ 11K Β· πŸ“¦ 27 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 07.01.2020): +- [GitHub](https://github.com/tryolabs/luminoth) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 400 Β· πŸ“₯ 11K Β· πŸ“¦ 27 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 07.01.2020): ``` git clone https://github.com/tryolabs/luminoth ``` -- **[PyPi](https://pypi.org/project/luminoth)** (πŸ“₯ 620 / month Β· ⏱️ 09.11.2018): +- [PyPi](https://pypi.org/project/luminoth) (πŸ“₯ 620 / month Β· ⏱️ 09.11.2018): ``` pip install luminoth ```
-
Classy Vision (πŸ₯‰20 Β· ⭐ 980) - An end-to-end PyTorch framework for image and video classification. MIT +
Classy Vision (πŸ₯‰20 Β· ⭐ 980) - An end-to-end PyTorch framework for image and video.. MIT -- **[GitHub](https://github.com/facebookresearch/ClassyVision)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 180 Β· πŸ“‹ 85 - 54% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/ClassyVision) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 180 Β· πŸ“‹ 85 - 54% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/facebookresearch/ClassyVision ``` -- **[PyPi](https://pypi.org/project/classy_vision)** (πŸ“₯ 690 / month Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/classy_vision) (πŸ“₯ 700 / month Β· ⏱️ 20.11.2020): ``` pip install classy_vision ``` -- **[Conda](https://anaconda.org/conda-forge/classy_vision)**: +- [Conda](https://anaconda.org/conda-forge/classy_vision): ``` conda install -c conda-forge classy_vision ```
-
PaddleDetection (πŸ₯‰17 Β· ⭐ 2K) - Object detection and instance segmentation toolkit based on.. Apache-2 +
PaddleDetection (πŸ₯‰17 Β· ⭐ 2K) - Object detection and instance segmentation toolkit based.. Apache-2 -- **[GitHub](https://github.com/PaddlePaddle/PaddleDetection)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 560 Β· πŸ“‹ 1.1K - 25% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PaddlePaddle/PaddleDetection) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 570 Β· πŸ“‹ 1.1K - 25% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/PaddlePaddle/PaddleDetection @@ -2501,15 +2501,15 @@ _Libraries for image & video processing, manipulation, and augmentation as well
DEβ«ΆTR (πŸ₯‰14 Β· ⭐ 5.6K) - End-to-End Object Detection with Transformers. Apache-2 -- **[GitHub](https://github.com/facebookresearch/detr)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 790 Β· πŸ“‹ 250 - 22% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/facebookresearch/detr) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 790 Β· πŸ“‹ 250 - 22% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/facebookresearch/detr ```
-
PySlowFast (πŸ₯‰14 Β· ⭐ 3.2K) - PySlowFast: video understanding codebase from FAIR for reproducing state-.. Apache-2 +
PySlowFast (πŸ₯‰14 Β· ⭐ 3.2K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2 -- **[GitHub](https://github.com/facebookresearch/SlowFast)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 570 Β· πŸ“¦ 2 Β· πŸ“‹ 330 - 45% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/facebookresearch/SlowFast) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 580 Β· πŸ“¦ 2 Β· πŸ“‹ 330 - 45% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/facebookresearch/SlowFast @@ -2517,7 +2517,7 @@ _Libraries for image & video processing, manipulation, and augmentation as well
pycls (πŸ₯‰13 Β· ⭐ 1.4K) - Codebase for Image Classification Research, written in PyTorch. MIT -- **[GitHub](https://github.com/facebookresearch/pycls)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 140 Β· πŸ“¦ 1 Β· πŸ“‹ 54 - 18% open Β· ⏱️ 20.11.2020): +- [GitHub](https://github.com/facebookresearch/pycls) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 140 Β· πŸ“¦ 1 Β· πŸ“‹ 54 - 18% open Β· ⏱️ 20.11.2020): ``` git clone https://github.com/facebookresearch/pycls @@ -2526,25 +2526,25 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Show 4 hidden projects...
Pillow (πŸ₯‡38 Β· ⭐ 8K) - The friendly PIL fork (Python Imaging Library). ❗️PIL -- **[GitHub](https://github.com/python-pillow/Pillow)** (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.5K Β· πŸ“¦ 360K Β· πŸ“‹ 2.1K - 11% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/python-pillow/Pillow) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.5K Β· πŸ“¦ 360K Β· πŸ“‹ 2.1K - 11% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/python-pillow/Pillow ``` -- **[PyPi](https://pypi.org/project/Pillow)** (πŸ“₯ 15M / month Β· πŸ“¦ 110K Β· ⏱️ 22.10.2020): +- [PyPi](https://pypi.org/project/Pillow) (πŸ“₯ 15M / month Β· πŸ“¦ 110K Β· ⏱️ 22.10.2020): ``` pip install Pillow ```
-
imutils (πŸ₯ˆ27 Β· ⭐ 3.4K Β· πŸ’€) - A series of convenience functions to make basic image processing operations such.. MIT +
imutils (πŸ₯ˆ27 Β· ⭐ 3.4K Β· πŸ’€) - A series of convenience functions to make basic image processing.. MIT -- **[GitHub](https://github.com/jrosebr1/imutils)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 850 Β· πŸ“¦ 11K Β· πŸ“‹ 200 - 62% open Β· ⏱️ 18.08.2019): +- [GitHub](https://github.com/jrosebr1/imutils) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 850 Β· πŸ“¦ 11K Β· πŸ“‹ 200 - 62% open Β· ⏱️ 18.08.2019): ``` git clone https://github.com/jrosebr1/imutils ``` -- **[PyPi](https://pypi.org/project/imutils)** (πŸ“₯ 150K / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.08.2019): +- [PyPi](https://pypi.org/project/imutils) (πŸ“₯ 150K / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.08.2019): ``` pip install imutils @@ -2552,12 +2552,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Pillow-SIMD (πŸ₯‰23 Β· ⭐ 1.5K) - The friendly PIL fork. ❗️PIL -- **[GitHub](https://github.com/uploadcare/pillow-simd)** (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 66 Β· πŸ“¦ 350 Β· πŸ“‹ 63 - 17% open Β· ⏱️ 02.06.2020): +- [GitHub](https://github.com/uploadcare/pillow-simd) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 66 Β· πŸ“¦ 350 Β· πŸ“‹ 63 - 17% open Β· ⏱️ 02.06.2020): ``` git clone https://github.com/uploadcare/pillow-simd ``` -- **[PyPi](https://pypi.org/project/pillow-simd)** (πŸ“₯ 37K / month Β· πŸ“¦ 50 Β· ⏱️ 26.01.2020): +- [PyPi](https://pypi.org/project/pillow-simd) (πŸ“₯ 33K / month Β· πŸ“¦ 50 Β· ⏱️ 26.01.2020): ``` pip install pillow-simd @@ -2565,12 +2565,12 @@ _Libraries for image & video processing, manipulation, and augmentation as well
Torch Points 3D (πŸ₯‰17 Β· ⭐ 910) - Pytorch framework for doing deep learning on point clouds. ❗️Unlicensed -- **[GitHub](https://github.com/nicolas-chaulet/torch-points3d)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 140 Β· πŸ“¦ 2 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/nicolas-chaulet/torch-points3d) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 140 Β· πŸ“¦ 2 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/nicolas-chaulet/torch-points3d ``` -- **[PyPi](https://pypi.org/project/torch-points3d)** (πŸ“₯ 280 / month Β· ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/torch-points3d) (πŸ“₯ 280 / month Β· ⏱️ 04.08.2020): ``` pip install torch-points3d @@ -2585,14 +2585,14 @@ _Libraries for image & video processing, manipulation, and augmentation as well _Libraries for graph processing, clustering, embedding, and machine learning tasks._ -
networkx (πŸ₯‡37 Β· ⭐ 8.3K) - Network Analysis in Python. BSD-3 +
networkx (πŸ₯‡37 Β· ⭐ 8.4K) - Network Analysis in Python. BSD-3 -- **[GitHub](https://github.com/networkx/networkx)** (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2.2K Β· πŸ“₯ 51 Β· πŸ“¦ 62K Β· πŸ“‹ 2.5K - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/networkx/networkx) (πŸ‘¨β€πŸ’» 480 Β· πŸ”€ 2.2K Β· πŸ“₯ 51 Β· πŸ“¦ 62K Β· πŸ“‹ 2.5K - 10% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/networkx/networkx ``` -- **[PyPi](https://pypi.org/project/networkx)** (πŸ“₯ 5.7M / month Β· πŸ“¦ 21K Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/networkx) (πŸ“₯ 5.6M / month Β· πŸ“¦ 21K Β· ⏱️ 22.08.2020): ``` pip install networkx @@ -2600,25 +2600,25 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
PyTorch Geometric (πŸ₯‡28 Β· ⭐ 9.7K) - Geometric Deep Learning Extension Library for PyTorch. MIT -- **[GitHub](https://github.com/rusty1s/pytorch_geometric)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.7K - 37% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/rusty1s/pytorch_geometric) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.6K Β· πŸ“‹ 1.7K - 37% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/rusty1s/pytorch_geometric ``` -- **[PyPi](https://pypi.org/project/torch-geometric)** (πŸ“₯ 11K / 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.2K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2 +
dgl (πŸ₯‡27 Β· ⭐ 6.3K) - Python package built to ease deep learning on graph, on top of existing.. Apache-2 -- **[GitHub](https://github.com/dmlc/dgl)** (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 1.2K Β· πŸ“‹ 850 - 23% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/dmlc/dgl) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 1.2K Β· πŸ“‹ 850 - 23% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/dmlc/dgl ``` -- **[PyPi](https://pypi.org/project/dgl)** (πŸ“₯ 13K / month Β· πŸ“¦ 15 Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/dgl) (πŸ“₯ 13K / month Β· πŸ“¦ 15 Β· ⏱️ 16.12.2020): ``` pip install dgl @@ -2626,12 +2626,12 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
StellarGraph (πŸ₯ˆ24 Β· ⭐ 1.7K) - StellarGraph - Machine Learning on Graphs. Apache-2 -- **[GitHub](https://github.com/stellargraph/stellargraph)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 240 Β· πŸ“¦ 38 Β· πŸ“‹ 900 - 23% open Β· ⏱️ 21.07.2020): +- [GitHub](https://github.com/stellargraph/stellargraph) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 240 Β· πŸ“¦ 38 Β· πŸ“‹ 900 - 23% open Β· ⏱️ 21.07.2020): ``` git clone https://github.com/stellargraph/stellargraph ``` -- **[PyPi](https://pypi.org/project/stellargraph)** (πŸ“₯ 9.8K / month Β· πŸ“¦ 2 Β· ⏱️ 25.06.2020): +- [PyPi](https://pypi.org/project/stellargraph) (πŸ“₯ 9.6K / month Β· πŸ“¦ 2 Β· ⏱️ 25.06.2020): ``` pip install stellargraph @@ -2639,25 +2639,25 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
Spektral (πŸ₯ˆ23 Β· ⭐ 1.5K) - Graph Neural Networks with Keras and Tensorflow 2. MIT -- **[GitHub](https://github.com/danielegrattarola/spektral)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 170 Β· πŸ“¦ 25 Β· πŸ“‹ 110 - 18% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/danielegrattarola/spektral) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 170 Β· πŸ“¦ 25 Β· πŸ“‹ 110 - 18% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/danielegrattarola/spektral ``` -- **[PyPi](https://pypi.org/project/spektral)** (πŸ“₯ 3.5K / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/spektral) (πŸ“₯ 3.7K / month Β· ⏱️ 10.12.2020): ``` pip install spektral ```
-
Node2Vec (πŸ₯ˆ23 Β· ⭐ 600) - Implementation of the node2vec algorithm. MIT +
Node2Vec (πŸ₯ˆ22 Β· ⭐ 600) - Implementation of the node2vec algorithm. MIT -- **[GitHub](https://github.com/eliorc/node2vec)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 160 Β· πŸ“¦ 100 Β· πŸ“‹ 47 - 2% open Β· ⏱️ 28.11.2020): +- [GitHub](https://github.com/eliorc/node2vec) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 160 Β· πŸ“¦ 100 Β· πŸ“‹ 47 - 2% open Β· ⏱️ 28.11.2020): ``` git clone https://github.com/eliorc/node2vec ``` -- **[PyPi](https://pypi.org/project/node2vec)** (πŸ“₯ 8.2K / month Β· πŸ“¦ 5 Β· ⏱️ 28.11.2020): +- [PyPi](https://pypi.org/project/node2vec) (πŸ“₯ 8K / month Β· πŸ“¦ 5 Β· ⏱️ 28.11.2020): ``` pip install node2vec @@ -2665,38 +2665,38 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
torch-cluster (πŸ₯ˆ21 Β· ⭐ 310) - PyTorch Extension Library of Optimized Graph Cluster Algorithms. MIT -- **[GitHub](https://github.com/rusty1s/pytorch_cluster)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 60 Β· πŸ“‹ 70 - 48% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/rusty1s/pytorch_cluster) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 60 Β· πŸ“‹ 71 - 47% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/rusty1s/pytorch_cluster ``` -- **[PyPi](https://pypi.org/project/torch-cluster)** (πŸ“₯ 2.7K / month Β· πŸ“¦ 16 Β· ⏱️ 31.10.2020): +- [PyPi](https://pypi.org/project/torch-cluster) (πŸ“₯ 2.7K / month Β· πŸ“¦ 16 Β· ⏱️ 31.10.2020): ``` pip install torch-cluster ```
-
AmpliGraph (πŸ₯ˆ20 Β· ⭐ 1.4K) - Python library for Representation Learning on Knowledge Graphs.. Apache-2 +
AmpliGraph (πŸ₯ˆ20 Β· ⭐ 1.4K) - Python library for Representation Learning on Knowledge.. Apache-2 -- **[GitHub](https://github.com/Accenture/AmpliGraph)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 150 Β· πŸ“¦ 9 Β· πŸ“‹ 170 - 10% open Β· ⏱️ 25.08.2020): +- [GitHub](https://github.com/Accenture/AmpliGraph) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 150 Β· πŸ“¦ 9 Β· πŸ“‹ 170 - 10% open Β· ⏱️ 25.08.2020): ``` git clone https://github.com/Accenture/AmpliGraph ``` -- **[PyPi](https://pypi.org/project/ampligraph)** (πŸ“₯ 800 / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/ampligraph) (πŸ“₯ 790 / month Β· ⏱️ 25.08.2020): ``` pip install ampligraph ```
-
Paddle Graph Learning (πŸ₯ˆ20 Β· ⭐ 840) - Paddle Graph Learning (PGL) is an efficient and flexible graph.. Apache-2 +
Paddle Graph Learning (πŸ₯ˆ20 Β· ⭐ 840) - Paddle Graph Learning (PGL) is an efficient and flexible.. Apache-2 -- **[GitHub](https://github.com/PaddlePaddle/PGL)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 110 Β· πŸ“¦ 9 Β· πŸ“‹ 40 - 35% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/PaddlePaddle/PGL) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 110 Β· πŸ“¦ 9 Β· πŸ“‹ 40 - 35% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/PaddlePaddle/PGL ``` -- **[PyPi](https://pypi.org/project/pgl)** (πŸ“₯ 950 / month Β· πŸ“¦ 1 Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/pgl) (πŸ“₯ 940 / month Β· πŸ“¦ 1 Β· ⏱️ 20.11.2020): ``` pip install pgl @@ -2704,56 +2704,56 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
graph-nets (πŸ₯‰19 Β· ⭐ 4.7K) - Build Graph Nets in Tensorflow. Apache-2 -- **[GitHub](https://github.com/deepmind/graph_nets)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 710 Β· πŸ“‹ 110 - 11% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/deepmind/graph_nets) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 710 Β· πŸ“‹ 110 - 11% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/deepmind/graph_nets ``` -- **[PyPi](https://pypi.org/project/graph-nets)** (πŸ“₯ 830 / month Β· πŸ“¦ 7 Β· ⏱️ 29.01.2020): +- [PyPi](https://pypi.org/project/graph-nets) (πŸ“₯ 820 / month Β· πŸ“¦ 7 Β· ⏱️ 29.01.2020): ``` pip install graph-nets ```
-
PyKEEN (πŸ₯‰19 Β· ⭐ 270) - A Python library for learning and evaluating knowledge graph embeddings. MIT +
PyTorch-BigGraph (πŸ₯‰19 Β· ⭐ 2.6K) - Generate embeddings from large-scale graph-structured data. BSD-3 -- **[GitHub](https://github.com/pykeen/pykeen)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 39 Β· πŸ“₯ 28 Β· πŸ“‹ 87 - 34% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/PyTorch-BigGraph) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 360 Β· πŸ“₯ 100 Β· πŸ“‹ 130 - 24% open Β· ⏱️ 02.12.2020): ``` - git clone https://github.com/SmartDataAnalytics/PyKEEN + git clone https://github.com/facebookresearch/PyTorch-BigGraph ``` -- **[PyPi](https://pypi.org/project/pykeen)** (πŸ“₯ 270 / month Β· πŸ“¦ 1 Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/torchbiggraph) (πŸ“₯ 330 / month Β· πŸ“¦ 4 Β· ⏱️ 01.05.2019): ``` - pip install pykeen + pip install torchbiggraph ```
-
PyTorch-BigGraph (πŸ₯‰18 Β· ⭐ 2.6K) - Generate embeddings from large-scale graph-structured data. BSD-3 +
PyKEEN (πŸ₯‰19 Β· ⭐ 270) - A Python library for learning and evaluating knowledge graph embeddings. MIT -- **[GitHub](https://github.com/facebookresearch/PyTorch-BigGraph)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 360 Β· πŸ“₯ 100 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/pykeen/pykeen) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 39 Β· πŸ“₯ 29 Β· πŸ“‹ 87 - 34% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/facebookresearch/PyTorch-BigGraph + git clone https://github.com/SmartDataAnalytics/PyKEEN ``` -- **[PyPi](https://pypi.org/project/torchbiggraph)** (πŸ“₯ 330 / month Β· πŸ“¦ 2 Β· ⏱️ 01.05.2019): +- [PyPi](https://pypi.org/project/pykeen) (πŸ“₯ 270 / month Β· πŸ“¦ 1 Β· ⏱️ 25.08.2020): ``` - pip install torchbiggraph + pip install pykeen ```
DeepGraph (πŸ₯‰17 Β· ⭐ 230) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3 -- **[GitHub](https://github.com/deepgraph/deepgraph)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 33 Β· πŸ“¦ 1 Β· πŸ“‹ 11 - 63% open Β· ⏱️ 01.10.2020): +- [GitHub](https://github.com/deepgraph/deepgraph) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 33 Β· πŸ“¦ 1 Β· πŸ“‹ 11 - 63% open Β· ⏱️ 01.10.2020): ``` git clone https://github.com/deepgraph/deepgraph ``` -- **[PyPi](https://pypi.org/project/deepgraph)** (πŸ“₯ 300 / month Β· ⏱️ 01.10.2020): +- [PyPi](https://pypi.org/project/deepgraph) (πŸ“₯ 300 / month Β· ⏱️ 01.10.2020): ``` pip install deepgraph ``` -- **[Conda](https://anaconda.org/conda-forge/deepgraph)**: +- [Conda](https://anaconda.org/conda-forge/deepgraph): ``` conda install -c conda-forge deepgraph @@ -2761,12 +2761,12 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
Euler (πŸ₯‰15 Β· ⭐ 2.4K) - A distributed graph deep learning framework. Apache-2 -- **[GitHub](https://github.com/alibaba/euler)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 500 Β· πŸ“‹ 300 - 67% open Β· ⏱️ 29.07.2020): +- [GitHub](https://github.com/alibaba/euler) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 500 Β· πŸ“‹ 300 - 67% open Β· ⏱️ 29.07.2020): ``` git clone https://github.com/alibaba/euler ``` -- **[PyPi](https://pypi.org/project/euler-gl)** (πŸ“₯ 12 / month Β· ⏱️ 10.04.2019): +- [PyPi](https://pypi.org/project/euler-gl) (⏱️ 10.04.2019): ``` pip install euler-gl @@ -2774,7 +2774,7 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
GraphEmbedding (πŸ₯‰15 Β· ⭐ 1.7K) - Implementation and experiments of graph embedding algorithms. MIT -- **[GitHub](https://github.com/shenweichen/GraphEmbedding)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 520 Β· πŸ“¦ 7 Β· πŸ“‹ 39 - 66% open Β· ⏱️ 18.10.2020): +- [GitHub](https://github.com/shenweichen/GraphEmbedding) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 520 Β· πŸ“¦ 7 Β· πŸ“‹ 39 - 66% open Β· ⏱️ 18.10.2020): ``` git clone https://github.com/shenweichen/GraphEmbedding @@ -2782,7 +2782,7 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
OpenKE (πŸ₯‰13 Β· ⭐ 2.3K Β· πŸ’€) - An Open-Source Package for Knowledge Embedding (KE). MIT -- **[GitHub](https://github.com/thunlp/OpenKE)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 700 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 08.04.2020): +- [GitHub](https://github.com/thunlp/OpenKE) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 710 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 08.04.2020): ``` git clone https://github.com/thunlp/OpenKE @@ -2791,25 +2791,25 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
Show 6 hidden projects...
igraph (πŸ₯‡27 Β· ⭐ 740) - Python interface for igraph. ❗️GPL-2.0 -- **[GitHub](https://github.com/igraph/python-igraph)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 180 Β· πŸ“₯ 14K Β· πŸ“¦ 1.3K Β· πŸ“‹ 280 - 8% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/igraph/python-igraph) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 180 Β· πŸ“₯ 15K Β· πŸ“¦ 1.3K Β· πŸ“‹ 280 - 8% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/igraph/python-igraph ``` -- **[PyPi](https://pypi.org/project/python-igraph)** (πŸ“₯ 54K / month Β· πŸ“¦ 420 Β· ⏱️ 28.04.2020): +- [PyPi](https://pypi.org/project/python-igraph) (πŸ“₯ 55K / month Β· πŸ“¦ 420 Β· ⏱️ 28.04.2020): ``` pip install python-igraph ```
-
Karate Club (πŸ₯ˆ20 Β· ⭐ 1.1K) - Karate Club: An API Oriented Open-source Python Framework for Unsupervised.. ❗️GPL-3.0 +
Karate Club (πŸ₯ˆ20 Β· ⭐ 1.1K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0 -- **[GitHub](https://github.com/benedekrozemberczki/karateclub)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 130 Β· πŸ“¦ 17 Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/benedekrozemberczki/karateclub) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 130 Β· πŸ“¦ 17 Β· ⏱️ 12.12.2020): ``` git clone https://github.com/benedekrozemberczki/karateclub ``` -- **[PyPi](https://pypi.org/project/karateclub)** (πŸ“₯ 4.8K / month Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/karateclub) (πŸ“₯ 5K / month Β· ⏱️ 01.12.2020): ``` pip install karateclub @@ -2817,20 +2817,20 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
DeepWalk (πŸ₯‰18 Β· ⭐ 2.1K Β· πŸ’€) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0 -- **[GitHub](https://github.com/phanein/deepwalk)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 740 Β· πŸ“¦ 34 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 02.04.2020): +- [GitHub](https://github.com/phanein/deepwalk) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 750 Β· πŸ“¦ 34 Β· πŸ“‹ 110 - 27% open Β· ⏱️ 02.04.2020): ``` git clone https://github.com/phanein/deepwalk ``` -- **[PyPi](https://pypi.org/project/deepwalk)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 7 Β· ⏱️ 29.04.2018): +- [PyPi](https://pypi.org/project/deepwalk) (πŸ“₯ 1K / month Β· πŸ“¦ 7 Β· ⏱️ 29.04.2018): ``` pip install deepwalk ```
-
GraphSAGE (πŸ₯‰14 Β· ⭐ 2K Β· πŸ’€) - Representation learning on large graphs using stochastic graph convolutions. MIT +
GraphSAGE (πŸ₯‰14 Β· ⭐ 2K Β· πŸ’€) - Representation learning on large graphs using stochastic graph.. MIT -- **[GitHub](https://github.com/williamleif/GraphSAGE)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 590 Β· πŸ“‹ 140 - 57% open Β· ⏱️ 19.09.2018): +- [GitHub](https://github.com/williamleif/GraphSAGE) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 590 Β· πŸ“‹ 140 - 57% open Β· ⏱️ 19.09.2018): ``` git clone https://github.com/williamleif/GraphSAGE @@ -2838,20 +2838,20 @@ _Libraries for graph processing, clustering, embedding, and machine learning tas
OpenNE (πŸ₯‰14 Β· ⭐ 1.4K Β· πŸ’€) - An Open-Source Package for Network Embedding (NE). MIT -- **[GitHub](https://github.com/thunlp/OpenNE)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 440 Β· πŸ“‹ 130 - 38% open Β· ⏱️ 12.08.2019): +- [GitHub](https://github.com/thunlp/OpenNE) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 440 Β· πŸ“‹ 130 - 38% open Β· ⏱️ 12.08.2019): ``` git clone https://github.com/thunlp/OpenNE ```
-
GraphVite (πŸ₯‰9 Β· ⭐ 810 Β· πŸ’€) - GraphVite: A General and High-performance Graph Embedding System. Apache-2 +
GraphVite (πŸ₯‰9 Β· ⭐ 810 Β· πŸ’€) - GraphVite: A General and High-performance Graph Embedding.. Apache-2 -- **[GitHub](https://github.com/DeepGraphLearning/graphvite)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 110 Β· πŸ“‹ 73 - 30% open Β· ⏱️ 18.03.2020): +- [GitHub](https://github.com/DeepGraphLearning/graphvite) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 110 Β· πŸ“‹ 73 - 30% open Β· ⏱️ 18.03.2020): ``` git clone https://github.com/DeepGraphLearning/graphvite ``` -- **[Conda](https://anaconda.org/milagraph/graphvite)**: +- [Conda](https://anaconda.org/milagraph/graphvite): ``` conda install -c milagraph graphvite @@ -2866,40 +2866,27 @@ _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) speech-to-text.. MPL-2.0 +
Magenta (πŸ₯‡29 Β· ⭐ 16K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2 -- **[GitHub](https://github.com/mozilla/DeepSpeech)** (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 3K Β· πŸ“₯ 370K Β· πŸ“¦ 360 Β· πŸ“‹ 1.9K - 4% open Β· ⏱️ 08.12.2020): - - ``` - git clone https://github.com/mozilla/DeepSpeech - ``` -- **[PyPi](https://pypi.org/project/deepspeech)** (πŸ“₯ 16K / month Β· πŸ“¦ 29 Β· ⏱️ 05.11.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.2K Β· πŸ“¦ 250 Β· πŸ“‹ 810 - 34% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/magenta/magenta) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 3.2K Β· πŸ“¦ 250 Β· πŸ“‹ 810 - 34% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/magenta/magenta ``` -- **[PyPi](https://pypi.org/project/magenta)** (πŸ“₯ 4.4K / month Β· πŸ“¦ 35 Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/magenta) (πŸ“₯ 4.4K / month Β· πŸ“¦ 35 Β· ⏱️ 12.11.2020): ``` pip install magenta ```
-
Pydub (πŸ₯ˆ29 Β· ⭐ 5K) - Manipulate audio with a simple and easy high level interface. MIT +
Pydub (πŸ₯‡29 Β· ⭐ 5K) - Manipulate audio with a simple and easy high level interface. MIT -- **[GitHub](https://github.com/jiaaro/pydub)** (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 670 Β· πŸ“¦ 5.3K Β· πŸ“‹ 400 - 41% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/jiaaro/pydub) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 670 Β· πŸ“¦ 5.3K Β· πŸ“‹ 400 - 41% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/jiaaro/pydub ``` -- **[PyPi](https://pypi.org/project/pydub)** (πŸ“₯ 140K / month Β· πŸ“¦ 1.4K Β· ⏱️ 03.06.2020): +- [PyPi](https://pypi.org/project/pydub) (πŸ“₯ 140K / month Β· πŸ“¦ 1.4K Β· ⏱️ 03.06.2020): ``` pip install pydub @@ -2907,12 +2894,12 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
spleeter (πŸ₯ˆ28 Β· ⭐ 15K) - Deezer source separation library including pretrained models. MIT -- **[GitHub](https://github.com/deezer/spleeter)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 1.5K Β· πŸ“₯ 860K Β· πŸ“¦ 120 Β· πŸ“‹ 480 - 17% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/deezer/spleeter) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 1.5K Β· πŸ“₯ 860K Β· πŸ“¦ 120 Β· πŸ“‹ 480 - 17% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/deezer/spleeter ``` -- **[PyPi](https://pypi.org/project/spleeter)** (πŸ“₯ 5K / month Β· ⏱️ 23.10.2020): +- [PyPi](https://pypi.org/project/spleeter) (πŸ“₯ 4.9K / month Β· ⏱️ 23.10.2020): ``` pip install spleeter @@ -2920,51 +2907,64 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
librosa (πŸ₯ˆ28 Β· ⭐ 4.1K) - Python library for audio and music analysis. ISC -- **[GitHub](https://github.com/librosa/librosa)** (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 660 Β· πŸ“¦ 8.4K Β· πŸ“‹ 830 - 6% open Β· ⏱️ 11.09.2020): +- [GitHub](https://github.com/librosa/librosa) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 660 Β· πŸ“¦ 8.4K Β· πŸ“‹ 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) (πŸ“₯ 270K / month Β· πŸ“¦ 1.8K Β· ⏱️ 22.07.2020): ``` pip install librosa ```
-
torchaudio (πŸ₯ˆ28 Β· ⭐ 1.2K) - Data manipulation and transformation for audio signal processing, powered by.. BSD-2 +
torchaudio (πŸ₯ˆ28 Β· ⭐ 1.2K) - Data manipulation and transformation for audio signal.. BSD-2 -- **[GitHub](https://github.com/pytorch/audio)** (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 260 Β· πŸ“¦ 860 Β· πŸ“‹ 370 - 41% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pytorch/audio) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 260 Β· πŸ“¦ 870 Β· πŸ“‹ 370 - 41% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/pytorch/audio ``` -- **[PyPi](https://pypi.org/project/torchaudio)** (πŸ“₯ 57K / month Β· πŸ“¦ 9 Β· ⏱️ 27.10.2020): +- [PyPi](https://pypi.org/project/torchaudio) (πŸ“₯ 58K / month Β· πŸ“¦ 9 Β· ⏱️ 27.10.2020): ``` pip install torchaudio ```
-
pyAudioAnalysis (πŸ₯‰26 Β· ⭐ 3.6K) - Python Audio Analysis Library: Feature Extraction, Classification,.. Apache-2 +
pyAudioAnalysis (πŸ₯ˆ26 Β· ⭐ 3.6K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2 -- **[GitHub](https://github.com/tyiannak/pyAudioAnalysis)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 920 Β· πŸ“¦ 170 Β· πŸ“‹ 260 - 60% open Β· ⏱️ 19.11.2020): +- [GitHub](https://github.com/tyiannak/pyAudioAnalysis) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 920 Β· πŸ“¦ 170 Β· πŸ“‹ 260 - 60% open Β· ⏱️ 19.11.2020): ``` git clone https://github.com/tyiannak/pyAudioAnalysis ``` -- **[PyPi](https://pypi.org/project/pyAudioAnalysis)** (πŸ“₯ 9K / month Β· πŸ“¦ 11 Β· ⏱️ 29.09.2020): +- [PyPi](https://pypi.org/project/pyAudioAnalysis) (πŸ“₯ 9.1K / month Β· πŸ“¦ 11 Β· ⏱️ 29.09.2020): ``` pip install pyAudioAnalysis ```
+
DeepSpeech (πŸ₯‰25 Β· ⭐ 16K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0 + +- [GitHub](https://github.com/mozilla/DeepSpeech) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 3K): + + ``` + git clone https://github.com/mozilla/DeepSpeech + ``` +- [PyPi](https://pypi.org/project/deepspeech) (πŸ“₯ 16K / month Β· πŸ“¦ 29 Β· ⏱️ 05.11.2020): + + ``` + pip install deepspeech + ``` +
DDSP (πŸ₯‰23 Β· ⭐ 1.7K) - DDSP: Differentiable Digital Signal Processing. Apache-2 -- **[GitHub](https://github.com/magenta/ddsp)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 160 Β· πŸ“¦ 5 Β· πŸ“‹ 97 - 16% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/magenta/ddsp) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 160 Β· πŸ“¦ 5 Β· πŸ“‹ 97 - 16% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/magenta/ddsp ``` -- **[PyPi](https://pypi.org/project/ddsp)** (πŸ“₯ 1.7K / month Β· ⏱️ 21.08.2020): +- [PyPi](https://pypi.org/project/ddsp) (πŸ“₯ 1.6K / month Β· ⏱️ 21.08.2020): ``` pip install ddsp @@ -2972,12 +2972,12 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
Dejavu (πŸ₯‰21 Β· ⭐ 5.2K) - Audio fingerprinting and recognition in Python. MIT -- **[GitHub](https://github.com/worldveil/dejavu)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 1.2K Β· πŸ“¦ 16 Β· πŸ“‹ 210 - 39% open Β· ⏱️ 03.06.2020): +- [GitHub](https://github.com/worldveil/dejavu) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 1.2K Β· πŸ“¦ 16 Β· πŸ“‹ 210 - 39% open Β· ⏱️ 03.06.2020): ``` git clone https://github.com/worldveil/dejavu ``` -- **[PyPi](https://pypi.org/project/PyDejavu)** (πŸ“₯ 150 / month Β· πŸ“¦ 1 Β· ⏱️ 19.04.2015): +- [PyPi](https://pypi.org/project/PyDejavu) (πŸ“₯ 140 / month Β· πŸ“¦ 1 Β· ⏱️ 19.04.2015): ``` pip install PyDejavu @@ -2985,25 +2985,25 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
Porcupine (πŸ₯‰21 Β· ⭐ 2.3K) - On-device wake word detection powered by deep learning. Apache-2 -- **[GitHub](https://github.com/Picovoice/porcupine)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 320 Β· πŸ“¦ 3 Β· πŸ“‹ 260 - 2% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/Picovoice/porcupine) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 320 Β· πŸ“¦ 3 Β· πŸ“‹ 260 - 2% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/Picovoice/Porcupine ``` -- **[PyPi](https://pypi.org/project/pvporcupine)** (πŸ“₯ 680 / month Β· ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/pvporcupine) (πŸ“₯ 670 / month Β· ⏱️ 02.10.2020): ``` pip install pvporcupine ```
-
Madmom (πŸ₯‰20 Β· ⭐ 690 Β· πŸ’€) - Python audio and music signal processing library. BSD-3 +
Madmom (πŸ₯‰21 Β· ⭐ 690 Β· πŸ’€) - Python audio and music signal processing library. BSD-3 -- **[GitHub](https://github.com/CPJKU/madmom)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 110 Β· πŸ“¦ 110 Β· πŸ“‹ 220 - 19% open Β· ⏱️ 19.12.2019): +- [GitHub](https://github.com/CPJKU/madmom) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 120 Β· πŸ“¦ 110 Β· πŸ“‹ 220 - 19% open Β· ⏱️ 19.12.2019): ``` git clone https://github.com/CPJKU/madmom ``` -- **[PyPi](https://pypi.org/project/madmom)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 14.11.2018): +- [PyPi](https://pypi.org/project/madmom) (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 14.11.2018): ``` pip install madmom @@ -3011,52 +3011,52 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
Muda (πŸ₯‰16 Β· ⭐ 170) - A library for augmenting annotated audio data. ISC -- **[GitHub](https://github.com/bmcfee/muda)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 30 Β· πŸ“¦ 7 Β· πŸ“‹ 49 - 10% open Β· ⏱️ 20.07.2020): +- [GitHub](https://github.com/bmcfee/muda) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 30 Β· πŸ“¦ 7 Β· πŸ“‹ 49 - 10% open Β· ⏱️ 20.07.2020): ``` git clone https://github.com/bmcfee/muda ``` -- **[PyPi](https://pypi.org/project/muda)** (πŸ“₯ 110 / month Β· πŸ“¦ 1 Β· ⏱️ 15.11.2019): +- [PyPi](https://pypi.org/project/muda) (πŸ“₯ 120 / month Β· πŸ“¦ 1 Β· ⏱️ 15.11.2019): ``` pip install muda ```
-
Julius (πŸ₯‰13 Β· ⭐ 150 Β· 🐣) - Fast PyTorch based DSP for audio and 1D signals. MIT +
Julius (πŸ₯‰13 Β· ⭐ 160 Β· 🐣) - Fast PyTorch based DSP for audio and 1D signals. MIT -- **[GitHub](https://github.com/adefossez/julius)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· πŸ“¦ 1 Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/adefossez/julius) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· πŸ“¦ 1 Β· ⏱️ 10.12.2020): ``` git clone https://github.com/adefossez/julius ``` -- **[PyPi](https://pypi.org/project/julius)** (πŸ“₯ 200 / month Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/julius) (πŸ“₯ 210 / month Β· ⏱️ 25.11.2020): ``` pip install julius ```
Show 3 hidden projects... -
SpeechRecognition (πŸ₯‡30 Β· ⭐ 5.3K Β· πŸ’€) - Speech recognition module for Python, supporting several engines and.. BSD-3 +
SpeechRecognition (πŸ₯‡30 Β· ⭐ 5.3K Β· πŸ’€) - Speech recognition module for Python, supporting several.. BSD-3 -- **[GitHub](https://github.com/Uberi/speech_recognition)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 1.8K Β· πŸ“¦ 6.1K Β· πŸ“‹ 460 - 41% open Β· ⏱️ 02.07.2019): +- [GitHub](https://github.com/Uberi/speech_recognition) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 1.8K Β· πŸ“¦ 6.1K Β· πŸ“‹ 460 - 41% open Β· ⏱️ 02.07.2019): ``` git clone https://github.com/Uberi/speech_recognition ``` -- **[PyPi](https://pypi.org/project/SpeechRecognition)** (πŸ“₯ 130K / month Β· πŸ“¦ 1.1K Β· ⏱️ 05.12.2017): +- [PyPi](https://pypi.org/project/SpeechRecognition) (πŸ“₯ 130K / month Β· πŸ“¦ 1.1K Β· ⏱️ 05.12.2017): ``` pip install SpeechRecognition ```
-
Essentia (πŸ₯‰23 Β· ⭐ 1.7K) - C++ library for audio and music analysis, description and synthesis,.. ❗️AGPL-3.0 +
Essentia (πŸ₯‰23 Β· ⭐ 1.7K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0 -- **[GitHub](https://github.com/MTG/essentia)** (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 390 Β· πŸ“¦ 140 Β· πŸ“‹ 840 - 33% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/MTG/essentia) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 390 Β· πŸ“¦ 140 Β· πŸ“‹ 840 - 33% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/MTG/essentia ``` -- **[PyPi](https://pypi.org/project/essentia)** (πŸ“₯ 1.4K / month Β· πŸ“¦ 5 Β· ⏱️ 22.04.2020): +- [PyPi](https://pypi.org/project/essentia) (πŸ“₯ 1.4K / month Β· πŸ“¦ 5 Β· ⏱️ 22.04.2020): ``` pip install essentia @@ -3064,7 +3064,7 @@ _Libraries for audio analysis, manipulation, transformation, and extraction, as
aubio (πŸ₯‰22 Β· ⭐ 2K) - a library for audio and music analysis. ❗️GPL-3.0 -- **[GitHub](https://github.com/aubio/aubio)** (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 290 Β· πŸ“¦ 200 Β· πŸ“‹ 270 - 37% open Β· ⏱️ 02.07.2020): +- [GitHub](https://github.com/aubio/aubio) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 290 Β· πŸ“¦ 200 Β· πŸ“‹ 270 - 37% open Β· ⏱️ 02.07.2020): ``` git clone https://github.com/aubio/aubio @@ -3081,12 +3081,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
GeoPandas (πŸ₯‡32 Β· ⭐ 2.4K) - Python tools for geographic data. BSD-3 -- **[GitHub](https://github.com/geopandas/geopandas)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 530 Β· πŸ“₯ 820 Β· πŸ“¦ 6.5K Β· πŸ“‹ 940 - 31% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/geopandas/geopandas) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 530 Β· πŸ“₯ 820 Β· πŸ“¦ 6.6K Β· πŸ“‹ 940 - 31% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/geopandas/geopandas ``` -- **[PyPi](https://pypi.org/project/geopandas)** (πŸ“₯ 460K / month Β· πŸ“¦ 1.2K Β· ⏱️ 24.06.2020): +- [PyPi](https://pypi.org/project/geopandas) (πŸ“₯ 460K / month Β· πŸ“¦ 1.2K Β· ⏱️ 24.06.2020): ``` pip install geopandas @@ -3094,12 +3094,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
folium (πŸ₯‡31 Β· ⭐ 5K) - Python Data. Leaflet.js Maps. MIT -- **[GitHub](https://github.com/python-visualization/folium)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.9K Β· πŸ“¦ 7.7K Β· πŸ“‹ 820 - 17% open Β· ⏱️ 29.11.2020): +- [GitHub](https://github.com/python-visualization/folium) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.9K Β· πŸ“¦ 7.7K Β· πŸ“‹ 820 - 17% open Β· ⏱️ 29.11.2020): ``` git clone https://github.com/python-visualization/folium ``` -- **[PyPi](https://pypi.org/project/folium)** (πŸ“₯ 270K / month Β· πŸ“¦ 970 Β· ⏱️ 07.05.2020): +- [PyPi](https://pypi.org/project/folium) (πŸ“₯ 270K / month Β· πŸ“¦ 970 Β· ⏱️ 07.05.2020): ``` pip install folium @@ -3107,12 +3107,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
geopy (πŸ₯‡31 Β· ⭐ 3.1K) - Geocoding library for Python. MIT -- **[GitHub](https://github.com/geopy/geopy)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 520 Β· πŸ“¦ 15K Β· πŸ“‹ 230 - 11% open Β· ⏱️ 13.09.2020): +- [GitHub](https://github.com/geopy/geopy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 520 Β· πŸ“¦ 15K Β· πŸ“‹ 230 - 11% open Β· ⏱️ 13.09.2020): ``` git clone https://github.com/geopy/geopy ``` -- **[PyPi](https://pypi.org/project/geopy)** (πŸ“₯ 2.5M / month Β· πŸ“¦ 7.2K Β· ⏱️ 27.06.2020): +- [PyPi](https://pypi.org/project/geopy) (πŸ“₯ 2.5M / month Β· πŸ“¦ 7.2K Β· ⏱️ 27.06.2020): ``` pip install geopy @@ -3120,12 +3120,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
Rasterio (πŸ₯ˆ30 Β· ⭐ 1.4K) - Rasterio reads and writes geospatial raster datasets. BSD-3 -- **[GitHub](https://github.com/mapbox/rasterio)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“₯ 700 Β· πŸ“¦ 2.5K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mapbox/rasterio) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“₯ 700 Β· πŸ“¦ 2.5K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/mapbox/rasterio ``` -- **[PyPi](https://pypi.org/project/rasterio)** (πŸ“₯ 180K / month Β· πŸ“¦ 850 Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/rasterio) (πŸ“₯ 180K / month Β· πŸ“¦ 850 Β· ⏱️ 13.12.2020): ``` pip install rasterio @@ -3133,43 +3133,30 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
Fiona (πŸ₯ˆ30 Β· ⭐ 760) - Fiona reads and writes geographic data files. BSD-3 -- **[GitHub](https://github.com/Toblerity/Fiona)** (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 160 Β· πŸ“¦ 4.6K Β· πŸ“‹ 620 - 11% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/Toblerity/Fiona) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 160 Β· πŸ“¦ 4.6K Β· πŸ“‹ 620 - 11% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/Toblerity/Fiona ``` -- **[PyPi](https://pypi.org/project/fiona)** (πŸ“₯ 540K / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/fiona) (πŸ“₯ 540K / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.11.2020): ``` pip install fiona ```
-
pyproj (πŸ₯ˆ28 Β· ⭐ 550) - Python interface to PROJ (cartographic projections and coordinate transformations.. MIT - -- **[GitHub](https://github.com/pyproj4/pyproj)** (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 140 Β· πŸ“¦ 7.8K Β· πŸ“‹ 380 - 1% open Β· ⏱️ 10.12.2020): - - ``` - git clone https://github.com/pyproj4/pyproj - ``` -- **[PyPi](https://pypi.org/project/pyproj)** (πŸ“₯ 1.3M / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.11.2020): - - ``` - pip install pyproj - ``` -
ipyleaflet (πŸ₯ˆ27 Β· ⭐ 1.1K) - A Jupyter - Leaflet.js bridge. MIT -- **[GitHub](https://github.com/jupyter-widgets/ipyleaflet)** (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 260 Β· πŸ“¦ 630 Β· πŸ“‹ 370 - 33% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 260 Β· πŸ“¦ 630 Β· πŸ“‹ 370 - 33% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- **[PyPi](https://pypi.org/project/ipyleaflet)** (πŸ“₯ 17K / month Β· πŸ“¦ 98 Β· ⏱️ 24.07.2020): +- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 17K / month Β· πŸ“¦ 98 Β· ⏱️ 24.07.2020): ``` pip install ipyleaflet ``` -- **[NPM](https://www.npmjs.com/package/jupyter-leaflet)** (πŸ“₯ 150K / month Β· πŸ“¦ 2 Β· ⏱️ 24.07.2020): +- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 160K / month Β· πŸ“¦ 2 Β· ⏱️ 24.07.2020): ``` npm install jupyter-leaflet @@ -3177,12 +3164,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
geojson (πŸ₯ˆ27 Β· ⭐ 580) - Python bindings and utilities for GeoJSON. BSD-3 -- **[GitHub](https://github.com/jazzband/geojson)** (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 78 Β· πŸ“¦ 5.4K Β· πŸ“‹ 68 - 26% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/jazzband/geojson) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 78 Β· πŸ“¦ 5.4K Β· πŸ“‹ 68 - 26% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/jazzband/geojson ``` -- **[PyPi](https://pypi.org/project/geojson)** (πŸ“₯ 440K / month Β· πŸ“¦ 1.6K Β· ⏱️ 09.08.2019): +- [PyPi](https://pypi.org/project/geojson) (πŸ“₯ 430K / month Β· πŸ“¦ 1.6K Β· ⏱️ 09.08.2019): ``` pip install geojson @@ -3190,17 +3177,17 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
ArcGIS API (πŸ₯‰25 Β· ⭐ 910) - Documentation and samples for ArcGIS API for Python. Apache-2 -- **[GitHub](https://github.com/Esri/arcgis-python-api)** (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 680 Β· πŸ“‹ 310 - 40% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/Esri/arcgis-python-api) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 680 Β· πŸ“‹ 310 - 40% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/Esri/arcgis-python-api ``` -- **[PyPi](https://pypi.org/project/arcgis)** (πŸ“₯ 12K / month Β· πŸ“¦ 10 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/arcgis) (πŸ“₯ 12K / month Β· πŸ“¦ 10 Β· ⏱️ 30.11.2020): ``` pip install arcgis ``` -- **[Dockerhub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook)** (πŸ“₯ 3.6K Β· ⭐ 28 Β· ⏱️ 06.03.2020): +- [Dockerhub](https://hub.docker.com/r/esridocker/arcgis-api-python-notebook) (πŸ“₯ 3.6K Β· ⭐ 28 Β· ⏱️ 06.03.2020): ``` docker pull esridocker/arcgis-api-python-notebook @@ -3208,12 +3195,12 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
PySAL (πŸ₯‰24 Β· ⭐ 800) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3 -- **[GitHub](https://github.com/pysal/pysal)** (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 240 Β· πŸ“‹ 630 - 9% open Β· ⏱️ 01.08.2020): +- [GitHub](https://github.com/pysal/pysal) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 240 Β· πŸ“‹ 630 - 9% open Β· ⏱️ 01.08.2020): ``` git clone https://github.com/pysal/pysal ``` -- **[PyPi](https://pypi.org/project/pysal)** (πŸ“₯ 10K / month Β· πŸ“¦ 18 Β· ⏱️ 30.07.2020): +- [PyPi](https://pypi.org/project/pysal) (πŸ“₯ 10K / month Β· πŸ“¦ 18 Β· ⏱️ 30.07.2020): ``` pip install pysal @@ -3221,48 +3208,43 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
GeoViews (πŸ₯‰23 Β· ⭐ 320) - Simple, concise geographical visualization in Python. BSD-3 -- **[GitHub](https://github.com/holoviz/geoviews)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 59 Β· πŸ“¦ 170 Β· πŸ“‹ 250 - 31% open Β· ⏱️ 21.09.2020): +- [GitHub](https://github.com/holoviz/geoviews) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 59 Β· πŸ“¦ 170 Β· πŸ“‹ 250 - 31% open Β· ⏱️ 21.09.2020): ``` git clone https://github.com/holoviz/geoviews ``` -- **[PyPi](https://pypi.org/project/geoviews)** (πŸ“₯ 1.7K / month Β· πŸ“¦ 10 Β· ⏱️ 30.03.2020): +- [PyPi](https://pypi.org/project/geoviews) (πŸ“₯ 1.7K / month Β· πŸ“¦ 10 Β· ⏱️ 30.03.2020): ``` pip install geoviews ``` -- **[Conda](https://anaconda.org/conda-forge/geoviews)**: +- [Conda](https://anaconda.org/conda-forge/geoviews): ``` conda install -c conda-forge geoviews ```
-
EarthPy (πŸ₯‰22 Β· ⭐ 210) - A package built to support working with spatial data using open source python. BSD-3 +
pyproj (πŸ₯‰22 Β· ⭐ 550) - Python interface to PROJ (cartographic projections and coordinate.. MIT -- **[GitHub](https://github.com/earthlab/earthpy)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 89 Β· πŸ“¦ 69 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/pyproj4/pyproj) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 140 Β· πŸ“¦ 7.8K Β· πŸ“‹ 380 - 1% open Β· ⏱️ 10.12.2020): ``` - git clone https://github.com/earthlab/earthpy - ``` -- **[PyPi](https://pypi.org/project/earthpy)** (πŸ“₯ 2.3K / month Β· πŸ“¦ 3 Β· ⏱️ 18.06.2020): - - ``` - pip install earthpy + git clone https://github.com/pyproj4/pyproj ``` -- **[Conda](https://anaconda.org/conda-forge/earthpy)**: +- [PyPi](https://pypi.org/project/pyproj) (πŸ“¦ 2.5K Β· ⏱️ 05.11.2020): ``` - conda install -c conda-forge earthpy + pip install pyproj ```
-
pymap3d (πŸ₯‰21 Β· ⭐ 160) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci. BSD-2 +
pymap3d (πŸ₯‰21 Β· ⭐ 160) - pure-Python (Numpy optional) 3D coordinate conversions for geospace.. BSD-2 -- **[GitHub](https://github.com/geospace-code/pymap3d)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 55 Β· πŸ“‹ 24 - 8% open Β· ⏱️ 08.11.2020): +- [GitHub](https://github.com/geospace-code/pymap3d) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 55 Β· πŸ“‹ 24 - 8% open Β· ⏱️ 08.11.2020): ``` git clone https://github.com/geospace-code/pymap3d ``` -- **[PyPi](https://pypi.org/project/pymap3d)** (πŸ“₯ 20K / month Β· πŸ“¦ 3 Β· ⏱️ 21.09.2020): +- [PyPi](https://pypi.org/project/pymap3d) (πŸ“₯ 20K / month Β· πŸ“¦ 3 Β· ⏱️ 21.09.2020): ``` pip install pymap3d @@ -3270,26 +3252,44 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
Mapbox GL (πŸ₯‰20 Β· ⭐ 550 Β· πŸ’€) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- **[GitHub](https://github.com/mapbox/mapboxgl-jupyter)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 120 Β· πŸ“¦ 83 Β· πŸ“‹ 100 - 33% open Β· ⏱️ 03.12.2019): +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 120 Β· πŸ“¦ 83 Β· πŸ“‹ 100 - 33% open Β· ⏱️ 03.12.2019): ``` git clone https://github.com/mapbox/mapboxgl-jupyter ``` -- **[PyPi](https://pypi.org/project/mapboxgl)** (πŸ“₯ 7.1K / month Β· πŸ“¦ 18 Β· ⏱️ 02.06.2019): +- [PyPi](https://pypi.org/project/mapboxgl) (πŸ“₯ 7K / month Β· πŸ“¦ 18 Β· ⏱️ 02.06.2019): ``` pip install mapboxgl ```
+
EarthPy (πŸ₯‰19 Β· ⭐ 210) - A package built to support working with spatial data using open source.. BSD-3 + +- [GitHub](https://github.com/earthlab/earthpy) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 89 Β· πŸ“¦ 69 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 03.12.2020): + + ``` + git clone https://github.com/earthlab/earthpy + ``` +- [PyPi](https://pypi.org/project/earthpy) (πŸ“¦ 3 Β· ⏱️ 18.06.2020): + + ``` + pip install earthpy + ``` +- [Conda](https://anaconda.org/conda-forge/earthpy): + + ``` + conda install -c conda-forge earthpy + ``` +
Show 6 hidden projects...
Geocoder (πŸ₯ˆ29 Β· ⭐ 1.3K Β· πŸ’€) - Python Geocoder. MIT -- **[GitHub](https://github.com/DenisCarriere/geocoder)** (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 250 Β· πŸ“¦ 2.9K Β· πŸ“‹ 280 - 22% open Β· ⏱️ 12.10.2018): +- [GitHub](https://github.com/DenisCarriere/geocoder) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 250 Β· πŸ“¦ 2.9K Β· πŸ“‹ 280 - 22% open Β· ⏱️ 12.10.2018): ``` git clone https://github.com/DenisCarriere/geocoder ``` -- **[PyPi](https://pypi.org/project/geocoder)** (πŸ“₯ 230K / month Β· πŸ“¦ 580 Β· ⏱️ 04.04.2018): +- [PyPi](https://pypi.org/project/geocoder) (πŸ“₯ 230K / month Β· πŸ“¦ 580 Β· ⏱️ 04.04.2018): ``` pip install geocoder @@ -3297,12 +3297,12 @@ _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 -- **[GitHub](https://github.com/mapbox/rasterio)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“₯ 700 Β· πŸ“¦ 2.5K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mapbox/rasterio) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“₯ 700 Β· πŸ“¦ 2.5K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/mapbox/rasterio ``` -- **[PyPi](https://pypi.org/project/Cartopy)** (πŸ“₯ 14K / month Β· πŸ“¦ 170 Β· ⏱️ 27.04.2020): +- [PyPi](https://pypi.org/project/Cartopy) (πŸ“₯ 14K / month Β· πŸ“¦ 170 Β· ⏱️ 27.04.2020): ``` pip install Cartopy @@ -3310,43 +3310,30 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
Satpy (πŸ₯‰23 Β· ⭐ 650) - Python package for earth-observing satellite data processing. ❗️GPL-3.0 -- **[GitHub](https://github.com/pytroll/satpy)** (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 190 Β· πŸ“¦ 37 Β· πŸ“‹ 580 - 52% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/pytroll/satpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 190 Β· πŸ“¦ 37 Β· πŸ“‹ 580 - 52% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/pytroll/satpy ``` -- **[PyPi](https://pypi.org/project/satpy)** (πŸ“₯ 840 / month Β· πŸ“¦ 6 Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/satpy) (πŸ“₯ 840 / month Β· πŸ“¦ 6 Β· ⏱️ 16.11.2020): ``` pip install satpy ```
-
Sentinelsat (πŸ₯‰22 Β· ⭐ 520) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 - -- **[GitHub](https://github.com/sentinelsat/sentinelsat)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“₯ 180 Β· πŸ“¦ 150 Β· πŸ“‹ 230 - 12% open Β· ⏱️ 10.11.2020): - - ``` - git clone https://github.com/sentinelsat/sentinelsat - ``` -- **[PyPi](https://pypi.org/project/sentinelsat)** (πŸ“₯ 8.9K / month Β· πŸ“¦ 22 Β· ⏱️ 12.06.2020): - - ``` - pip install sentinelsat - ``` -
gmaps (πŸ₯‰21 Β· ⭐ 690 Β· πŸ’€) - Google maps for Jupyter notebooks. BSD-3 -- **[GitHub](https://github.com/pbugnion/gmaps)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 140 Β· πŸ“¦ 1 Β· πŸ“‹ 200 - 31% open Β· ⏱️ 22.07.2019): +- [GitHub](https://github.com/pbugnion/gmaps) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 140 Β· πŸ“¦ 1 Β· πŸ“‹ 200 - 31% open Β· ⏱️ 22.07.2019): ``` git clone https://github.com/pbugnion/gmaps ``` -- **[PyPi](https://pypi.org/project/gmaps)** (πŸ“₯ 3.7K / month Β· πŸ“¦ 37 Β· ⏱️ 20.07.2019): +- [PyPi](https://pypi.org/project/gmaps) (πŸ“₯ 3.7K / month Β· πŸ“¦ 37 Β· ⏱️ 20.07.2019): ``` pip install gmaps ``` -- **[NPM](https://www.npmjs.com/package/jupyter-gmaps)** (πŸ“₯ 1.6K / month Β· ⏱️ 21.07.2019): +- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (πŸ“₯ 1.6K / month Β· ⏱️ 21.07.2019): ``` npm install jupyter-gmaps @@ -3354,17 +3341,30 @@ _Libraries to load, process, analyze, and write geographic data as well as libra
geoplotlib (πŸ₯‰20 Β· ⭐ 880 Β· πŸ’€) - python toolbox for visualizing geographical data and making maps. MIT -- **[GitHub](https://github.com/andrea-cuttone/geoplotlib)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 140 Β· πŸ“¦ 84 Β· πŸ“‹ 41 - 56% open Β· ⏱️ 06.05.2019): +- [GitHub](https://github.com/andrea-cuttone/geoplotlib) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 140 Β· πŸ“¦ 84 Β· πŸ“‹ 41 - 56% open Β· ⏱️ 06.05.2019): ``` git clone https://github.com/andrea-cuttone/geoplotlib ``` -- **[PyPi](https://pypi.org/project/geoplotlib)** (πŸ“₯ 1.6K / month Β· πŸ“¦ 9 Β· ⏱️ 27.07.2016): +- [PyPi](https://pypi.org/project/geoplotlib) (πŸ“₯ 1.6K / month Β· πŸ“¦ 9 Β· ⏱️ 27.07.2016): ``` pip install geoplotlib ```
+
Sentinelsat (πŸ₯‰18 Β· ⭐ 520) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0 + +- [GitHub](https://github.com/sentinelsat/sentinelsat) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 160 Β· πŸ“₯ 180 Β· πŸ“¦ 150 Β· πŸ“‹ 230 - 12% open Β· ⏱️ 10.11.2020): + + ``` + git clone https://github.com/sentinelsat/sentinelsat + ``` +- [PyPi](https://pypi.org/project/sentinelsat) (πŸ“¦ 22 Β· ⏱️ 12.06.2020): + + ``` + pip install sentinelsat + ``` +

@@ -3376,12 +3376,12 @@ _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.6K Β· πŸ“¦ 650 Β· πŸ“‹ 960 - 33% open Β· ⏱️ 14.10.2020): +- [GitHub](https://github.com/quantopian/zipline) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 3.6K Β· πŸ“¦ 650 Β· πŸ“‹ 960 - 33% open Β· ⏱️ 14.10.2020): ``` git clone https://github.com/quantopian/zipline ``` -- **[PyPi](https://pypi.org/project/zipline)** (πŸ“₯ 3.5K / month Β· πŸ“¦ 79 Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/zipline) (πŸ“₯ 3.4K / month Β· πŸ“¦ 79 Β· ⏱️ 05.10.2020): ``` pip install zipline @@ -3389,30 +3389,30 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
yfinance (πŸ₯‡29 Β· ⭐ 3.6K) - Yahoo! Finance market data downloader (+faster Pandas Datareader). Apache-2 -- **[GitHub](https://github.com/ranaroussi/yfinance)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 940 Β· πŸ“¦ 2.3K Β· πŸ“‹ 450 - 63% open Β· ⏱️ 25.09.2020): +- [GitHub](https://github.com/ranaroussi/yfinance) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 940 Β· πŸ“¦ 2.3K Β· πŸ“‹ 460 - 63% open Β· ⏱️ 25.09.2020): ``` git clone https://github.com/ranaroussi/yfinance ``` -- **[PyPi](https://pypi.org/project/yfinance)** (πŸ“₯ 110K / month Β· πŸ“¦ 26 Β· ⏱️ 05.10.2020): +- [PyPi](https://pypi.org/project/yfinance) (πŸ“₯ 110K / month Β· πŸ“¦ 26 Β· ⏱️ 05.10.2020): ``` pip install yfinance ``` -- **[Conda](https://anaconda.org/ranaroussi/yfinance)**: +- [Conda](https://anaconda.org/ranaroussi/yfinance): ``` conda install -c ranaroussi yfinance ```
-
empyrical (πŸ₯ˆ26 Β· ⭐ 660) - Common financial risk and performance metrics. Used by zipline and pyfolio. Apache-2 +
empyrical (πŸ₯ˆ26 Β· ⭐ 660) - Common financial risk and performance metrics. Used by zipline.. Apache-2 -- **[GitHub](https://github.com/quantopian/empyrical)** (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 200 Β· πŸ“¦ 470 Β· πŸ“‹ 53 - 50% open Β· ⏱️ 14.10.2020): +- [GitHub](https://github.com/quantopian/empyrical) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 200 Β· πŸ“¦ 480 Β· πŸ“‹ 53 - 50% open Β· ⏱️ 14.10.2020): ``` git clone https://github.com/quantopian/empyrical ``` -- **[PyPi](https://pypi.org/project/empyrical)** (πŸ“₯ 13K / month Β· πŸ“¦ 220 Β· ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/empyrical) (πŸ“₯ 13K / month Β· πŸ“¦ 220 Β· ⏱️ 13.10.2020): ``` pip install empyrical @@ -3420,12 +3420,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
pyfolio (πŸ₯ˆ25 Β· ⭐ 3.3K) - Portfolio and risk analytics in Python. Apache-2 -- **[GitHub](https://github.com/quantopian/pyfolio)** (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 990 Β· πŸ“¦ 180 Β· πŸ“‹ 380 - 31% open Β· ⏱️ 15.07.2020): +- [GitHub](https://github.com/quantopian/pyfolio) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 990 Β· πŸ“¦ 180 Β· πŸ“‹ 380 - 31% open Β· ⏱️ 15.07.2020): ``` git clone https://github.com/quantopian/pyfolio ``` -- **[PyPi](https://pypi.org/project/pyfolio)** (πŸ“₯ 6.1K / month Β· πŸ“¦ 27 Β· ⏱️ 15.04.2019): +- [PyPi](https://pypi.org/project/pyfolio) (πŸ“₯ 5.8K / month Β· πŸ“¦ 27 Β· ⏱️ 15.04.2019): ``` pip install pyfolio @@ -3433,12 +3433,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
Alpha Vantage (πŸ₯ˆ25 Β· ⭐ 2.9K) - A python wrapper for Alpha Vantage API for financial data. MIT -- **[GitHub](https://github.com/RomelTorres/alpha_vantage)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 530 Β· πŸ“‹ 210 - 8% open Β· ⏱️ 03.09.2020): +- [GitHub](https://github.com/RomelTorres/alpha_vantage) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 530 Β· πŸ“‹ 210 - 8% open Β· ⏱️ 03.09.2020): ``` git clone https://github.com/RomelTorres/alpha_vantage ``` -- **[PyPi](https://pypi.org/project/alpha_vantage)** (πŸ“₯ 27K / month Β· πŸ“¦ 200 Β· ⏱️ 26.08.2018): +- [PyPi](https://pypi.org/project/alpha_vantage) (πŸ“₯ 26K / month Β· πŸ“¦ 200 Β· ⏱️ 26.08.2018): ``` pip install alpha_vantage @@ -3446,12 +3446,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
Alphalens (πŸ₯ˆ24 Β· ⭐ 1.6K Β· πŸ’€) - Performance analysis of predictive (alpha) stock factors. Apache-2 -- **[GitHub](https://github.com/quantopian/alphalens)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 600 Β· πŸ“¦ 340 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 27.04.2020): +- [GitHub](https://github.com/quantopian/alphalens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 600 Β· πŸ“¦ 340 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 27.04.2020): ``` git clone https://github.com/quantopian/alphalens ``` -- **[PyPi](https://pypi.org/project/alphalens)** (πŸ“₯ 1.5K / month Β· πŸ“¦ 14 Β· ⏱️ 27.04.2020): +- [PyPi](https://pypi.org/project/alphalens) (πŸ“₯ 1.5K / month Β· πŸ“¦ 14 Β· ⏱️ 27.04.2020): ``` pip install alphalens @@ -3459,12 +3459,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
IB-insync (πŸ₯ˆ24 Β· ⭐ 1.1K) - Python sync/async framework for Interactive Brokers API. BSD-2 -- **[GitHub](https://github.com/erdewit/ib_insync)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 370 Β· πŸ“‹ 280 - 1% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/erdewit/ib_insync) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 370 Β· πŸ“‹ 280 - 1% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/erdewit/ib_insync ``` -- **[PyPi](https://pypi.org/project/ib_insync)** (πŸ“₯ 3.2K / month Β· πŸ“¦ 12 Β· ⏱️ 03.11.2020): +- [PyPi](https://pypi.org/project/ib_insync) (πŸ“₯ 3.2K / month Β· πŸ“¦ 12 Β· ⏱️ 03.11.2020): ``` pip install ib_insync @@ -3472,12 +3472,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
ffn (πŸ₯ˆ24 Β· ⭐ 720) - ffn - a financial function library for Python. MIT -- **[GitHub](https://github.com/pmorissette/ffn)** (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 170 Β· πŸ“¦ 94 Β· πŸ“‹ 72 - 27% open Β· ⏱️ 16.11.2020): +- [GitHub](https://github.com/pmorissette/ffn) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 170 Β· πŸ“¦ 94 Β· πŸ“‹ 72 - 23% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pmorissette/ffn ``` -- **[PyPi](https://pypi.org/project/ffn)** (πŸ“₯ 11K / month Β· πŸ“¦ 16 Β· ⏱️ 28.05.2018): +- [PyPi](https://pypi.org/project/ffn) (πŸ“₯ 11K / month Β· πŸ“¦ 16 Β· ⏱️ 28.05.2018): ``` pip install ffn @@ -3485,64 +3485,64 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
bt (πŸ₯‰22 Β· ⭐ 900) - bt - flexible backtesting for Python. MIT -- **[GitHub](https://github.com/pmorissette/bt)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 240 Β· πŸ“¦ 39 Β· πŸ“‹ 210 - 27% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pmorissette/bt) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 240 Β· πŸ“¦ 39 Β· πŸ“‹ 210 - 25% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/pmorissette/bt ``` -- **[PyPi](https://pypi.org/project/bt)** (πŸ“₯ 3.7K / month Β· πŸ“¦ 20 Β· ⏱️ 28.05.2018): +- [PyPi](https://pypi.org/project/bt) (πŸ“₯ 3.5K / month Β· πŸ“¦ 20 Β· ⏱️ 28.05.2018): ``` pip install bt ```
-
finmarketpy (πŸ₯‰20 Β· ⭐ 2.4K) - Python library for backtesting trading strategies & analyzing financial.. Apache-2 +
finmarketpy (πŸ₯‰20 Β· ⭐ 2.4K) - Python library for backtesting trading strategies & analyzing.. Apache-2 -- **[GitHub](https://github.com/cuemacro/finmarketpy)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 410 Β· πŸ“₯ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 87% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/cuemacro/finmarketpy) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 410 Β· πŸ“₯ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 87% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/cuemacro/finmarketpy ``` -- **[PyPi](https://pypi.org/project/finmarketpy)** (πŸ“₯ 96 / month Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/finmarketpy) (πŸ“₯ 89 / month Β· ⏱️ 20.10.2020): ``` pip install finmarketpy ```
-
TensorTrade (πŸ₯‰20 Β· ⭐ 2K) - An open source reinforcement learning framework for training, evaluating, and.. Apache-2 +
TensorTrade (πŸ₯‰20 Β· ⭐ 2K) - An open source reinforcement learning framework for training,.. Apache-2 -- **[GitHub](https://github.com/tensortrade-org/tensortrade)** (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 520 Β· πŸ“¦ 8 Β· πŸ“‹ 140 - 23% open Β· ⏱️ 17.09.2020): +- [GitHub](https://github.com/tensortrade-org/tensortrade) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 520 Β· πŸ“¦ 8 Β· πŸ“‹ 140 - 23% open Β· ⏱️ 17.09.2020): ``` git clone https://github.com/tensortrade-org/tensortrade ``` -- **[PyPi](https://pypi.org/project/tensortrade)** (πŸ“₯ 680 / month Β· πŸ“¦ 1 Β· ⏱️ 24.08.2020): +- [PyPi](https://pypi.org/project/tensortrade) (πŸ“₯ 660 / month Β· πŸ“¦ 1 Β· ⏱️ 24.08.2020): ``` pip install tensortrade ```
-
Qlib (πŸ₯‰19 Β· ⭐ 2.7K Β· 🐣) - Qlib is an AI-oriented quantitative investment platform, which aims to realize.. MIT +
Qlib (πŸ₯‰19 Β· ⭐ 2.8K Β· 🐣) - Qlib is an AI-oriented quantitative investment platform, which aims.. MIT -- **[GitHub](https://github.com/microsoft/qlib)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 390 Β· πŸ“₯ 130 Β· πŸ“‹ 58 - 58% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/microsoft/qlib) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 400 Β· πŸ“₯ 130 Β· πŸ“‹ 58 - 58% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/microsoft/qlib ``` -- **[PyPi](https://pypi.org/project/pyqlib)** (πŸ“₯ 1.4K / month Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/pyqlib) (πŸ“₯ 1.5K / month Β· ⏱️ 12.12.2020): ``` pip install pyqlib ```
-
Crypto Signals (πŸ₯‰18 Β· ⭐ 2.3K) - Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 +.. MIT +
Crypto Signals (πŸ₯‰18 Β· ⭐ 2.3K) - 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 Β· πŸ”€ 640 Β· πŸ“‹ 230 - 18% open Β· ⏱️ 03.09.2020): ``` git clone https://github.com/CryptoSignal/crypto-signal ``` -- **[Dockerhub](https://hub.docker.com/r/shadowreaver/crypto-signal)** (πŸ“₯ 41K Β· ⭐ 7 Β· ⏱️ 03.09.2020): +- [Dockerhub](https://hub.docker.com/r/shadowreaver/crypto-signal) (πŸ“₯ 41K Β· ⭐ 7 Β· ⏱️ 03.09.2020): ``` docker pull shadowreaver/crypto-signal @@ -3551,12 +3551,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
Show 6 hidden projects...
backtrader (πŸ₯ˆ26 Β· ⭐ 5.2K) - Python Backtesting library for trading strategies. ❗️GPL-3.0 -- **[GitHub](https://github.com/mementum/backtrader)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 1.6K Β· πŸ“¦ 380 Β· ⏱️ 03.07.2020): +- [GitHub](https://github.com/mementum/backtrader) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 1.6K Β· πŸ“¦ 380 Β· ⏱️ 03.07.2020): ``` git clone https://github.com/mementum/backtrader ``` -- **[PyPi](https://pypi.org/project/backtrader)** (πŸ“₯ 12K / month Β· πŸ“¦ 70 Β· ⏱️ 03.07.2020): +- [PyPi](https://pypi.org/project/backtrader) (πŸ“₯ 12K / month Β· πŸ“¦ 70 Β· ⏱️ 03.07.2020): ``` pip install backtrader @@ -3564,12 +3564,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
arch (πŸ₯ˆ24 Β· ⭐ 620) - ARCH models in Python. ❗️NCSA -- **[GitHub](https://github.com/bashtage/arch)** (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 150 Β· πŸ“¦ 220 Β· πŸ“‹ 130 - 10% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/bashtage/arch) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 150 Β· πŸ“¦ 220 Β· πŸ“‹ 130 - 10% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/bashtage/arch ``` -- **[PyPi](https://pypi.org/project/arch)** (πŸ“₯ 81K / month Β· πŸ“¦ 21 Β· ⏱️ 24.06.2020): +- [PyPi](https://pypi.org/project/arch) (πŸ“₯ 79K / month Β· πŸ“¦ 21 Β· ⏱️ 24.06.2020): ``` pip install arch @@ -3577,12 +3577,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
PyAlgoTrade (πŸ₯‰22 Β· ⭐ 3.1K Β· πŸ’€) - Python Algorithmic Trading Library. Apache-2 -- **[GitHub](https://github.com/gbeced/pyalgotrade)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 1.1K Β· πŸ“¦ 65 Β· πŸ“‹ 120 - 31% open Β· ⏱️ 21.08.2018): +- [GitHub](https://github.com/gbeced/pyalgotrade) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 1.1K Β· πŸ“¦ 65 Β· πŸ“‹ 120 - 31% open Β· ⏱️ 21.08.2018): ``` git clone https://github.com/gbeced/pyalgotrade ``` -- **[PyPi](https://pypi.org/project/pyalgotrade)** (πŸ“₯ 520 / month Β· πŸ“¦ 21 Β· ⏱️ 21.08.2018): +- [PyPi](https://pypi.org/project/pyalgotrade) (πŸ“₯ 510 / month Β· πŸ“¦ 21 Β· ⏱️ 21.08.2018): ``` pip install pyalgotrade @@ -3590,12 +3590,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
Enigma Catalyst (πŸ₯‰22 Β· ⭐ 1.9K Β· πŸ’€) - An Algorithmic Trading Library for Crypto-Assets in Python. Apache-2 -- **[GitHub](https://github.com/enigmampc/catalyst)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 560 Β· πŸ“¦ 19 Β· πŸ“‹ 490 - 26% open Β· ⏱️ 11.11.2018): +- [GitHub](https://github.com/enigmampc/catalyst) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 560 Β· πŸ“¦ 19 Β· πŸ“‹ 490 - 26% open Β· ⏱️ 11.11.2018): ``` git clone https://github.com/enigmampc/catalyst ``` -- **[PyPi](https://pypi.org/project/enigma-catalyst)** (πŸ“₯ 260 / month Β· ⏱️ 11.11.2018): +- [PyPi](https://pypi.org/project/enigma-catalyst) (πŸ“₯ 270 / month Β· ⏱️ 11.11.2018): ``` pip install enigma-catalyst @@ -3603,12 +3603,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
FinTA (πŸ₯‰22 Β· ⭐ 740) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0 -- **[GitHub](https://github.com/peerchemist/finta)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 280 Β· πŸ“¦ 51 Β· πŸ“‹ 65 - 10% open Β· ⏱️ 04.11.2020): +- [GitHub](https://github.com/peerchemist/finta) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 280 Β· πŸ“¦ 51 Β· πŸ“‹ 65 - 10% open Β· ⏱️ 04.11.2020): ``` git clone https://github.com/peerchemist/finta ``` -- **[PyPi](https://pypi.org/project/finta)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 2 Β· ⏱️ 21.10.2020): +- [PyPi](https://pypi.org/project/finta) (πŸ“₯ 2.8K / month Β· πŸ“¦ 2 Β· ⏱️ 21.10.2020): ``` pip install finta @@ -3616,12 +3616,12 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te
Backtesting.py (πŸ₯‰17 Β· ⭐ 830) - Backtest trading strategies in Python. ❗️AGPL-3.0 -- **[GitHub](https://github.com/kernc/backtesting.py)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 210 Β· πŸ“‹ 180 - 11% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/kernc/backtesting.py) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 210 Β· πŸ“‹ 180 - 11% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/kernc/backtesting.py ``` -- **[PyPi](https://pypi.org/project/backtesting)** (πŸ“₯ 2.9K / month Β· ⏱️ 22.07.2017): +- [PyPi](https://pypi.org/project/backtesting) (πŸ“₯ 2.8K / month Β· ⏱️ 22.07.2017): ``` pip install backtesting @@ -3636,14 +3636,14 @@ _Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, te _Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data._ -
Prophet (πŸ₯‡30 Β· ⭐ 12K) - Tool for producing high quality forecasts for time series data that has multiple.. MIT +
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 Β· πŸ“₯ 520 Β· πŸ“‹ 1.5K - 6% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/facebook/prophet) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 3.4K Β· πŸ“₯ 520 Β· πŸ“‹ 1.5K - 6% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/facebook/prophet ``` -- **[PyPi](https://pypi.org/project/fbprophet)** (πŸ“₯ 720K / month Β· πŸ“¦ 150 Β· ⏱️ 05.09.2020): +- [PyPi](https://pypi.org/project/fbprophet) (πŸ“₯ 710K / month Β· πŸ“¦ 150 Β· ⏱️ 05.09.2020): ``` pip install fbprophet @@ -3651,12 +3651,12 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
tsfresh (πŸ₯‡26 Β· ⭐ 5.2K) - Automatic extraction of relevant features from time series:. MIT -- **[GitHub](https://github.com/blue-yonder/tsfresh)** (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 810 Β· πŸ“‹ 420 - 6% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/blue-yonder/tsfresh) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 810 Β· πŸ“‹ 420 - 6% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/blue-yonder/tsfresh ``` -- **[PyPi](https://pypi.org/project/tsfresh)** (πŸ“₯ 160K / month Β· πŸ“¦ 33 Β· ⏱️ 09.09.2020): +- [PyPi](https://pypi.org/project/tsfresh) (πŸ“₯ 160K / month Β· πŸ“¦ 33 Β· ⏱️ 09.09.2020): ``` pip install tsfresh @@ -3664,12 +3664,12 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
sktime (πŸ₯‡26 Β· ⭐ 2.7K) - A unified framework for machine learning with time series. BSD-3 -- **[GitHub](https://github.com/alan-turing-institute/sktime)** (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 370 Β· πŸ“₯ 41 Β· πŸ“¦ 81 Β· πŸ“‹ 270 - 32% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/alan-turing-institute/sktime) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 370 Β· πŸ“₯ 41 Β· πŸ“¦ 81 Β· πŸ“‹ 270 - 32% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/alan-turing-institute/sktime ``` -- **[PyPi](https://pypi.org/project/sktime)** (πŸ“₯ 7K / month Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/sktime) (πŸ“₯ 7K / month Β· ⏱️ 20.10.2020): ``` pip install sktime @@ -3677,17 +3677,17 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
tslearn (πŸ₯‡26 Β· ⭐ 1.4K) - A machine learning toolkit dedicated to time-series data. BSD-2 -- **[GitHub](https://github.com/tslearn-team/tslearn)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 210 Β· πŸ“¦ 160 Β· πŸ“‹ 210 - 24% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/tslearn-team/tslearn) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 210 Β· πŸ“¦ 160 Β· πŸ“‹ 210 - 24% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/tslearn-team/tslearn ``` -- **[PyPi](https://pypi.org/project/tslearn)** (πŸ“₯ 41K / month Β· πŸ“¦ 11 Β· ⏱️ 18.06.2020): +- [PyPi](https://pypi.org/project/tslearn) (πŸ“₯ 40K / month Β· πŸ“¦ 11 Β· ⏱️ 18.06.2020): ``` pip install tslearn ``` -- **[Conda](https://anaconda.org/conda-forge/tslearn)**: +- [Conda](https://anaconda.org/conda-forge/tslearn): ``` conda install -c conda-forge tslearn @@ -3695,12 +3695,12 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
Streamz (πŸ₯ˆ24 Β· ⭐ 890) - Real-time stream processing for python. BSD-3 -- **[GitHub](https://github.com/python-streamz/streamz)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“¦ 180 Β· πŸ“‹ 210 - 41% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/python-streamz/streamz) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“¦ 180 Β· πŸ“‹ 210 - 41% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/python-streamz/streamz ``` -- **[PyPi](https://pypi.org/project/streamz)** (πŸ“₯ 3.7K / month Β· πŸ“¦ 16 Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/streamz) (πŸ“₯ 3.8K / month Β· πŸ“¦ 16 Β· ⏱️ 02.11.2020): ``` pip install streamz @@ -3708,30 +3708,30 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
GluonTS (πŸ₯‰23 Β· ⭐ 1.6K) - Probabilistic time series modeling in Python. Apache-2 -- **[GitHub](https://github.com/awslabs/gluon-ts)** (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 340 Β· πŸ“‹ 510 - 35% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/awslabs/gluon-ts) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 340 Β· πŸ“‹ 510 - 35% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/awslabs/gluon-ts ``` -- **[PyPi](https://pypi.org/project/gluonts)** (πŸ“₯ 22K / month Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/gluonts) (πŸ“₯ 22K / month Β· ⏱️ 08.12.2020): ``` pip install gluonts ```
-
STUMPY (πŸ₯‰22 Β· ⭐ 1.6K) - STUMPY is a powerful and scalable Python library for computing a Matrix Profile,.. BSD-3 +
STUMPY (πŸ₯‰22 Β· ⭐ 1.6K) - STUMPY is a powerful and scalable Python library for computing a.. BSD-3 -- **[GitHub](https://github.com/TDAmeritrade/stumpy)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“‹ 200 - 14% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/TDAmeritrade/stumpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“‹ 200 - 14% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/TDAmeritrade/stumpy ``` -- **[PyPi](https://pypi.org/project/stumpy)** (πŸ“₯ 9.2K / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/stumpy) (πŸ“₯ 9.7K / month Β· ⏱️ 10.12.2020): ``` pip install stumpy ``` -- **[Conda](https://anaconda.org/conda-forge/stumpy)**: +- [Conda](https://anaconda.org/conda-forge/stumpy): ``` conda install -c conda-forge stumpy @@ -3739,17 +3739,17 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
Darts (πŸ₯‰20 Β· ⭐ 670) - A python library for easy manipulation and forecasting of time series. Apache-2 -- **[GitHub](https://github.com/unit8co/darts)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 78 Β· πŸ“¦ 9 Β· πŸ“‹ 52 - 28% open Β· ⏱️ 09.11.2020): +- [GitHub](https://github.com/unit8co/darts) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 79 Β· πŸ“¦ 9 Β· πŸ“‹ 52 - 26% open Β· ⏱️ 09.11.2020): ``` git clone https://github.com/unit8co/darts ``` -- **[PyPi](https://pypi.org/project/u8darts)** (πŸ“₯ 870 / month Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/u8darts) (πŸ“₯ 880 / month Β· ⏱️ 09.11.2020): ``` pip install u8darts ``` -- **[Dockerhub](https://hub.docker.com/r/unit8/darts)** (πŸ“₯ 75 Β· ⏱️ 06.10.2020): +- [Dockerhub](https://hub.docker.com/r/unit8/darts) (πŸ“₯ 75 Β· ⏱️ 06.10.2020): ``` docker pull unit8/darts @@ -3757,38 +3757,38 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
seglearn (πŸ₯‰19 Β· ⭐ 410) - Python module for machine learning time series:. BSD-3 -- **[GitHub](https://github.com/dmbee/seglearn)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 45 Β· πŸ“¦ 6 Β· πŸ“‹ 23 - 26% open Β· ⏱️ 08.11.2020): +- [GitHub](https://github.com/dmbee/seglearn) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 45 Β· πŸ“¦ 6 Β· πŸ“‹ 23 - 26% open Β· ⏱️ 08.11.2020): ``` git clone https://github.com/dmbee/seglearn ``` -- **[PyPi](https://pypi.org/project/seglearn)** (πŸ“₯ 3.4K / month Β· πŸ“¦ 1 Β· ⏱️ 02.04.2020): +- [PyPi](https://pypi.org/project/seglearn) (πŸ“₯ 3.4K / month Β· πŸ“¦ 1 Β· ⏱️ 02.04.2020): ``` pip install seglearn ```
-
ADTK (πŸ₯‰17 Β· ⭐ 560 Β· πŸ’€) - A Python toolkit for rule-based/unsupervised anomaly detection in time series. MPL-2.0 +
ADTK (πŸ₯‰17 Β· ⭐ 570 Β· πŸ’€) - A Python toolkit for rule-based/unsupervised anomaly detection in.. MPL-2.0 -- **[GitHub](https://github.com/arundo/adtk)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 70 Β· πŸ“‹ 49 - 40% open Β· ⏱️ 17.04.2020): +- [GitHub](https://github.com/arundo/adtk) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 70 Β· πŸ“‹ 49 - 40% open Β· ⏱️ 17.04.2020): ``` git clone https://github.com/arundo/adtk ``` -- **[PyPi](https://pypi.org/project/adtk)** (πŸ“₯ 38K / month Β· ⏱️ 17.04.2020): +- [PyPi](https://pypi.org/project/adtk) (πŸ“₯ 37K / month Β· ⏱️ 17.04.2020): ``` pip install adtk ```
-
tick (πŸ₯‰17 Β· ⭐ 320) - Module for statistical learning, with a particular emphasis on time-dependent modelling. BSD-3 +
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 Β· πŸ“¦ 27 Β· πŸ“‹ 210 - 25% open Β· ⏱️ 15.06.2020): +- [GitHub](https://github.com/X-DataInitiative/tick) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 74 Β· πŸ“₯ 160 Β· πŸ“¦ 27 Β· πŸ“‹ 210 - 25% open Β· ⏱️ 15.06.2020): ``` git clone https://github.com/X-DataInitiative/tick ``` -- **[PyPi](https://pypi.org/project/tick)** (πŸ“₯ 800 / month Β· πŸ“¦ 1 Β· ⏱️ 24.05.2020): +- [PyPi](https://pypi.org/project/tick) (πŸ“₯ 790 / month Β· πŸ“¦ 1 Β· ⏱️ 24.05.2020): ``` pip install tick @@ -3797,12 +3797,12 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
Show 2 hidden projects...
PyFlux (πŸ₯‰22 Β· ⭐ 1.8K Β· πŸ’€) - Open source time series library for Python. BSD-3 -- **[GitHub](https://github.com/RJT1990/pyflux)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 200 Β· πŸ“¦ 160 Β· πŸ“‹ 140 - 54% open Β· ⏱️ 16.12.2018): +- [GitHub](https://github.com/RJT1990/pyflux) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 200 Β· πŸ“¦ 160 Β· πŸ“‹ 140 - 54% open Β· ⏱️ 16.12.2018): ``` git clone https://github.com/RJT1990/pyflux ``` -- **[PyPi](https://pypi.org/project/pyflux)** (πŸ“₯ 13K / month Β· πŸ“¦ 15 Β· ⏱️ 21.11.2017): +- [PyPi](https://pypi.org/project/pyflux) (πŸ“₯ 12K / month Β· πŸ“¦ 15 Β· ⏱️ 21.11.2017): ``` pip install pyflux @@ -3810,12 +3810,12 @@ _Libraries for forecasting, anomaly detection, feature extraction, and machine l
luminol (πŸ₯‰22 Β· ⭐ 860 Β· πŸ’€) - Anomaly Detection and Correlation library. Apache-2 -- **[GitHub](https://github.com/linkedin/luminol)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 170 Β· πŸ“¦ 36 Β· πŸ“‹ 36 - 66% open Β· ⏱️ 09.01.2018): +- [GitHub](https://github.com/linkedin/luminol) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 170 Β· πŸ“¦ 36 Β· πŸ“‹ 36 - 66% open Β· ⏱️ 09.01.2018): ``` git clone https://github.com/linkedin/luminol ``` -- **[PyPi](https://pypi.org/project/luminol)** (πŸ“₯ 140K / month Β· πŸ“¦ 12 Β· ⏱️ 11.12.2017): +- [PyPi](https://pypi.org/project/luminol) (πŸ“₯ 130K / month Β· πŸ“¦ 12 Β· ⏱️ 11.12.2017): ``` pip install luminol @@ -3830,14 +3830,14 @@ _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 +
MNE (πŸ₯‡31 Β· ⭐ 1.5K) - MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in.. BSD-3 -- **[GitHub](https://github.com/mne-tools/mne-python)** (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 830 Β· πŸ“¦ 740 Β· πŸ“‹ 3.4K - 8% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mne-tools/mne-python) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 830 Β· πŸ“¦ 740 Β· πŸ“‹ 3.4K - 8% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/mne-tools/mne-python ``` -- **[PyPi](https://pypi.org/project/mne)** (πŸ“₯ 42K / month Β· πŸ“¦ 200 Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/mne) (πŸ“₯ 41K / month Β· πŸ“¦ 200 Β· ⏱️ 16.11.2020): ``` pip install mne @@ -3845,12 +3845,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Nilearn (πŸ₯‡30 Β· ⭐ 690) - Machine learning for NeuroImaging in Python. BSD-3 -- **[GitHub](https://github.com/nilearn/nilearn)** (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 370 Β· πŸ“¦ 820 Β· πŸ“‹ 1.4K - 26% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/nilearn/nilearn) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 370 Β· πŸ“¦ 820 Β· πŸ“‹ 1.4K - 26% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/nilearn/nilearn ``` -- **[PyPi](https://pypi.org/project/nilearn)** (πŸ“₯ 14K / month Β· πŸ“¦ 300 Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/nilearn) (πŸ“₯ 13K / month Β· πŸ“¦ 300 Β· ⏱️ 12.11.2020): ``` pip install nilearn @@ -3858,12 +3858,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Lifelines (πŸ₯ˆ29 Β· ⭐ 1.5K) - Survival analysis in Python. MIT -- **[GitHub](https://github.com/CamDavidsonPilon/lifelines)** (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 400 Β· πŸ“¦ 460 Β· πŸ“‹ 770 - 23% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/CamDavidsonPilon/lifelines) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 400 Β· πŸ“¦ 460 Β· πŸ“‹ 770 - 23% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/CamDavidsonPilon/lifelines ``` -- **[PyPi](https://pypi.org/project/lifelines)** (πŸ“₯ 110K / month Β· πŸ“¦ 130 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/lifelines) (πŸ“₯ 110K / month Β· πŸ“¦ 130 Β· ⏱️ 09.12.2020): ``` pip install lifelines @@ -3871,12 +3871,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
NIPYPE (πŸ₯ˆ29 Β· ⭐ 540) - Workflows and interfaces for neuroimaging packages. Apache-2 -- **[GitHub](https://github.com/nipy/nipype)** (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 440 Β· πŸ“¦ 460 Β· πŸ“‹ 1.2K - 26% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/nipy/nipype) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 440 Β· πŸ“¦ 460 Β· πŸ“‹ 1.2K - 26% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/nipy/nipype ``` -- **[PyPi](https://pypi.org/project/nipype)** (πŸ“₯ 14K / month Β· πŸ“¦ 190 Β· ⏱️ 16.08.2020): +- [PyPi](https://pypi.org/project/nipype) (πŸ“₯ 14K / month Β· πŸ“¦ 190 Β· ⏱️ 16.08.2020): ``` pip install nipype @@ -3884,30 +3884,30 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
NiBabel (πŸ₯ˆ29 Β· ⭐ 380) - Python package to access a cacophony of neuro-imaging file formats. MIT -- **[GitHub](https://github.com/nipy/nibabel)** (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 210 Β· πŸ“¦ 3.3K Β· πŸ“‹ 390 - 28% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/nipy/nibabel) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 210 Β· πŸ“¦ 3.3K Β· πŸ“‹ 390 - 28% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/nipy/nibabel ``` -- **[PyPi](https://pypi.org/project/nibabel)** (πŸ“₯ 55K / month Β· πŸ“¦ 1.3K Β· ⏱️ 28.11.2020): +- [PyPi](https://pypi.org/project/nibabel) (πŸ“₯ 54K / month Β· πŸ“¦ 1.3K Β· ⏱️ 28.11.2020): ``` pip install nibabel ```
-
DIPY (πŸ₯ˆ27 Β· ⭐ 370) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for.. BSD-3 +
DIPY (πŸ₯ˆ27 Β· ⭐ 370) - DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic.. BSD-3 -- **[GitHub](https://github.com/dipy/dipy)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“¦ 310 Β· πŸ“‹ 730 - 21% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/dipy/dipy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“¦ 310 Β· πŸ“‹ 730 - 21% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/dipy/dipy ``` -- **[PyPi](https://pypi.org/project/dipy)** (πŸ“₯ 7.6K / month Β· πŸ“¦ 94 Β· ⏱️ 05.11.2020): +- [PyPi](https://pypi.org/project/dipy) (πŸ“₯ 7.5K / month Β· πŸ“¦ 94 Β· ⏱️ 05.11.2020): ``` pip install dipy ``` -- **[Conda](https://anaconda.org/conda-forge/dipy)**: +- [Conda](https://anaconda.org/conda-forge/dipy): ``` conda install -c conda-forge dipy @@ -3915,12 +3915,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Hail (πŸ₯ˆ24 Β· ⭐ 690) - Scalable genomic data analysis. MIT -- **[GitHub](https://github.com/hail-is/hail)** (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 180 Β· πŸ“¦ 24 Β· πŸ“‹ 2.3K - 14% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/hail-is/hail) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 180 Β· πŸ“¦ 26 Β· πŸ“‹ 2.3K - 14% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/hail-is/hail ``` -- **[PyPi](https://pypi.org/project/hail)** (πŸ“₯ 1.5K / month Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/hail) (πŸ“₯ 1.6K / month Β· ⏱️ 03.12.2020): ``` pip install hail @@ -3928,38 +3928,38 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
MONAI (πŸ₯ˆ22 Β· ⭐ 1.6K) - AI Toolkit for Healthcare Imaging. Apache-2 -- **[GitHub](https://github.com/Project-MONAI/MONAI)** (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 280 Β· πŸ“‹ 640 - 12% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/Project-MONAI/MONAI) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 280 Β· πŸ“‹ 640 - 12% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/Project-MONAI/MONAI ``` -- **[PyPi](https://pypi.org/project/monai)** (πŸ“₯ 4.4K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/monai) (πŸ“₯ 4.3K / month Β· ⏱️ 15.12.2020): ``` pip install monai ```
-
NiftyNet (πŸ₯ˆ22 Β· ⭐ 1.3K Β· πŸ’€) - [unmaintained] An open-source convolutional neural networks platform.. Apache-2 +
NiftyNet (πŸ₯ˆ22 Β· ⭐ 1.3K Β· πŸ’€) - [unmaintained] An open-source convolutional neural.. Apache-2 -- **[GitHub](https://github.com/NifTK/NiftyNet)** (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 370 Β· πŸ“¦ 33 Β· πŸ“‹ 320 - 30% open Β· ⏱️ 21.04.2020): +- [GitHub](https://github.com/NifTK/NiftyNet) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 370 Β· πŸ“¦ 33 Β· πŸ“‹ 320 - 30% open Β· ⏱️ 21.04.2020): ``` git clone https://github.com/NifTK/NiftyNet ``` -- **[PyPi](https://pypi.org/project/niftynet)** (πŸ“₯ 310 / month Β· ⏱️ 10.10.2019): +- [PyPi](https://pypi.org/project/niftynet) (πŸ“₯ 300 / month Β· ⏱️ 10.10.2019): ``` pip install niftynet ```
-
DeepVariant (πŸ₯‰20 Β· ⭐ 2.1K) - DeepVariant is an analysis pipeline that uses a deep neural network to call.. BSD-3 +
DeepVariant (πŸ₯‰20 Β· ⭐ 2.1K) - DeepVariant is an analysis pipeline that uses a deep neural.. BSD-3 -- **[GitHub](https://github.com/google/deepvariant)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 520 Β· πŸ“₯ 2.9K Β· πŸ“‹ 360 - 0% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/google/deepvariant) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 520 Β· πŸ“₯ 2.9K Β· πŸ“‹ 360 - 0% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/google/deepvariant ``` -- **[Conda](https://anaconda.org/bioconda/deepvariant)**: +- [Conda](https://anaconda.org/bioconda/deepvariant): ``` conda install -c bioconda deepvariant @@ -3967,17 +3967,17 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Brainiak (πŸ₯‰19 Β· ⭐ 230) - Brain Imaging Analysis Kit. Apache-2 -- **[GitHub](https://github.com/brainiak/brainiak)** (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 100 Β· πŸ“¦ 11 Β· πŸ“‹ 180 - 34% open Β· ⏱️ 15.10.2020): +- [GitHub](https://github.com/brainiak/brainiak) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 100 Β· πŸ“¦ 11 Β· πŸ“‹ 180 - 34% open Β· ⏱️ 15.10.2020): ``` git clone https://github.com/brainiak/brainiak ``` -- **[PyPi](https://pypi.org/project/brainiak)** (πŸ“₯ 140 / month Β· πŸ“¦ 1 Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/brainiak) (πŸ“₯ 140 / month Β· πŸ“¦ 1 Β· ⏱️ 15.10.2020): ``` pip install brainiak ``` -- **[Dockerhub](https://hub.docker.com/r/brainiak/brainiak)** (πŸ“₯ 450 Β· ⭐ 1 Β· ⏱️ 15.10.2020): +- [Dockerhub](https://hub.docker.com/r/brainiak/brainiak) (πŸ“₯ 450 Β· ⭐ 1 Β· ⏱️ 15.10.2020): ``` docker pull brainiak/brainiak @@ -3985,15 +3985,15 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Medical Detection Toolkit (πŸ₯‰13 Β· ⭐ 870 Β· πŸ’€) - The Medical Detection Toolkit contains 2D + 3D.. Apache-2 -- **[GitHub](https://github.com/MIC-DKFZ/medicaldetectiontoolkit)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 230 Β· πŸ“‹ 110 - 24% open Β· ⏱️ 18.04.2020): +- [GitHub](https://github.com/MIC-DKFZ/medicaldetectiontoolkit) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 230 Β· πŸ“‹ 110 - 24% open Β· ⏱️ 18.04.2020): ``` git clone https://github.com/MIC-DKFZ/medicaldetectiontoolkit ```
-
MedicalNet (πŸ₯‰11 Β· ⭐ 1K) - Many studies have shown that the performance on deep learning is significantly.. MIT +
MedicalNet (πŸ₯‰11 Β· ⭐ 1K) - Many studies have shown that the performance on deep learning is.. MIT -- **[GitHub](https://github.com/Tencent/MedicalNet)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 260 Β· πŸ“‹ 54 - 74% open Β· ⏱️ 27.08.2020): +- [GitHub](https://github.com/Tencent/MedicalNet) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 260 Β· πŸ“‹ 54 - 74% open Β· ⏱️ 27.08.2020): ``` git clone https://github.com/Tencent/MedicalNet @@ -4002,12 +4002,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Show 6 hidden projects...
NIPY (πŸ₯‰21 Β· ⭐ 290) - Neuroimaging in Python FMRI analysis package. ❗️DSDP -- **[GitHub](https://github.com/nipy/nipy)** (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 120 Β· πŸ“‹ 140 - 26% open Β· ⏱️ 14.10.2020): +- [GitHub](https://github.com/nipy/nipy) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 120 Β· πŸ“‹ 140 - 26% open Β· ⏱️ 14.10.2020): ``` git clone https://github.com/nipy/nipy ``` -- **[PyPi](https://pypi.org/project/nipy)** (πŸ“₯ 1.3K / month Β· πŸ“¦ 29 Β· ⏱️ 19.02.2018): +- [PyPi](https://pypi.org/project/nipy) (πŸ“₯ 1.3K / month Β· πŸ“¦ 29 Β· ⏱️ 19.02.2018): ``` pip install nipy @@ -4015,12 +4015,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
MedPy (πŸ₯‰20 Β· ⭐ 310 Β· πŸ’€) - Medical image processing in Python. ❗️GPL-3.0 -- **[GitHub](https://github.com/loli/medpy)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 100 Β· πŸ“¦ 200 Β· πŸ“‹ 73 - 10% open Β· ⏱️ 01.05.2020): +- [GitHub](https://github.com/loli/medpy) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 100 Β· πŸ“¦ 200 Β· πŸ“‹ 73 - 10% open Β· ⏱️ 01.05.2020): ``` git clone https://github.com/loli/medpy ``` -- **[PyPi](https://pypi.org/project/MedPy)** (πŸ“₯ 3.2K / month Β· πŸ“¦ 7 Β· ⏱️ 14.02.2019): +- [PyPi](https://pypi.org/project/MedPy) (πŸ“₯ 3.2K / month Β· πŸ“¦ 7 Β· ⏱️ 14.02.2019): ``` pip install MedPy @@ -4028,12 +4028,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
DLTK (πŸ₯‰19 Β· ⭐ 1.2K Β· πŸ’€) - Deep Learning Toolkit for Medical Image Analysis. Apache-2 -- **[GitHub](https://github.com/DLTK/DLTK)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 380 Β· πŸ“¦ 17 Β· πŸ“‹ 31 - 22% open Β· ⏱️ 21.01.2019): +- [GitHub](https://github.com/DLTK/DLTK) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 380 Β· πŸ“¦ 17 Β· πŸ“‹ 31 - 22% open Β· ⏱️ 21.01.2019): ``` git clone https://github.com/DLTK/DLTK ``` -- **[PyPi](https://pypi.org/project/dltk)** (πŸ“₯ 110 / month Β· ⏱️ 26.02.2018): +- [PyPi](https://pypi.org/project/dltk) (πŸ“₯ 110 / month Β· ⏱️ 26.02.2018): ``` pip install dltk @@ -4041,12 +4041,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
Glow (πŸ₯‰18 Β· ⭐ 140) - An open-source toolkit for large-scale genomic analysis. Apache-2 -- **[GitHub](https://github.com/projectglow/glow)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 41 Β· πŸ“‹ 63 - 34% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/projectglow/glow) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 41 Β· πŸ“‹ 63 - 34% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/projectglow/glow ``` -- **[PyPi](https://pypi.org/project/glow.py)** (πŸ“₯ 1.2K / month Β· ⏱️ 10.09.2020): +- [PyPi](https://pypi.org/project/glow.py) (πŸ“₯ 1.3K / month Β· ⏱️ 10.09.2020): ``` pip install glow.py @@ -4054,12 +4054,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
MedicalTorch (πŸ₯‰14 Β· ⭐ 700 Β· πŸ’€) - A medical imaging framework for Pytorch. Apache-2 -- **[GitHub](https://github.com/perone/medicaltorch)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 110 Β· πŸ“¦ 9 Β· πŸ“‹ 23 - 60% open Β· ⏱️ 15.08.2019): +- [GitHub](https://github.com/perone/medicaltorch) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 110 Β· πŸ“¦ 9 Β· πŸ“‹ 23 - 60% open Β· ⏱️ 15.08.2019): ``` git clone https://github.com/perone/medicaltorch ``` -- **[PyPi](https://pypi.org/project/medicaltorch)** (πŸ“₯ 68 / month Β· ⏱️ 24.11.2018): +- [PyPi](https://pypi.org/project/medicaltorch) (πŸ“₯ 69 / month Β· ⏱️ 24.11.2018): ``` pip install medicaltorch @@ -4067,12 +4067,12 @@ _Libraries for processing and analyzing medical data such as MRIs, EEGs, genomic
DeepNeuro (πŸ₯‰14 Β· ⭐ 95) - A deep learning python package for neuroimaging data. Made by:. MIT -- **[GitHub](https://github.com/QTIM-Lab/DeepNeuro)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 28 Β· πŸ“¦ 1 Β· πŸ“‹ 41 - 60% open Β· ⏱️ 24.06.2020): +- [GitHub](https://github.com/QTIM-Lab/DeepNeuro) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 28 Β· πŸ“¦ 1 Β· πŸ“‹ 41 - 60% open Β· ⏱️ 24.06.2020): ``` git clone https://github.com/QTIM-Lab/DeepNeuro ``` -- **[PyPi](https://pypi.org/project/deepneuro)** (πŸ“₯ 48 / month Β· ⏱️ 11.04.2019): +- [PyPi](https://pypi.org/project/deepneuro) (πŸ“₯ 50 / month Β· ⏱️ 11.04.2019): ``` pip install deepneuro @@ -4087,45 +4087,45 @@ _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.3K) - Python-tesseract is an optical character recognition (OCR) tool for python. Apache-2 +
Tesseract (πŸ₯‡30 Β· ⭐ 3.3K) - Python-tesseract is an optical character recognition (OCR) tool.. Apache-2 -- **[GitHub](https://github.com/madmaze/pytesseract)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 500 Β· πŸ“¦ 7.8K Β· πŸ“‹ 240 - 2% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/madmaze/pytesseract) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 500 Β· πŸ“¦ 7.8K Β· πŸ“‹ 240 - 2% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/madmaze/pytesseract ``` -- **[PyPi](https://pypi.org/project/pytesseract)** (πŸ“₯ 320K / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/pytesseract) (πŸ“₯ 310K / month Β· πŸ“¦ 1.4K Β· ⏱️ 15.12.2020): ``` pip install pytesseract ``` -- **[Conda](https://anaconda.org/conda-forge/pytesseract)**: +- [Conda](https://anaconda.org/conda-forge/pytesseract): ``` conda install -c conda-forge pytesseract ```
-
OCRmyPDF (πŸ₯ˆ27 Β· ⭐ 3.5K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be.. MPL-2.0 +
OCRmyPDF (πŸ₯ˆ27 Β· ⭐ 3.5K) - OCRmyPDF adds an OCR text layer to scanned PDF files, allowing.. MPL-2.0 -- **[GitHub](https://github.com/jbarlow83/OCRmyPDF)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 410 Β· πŸ“¦ 95 Β· πŸ“‹ 630 - 14% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/jbarlow83/OCRmyPDF) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 410 Β· πŸ“¦ 96 Β· πŸ“‹ 630 - 14% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/jbarlow83/OCRmyPDF ``` -- **[PyPi](https://pypi.org/project/ocrmypdf)** (πŸ“₯ 12K / month Β· πŸ“¦ 12 Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/ocrmypdf) (πŸ“₯ 12K / month Β· πŸ“¦ 12 Β· ⏱️ 12.12.2020): ``` pip install ocrmypdf ```
-
EasyOCR (πŸ₯ˆ26 Β· ⭐ 9.5K) - Ready-to-use OCR with 80+ supported languages and all popular writing scripts.. Apache-2 +
EasyOCR (πŸ₯ˆ26 Β· ⭐ 9.5K) - Ready-to-use OCR with 80+ supported languages and all popular.. Apache-2 -- **[GitHub](https://github.com/JaidedAI/EasyOCR)** (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 880 Β· πŸ“₯ 70K Β· πŸ“¦ 89 Β· πŸ“‹ 220 - 32% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/JaidedAI/EasyOCR) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 880 Β· πŸ“₯ 71K Β· πŸ“¦ 89 Β· πŸ“‹ 220 - 32% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/JaidedAI/EasyOCR ``` -- **[PyPi](https://pypi.org/project/easyocr)** (πŸ“₯ 7.6K / month Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/easyocr) (πŸ“₯ 7.6K / month Β· ⏱️ 21.11.2020): ``` pip install easyocr @@ -4133,69 +4133,69 @@ _Libraries for optical character recognition (OCR) and text extraction from imag
tesserocr (πŸ₯ˆ26 Β· ⭐ 1.4K) - A Python wrapper for the tesseract-ocr API. MIT -- **[GitHub](https://github.com/sirfz/tesserocr)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 180 Β· πŸ“¦ 430 Β· πŸ“‹ 200 - 29% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/sirfz/tesserocr) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 180 Β· πŸ“¦ 430 Β· πŸ“‹ 200 - 29% open Β· ⏱️ 17.11.2020): ``` git clone https://github.com/sirfz/tesserocr ``` -- **[PyPi](https://pypi.org/project/tesserocr)** (πŸ“₯ 45K / month Β· πŸ“¦ 50 Β· ⏱️ 17.03.2020): +- [PyPi](https://pypi.org/project/tesserocr) (πŸ“₯ 46K / month Β· πŸ“¦ 50 Β· ⏱️ 17.03.2020): ``` pip install tesserocr ``` -- **[Conda](https://anaconda.org/conda-forge/tesserocr)**: +- [Conda](https://anaconda.org/conda-forge/tesserocr): ``` conda install -c conda-forge tesserocr ```
-
PaddleOCR (πŸ₯‰22 Β· ⭐ 7.2K) - Awesome multilingual OCR toolkits based on PaddlePaddle practical ultra.. Apache-2 +
PaddleOCR (πŸ₯‰22 Β· ⭐ 7.4K) - Awesome multilingual OCR toolkits based on PaddlePaddle.. Apache-2 -- **[GitHub](https://github.com/PaddlePaddle/PaddleOCR)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 1.4K Β· πŸ“¦ 9 Β· πŸ“‹ 940 - 24% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PaddlePaddle/PaddleOCR) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 1.4K Β· πŸ“¦ 9 Β· πŸ“‹ 940 - 24% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/PaddlePaddle/PaddleOCR ``` -- **[PyPi](https://pypi.org/project/paddleocr)** (πŸ“₯ 1.2K / month Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/paddleocr) (πŸ“₯ 1.2K / month Β· ⏱️ 16.12.2020): ``` pip install paddleocr ```
-
attention-ocr (πŸ₯‰22 Β· ⭐ 820) - A Tensorflow model for text recognition (CNN + seq2seq with visual.. MIT +
attention-ocr (πŸ₯‰22 Β· ⭐ 820) - A Tensorflow model for text recognition (CNN + seq2seq with.. MIT -- **[GitHub](https://github.com/emedvedev/attention-ocr)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 220 Β· πŸ“¦ 15 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 31.10.2020): +- [GitHub](https://github.com/emedvedev/attention-ocr) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 220 Β· πŸ“¦ 15 Β· πŸ“‹ 140 - 11% open Β· ⏱️ 31.10.2020): ``` git clone https://github.com/emedvedev/attention-ocr ``` -- **[PyPi](https://pypi.org/project/aocr)** (πŸ“₯ 220 / month Β· ⏱️ 19.04.2019): +- [PyPi](https://pypi.org/project/aocr) (πŸ“₯ 210 / month Β· ⏱️ 19.04.2019): ``` pip install aocr ```
-
keras-ocr (πŸ₯‰20 Β· ⭐ 720) - A packaged and flexible version of the CRAFT text detector and Keras CRNN.. MIT +
keras-ocr (πŸ₯‰20 Β· ⭐ 720) - A packaged and flexible version of the CRAFT text detector and Keras.. MIT -- **[GitHub](https://github.com/faustomorales/keras-ocr)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 160 Β· πŸ“₯ 9.7K Β· πŸ“‹ 120 - 21% open Β· ⏱️ 26.11.2020): +- [GitHub](https://github.com/faustomorales/keras-ocr) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 160 Β· πŸ“₯ 9.8K Β· πŸ“‹ 120 - 21% open Β· ⏱️ 26.11.2020): ``` git clone https://github.com/faustomorales/keras-ocr ``` -- **[PyPi](https://pypi.org/project/keras-ocr)** (πŸ“₯ 2K / month Β· πŸ“¦ 1 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/keras-ocr) (πŸ“₯ 2K / month Β· πŸ“¦ 1 Β· ⏱️ 26.11.2020): ``` pip install keras-ocr ```
-
doc2text (πŸ₯‰19 Β· ⭐ 1.2K) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via.. MIT +
doc2text (πŸ₯‰19 Β· ⭐ 1.2K) - Detect text blocks and OCR poorly scanned PDFs in bulk. Python module.. MIT -- **[GitHub](https://github.com/jlsutherland/doc2text)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 91 Β· πŸ“¦ 31 Β· πŸ“‹ 21 - 57% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/jlsutherland/doc2text) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 91 Β· πŸ“¦ 31 Β· πŸ“‹ 21 - 57% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/jlsutherland/doc2text ``` -- **[PyPi](https://pypi.org/project/doc2text)** (πŸ“₯ 280 / month Β· ⏱️ 06.09.2016): +- [PyPi](https://pypi.org/project/doc2text) (πŸ“₯ 280 / month Β· ⏱️ 06.09.2016): ``` pip install doc2text @@ -4203,12 +4203,12 @@ _Libraries for optical character recognition (OCR) and text extraction from imag
calamari (πŸ₯‰18 Β· ⭐ 740) - Line based ATR Engine based on OCRopy. Apache-2 -- **[GitHub](https://github.com/Calamari-OCR/calamari)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 160 Β· πŸ“‹ 150 - 12% open Β· ⏱️ 07.11.2020): +- [GitHub](https://github.com/Calamari-OCR/calamari) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 160 Β· πŸ“‹ 150 - 13% open Β· ⏱️ 07.11.2020): ``` git clone https://github.com/Calamari-OCR/calamari ``` -- **[PyPi](https://pypi.org/project/calamari_ocr)** (πŸ“₯ 650 / month Β· πŸ“¦ 2 Β· ⏱️ 13.11.2018): +- [PyPi](https://pypi.org/project/calamari_ocr) (πŸ“₯ 640 / month Β· πŸ“¦ 2 Β· ⏱️ 13.11.2018): ``` pip install calamari_ocr @@ -4222,19 +4222,19 @@ _Libraries for optical character recognition (OCR) and text extraction from imag _General-purpose data containers & structures as well as utilities & extensions for pandas._ -
pandas (πŸ₯‡43 Β· ⭐ 28K) - Flexible and powerful data analysis / manipulation library for Python, providing.. BSD-3 +
pandas (πŸ₯‡43 Β· ⭐ 28K) - Flexible and powerful data analysis / manipulation library for.. BSD-3 -- **[GitHub](https://github.com/pandas-dev/pandas)** (πŸ‘¨β€πŸ’» 2.5K Β· πŸ”€ 12K Β· πŸ“₯ 56K Β· πŸ“¦ 350K Β· πŸ“‹ 20K - 18% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pandas-dev/pandas) (πŸ‘¨β€πŸ’» 2.5K Β· πŸ”€ 12K Β· πŸ“₯ 56K Β· πŸ“¦ 350K Β· πŸ“‹ 20K - 18% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pandas-dev/pandas ``` -- **[PyPi](https://pypi.org/project/pandas)** (πŸ“₯ 25M / month Β· πŸ“¦ 77K Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/pandas) (πŸ“₯ 25M / month Β· πŸ“¦ 77K Β· ⏱️ 08.12.2020): ``` pip install pandas ``` -- **[Conda](https://anaconda.org/anaconda/pandas)** (⏱️ 31.10.2020): +- [Conda](https://anaconda.org/anaconda/pandas) (⏱️ 31.10.2020): ``` conda install -c anaconda pandas @@ -4242,43 +4242,43 @@ _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.1K Β· πŸ“₯ 280K Β· πŸ“¦ 570K Β· πŸ“‹ 9.4K - 23% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/numpy/numpy) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.1K Β· πŸ“₯ 290K Β· πŸ“¦ 570K Β· πŸ“‹ 9.4K - 23% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/numpy/numpy ``` -- **[PyPi](https://pypi.org/project/numpy)** (πŸ“₯ 40M / month Β· πŸ“¦ 170K Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/numpy) (πŸ“₯ 40M / month Β· πŸ“¦ 170K Β· ⏱️ 03.12.2020): ``` pip install numpy ``` -- **[Conda](https://anaconda.org/anaconda/numpy)** (⏱️ 05.11.2020): +- [Conda](https://anaconda.org/anaconda/numpy) (⏱️ 05.11.2020): ``` conda install -c anaconda numpy ```
-
h5py (πŸ₯‡36 Β· ⭐ 1.5K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data.. BSD-3 +
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 Β· πŸ“₯ 740 Β· πŸ“¦ 94K Β· πŸ“‹ 1.1K - 16% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/h5py/h5py) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 390 Β· πŸ“₯ 740 Β· πŸ“¦ 95K Β· πŸ“‹ 1.1K - 16% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/h5py/h5py ``` -- **[PyPi](https://pypi.org/project/h5py)** (πŸ“₯ 5.6M / month Β· πŸ“¦ 23K Β· ⏱️ 06.11.2020): +- [PyPi](https://pypi.org/project/h5py) (πŸ“₯ 5.6M / month Β· πŸ“¦ 23K Β· ⏱️ 06.11.2020): ``` pip install h5py ```
-
Arrow (πŸ₯ˆ35 Β· ⭐ 6.7K) - Apache Arrow is a cross-language development platform for in-memory data. It.. Apache-2 +
Arrow (πŸ₯ˆ35 Β· ⭐ 6.7K) - Apache Arrow is a cross-language development platform for in-memory.. Apache-2 -- **[GitHub](https://github.com/apache/arrow)** (πŸ‘¨β€πŸ’» 600 Β· πŸ”€ 1.7K Β· πŸ“¦ 26 Β· πŸ“‹ 650 - 17% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/apache/arrow) (πŸ‘¨β€πŸ’» 600 Β· πŸ”€ 1.7K Β· πŸ“¦ 26 Β· πŸ“‹ 650 - 17% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/apache/arrow ``` -- **[PyPi](https://pypi.org/project/pyarrow)** (πŸ“₯ 9.2M / month Β· πŸ“¦ 990 Β· ⏱️ 19.10.2020): +- [PyPi](https://pypi.org/project/pyarrow) (πŸ“₯ 9M / month Β· πŸ“¦ 990 Β· ⏱️ 19.10.2020): ``` pip install pyarrow @@ -4286,38 +4286,38 @@ _General-purpose data containers & structures as well as utilities & extensions
xarray (πŸ₯ˆ32 Β· ⭐ 1.9K) - N-D labeled arrays and datasets in Python. Apache-2 -- **[GitHub](https://github.com/pydata/xarray)** (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 610 Β· πŸ“¦ 4.6K Β· πŸ“‹ 2.6K - 29% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pydata/xarray) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 610 Β· πŸ“¦ 4.6K Β· πŸ“‹ 2.6K - 29% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/pydata/xarray ``` -- **[PyPi](https://pypi.org/project/xarray)** (πŸ“₯ 300K / month Β· πŸ“¦ 1.1K Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/xarray) (πŸ“₯ 300K / month Β· πŸ“¦ 1.1K Β· ⏱️ 30.11.2020): ``` pip install xarray ```
-
numexpr (πŸ₯ˆ30 Β· ⭐ 1.5K) - Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz.. MIT +
numexpr (πŸ₯ˆ30 Β· ⭐ 1.5K) - Fast numerical array expression evaluator for Python, NumPy, PyTables,.. MIT -- **[GitHub](https://github.com/pydata/numexpr)** (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 160 Β· πŸ“‹ 300 - 17% open Β· ⏱️ 24.09.2020): +- [GitHub](https://github.com/pydata/numexpr) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 160 Β· πŸ“‹ 300 - 17% open Β· ⏱️ 24.09.2020): ``` git clone https://github.com/pydata/numexpr ``` -- **[PyPi](https://pypi.org/project/numexpr)** (πŸ“₯ 930K / month Β· πŸ“¦ 5.5K Β· ⏱️ 05.01.2020): +- [PyPi](https://pypi.org/project/numexpr) (πŸ“₯ 920K / month Β· πŸ“¦ 5.5K Β· ⏱️ 05.01.2020): ``` pip install numexpr ```
-
TinyDB (πŸ₯ˆ29 Β· ⭐ 3.9K) - TinyDB is a lightweight document oriented database optimized for your happiness :). MIT +
TinyDB (πŸ₯ˆ29 Β· ⭐ 3.9K) - TinyDB is a lightweight document oriented database optimized for your.. MIT -- **[GitHub](https://github.com/msiemens/tinydb)** (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 350 Β· πŸ“‹ 240 - 5% open Β· ⏱️ 05.12.2020): +- [GitHub](https://github.com/msiemens/tinydb) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 350 Β· πŸ“‹ 240 - 5% open Β· ⏱️ 05.12.2020): ``` git clone https://github.com/msiemens/tinydb ``` -- **[PyPi](https://pypi.org/project/tinydb)** (πŸ“₯ 140K / month Β· πŸ“¦ 1.1K Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/tinydb) (πŸ“₯ 140K / month Β· πŸ“¦ 1.1K Β· ⏱️ 14.11.2020): ``` pip install tinydb @@ -4325,17 +4325,17 @@ _General-purpose data containers & structures as well as utilities & extensions
Koalas (πŸ₯ˆ29 Β· ⭐ 2.5K) - Koalas: pandas API on Apache Spark. Apache-2 -- **[GitHub](https://github.com/databricks/koalas)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 290 Β· πŸ“₯ 1K Β· πŸ“¦ 66 Β· πŸ“‹ 500 - 16% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/databricks/koalas) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 290 Β· πŸ“₯ 1K Β· πŸ“¦ 66 Β· πŸ“‹ 500 - 16% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/databricks/koalas ``` -- **[PyPi](https://pypi.org/project/koalas)** (πŸ“₯ 920K / month Β· πŸ“¦ 1 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/koalas) (πŸ“₯ 910K / month Β· πŸ“¦ 1 Β· ⏱️ 11.12.2020): ``` pip install koalas ``` -- **[Conda](https://anaconda.org/conda-forge/koalas)**: +- [Conda](https://anaconda.org/conda-forge/koalas): ``` conda install -c conda-forge koalas @@ -4343,25 +4343,25 @@ _General-purpose data containers & structures as well as utilities & extensions
PyTables (πŸ₯ˆ29 Β· ⭐ 990) - A Python package to manage extremely large amounts of data. BSD-2 -- **[GitHub](https://github.com/PyTables/PyTables)** (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 180 Β· πŸ“₯ 120 Β· πŸ“‹ 590 - 25% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/PyTables/PyTables) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 180 Β· πŸ“₯ 120 Β· πŸ“‹ 590 - 25% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/PyTables/PyTables ``` -- **[PyPi](https://pypi.org/project/tables)** (πŸ“₯ 720K / month Β· πŸ“¦ 3.8K Β· ⏱️ 30.10.2019): +- [PyPi](https://pypi.org/project/tables) (πŸ“₯ 690K / month Β· πŸ“¦ 3.8K Β· ⏱️ 30.10.2019): ``` pip install tables ```
-
Modin (πŸ₯ˆ28 Β· ⭐ 5.5K) - Modin: Speed up your Pandas workflows by changing a single line of code. Apache-2 +
Modin (πŸ₯ˆ28 Β· ⭐ 5.5K) - Modin: Speed up your Pandas workflows by changing a single line.. Apache-2 -- **[GitHub](https://github.com/modin-project/modin)** (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 370 Β· πŸ“₯ 200K Β· πŸ“¦ 260 Β· πŸ“‹ 1.4K - 27% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/modin-project/modin) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 370 Β· πŸ“₯ 200K Β· πŸ“¦ 270 Β· πŸ“‹ 1.4K - 27% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/modin-project/modin ``` -- **[PyPi](https://pypi.org/project/modin)** (πŸ“₯ 43K / month Β· πŸ“¦ 9 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/modin) (πŸ“₯ 43K / month Β· πŸ“¦ 9 Β· ⏱️ 10.11.2020): ``` pip install modin @@ -4369,25 +4369,25 @@ _General-purpose data containers & structures as well as utilities & extensions
Bottleneck (πŸ₯ˆ28 Β· ⭐ 560) - Fast NumPy array functions written in C. BSD-2 -- **[GitHub](https://github.com/pydata/bottleneck)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 60 Β· πŸ“¦ 17K Β· πŸ“‹ 200 - 11% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/pydata/bottleneck) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 60 Β· πŸ“¦ 17K Β· πŸ“‹ 200 - 11% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/pydata/bottleneck ``` -- **[PyPi](https://pypi.org/project/Bottleneck)** (πŸ“₯ 200K / month Β· πŸ“¦ 2.9K Β· ⏱️ 21.02.2020): +- [PyPi](https://pypi.org/project/Bottleneck) (πŸ“₯ 200K / month Β· πŸ“¦ 2.9K Β· ⏱️ 21.02.2020): ``` pip install Bottleneck ```
-
datasketch (πŸ₯‰26 Β· ⭐ 1.4K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH.. MIT +
datasketch (πŸ₯‰27 Β· ⭐ 1.4K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT -- **[GitHub](https://github.com/ekzhu/datasketch)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 200 Β· πŸ“₯ 16 Β· πŸ“¦ 240 Β· πŸ“‹ 100 - 16% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/ekzhu/datasketch) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 200 Β· πŸ“₯ 16 Β· πŸ“¦ 240 Β· πŸ“‹ 110 - 17% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/ekzhu/datasketch ``` -- **[PyPi](https://pypi.org/project/datasketch)** (πŸ“₯ 220K / month Β· πŸ“¦ 86 Β· ⏱️ 12.03.2020): +- [PyPi](https://pypi.org/project/datasketch) (πŸ“₯ 210K / month Β· πŸ“¦ 86 Β· ⏱️ 15.12.2020): ``` pip install datasketch @@ -4395,92 +4395,92 @@ _General-purpose data containers & structures as well as utilities & extensions
zarr (πŸ₯‰26 Β· ⭐ 600) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT -- **[GitHub](https://github.com/zarr-developers/zarr-python)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 100 Β· πŸ“¦ 490 Β· πŸ“‹ 400 - 43% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/zarr-developers/zarr-python) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 100 Β· πŸ“¦ 490 Β· πŸ“‹ 400 - 43% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/zarr-developers/zarr-python ``` -- **[PyPi](https://pypi.org/project/zarr)** (πŸ“₯ 23K / month Β· πŸ“¦ 72 Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/zarr) (πŸ“₯ 22K / month Β· πŸ“¦ 72 Β· ⏱️ 02.12.2020): ``` pip install zarr ``` -- **[Conda](https://anaconda.org/anaconda/zarr)** (⏱️ 08.10.2020): +- [Conda](https://anaconda.org/anaconda/zarr) (⏱️ 08.10.2020): ``` conda install -c anaconda zarr ```
-
swifter (πŸ₯‰25 Β· ⭐ 1.5K) - A package which efficiently applies any function to a pandas dataframe or series.. MIT +
swifter (πŸ₯‰25 Β· ⭐ 1.5K) - A package which efficiently applies any function to a pandas.. MIT -- **[GitHub](https://github.com/jmcarpenter2/swifter)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 69 Β· πŸ“¦ 260 Β· πŸ“‹ 89 - 14% open Β· ⏱️ 11.10.2020): +- [GitHub](https://github.com/jmcarpenter2/swifter) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 69 Β· πŸ“¦ 260 Β· πŸ“‹ 89 - 14% open Β· ⏱️ 11.10.2020): ``` git clone https://github.com/jmcarpenter2/swifter ``` -- **[PyPi](https://pypi.org/project/swifter)** (πŸ“₯ 49K / month Β· πŸ“¦ 16 Β· ⏱️ 11.10.2020): +- [PyPi](https://pypi.org/project/swifter) (πŸ“₯ 50K / month Β· πŸ“¦ 16 Β· ⏱️ 11.10.2020): ``` pip install swifter ```
-
PandaralΒ·lel (πŸ₯‰23 Β· ⭐ 1.3K) - A simple and efficient tool to parallelize Pandas operations on all.. BSD-3 +
PandaralΒ·lel (πŸ₯‰23 Β· ⭐ 1.3K) - A simple and efficient tool to parallelize Pandas.. BSD-3 -- **[GitHub](https://github.com/nalepae/pandarallel)** (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 86 Β· πŸ“¦ 130 Β· πŸ“‹ 110 - 51% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/nalepae/pandarallel) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 87 Β· πŸ“¦ 130 Β· πŸ“‹ 110 - 51% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/nalepae/pandarallel ``` -- **[PyPi](https://pypi.org/project/pandarallel)** (πŸ“₯ 48K / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/pandarallel) (πŸ“₯ 47K / month Β· ⏱️ 25.08.2020): ``` pip install pandarallel ```
-
Vaex (πŸ₯‰22 Β· ⭐ 5.5K) - Out-of-Core DataFrames for Python, ML, visualize and explore big tabular data at a.. MIT +
Vaex (πŸ₯‰22 Β· ⭐ 5.5K) - Out-of-Core DataFrames for Python, ML, visualize and explore big tabular.. MIT -- **[GitHub](https://github.com/vaexio/vaex)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 420 Β· πŸ“₯ 200 Β· πŸ“‹ 640 - 41% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/vaexio/vaex) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 420 Β· πŸ“₯ 200 Β· πŸ“‹ 640 - 41% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/vaexio/vaex ``` -- **[PyPi](https://pypi.org/project/vaex)** (πŸ“₯ 4.8K / month Β· πŸ“¦ 2 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/vaex) (πŸ“₯ 4.8K / month Β· πŸ“¦ 2 Β· ⏱️ 08.12.2020): ``` pip install vaex ``` -- **[Conda](https://anaconda.org/conda-forge/vaex)**: +- [Conda](https://anaconda.org/conda-forge/vaex): ``` conda install -c conda-forge vaex ```
-
datatable (πŸ₯‰20 Β· ⭐ 1.1K) - A Python package for manipulating 2-dimensional tabular data structures. MPL-2.0 +
datatable (πŸ₯‰20 Β· ⭐ 1.1K) - A Python package for manipulating 2-dimensional tabular data.. MPL-2.0 -- **[GitHub](https://github.com/h2oai/datatable)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 92 Β· πŸ“₯ 680 Β· πŸ“‹ 1.2K - 9% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/h2oai/datatable) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 92 Β· πŸ“₯ 680 Β· πŸ“‹ 1.2K - 9% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/h2oai/datatable ``` -- **[PyPi](https://pypi.org/project/datatable)** (πŸ“₯ 13K / month Β· πŸ“¦ 6 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/datatable) (πŸ“₯ 13K / month Β· πŸ“¦ 6 Β· ⏱️ 10.12.2020): ``` pip install datatable ```
-
StaticFrame (πŸ₯‰20 Β· ⭐ 200) - The StaticFrame library defines the Series and Frame, immutable data structures.. MIT +
StaticFrame (πŸ₯‰20 Β· ⭐ 200) - The StaticFrame library defines the Series and Frame, immutable data.. MIT -- **[GitHub](https://github.com/InvestmentSystems/static-frame)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“¦ 5 Β· πŸ“‹ 260 - 11% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/InvestmentSystems/static-frame) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“¦ 5 Β· πŸ“‹ 260 - 11% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/InvestmentSystems/static-frame ``` -- **[PyPi](https://pypi.org/project/static-frame)** (πŸ“₯ 2.6K / month Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/static-frame) (πŸ“₯ 2.6K / month Β· ⏱️ 01.12.2020): ``` pip install static-frame ``` -- **[Conda](https://anaconda.org/conda-forge/static-frame)**: +- [Conda](https://anaconda.org/conda-forge/static-frame): ``` conda install -c conda-forge static-frame @@ -4488,38 +4488,38 @@ _General-purpose data containers & structures as well as utilities & extensions
fletcher (πŸ₯‰19 Β· ⭐ 200) - Pandas ExtensionDType/Array backed by Apache Arrow. MIT -- **[GitHub](https://github.com/xhochy/fletcher)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 32 Β· πŸ“₯ 12 Β· πŸ“¦ 1 Β· πŸ“‹ 72 - 45% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/xhochy/fletcher) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 32 Β· πŸ“₯ 12 Β· πŸ“¦ 1 Β· πŸ“‹ 72 - 45% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/xhochy/fletcher ``` -- **[PyPi](https://pypi.org/project/fletcher)** (πŸ“₯ 420 / month Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/fletcher) (πŸ“₯ 430 / month Β· ⏱️ 07.12.2020): ``` pip install fletcher ```
-
Bounter (πŸ₯‰18 Β· ⭐ 890) - Efficient Counter that uses a limited (bounded) amount of memory regardless of data.. MIT +
Bounter (πŸ₯‰18 Β· ⭐ 890) - Efficient Counter that uses a limited (bounded) amount of memory.. MIT -- **[GitHub](https://github.com/RaRe-Technologies/bounter)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 48 Β· πŸ“¦ 20 Β· πŸ“‹ 20 - 55% open Β· ⏱️ 16.08.2020): +- [GitHub](https://github.com/RaRe-Technologies/bounter) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 48 Β· πŸ“¦ 20 Β· πŸ“‹ 20 - 55% open Β· ⏱️ 16.08.2020): ``` git clone https://github.com/RaRe-Technologies/bounter ``` -- **[PyPi](https://pypi.org/project/bounter)** (πŸ“₯ 250 / month Β· πŸ“¦ 14 Β· ⏱️ 17.08.2020): +- [PyPi](https://pypi.org/project/bounter) (πŸ“₯ 260 / month Β· πŸ“¦ 14 Β· ⏱️ 17.08.2020): ``` pip install bounter ```
-
PandaPy (πŸ₯‰15 Β· ⭐ 460) - PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x faster (by.. MIT +
PandaPy (πŸ₯‰15 Β· ⭐ 460) - PandaPy has the speed of NumPy and the usability of Pandas 10x to.. MIT -- **[GitHub](https://github.com/firmai/pandapy)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 42 Β· πŸ“¦ 1 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 12.11.2020): +- [GitHub](https://github.com/firmai/pandapy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 42 Β· πŸ“¦ 1 Β· πŸ“‹ 3 - 66% open Β· ⏱️ 12.11.2020): ``` git clone https://github.com/firmai/pandapy ``` -- **[PyPi](https://pypi.org/project/pandapy)** (πŸ“₯ 93 / month Β· ⏱️ 25.01.2020): +- [PyPi](https://pypi.org/project/pandapy) (πŸ“₯ 92 / month Β· ⏱️ 25.01.2020): ``` pip install pandapy @@ -4528,12 +4528,12 @@ _General-purpose data containers & structures as well as utilities & extensions
Show 6 hidden projects...
Blaze (πŸ₯ˆ28 Β· ⭐ 2.9K Β· πŸ’€) - NumPy and Pandas interface to Big Data. BSD-3 -- **[GitHub](https://github.com/blaze/blaze)** (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 370 Β· πŸ“¦ 7.3K Β· πŸ“‹ 760 - 34% open Β· ⏱️ 15.08.2019): +- [GitHub](https://github.com/blaze/blaze) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 370 Β· πŸ“¦ 7.3K Β· πŸ“‹ 760 - 34% open Β· ⏱️ 15.08.2019): ``` git clone https://github.com/blaze/blaze ``` -- **[PyPi](https://pypi.org/project/blaze)** (πŸ“₯ 11K / month Β· πŸ“¦ 490 Β· ⏱️ 06.05.2016): +- [PyPi](https://pypi.org/project/blaze) (πŸ“₯ 10K / month Β· πŸ“¦ 490 Β· ⏱️ 06.05.2016): ``` pip install blaze @@ -4541,12 +4541,12 @@ _General-purpose data containers & structures as well as utilities & extensions
sklearn-pandas (πŸ₯ˆ28 Β· ⭐ 2.3K) - Pandas integration with sklearn. ❗️Zlib -- **[GitHub](https://github.com/scikit-learn-contrib/sklearn-pandas)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 380 Β· πŸ“¦ 1.5K Β· πŸ“‹ 150 - 25% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/scikit-learn-contrib/sklearn-pandas) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 380 Β· πŸ“¦ 1.5K Β· πŸ“‹ 150 - 25% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/scikit-learn-contrib/sklearn-pandas ``` -- **[PyPi](https://pypi.org/project/sklearn-pandas)** (πŸ“₯ 110K / month Β· πŸ“¦ 220 Β· ⏱️ 07.11.2020): +- [PyPi](https://pypi.org/project/sklearn-pandas) (πŸ“₯ 110K / month Β· πŸ“¦ 220 Β· ⏱️ 07.11.2020): ``` pip install sklearn-pandas @@ -4554,12 +4554,12 @@ _General-purpose data containers & structures as well as utilities & extensions
Arctic (πŸ₯‰24 Β· ⭐ 2.1K) - Arctic is a high performance datastore for numeric data. ❗️LGPL-2.1 -- **[GitHub](https://github.com/man-group/arctic)** (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 430 Β· πŸ“₯ 83 Β· πŸ“¦ 100 Β· πŸ“‹ 500 - 16% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/man-group/arctic) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 430 Β· πŸ“₯ 83 Β· πŸ“¦ 100 Β· πŸ“‹ 500 - 16% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/man-group/arctic ``` -- **[PyPi](https://pypi.org/project/arctic)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 42 Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/arctic) (πŸ“₯ 2.8K / month Β· πŸ“¦ 42 Β· ⏱️ 01.12.2020): ``` pip install arctic @@ -4567,25 +4567,25 @@ _General-purpose data containers & structures as well as utilities & extensions
pandasql (πŸ₯‰22 Β· ⭐ 920 Β· πŸ’€) - sqldf for pandas. MIT -- **[GitHub](https://github.com/yhat/pandasql)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 140 Β· πŸ“¦ 580 Β· πŸ“‹ 67 - 65% open Β· ⏱️ 01.02.2017): +- [GitHub](https://github.com/yhat/pandasql) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 140 Β· πŸ“¦ 580 Β· πŸ“‹ 67 - 65% open Β· ⏱️ 01.02.2017): ``` git clone https://github.com/yhat/pandasql ``` -- **[PyPi](https://pypi.org/project/pandasql)** (πŸ“₯ 210K / month Β· πŸ“¦ 49 Β· ⏱️ 20.04.2016): +- [PyPi](https://pypi.org/project/pandasql) (πŸ“₯ 210K / month Β· πŸ“¦ 49 Β· ⏱️ 20.04.2016): ``` pip install pandasql ```
-
pickleDB (πŸ₯‰21 Β· ⭐ 520 Β· πŸ’€) - pickleDB is an open source key-value store using Python's json module. BSD-3 +
pickleDB (πŸ₯‰21 Β· ⭐ 520 Β· πŸ’€) - pickleDB is an open source key-value store using Python's json.. BSD-3 -- **[GitHub](https://github.com/patx/pickledb)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 91 Β· πŸ“¦ 410 Β· πŸ“‹ 55 - 29% open Β· ⏱️ 15.11.2019): +- [GitHub](https://github.com/patx/pickledb) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 91 Β· πŸ“¦ 410 Β· πŸ“‹ 55 - 29% open Β· ⏱️ 15.11.2019): ``` git clone https://github.com/patx/pickledb ``` -- **[PyPi](https://pypi.org/project/pickledb)** (πŸ“₯ 17K / month Β· πŸ“¦ 100 Β· ⏱️ 13.01.2019): +- [PyPi](https://pypi.org/project/pickledb) (πŸ“₯ 16K / month Β· πŸ“¦ 100 Β· ⏱️ 13.01.2019): ``` pip install pickledb @@ -4593,12 +4593,12 @@ _General-purpose data containers & structures as well as utilities & extensions
Pandas Summary (πŸ₯‰21 Β· ⭐ 360 Β· πŸ’€) - An extension to pandas dataframes describe function. MIT -- **[GitHub](https://github.com/mouradmourafiq/pandas-summary)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 33 Β· πŸ“¦ 540 Β· πŸ“‹ 13 - 61% open Β· ⏱️ 24.08.2019): +- [GitHub](https://github.com/mouradmourafiq/pandas-summary) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 33 Β· πŸ“¦ 540 Β· πŸ“‹ 13 - 61% open Β· ⏱️ 24.08.2019): ``` git clone https://github.com/mouradmourafiq/pandas-summary ``` -- **[PyPi](https://pypi.org/project/pandas-summary)** (πŸ“₯ 13K / month Β· πŸ“¦ 19 Β· ⏱️ 30.08.2016): +- [PyPi](https://pypi.org/project/pandas-summary) (πŸ“₯ 13K / month Β· πŸ“¦ 19 Β· ⏱️ 30.08.2016): ``` pip install pandas-summary @@ -4615,12 +4615,12 @@ _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.3K Β· πŸ“¦ 21K Β· πŸ“‹ 470 - 27% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/joke2k/faker) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 1.3K Β· πŸ“¦ 21K Β· πŸ“‹ 470 - 27% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/joke2k/faker ``` -- **[PyPi](https://pypi.org/project/Faker)** (πŸ“₯ 2M / month Β· πŸ“¦ 4.7K Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/Faker) (πŸ“₯ 2.1M / month Β· πŸ“¦ 4.7K Β· ⏱️ 15.12.2020): ``` pip install Faker @@ -4628,25 +4628,25 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
xlrd (πŸ₯‡33 Β· ⭐ 1.8K) - Please use openpyxl where you can... BSD-3 -- **[GitHub](https://github.com/python-excel/xlrd)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 410 Β· πŸ“¦ 59K Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/python-excel/xlrd) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 410 Β· πŸ“¦ 59K Β· ⏱️ 12.12.2020): ``` git clone https://github.com/python-excel/xlrd ``` -- **[PyPi](https://pypi.org/project/xlrd)** (πŸ“₯ 5.6M / month Β· πŸ“¦ 14K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/xlrd) (πŸ“₯ 5.6M / month Β· πŸ“¦ 14K Β· ⏱️ 11.12.2020): ``` pip install xlrd ```
-
xmltodict (πŸ₯ˆ32 Β· ⭐ 4.2K Β· πŸ’€) - Python module that makes working with XML feel like you are working with JSON. MIT +
xmltodict (πŸ₯ˆ32 Β· ⭐ 4.2K Β· πŸ’€) - Python module that makes working with XML feel like you are.. MIT -- **[GitHub](https://github.com/martinblech/xmltodict)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 390 Β· πŸ“¦ 19K Β· πŸ“‹ 200 - 31% open Β· ⏱️ 26.04.2020): +- [GitHub](https://github.com/martinblech/xmltodict) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 390 Β· πŸ“¦ 19K Β· πŸ“‹ 200 - 31% open Β· ⏱️ 26.04.2020): ``` git clone https://github.com/martinblech/xmltodict ``` -- **[PyPi](https://pypi.org/project/xmltodict)** (πŸ“₯ 4.4M / month Β· πŸ“¦ 8.2K Β· ⏱️ 11.02.2019): +- [PyPi](https://pypi.org/project/xmltodict) (πŸ“₯ 4.3M / month Β· πŸ“¦ 8.2K Β· ⏱️ 11.02.2019): ``` pip install xmltodict @@ -4654,38 +4654,25 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
Tablib (πŸ₯ˆ32 Β· ⭐ 3.8K) - Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. MIT -- **[GitHub](https://github.com/jazzband/tablib)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“¦ 8.7K Β· πŸ“‹ 230 - 14% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/jazzband/tablib) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 560 Β· πŸ“¦ 8.7K Β· πŸ“‹ 230 - 14% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/jazzband/tablib ``` -- **[PyPi](https://pypi.org/project/tablib)** (πŸ“₯ 630K / month Β· πŸ“¦ 2.4K Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/tablib) (πŸ“₯ 620K / month Β· πŸ“¦ 2.4K Β· ⏱️ 05.12.2020): ``` pip install tablib ```
-
TensorFlow Datasets (πŸ₯ˆ32 Β· ⭐ 2.6K) - TFDS is a collection of datasets ready to use with TensorFlow,.. Apache-2 - -- **[GitHub](https://github.com/tensorflow/datasets)** (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 880 Β· πŸ“¦ 3.1K Β· πŸ“‹ 870 - 43% open Β· ⏱️ 14.12.2020): - - ``` - git clone https://github.com/tensorflow/datasets - ``` -- **[PyPi](https://pypi.org/project/tensorflow-datasets)** (πŸ“₯ 540K / month Β· πŸ“¦ 100 Β· ⏱️ 09.10.2020): - - ``` - pip install tensorflow-datasets - ``` -
smart-open (πŸ₯ˆ30 Β· ⭐ 1.9K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT -- **[GitHub](https://github.com/RaRe-Technologies/smart_open)** (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 260 Β· πŸ“‹ 290 - 23% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/RaRe-Technologies/smart_open) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 260 Β· πŸ“‹ 290 - 23% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/RaRe-Technologies/smart_open ``` -- **[PyPi](https://pypi.org/project/smart-open)** (πŸ“₯ 5.6M / month Β· πŸ“¦ 640 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/smart-open) (πŸ“₯ 5.4M / month Β· πŸ“¦ 640 Β· ⏱️ 27.11.2020): ``` pip install smart-open @@ -4693,38 +4680,38 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
python-magic (πŸ₯ˆ30 Β· ⭐ 1.8K) - A python wrapper for libmagic. MIT -- **[GitHub](https://github.com/ahupp/python-magic)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 200 Β· πŸ“¦ 11K Β· πŸ“‹ 160 - 19% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/ahupp/python-magic) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 200 Β· πŸ“¦ 11K Β· πŸ“‹ 160 - 19% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/ahupp/python-magic ``` -- **[PyPi](https://pypi.org/project/python-magic)** (πŸ“₯ 1.5M / month Β· πŸ“¦ 5.1K Β· ⏱️ 06.05.2020): +- [PyPi](https://pypi.org/project/python-magic) (πŸ“₯ 1.5M / month Β· πŸ“¦ 5.1K Β· ⏱️ 06.05.2020): ``` pip install python-magic ```
-
pandas-datareader (πŸ₯ˆ30 Β· ⭐ 1.8K) - Extract data from a wide range of Internet sources into a pandas.. BSD-3 +
pandas-datareader (πŸ₯ˆ30 Β· ⭐ 1.8K) - Extract data from a wide range of Internet sources into a.. BSD-3 -- **[GitHub](https://github.com/pydata/pandas-datareader)** (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 490 Β· πŸ“¦ 7K Β· πŸ“‹ 440 - 15% open Β· ⏱️ 02.09.2020): +- [GitHub](https://github.com/pydata/pandas-datareader) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 490 Β· πŸ“¦ 7.1K Β· πŸ“‹ 440 - 15% open Β· ⏱️ 02.09.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) (πŸ“₯ 110K / month Β· πŸ“¦ 1.4K Β· ⏱️ 10.07.2020): ``` pip install pandas-datareader ```
-
csvkit (πŸ₯‰28 Β· ⭐ 4.4K) - A suite of utilities for converting to and working with CSV, the king of tabular file.. MIT +
csvkit (πŸ₯‰28 Β· ⭐ 4.4K) - A suite of utilities for converting to and working with CSV, the king of.. MIT -- **[GitHub](https://github.com/wireservice/csvkit)** (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 540 Β· πŸ“¦ 780 Β· πŸ“‹ 800 - 7% open Β· ⏱️ 30.10.2020): +- [GitHub](https://github.com/wireservice/csvkit) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 540 Β· πŸ“¦ 780 Β· πŸ“‹ 800 - 7% open Β· ⏱️ 30.10.2020): ``` git clone https://github.com/wireservice/csvkit ``` -- **[PyPi](https://pypi.org/project/csvkit)** (πŸ“₯ 28K / month Β· πŸ“¦ 700 Β· ⏱️ 03.03.2020): +- [PyPi](https://pypi.org/project/csvkit) (πŸ“₯ 28K / month Β· πŸ“¦ 700 Β· ⏱️ 03.03.2020): ``` pip install csvkit @@ -4732,38 +4719,38 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
snorkel (πŸ₯‰28 Β· ⭐ 4.3K) - A system for quickly generating training data with weak supervision. Apache-2 -- **[GitHub](https://github.com/snorkel-team/snorkel)** (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 700 Β· πŸ“₯ 480 Β· πŸ“¦ 61 Β· πŸ“‹ 940 - 3% open Β· ⏱️ 05.09.2020): +- [GitHub](https://github.com/snorkel-team/snorkel) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 700 Β· πŸ“₯ 480 Β· πŸ“¦ 61 Β· πŸ“‹ 940 - 3% open Β· ⏱️ 05.09.2020): ``` git clone https://github.com/snorkel-team/snorkel ``` -- **[PyPi](https://pypi.org/project/snorkel)** (πŸ“₯ 73K / month Β· πŸ“¦ 4 Β· ⏱️ 07.04.2020): +- [PyPi](https://pypi.org/project/snorkel) (πŸ“₯ 71K / month Β· πŸ“¦ 4 Β· ⏱️ 07.04.2020): ``` pip install snorkel ```
-
PDFMiner (πŸ₯‰26 Β· ⭐ 4.4K Β· πŸ’€) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT +
TensorFlow Datasets (πŸ₯‰26 Β· ⭐ 2.6K) - TFDS is a collection of datasets ready to use with.. Apache-2 -- **[GitHub](https://github.com/euske/pdfminer)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1K Β· πŸ“¦ 1.9K Β· πŸ“‹ 260 - 85% open Β· ⏱️ 18.01.2020): +- [GitHub](https://github.com/tensorflow/datasets) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 880 Β· πŸ“¦ 3.1K Β· πŸ“‹ 870 - 43% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/euske/pdfminer + git clone https://github.com/tensorflow/datasets ``` -- **[PyPi](https://pypi.org/project/pdfminer)** (πŸ“₯ 190K / month Β· πŸ“¦ 1.5K Β· ⏱️ 25.11.2019): +- [PyPi](https://pypi.org/project/tensorflow-datasets) (πŸ“¦ 100 Β· ⏱️ 09.10.2020): ``` - pip install pdfminer + pip install tensorflow-datasets ```
Intake (πŸ₯‰24 Β· ⭐ 500) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2 -- **[GitHub](https://github.com/intake/intake)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 89 Β· πŸ“¦ 210 Β· πŸ“‹ 250 - 25% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/intake/intake) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 89 Β· πŸ“¦ 210 Β· πŸ“‹ 250 - 25% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/intake/intake ``` -- **[PyPi](https://pypi.org/project/intake)** (πŸ“₯ 2.9K / month Β· πŸ“¦ 74 Β· ⏱️ 03.06.2020): +- [PyPi](https://pypi.org/project/intake) (πŸ“₯ 3.1K / month Β· πŸ“¦ 74 Β· ⏱️ 03.06.2020): ``` pip install intake @@ -4771,75 +4758,88 @@ _Libraries for loading, collecting, and extracting data from a variety of data s
SDV (πŸ₯‰22 Β· ⭐ 280) - Synthetic Data Generation for tabular, relational and time series data. MIT -- **[GitHub](https://github.com/sdv-dev/SDV)** (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 48 Β· πŸ“¦ 12 Β· πŸ“‹ 160 - 22% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/sdv-dev/SDV) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 48 Β· πŸ“¦ 12 Β· πŸ“‹ 160 - 22% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/sdv-dev/SDV ``` -- **[PyPi](https://pypi.org/project/sdv)** (πŸ“₯ 1.5K / month Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/sdv) (πŸ“₯ 1.5K / month Β· ⏱️ 25.11.2020): ``` pip install sdv ```
-
Show 4 hidden projects... -
textract (πŸ₯‰26 Β· ⭐ 2.9K Β· πŸ’€) - extract text from any document. no muss. no fuss. MIT +
PDFMiner (πŸ₯‰21 Β· ⭐ 4.4K Β· πŸ’€) - Python PDF Parser (Not actively maintained). Check out pdfminer.six. MIT -- **[GitHub](https://github.com/deanmalmgren/textract)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 420 Β· πŸ“‹ 200 - 40% open Β· ⏱️ 14.11.2019): +- [GitHub](https://github.com/euske/pdfminer) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 1K Β· πŸ“¦ 1.9K Β· πŸ“‹ 260 - 85% open Β· ⏱️ 18.01.2020): ``` - git clone https://github.com/deanmalmgren/textract + git clone https://github.com/euske/pdfminer ``` -- **[PyPi](https://pypi.org/project/textract)** (πŸ“₯ 59K / month Β· πŸ“¦ 190 Β· ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/pdfminer) (πŸ“¦ 1.5K Β· ⏱️ 25.11.2019): ``` - pip install textract + pip install pdfminer ```
-
Camelot (πŸ₯‰24 Β· ⭐ 2.9K Β· πŸ’€) - Camelot: PDF Table Extraction for Humans. MIT +
Show 4 hidden projects... +
Camelot (πŸ₯‰24 Β· ⭐ 3K Β· πŸ’€) - Camelot: PDF Table Extraction for Humans. MIT -- **[GitHub](https://github.com/atlanhq/camelot)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 300 Β· πŸ“‹ 330 - 18% open Β· ⏱️ 15.10.2019): +- [GitHub](https://github.com/atlanhq/camelot) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 300 Β· πŸ“‹ 330 - 18% open Β· ⏱️ 15.10.2019): ``` git clone https://github.com/atlanhq/camelot ``` -- **[PyPi](https://pypi.org/project/camelot-py)** (πŸ“₯ 25K / month Β· πŸ“¦ 10 Β· ⏱️ 27.07.2020): +- [PyPi](https://pypi.org/project/camelot-py) (πŸ“₯ 25K / month Β· πŸ“¦ 10 Β· ⏱️ 27.07.2020): ``` pip install camelot-py ```
-
Singer (πŸ₯‰23 Β· ⭐ 650) - Standard for moving data between databases, web APIs, files, queues, and just.. ❗️AGPL-3.0 +
Singer (πŸ₯‰23 Β· ⭐ 650) - Standard for moving data between databases, web APIs, files,.. ❗️AGPL-3.0 -- **[GitHub](https://github.com/singer-io/getting-started)** (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 86 Β· πŸ“‹ 36 - 55% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/singer-io/getting-started) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 86 Β· πŸ“‹ 36 - 55% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/singer-io/getting-started ``` -- **[PyPi](https://pypi.org/project/singer-python)** (πŸ“₯ 55K / month Β· πŸ“¦ 300 Β· ⏱️ 27.10.2020): +- [PyPi](https://pypi.org/project/singer-python) (πŸ“₯ 55K / month Β· πŸ“¦ 300 Β· ⏱️ 27.10.2020): ``` pip install singer-python ```
-
pyexcel-xlsx (πŸ₯‰23 Β· ⭐ 83) - A wrapper library to read, manipulate and write data in xlsx and xlsm format.. BSD-3 +
pyexcel-xlsx (πŸ₯‰23 Β· ⭐ 83) - A wrapper library to read, manipulate and write data in xlsx and.. BSD-3 -- **[GitHub](https://github.com/pyexcel/pyexcel-xlsx)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 16 Β· πŸ“₯ 46 Β· πŸ“¦ 1K Β· πŸ“‹ 32 - 37% open Β· ⏱️ 28.11.2020): +- [GitHub](https://github.com/pyexcel/pyexcel-xlsx) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 16 Β· πŸ“₯ 46 Β· πŸ“¦ 1K Β· πŸ“‹ 32 - 37% open Β· ⏱️ 28.11.2020): ``` git clone https://github.com/pyexcel/pyexcel-xlsx ``` -- **[PyPi](https://pypi.org/project/pyexcel-xlsx)** (πŸ“₯ 42K / month Β· πŸ“¦ 310 Β· ⏱️ 28.12.2019): +- [PyPi](https://pypi.org/project/pyexcel-xlsx) (πŸ“₯ 43K / month Β· πŸ“¦ 310 Β· ⏱️ 28.12.2019): ``` pip install pyexcel-xlsx ``` -- **[Conda](https://anaconda.org/conda-forge/pyexcel-xlsx)**: +- [Conda](https://anaconda.org/conda-forge/pyexcel-xlsx): ``` conda install -c conda-forge pyexcel-xlsx ```
+
textract (πŸ₯‰22 Β· ⭐ 2.9K Β· πŸ’€) - extract text from any document. no muss. no fuss. MIT + +- [GitHub](https://github.com/deanmalmgren/textract) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 420 Β· πŸ“‹ 200 - 40% open Β· ⏱️ 14.11.2019): + + ``` + git clone https://github.com/deanmalmgren/textract + ``` +- [PyPi](https://pypi.org/project/textract) (πŸ“¦ 190 Β· ⏱️ 26.08.2019): + + ``` + pip install textract + ``` +

@@ -4851,25 +4851,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (πŸ₯‡38 Β· ⭐ 39K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- **[GitHub](https://github.com/scrapy/scrapy)** (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 8.9K Β· πŸ“¦ 21K Β· πŸ“‹ 2.6K - 28% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 8.9K Β· πŸ“¦ 22K Β· πŸ“‹ 2.6K - 28% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/scrapy/scrapy ``` -- **[PyPi](https://pypi.org/project/scrapy)** (πŸ“₯ 480K / month Β· πŸ“¦ 8.4K Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 470K / month Β· πŸ“¦ 8.4K Β· ⏱️ 17.11.2020): ``` pip install scrapy ```
-
youtube-dl (πŸ₯‡37 Β· ⭐ 85K) - Command-line program to download videos from YouTube.com and other video.. Unlicense +
youtube-dl (πŸ₯‡37 Β· ⭐ 85K) - Command-line program to download videos from YouTube.com and.. Unlicense -- **[GitHub](https://github.com/ytdl-org/youtube-dl)** (πŸ‘¨β€πŸ’» 910 Β· πŸ”€ 2.9K Β· πŸ“₯ 46M Β· πŸ“‹ 23K - 17% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (πŸ‘¨β€πŸ’» 910 Β· πŸ”€ 2.9K Β· πŸ“₯ 46M Β· πŸ“‹ 23K - 17% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/ytdl-org/youtube-dl ``` -- **[PyPi](https://pypi.org/project/youtube_dl)** (πŸ“₯ 1.8M / month Β· πŸ“¦ 2.9K Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 1.9M / month Β· πŸ“¦ 2.9K Β· ⏱️ 08.12.2020): ``` pip install youtube_dl @@ -4877,12 +4877,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
You-Get (πŸ₯‡29 Β· ⭐ 38K) - Dumb downloader that scrapes the web. MIT -- **[GitHub](https://github.com/soimort/you-get)** (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 7.9K Β· πŸ“₯ 330K Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 7.9K Β· πŸ“₯ 330K Β· ⏱️ 11.12.2020): ``` git clone https://github.com/soimort/you-get ``` -- **[PyPi](https://pypi.org/project/you-get)** (πŸ“₯ 24K / month Β· πŸ“¦ 18 Β· ⏱️ 27.10.2020): +- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 25K / month Β· πŸ“¦ 18 Β· ⏱️ 27.10.2020): ``` pip install you-get @@ -4890,38 +4890,38 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Requests-HTML (πŸ₯‡29 Β· ⭐ 11K Β· πŸ’€) - Pythonic HTML Parsing for Humans. MIT -- **[GitHub](https://github.com/psf/requests-html)** (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 770 Β· πŸ“¦ 3.4K Β· πŸ“‹ 320 - 41% open Β· ⏱️ 10.05.2020): +- [GitHub](https://github.com/psf/requests-html) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 770 Β· πŸ“¦ 3.4K Β· πŸ“‹ 320 - 41% open Β· ⏱️ 10.05.2020): ``` git clone https://github.com/psf/requests-html ``` -- **[PyPi](https://pypi.org/project/requests-html)** (πŸ“₯ 280K / month Β· πŸ“¦ 360 Β· ⏱️ 17.02.2019): +- [PyPi](https://pypi.org/project/requests-html) (πŸ“₯ 270K / month Β· πŸ“¦ 360 Β· ⏱️ 17.02.2019): ``` pip install requests-html ```
-
newspaper3k (πŸ₯‡29 Β· ⭐ 10K) - News, full-text, and article metadata extraction in Python 3. Advanced docs:. MIT +
newspaper3k (πŸ₯‡29 Β· ⭐ 10K) - News, full-text, and article metadata extraction in Python 3... MIT -- **[GitHub](https://github.com/codelucas/newspaper)** (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.7K Β· πŸ“¦ 2.1K Β· πŸ“‹ 660 - 63% open Β· ⏱️ 02.09.2020): +- [GitHub](https://github.com/codelucas/newspaper) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.7K Β· πŸ“¦ 2.1K Β· πŸ“‹ 660 - 63% open Β· ⏱️ 02.09.2020): ``` git clone https://github.com/codelucas/newspaper ``` -- **[PyPi](https://pypi.org/project/newspaper3k)** (πŸ“₯ 29K / month Β· πŸ“¦ 440 Β· ⏱️ 28.09.2018): +- [PyPi](https://pypi.org/project/newspaper3k) (πŸ“₯ 29K / month Β· πŸ“¦ 440 Β· ⏱️ 28.09.2018): ``` pip install newspaper3k ```
-
Pattern (πŸ₯‡29 Β· ⭐ 7.7K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural language.. BSD-3 +
Pattern (πŸ₯‡29 Β· ⭐ 7.7K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural.. BSD-3 -- **[GitHub](https://github.com/clips/pattern)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 1.5K Β· πŸ“¦ 1K Β· πŸ“‹ 230 - 67% open Β· ⏱️ 25.04.2020): +- [GitHub](https://github.com/clips/pattern) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 1.5K Β· πŸ“¦ 1K Β· πŸ“‹ 230 - 67% open Β· ⏱️ 25.04.2020): ``` git clone https://github.com/clips/pattern ``` -- **[PyPi](https://pypi.org/project/pattern)** (πŸ“₯ 69K / month Β· πŸ“¦ 270 Β· ⏱️ 18.08.2018): +- [PyPi](https://pypi.org/project/pattern) (πŸ“₯ 66K / month Β· πŸ“¦ 270 Β· ⏱️ 18.08.2018): ``` pip install pattern @@ -4929,25 +4929,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyspider (πŸ₯ˆ28 Β· ⭐ 15K) - A Powerful Spider(Web Crawler) System in Python. Apache-2 -- **[GitHub](https://github.com/binux/pyspider)** (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 3.6K Β· πŸ“¦ 280 Β· πŸ“‹ 820 - 33% open Β· ⏱️ 02.08.2020): +- [GitHub](https://github.com/binux/pyspider) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 3.6K Β· πŸ“¦ 280 Β· πŸ“‹ 820 - 33% open Β· ⏱️ 02.08.2020): ``` git clone https://github.com/binux/pyspider ``` -- **[PyPi](https://pypi.org/project/pyspider)** (πŸ“₯ 1.7K / month Β· πŸ“¦ 30 Β· ⏱️ 18.04.2018): +- [PyPi](https://pypi.org/project/pyspider) (πŸ“₯ 1.7K / month Β· πŸ“¦ 30 Β· ⏱️ 18.04.2018): ``` pip install pyspider ```
-
Datasets (πŸ₯ˆ28 Β· ⭐ 5.8K) - Fast, efficient, open-access datasets and evaluation metrics in PyTorch,.. Apache-2 +
Datasets (πŸ₯ˆ28 Β· ⭐ 5.8K) - Fast, efficient, open-access datasets and evaluation metrics in.. Apache-2 -- **[GitHub](https://github.com/huggingface/datasets)** (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 590 Β· πŸ“¦ 200 Β· πŸ“‹ 550 - 49% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/huggingface/datasets) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 600 Β· πŸ“¦ 200 Β· πŸ“‹ 540 - 48% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/huggingface/datasets ``` -- **[PyPi](https://pypi.org/project/datasets)** (πŸ“₯ 24K / month Β· πŸ“¦ 18 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/datasets) (πŸ“₯ 25K / month Β· πŸ“¦ 18 Β· ⏱️ 19.11.2020): ``` pip install datasets @@ -4955,12 +4955,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
MechanicalSoup (πŸ₯‰26 Β· ⭐ 3.6K) - A Python library for automating interaction with websites. MIT -- **[GitHub](https://github.com/MechanicalSoup/MechanicalSoup)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 310 Β· πŸ“₯ 36 Β· πŸ“‹ 140 - 15% open Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 310 Β· πŸ“₯ 36 Β· πŸ“‹ 140 - 15% open Β· ⏱️ 11.11.2020): ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- **[PyPi](https://pypi.org/project/MechanicalSoup)** (πŸ“₯ 34K / month Β· πŸ“¦ 390 Β· ⏱️ 27.08.2019): +- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 34K / month Β· πŸ“¦ 390 Β· ⏱️ 27.08.2019): ``` pip install MechanicalSoup @@ -4968,12 +4968,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Grab (πŸ₯‰26 Β· ⭐ 2K) - Web Scraping Framework. MIT -- **[GitHub](https://github.com/lorien/grab)** (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 240 Β· πŸ“¦ 300 Β· πŸ“‹ 220 - 12% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/lorien/grab) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 240 Β· πŸ“¦ 300 Β· πŸ“‹ 220 - 12% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/lorien/grab ``` -- **[PyPi](https://pypi.org/project/grab)** (πŸ“₯ 2.7K / month Β· πŸ“¦ 100 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.7K / month Β· πŸ“¦ 100 Β· ⏱️ 24.06.2018): ``` pip install grab @@ -4981,12 +4981,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
micawber (πŸ₯‰23 Β· ⭐ 510) - a small library for extracting rich content from urls. MIT -- **[GitHub](https://github.com/coleifer/micawber)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 75 Β· πŸ“¦ 480 Β· πŸ“‹ 53 - 1% open Β· ⏱️ 05.11.2020): +- [GitHub](https://github.com/coleifer/micawber) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 76 Β· πŸ“¦ 480 Β· πŸ“‹ 53 - 1% open Β· ⏱️ 05.11.2020): ``` git clone https://github.com/coleifer/micawber ``` -- **[PyPi](https://pypi.org/project/micawber)** (πŸ“₯ 3.1K / month Β· πŸ“¦ 360 Β· ⏱️ 30.06.2019): +- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 3.1K / month Β· πŸ“¦ 360 Β· ⏱️ 30.06.2019): ``` pip install micawber @@ -4994,7 +4994,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
beautifulsoup4 (πŸ₯‰21) - Screen-scraping library. MIT -- **[PyPi](https://pypi.org/project/beautifulsoup4)** (πŸ“₯ 9.2M / month Β· πŸ“¦ 62K Β· ⏱️ 03.10.2020): +- [PyPi](https://pypi.org/project/beautifulsoup4) (πŸ“₯ 9.1M / month Β· πŸ“¦ 62K Β· ⏱️ 03.10.2020): ``` pip install beautifulsoup4 @@ -5002,12 +5002,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
AutoScraper (πŸ₯‰20 Β· ⭐ 3K Β· 🐣) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT -- **[GitHub](https://github.com/alirezamika/autoscraper)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 280 Β· πŸ“¦ 14 Β· πŸ“‹ 26 - 11% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/alirezamika/autoscraper) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 280 Β· πŸ“¦ 14 Β· πŸ“‹ 26 - 11% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/alirezamika/autoscraper ``` -- **[PyPi](https://pypi.org/project/autoscraper)** (πŸ“₯ 800 / month Β· ⏱️ 29.11.2020): +- [PyPi](https://pypi.org/project/autoscraper) (πŸ“₯ 790 / month Β· ⏱️ 29.11.2020): ``` pip install autoscraper @@ -5015,12 +5015,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
gazpacho (πŸ₯‰20 Β· ⭐ 500) - The simple, fast, and modern web scraping library. MIT -- **[GitHub](https://github.com/maxhumber/gazpacho)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 46 Β· πŸ“¦ 73 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 31.10.2020): +- [GitHub](https://github.com/maxhumber/gazpacho) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 46 Β· πŸ“¦ 74 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 31.10.2020): ``` git clone https://github.com/maxhumber/gazpacho ``` -- **[PyPi](https://pypi.org/project/gazpacho)** (πŸ“₯ 1.8K / month Β· πŸ“¦ 2 Β· ⏱️ 24.09.2020): +- [PyPi](https://pypi.org/project/gazpacho) (πŸ“₯ 1.8K / month Β· πŸ“¦ 2 Β· ⏱️ 24.09.2020): ``` pip install gazpacho @@ -5028,12 +5028,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Transistor (πŸ₯‰16 Β· ⭐ 210) - Transistor, a Python web scraping framework for intelligent use cases. MIT -- **[GitHub](https://github.com/bomquote/transistor)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 17 Β· πŸ“₯ 51 Β· πŸ“‹ 63 - 95% open Β· ⏱️ 16.08.2020): +- [GitHub](https://github.com/bomquote/transistor) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 17 Β· πŸ“₯ 51 Β· πŸ“‹ 63 - 95% open Β· ⏱️ 16.08.2020): ``` git clone https://github.com/bomquote/transistor ``` -- **[PyPi](https://pypi.org/project/transistor)** (πŸ“₯ 120 / month Β· ⏱️ 03.08.2020): +- [PyPi](https://pypi.org/project/transistor) (πŸ“₯ 120 / month Β· ⏱️ 03.08.2020): ``` pip install transistor @@ -5042,12 +5042,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 6 hidden projects...
soupsieve (πŸ₯‡29 Β· ⭐ 83) - A modern CSS selector implementation for BeautifulSoup. MIT -- **[GitHub](https://github.com/facelessuser/soupsieve)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 17 Β· πŸ“¦ 89K Β· πŸ“‹ 89 - 13% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 17 Β· πŸ“¦ 89K Β· πŸ“‹ 89 - 13% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/facelessuser/soupsieve ``` -- **[PyPi](https://pypi.org/project/soupsieve)** (πŸ“₯ 8M / month Β· πŸ“¦ 4.2K Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 7.9M / month Β· πŸ“¦ 4.2K Β· ⏱️ 10.12.2020): ``` pip install soupsieve @@ -5055,25 +5055,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Google Images Download (πŸ₯‰27 Β· ⭐ 7.3K Β· πŸ’€) - Python Script to download hundreds of images from 'Google.. MIT -- **[GitHub](https://github.com/hardikvasa/google-images-download)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 1.7K Β· πŸ“‹ 260 - 39% open Β· ⏱️ 21.05.2019): +- [GitHub](https://github.com/hardikvasa/google-images-download) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 1.7K Β· πŸ“‹ 260 - 39% open Β· ⏱️ 21.05.2019): ``` git clone https://github.com/hardikvasa/google-images-download ``` -- **[PyPi](https://pypi.org/project/google_images_download)** (πŸ“₯ 21K / month Β· πŸ“¦ 210 Β· ⏱️ 14.05.2019): +- [PyPi](https://pypi.org/project/google_images_download) (πŸ“₯ 21K / month Β· πŸ“¦ 210 Β· ⏱️ 14.05.2019): ``` pip install google_images_download ```
-
gallery-dl (πŸ₯‰23 Β· ⭐ 2.7K) - Command-line program to download image galleries and collections from.. ❗️GPL-2.0 +
gallery-dl (πŸ₯‰23 Β· ⭐ 2.7K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- **[GitHub](https://github.com/mikf/gallery-dl)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 220 Β· πŸ“₯ 75K Β· πŸ“‹ 1.1K - 18% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 220 Β· πŸ“₯ 75K Β· πŸ“‹ 1.1K - 18% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/mikf/gallery-dl ``` -- **[PyPi](https://pypi.org/project/gallery-dl)** (πŸ“₯ 4.3K / month Β· πŸ“¦ 4 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 4.9K / month Β· πŸ“¦ 4 Β· ⏱️ 27.11.2020): ``` pip install gallery-dl @@ -5081,12 +5081,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
WikiExtractor (πŸ₯‰23 Β· ⭐ 2.5K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- **[GitHub](https://github.com/attardi/wikiextractor)** (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 720 Β· πŸ“¦ 34 Β· πŸ“‹ 180 - 44% open Β· ⏱️ 05.12.2020): +- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 720 Β· πŸ“¦ 34 Β· πŸ“‹ 180 - 44% open Β· ⏱️ 05.12.2020): ``` git clone https://github.com/attardi/wikiextractor ``` -- **[PyPi](https://pypi.org/project/wikiextractor)** (πŸ“₯ 2K / month Β· πŸ“¦ 4 Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 2K / month Β· πŸ“¦ 4 Β· ⏱️ 05.12.2020): ``` pip install wikiextractor @@ -5094,12 +5094,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Photon (πŸ₯‰20 Β· ⭐ 7.4K Β· πŸ’€) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 -- **[GitHub](https://github.com/s0md3v/Photon)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 980 Β· πŸ“‹ 98 - 33% open Β· ⏱️ 06.12.2019): +- [GitHub](https://github.com/s0md3v/Photon) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 980 Β· πŸ“‹ 98 - 33% open Β· ⏱️ 06.12.2019): ``` git clone https://github.com/s0md3v/Photon ``` -- **[PyPi](https://pypi.org/project/photon)** (πŸ“₯ 450 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 440 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): ``` pip install photon @@ -5107,7 +5107,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
lazynlp (πŸ₯‰14 Β· ⭐ 1.9K Β· πŸ’€) - Library to scrape and clean web pages to create massive datasets. MIT -- **[GitHub](https://github.com/chiphuyen/lazynlp)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 280 Β· πŸ“‹ 8 - 62% open Β· ⏱️ 07.10.2019): +- [GitHub](https://github.com/chiphuyen/lazynlp) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 280 Β· πŸ“‹ 8 - 62% open Β· ⏱️ 07.10.2019): ``` git clone https://github.com/chiphuyen/lazynlp @@ -5124,12 +5124,12 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
Celery (πŸ₯‡37 Β· ⭐ 16K) - Asynchronous task queue/job queue based on distributed message passing. BSD-3 -- **[GitHub](https://github.com/celery/celery)** (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.9K Β· πŸ“¦ 46K Β· πŸ“‹ 4.4K - 11% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/celery/celery) (πŸ‘¨β€πŸ’» 1.1K Β· πŸ”€ 3.9K Β· πŸ“¦ 46K Β· πŸ“‹ 4.4K - 11% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/celery/celery ``` -- **[PyPi](https://pypi.org/project/celery)** (πŸ“₯ 2.3M / month Β· πŸ“¦ 28K Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/celery) (πŸ“₯ 2.3M / month Β· πŸ“¦ 28K Β· ⏱️ 08.12.2020): ``` pip install celery @@ -5137,71 +5137,71 @@ _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.6K Β· πŸ“₯ 63K Β· πŸ“‹ 2.6K - 34% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/apache/airflow) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 7.6K Β· πŸ“₯ 63K Β· πŸ“‹ 2.6K - 34% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/apache/airflow ``` -- **[PyPi](https://pypi.org/project/apache-airflow)** (πŸ“₯ 610K / month Β· πŸ“¦ 290 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/apache-airflow) (πŸ“₯ 610K / month Β· πŸ“¦ 290 Β· ⏱️ 14.12.2020): ``` pip install apache-airflow ``` -- **[Conda](https://anaconda.org/conda-forge/airflow)**: +- [Conda](https://anaconda.org/conda-forge/airflow): ``` conda install -c conda-forge airflow ``` -- **[Dockerhub](https://hub.docker.com/r/apache/airflow)** (πŸ“₯ 3M Β· ⭐ 180 Β· ⏱️ 14.12.2020): +- [Dockerhub](https://hub.docker.com/r/apache/airflow) (πŸ“₯ 3M Β· ⭐ 180 Β· ⏱️ 16.12.2020): ``` docker pull apache/airflow ```
-
luigi (πŸ₯‡33 Β· ⭐ 14K) - Luigi is a Python module that helps you build complex pipelines of batch jobs. It.. Apache-2 +
luigi (πŸ₯‡33 Β· ⭐ 14K) - Luigi is a Python module that helps you build complex pipelines of.. Apache-2 -- **[GitHub](https://github.com/spotify/luigi)** (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.3K Β· πŸ“‹ 880 - 5% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/spotify/luigi) (πŸ‘¨β€πŸ’» 550 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.3K Β· πŸ“‹ 900 - 7% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/spotify/luigi ``` -- **[PyPi](https://pypi.org/project/luigi)** (πŸ“₯ 410K / month Β· πŸ“¦ 680 Β· ⏱️ 23.09.2020): +- [PyPi](https://pypi.org/project/luigi) (πŸ“₯ 410K / month Β· πŸ“¦ 680 Β· ⏱️ 23.09.2020): ``` pip install luigi ``` -- **[Conda](https://anaconda.org/anaconda/luigi)** (⏱️ 20.07.2020): +- [Conda](https://anaconda.org/anaconda/luigi) (⏱️ 20.07.2020): ``` conda install -c anaconda luigi ```
-
Beam (πŸ₯ˆ32 Β· ⭐ 4.4K) - Unified programming model to define and execute data processing pipelines,.. Apache-2 +
Beam (πŸ₯ˆ32 Β· ⭐ 4.4K) - Unified programming model to define and execute data processing.. Apache-2 -- **[GitHub](https://github.com/apache/beam)** (πŸ‘¨β€πŸ’» 980 Β· πŸ”€ 2.7K Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/apache/beam) (πŸ‘¨β€πŸ’» 980 Β· πŸ”€ 2.7K Β· ⏱️ 16.12.2020): ``` git clone https://github.com/apache/beam ``` -- **[PyPi](https://pypi.org/project/apache-beam)** (πŸ“₯ 1.8M / month Β· πŸ“¦ 190 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/apache-beam) (πŸ“₯ 1.8M / month Β· πŸ“¦ 190 Β· ⏱️ 11.12.2020): ``` pip install apache-beam ```
-
Prefect (πŸ₯ˆ30 Β· ⭐ 5.5K) - The easiest way to automate your data. Apache-2 +
Prefect (πŸ₯ˆ30 Β· ⭐ 5.6K) - The easiest way to automate your data. Apache-2 -- **[GitHub](https://github.com/PrefectHQ/prefect)** (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 460 Β· πŸ“¦ 210 Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PrefectHQ/prefect) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 460 Β· πŸ“¦ 210 Β· πŸ“‹ 1.5K - 15% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/PrefectHQ/prefect ``` -- **[PyPi](https://pypi.org/project/prefect)** (πŸ“₯ 40K / month Β· πŸ“¦ 2 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/prefect) (πŸ“₯ 41K / month Β· πŸ“¦ 2 Β· ⏱️ 08.12.2020): ``` pip install prefect ``` -- **[Conda](https://anaconda.org/conda-forge/prefect)**: +- [Conda](https://anaconda.org/conda-forge/prefect): ``` conda install -c conda-forge prefect @@ -5209,12 +5209,12 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
mrjob (πŸ₯ˆ30 Β· ⭐ 2.5K) - Run MapReduce jobs on Hadoop or Amazon Web Services. Apache-2 -- **[GitHub](https://github.com/Yelp/mrjob)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“¦ 630 Β· πŸ“‹ 1.3K - 15% open Β· ⏱️ 16.11.2020): +- [GitHub](https://github.com/Yelp/mrjob) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 590 Β· πŸ“¦ 630 Β· πŸ“‹ 1.3K - 15% open Β· ⏱️ 16.11.2020): ``` git clone https://github.com/Yelp/mrjob ``` -- **[PyPi](https://pypi.org/project/mrjob)** (πŸ“₯ 140K / month Β· πŸ“¦ 110 Β· ⏱️ 17.09.2020): +- [PyPi](https://pypi.org/project/mrjob) (πŸ“₯ 130K / month Β· πŸ“¦ 110 Β· ⏱️ 17.09.2020): ``` pip install mrjob @@ -5222,38 +5222,38 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
faust (πŸ₯ˆ28 Β· ⭐ 5.1K) - Python Stream Processing. BSD-3 -- **[GitHub](https://github.com/robinhood/faust)** (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 420 Β· πŸ“¦ 540 Β· πŸ“‹ 440 - 50% open Β· ⏱️ 09.10.2020): +- [GitHub](https://github.com/robinhood/faust) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 420 Β· πŸ“¦ 550 Β· πŸ“‹ 440 - 50% open Β· ⏱️ 09.10.2020): ``` git clone https://github.com/robinhood/faust ``` -- **[PyPi](https://pypi.org/project/faust)** (πŸ“₯ 84K / month Β· πŸ“¦ 28 Β· ⏱️ 25.02.2020): +- [PyPi](https://pypi.org/project/faust) (πŸ“₯ 87K / month Β· πŸ“¦ 28 Β· ⏱️ 25.02.2020): ``` pip install faust ```
-
Kedro (πŸ₯ˆ28 Β· ⭐ 3.2K) - A Python library that helps you create reproducible, maintainable and modular.. Apache-2 +
Kedro (πŸ₯ˆ28 Β· ⭐ 3.2K) - A Python library that helps you create reproducible, maintainable.. Apache-2 -- **[GitHub](https://github.com/quantumblacklabs/kedro)** (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 380 Β· πŸ“¦ 330 Β· πŸ“‹ 400 - 17% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/quantumblacklabs/kedro) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 380 Β· πŸ“¦ 330 Β· πŸ“‹ 400 - 17% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/quantumblacklabs/kedro ``` -- **[PyPi](https://pypi.org/project/kedro)** (πŸ“₯ 75K / month Β· πŸ“¦ 16 Β· ⏱️ 23.10.2020): +- [PyPi](https://pypi.org/project/kedro) (πŸ“₯ 75K / month Β· πŸ“¦ 16 Β· ⏱️ 23.10.2020): ``` pip install kedro ```
-
dbt (πŸ₯ˆ28 Β· ⭐ 2.3K) - dbt (data build tool) enables data analysts and engineers to transform their data.. Apache-2 +
dbt (πŸ₯ˆ28 Β· ⭐ 2.3K) - dbt (data build tool) enables data analysts and engineers to transform.. Apache-2 -- **[GitHub](https://github.com/fishtown-analytics/dbt)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 460 Β· πŸ“¦ 150 Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/fishtown-analytics/dbt) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 460 Β· πŸ“¦ 150 Β· πŸ“‹ 1.7K - 15% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/fishtown-analytics/dbt ``` -- **[PyPi](https://pypi.org/project/dbt)** (πŸ“₯ 86K / month Β· πŸ“¦ 9 Β· ⏱️ 21.10.2020): +- [PyPi](https://pypi.org/project/dbt) (πŸ“₯ 88K / month Β· πŸ“¦ 9 Β· ⏱️ 21.10.2020): ``` pip install dbt @@ -5261,25 +5261,25 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
Dagster (πŸ₯ˆ26 Β· ⭐ 2.4K) - A data orchestrator for machine learning, analytics, and ETL. Apache-2 -- **[GitHub](https://github.com/dagster-io/dagster)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 250 Β· πŸ“¦ 120 Β· πŸ“‹ 2.3K - 25% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/dagster-io/dagster) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 250 Β· πŸ“¦ 120 Β· πŸ“‹ 2.3K - 25% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/dagster-io/dagster ``` -- **[PyPi](https://pypi.org/project/dagster)** (πŸ“₯ 29K / month Β· πŸ“¦ 4 Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/dagster) (πŸ“₯ 29K / month Β· πŸ“¦ 4 Β· ⏱️ 11.12.2020): ``` pip install dagster ```
-
PyFunctional (πŸ₯ˆ26 Β· ⭐ 1.7K) - Python library for creating data pipelines with chain functional programming. MIT +
PyFunctional (πŸ₯ˆ26 Β· ⭐ 1.7K) - Python library for creating data pipelines with chain functional.. MIT -- **[GitHub](https://github.com/EntilZha/PyFunctional)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 96 Β· πŸ“¦ 240 Β· πŸ“‹ 120 - 2% open Β· ⏱️ 17.09.2020): +- [GitHub](https://github.com/EntilZha/PyFunctional) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 96 Β· πŸ“¦ 240 Β· πŸ“‹ 120 - 2% open Β· ⏱️ 17.09.2020): ``` git clone https://github.com/EntilZha/PyFunctional ``` -- **[PyPi](https://pypi.org/project/pyfunctional)** (πŸ“₯ 35K / month Β· ⏱️ 17.09.2020): +- [PyPi](https://pypi.org/project/pyfunctional) (πŸ“₯ 35K / month Β· ⏱️ 17.09.2020): ``` pip install pyfunctional @@ -5287,168 +5287,168 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
petl (πŸ₯ˆ26 Β· ⭐ 800) - Python Extract Transform and Load Tables of Data. MIT -- **[GitHub](https://github.com/petl-developers/petl)** (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 150 Β· πŸ“¦ 300 Β· πŸ“‹ 410 - 16% open Β· ⏱️ 06.10.2020): +- [GitHub](https://github.com/petl-developers/petl) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 150 Β· πŸ“¦ 300 Β· πŸ“‹ 410 - 16% open Β· ⏱️ 06.10.2020): ``` git clone https://github.com/petl-developers/petl ``` -- **[PyPi](https://pypi.org/project/petl)** (πŸ“₯ 17K / month Β· πŸ“¦ 110 Β· ⏱️ 06.10.2020): +- [PyPi](https://pypi.org/project/petl) (πŸ“₯ 17K / month Β· πŸ“¦ 110 Β· ⏱️ 06.10.2020): ``` pip install petl ```
-
streamparse (πŸ₯‰25 Β· ⭐ 1.4K) - Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a.. Apache-2 +
streamparse (πŸ₯‰25 Β· ⭐ 1.4K) - Run Python in Apache Storm topologies. Pythonic API, CLI.. Apache-2 -- **[GitHub](https://github.com/Parsely/streamparse)** (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 220 Β· πŸ“¦ 46 Β· πŸ“‹ 330 - 20% open Β· ⏱️ 07.10.2020): +- [GitHub](https://github.com/Parsely/streamparse) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 220 Β· πŸ“¦ 46 Β· πŸ“‹ 330 - 20% open Β· ⏱️ 07.10.2020): ``` git clone https://github.com/Parsely/streamparse ``` -- **[PyPi](https://pypi.org/project/streamparse)** (πŸ“₯ 1.9K / month Β· πŸ“¦ 26 Β· ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/streamparse) (πŸ“₯ 2K / month Β· πŸ“¦ 26 Β· ⏱️ 07.10.2020): ``` pip install streamparse ```
-
TFX (πŸ₯‰24 Β· ⭐ 1.3K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 +
Optimus (πŸ₯‰24 Β· ⭐ 960) - Agile Data Preparation Workflows madeeasy with dask, cudf,.. Apache-2 -- **[GitHub](https://github.com/tensorflow/tfx)** (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 360 Β· πŸ“‹ 500 - 40% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/ironmussa/Optimus) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 190 Β· πŸ“¦ 11 Β· πŸ“‹ 300 - 45% open Β· ⏱️ 19.11.2020): ``` - git clone https://github.com/tensorflow/tfx + git clone https://github.com/ironmussa/Optimus ``` -- **[PyPi](https://pypi.org/project/tfx)** (πŸ“₯ 44K / month Β· πŸ“¦ 2 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/optimuspyspark) (πŸ“₯ 6.1K / month Β· ⏱️ 30.05.2019): ``` - pip install tfx + pip install optimuspyspark ```
-
Optimus (πŸ₯‰24 Β· ⭐ 960) - Agile Data Preparation Workflows madeeasy with dask, cudf, dask_cudf and.. Apache-2 +
Pypeline (πŸ₯‰21 Β· ⭐ 1.2K) - Concurrent data pipelines in Python . MIT -- **[GitHub](https://github.com/ironmussa/Optimus)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 190 Β· πŸ“¦ 11 Β· πŸ“‹ 300 - 45% open Β· ⏱️ 19.11.2020): +- [GitHub](https://github.com/cgarciae/pypeln) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 64 Β· πŸ“‹ 45 - 24% open Β· ⏱️ 13.11.2020): ``` - git clone https://github.com/ironmussa/Optimus + git clone https://github.com/cgarciae/pypeln ``` -- **[PyPi](https://pypi.org/project/optimuspyspark)** (πŸ“₯ 5.9K / month Β· ⏱️ 30.05.2019): +- [PyPi](https://pypi.org/project/pypeln) (πŸ“₯ 3.6K / month Β· πŸ“¦ 5 Β· ⏱️ 11.10.2020): ``` - pip install optimuspyspark + pip install pypeln ```
-
Great Expectations (πŸ₯‰23 Β· ⭐ 3.3K) - Always know what to expect from your data. Apache-2 +
TFX (πŸ₯‰20 Β· ⭐ 1.3K) - TFX is an end-to-end platform for deploying production ML pipelines. Apache-2 -- **[GitHub](https://github.com/great-expectations/great_expectations)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“‹ 720 - 19% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/tfx) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 360 Β· πŸ“‹ 500 - 40% open Β· ⏱️ 16.12.2020): ``` - git clone https://github.com/great-expectations/great_expectations + git clone https://github.com/tensorflow/tfx ``` -- **[PyPi](https://pypi.org/project/great_expectations)** (πŸ“₯ 310K / month Β· πŸ“¦ 6 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/tfx) (πŸ“¦ 2 Β· ⏱️ 19.11.2020): ``` - pip install great_expectations + pip install tfx ```
-
pysparkling (πŸ₯‰22 Β· ⭐ 230) - A pure Python implementation of Apache Spark's RDD and DStream interfaces. MIT +
pdpipe (πŸ₯‰20 Β· ⭐ 570) - Easy pipelines for pandas DataFrames. MIT -- **[GitHub](https://github.com/svenkreiss/pysparkling)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 43 Β· πŸ“¦ 53 Β· πŸ“‹ 22 - 9% open Β· ⏱️ 02.11.2020): +- [GitHub](https://github.com/pdpipe/pdpipe) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 29 Β· πŸ“¦ 21 Β· πŸ“‹ 20 - 30% open Β· ⏱️ 17.11.2020): ``` - git clone https://github.com/svenkreiss/pysparkling + git clone https://github.com/pdpipe/pdpipe ``` -- **[PyPi](https://pypi.org/project/pysparkling)** (πŸ“₯ 7.4K / month Β· πŸ“¦ 7 Β· ⏱️ 13.07.2019): +- [PyPi](https://pypi.org/project/pdpipe) (πŸ“₯ 910 / month Β· ⏱️ 09.11.2020): ``` - pip install pysparkling + pip install pdpipe ```
-
Pypeline (πŸ₯‰21 Β· ⭐ 1.2K) - Concurrent data pipelines in Python . MIT +
riko (πŸ₯‰19 Β· ⭐ 1.5K) - A Python stream processing engine modeled after Yahoo! Pipes. MIT -- **[GitHub](https://github.com/cgarciae/pypeln)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 63 Β· πŸ“‹ 45 - 24% open Β· ⏱️ 13.11.2020): +- [GitHub](https://github.com/nerevu/riko) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 70 Β· πŸ“‹ 30 - 73% open Β· ⏱️ 14.08.2020): ``` - git clone https://github.com/cgarciae/pypeln + git clone https://github.com/nerevu/riko ``` -- **[PyPi](https://pypi.org/project/pypeln)** (πŸ“₯ 3.7K / month Β· πŸ“¦ 5 Β· ⏱️ 11.10.2020): +- [PyPi](https://pypi.org/project/riko) (πŸ“₯ 290 / month Β· πŸ“¦ 1 Β· ⏱️ 14.08.2020): ``` - pip install pypeln + pip install riko ```
-
pdpipe (πŸ₯‰20 Β· ⭐ 570) - Easy pipelines for pandas DataFrames. MIT +
TaskTiger (πŸ₯‰19 Β· ⭐ 1K) - Python task queue using Redis. MIT -- **[GitHub](https://github.com/pdpipe/pdpipe)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 29 Β· πŸ“¦ 21 Β· πŸ“‹ 20 - 30% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/closeio/tasktiger) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 58 Β· πŸ“¦ 19 Β· πŸ“‹ 61 - 49% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/pdpipe/pdpipe + git clone https://github.com/closeio/tasktiger ``` -- **[PyPi](https://pypi.org/project/pdpipe)** (πŸ“₯ 930 / month Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/tasktiger) (πŸ“₯ 340 / month Β· πŸ“¦ 9 Β· ⏱️ 18.06.2020): ``` - pip install pdpipe + pip install tasktiger ```
-
riko (πŸ₯‰19 Β· ⭐ 1.5K) - A Python stream processing engine modeled after Yahoo! Pipes. MIT +
Databolt Flow (πŸ₯‰19 Β· ⭐ 890) - Python library for building highly effective data science workflows. MIT -- **[GitHub](https://github.com/nerevu/riko)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 70 Β· πŸ“‹ 30 - 73% open Β· ⏱️ 14.08.2020): +- [GitHub](https://github.com/d6t/d6tflow) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 62 Β· πŸ“¦ 12 Β· πŸ“‹ 16 - 31% open Β· ⏱️ 07.12.2020): ``` - git clone https://github.com/nerevu/riko + git clone https://github.com/d6t/d6tflow ``` -- **[PyPi](https://pypi.org/project/riko)** (πŸ“₯ 400 / month Β· πŸ“¦ 1 Β· ⏱️ 14.08.2020): +- [PyPi](https://pypi.org/project/d6tflow) (πŸ“₯ 200 / month Β· ⏱️ 19.10.2020): ``` - pip install riko + pip install d6tflow ```
-
TaskTiger (πŸ₯‰19 Β· ⭐ 1K) - Python task queue using Redis. MIT +
pysparkling (πŸ₯‰19 Β· ⭐ 230) - A pure Python implementation of Apache Spark's RDD and DStream.. MIT -- **[GitHub](https://github.com/closeio/tasktiger)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 58 Β· πŸ“¦ 19 Β· πŸ“‹ 61 - 49% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/svenkreiss/pysparkling) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 43 Β· πŸ“¦ 53 Β· πŸ“‹ 22 - 9% open Β· ⏱️ 02.11.2020): ``` - git clone https://github.com/closeio/tasktiger + git clone https://github.com/svenkreiss/pysparkling ``` -- **[PyPi](https://pypi.org/project/tasktiger)** (πŸ“₯ 320 / month Β· πŸ“¦ 9 Β· ⏱️ 18.06.2020): +- [PyPi](https://pypi.org/project/pysparkling) (πŸ“¦ 7 Β· ⏱️ 13.07.2019): ``` - pip install tasktiger + pip install pysparkling ```
-
Databolt Flow (πŸ₯‰19 Β· ⭐ 890) - Python library for building highly effective data science workflows. MIT +
Great Expectations (πŸ₯‰18 Β· ⭐ 3.3K) - Always know what to expect from your data. Apache-2 -- **[GitHub](https://github.com/d6t/d6tflow)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 62 Β· πŸ“¦ 12 Β· πŸ“‹ 16 - 31% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/great-expectations/great_expectations) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“‹ 720 - 19% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/d6t/d6tflow + git clone https://github.com/great-expectations/great_expectations ``` -- **[PyPi](https://pypi.org/project/d6tflow)** (πŸ“₯ 210 / month Β· ⏱️ 19.10.2020): +- [PyPi](https://pypi.org/project/great_expectations) (πŸ“¦ 6 Β· ⏱️ 08.12.2020): ``` - pip install d6tflow + pip install great_expectations ```
-
Mara Pipelines (πŸ₯‰18 Β· ⭐ 1.6K) - A lightweight opinionated ETL framework, halfway between plain scripts and.. MIT +
Mara Pipelines (πŸ₯‰18 Β· ⭐ 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) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 76 Β· πŸ“¦ 7 Β· πŸ“‹ 17 - 35% open Β· ⏱️ 31.07.2020): ``` git clone https://github.com/mara/mara-pipelines ``` -- **[PyPi](https://pypi.org/project/mara-pipelines)** (πŸ“₯ 36 / month Β· ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/mara-pipelines) (πŸ“₯ 36 / month Β· ⏱️ 31.07.2020): ``` pip install mara-pipelines ```
-
BatchFlow (πŸ₯‰18 Β· ⭐ 150) - BatchFlow helps you conveniently work with random or sequential batches of.. Apache-2 +
BatchFlow (πŸ₯‰18 Β· ⭐ 150) - BatchFlow helps you conveniently work with random or sequential.. Apache-2 -- **[GitHub](https://github.com/analysiscenter/batchflow)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/analysiscenter/batchflow) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/analysiscenter/batchflow ``` -- **[PyPi](https://pypi.org/project/batchflow)** (πŸ“₯ 32 / month Β· ⏱️ 23.08.2019): +- [PyPi](https://pypi.org/project/batchflow) (πŸ“₯ 31 / month Β· ⏱️ 23.08.2019): ``` pip install batchflow @@ -5457,25 +5457,25 @@ _Libraries for data batch- and stream-processing, workflow automation, job sched
Show 2 hidden projects...
bonobo (πŸ₯‰23 Β· ⭐ 1.4K Β· πŸ’€) - Extract Transform Load for Python 3.5+. Apache-2 -- **[GitHub](https://github.com/python-bonobo/bonobo)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 100 Β· πŸ“‹ 170 - 36% open Β· ⏱️ 20.07.2019): +- [GitHub](https://github.com/python-bonobo/bonobo) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 100 Β· πŸ“‹ 170 - 36% open Β· ⏱️ 20.07.2019): ``` git clone https://github.com/python-bonobo/bonobo ``` -- **[PyPi](https://pypi.org/project/bonobo)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 24 Β· ⏱️ 20.07.2019): +- [PyPi](https://pypi.org/project/bonobo) (πŸ“₯ 2.9K / month Β· πŸ“¦ 24 Β· ⏱️ 20.07.2019): ``` pip install bonobo ```
-
Botflow (πŸ₯‰15 Β· ⭐ 1.1K Β· πŸ’€) - Python Fast Dataflow programming framework for Data pipeline work( Web.. BSD-3 +
Botflow (πŸ₯‰14 Β· ⭐ 1.2K Β· πŸ’€) - Python Fast Dataflow programming framework for Data pipeline.. BSD-3 -- **[GitHub](https://github.com/kkyon/botflow)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 97 Β· πŸ“¦ 1 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 23.05.2019): +- [GitHub](https://github.com/kkyon/botflow) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 97 Β· πŸ“¦ 1 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 23.05.2019): ``` git clone https://github.com/kkyon/botflow ``` -- **[PyPi](https://pypi.org/project/botflow)** (πŸ“₯ 51 / month Β· ⏱️ 14.09.2018): +- [PyPi](https://pypi.org/project/botflow) (⏱️ 14.09.2018): ``` pip install botflow @@ -5492,38 +5492,38 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
dask (πŸ₯‡35 Β· ⭐ 7.6K) - Parallel computing with task scheduling. BSD-3 -- **[GitHub](https://github.com/dask/dask)** (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 1.2K Β· πŸ“¦ 24K Β· πŸ“‹ 3.4K - 19% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/dask/dask) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 1.2K Β· πŸ“¦ 24K Β· πŸ“‹ 3.4K - 19% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/dask/dask ``` -- **[PyPi](https://pypi.org/project/dask)** (πŸ“₯ 1.4M / month Β· πŸ“¦ 3.9K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/dask) (πŸ“₯ 1.4M / month Β· πŸ“¦ 3.9K Β· ⏱️ 11.12.2020): ``` pip install dask ```
-
Ray (πŸ₯‡32 Β· ⭐ 14K) - An open source framework that provides a simple, universal API for building.. Apache-2 +
Ray (πŸ₯‡32 Β· ⭐ 14K) - An open source framework that provides a simple, universal API for.. Apache-2 -- **[GitHub](https://github.com/ray-project/ray)** (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.4K Β· πŸ“‹ 5.5K - 21% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/ray-project/ray) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.4K Β· πŸ“‹ 5.5K - 21% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/ray-project/ray ``` -- **[PyPi](https://pypi.org/project/ray)** (πŸ“₯ 210K / month Β· πŸ“¦ 160 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/ray) (πŸ“₯ 220K / month Β· πŸ“¦ 160 Β· ⏱️ 19.11.2020): ``` pip install ray ```
-
horovod (πŸ₯‡30 Β· ⭐ 11K) - Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. Apache-2 +
horovod (πŸ₯‡30 Β· ⭐ 11K) - Distributed training framework for TensorFlow, Keras, PyTorch, and.. Apache-2 -- **[GitHub](https://github.com/horovod/horovod)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.7K Β· πŸ“¦ 300 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/horovod/horovod) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.7K Β· πŸ“¦ 300 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/horovod/horovod ``` -- **[PyPi](https://pypi.org/project/horovod)** (πŸ“₯ 110K / month Β· πŸ“¦ 20 Β· ⏱️ 01.10.2020): +- [PyPi](https://pypi.org/project/horovod) (πŸ“₯ 110K / month Β· πŸ“¦ 20 Β· ⏱️ 01.10.2020): ``` pip install horovod @@ -5531,12 +5531,12 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
ipyparallel (πŸ₯ˆ27 Β· ⭐ 1.8K) - Interactive Parallel Computing in Python. BSD-3 -- **[GitHub](https://github.com/ipython/ipyparallel)** (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 720 Β· πŸ“¦ 1.3K Β· πŸ“‹ 240 - 56% open Β· ⏱️ 24.08.2020): +- [GitHub](https://github.com/ipython/ipyparallel) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 720 Β· πŸ“¦ 1.3K Β· πŸ“‹ 240 - 56% open Β· ⏱️ 24.08.2020): ``` git clone https://github.com/ipython/ipyparallel ``` -- **[PyPi](https://pypi.org/project/ipyparallel)** (πŸ“₯ 51K / month Β· πŸ“¦ 490 Β· ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/ipyparallel) (πŸ“₯ 51K / month Β· πŸ“¦ 490 Β· ⏱️ 05.05.2020): ``` pip install ipyparallel @@ -5544,12 +5544,12 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
dask-ml (πŸ₯ˆ26 Β· ⭐ 680) - Scalable Machine Learning with Dask. BSD-3 -- **[GitHub](https://github.com/dask/dask-ml)** (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 180 Β· πŸ“¦ 320 Β· πŸ“‹ 370 - 46% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/dask/dask-ml) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 180 Β· πŸ“¦ 320 Β· πŸ“‹ 370 - 46% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/dask/dask-ml ``` -- **[PyPi](https://pypi.org/project/dask-ml)** (πŸ“₯ 43K / month Β· πŸ“¦ 42 Β· ⏱️ 24.09.2020): +- [PyPi](https://pypi.org/project/dask-ml) (πŸ“₯ 42K / month Β· πŸ“¦ 42 Β· ⏱️ 24.09.2020): ``` pip install dask-ml @@ -5557,12 +5557,12 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
Mesh (πŸ₯ˆ26 Β· ⭐ 600) - Mesh TensorFlow: Model Parallelism Made Easier. Apache-2 -- **[GitHub](https://github.com/tensorflow/mesh)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“¦ 460 Β· πŸ“‹ 73 - 83% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/mesh) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“¦ 460 Β· πŸ“‹ 73 - 83% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/tensorflow/mesh ``` -- **[PyPi](https://pypi.org/project/mesh-tensorflow)** (πŸ“₯ 73K / month Β· πŸ“¦ 28 Β· ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/mesh-tensorflow) (πŸ“₯ 73K / month Β· πŸ“¦ 28 Β· ⏱️ 13.10.2020): ``` pip install mesh-tensorflow @@ -5570,12 +5570,12 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
mpi4py (πŸ₯ˆ26 Β· ⭐ 360) - Python bindings for MPI. BSD-3 -- **[GitHub](https://github.com/mpi4py/mpi4py)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 60 Β· πŸ“₯ 180 Β· ⏱️ 10.11.2020): +- [GitHub](https://github.com/mpi4py/mpi4py) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 60 Β· πŸ“₯ 190 Β· ⏱️ 15.12.2020): ``` git clone https://github.com/mpi4py/mpi4py ``` -- **[PyPi](https://pypi.org/project/mpi4py)** (πŸ“₯ 230K / month Β· πŸ“¦ 700 Β· ⏱️ 04.11.2019): +- [PyPi](https://pypi.org/project/mpi4py) (πŸ“₯ 230K / month Β· πŸ“¦ 700 Β· ⏱️ 04.11.2019): ``` pip install mpi4py @@ -5583,17 +5583,17 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
BigDL (πŸ₯ˆ25 Β· ⭐ 3.7K) - BigDL: Distributed Deep Learning Framework for Apache Spark. Apache-2 -- **[GitHub](https://github.com/intel-analytics/BigDL)** (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 900 Β· πŸ“¦ 19 Β· πŸ“‹ 900 - 19% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/intel-analytics/BigDL) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 900 Β· πŸ“¦ 19 Β· πŸ“‹ 900 - 19% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/intel-analytics/BigDL ``` -- **[PyPi](https://pypi.org/project/bigdl)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 3 Β· ⏱️ 06.12.2020): +- [PyPi](https://pypi.org/project/bigdl) (πŸ“₯ 1.1K / month Β· πŸ“¦ 3 Β· ⏱️ 06.12.2020): ``` pip install bigdl ``` -- **[Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4)** (⏱️ 05.12.2020): +- [Maven](https://search.maven.org/artifact/com.intel.analytics.bigdl/bigdl-SPARK_2.4) (⏱️ 05.12.2020): ``` @@ -5603,14 +5603,14 @@ _Libraries that provide capabilities to distribute and parallelize machine learn ```
-
TensorFlowOnSpark (πŸ₯‰24 Β· ⭐ 3.6K) - TensorFlowOnSpark brings TensorFlow programs to Apache Spark.. Apache-2 +
TensorFlowOnSpark (πŸ₯‰24 Β· ⭐ 3.6K) - TensorFlowOnSpark brings TensorFlow programs to Apache.. Apache-2 -- **[GitHub](https://github.com/yahoo/TensorFlowOnSpark)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 900 Β· πŸ“¦ 38 Β· πŸ“‹ 340 - 1% open Β· ⏱️ 27.07.2020): +- [GitHub](https://github.com/yahoo/TensorFlowOnSpark) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 900 Β· πŸ“¦ 38 Β· πŸ“‹ 340 - 1% open Β· ⏱️ 27.07.2020): ``` git clone https://github.com/yahoo/TensorFlowOnSpark ``` -- **[PyPi](https://pypi.org/project/tensorflowonspark)** (πŸ“₯ 29K / month Β· πŸ“¦ 5 Β· ⏱️ 16.03.2020): +- [PyPi](https://pypi.org/project/tensorflowonspark) (πŸ“₯ 29K / month Β· πŸ“¦ 5 Β· ⏱️ 16.03.2020): ``` pip install tensorflowonspark @@ -5618,48 +5618,48 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
Elephas (πŸ₯‰24 Β· ⭐ 1.4K) - Distributed Deep learning with Keras & Spark. MIT -- **[GitHub](https://github.com/maxpumperla/elephas)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 280 Β· πŸ“¦ 33 Β· πŸ“‹ 130 - 38% open Β· ⏱️ 02.10.2020): +- [GitHub](https://github.com/maxpumperla/elephas) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 280 Β· πŸ“¦ 33 Β· πŸ“‹ 130 - 38% open Β· ⏱️ 02.10.2020): ``` git clone https://github.com/maxpumperla/elephas ``` -- **[PyPi](https://pypi.org/project/elephas)** (πŸ“₯ 12K / month Β· πŸ“¦ 3 Β· ⏱️ 10.02.2020): +- [PyPi](https://pypi.org/project/elephas) (πŸ“₯ 12K / month Β· πŸ“¦ 3 Β· ⏱️ 10.02.2020): ``` pip install elephas ```
-
DeepSpeed (πŸ₯‰23 Β· ⭐ 3.8K) - DeepSpeed is a deep learning optimization library that makes distributed.. MIT +
DeepSpeed (πŸ₯‰23 Β· ⭐ 3.8K) - DeepSpeed is a deep learning optimization library that makes.. MIT -- **[GitHub](https://github.com/microsoft/DeepSpeed)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 340 Β· πŸ“¦ 4 Β· πŸ“‹ 210 - 36% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/microsoft/DeepSpeed) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 340 Β· πŸ“¦ 4 Β· πŸ“‹ 220 - 36% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/microsoft/DeepSpeed ``` -- **[PyPi](https://pypi.org/project/deepspeed)** (πŸ“₯ 1.4K / month Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/deepspeed) (πŸ“₯ 1.3K / month Β· ⏱️ 09.12.2020): ``` pip install deepspeed ``` -- **[Dockerhub](https://hub.docker.com/r/deepspeed/deepspeed)** (πŸ“₯ 6.4K Β· ⭐ 2 Β· ⏱️ 20.11.2020): +- [Dockerhub](https://hub.docker.com/r/deepspeed/deepspeed) (πŸ“₯ 6.4K Β· ⭐ 2 Β· ⏱️ 20.11.2020): ``` docker pull deepspeed/deepspeed ```
-
BytePS (πŸ₯‰20 Β· ⭐ 2.6K) - A high performance and generic framework for distributed DNN training. Apache-2 +
BytePS (πŸ₯‰20 Β· ⭐ 2.6K) - A high performance and generic framework for distributed DNN.. Apache-2 -- **[GitHub](https://github.com/bytedance/byteps)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 360 Β· πŸ“‹ 200 - 34% open Β· ⏱️ 06.12.2020): +- [GitHub](https://github.com/bytedance/byteps) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 360 Β· πŸ“‹ 200 - 34% open Β· ⏱️ 06.12.2020): ``` git clone https://github.com/bytedance/byteps ``` -- **[PyPi](https://pypi.org/project/byteps)** (πŸ“₯ 230 / month Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/byteps) (πŸ“₯ 230 / month Β· ⏱️ 04.11.2020): ``` pip install byteps ``` -- **[Dockerhub](https://hub.docker.com/r/bytepsimage/tensorflow)** (πŸ“₯ 920 Β· ⏱️ 03.03.2020): +- [Dockerhub](https://hub.docker.com/r/bytepsimage/tensorflow) (πŸ“₯ 920 Β· ⏱️ 03.03.2020): ``` docker pull bytepsimage/tensorflow @@ -5667,12 +5667,12 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
Fiber (πŸ₯‰20 Β· ⭐ 830) - Distributed Computing for AI Made Simple. Apache-2 -- **[GitHub](https://github.com/uber/fiber)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 85 Β· πŸ“¦ 17 Β· πŸ“‹ 16 - 68% open Β· ⏱️ 06.10.2020): +- [GitHub](https://github.com/uber/fiber) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 85 Β· πŸ“¦ 17 Β· πŸ“‹ 16 - 68% open Β· ⏱️ 06.10.2020): ``` git clone https://github.com/uber/fiber ``` -- **[PyPi](https://pypi.org/project/fiber)** (πŸ“₯ 1.8K / month Β· πŸ“¦ 1 Β· ⏱️ 09.07.2020): +- [PyPi](https://pypi.org/project/fiber) (πŸ“₯ 1.7K / month Β· πŸ“¦ 1 Β· ⏱️ 09.07.2020): ``` pip install fiber @@ -5680,17 +5680,17 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
Submit it (πŸ₯‰20 Β· ⭐ 260) - Python 3.6+ toolbox for submitting jobs to Slurm. MIT -- **[GitHub](https://github.com/facebookincubator/submitit)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 16 Β· πŸ“¦ 67 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/facebookincubator/submitit) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 16 Β· πŸ“¦ 67 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/facebookincubator/submitit ``` -- **[PyPi](https://pypi.org/project/submitit)** (πŸ“₯ 1.4K / month Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/submitit) (πŸ“₯ 1.5K / month Β· ⏱️ 01.12.2020): ``` pip install submitit ``` -- **[Conda](https://anaconda.org/conda-forge/submitit)**: +- [Conda](https://anaconda.org/conda-forge/submitit): ``` conda install -c conda-forge submitit @@ -5698,7 +5698,7 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
MMLSpark (πŸ₯‰19 Β· ⭐ 2.2K) - Microsoft Machine Learning for Apache Spark. MIT -- **[GitHub](https://github.com/Azure/mmlspark)** (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 470 Β· πŸ“‹ 380 - 44% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/Azure/mmlspark) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 470 Β· πŸ“‹ 380 - 44% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/Azure/mmlspark @@ -5706,17 +5706,17 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
Apache Singa (πŸ₯‰18 Β· ⭐ 2.1K) - a distributed deep learning platform. Apache-2 -- **[GitHub](https://github.com/apache/singa)** (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 560 Β· πŸ“‹ 81 - 60% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/apache/singa) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 560 Β· πŸ“‹ 81 - 60% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/apache/singa ``` -- **[Conda](https://anaconda.org/nusdbsystem/singa)**: +- [Conda](https://anaconda.org/nusdbsystem/singa): ``` conda install -c nusdbsystem singa ``` -- **[Dockerhub](https://hub.docker.com/r/apache/singa)** (πŸ“₯ 160 Β· ⭐ 2 Β· ⏱️ 04.06.2019): +- [Dockerhub](https://hub.docker.com/r/apache/singa) (πŸ“₯ 160 Β· ⭐ 2 Β· ⏱️ 04.06.2019): ``` docker pull apache/singa @@ -5724,25 +5724,25 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
sk-dist (πŸ₯‰18 Β· ⭐ 250) - Distributed scikit-learn meta-estimators in PySpark. Apache-2 -- **[GitHub](https://github.com/Ibotta/sk-dist)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 5 Β· πŸ“‹ 15 - 40% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/Ibotta/sk-dist) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 42 Β· πŸ“¦ 5 Β· πŸ“‹ 15 - 40% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/Ibotta/sk-dist ``` -- **[PyPi](https://pypi.org/project/sk-dist)** (πŸ“₯ 4.7K / month Β· πŸ“¦ 2 Β· ⏱️ 14.05.2020): +- [PyPi](https://pypi.org/project/sk-dist) (πŸ“₯ 4.7K / month Β· πŸ“¦ 2 Β· ⏱️ 14.05.2020): ``` pip install sk-dist ```
-
Hivemind (πŸ₯‰17 Β· ⭐ 630) - Decentralized deep learning in PyTorch. Built to train models on thousands of.. MIT +
Hivemind (πŸ₯‰17 Β· ⭐ 630) - Decentralized deep learning in PyTorch. Built to train models on.. MIT -- **[GitHub](https://github.com/learning-at-home/hivemind)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 28 Β· πŸ“¦ 1 Β· πŸ“‹ 31 - 45% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/learning-at-home/hivemind) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 28 Β· πŸ“¦ 1 Β· πŸ“‹ 31 - 45% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/learning-at-home/hivemind ``` -- **[PyPi](https://pypi.org/project/hivemind)** (πŸ“₯ 37 / month Β· πŸ“¦ 1 Β· ⏱️ 28.08.2020): +- [PyPi](https://pypi.org/project/hivemind) (πŸ“₯ 37 / month Β· πŸ“¦ 1 Β· ⏱️ 28.08.2020): ``` pip install hivemind @@ -5751,25 +5751,25 @@ _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 -- **[GitHub](https://github.com/DEAP/deap)** (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 820 Β· πŸ“¦ 1.5K Β· πŸ“‹ 380 - 43% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/DEAP/deap) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 820 Β· πŸ“¦ 1.5K Β· πŸ“‹ 380 - 43% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/deap/deap ``` -- **[PyPi](https://pypi.org/project/deap)** (πŸ“₯ 80K / month Β· πŸ“¦ 480 Β· ⏱️ 21.01.2020): +- [PyPi](https://pypi.org/project/deap) (πŸ“₯ 82K / month Β· πŸ“¦ 480 Β· ⏱️ 21.01.2020): ``` pip install deap ```
-
TensorFrames (πŸ₯‰19 Β· ⭐ 770 Β· πŸ’€) - [DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark. Apache-2 +
TensorFrames (πŸ₯‰19 Β· ⭐ 770 Β· πŸ’€) - [DEPRECATED] Tensorflow wrapper for DataFrames on Apache.. Apache-2 -- **[GitHub](https://github.com/databricks/tensorframes)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 160 Β· πŸ“‹ 94 - 54% open Β· ⏱️ 15.11.2019): +- [GitHub](https://github.com/databricks/tensorframes) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 160 Β· πŸ“‹ 94 - 54% open Β· ⏱️ 15.11.2019): ``` git clone https://github.com/databricks/tensorframes ``` -- **[PyPi](https://pypi.org/project/tensorframes)** (πŸ“₯ 6.6K / month Β· ⏱️ 16.05.2018): +- [PyPi](https://pypi.org/project/tensorframes) (πŸ“₯ 6.6K / month Β· ⏱️ 16.05.2018): ``` pip install tensorframes @@ -5777,12 +5777,12 @@ _Libraries that provide capabilities to distribute and parallelize machine learn
LazyCluster (πŸ₯‰12 Β· ⭐ 30) - Distributed machine learning made simple. Apache-2 -- **[GitHub](https://github.com/ml-tooling/lazycluster)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 4 Β· πŸ“¦ 2 Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/ml-tooling/lazycluster) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 4 Β· πŸ“¦ 2 Β· ⏱️ 14.12.2020): ``` git clone https://github.com/ml-tooling/lazycluster ``` -- **[PyPi](https://pypi.org/project/lazycluster)** (πŸ“₯ 83 / month Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/lazycluster) (πŸ“₯ 83 / month Β· ⏱️ 14.12.2020): ``` pip install lazycluster @@ -5799,25 +5799,25 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Hyperopt (πŸ₯‡31 Β· ⭐ 5.3K) - Distributed Asynchronous Hyperparameter Optimization in Python. BSD-3 -- **[GitHub](https://github.com/hyperopt/hyperopt)** (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 840 Β· πŸ“¦ 2.3K Β· πŸ“‹ 540 - 59% open Β· ⏱️ 18.11.2020): +- [GitHub](https://github.com/hyperopt/hyperopt) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 840 Β· πŸ“¦ 2.4K Β· πŸ“‹ 540 - 59% open Β· ⏱️ 18.11.2020): ``` git clone https://github.com/hyperopt/hyperopt ``` -- **[PyPi](https://pypi.org/project/hyperopt)** (πŸ“₯ 530K / month Β· πŸ“¦ 500 Β· ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/hyperopt) (πŸ“₯ 530K / month Β· πŸ“¦ 500 Β· ⏱️ 07.10.2020): ``` pip install hyperopt ```
-
scikit-optimize (πŸ₯‡31 Β· ⭐ 2K) - Sequential model-based optimization with a `scipy.optimize` interface. BSD-3 +
scikit-optimize (πŸ₯‡31 Β· ⭐ 2K) - Sequential model-based optimization with a `scipy.optimize`.. BSD-3 -- **[GitHub](https://github.com/scikit-optimize/scikit-optimize)** (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 370 Β· πŸ“¦ 1.2K Β· πŸ“‹ 510 - 31% open Β· ⏱️ 29.09.2020): +- [GitHub](https://github.com/scikit-optimize/scikit-optimize) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 370 Β· πŸ“¦ 1.2K Β· πŸ“‹ 510 - 31% open Β· ⏱️ 29.09.2020): ``` git clone https://github.com/scikit-optimize/scikit-optimize ``` -- **[PyPi](https://pypi.org/project/scikit-optimize)** (πŸ“₯ 570K / month Β· πŸ“¦ 160 Β· ⏱️ 04.09.2020): +- [PyPi](https://pypi.org/project/scikit-optimize) (πŸ“₯ 550K / month Β· πŸ“¦ 160 Β· ⏱️ 04.09.2020): ``` pip install scikit-optimize @@ -5825,12 +5825,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Optuna (πŸ₯‡30 Β· ⭐ 3.7K) - A hyperparameter optimization framework. MIT -- **[GitHub](https://github.com/optuna/optuna)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 430 Β· πŸ“¦ 780 Β· πŸ“‹ 600 - 26% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/optuna/optuna) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 430 Β· πŸ“¦ 780 Β· πŸ“‹ 600 - 26% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/optuna/optuna ``` -- **[PyPi](https://pypi.org/project/optuna)** (πŸ“₯ 160K / month Β· πŸ“¦ 52 Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/optuna) (πŸ“₯ 160K / month Β· πŸ“¦ 52 Β· ⏱️ 04.11.2020): ``` pip install optuna @@ -5838,12 +5838,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Keras Tuner (πŸ₯‡29 Β· ⭐ 2.2K) - Hyperparameter tuning for humans. Apache-2 -- **[GitHub](https://github.com/keras-team/keras-tuner)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 250 Β· πŸ“¦ 320 Β· πŸ“‹ 280 - 52% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/keras-team/keras-tuner) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 250 Β· πŸ“¦ 320 Β· πŸ“‹ 280 - 52% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/keras-team/keras-tuner ``` -- **[PyPi](https://pypi.org/project/keras-tuner)** (πŸ“₯ 1.2M / month Β· πŸ“¦ 2 Β· ⏱️ 20.11.2020): +- [PyPi](https://pypi.org/project/keras-tuner) (πŸ“₯ 1.2M / month Β· πŸ“¦ 2 Β· ⏱️ 20.11.2020): ``` pip install keras-tuner @@ -5851,17 +5851,17 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
featuretools (πŸ₯ˆ28 Β· ⭐ 5.3K) - An open source python library for automated feature engineering. BSD-3 -- **[GitHub](https://github.com/alteryx/featuretools)** (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 680 Β· πŸ“¦ 610 Β· πŸ“‹ 490 - 21% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/alteryx/featuretools) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 680 Β· πŸ“¦ 610 Β· πŸ“‹ 490 - 21% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/alteryx/featuretools ``` -- **[PyPi](https://pypi.org/project/featuretools)** (πŸ“₯ 67K / month Β· πŸ“¦ 70 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/featuretools) (πŸ“₯ 68K / month Β· πŸ“¦ 70 Β· ⏱️ 30.11.2020): ``` pip install featuretools ``` -- **[Conda](https://anaconda.org/conda-forge/featuretools)**: +- [Conda](https://anaconda.org/conda-forge/featuretools): ``` conda install -c conda-forge featuretools @@ -5869,38 +5869,38 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
AutoKeras (πŸ₯ˆ27 Β· ⭐ 7.6K) - AutoML library for deep learning. Apache-2 -- **[GitHub](https://github.com/keras-team/autokeras)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.2K Β· πŸ“¦ 140 Β· πŸ“‹ 700 - 8% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/keras-team/autokeras) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.2K Β· πŸ“¦ 140 Β· πŸ“‹ 700 - 8% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/keras-team/autokeras ``` -- **[PyPi](https://pypi.org/project/autokeras)** (πŸ“₯ 5.6K / month Β· πŸ“¦ 7 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/autokeras) (πŸ“₯ 5.8K / month Β· πŸ“¦ 7 Β· ⏱️ 30.11.2020): ``` pip install autokeras ```
-
Bayesian Optimization (πŸ₯ˆ27 Β· ⭐ 4.7K) - A Python implementation of global optimization with gaussian processes. MIT +
Bayesian Optimization (πŸ₯ˆ27 Β· ⭐ 4.7K) - A Python implementation of global optimization with.. MIT -- **[GitHub](https://github.com/fmfn/BayesianOptimization)** (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 1K Β· πŸ“₯ 43 Β· πŸ“¦ 540 Β· πŸ“‹ 190 - 21% open Β· ⏱️ 13.07.2020): +- [GitHub](https://github.com/fmfn/BayesianOptimization) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 1K Β· πŸ“₯ 43 Β· πŸ“¦ 540 Β· πŸ“‹ 190 - 21% open Β· ⏱️ 13.07.2020): ``` git clone https://github.com/fmfn/BayesianOptimization ``` -- **[PyPi](https://pypi.org/project/bayesian-optimization)** (πŸ“₯ 71K / month Β· πŸ“¦ 92 Β· ⏱️ 16.05.2020): +- [PyPi](https://pypi.org/project/bayesian-optimization) (πŸ“₯ 71K / month Β· πŸ“¦ 92 Β· ⏱️ 16.05.2020): ``` pip install bayesian-optimization ```
-
NNI (πŸ₯ˆ26 Β· ⭐ 8.5K) - An open source AutoML toolkit for automate machine learning lifecycle, including feature.. MIT +
NNI (πŸ₯ˆ26 Β· ⭐ 8.5K) - An open source AutoML toolkit for automate machine learning lifecycle,.. MIT -- **[GitHub](https://github.com/microsoft/nni)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.1K Β· πŸ“¦ 75 Β· πŸ“‹ 1.1K - 21% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/microsoft/nni) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.1K Β· πŸ“¦ 75 Β· πŸ“‹ 1.1K - 21% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/microsoft/nni ``` -- **[PyPi](https://pypi.org/project/nni)** (πŸ“₯ 2.4K / month Β· πŸ“¦ 8 Β· ⏱️ 22.10.2020): +- [PyPi](https://pypi.org/project/nni) (πŸ“₯ 2.4K / month Β· πŸ“¦ 8 Β· ⏱️ 22.10.2020): ``` pip install nni @@ -5908,25 +5908,25 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
auto-sklearn (πŸ₯ˆ26 Β· ⭐ 5.1K) - Automated Machine Learning with scikit-learn. BSD-3 -- **[GitHub](https://github.com/automl/auto-sklearn)** (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 960 Β· πŸ“¦ 120 Β· πŸ“‹ 670 - 17% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/automl/auto-sklearn) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 960 Β· πŸ“¦ 120 Β· πŸ“‹ 670 - 17% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/automl/auto-sklearn ``` -- **[PyPi](https://pypi.org/project/auto-sklearn)** (πŸ“₯ 5.8K / month Β· πŸ“¦ 15 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/auto-sklearn) (πŸ“₯ 5.9K / month Β· πŸ“¦ 15 Β· ⏱️ 08.12.2020): ``` pip install auto-sklearn ```
-
Hyperas (πŸ₯ˆ26 Β· ⭐ 2.1K) - Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization. MIT +
Hyperas (πŸ₯ˆ26 Β· ⭐ 2.1K) - Keras + Hyperopt: A very simple wrapper for convenient.. MIT -- **[GitHub](https://github.com/maxpumperla/hyperas)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 300 Β· πŸ“¦ 190 Β· πŸ“‹ 250 - 35% open Β· ⏱️ 02.10.2020): +- [GitHub](https://github.com/maxpumperla/hyperas) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 300 Β· πŸ“¦ 190 Β· πŸ“‹ 250 - 35% open Β· ⏱️ 02.10.2020): ``` git clone https://github.com/maxpumperla/hyperas ``` -- **[PyPi](https://pypi.org/project/hyperas)** (πŸ“₯ 15K / month Β· πŸ“¦ 21 Β· ⏱️ 28.02.2019): +- [PyPi](https://pypi.org/project/hyperas) (πŸ“₯ 15K / month Β· πŸ“¦ 21 Β· ⏱️ 28.02.2019): ``` pip install hyperas @@ -5934,12 +5934,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
BoTorch (πŸ₯ˆ26 Β· ⭐ 1.8K) - Bayesian optimization in PyTorch. MIT -- **[GitHub](https://github.com/pytorch/botorch)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 170 Β· πŸ“¦ 68 Β· πŸ“‹ 140 - 27% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/pytorch/botorch) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 170 Β· πŸ“¦ 69 Β· πŸ“‹ 140 - 27% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/pytorch/botorch ``` -- **[PyPi](https://pypi.org/project/botorch)** (πŸ“₯ 29K / month Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/botorch) (πŸ“₯ 29K / month Β· ⏱️ 08.12.2020): ``` pip install botorch @@ -5947,12 +5947,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
SMAC3 (πŸ₯ˆ26 Β· ⭐ 540) - Sequential Model-based Algorithm Configuration. BSD-3 -- **[GitHub](https://github.com/automl/SMAC3)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 150 Β· πŸ“‹ 330 - 23% open Β· ⏱️ 29.10.2020): +- [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)** (πŸ“₯ 10K / month Β· πŸ“¦ 58 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/smac) (πŸ“₯ 10K / month Β· πŸ“¦ 58 Β· ⏱️ 29.10.2020): ``` pip install smac @@ -5960,12 +5960,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
AutoGluon (πŸ₯ˆ25 Β· ⭐ 2.8K) - AutoGluon: AutoML for Text, Image, and Tabular Data. Apache-2 -- **[GitHub](https://github.com/awslabs/autogluon)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 360 Β· πŸ“¦ 42 Β· πŸ“‹ 360 - 40% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/awslabs/autogluon) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 370 Β· πŸ“¦ 42 Β· πŸ“‹ 360 - 40% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/awslabs/autogluon ``` -- **[PyPi](https://pypi.org/project/autogluon)** (πŸ“₯ 9.1K / month Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/autogluon) (πŸ“₯ 9K / month Β· ⏱️ 16.12.2020): ``` pip install autogluon @@ -5973,12 +5973,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
nevergrad (πŸ₯ˆ25 Β· ⭐ 2.7K) - A Python toolbox for performing gradient-free optimization. MIT -- **[GitHub](https://github.com/facebookresearch/nevergrad)** (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 260 Β· πŸ“¦ 100 Β· πŸ“‹ 180 - 37% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/nevergrad) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 260 Β· πŸ“¦ 100 Β· πŸ“‹ 180 - 37% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/facebookresearch/nevergrad ``` -- **[PyPi](https://pypi.org/project/nevergrad)** (πŸ“₯ 7.4K / month Β· πŸ“¦ 14 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/nevergrad) (πŸ“₯ 7.5K / month Β· πŸ“¦ 14 Β· ⏱️ 10.12.2020): ``` pip install nevergrad @@ -5986,12 +5986,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Ax (πŸ₯ˆ25 Β· ⭐ 1.3K) - Adaptive Experimentation Platform. MIT -- **[GitHub](https://github.com/facebook/Ax)** (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 140 Β· πŸ“¦ 110 Β· πŸ“‹ 200 - 15% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/facebook/Ax) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 140 Β· πŸ“¦ 110 Β· πŸ“‹ 200 - 15% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/facebook/Ax ``` -- **[PyPi](https://pypi.org/project/ax-platform)** (πŸ“₯ 19K / month Β· πŸ“¦ 4 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/ax-platform) (πŸ“₯ 19K / month Β· πŸ“¦ 4 Β· ⏱️ 08.12.2020): ``` pip install ax-platform @@ -5999,12 +5999,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
GPyOpt (πŸ₯‰24 Β· ⭐ 700) - Gaussian Process Optimization using GPy. BSD-3 -- **[GitHub](https://github.com/SheffieldML/GPyOpt)** (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 210 Β· πŸ“¦ 160 Β· πŸ“‹ 290 - 34% open Β· ⏱️ 05.11.2020): +- [GitHub](https://github.com/SheffieldML/GPyOpt) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 210 Β· πŸ“¦ 160 Β· πŸ“‹ 290 - 34% open Β· ⏱️ 05.11.2020): ``` git clone https://github.com/SheffieldML/GPyOpt ``` -- **[PyPi](https://pypi.org/project/gpyopt)** (πŸ“₯ 5.6K / month Β· πŸ“¦ 36 Β· ⏱️ 19.03.2020): +- [PyPi](https://pypi.org/project/gpyopt) (πŸ“₯ 5.6K / month Β· πŸ“¦ 36 Β· ⏱️ 19.03.2020): ``` pip install gpyopt @@ -6012,51 +6012,51 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Talos (πŸ₯‰23 Β· ⭐ 1.3K) - Hyperparameter Optimization for TensorFlow, Keras and PyTorch. MIT -- **[GitHub](https://github.com/autonomio/talos)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“¦ 100 Β· πŸ“‹ 380 - 10% open Β· ⏱️ 21.11.2020): +- [GitHub](https://github.com/autonomio/talos) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“¦ 100 Β· πŸ“‹ 380 - 10% open Β· ⏱️ 21.11.2020): ``` git clone https://github.com/autonomio/talos ``` -- **[PyPi](https://pypi.org/project/talos)** (πŸ“₯ 1.3K / month Β· πŸ“¦ 6 Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/talos) (πŸ“₯ 1.3K / month Β· πŸ“¦ 6 Β· ⏱️ 09.11.2020): ``` pip install talos ```
-
AdaNet (πŸ₯‰22 Β· ⭐ 3.2K) - Fast and flexible AutoML with learning guarantees. Apache-2 +
Orion (πŸ₯‰23 Β· ⭐ 180) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 -- **[GitHub](https://github.com/tensorflow/adanet)** (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 490 Β· πŸ“¦ 32 Β· πŸ“‹ 110 - 58% open Β· ⏱️ 09.07.2020): +- [GitHub](https://github.com/Epistimio/orion) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 35 Β· πŸ“¦ 39 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 04.12.2020): ``` - git clone https://github.com/tensorflow/adanet + git clone https://github.com/Epistimio/orion ``` -- **[PyPi](https://pypi.org/project/adanet)** (πŸ“₯ 870 / month Β· πŸ“¦ 2 Β· ⏱️ 09.07.2020): +- [PyPi](https://pypi.org/project/orion) (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 04.12.2020): ``` - pip install adanet + pip install orion ```
-
Orion (πŸ₯‰22 Β· ⭐ 180) - Asynchronous Distributed Hyperparameter Optimization. BSD-3 +
AdaNet (πŸ₯‰22 Β· ⭐ 3.2K) - Fast and flexible AutoML with learning guarantees. Apache-2 -- **[GitHub](https://github.com/Epistimio/orion)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 35 Β· πŸ“¦ 38 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/tensorflow/adanet) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 490 Β· πŸ“¦ 32 Β· πŸ“‹ 110 - 57% open Β· ⏱️ 09.07.2020): ``` - git clone https://github.com/Epistimio/orion + git clone https://github.com/tensorflow/adanet ``` -- **[PyPi](https://pypi.org/project/orion)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 8 Β· ⏱️ 04.12.2020): +- [PyPi](https://pypi.org/project/adanet) (πŸ“₯ 860 / month Β· πŸ“¦ 2 Β· ⏱️ 09.07.2020): ``` - pip install orion + pip install adanet ```
-
Test Tube (πŸ₯‰19 Β· ⭐ 640 Β· πŸ’€) - Python library to easily log experiments and parallelize hyperparameter search.. MIT +
Test Tube (πŸ₯‰19 Β· ⭐ 640 Β· πŸ’€) - Python library to easily log experiments and parallelize.. MIT -- **[GitHub](https://github.com/williamFalcon/test-tube)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 59 Β· πŸ“₯ 7 Β· πŸ“‹ 43 - 51% open Β· ⏱️ 17.03.2020): +- [GitHub](https://github.com/williamFalcon/test-tube) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 59 Β· πŸ“₯ 7 Β· πŸ“‹ 43 - 51% open Β· ⏱️ 17.03.2020): ``` git clone https://github.com/williamFalcon/test-tube ``` -- **[PyPi](https://pypi.org/project/test_tube)** (πŸ“₯ 8.5K / month Β· πŸ“¦ 5 Β· ⏱️ 12.12.2018): +- [PyPi](https://pypi.org/project/test_tube) (πŸ“₯ 8.5K / month Β· πŸ“¦ 5 Β· ⏱️ 12.12.2018): ``` pip install test_tube @@ -6064,72 +6064,72 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Dragonfly (πŸ₯‰18 Β· ⭐ 550) - An open source python library for scalable Bayesian optimisation. MIT -- **[GitHub](https://github.com/dragonfly/dragonfly)** (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 72 Β· πŸ“‹ 37 - 56% open Β· ⏱️ 03.07.2020): +- [GitHub](https://github.com/dragonfly/dragonfly) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 72 Β· πŸ“‹ 37 - 56% open Β· ⏱️ 03.07.2020): ``` git clone https://github.com/dragonfly/dragonfly ``` -- **[PyPi](https://pypi.org/project/dragonfly-opt)** (πŸ“₯ 4.2K / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2020): +- [PyPi](https://pypi.org/project/dragonfly-opt) (πŸ“₯ 4.3K / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2020): ``` pip install dragonfly-opt ```
-
AlphaPy (πŸ₯‰17 Β· ⭐ 520) - Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost,.. Apache-2 +
AlphaPy (πŸ₯‰17 Β· ⭐ 520) - Automated Machine Learning [AutoML] with Python, scikit-learn,.. Apache-2 -- **[GitHub](https://github.com/ScottfreeLLC/AlphaPy)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 110 Β· πŸ“¦ 2 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 06.09.2020): +- [GitHub](https://github.com/ScottfreeLLC/AlphaPy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 110 Β· πŸ“¦ 2 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 06.09.2020): ``` git clone https://github.com/ScottfreeLLC/AlphaPy ``` -- **[PyPi](https://pypi.org/project/alphapy)** (πŸ“₯ 190 / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/alphapy) (πŸ“₯ 190 / month Β· ⏱️ 25.08.2020): ``` pip install alphapy ```
-
HyperparameterHunter (πŸ₯‰16 Β· ⭐ 630) - Easy hyperparameter optimization and automatic result saving across.. MIT +
HyperparameterHunter (πŸ₯‰16 Β· ⭐ 630) - Easy hyperparameter optimization and automatic result.. MIT -- **[GitHub](https://github.com/HunterMcGushion/hyperparameter_hunter)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 77 Β· πŸ“₯ 240 Β· πŸ“‹ 120 - 30% open Β· ⏱️ 21.10.2020): +- [GitHub](https://github.com/HunterMcGushion/hyperparameter_hunter) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 77 Β· πŸ“₯ 240 Β· πŸ“‹ 120 - 30% open Β· ⏱️ 21.10.2020): ``` git clone https://github.com/HunterMcGushion/hyperparameter_hunter ``` -- **[PyPi](https://pypi.org/project/hyperparameter-hunter)** (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 06.08.2019): +- [PyPi](https://pypi.org/project/hyperparameter-hunter) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 06.08.2019): ``` pip install hyperparameter-hunter ```
-
Auto Tune Models (πŸ₯‰16 Β· ⭐ 500 Β· πŸ’€) - Auto Tune Models - A multi-tenant, multi-data system for automated.. MIT +
Auto Tune Models (πŸ₯‰16 Β· ⭐ 500 Β· πŸ’€) - Auto Tune Models - A multi-tenant, multi-data system for.. MIT -- **[GitHub](https://github.com/HDI-Project/ATM)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 120 Β· πŸ“¦ 6 Β· πŸ“‹ 88 - 19% open Β· ⏱️ 21.02.2020): +- [GitHub](https://github.com/HDI-Project/ATM) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 120 Β· πŸ“¦ 6 Β· πŸ“‹ 88 - 19% open Β· ⏱️ 21.02.2020): ``` git clone https://github.com/HDI-Project/ATM ``` -- **[PyPi](https://pypi.org/project/atm)** (πŸ“₯ 140 / month Β· ⏱️ 24.06.2019): +- [PyPi](https://pypi.org/project/atm) (πŸ“₯ 140 / month Β· ⏱️ 24.06.2019): ``` pip install atm ```
-
Parfit (πŸ₯‰15 Β· ⭐ 200 Β· πŸ’€) - A package for parallelizing the fit and flexibly scoring of sklearn machine.. MIT +
Parfit (πŸ₯‰15 Β· ⭐ 200 Β· πŸ’€) - A package for parallelizing the fit and flexibly scoring of.. MIT -- **[GitHub](https://github.com/jmcarpenter2/parfit)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 26 Β· πŸ“¦ 6 Β· πŸ“‹ 10 - 50% open Β· ⏱️ 04.04.2020): +- [GitHub](https://github.com/jmcarpenter2/parfit) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 26 Β· πŸ“¦ 6 Β· πŸ“‹ 10 - 50% open Β· ⏱️ 04.04.2020): ``` git clone https://github.com/jmcarpenter2/parfit ``` -- **[PyPi](https://pypi.org/project/parfit)** (πŸ“₯ 5K / month Β· ⏱️ 11.10.2018): +- [PyPi](https://pypi.org/project/parfit) (πŸ“₯ 5.1K / month Β· ⏱️ 11.10.2018): ``` pip install parfit ```
-
ENAS (πŸ₯‰14 Β· ⭐ 2.4K) - PyTorch implementation of Efficient Neural Architecture Search via Parameters.. Apache-2 +
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 Β· πŸ”€ 440 Β· πŸ“‹ 44 - 84% open Β· ⏱️ 16.06.2020): ``` git clone https://github.com/carpedm20/ENAS-pytorch @@ -6137,21 +6137,21 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Devol (πŸ₯‰11 Β· ⭐ 920) - Genetic neural architecture search with Keras. MIT -- **[GitHub](https://github.com/joeddav/devol)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 110 Β· πŸ“‹ 27 - 25% open Β· ⏱️ 05.07.2020): +- [GitHub](https://github.com/joeddav/devol) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 110 Β· πŸ“‹ 27 - 25% open Β· ⏱️ 05.07.2020): ``` git clone https://github.com/joeddav/devol ```
Show 11 hidden projects... -
TPOT (πŸ₯ˆ27 Β· ⭐ 7.7K) - A Python Automated Machine Learning tool that optimizes machine learning.. ❗️LGPL-3.0 +
TPOT (πŸ₯ˆ27 Β· ⭐ 7.7K) - A Python Automated Machine Learning tool that optimizes machine.. ❗️LGPL-3.0 -- **[GitHub](https://github.com/EpistasisLab/tpot)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 740 Β· πŸ“‹ 760 - 24% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/EpistasisLab/tpot) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 740 Β· πŸ“‹ 760 - 24% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/EpistasisLab/tpot ``` -- **[PyPi](https://pypi.org/project/tpot)** (πŸ“₯ 31K / month Β· πŸ“¦ 80 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/tpot) (πŸ“₯ 32K / month Β· πŸ“¦ 80 Β· ⏱️ 14.12.2020): ``` pip install tpot @@ -6159,12 +6159,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
MLBox (πŸ₯‰23 Β· ⭐ 1.2K) - MLBox is a powerful Automated Machine Learning python library. ❗️BSD-1-Clause -- **[GitHub](https://github.com/AxeldeRomblay/MLBox)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 240 Β· πŸ“¦ 18 Β· πŸ“‹ 80 - 11% open Β· ⏱️ 25.08.2020): +- [GitHub](https://github.com/AxeldeRomblay/MLBox) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 240 Β· πŸ“¦ 18 Β· πŸ“‹ 81 - 12% open Β· ⏱️ 25.08.2020): ``` git clone https://github.com/AxeldeRomblay/MLBox ``` -- **[PyPi](https://pypi.org/project/mlbox)** (πŸ“₯ 6.4K / month Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/mlbox) (πŸ“₯ 6.4K / month Β· ⏱️ 25.08.2020): ``` pip install mlbox @@ -6172,12 +6172,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
auto_ml (πŸ₯‰20 Β· ⭐ 1.5K Β· πŸ’€) - [UNMAINTAINED] Automated machine learning for analytics & production. MIT -- **[GitHub](https://github.com/ClimbsRocks/auto_ml)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 280 Β· πŸ“₯ 33 Β· πŸ“‹ 390 - 45% open Β· ⏱️ 25.03.2018): +- [GitHub](https://github.com/ClimbsRocks/auto_ml) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 280 Β· πŸ“₯ 33 Β· πŸ“‹ 390 - 45% open Β· ⏱️ 25.03.2018): ``` git clone https://github.com/ClimbsRocks/auto_ml ``` -- **[PyPi](https://pypi.org/project/auto_ml)** (πŸ“₯ 2.1K / month Β· πŸ“¦ 1 Β· ⏱️ 22.02.2018): +- [PyPi](https://pypi.org/project/auto_ml) (πŸ“₯ 2.2K / month Β· πŸ“¦ 1 Β· ⏱️ 22.02.2018): ``` pip install auto_ml @@ -6185,69 +6185,69 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
HpBandSter (πŸ₯‰19 Β· ⭐ 430 Β· πŸ’€) - a distributed Hyperband implementation on Steroids. BSD-3 -- **[GitHub](https://github.com/automl/HpBandSter)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 90 Β· πŸ“¦ 99 Β· πŸ“‹ 87 - 60% open Β· ⏱️ 26.03.2019): +- [GitHub](https://github.com/automl/HpBandSter) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 90 Β· πŸ“¦ 100 Β· πŸ“‹ 87 - 60% open Β· ⏱️ 26.03.2019): ``` git clone https://github.com/automl/HpBandSter ``` -- **[PyPi](https://pypi.org/project/hpbandster)** (πŸ“₯ 6.6K / month Β· πŸ“¦ 16 Β· ⏱️ 24.10.2018): +- [PyPi](https://pypi.org/project/hpbandster) (πŸ“₯ 6.6K / month Β· πŸ“¦ 16 Β· ⏱️ 24.10.2018): ``` pip install hpbandster ```
-
Sherpa (πŸ₯‰19 Β· ⭐ 280) - Hyperparameter optimization that enables researchers to experiment, visualize,.. ❗️GPL-3.0 +
Sherpa (πŸ₯‰19 Β· ⭐ 280) - Hyperparameter optimization that enables researchers to experiment,.. ❗️GPL-3.0 -- **[GitHub](https://github.com/sherpa-ai/sherpa)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 41 Β· πŸ“¦ 7 Β· πŸ“‹ 52 - 21% open Β· ⏱️ 18.10.2020): +- [GitHub](https://github.com/sherpa-ai/sherpa) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 41 Β· πŸ“¦ 7 Β· πŸ“‹ 52 - 21% open Β· ⏱️ 18.10.2020): ``` git clone https://github.com/sherpa-ai/sherpa ``` -- **[PyPi](https://pypi.org/project/parameter-sherpa)** (πŸ“₯ 560 / month Β· πŸ“¦ 1 Β· ⏱️ 23.11.2019): +- [PyPi](https://pypi.org/project/parameter-sherpa) (πŸ“₯ 580 / month Β· πŸ“¦ 1 Β· ⏱️ 23.11.2019): ``` pip install parameter-sherpa ```
-
Advisor (πŸ₯‰17 Β· ⭐ 1.3K Β· πŸ’€) - Open-source implementation of Google Vizier for hyper parameters tuning. Apache-2 +
Advisor (πŸ₯‰17 Β· ⭐ 1.3K Β· πŸ’€) - Open-source implementation of Google Vizier for hyper.. Apache-2 -- **[GitHub](https://github.com/tobegit3hub/advisor)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 240 Β· πŸ“‹ 32 - 59% open Β· ⏱️ 11.11.2019): +- [GitHub](https://github.com/tobegit3hub/advisor) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 240 Β· πŸ“‹ 32 - 59% open Β· ⏱️ 11.11.2019): ``` git clone https://github.com/tobegit3hub/advisor ``` -- **[PyPi](https://pypi.org/project/advisor)** (πŸ“₯ 84 / month Β· ⏱️ 18.10.2018): +- [PyPi](https://pypi.org/project/advisor) (πŸ“₯ 80 / month Β· ⏱️ 18.10.2018): ``` pip install advisor ``` -- **[Dockerhub](https://hub.docker.com/r/tobegit3hub/advisor)** (πŸ“₯ 1.5K Β· ⏱️ 11.11.2019): +- [Dockerhub](https://hub.docker.com/r/tobegit3hub/advisor) (πŸ“₯ 1.5K Β· ⏱️ 11.11.2019): ``` docker pull tobegit3hub/advisor ```
-
automl-gs (πŸ₯‰16 Β· ⭐ 1.7K Β· πŸ’€) - Provide an input CSV and a target field to predict, generate a model + code to.. MIT +
automl-gs (πŸ₯‰16 Β· ⭐ 1.7K Β· πŸ’€) - Provide an input CSV and a target field to predict, generate a.. MIT -- **[GitHub](https://github.com/minimaxir/automl-gs)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“₯ 20 Β· πŸ“‹ 32 - 81% open Β· ⏱️ 05.04.2019): +- [GitHub](https://github.com/minimaxir/automl-gs) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 160 Β· πŸ“₯ 20 Β· πŸ“‹ 32 - 81% open Β· ⏱️ 05.04.2019): ``` git clone https://github.com/minimaxir/automl-gs ``` -- **[PyPi](https://pypi.org/project/automl_gs)** (πŸ“₯ 40 / month Β· ⏱️ 05.04.2019): +- [PyPi](https://pypi.org/project/automl_gs) (πŸ“₯ 39 / month Β· ⏱️ 05.04.2019): ``` pip install automl_gs ```
-
Xcessiv (πŸ₯‰16 Β· ⭐ 1.3K Β· πŸ’€) - A web-based application for quick, scalable, and automated hyperparameter.. Apache-2 +
Xcessiv (πŸ₯‰16 Β· ⭐ 1.3K Β· πŸ’€) - A web-based application for quick, scalable, and automated.. Apache-2 -- **[GitHub](https://github.com/reiinakano/xcessiv)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 100 Β· πŸ“¦ 1 Β· πŸ“‹ 34 - 61% open Β· ⏱️ 21.08.2017): +- [GitHub](https://github.com/reiinakano/xcessiv) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 100 Β· πŸ“¦ 1 Β· πŸ“‹ 34 - 61% open Β· ⏱️ 21.08.2017): ``` git clone https://github.com/reiinakano/xcessiv ``` -- **[PyPi](https://pypi.org/project/xcessiv)** (πŸ“₯ 110 / month Β· πŸ“¦ 1 Β· ⏱️ 21.08.2017): +- [PyPi](https://pypi.org/project/xcessiv) (πŸ“₯ 110 / month Β· πŸ“¦ 1 Β· ⏱️ 21.08.2017): ``` pip install xcessiv @@ -6255,12 +6255,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Hypermax (πŸ₯‰14 Β· ⭐ 94) - Better, faster hyper-parameter optimization. BSD-3 -- **[GitHub](https://github.com/electricbrainio/hypermax)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“¦ 4 Β· πŸ“‹ 4 - 75% open Β· ⏱️ 02.08.2020): +- [GitHub](https://github.com/electricbrainio/hypermax) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“¦ 4 Β· πŸ“‹ 4 - 75% open Β· ⏱️ 02.08.2020): ``` git clone https://github.com/electricbrainio/hypermax ``` -- **[PyPi](https://pypi.org/project/hypermax)** (πŸ“₯ 51 / month Β· ⏱️ 23.10.2019): +- [PyPi](https://pypi.org/project/hypermax) (πŸ“₯ 51 / month Β· ⏱️ 23.10.2019): ``` pip install hypermax @@ -6268,12 +6268,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Auptimizer (πŸ₯‰13 Β· ⭐ 150) - An automatic ML model optimization tool. ❗️GPL-3.0 -- **[GitHub](https://github.com/LGE-ARC-AdvancedAI/auptimizer)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 20 Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/LGE-ARC-AdvancedAI/auptimizer) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 20 Β· ⏱️ 04.12.2020): ``` git clone https://github.com/LGE-ARC-AdvancedAI/auptimizer ``` -- **[PyPi](https://pypi.org/project/auptimizer)** (πŸ“₯ 140 / month Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/auptimizer) (πŸ“₯ 140 / month Β· ⏱️ 19.11.2020): ``` pip install auptimizer @@ -6281,12 +6281,12 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc
Hypertunity (πŸ₯‰11 Β· ⭐ 120 Β· πŸ’€) - A toolset for black-box hyperparameter optimisation. Apache-2 -- **[GitHub](https://github.com/gdikov/hypertunity)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 9 Β· πŸ“¦ 2 Β· ⏱️ 26.01.2020): +- [GitHub](https://github.com/gdikov/hypertunity) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 9 Β· πŸ“¦ 2 Β· ⏱️ 26.01.2020): ``` git clone https://github.com/gdikov/hypertunity ``` -- **[PyPi](https://pypi.org/project/hypertunity)** (πŸ“₯ 46 / month Β· ⏱️ 26.01.2020): +- [PyPi](https://pypi.org/project/hypertunity) (πŸ“₯ 45 / month Β· ⏱️ 26.01.2020): ``` pip install hypertunity @@ -6301,92 +6301,92 @@ _Libraries for hyperparameter optimization, automl and neural architecture searc _Libraries for building and evaluating reinforcement learning & agent-based systems._ -
OpenAI Gym (πŸ₯‡34 Β· ⭐ 23K) - A toolkit for developing and comparing reinforcement learning algorithms. MIT +
OpenAI Gym (πŸ₯‡34 Β· ⭐ 23K) - A toolkit for developing and comparing reinforcement learning.. MIT -- **[GitHub](https://github.com/openai/gym)** (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 6.5K Β· πŸ“¦ 16K Β· πŸ“‹ 1.3K - 16% open Β· ⏱️ 09.11.2020): +- [GitHub](https://github.com/openai/gym) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 6.5K Β· πŸ“¦ 16K Β· πŸ“‹ 1.3K - 16% open Β· ⏱️ 09.11.2020): ``` git clone https://github.com/openai/gym ``` -- **[PyPi](https://pypi.org/project/gym)** (πŸ“₯ 390K / month Β· πŸ“¦ 3.6K Β· ⏱️ 08.05.2020): +- [PyPi](https://pypi.org/project/gym) (πŸ“₯ 380K / month Β· πŸ“¦ 3.6K Β· ⏱️ 08.05.2020): ``` pip install gym ```
-
TF-Agents (πŸ₯‡27 Β· ⭐ 1.7K) - TF-Agents is a library for Reinforcement Learning in TensorFlow. Apache-2 +
TF-Agents (πŸ₯‡27 Β· ⭐ 1.7K) - TF-Agents is a library for Reinforcement Learning in.. Apache-2 -- **[GitHub](https://github.com/tensorflow/agents)** (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 440 Β· πŸ“¦ 320 Β· πŸ“‹ 390 - 23% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/agents) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 440 Β· πŸ“¦ 320 Β· πŸ“‹ 400 - 23% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/tensorflow/agents ``` -- **[PyPi](https://pypi.org/project/tf-agents)** (πŸ“₯ 6.5K / month Β· πŸ“¦ 6 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/tf-agents) (πŸ“₯ 6.5K / month Β· πŸ“¦ 6 Β· ⏱️ 15.12.2020): ``` pip install tf-agents ```
-
Dopamine (πŸ₯ˆ26 Β· ⭐ 9.2K) - Dopamine is a research framework for fast prototyping of reinforcement.. Apache-2 +
Dopamine (πŸ₯ˆ26 Β· ⭐ 9.2K) - Dopamine is a research framework for fast prototyping of.. Apache-2 -- **[GitHub](https://github.com/google/dopamine)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.2K Β· πŸ“‹ 140 - 51% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/google/dopamine) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 1.2K Β· πŸ“‹ 140 - 51% open Β· ⏱️ 24.11.2020): ``` 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) (πŸ“₯ 53K / month Β· πŸ“¦ 31 Β· ⏱️ 16.10.2020): ``` pip install dopamine-rl ```
-
TensorLayer (πŸ₯ˆ26 Β· ⭐ 6.4K) - Deep Learning and Reinforcement Learning Library for Scientists and.. Apache-2 +
TensorLayer (πŸ₯ˆ26 Β· ⭐ 6.4K) - Deep Learning and Reinforcement Learning Library for.. Apache-2 -- **[GitHub](https://github.com/tensorlayer/tensorlayer)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“₯ 1.2K Β· πŸ“‹ 450 - 10% open Β· ⏱️ 29.10.2020): +- [GitHub](https://github.com/tensorlayer/tensorlayer) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.4K Β· πŸ“₯ 1.2K Β· πŸ“‹ 450 - 10% open Β· ⏱️ 29.10.2020): ``` git clone https://github.com/tensorlayer/tensorlayer ``` -- **[PyPi](https://pypi.org/project/tensorlayer)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 68 Β· ⏱️ 19.06.2020): +- [PyPi](https://pypi.org/project/tensorlayer) (πŸ“₯ 2.8K / month Β· πŸ“¦ 68 Β· ⏱️ 19.06.2020): ``` pip install tensorlayer ```
-
Stable Baselines (πŸ₯ˆ25 Β· ⭐ 2.7K) - A fork of OpenAI Baselines, implementations of reinforcement learning.. MIT +
Stable Baselines (πŸ₯ˆ25 Β· ⭐ 2.7K) - A fork of OpenAI Baselines, implementations of reinforcement.. MIT -- **[GitHub](https://github.com/hill-a/stable-baselines)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 540 Β· πŸ“‹ 820 - 14% open Β· ⏱️ 12.10.2020): +- [GitHub](https://github.com/hill-a/stable-baselines) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 540 Β· πŸ“‹ 820 - 14% open Β· ⏱️ 12.10.2020): ``` git clone https://github.com/hill-a/stable-baselines ``` -- **[PyPi](https://pypi.org/project/stable-baselines)** (πŸ“₯ 8.5K / month Β· πŸ“¦ 25 Β· ⏱️ 05.08.2020): +- [PyPi](https://pypi.org/project/stable-baselines) (πŸ“₯ 8.4K / month Β· πŸ“¦ 25 Β· ⏱️ 05.08.2020): ``` pip install stable-baselines ```
-
ViZDoom (πŸ₯ˆ25 Β· ⭐ 1.1K) - Doom-based AI Research Platform for Reinforcement Learning from Raw Visual.. MIT +
ViZDoom (πŸ₯ˆ25 Β· ⭐ 1.1K) - Doom-based AI Research Platform for Reinforcement Learning from Raw.. MIT -- **[GitHub](https://github.com/mwydmuch/ViZDoom)** (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 280 Β· πŸ“₯ 10K Β· πŸ“¦ 94 Β· πŸ“‹ 410 - 21% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/mwydmuch/ViZDoom) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 280 Β· πŸ“₯ 10K Β· πŸ“¦ 94 Β· πŸ“‹ 410 - 21% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/mwydmuch/ViZDoom ``` -- **[PyPi](https://pypi.org/project/vizdoom)** (πŸ“₯ 530 / month Β· πŸ“¦ 12 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/vizdoom) (πŸ“₯ 520 / month Β· πŸ“¦ 12 Β· ⏱️ 29.10.2020): ``` pip install vizdoom ```
-
TensorForce (πŸ₯‰24 Β· ⭐ 2.8K) - Tensorforce: a TensorFlow library for applied reinforcement learning. Apache-2 +
TensorForce (πŸ₯‰24 Β· ⭐ 2.8K) - Tensorforce: a TensorFlow library for applied.. Apache-2 -- **[GitHub](https://github.com/tensorforce/tensorforce)** (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 470 Β· πŸ“‹ 540 - 1% open Β· ⏱️ 06.12.2020): +- [GitHub](https://github.com/tensorforce/tensorforce) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 470 Β· πŸ“‹ 540 - 1% open Β· ⏱️ 06.12.2020): ``` git clone https://github.com/tensorforce/tensorforce ``` -- **[PyPi](https://pypi.org/project/tensorforce)** (πŸ“₯ 940 / month Β· πŸ“¦ 23 Β· ⏱️ 07.09.2019): +- [PyPi](https://pypi.org/project/tensorforce) (πŸ“₯ 930 / month Β· πŸ“¦ 23 Β· ⏱️ 07.09.2019): ``` pip install tensorforce @@ -6394,12 +6394,12 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
Acme (πŸ₯‰23 Β· ⭐ 1.8K) - A library of reinforcement learning components and agents. Apache-2 -- **[GitHub](https://github.com/deepmind/acme)** (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 170 Β· πŸ“¦ 16 Β· πŸ“‹ 80 - 46% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/deepmind/acme) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 170 Β· πŸ“¦ 16 Β· πŸ“‹ 80 - 46% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/deepmind/acme ``` -- **[PyPi](https://pypi.org/project/dm-acme)** (πŸ“₯ 580 / month Β· ⏱️ 24.07.2020): +- [PyPi](https://pypi.org/project/dm-acme) (πŸ“₯ 590 / month Β· ⏱️ 24.07.2020): ``` pip install dm-acme @@ -6407,25 +6407,25 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
garage (πŸ₯‰23 Β· ⭐ 990) - A toolkit for reproducible reinforcement learning research. MIT -- **[GitHub](https://github.com/rlworkgroup/garage)** (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 180 Β· πŸ“¦ 13 Β· πŸ“‹ 940 - 19% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/rlworkgroup/garage) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 180 Β· πŸ“¦ 13 Β· πŸ“‹ 940 - 19% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/rlworkgroup/garage ``` -- **[PyPi](https://pypi.org/project/garage)** (πŸ“₯ 300 / month Β· ⏱️ 02.10.2020): +- [PyPi](https://pypi.org/project/garage) (πŸ“₯ 310 / month Β· ⏱️ 02.10.2020): ``` pip install garage ```
-
ChainerRL (πŸ₯‰23 Β· ⭐ 920) - ChainerRL is a deep reinforcement learning library built on top of Chainer. MIT +
ChainerRL (πŸ₯‰23 Β· ⭐ 920) - ChainerRL is a deep reinforcement learning library built on top of.. MIT -- **[GitHub](https://github.com/chainer/chainerrl)** (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 200 Β· πŸ“¦ 87 Β· πŸ“‹ 220 - 33% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/chainer/chainerrl) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 200 Β· πŸ“¦ 87 Β· πŸ“‹ 220 - 33% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/chainer/chainerrl ``` -- **[PyPi](https://pypi.org/project/chainerrl)** (πŸ“₯ 920 / month Β· πŸ“¦ 14 Β· ⏱️ 14.02.2020): +- [PyPi](https://pypi.org/project/chainerrl) (πŸ“₯ 920 / month Β· πŸ“¦ 14 Β· ⏱️ 14.02.2020): ``` pip install chainerrl @@ -6433,59 +6433,59 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
TRFL (πŸ₯‰20 Β· ⭐ 3.1K Β· πŸ’€) - TensorFlow Reinforcement Learning. Apache-2 -- **[GitHub](https://github.com/deepmind/trfl)** (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 360 Β· πŸ“¦ 35 Β· πŸ“‹ 20 - 20% open Β· ⏱️ 20.04.2020): +- [GitHub](https://github.com/deepmind/trfl) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 360 Β· πŸ“¦ 35 Β· πŸ“‹ 20 - 20% open Β· ⏱️ 20.04.2020): ``` git clone https://github.com/deepmind/trfl ``` -- **[PyPi](https://pypi.org/project/trfl)** (πŸ“₯ 800 / month Β· πŸ“¦ 2 Β· ⏱️ 20.04.2020): +- [PyPi](https://pypi.org/project/trfl) (πŸ“₯ 810 / month Β· πŸ“¦ 2 Β· ⏱️ 20.04.2020): ``` pip install trfl ```
-
Coach (πŸ₯‰20 Β· ⭐ 1.9K) - Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with.. Apache-2 +
PARL (πŸ₯‰20 Β· ⭐ 1.7K) - A high-performance distributed training framework for.. Apache-2 -- **[GitHub](https://github.com/IntelLabs/coach)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 370 Β· πŸ“‹ 260 - 30% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PaddlePaddle/PARL) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 390 Β· πŸ“¦ 65 Β· πŸ“‹ 170 - 20% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/IntelLabs/coach + git clone https://github.com/PaddlePaddle/PARL ``` -- **[PyPi](https://pypi.org/project/rl_coach)** (πŸ“₯ 160 / month Β· πŸ“¦ 1 Β· ⏱️ 10.10.2019): +- [PyPi](https://pypi.org/project/parl) (πŸ“₯ 490 / month Β· ⏱️ 17.11.2020): ``` - pip install rl_coach + pip install parl ```
-
PARL (πŸ₯‰20 Β· ⭐ 1.7K) - A high-performance distributed training framework for Reinforcement Learning. Apache-2 +
Coach (πŸ₯‰19 Β· ⭐ 1.9K) - Reinforcement Learning Coach by Intel AI Lab enables easy.. Apache-2 -- **[GitHub](https://github.com/PaddlePaddle/PARL)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 390 Β· πŸ“¦ 65 Β· πŸ“‹ 170 - 20% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/IntelLabs/coach) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 370 Β· πŸ“‹ 260 - 30% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/PaddlePaddle/PARL + git clone https://github.com/IntelLabs/coach ``` -- **[PyPi](https://pypi.org/project/parl)** (πŸ“₯ 500 / month Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/rl_coach) (πŸ“₯ 150 / month Β· πŸ“¦ 1 Β· ⏱️ 10.10.2019): ``` - pip install parl + pip install rl_coach ```
PFRL (πŸ₯‰19 Β· ⭐ 450 Β· 🐣) - PFRL: a PyTorch-based deep reinforcement learning library. MIT -- **[GitHub](https://github.com/pfnet/pfrl)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 56 Β· πŸ“¦ 4 Β· πŸ“‹ 40 - 55% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/pfnet/pfrl) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 56 Β· πŸ“¦ 4 Β· πŸ“‹ 41 - 53% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pfnet/pfrl ``` -- **[PyPi](https://pypi.org/project/pfrl)** (πŸ“₯ 640 / month Β· ⏱️ 29.07.2020): +- [PyPi](https://pypi.org/project/pfrl) (πŸ“₯ 640 / month Β· ⏱️ 16.12.2020): ``` pip install pfrl ```
-
ReAgent (πŸ₯‰16 Β· ⭐ 2.7K) - A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits,.. BSD-3 +
ReAgent (πŸ₯‰16 Β· ⭐ 2.7K) - A platform for Reasoning systems (Reinforcement Learning,.. BSD-3 -- **[GitHub](https://github.com/facebookresearch/ReAgent)** (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 370 Β· πŸ“‹ 93 - 21% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/facebookresearch/ReAgent) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 370 Β· πŸ“‹ 93 - 21% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/facebookresearch/ReAgent @@ -6493,12 +6493,12 @@ _Libraries for building and evaluating reinforcement learning & agent-based syst
RLax (πŸ₯‰16 Β· ⭐ 510) - A library of reinforcement learning building blocks in JAX. Apache-2 jax -- **[GitHub](https://github.com/deepmind/rlax)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 34 Β· πŸ“¦ 8 Β· πŸ“‹ 6 - 50% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/deepmind/rlax) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 35 Β· πŸ“¦ 8 Β· πŸ“‹ 6 - 50% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/deepmind/rlax ``` -- **[PyPi](https://pypi.org/project/rlax)** (πŸ“₯ 130 / month Β· ⏱️ 19.02.2020): +- [PyPi](https://pypi.org/project/rlax) (πŸ“₯ 130 / month Β· ⏱️ 19.02.2020): ``` pip install rlax @@ -6507,20 +6507,20 @@ _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 -- **[GitHub](https://github.com/keras-rl/keras-rl)** (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 1.3K Β· πŸ“¦ 440 Β· πŸ“‹ 250 - 15% open Β· ⏱️ 11.11.2019): +- [GitHub](https://github.com/keras-rl/keras-rl) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 1.3K Β· πŸ“¦ 440 Β· πŸ“‹ 250 - 15% open Β· ⏱️ 11.11.2019): ``` git clone https://github.com/keras-rl/keras-rl ``` -- **[PyPi](https://pypi.org/project/keras-rl)** (πŸ“₯ 1.4K / month Β· πŸ“¦ 51 Β· ⏱️ 01.06.2018): +- [PyPi](https://pypi.org/project/keras-rl) (πŸ“₯ 1.4K / month Β· πŸ“¦ 51 Β· ⏱️ 01.06.2018): ``` pip install keras-rl ```
-
DeepMind Lab (πŸ₯‰17 Β· ⭐ 6.3K) - A customisable 3D platform for agent-based AI research. ❗️GPL-2.0 +
DeepMind Lab (πŸ₯‰17 Β· ⭐ 6.4K) - A customisable 3D platform for agent-based AI research. ❗️GPL-2.0 -- **[GitHub](https://github.com/deepmind/lab)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 1.3K Β· πŸ“‹ 190 - 19% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/deepmind/lab) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 1.3K Β· πŸ“‹ 190 - 19% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/deepmind/lab @@ -6537,38 +6537,38 @@ _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 Β· πŸ“¦ 320 Β· πŸ“‹ 330 - 22% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/benfred/implicit) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 450 Β· πŸ“¦ 330 Β· πŸ“‹ 330 - 22% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/benfred/implicit ``` -- **[PyPi](https://pypi.org/project/implicit)** (πŸ“₯ 100K / month Β· πŸ“¦ 22 Β· ⏱️ 15.09.2020): +- [PyPi](https://pypi.org/project/implicit) (πŸ“₯ 100K / month Β· πŸ“¦ 22 Β· ⏱️ 15.09.2020): ``` pip install implicit ```
-
lightfm (πŸ₯‡27 Β· ⭐ 3.4K) - A Python implementation of LightFM, a hybrid recommendation algorithm. Apache-2 +
lightfm (πŸ₯‡27 Β· ⭐ 3.4K) - A Python implementation of LightFM, a hybrid recommendation.. Apache-2 -- **[GitHub](https://github.com/lyst/lightfm)** (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 560 Β· πŸ“¦ 360 Β· πŸ“‹ 400 - 31% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/lyst/lightfm) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 560 Β· πŸ“¦ 360 Β· πŸ“‹ 400 - 31% open Β· ⏱️ 27.11.2020): ``` git clone https://github.com/lyst/lightfm ``` -- **[PyPi](https://pypi.org/project/lightfm)** (πŸ“₯ 100K / month Β· πŸ“¦ 28 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/lightfm) (πŸ“₯ 99K / month Β· πŸ“¦ 28 Β· ⏱️ 27.11.2020): ``` pip install lightfm ```
-
scikit-surprise (πŸ₯ˆ26 Β· ⭐ 4.6K) - A Python scikit for building and analyzing recommender systems. BSD-3 +
scikit-surprise (πŸ₯ˆ26 Β· ⭐ 4.6K) - A Python scikit for building and analyzing recommender.. BSD-3 -- **[GitHub](https://github.com/NicolasHug/Surprise)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 800 Β· πŸ“¦ 830 Β· πŸ“‹ 320 - 10% open Β· ⏱️ 05.08.2020): +- [GitHub](https://github.com/NicolasHug/Surprise) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 800 Β· πŸ“¦ 830 Β· πŸ“‹ 320 - 10% open Β· ⏱️ 05.08.2020): ``` git clone https://github.com/NicolasHug/Surprise ``` -- **[PyPi](https://pypi.org/project/scikit-surprise)** (πŸ“₯ 43K / month Β· πŸ“¦ 24 Β· ⏱️ 19.07.2020): +- [PyPi](https://pypi.org/project/scikit-surprise) (πŸ“₯ 43K / month Β· πŸ“¦ 24 Β· ⏱️ 19.07.2020): ``` pip install scikit-surprise @@ -6576,7 +6576,7 @@ _Libraries for building and evaluating recommendation systems._
Recommenders (πŸ₯ˆ21 Β· ⭐ 8.8K) - Best Practices on Recommendation Systems. MIT -- **[GitHub](https://github.com/microsoft/recommenders)** (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 1.5K Β· πŸ“¦ 1 Β· πŸ“‹ 520 - 19% open Β· ⏱️ 27.11.2020): +- [GitHub](https://github.com/microsoft/recommenders) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 1.5K Β· πŸ“¦ 1 Β· πŸ“‹ 520 - 19% open Β· ⏱️ 27.11.2020): ``` git clone https://github.com/microsoft/recommenders @@ -6584,25 +6584,25 @@ _Libraries for building and evaluating recommendation systems._
TF Ranking (πŸ₯ˆ21 Β· ⭐ 2K) - Learning to Rank in TensorFlow. Apache-2 -- **[GitHub](https://github.com/tensorflow/ranking)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 350 Β· πŸ“‹ 210 - 9% open Β· ⏱️ 19.08.2020): +- [GitHub](https://github.com/tensorflow/ranking) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 350 Β· πŸ“‹ 210 - 9% open Β· ⏱️ 19.08.2020): ``` git clone https://github.com/tensorflow/ranking ``` -- **[PyPi](https://pypi.org/project/tensorflow_ranking)** (πŸ“₯ 23K / month Β· πŸ“¦ 1 Β· ⏱️ 19.08.2020): +- [PyPi](https://pypi.org/project/tensorflow_ranking) (πŸ“₯ 22K / month Β· πŸ“¦ 1 Β· ⏱️ 19.08.2020): ``` pip install tensorflow_ranking ```
-
tensorrec (πŸ₯‰20 Β· ⭐ 1.1K Β· πŸ’€) - A TensorFlow recommendation algorithm and framework in Python. Apache-2 +
tensorrec (πŸ₯‰20 Β· ⭐ 1.1K Β· πŸ’€) - A TensorFlow recommendation algorithm and framework in.. Apache-2 -- **[GitHub](https://github.com/jfkirk/tensorrec)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 200 Β· πŸ“¦ 21 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 04.02.2020): +- [GitHub](https://github.com/jfkirk/tensorrec) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 200 Β· πŸ“¦ 21 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 04.02.2020): ``` git clone https://github.com/jfkirk/tensorrec ``` -- **[PyPi](https://pypi.org/project/tensorrec)** (πŸ“₯ 1K / month Β· πŸ“¦ 1 Β· ⏱️ 02.04.2019): +- [PyPi](https://pypi.org/project/tensorrec) (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 02.04.2019): ``` pip install tensorrec @@ -6610,17 +6610,17 @@ _Libraries for building and evaluating recommendation systems._
RecBole (πŸ₯‰20 Β· ⭐ 640 Β· 🐣) - A unified, comprehensive and efficient recommendation library. MIT -- **[GitHub](https://github.com/RUCAIBox/RecBole)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 84 Β· πŸ“‹ 26 - 57% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/RUCAIBox/RecBole) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 84 Β· πŸ“‹ 26 - 57% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/RUCAIBox/RecBole ``` -- **[PyPi](https://pypi.org/project/recbole)** (πŸ“₯ 200 / month Β· ⏱️ 06.12.2020): +- [PyPi](https://pypi.org/project/recbole) (πŸ“₯ 190 / month Β· ⏱️ 06.12.2020): ``` pip install recbole ``` -- **[Conda](https://anaconda.org/aibox/recbole)**: +- [Conda](https://anaconda.org/aibox/recbole): ``` conda install -c aibox recbole @@ -6628,25 +6628,25 @@ _Libraries for building and evaluating recommendation systems._
recmetrics (πŸ₯‰20 Β· ⭐ 220) - A library of metrics for evaluating recommender systems. MIT -- **[GitHub](https://github.com/statisticianinstilettos/recmetrics)** (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 52 Β· πŸ“¦ 13 Β· πŸ“‹ 14 - 50% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/statisticianinstilettos/recmetrics) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 52 Β· πŸ“¦ 13 Β· πŸ“‹ 14 - 50% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/statisticianinstilettos/recmetrics ``` -- **[PyPi](https://pypi.org/project/recmetrics)** (πŸ“₯ 1.4K / month Β· ⏱️ 10.02.2019): +- [PyPi](https://pypi.org/project/recmetrics) (πŸ“₯ 1.3K / month Β· ⏱️ 10.02.2019): ``` pip install recmetrics ```
-
TF Recommenders (πŸ₯‰18 Β· ⭐ 650 Β· 🐣) - TensorFlow Recommenders is a library for building recommender.. Apache-2 +
TF Recommenders (πŸ₯‰18 Β· ⭐ 650 Β· 🐣) - TensorFlow Recommenders is a library for building.. Apache-2 -- **[GitHub](https://github.com/tensorflow/recommenders)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 63 Β· πŸ“¦ 9 Β· πŸ“‹ 57 - 31% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/tensorflow/recommenders) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 63 Β· πŸ“¦ 9 Β· πŸ“‹ 59 - 33% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/tensorflow/recommenders ``` -- **[PyPi](https://pypi.org/project/tensorflow-recommenders)** (πŸ“₯ 3.3K / month Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/tensorflow-recommenders) (πŸ“₯ 3.3K / month Β· ⏱️ 19.11.2020): ``` pip install tensorflow-recommenders @@ -6654,38 +6654,38 @@ _Libraries for building and evaluating recommendation systems._
Spotlight (πŸ₯‰17 Β· ⭐ 2.4K Β· πŸ’€) - Deep recommender models using PyTorch. MIT -- **[GitHub](https://github.com/maciejkula/spotlight)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 370 Β· πŸ“‹ 110 - 57% open Β· ⏱️ 09.02.2020): +- [GitHub](https://github.com/maciejkula/spotlight) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 370 Β· πŸ“‹ 110 - 57% open Β· ⏱️ 09.02.2020): ``` git clone https://github.com/maciejkula/spotlight ``` -- **[Conda](https://anaconda.org/maciejkula/spotlight)**: +- [Conda](https://anaconda.org/maciejkula/spotlight): ``` conda install -c maciejkula spotlight ```
-
Case Recommender (πŸ₯‰17 Β· ⭐ 300 Β· πŸ’€) - Case Recommender: A Flexible and Extensible Python Framework for.. MIT +
Case Recommender (πŸ₯‰17 Β· ⭐ 300 Β· πŸ’€) - Case Recommender: A Flexible and Extensible Python.. MIT -- **[GitHub](https://github.com/caserec/CaseRecommender)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 66 Β· πŸ“¦ 5 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 26.05.2020): +- [GitHub](https://github.com/caserec/CaseRecommender) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 66 Β· πŸ“¦ 5 Β· πŸ“‹ 22 - 27% open Β· ⏱️ 26.05.2020): ``` git clone https://github.com/caserec/CaseRecommender ``` -- **[PyPi](https://pypi.org/project/caserecommender)** (πŸ“₯ 180 / month Β· ⏱️ 20.08.2019): +- [PyPi](https://pypi.org/project/caserecommender) (πŸ“₯ 180 / month Β· ⏱️ 20.08.2019): ``` pip install caserecommender ```
-
OpenRec (πŸ₯‰16 Β· ⭐ 350 Β· πŸ’€) - OpenRec is an open-source and modular library for neural network-inspired.. Apache-2 +
OpenRec (πŸ₯‰16 Β· ⭐ 350 Β· πŸ’€) - OpenRec is an open-source and modular library for neural.. Apache-2 -- **[GitHub](https://github.com/ylongqi/openrec)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 80 Β· πŸ“¦ 1 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 19.02.2020): +- [GitHub](https://github.com/ylongqi/openrec) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 80 Β· πŸ“¦ 1 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 19.02.2020): ``` git clone https://github.com/ylongqi/openrec ``` -- **[PyPi](https://pypi.org/project/openrec)** (πŸ“₯ 62 / month Β· πŸ“¦ 1 Β· ⏱️ 11.09.2019): +- [PyPi](https://pypi.org/project/openrec) (πŸ“₯ 60 / month Β· πŸ“¦ 1 Β· ⏱️ 11.09.2019): ``` pip install openrec @@ -6701,25 +6701,25 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l
PySyft (πŸ₯‡26 Β· ⭐ 6.6K) - A library for answering questions using data you cannot see. MIT -- **[GitHub](https://github.com/OpenMined/PySyft)** (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“‹ 2.6K - 6% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/OpenMined/PySyft) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“‹ 2.6K - 6% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/OpenMined/PySyft ``` -- **[PyPi](https://pypi.org/project/syft)** (πŸ“₯ 2.7K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/syft) (πŸ“₯ 2.7K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): ``` pip install syft ```
-
TensorFlow Privacy (πŸ₯ˆ21 Β· ⭐ 1.3K) - Library for training machine learning models with privacy for.. Apache-2 +
TensorFlow Privacy (πŸ₯ˆ21 Β· ⭐ 1.3K) - Library for training machine learning models with privacy.. Apache-2 -- **[GitHub](https://github.com/tensorflow/privacy)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 260 Β· πŸ“₯ 41 Β· πŸ“‹ 110 - 34% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/tensorflow/privacy) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 260 Β· πŸ“₯ 41 Β· πŸ“‹ 110 - 34% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/tensorflow/privacy ``` -- **[PyPi](https://pypi.org/project/tensorflow-privacy)** (πŸ“₯ 4.8K / month Β· πŸ“¦ 1 Β· ⏱️ 03.09.2020): +- [PyPi](https://pypi.org/project/tensorflow-privacy) (πŸ“₯ 4.9K / month Β· πŸ“¦ 1 Β· ⏱️ 03.09.2020): ``` pip install tensorflow-privacy @@ -6727,12 +6727,12 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l
TFEncrypted (πŸ₯ˆ21 Β· ⭐ 800) - A Framework for Encrypted Machine Learning in TensorFlow. Apache-2 -- **[GitHub](https://github.com/tf-encrypted/tf-encrypted)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“¦ 44 Β· πŸ“‹ 390 - 41% open Β· ⏱️ 19.08.2020): +- [GitHub](https://github.com/tf-encrypted/tf-encrypted) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“¦ 44 Β· πŸ“‹ 390 - 41% open Β· ⏱️ 19.08.2020): ``` git clone https://github.com/tf-encrypted/tf-encrypted ``` -- **[PyPi](https://pypi.org/project/tf-encrypted)** (πŸ“₯ 700 / month Β· πŸ“¦ 8 Β· ⏱️ 21.10.2019): +- [PyPi](https://pypi.org/project/tf-encrypted) (πŸ“₯ 690 / month Β· πŸ“¦ 8 Β· ⏱️ 21.10.2019): ``` pip install tf-encrypted @@ -6740,7 +6740,7 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l
FATE (πŸ₯‰20 Β· ⭐ 2.6K) - An Industrial Grade Federated Learning Framework. Apache-2 -- **[GitHub](https://github.com/FederatedAI/FATE)** (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 750 Β· πŸ“‹ 760 - 31% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/FederatedAI/FATE) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 750 Β· πŸ“‹ 760 - 31% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/FederatedAI/FATE @@ -6748,12 +6748,12 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l
Opacus (πŸ₯‰20 Β· ⭐ 680) - Training PyTorch models with differential privacy. Apache-2 -- **[GitHub](https://github.com/pytorch/opacus)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 83 Β· πŸ“₯ 26 Β· πŸ“¦ 9 Β· πŸ“‹ 54 - 16% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/pytorch/opacus) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 83 Β· πŸ“₯ 27 Β· πŸ“¦ 9 Β· πŸ“‹ 54 - 16% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/pytorch/opacus ``` -- **[PyPi](https://pypi.org/project/opacus)** (πŸ“₯ 840 / month Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/opacus) (πŸ“₯ 860 / month Β· ⏱️ 21.11.2020): ``` pip install opacus @@ -6761,12 +6761,12 @@ _Libraries for encrypted and privacy-preserving machine learning using methods l
CrypTen (πŸ₯‰17 Β· ⭐ 670) - A framework for Privacy Preserving Machine Learning. MIT -- **[GitHub](https://github.com/facebookresearch/CrypTen)** (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 87 Β· πŸ“¦ 5 Β· πŸ“‹ 46 - 32% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/facebookresearch/CrypTen) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 87 Β· πŸ“¦ 5 Β· πŸ“‹ 46 - 32% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/facebookresearch/CrypTen ``` -- **[PyPi](https://pypi.org/project/crypten)** (πŸ“₯ 450 / month Β· ⏱️ 05.02.2020): +- [PyPi](https://pypi.org/project/crypten) (πŸ“₯ 440 / month Β· ⏱️ 05.02.2020): ``` pip install crypten @@ -6782,12 +6782,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 Β· πŸ“¦ 48K Β· πŸ“‹ 1.4K - 37% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/tensorboard) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.3K Β· πŸ“¦ 48K Β· πŸ“‹ 1.4K - 37% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/tensorflow/tensorboard ``` -- **[PyPi](https://pypi.org/project/tensorboard)** (πŸ“₯ 5.5M / month Β· πŸ“¦ 3.6K Β· ⏱️ 12.11.2020): +- [PyPi](https://pypi.org/project/tensorboard) (πŸ“₯ 5.4M / month Β· πŸ“¦ 3.6K Β· ⏱️ 12.11.2020): ``` pip install tensorboard @@ -6795,25 +6795,25 @@ _Libraries to organize, track, and visualize machine learning experiments._
mlflow (πŸ₯‡33 Β· ⭐ 8K) - Open source platform for the machine learning lifecycle. Apache-2 -- **[GitHub](https://github.com/mlflow/mlflow)** (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 1.8K Β· πŸ“¦ 1.7K Β· πŸ“‹ 1.6K - 38% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mlflow/mlflow) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 1.8K Β· πŸ“¦ 1.7K Β· πŸ“‹ 1.6K - 38% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/mlflow/mlflow ``` -- **[PyPi](https://pypi.org/project/mlflow)** (πŸ“₯ 2.7M / month Β· πŸ“¦ 150 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/mlflow) (πŸ“₯ 2.7M / month Β· πŸ“¦ 150 Β· ⏱️ 19.11.2020): ``` pip install mlflow ```
-
SageMaker SDK (πŸ₯‡30 Β· ⭐ 1.3K) - A library for training and deploying machine learning models on.. 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 Β· πŸ”€ 540 Β· πŸ“¦ 530 Β· πŸ“‹ 700 - 27% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/aws/sagemaker-python-sdk) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 540 Β· πŸ“¦ 530 Β· πŸ“‹ 700 - 27% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/aws/sagemaker-python-sdk ``` -- **[PyPi](https://pypi.org/project/sagemaker)** (πŸ“₯ 350K / month Β· πŸ“¦ 28 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/sagemaker) (πŸ“₯ 360K / month Β· πŸ“¦ 28 Β· ⏱️ 08.12.2020): ``` pip install sagemaker @@ -6821,12 +6821,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
tensorboardX (πŸ₯ˆ29 Β· ⭐ 6.7K) - tensorboard for pytorch (and chainer, mxnet, numpy, ...). MIT -- **[GitHub](https://github.com/lanpa/tensorboardX)** (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 770 Β· πŸ“₯ 280 Β· πŸ“¦ 9.2K Β· πŸ“‹ 410 - 17% open Β· ⏱️ 05.07.2020): +- [GitHub](https://github.com/lanpa/tensorboardX) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 770 Β· πŸ“₯ 280 Β· πŸ“¦ 9.3K Β· πŸ“‹ 410 - 17% open Β· ⏱️ 05.07.2020): ``` git clone https://github.com/lanpa/tensorboardX ``` -- **[PyPi](https://pypi.org/project/tensorboardX)** (πŸ“₯ 290K / month Β· πŸ“¦ 1.3K Β· ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/tensorboardX) (πŸ“₯ 280K / month Β· πŸ“¦ 1.3K Β· ⏱️ 31.12.2019): ``` pip install tensorboardX @@ -6834,43 +6834,43 @@ _Libraries to organize, track, and visualize machine learning experiments._
kaggle (πŸ₯ˆ29 Β· ⭐ 3.7K) - Official Kaggle API. Apache-2 -- **[GitHub](https://github.com/Kaggle/kaggle-api)** (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 750 Β· πŸ“¦ 4K Β· πŸ“‹ 270 - 60% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/Kaggle/kaggle-api) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 750 Β· πŸ“¦ 4K Β· πŸ“‹ 270 - 60% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/Kaggle/kaggle-api ``` -- **[PyPi](https://pypi.org/project/kaggle)** (πŸ“₯ 100K / month Β· πŸ“¦ 560 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/kaggle) (πŸ“₯ 120K / month Β· πŸ“¦ 560 Β· ⏱️ 30.11.2020): ``` pip install kaggle ```
-
sacred (πŸ₯ˆ29 Β· ⭐ 3.2K) - Sacred is a tool to help you configure, organize, log and reproduce experiments.. MIT +
sacred (πŸ₯ˆ29 Β· ⭐ 3.2K) - Sacred is a tool to help you configure, organize, log and reproduce.. MIT -- **[GitHub](https://github.com/IDSIA/sacred)** (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 310 Β· πŸ“¦ 740 Β· πŸ“‹ 480 - 19% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/IDSIA/sacred) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 310 Β· πŸ“¦ 740 Β· πŸ“‹ 480 - 19% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/IDSIA/sacred ``` -- **[PyPi](https://pypi.org/project/sacred)** (πŸ“₯ 17K / month Β· πŸ“¦ 150 Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/sacred) (πŸ“₯ 17K / month Β· πŸ“¦ 150 Β· ⏱️ 14.12.2020): ``` pip install sacred ```
-
snakemake (πŸ₯ˆ29 Β· ⭐ 770) - This is the development home of the workflow management system Snakemake. For.. MIT +
snakemake (πŸ₯ˆ29 Β· ⭐ 770) - This is the development home of the workflow management system.. MIT -- **[GitHub](https://github.com/snakemake/snakemake)** (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 170 Β· πŸ“¦ 700 Β· πŸ“‹ 500 - 60% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/snakemake/snakemake) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 170 Β· πŸ“¦ 700 Β· πŸ“‹ 500 - 60% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/snakemake/snakemake ``` -- **[PyPi](https://pypi.org/project/snakemake)** (πŸ“₯ 10K / month Β· πŸ“¦ 290 Β· ⏱️ 23.11.2020): +- [PyPi](https://pypi.org/project/snakemake) (πŸ“₯ 10K / month Β· πŸ“¦ 290 Β· ⏱️ 23.11.2020): ``` pip install snakemake ``` -- **[Conda](https://anaconda.org/bioconda/snakemake)**: +- [Conda](https://anaconda.org/bioconda/snakemake): ``` conda install -c bioconda snakemake @@ -6878,12 +6878,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
DVC (πŸ₯ˆ28 Β· ⭐ 6.9K) - Data Version Control | Git for Data & Models. Apache-2 -- **[GitHub](https://github.com/iterative/dvc)** (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 650 Β· πŸ“₯ 15K Β· πŸ“¦ 500 Β· πŸ“‹ 2.6K - 18% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/iterative/dvc) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 650 Β· πŸ“₯ 15K Β· πŸ“¦ 500 Β· πŸ“‹ 2.6K - 18% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/iterative/dvc ``` -- **[Conda](https://anaconda.org/conda-forge/dvc)**: +- [Conda](https://anaconda.org/conda-forge/dvc): ``` conda install -c conda-forge dvc @@ -6891,12 +6891,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
PyCaret (πŸ₯ˆ28 Β· ⭐ 2.7K) - An open-source, low-code machine learning library in Python. MIT -- **[GitHub](https://github.com/pycaret/pycaret)** (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 550 Β· πŸ“₯ 340 Β· πŸ“¦ 500 Β· πŸ“‹ 640 - 20% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/pycaret/pycaret) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 550 Β· πŸ“₯ 340 Β· πŸ“¦ 500 Β· πŸ“‹ 640 - 20% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/pycaret/pycaret ``` -- **[PyPi](https://pypi.org/project/pycaret)** (πŸ“₯ 26K / month Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/pycaret) (πŸ“₯ 26K / month Β· ⏱️ 26.11.2020): ``` pip install pycaret @@ -6904,43 +6904,43 @@ _Libraries to organize, track, and visualize machine learning experiments._
Catalyst (πŸ₯ˆ28 Β· ⭐ 2.3K) - Accelerated deep learning R&D. Apache-2 -- **[GitHub](https://github.com/catalyst-team/catalyst)** (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 260 Β· πŸ“¦ 250 Β· πŸ“‹ 280 - 10% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/catalyst-team/catalyst) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 260 Β· πŸ“¦ 250 Β· πŸ“‹ 280 - 10% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/catalyst-team/catalyst ``` -- **[PyPi](https://pypi.org/project/catalyst)** (πŸ“₯ 9.1K / month Β· πŸ“¦ 19 Β· ⏱️ 14.10.2020): +- [PyPi](https://pypi.org/project/catalyst) (πŸ“₯ 9K / month Β· πŸ“¦ 19 Β· ⏱️ 14.10.2020): ``` pip install catalyst ```
-
AzureML SDK (πŸ₯ˆ28 Β· ⭐ 2K) - Python notebooks with ML and deep learning examples with Azure Machine Learning |.. MIT +
AzureML SDK (πŸ₯ˆ28 Β· ⭐ 2K) - Python notebooks with ML and deep learning examples with Azure.. MIT -- **[GitHub](https://github.com/Azure/MachineLearningNotebooks)** (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 1.5K Β· πŸ“₯ 370 Β· πŸ“‹ 890 - 5% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/Azure/MachineLearningNotebooks) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 1.5K Β· πŸ“₯ 370 Β· πŸ“‹ 890 - 5% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/Azure/MachineLearningNotebooks ``` -- **[PyPi](https://pypi.org/project/azureml-sdk)** (πŸ“₯ 300K / month Β· πŸ“¦ 60 Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/azureml-sdk) (πŸ“₯ 300K / month Β· πŸ“¦ 60 Β· ⏱️ 07.12.2020): ``` pip install azureml-sdk ```
-
TRAINS (πŸ₯‰27 Β· ⭐ 2K) - TRAINS - Auto-Magical Experiment Manager & Version Control for AI - NOW WITH AUTO-.. Apache-2 +
TRAINS (πŸ₯‰27 Β· ⭐ 2K) - TRAINS - Auto-Magical Experiment Manager & Version Control for AI -.. Apache-2 -- **[GitHub](https://github.com/allegroai/trains)** (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 230 Β· πŸ“₯ 240 Β· πŸ“¦ 51 Β· πŸ“‹ 230 - 35% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/allegroai/trains) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 230 Β· πŸ“₯ 240 Β· πŸ“¦ 51 Β· πŸ“‹ 230 - 35% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/allegroai/trains ``` -- **[PyPi](https://pypi.org/project/trains)** (πŸ“₯ 160K / month Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/trains) (πŸ“₯ 150K / month Β· ⏱️ 10.12.2020): ``` pip install trains ``` -- **[Dockerhub](https://hub.docker.com/r/allegroai/trains)** (πŸ“₯ 30K Β· ⏱️ 05.10.2020): +- [Dockerhub](https://hub.docker.com/r/allegroai/trains) (πŸ“₯ 30K Β· ⏱️ 05.10.2020): ``` docker pull allegroai/trains @@ -6948,12 +6948,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
Metaflow (πŸ₯‰26 Β· ⭐ 3.9K) - Build and manage real-life data science projects with ease. Apache-2 -- **[GitHub](https://github.com/Netflix/metaflow)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 310 Β· πŸ“¦ 96 Β· πŸ“‹ 240 - 44% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/Netflix/metaflow) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 310 Β· πŸ“¦ 96 Β· πŸ“‹ 240 - 44% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/Netflix/metaflow ``` -- **[PyPi](https://pypi.org/project/metaflow)** (πŸ“₯ 39K / month Β· πŸ“¦ 1 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/metaflow) (πŸ“₯ 38K / month Β· πŸ“¦ 1 Β· ⏱️ 29.10.2020): ``` pip install metaflow @@ -6961,12 +6961,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
VisualDL (πŸ₯‰23 Β· ⭐ 3K) - Deep Learning Visualization Toolkit. Apache-2 -- **[GitHub](https://github.com/PaddlePaddle/VisualDL)** (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 420 Β· πŸ“₯ 50 Β· πŸ“¦ 110 Β· πŸ“‹ 320 - 5% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/PaddlePaddle/VisualDL) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 420 Β· πŸ“₯ 52 Β· πŸ“¦ 110 Β· πŸ“‹ 320 - 5% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/PaddlePaddle/VisualDL ``` -- **[PyPi](https://pypi.org/project/visualdl)** (πŸ“₯ 3.5K / month Β· πŸ“¦ 5 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/visualdl) (πŸ“₯ 3.6K / month Β· πŸ“¦ 5 Β· ⏱️ 26.11.2020): ``` pip install visualdl @@ -6974,12 +6974,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
TNT (πŸ₯‰23 Β· ⭐ 1.3K Β· πŸ’€) - Simple tools for logging and visualizing, loading and training. BSD-3 -- **[GitHub](https://github.com/pytorch/tnt)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 180 Β· πŸ“¦ 490 Β· πŸ“‹ 64 - 46% open Β· ⏱️ 15.01.2020): +- [GitHub](https://github.com/pytorch/tnt) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 180 Β· πŸ“¦ 490 Β· πŸ“‹ 64 - 46% open Β· ⏱️ 15.01.2020): ``` git clone https://github.com/pytorch/tnt ``` -- **[PyPi](https://pypi.org/project/torchnet)** (πŸ“₯ 7.5K / month Β· πŸ“¦ 50 Β· ⏱️ 29.07.2018): +- [PyPi](https://pypi.org/project/torchnet) (πŸ“₯ 7.5K / month Β· πŸ“¦ 50 Β· ⏱️ 29.07.2018): ``` pip install torchnet @@ -6987,38 +6987,38 @@ _Libraries to organize, track, and visualize machine learning experiments._
Guild AI (πŸ₯‰22 Β· ⭐ 510) - Experiment tracking, ML developer tools. Apache-2 -- **[GitHub](https://github.com/guildai/guildai)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 44 Β· πŸ“¦ 25 Β· πŸ“‹ 240 - 39% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/guildai/guildai) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 44 Β· πŸ“¦ 25 Β· πŸ“‹ 240 - 39% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/guildai/guildai ``` -- **[PyPi](https://pypi.org/project/guildai)** (πŸ“₯ 4.6K / month Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/guildai) (πŸ“₯ 4.6K / month Β· ⏱️ 05.12.2020): ``` pip install guildai ```
-
TensorWatch (πŸ₯‰21 Β· ⭐ 3K) - Debugging, monitoring and visualization for Python Machine Learning and Data.. MIT +
TensorWatch (πŸ₯‰21 Β· ⭐ 3K) - Debugging, monitoring and visualization for Python Machine Learning.. MIT -- **[GitHub](https://github.com/microsoft/tensorwatch)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 300 Β· πŸ“¦ 41 Β· πŸ“‹ 62 - 77% open Β· ⏱️ 16.09.2020): +- [GitHub](https://github.com/microsoft/tensorwatch) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 300 Β· πŸ“¦ 41 Β· πŸ“‹ 62 - 77% open Β· ⏱️ 16.09.2020): ``` git clone https://github.com/microsoft/tensorwatch ``` -- **[PyPi](https://pypi.org/project/tensorwatch)** (πŸ“₯ 1.4K / month Β· πŸ“¦ 6 Β· ⏱️ 04.03.2020): +- [PyPi](https://pypi.org/project/tensorwatch) (πŸ“₯ 1.4K / month Β· πŸ“¦ 6 Β· ⏱️ 04.03.2020): ``` pip install tensorwatch ```
-
knockknock (πŸ₯‰21 Β· ⭐ 1.9K Β· πŸ’€) - Knock Knock: Get notified when your training ends with only two additional.. MIT +
knockknock (πŸ₯‰21 Β· ⭐ 1.9K Β· πŸ’€) - Knock Knock: Get notified when your training ends with only two.. MIT -- **[GitHub](https://github.com/huggingface/knockknock)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 33 - 36% open Β· ⏱️ 16.03.2020): +- [GitHub](https://github.com/huggingface/knockknock) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 33 - 36% open Β· ⏱️ 16.03.2020): ``` git clone https://github.com/huggingface/knockknock ``` -- **[PyPi](https://pypi.org/project/knockknock)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 3 Β· ⏱️ 16.03.2020): +- [PyPi](https://pypi.org/project/knockknock) (πŸ“₯ 1.3K / month Β· πŸ“¦ 3 Β· ⏱️ 16.03.2020): ``` pip install knockknock @@ -7026,12 +7026,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
Studio.ml (πŸ₯‰21 Β· ⭐ 370) - Studio: Simplify and expedite model building process. Apache-2 -- **[GitHub](https://github.com/studioml/studio)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 47 Β· πŸ“¦ 2 Β· πŸ“‹ 240 - 23% open Β· ⏱️ 19.11.2020): +- [GitHub](https://github.com/studioml/studio) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 47 Β· πŸ“¦ 2 Β· πŸ“‹ 240 - 23% open Β· ⏱️ 19.11.2020): ``` git clone https://github.com/studioml/studio ``` -- **[PyPi](https://pypi.org/project/studioml)** (πŸ“₯ 1.2K / month Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/studioml) (πŸ“₯ 1.2K / month Β· ⏱️ 16.12.2020): ``` pip install studioml @@ -7039,12 +7039,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
Labml (πŸ₯‰20 Β· ⭐ 300) - Monitor PyTorch & TensorFlow model training on mobile phones. MIT -- **[GitHub](https://github.com/lab-ml/labml)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 25 Β· πŸ“¦ 18 Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/lab-ml/labml) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 27 Β· πŸ“¦ 18 Β· ⏱️ 16.12.2020): ``` git clone https://github.com/lab-ml/labml ``` -- **[PyPi](https://pypi.org/project/labml)** (πŸ“₯ 560 / month Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/labml) (πŸ“₯ 590 / month Β· ⏱️ 16.12.2020): ``` pip install labml @@ -7052,12 +7052,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
MXBoard (πŸ₯‰19 Β· ⭐ 330 Β· πŸ’€) - Logging MXNet data for visualization in TensorBoard. Apache-2 -- **[GitHub](https://github.com/awslabs/mxboard)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 46 Β· πŸ“¦ 88 Β· πŸ“‹ 31 - 51% open Β· ⏱️ 24.01.2020): +- [GitHub](https://github.com/awslabs/mxboard) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 46 Β· πŸ“¦ 90 Β· πŸ“‹ 31 - 51% open Β· ⏱️ 24.01.2020): ``` git clone https://github.com/awslabs/mxboard ``` -- **[PyPi](https://pypi.org/project/mxboard)** (πŸ“₯ 2.3K / month Β· πŸ“¦ 1 Β· ⏱️ 22.05.2018): +- [PyPi](https://pypi.org/project/mxboard) (πŸ“₯ 2.4K / month Β· πŸ“¦ 1 Β· ⏱️ 22.05.2018): ``` pip install mxboard @@ -7066,25 +7066,25 @@ _Libraries to organize, track, and visualize machine learning experiments._
Show 6 hidden projects...
TensorBoard Logger (πŸ₯‰20 Β· ⭐ 610 Β· πŸ’€) - Log TensorBoard events without touching TensorFlow. MIT -- **[GitHub](https://github.com/TeamHG-Memex/tensorboard_logger)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 53 Β· πŸ“‹ 24 - 37% open Β· ⏱️ 21.10.2019): +- [GitHub](https://github.com/TeamHG-Memex/tensorboard_logger) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 53 Β· πŸ“‹ 24 - 37% open Β· ⏱️ 21.10.2019): ``` git clone https://github.com/TeamHG-Memex/tensorboard_logger ``` -- **[PyPi](https://pypi.org/project/tensorboard_logger)** (πŸ“₯ 52K / month Β· πŸ“¦ 42 Β· ⏱️ 08.02.2018): +- [PyPi](https://pypi.org/project/tensorboard_logger) (πŸ“₯ 53K / month Β· πŸ“¦ 42 Β· ⏱️ 08.02.2018): ``` pip install tensorboard_logger ```
-
SKLL (πŸ₯‰17 Β· ⭐ 520) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning.. ❗️BSD-1-Clause +
SKLL (πŸ₯‰17 Β· ⭐ 520) - SciKit-Learn Laboratory (SKLL) makes it easy to run machine.. ❗️BSD-1-Clause -- **[GitHub](https://github.com/EducationalTestingService/skll)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 62 Β· πŸ“₯ 10 Β· πŸ“¦ 28 Β· πŸ“‹ 370 - 11% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/EducationalTestingService/skll) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 62 Β· πŸ“₯ 10 Β· πŸ“¦ 28 Β· πŸ“‹ 370 - 11% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/EducationalTestingService/skll ``` -- **[PyPi](https://pypi.org/project/skll)** (πŸ“₯ 520 / month Β· πŸ“¦ 17 Β· ⏱️ 13.03.2020): +- [PyPi](https://pypi.org/project/skll) (πŸ“₯ 510 / month Β· πŸ“¦ 17 Β· ⏱️ 13.03.2020): ``` pip install skll @@ -7092,12 +7092,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
datmo (πŸ₯‰17 Β· ⭐ 330 Β· πŸ’€) - Open source production model management tool for data scientists. MIT -- **[GitHub](https://github.com/datmo/datmo)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 27 Β· πŸ“¦ 5 Β· πŸ“‹ 190 - 21% open Β· ⏱️ 29.11.2019): +- [GitHub](https://github.com/datmo/datmo) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 27 Β· πŸ“¦ 5 Β· πŸ“‹ 190 - 21% open Β· ⏱️ 29.11.2019): ``` git clone https://github.com/datmo/datmo ``` -- **[PyPi](https://pypi.org/project/datmo)** (πŸ“₯ 200 / month Β· ⏱️ 07.12.2018): +- [PyPi](https://pypi.org/project/datmo) (πŸ“₯ 200 / month Β· ⏱️ 07.12.2018): ``` pip install datmo @@ -7105,12 +7105,12 @@ _Libraries to organize, track, and visualize machine learning experiments._
steppy (πŸ₯‰15 Β· ⭐ 120 Β· πŸ’€) - Lightweight, Python library for fast and reproducible experimentation. MIT -- **[GitHub](https://github.com/minerva-ml/steppy)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 31 Β· πŸ“¦ 35 Β· πŸ“‹ 66 - 24% open Β· ⏱️ 23.11.2018): +- [GitHub](https://github.com/minerva-ml/steppy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 31 Β· πŸ“¦ 35 Β· πŸ“‹ 66 - 24% open Β· ⏱️ 23.11.2018): ``` git clone https://github.com/minerva-ml/steppy ``` -- **[PyPi](https://pypi.org/project/steppy)** (πŸ“₯ 94 / month Β· πŸ“¦ 5 Β· ⏱️ 23.11.2018): +- [PyPi](https://pypi.org/project/steppy) (πŸ“₯ 94 / month Β· πŸ“¦ 5 Β· ⏱️ 23.11.2018): ``` pip install steppy @@ -7118,30 +7118,30 @@ _Libraries to organize, track, and visualize machine learning experiments._
ModelChimp (πŸ₯‰15 Β· ⭐ 120 Β· πŸ’€) - Experiment tracking for machine and deep learning projects. BSD-2 -- **[GitHub](https://github.com/ModelChimp/modelchimp)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 11 Β· πŸ“‹ 14 - 28% open Β· ⏱️ 06.12.2019): +- [GitHub](https://github.com/ModelChimp/modelchimp) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 11 Β· πŸ“‹ 14 - 28% open Β· ⏱️ 06.12.2019): ``` git clone https://github.com/ModelChimp/modelchimp ``` -- **[PyPi](https://pypi.org/project/modelchimp)** (πŸ“₯ 1.8K / month Β· ⏱️ 09.04.2019): +- [PyPi](https://pypi.org/project/modelchimp) (πŸ“₯ 1.8K / month Β· ⏱️ 09.04.2019): ``` pip install modelchimp ``` -- **[Dockerhub](https://hub.docker.com/r/modelchimp/modelchimp-server)** (πŸ“₯ 630 Β· ⏱️ 09.04.2019): +- [Dockerhub](https://hub.docker.com/r/modelchimp/modelchimp-server) (πŸ“₯ 630 Β· ⏱️ 09.04.2019): ``` docker pull modelchimp/modelchimp-server ```
-
traintool (πŸ₯‰10 Β· ⭐ 8 Β· 🐣) - Train off-the-shelf machine learning models in one line of code. Apache-2 +
traintool (πŸ₯‰10 Β· ⭐ 8 Β· 🐣) - Train off-the-shelf machine learning models in one line of.. Apache-2 -- **[GitHub](https://github.com/jrieke/traintool)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 1 Β· ⏱️ 18.11.2020): +- [GitHub](https://github.com/jrieke/traintool) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 1 Β· ⏱️ 18.11.2020): ``` git clone https://github.com/jrieke/traintool ``` -- **[PyPi](https://pypi.org/project/traintool)** (πŸ“₯ 65 / month Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/traintool) (πŸ“₯ 62 / month Β· ⏱️ 02.11.2020): ``` pip install traintool @@ -7158,82 +7158,82 @@ _Libraries to serialize models to files, convert between a variety of model form
onnx (πŸ₯‡33 Β· ⭐ 9.5K) - Open standard for machine learning interoperability. MIT -- **[GitHub](https://github.com/onnx/onnx)** (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.7K Β· πŸ“₯ 9.1K Β· πŸ“¦ 2.2K Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/onnx/onnx) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 1.7K Β· πŸ“₯ 9.1K Β· πŸ“¦ 2.2K Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/onnx/onnx ``` -- **[PyPi](https://pypi.org/project/onnx)** (πŸ“₯ 330K / month Β· πŸ“¦ 300 Β· ⏱️ 06.11.2020): +- [PyPi](https://pypi.org/project/onnx) (πŸ“₯ 330K / month Β· πŸ“¦ 300 Β· ⏱️ 06.11.2020): ``` pip install onnx ```
-
Core ML Tools (πŸ₯ˆ26 Β· ⭐ 2K) - Core ML tools contain supporting tools for Core ML model conversion, editing,.. BSD-3 +
Core ML Tools (πŸ₯ˆ26 Β· ⭐ 2K) - Core ML tools contain supporting tools for Core ML model.. BSD-3 -- **[GitHub](https://github.com/apple/coremltools)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 320 Β· πŸ“₯ 2.1K Β· πŸ“¦ 420 Β· πŸ“‹ 590 - 49% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/apple/coremltools) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 320 Β· πŸ“₯ 2.1K Β· πŸ“¦ 420 Β· πŸ“‹ 590 - 49% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/apple/coremltools ``` -- **[PyPi](https://pypi.org/project/coremltools)** (πŸ“₯ 41K / month Β· πŸ“¦ 130 Β· ⏱️ 10.10.2020): +- [PyPi](https://pypi.org/project/coremltools) (πŸ“₯ 40K / month Β· πŸ“¦ 130 Β· ⏱️ 10.10.2020): ``` pip install coremltools ```
-
mmdnn (πŸ₯ˆ24 Β· ⭐ 5.1K) - MMdnn is a set of tools to help users inter-operate among different deep learning.. MIT +
TorchServe (πŸ₯ˆ24 Β· ⭐ 1.4K) - Model Serving on PyTorch. Apache-2 -- **[GitHub](https://github.com/microsoft/MMdnn)** (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 920 Β· πŸ“₯ 3.2K Β· πŸ“¦ 46 Β· πŸ“‹ 590 - 52% open Β· ⏱️ 14.08.2020): +- [GitHub](https://github.com/pytorch/serve) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 210 Β· πŸ“₯ 130 Β· πŸ“¦ 22 Β· πŸ“‹ 500 - 26% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/Microsoft/MMdnn + git clone https://github.com/pytorch/serve ``` -- **[PyPi](https://pypi.org/project/mmdnn)** (πŸ“₯ 800 / month Β· πŸ“¦ 3 Β· ⏱️ 24.07.2020): +- [PyPi](https://pypi.org/project/torchserve) (πŸ“₯ 1.6K / month Β· ⏱️ 14.12.2020): ``` - pip install mmdnn + pip install torchserve ``` -
-
TorchServe (πŸ₯ˆ24 Β· ⭐ 1.4K) - Model Serving on PyTorch. Apache-2 - -- **[GitHub](https://github.com/pytorch/serve)** (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 210 Β· πŸ“₯ 130 Β· πŸ“¦ 22 Β· πŸ“‹ 500 - 26% open Β· ⏱️ 15.12.2020): +- [Conda](https://anaconda.org/anaconda/torchserve): ``` - git clone https://github.com/pytorch/serve + conda install -c anaconda torchserve ``` -- **[PyPi](https://pypi.org/project/torchserve)** (πŸ“₯ 1.6K / month Β· ⏱️ 14.12.2020): +- [Dockerhub](https://hub.docker.com/r/pytorch/torchserve) (πŸ“₯ 14K Β· ⭐ 3 Β· ⏱️ 11.08.2020): ``` - pip install torchserve + docker pull pytorch/torchserve ``` -- **[Conda]()**: +
+
mmdnn (πŸ₯ˆ23 Β· ⭐ 5.1K) - MMdnn is a set of tools to help users inter-operate among different deep.. MIT + +- [GitHub](https://github.com/microsoft/MMdnn) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 920 Β· πŸ“₯ 3.3K Β· πŸ“¦ 46 Β· πŸ“‹ 590 - 52% open Β· ⏱️ 14.08.2020): ``` - conda install -c anaconda torchserve + git clone https://github.com/Microsoft/MMdnn ``` -- **[Dockerhub](https://hub.docker.com/r/pytorch/torchserve)** (πŸ“₯ 14K Β· ⭐ 3 Β· ⏱️ 11.08.2020): +- [PyPi](https://pypi.org/project/mmdnn) (πŸ“¦ 3 Β· ⏱️ 24.07.2020): ``` - docker pull pytorch/torchserve + pip install mmdnn ```
-
cortex (πŸ₯‰19 Β· ⭐ 7K) - Run inference at scale. Apache-2 +
cortex (πŸ₯‰19 Β· ⭐ 7.1K) - Run inference at scale. Apache-2 -- **[GitHub](https://github.com/cortexlabs/cortex)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 530 Β· πŸ“‹ 840 - 25% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/cortexlabs/cortex) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 530 Β· πŸ“‹ 840 - 25% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/cortexlabs/cortex ```
-
Hummingbird (πŸ₯‰19 Β· ⭐ 1.8K) - Hummingbird compiles trained ML models into tensor computation for faster.. MIT +
Hummingbird (πŸ₯‰19 Β· ⭐ 1.8K) - Hummingbird compiles trained ML models into tensor computation for.. MIT -- **[GitHub](https://github.com/microsoft/hummingbird)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 140 Β· πŸ“₯ 81 Β· πŸ“¦ 12 Β· πŸ“‹ 160 - 27% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/microsoft/hummingbird) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 140 Β· πŸ“₯ 83 Β· πŸ“¦ 12 Β· πŸ“‹ 160 - 27% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/microsoft/hummingbird ``` -- **[PyPi](https://pypi.org/project/hummingbird-ml)** (πŸ“₯ 650 / month Β· ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/hummingbird-ml) (πŸ“₯ 650 / month Β· ⏱️ 30.10.2020): ``` pip install hummingbird-ml @@ -7241,39 +7241,39 @@ _Libraries to serialize models to files, convert between a variety of model form
pytorch2keras (πŸ₯‰18 Β· ⭐ 640 Β· πŸ’€) - PyTorch to Keras model convertor. MIT -- **[GitHub](https://github.com/nerox8664/pytorch2keras)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 110 Β· πŸ“¦ 15 Β· πŸ“‹ 100 - 37% open Β· ⏱️ 14.05.2020): +- [GitHub](https://github.com/nerox8664/pytorch2keras) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 110 Β· πŸ“¦ 15 Β· πŸ“‹ 100 - 37% open Β· ⏱️ 14.05.2020): ``` git clone https://github.com/nerox8664/pytorch2keras ``` -- **[PyPi](https://pypi.org/project/pytorch2keras)** (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 14.05.2020): +- [PyPi](https://pypi.org/project/pytorch2keras) (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 14.05.2020): ``` pip install pytorch2keras ```
-
sklearn-porter (πŸ₯‰17 Β· ⭐ 940 Β· πŸ’€) - Transpile trained scikit-learn estimators to C, Java, JavaScript and.. MIT +
sklearn-porter (πŸ₯‰17 Β· ⭐ 940 Β· πŸ’€) - Transpile trained scikit-learn estimators to C, Java,.. MIT -- **[GitHub](https://github.com/nok/sklearn-porter)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 120 Β· πŸ“‹ 63 - 53% open Β· ⏱️ 18.12.2019): +- [GitHub](https://github.com/nok/sklearn-porter) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 120 Β· πŸ“‹ 63 - 53% open Β· ⏱️ 18.12.2019): ``` git clone https://github.com/nok/sklearn-porter ``` -- **[PyPi](https://pypi.org/project/sklearn-porter)** (πŸ“₯ 490 / month Β· πŸ“¦ 1 Β· ⏱️ 18.12.2019): +- [PyPi](https://pypi.org/project/sklearn-porter) (πŸ“₯ 500 / month Β· πŸ“¦ 1 Β· ⏱️ 18.12.2019): ``` pip install sklearn-porter ```
Show 1 hidden projects... -
Larq Compute Engine (πŸ₯‰16 Β· ⭐ 120) - Highly optimized inference engine for Binarized Neural Networks. Apache-2 +
Larq Compute Engine (πŸ₯‰16 Β· ⭐ 120) - Highly optimized inference engine for Binarized Neural.. Apache-2 -- **[GitHub](https://github.com/larq/compute-engine)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 17 Β· πŸ“₯ 120 Β· πŸ“¦ 1 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/larq/compute-engine) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 18 Β· πŸ“₯ 120 Β· πŸ“¦ 1 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/larq/compute-engine ``` -- **[PyPi](https://pypi.org/project/larq-compute-engine)** (πŸ“₯ 820 / month Β· ⏱️ 21.09.2020): +- [PyPi](https://pypi.org/project/larq-compute-engine) (πŸ“₯ 840 / month Β· ⏱️ 21.09.2020): ``` pip install larq-compute-engine @@ -7288,136 +7288,97 @@ _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 - -- **[GitHub](https://github.com/slundberg/shap)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.6K Β· πŸ“¦ 1.7K Β· πŸ“‹ 1.3K - 63% open Β· ⏱️ 10.12.2020): - - ``` - git clone https://github.com/slundberg/shap - ``` -- **[PyPi](https://pypi.org/project/shap)** (πŸ“₯ 730K / month Β· πŸ“¦ 140 Β· ⏱️ 04.11.2020): - - ``` - pip install shap - ``` -
Lime (πŸ₯‡29 Β· ⭐ 8.2K) - Lime: Explaining the predictions of any machine learning classifier. BSD-2 -- **[GitHub](https://github.com/marcotcr/lime)** (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.3K Β· πŸ“¦ 940 Β· πŸ“‹ 470 - 9% open Β· ⏱️ 10.09.2020): +- [GitHub](https://github.com/marcotcr/lime) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 1.3K Β· πŸ“¦ 940 Β· πŸ“‹ 470 - 9% open Β· ⏱️ 10.09.2020): ``` git clone https://github.com/marcotcr/lime ``` -- **[PyPi](https://pypi.org/project/lime)** (πŸ“₯ 170K / month Β· πŸ“¦ 130 Β· ⏱️ 03.04.2020): +- [PyPi](https://pypi.org/project/lime) (πŸ“₯ 170K / month Β· πŸ“¦ 130 Β· ⏱️ 03.04.2020): ``` pip install lime ```
-
eli5 (πŸ₯‡28 Β· ⭐ 2.2K Β· πŸ’€) - A library for debugging/inspecting machine learning classifiers and explaining.. MIT - -- **[GitHub](https://github.com/TeamHG-Memex/eli5)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 280 Β· πŸ“¦ 800 Β· πŸ“‹ 230 - 53% open Β· ⏱️ 22.01.2020): - - ``` - git clone https://github.com/TeamHG-Memex/eli5 - ``` -- **[PyPi](https://pypi.org/project/eli5)** (πŸ“₯ 250K / month Β· πŸ“¦ 96 Β· ⏱️ 29.08.2019): - - ``` - pip install eli5 - ``` -
-
pyLDAvis (πŸ₯‡28 Β· ⭐ 1.4K) - Python library for interactive topic model visualization. Port of the R LDAvis.. BSD-3 +
shap (πŸ₯‡27 Β· ⭐ 11K) - A game theoretic approach to explain the output of any machine learning model. MIT -- **[GitHub](https://github.com/bmabey/pyLDAvis)** (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 290 Β· πŸ“¦ 1.6K Β· πŸ“‹ 150 - 62% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/slundberg/shap) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.6K Β· πŸ“¦ 1.8K Β· πŸ“‹ 1.3K - 63% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/bmabey/pyLDAvis + git clone https://github.com/slundberg/shap ``` -- **[PyPi](https://pypi.org/project/pyldavis)** (πŸ“₯ 73K / month Β· πŸ“¦ 99 Β· ⏱️ 05.06.2018): +- [PyPi](https://pypi.org/project/shap) (πŸ“¦ 140 Β· ⏱️ 04.11.2020): ``` - pip install pyldavis + pip install shap ```
-
Model Analysis (πŸ₯ˆ27 Β· ⭐ 1K) - Model analysis tools for TensorFlow. Apache-2 +
Model Analysis (πŸ₯‡27 Β· ⭐ 1K) - Model analysis tools for TensorFlow. Apache-2 -- **[GitHub](https://github.com/tensorflow/model-analysis)** (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 54 - 40% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/model-analysis) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 54 - 40% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/tensorflow/model-analysis ``` -- **[PyPi](https://pypi.org/project/tensorflow-model-analysis)** (πŸ“₯ 3.6M / month Β· πŸ“¦ 10 Β· ⏱️ 24.09.2020): +- [PyPi](https://pypi.org/project/tensorflow-model-analysis) (πŸ“₯ 3.5M / month Β· πŸ“¦ 10 Β· ⏱️ 24.09.2020): ``` pip install tensorflow-model-analysis ```
-
yellowbrick (πŸ₯ˆ25 Β· ⭐ 3K) - Visual analysis and diagnostic tools to facilitate machine learning model.. Apache-2 - -- **[GitHub](https://github.com/DistrictDataLabs/yellowbrick)** (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 460 Β· πŸ“‹ 590 - 14% open Β· ⏱️ 01.11.2020): - - ``` - git clone https://github.com/DistrictDataLabs/yellowbrick - ``` -- **[PyPi](https://pypi.org/project/yellowbrick)** (πŸ“₯ 60K / month Β· πŸ“¦ 62 Β· ⏱️ 09.10.2020): - - ``` - pip install yellowbrick - ``` -
Captum (πŸ₯ˆ25 Β· ⭐ 2K) - Model interpretability and understanding for PyTorch. BSD-3 -- **[GitHub](https://github.com/pytorch/captum)** (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 190 Β· πŸ“¦ 92 Β· πŸ“‹ 160 - 26% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pytorch/captum) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 190 Β· πŸ“¦ 94 Β· πŸ“‹ 160 - 26% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/pytorch/captum ``` -- **[PyPi](https://pypi.org/project/captum)** (πŸ“₯ 8K / month Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/captum) (πŸ“₯ 8.1K / month Β· ⏱️ 13.11.2020): ``` pip install captum ```
-
Lucid (πŸ₯ˆ24 Β· ⭐ 4K) - A collection of infrastructure and tools for research in neural network.. Apache-2 +
Lucid (πŸ₯ˆ24 Β· ⭐ 4K) - A collection of infrastructure and tools for research in neural.. Apache-2 -- **[GitHub](https://github.com/tensorflow/lucid)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 540 Β· πŸ“¦ 340 Β· πŸ“‹ 160 - 41% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/tensorflow/lucid) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 540 Β· πŸ“¦ 350 Β· πŸ“‹ 160 - 41% open Β· ⏱️ 24.11.2020): ``` git clone https://github.com/tensorflow/lucid ``` -- **[PyPi](https://pypi.org/project/lucid)** (πŸ“₯ 600 / month Β· πŸ“¦ 6 Β· ⏱️ 20.12.2018): +- [PyPi](https://pypi.org/project/lucid) (πŸ“₯ 590 / month Β· πŸ“¦ 6 Β· ⏱️ 20.12.2018): ``` pip install lucid ```
-
DoWhy (πŸ₯ˆ24 Β· ⭐ 2.5K) - DoWhy is a Python library for causal inference that supports explicit modeling and.. MIT +
DoWhy (πŸ₯ˆ24 Β· ⭐ 2.5K) - DoWhy is a Python library for causal inference that supports explicit.. MIT -- **[GitHub](https://github.com/microsoft/dowhy)** (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 350 Β· πŸ“₯ 17 Β· πŸ“¦ 18 Β· πŸ“‹ 89 - 14% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/microsoft/dowhy) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 350 Β· πŸ“₯ 17 Β· πŸ“¦ 19 Β· πŸ“‹ 89 - 14% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/Microsoft/dowhy ``` -- **[PyPi](https://pypi.org/project/dowhy)** (πŸ“₯ 7.7K / month Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/dowhy) (πŸ“₯ 7.5K / month Β· ⏱️ 12.12.2020): ``` pip install dowhy ``` -- **[Conda](https://anaconda.org/conda-forge/dowhy)**: +- [Conda](https://anaconda.org/conda-forge/dowhy): ``` conda install -c conda-forge dowhy ```
-
Fairness 360 (πŸ₯ˆ24 Β· ⭐ 1.2K) - A comprehensive set of fairness metrics for datasets and machine learning.. Apache-2 +
Fairness 360 (πŸ₯ˆ24 Β· ⭐ 1.2K) - A comprehensive set of fairness metrics for datasets and.. Apache-2 -- **[GitHub](https://github.com/Trusted-AI/AIF360)** (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 380 Β· πŸ“¦ 59 Β· πŸ“‹ 81 - 43% open Β· ⏱️ 28.10.2020): +- [GitHub](https://github.com/Trusted-AI/AIF360) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 380 Β· πŸ“¦ 60 Β· πŸ“‹ 81 - 43% open Β· ⏱️ 28.10.2020): ``` git clone https://github.com/Trusted-AI/AIF360 ``` -- **[PyPi](https://pypi.org/project/aif360)** (πŸ“₯ 3.8K / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): +- [PyPi](https://pypi.org/project/aif360) (πŸ“₯ 3.9K / month Β· πŸ“¦ 2 Β· ⏱️ 02.06.2020): ``` pip install aif360 @@ -7425,12 +7386,12 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
InterpretML (πŸ₯ˆ23 Β· ⭐ 3.3K) - Fit interpretable models. Explain blackbox machine learning. MIT -- **[GitHub](https://github.com/interpretml/interpret)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 410 Β· πŸ“¦ 58 Β· πŸ“‹ 160 - 31% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/interpretml/interpret) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 410 Β· πŸ“¦ 58 Β· πŸ“‹ 160 - 31% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/interpretml/interpret ``` -- **[PyPi](https://pypi.org/project/interpret)** (πŸ“¦ 2 Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/interpret) (πŸ“¦ 2 Β· ⏱️ 20.10.2020): ``` pip install interpret @@ -7438,134 +7399,173 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
keras-vis (πŸ₯ˆ23 Β· ⭐ 2.8K Β· πŸ’€) - Neural network visualization toolkit for keras. MIT -- **[GitHub](https://github.com/raghakot/keras-vis)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 560 Β· πŸ“¦ 600 Β· πŸ“‹ 210 - 52% open Β· ⏱️ 20.04.2020): +- [GitHub](https://github.com/raghakot/keras-vis) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 560 Β· πŸ“¦ 600 Β· πŸ“‹ 210 - 52% open Β· ⏱️ 20.04.2020): ``` git clone https://github.com/raghakot/keras-vis ``` -- **[PyPi](https://pypi.org/project/keras-vis)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 28 Β· ⏱️ 06.07.2017): +- [PyPi](https://pypi.org/project/keras-vis) (πŸ“₯ 2.7K / month Β· πŸ“¦ 28 Β· ⏱️ 06.07.2017): ``` pip install keras-vis ```
-
keract (πŸ₯ˆ23 Β· ⭐ 840) - Activation Maps (Layers Outputs) and Gradients in Keras. MIT +
eli5 (πŸ₯ˆ23 Β· ⭐ 2.2K Β· πŸ’€) - A library for debugging/inspecting machine learning classifiers and.. MIT -- **[GitHub](https://github.com/philipperemy/keract)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 170 Β· πŸ“¦ 61 Β· πŸ“‹ 72 - 2% open Β· ⏱️ 12.11.2020): +- [GitHub](https://github.com/TeamHG-Memex/eli5) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 280 Β· πŸ“¦ 800 Β· πŸ“‹ 230 - 53% open Β· ⏱️ 22.01.2020): ``` - git clone https://github.com/philipperemy/keract + git clone https://github.com/TeamHG-Memex/eli5 ``` -- **[PyPi](https://pypi.org/project/keract)** (πŸ“₯ 1.4K / month Β· πŸ“¦ 5 Β· ⏱️ 06.11.2020): +- [PyPi](https://pypi.org/project/eli5) (πŸ“¦ 96 Β· ⏱️ 29.08.2019): ``` - pip install keract + pip install eli5 ```
-
Alibi (πŸ₯‰22 Β· ⭐ 790) - Algorithms for monitoring and explaining machine learning models. Apache-2 +
pyLDAvis (πŸ₯ˆ23 Β· ⭐ 1.4K) - Python library for interactive topic model visualization. Port.. BSD-3 -- **[GitHub](https://github.com/SeldonIO/alibi)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 95 Β· πŸ“¦ 50 Β· πŸ“‹ 130 - 46% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/bmabey/pyLDAvis) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 290 Β· πŸ“¦ 1.6K Β· πŸ“‹ 150 - 62% open Β· ⏱️ 02.12.2020): ``` - git clone https://github.com/SeldonIO/alibi + git clone https://github.com/bmabey/pyLDAvis ``` -- **[PyPi](https://pypi.org/project/alibi)** (πŸ“₯ 3.7K / month Β· πŸ“¦ 9 Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/pyldavis) (πŸ“¦ 99 Β· ⏱️ 05.06.2018): ``` - pip install alibi + pip install pyldavis ```
-
Explainability 360 (πŸ₯‰22 Β· ⭐ 730) - Interpretability and explainability of data and machine learning.. Apache-2 +
Explainability 360 (πŸ₯ˆ22 Β· ⭐ 740) - Interpretability and explainability of data and machine.. Apache-2 -- **[GitHub](https://github.com/Trusted-AI/AIX360)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 11 Β· πŸ“‹ 44 - 59% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/Trusted-AI/AIX360) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 12 Β· πŸ“‹ 44 - 59% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/Trusted-AI/AIX360 ``` -- **[PyPi](https://pypi.org/project/aix360)** (πŸ“₯ 720 / month Β· πŸ“¦ 1 Β· ⏱️ 28.10.2020): +- [PyPi](https://pypi.org/project/aix360) (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 28.10.2020): ``` pip install aix360 ```
-
TreeInterpreter (πŸ₯‰22 Β· ⭐ 630) - Package for interpreting scikit-learn's decision tree and random forest.. BSD-3 +
TreeInterpreter (πŸ₯ˆ22 Β· ⭐ 630) - Package for interpreting scikit-learn's decision tree and.. BSD-3 -- **[GitHub](https://github.com/andosa/treeinterpreter)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 110 Β· πŸ“‹ 19 - 94% open Β· ⏱️ 22.06.2020): +- [GitHub](https://github.com/andosa/treeinterpreter) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 110 Β· πŸ“‹ 19 - 94% open Β· ⏱️ 22.06.2020): ``` git clone https://github.com/andosa/treeinterpreter ``` -- **[PyPi](https://pypi.org/project/treeinterpreter)** (πŸ“₯ 77K / month Β· πŸ“¦ 4 Β· ⏱️ 16.12.2018): +- [PyPi](https://pypi.org/project/treeinterpreter) (πŸ“₯ 77K / month Β· πŸ“¦ 4 Β· ⏱️ 16.12.2018): ``` pip install treeinterpreter ```
+
yellowbrick (πŸ₯‰21 Β· ⭐ 3K) - Visual analysis and diagnostic tools to facilitate machine.. Apache-2 + +- [GitHub](https://github.com/DistrictDataLabs/yellowbrick) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 460 Β· πŸ“‹ 590 - 14% open Β· ⏱️ 01.11.2020): + + ``` + git clone https://github.com/DistrictDataLabs/yellowbrick + ``` +- [PyPi](https://pypi.org/project/yellowbrick) (πŸ“¦ 62 Β· ⏱️ 09.10.2020): + + ``` + pip install yellowbrick + ``` +
+
keract (πŸ₯‰20 Β· ⭐ 840) - Activation Maps (Layers Outputs) and Gradients in Keras. MIT + +- [GitHub](https://github.com/philipperemy/keract) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 170 Β· πŸ“¦ 61 Β· πŸ“‹ 72 - 2% open Β· ⏱️ 12.11.2020): + + ``` + git clone https://github.com/philipperemy/keract + ``` +- [PyPi](https://pypi.org/project/keract) (πŸ“¦ 5 Β· ⏱️ 06.11.2020): + + ``` + pip install keract + ``` +
tf-explain (πŸ₯‰20 Β· ⭐ 740) - Interpretability Methods for tf.keras models with Tensorflow 2.x. MIT -- **[GitHub](https://github.com/sicara/tf-explain)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 66 Β· πŸ“¦ 55 Β· πŸ“‹ 74 - 44% open Β· ⏱️ 24.07.2020): +- [GitHub](https://github.com/sicara/tf-explain) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 66 Β· πŸ“¦ 55 Β· πŸ“‹ 74 - 44% open Β· ⏱️ 24.07.2020): ``` git clone https://github.com/sicara/tf-explain ``` -- **[PyPi](https://pypi.org/project/tf-explain)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 14.02.2020): +- [PyPi](https://pypi.org/project/tf-explain) (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 14.02.2020): ``` pip install tf-explain ```
-
iNNvestigate (πŸ₯‰20 Β· ⭐ 730) - A toolbox to iNNvestigate neural networks' predictions!. BSD-2 +
iNNvestigate (πŸ₯‰20 Β· ⭐ 740) - A toolbox to iNNvestigate neural networks' predictions!. BSD-2 -- **[GitHub](https://github.com/albermax/innvestigate)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 170 Β· πŸ“¦ 40 Β· πŸ“‹ 200 - 36% open Β· ⏱️ 16.10.2020): +- [GitHub](https://github.com/albermax/innvestigate) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 170 Β· πŸ“¦ 40 Β· πŸ“‹ 200 - 36% open Β· ⏱️ 16.10.2020): ``` git clone https://github.com/albermax/innvestigate ``` -- **[PyPi](https://pypi.org/project/innvestigate)** (πŸ“₯ 580 / month Β· πŸ“¦ 1 Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/innvestigate) (πŸ“₯ 580 / month Β· πŸ“¦ 1 Β· ⏱️ 14.11.2020): ``` pip install innvestigate ```
-
What-If Tool (πŸ₯‰18 Β· ⭐ 400) - Source code/webpage/demos for the What-If Tool. Apache-2 +
sklearn-evaluation (πŸ₯‰20 Β· ⭐ 280) - scikit-learn model evaluation made easy: plots, tables and.. MIT -- **[GitHub](https://github.com/PAIR-code/what-if-tool)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 85 Β· πŸ“‹ 67 - 53% open Β· ⏱️ 09.11.2020): +- [GitHub](https://github.com/edublancas/sklearn-evaluation) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 25 Β· πŸ“¦ 25 Β· πŸ“‹ 34 - 20% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/PAIR-code/what-if-tool + git clone https://github.com/edublancas/sklearn-evaluation ``` -- **[PyPi](https://pypi.org/project/witwidget)** (πŸ“₯ 2.6K / month Β· ⏱️ 28.06.2020): +- [PyPi](https://pypi.org/project/sklearn-evaluation) (πŸ“₯ 400 / month Β· πŸ“¦ 2 Β· ⏱️ 15.12.2020): ``` - pip install witwidget + pip install sklearn-evaluation ``` -- **[NPM](https://www.npmjs.com/package/wit-widget)** (πŸ“₯ 1.9K / month Β· ⏱️ 03.11.2020): +
+
Alibi (πŸ₯‰19 Β· ⭐ 800) - Algorithms for monitoring and explaining machine learning models. Apache-2 + +- [GitHub](https://github.com/SeldonIO/alibi) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 95 Β· πŸ“¦ 51 Β· πŸ“‹ 130 - 46% open Β· ⏱️ 02.12.2020): ``` - npm install wit-widget + git clone https://github.com/SeldonIO/alibi + ``` +- [PyPi](https://pypi.org/project/alibi) (πŸ“¦ 9 Β· ⏱️ 20.10.2020): + + ``` + pip install alibi ```
-
sklearn-evaluation (πŸ₯‰18 Β· ⭐ 280) - scikit-learn model evaluation made easy: plots, tables and markdown.. MIT +
What-If Tool (πŸ₯‰18 Β· ⭐ 400) - Source code/webpage/demos for the What-If Tool. Apache-2 -- **[GitHub](https://github.com/edublancas/sklearn-evaluation)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 25 Β· πŸ“¦ 25 Β· πŸ“‹ 34 - 20% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 85 Β· πŸ“‹ 67 - 53% open Β· ⏱️ 09.11.2020): ``` - git clone https://github.com/edublancas/sklearn-evaluation + git clone https://github.com/PAIR-code/what-if-tool ``` -- **[PyPi](https://pypi.org/project/sklearn-evaluation)** (πŸ“¦ 2 Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 2.6K / month Β· ⏱️ 28.06.2020): ``` - pip install sklearn-evaluation + pip install witwidget + ``` +- [NPM](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 2K / month Β· ⏱️ 03.11.2020): + + ``` + npm install wit-widget ```
-
DiCE (πŸ₯‰17 Β· ⭐ 400) - Generate Diverse Counterfactual Explanations for any machine learning model. MIT +
DiCE (πŸ₯‰17 Β· ⭐ 400) - Generate Diverse Counterfactual Explanations for any machine.. MIT -- **[GitHub](https://github.com/interpretml/DiCE)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 62 Β· πŸ“‹ 28 - 35% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/interpretml/DiCE) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 62 Β· πŸ“‹ 28 - 35% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/interpretml/DiCE ``` -- **[PyPi](https://pypi.org/project/dice-ml)** (πŸ“₯ 200 / month Β· ⏱️ 22.09.2020): +- [PyPi](https://pypi.org/project/dice-ml) (πŸ“₯ 190 / month Β· ⏱️ 22.09.2020): ``` pip install dice-ml @@ -7573,25 +7573,25 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
LOFO (πŸ₯‰17 Β· ⭐ 290) - Leave One Feature Out Importance. MIT -- **[GitHub](https://github.com/aerdem4/lofo-importance)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 40 Β· πŸ“¦ 3 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 02.07.2020): +- [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)** (πŸ“₯ 220 / month Β· ⏱️ 02.07.2020): +- [PyPi](https://pypi.org/project/lofo-importance) (πŸ“₯ 230 / month Β· ⏱️ 02.07.2020): ``` pip install lofo-importance ```
-
LIT (πŸ₯‰16 Β· ⭐ 2.3K Β· 🐣) - The Language Interpretability Tool: Interactively analyze NLP models for model.. Apache-2 +
LIT (πŸ₯‰16 Β· ⭐ 2.3K Β· 🐣) - The Language Interpretability Tool: Interactively analyze NLP.. Apache-2 -- **[GitHub](https://github.com/PAIR-code/lit)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 220 Β· πŸ“‹ 52 - 48% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/PAIR-code/lit) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 220 Β· πŸ“‹ 52 - 48% open Β· ⏱️ 17.11.2020): ``` git clone https://github.com/PAIR-code/lit ``` -- **[PyPi](https://pypi.org/project/lit-nlp)** (πŸ“₯ 300 / month Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/lit-nlp) (πŸ“₯ 310 / month Β· ⏱️ 17.11.2020): ``` pip install lit-nlp @@ -7599,12 +7599,12 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
FlashTorch (πŸ₯‰16 Β· ⭐ 510 Β· πŸ’€) - Visualization toolkit for neural networks in PyTorch! Demo --. MIT -- **[GitHub](https://github.com/MisaOgura/flashtorch)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 64 Β· πŸ“¦ 5 Β· πŸ“‹ 27 - 22% open Β· ⏱️ 29.05.2020): +- [GitHub](https://github.com/MisaOgura/flashtorch) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 65 Β· πŸ“¦ 5 Β· πŸ“‹ 27 - 22% open Β· ⏱️ 29.05.2020): ``` git clone https://github.com/MisaOgura/flashtorch ``` -- **[PyPi](https://pypi.org/project/flashtorch)** (πŸ“₯ 220 / month Β· ⏱️ 29.05.2020): +- [PyPi](https://pypi.org/project/flashtorch) (πŸ“₯ 210 / month Β· ⏱️ 29.05.2020): ``` pip install flashtorch @@ -7612,26 +7612,26 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
Anchor (πŸ₯‰14 Β· ⭐ 610) - Code for High-Precision Model-Agnostic Explanations paper. BSD-2 -- **[GitHub](https://github.com/marcotcr/anchor)** (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 86 Β· πŸ“‹ 50 - 16% open Β· ⏱️ 10.09.2020): +- [GitHub](https://github.com/marcotcr/anchor) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 86 Β· πŸ“‹ 50 - 16% open Β· ⏱️ 10.09.2020): ``` git clone https://github.com/marcotcr/anchor ``` -- **[PyPi](https://pypi.org/project/anchor_exp)** (πŸ“₯ 620 / month Β· ⏱️ 26.06.2020): +- [PyPi](https://pypi.org/project/anchor_exp) (πŸ“₯ 620 / month Β· ⏱️ 26.06.2020): ``` pip install anchor_exp ```
Show 5 hidden projects... -
scikit-plot (πŸ₯ˆ23 Β· ⭐ 2K Β· πŸ’€) - An intuitive library to add plotting functionality to scikit-learn objects. MIT +
scikit-plot (πŸ₯‰19 Β· ⭐ 2K Β· πŸ’€) - An intuitive library to add plotting functionality to scikit-.. MIT -- **[GitHub](https://github.com/reiinakano/scikit-plot)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 240 Β· πŸ“¦ 640 Β· πŸ“‹ 59 - 35% open Β· ⏱️ 19.08.2018): +- [GitHub](https://github.com/reiinakano/scikit-plot) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 240 Β· πŸ“¦ 640 Β· πŸ“‹ 59 - 35% open Β· ⏱️ 19.08.2018): ``` git clone https://github.com/reiinakano/scikit-plot ``` -- **[PyPi](https://pypi.org/project/scikit-plot)** (πŸ“₯ 56K / month Β· πŸ“¦ 27 Β· ⏱️ 19.08.2018): +- [PyPi](https://pypi.org/project/scikit-plot) (πŸ“¦ 27 Β· ⏱️ 19.08.2018): ``` pip install scikit-plot @@ -7639,12 +7639,12 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
Skater (πŸ₯‰19 Β· ⭐ 950) - Python Library for Model Interpretation/Explanations. ❗️UPL-1.0 -- **[GitHub](https://github.com/oracle/Skater)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 160 Β· πŸ“‹ 160 - 38% open Β· ⏱️ 29.06.2020): +- [GitHub](https://github.com/oracle/Skater) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 160 Β· πŸ“‹ 160 - 38% open Β· ⏱️ 29.06.2020): ``` git clone https://github.com/oracle/Skater ``` -- **[PyPi](https://pypi.org/project/skater)** (πŸ“₯ 7.1K / month Β· ⏱️ 21.09.2018): +- [PyPi](https://pypi.org/project/skater) (πŸ“₯ 7.2K / month Β· ⏱️ 21.09.2018): ``` pip install skater @@ -7652,38 +7652,38 @@ _Libraries to visualize, explain, debug, evaluate, and interpret machine learnin
XAI (πŸ₯‰16 Β· ⭐ 540 Β· πŸ’€) - XAI - An eXplainability toolbox for machine learning. MIT -- **[GitHub](https://github.com/EthicalML/xai)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 79 Β· πŸ“¦ 8 Β· πŸ“‹ 6 - 66% open Β· ⏱️ 05.10.2019): +- [GitHub](https://github.com/EthicalML/xai) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 79 Β· πŸ“¦ 8 Β· πŸ“‹ 6 - 66% open Β· ⏱️ 05.10.2019): ``` git clone https://github.com/EthicalML/xai ``` -- **[PyPi](https://pypi.org/project/xai)** (πŸ“₯ 190 / month Β· πŸ“¦ 6 Β· ⏱️ 13.01.2019): +- [PyPi](https://pypi.org/project/xai) (πŸ“₯ 190 / month Β· πŸ“¦ 6 Β· ⏱️ 13.01.2019): ``` pip install xai ```
-
ExplainX.ai (πŸ₯‰16 Β· ⭐ 150 Β· 🐣) - Explainable AI framework for data scientists. Explain & debug any blackbox.. MIT +
ExplainX.ai (πŸ₯‰16 Β· ⭐ 150 Β· 🐣) - Explainable AI framework for data scientists. Explain & debug.. MIT -- **[GitHub](https://github.com/explainX/explainx)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 26 Β· πŸ“‹ 19 - 36% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/explainX/explainx) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 26 Β· πŸ“‹ 19 - 36% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/explainX/explainx ``` -- **[PyPi](https://pypi.org/project/explainx)** (πŸ“₯ 950 / month Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/explainx) (πŸ“₯ 950 / month Β· ⏱️ 07.12.2020): ``` pip install explainx ```
-
Attribution Priors (πŸ₯‰12 Β· ⭐ 70) - Tools for training explainable models using attribution priors. MIT +
Attribution Priors (πŸ₯‰12 Β· ⭐ 71) - Tools for training explainable models using attribution.. MIT -- **[GitHub](https://github.com/suinleelab/attributionpriors)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 3 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 12.09.2020): +- [GitHub](https://github.com/suinleelab/attributionpriors) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 3 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 12.09.2020): ``` git clone https://github.com/suinleelab/attributionpriors ``` -- **[PyPi](https://pypi.org/project/attributionpriors)** (πŸ“₯ 58 / month Β· ⏱️ 31.10.2019): +- [PyPi](https://pypi.org/project/attributionpriors) (πŸ“₯ 58 / month Β· ⏱️ 31.10.2019): ``` pip install attributionpriors @@ -7700,51 +7700,51 @@ _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)** (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 2.1K Β· πŸ“¦ 290 Β· πŸ“‹ 1.3K - 7% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/facebookresearch/faiss) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 2.1K Β· πŸ“¦ 290 Β· πŸ“‹ 1.3K - 7% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/facebookresearch/faiss ``` -- **[PyPi](https://pypi.org/project/faiss)** (πŸ“₯ 8.9K / month Β· πŸ“¦ 15 Β· ⏱️ 16.04.2019): +- [PyPi](https://pypi.org/project/faiss) (πŸ“₯ 8.9K / month Β· πŸ“¦ 15 Β· ⏱️ 16.04.2019): ``` pip install faiss ```
-
Annoy (πŸ₯‡29 Β· ⭐ 7.9K) - Approximate Nearest Neighbors in C++/Python optimized for memory usage and.. Apache-2 +
Annoy (πŸ₯‡29 Β· ⭐ 7.9K) - Approximate Nearest Neighbors in C++/Python optimized for memory.. Apache-2 -- **[GitHub](https://github.com/spotify/annoy)** (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 850 Β· πŸ“¦ 1.4K Β· πŸ“‹ 290 - 8% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/spotify/annoy) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 850 Β· πŸ“¦ 1.4K Β· πŸ“‹ 290 - 8% 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) (πŸ“₯ 220K / month Β· πŸ“¦ 360 Β· ⏱️ 18.09.2020): ``` pip install annoy ```
-
NMSLIB (πŸ₯ˆ27 Β· ⭐ 2.2K) - Non-Metric Space Library (NMSLIB): An efficient similarity search library and a.. Apache-2 +
NMSLIB (πŸ₯ˆ27 Β· ⭐ 2.2K) - Non-Metric Space Library (NMSLIB): An efficient similarity search.. Apache-2 -- **[GitHub](https://github.com/nmslib/nmslib)** (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 330 Β· πŸ“¦ 300 Β· πŸ“‹ 350 - 12% open Β· ⏱️ 03.11.2020): +- [GitHub](https://github.com/nmslib/nmslib) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 330 Β· πŸ“¦ 300 Β· πŸ“‹ 350 - 12% open Β· ⏱️ 03.11.2020): ``` git clone https://github.com/nmslib/nmslib ``` -- **[PyPi](https://pypi.org/project/nmslib)** (πŸ“₯ 57K / month Β· πŸ“¦ 52 Β· ⏱️ 16.04.2020): +- [PyPi](https://pypi.org/project/nmslib) (πŸ“₯ 56K / month Β· πŸ“¦ 52 Β· ⏱️ 16.04.2020): ``` pip install nmslib ```
-
hnswlib (πŸ₯ˆ23 Β· ⭐ 1.2K) - Header-only C++/python library for fast approximate nearest neighbors. Apache-2 +
hnswlib (πŸ₯ˆ23 Β· ⭐ 1.2K) - Header-only C++/python library for fast approximate nearest.. Apache-2 -- **[GitHub](https://github.com/nmslib/hnswlib)** (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 220 Β· πŸ“‹ 170 - 41% open Β· ⏱️ 18.08.2020): +- [GitHub](https://github.com/nmslib/hnswlib) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 220 Β· πŸ“‹ 170 - 41% open Β· ⏱️ 18.08.2020): ``` git clone https://github.com/nmslib/hnswlib ``` -- **[PyPi](https://pypi.org/project/hnswlib)** (πŸ“₯ 9.6K / month Β· πŸ“¦ 2 Β· ⏱️ 13.07.2020): +- [PyPi](https://pypi.org/project/hnswlib) (πŸ“₯ 9.8K / month Β· πŸ“¦ 2 Β· ⏱️ 13.07.2020): ``` pip install hnswlib @@ -7752,12 +7752,12 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit
Magnitude (πŸ₯‰21 Β· ⭐ 1.4K) - A fast, efficient universal vector embedding utility package. MIT -- **[GitHub](https://github.com/plasticityai/magnitude)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 98 Β· πŸ“¦ 160 Β· πŸ“‹ 74 - 32% open Β· ⏱️ 17.07.2020): +- [GitHub](https://github.com/plasticityai/magnitude) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 98 Β· πŸ“¦ 160 Β· πŸ“‹ 74 - 32% open Β· ⏱️ 17.07.2020): ``` git clone https://github.com/plasticityai/magnitude ``` -- **[PyPi](https://pypi.org/project/pymagnitude)** (πŸ“₯ 4.2K / month Β· πŸ“¦ 14 Β· ⏱️ 25.05.2020): +- [PyPi](https://pypi.org/project/pymagnitude) (πŸ“₯ 4.3K / month Β· πŸ“¦ 14 Β· ⏱️ 25.05.2020): ``` pip install pymagnitude @@ -7765,52 +7765,52 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit
PyNNDescent (πŸ₯‰21 Β· ⭐ 340) - A Python nearest neighbor descent for approximate nearest neighbors. BSD-2 -- **[GitHub](https://github.com/lmcinnes/pynndescent)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 43 Β· πŸ“‹ 53 - 49% open Β· ⏱️ 28.11.2020): +- [GitHub](https://github.com/lmcinnes/pynndescent) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 43 Β· πŸ“‹ 53 - 49% open Β· ⏱️ 28.11.2020): ``` git clone https://github.com/lmcinnes/pynndescent ``` -- **[PyPi](https://pypi.org/project/pynndescent)** (πŸ“₯ 13K / month Β· πŸ“¦ 3 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/pynndescent) (πŸ“₯ 12K / month Β· πŸ“¦ 3 Β· ⏱️ 19.11.2020): ``` pip install pynndescent ```
-
N2 (πŸ₯‰20 Β· ⭐ 440) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with.. Apache-2 +
N2 (πŸ₯‰20 Β· ⭐ 440) - TOROS N2 - lightweight approximate Nearest Neighbor library which runs.. Apache-2 -- **[GitHub](https://github.com/kakao/n2)** (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 51 Β· πŸ“¦ 12 Β· πŸ“‹ 37 - 45% open Β· ⏱️ 21.10.2020): +- [GitHub](https://github.com/kakao/n2) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 51 Β· πŸ“¦ 12 Β· πŸ“‹ 37 - 45% open Β· ⏱️ 21.10.2020): ``` git clone https://github.com/kakao/n2 ``` -- **[PyPi](https://pypi.org/project/n2)** (πŸ“₯ 500 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2020): +- [PyPi](https://pypi.org/project/n2) (πŸ“₯ 500 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2020): ``` pip install n2 ```
-
NGT (πŸ₯‰19 Β· ⭐ 600) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data. Apache-2 +
NGT (πŸ₯‰19 Β· ⭐ 600) - Nearest Neighbor Search with Neighborhood Graph and Tree for High-.. Apache-2 -- **[GitHub](https://github.com/yahoojapan/NGT)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 67 Β· πŸ“‹ 73 - 9% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/yahoojapan/NGT) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 67 Β· πŸ“‹ 73 - 9% open Β· ⏱️ 17.11.2020): ``` git clone https://github.com/yahoojapan/NGT ``` -- **[PyPi](https://pypi.org/project/ngt)** (πŸ“₯ 3.1K / month Β· πŸ“¦ 3 Β· ⏱️ 23.09.2020): +- [PyPi](https://pypi.org/project/ngt) (πŸ“₯ 3.1K / month Β· πŸ“¦ 3 Β· ⏱️ 23.09.2020): ``` pip install ngt ```
Show 2 hidden projects... -
NearPy (πŸ₯‰20 Β· ⭐ 660 Β· πŸ’€) - Python framework for fast (approximated) nearest neighbour search in large, high-.. MIT +
NearPy (πŸ₯‰20 Β· ⭐ 660 Β· πŸ’€) - Python framework for fast (approximated) nearest neighbour search in.. MIT -- **[GitHub](https://github.com/pixelogik/NearPy)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 140 Β· πŸ“¦ 47 Β· πŸ“‹ 59 - 35% open Β· ⏱️ 21.10.2018): +- [GitHub](https://github.com/pixelogik/NearPy) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 140 Β· πŸ“¦ 47 Β· πŸ“‹ 59 - 35% open Β· ⏱️ 21.10.2018): ``` git clone https://github.com/pixelogik/NearPy ``` -- **[PyPi](https://pypi.org/project/NearPy)** (πŸ“₯ 1.9K / month Β· πŸ“¦ 15 Β· ⏱️ 27.09.2016): +- [PyPi](https://pypi.org/project/NearPy) (πŸ“₯ 1.8K / month Β· πŸ“¦ 15 Β· ⏱️ 27.09.2016): ``` pip install NearPy @@ -7818,7 +7818,7 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit
PySparNN (πŸ₯‰12 Β· ⭐ 840 Β· πŸ’€) - Approximate Nearest Neighbor Search for Sparse Data in Python!. BSD-3 -- **[GitHub](https://github.com/facebookresearch/pysparnn)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 140 Β· πŸ“‹ 24 - 45% open Β· ⏱️ 31.01.2018): +- [GitHub](https://github.com/facebookresearch/pysparnn) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 140 Β· πŸ“‹ 24 - 45% open Β· ⏱️ 31.01.2018): ``` git clone https://github.com/facebookresearch/pysparnn @@ -7833,40 +7833,27 @@ _Libraries for Approximate Nearest Neighbor Search and Vector Indexing/Similarit _Libraries providing capabilities for probabilistic programming/reasoning, bayesian inference, and gaussian processes._ -
PyMC3 (πŸ₯‡32 Β· ⭐ 5.4K) - Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine.. Apache-2 +
PyMC3 (πŸ₯‡32 Β· ⭐ 5.4K) - Probabilistic Programming in Python: Bayesian Modeling and.. Apache-2 -- **[GitHub](https://github.com/pymc-devs/pymc3)** (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.3K Β· πŸ“₯ 140 Β· πŸ“¦ 1.8K Β· πŸ“‹ 2.1K - 7% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/pymc-devs/pymc3) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.3K Β· πŸ“₯ 140 Β· πŸ“¦ 1.8K Β· πŸ“‹ 2.1K - 7% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/pymc-devs/pymc3 ``` -- **[PyPi](https://pypi.org/project/pymc3)** (πŸ“₯ 130K / month Β· πŸ“¦ 290 Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/pymc3) (πŸ“₯ 130K / month Β· πŸ“¦ 290 Β· ⏱️ 07.12.2020): ``` pip install pymc3 ```
-
tensorflow-probability (πŸ₯‡31 Β· ⭐ 3.2K) - Probabilistic reasoning and statistical analysis in TensorFlow. Apache-2 - -- **[GitHub](https://github.com/tensorflow/probability)** (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 820 Β· πŸ“¦ 1 Β· πŸ“‹ 910 - 44% open Β· ⏱️ 15.12.2020): - - ``` - git clone https://github.com/tensorflow/probability - ``` -- **[PyPi](https://pypi.org/project/tensorflow-probability)** (πŸ“₯ 260K / month Β· πŸ“¦ 250 Β· ⏱️ 11.11.2020): - - ``` - pip install tensorflow-probability - ``` -
-
Pyro (πŸ₯ˆ28 Β· ⭐ 6.6K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 +
Pyro (πŸ₯‡28 Β· ⭐ 6.6K) - Deep universal probabilistic programming with Python and PyTorch. Apache-2 -- **[GitHub](https://github.com/pyro-ppl/pyro)** (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“¦ 340 Β· πŸ“‹ 810 - 16% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/pyro-ppl/pyro) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“¦ 340 Β· πŸ“‹ 810 - 16% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/pyro-ppl/pyro ``` -- **[PyPi](https://pypi.org/project/pyro-ppl)** (πŸ“₯ 12K / month Β· πŸ“¦ 36 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/pyro-ppl) (πŸ“₯ 12K / month Β· πŸ“¦ 36 Β· ⏱️ 17.11.2020): ``` pip install pyro-ppl @@ -7874,56 +7861,69 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
pomegranate (πŸ₯ˆ27 Β· ⭐ 2.5K) - Fast, flexible and easy to use probabilistic modelling in Python. MIT -- **[GitHub](https://github.com/jmschrei/pomegranate)** (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 460 Β· πŸ“¦ 350 Β· πŸ“‹ 560 - 5% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/jmschrei/pomegranate) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 460 Β· πŸ“¦ 350 Β· πŸ“‹ 560 - 6% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/jmschrei/pomegranate ``` -- **[PyPi](https://pypi.org/project/pomegranate)** (πŸ“₯ 19K / month Β· πŸ“¦ 28 Β· ⏱️ 12.07.2020): +- [PyPi](https://pypi.org/project/pomegranate) (πŸ“₯ 19K / month Β· πŸ“¦ 28 Β· ⏱️ 12.07.2020): ``` pip install pomegranate ``` -- **[Conda](https://anaconda.org/anaconda/pomegranate)** (⏱️ 13.10.2020): +- [Conda](https://anaconda.org/anaconda/pomegranate) (⏱️ 13.10.2020): ``` conda install -c anaconda pomegranate ```
-
GPyTorch (πŸ₯ˆ27 Β· ⭐ 2.2K) - A highly efficient and modular implementation of Gaussian Processes in PyTorch. MIT +
tensorflow-probability (πŸ₯ˆ26 Β· ⭐ 3.2K) - Probabilistic reasoning and statistical analysis in.. Apache-2 -- **[GitHub](https://github.com/cornellius-gp/gpytorch)** (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 310 Β· πŸ“¦ 180 Β· πŸ“‹ 800 - 23% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/tensorflow/probability) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 820 Β· πŸ“¦ 1 Β· πŸ“‹ 910 - 44% open Β· ⏱️ 16.12.2020): ``` - git clone https://github.com/cornellius-gp/gpytorch + git clone https://github.com/tensorflow/probability ``` -- **[PyPi](https://pypi.org/project/gpytorch)** (πŸ“₯ 32K / month Β· πŸ“¦ 8 Β· ⏱️ 30.11.2020): +- [PyPi](https://pypi.org/project/tensorflow-probability) (πŸ“¦ 250 Β· ⏱️ 11.11.2020): ``` - pip install gpytorch + pip install tensorflow-probability ```
-
GPflow (πŸ₯ˆ27 Β· ⭐ 1.4K) - Gaussian processes in TensorFlow. Apache-2 +
GPflow (πŸ₯‰24 Β· ⭐ 1.4K) - Gaussian processes in TensorFlow. Apache-2 -- **[GitHub](https://github.com/GPflow/GPflow)** (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 390 Β· πŸ“¦ 200 Β· πŸ“‹ 680 - 12% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/GPflow/GPflow) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 390 Β· πŸ“¦ 200 Β· πŸ“‹ 680 - 12% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/GPflow/GPflow ``` -- **[PyPi](https://pypi.org/project/gpflow)** (πŸ“₯ 7K / month Β· πŸ“¦ 17 Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/gpflow) (πŸ“¦ 17 Β· ⏱️ 01.12.2020): ``` pip install gpflow ```
-
pgmpy (πŸ₯‰24 Β· ⭐ 1.6K) - Python Library for learning (Structure and Parameter) and inference (Statistical and.. MIT +
GPyTorch (πŸ₯‰23 Β· ⭐ 2.2K) - A highly efficient and modular implementation of Gaussian.. MIT + +- [GitHub](https://github.com/cornellius-gp/gpytorch) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 310 Β· πŸ“¦ 180 Β· πŸ“‹ 800 - 23% open Β· ⏱️ 12.12.2020): + + ``` + git clone https://github.com/cornellius-gp/gpytorch + ``` +- [PyPi](https://pypi.org/project/gpytorch) (πŸ“¦ 8 Β· ⏱️ 30.11.2020): + + ``` + pip install gpytorch + ``` +
+
pgmpy (πŸ₯‰20 Β· ⭐ 1.6K) - Python Library for learning (Structure and Parameter) and inference.. MIT -- **[GitHub](https://github.com/pgmpy/pgmpy)** (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 540 Β· πŸ“₯ 32 Β· πŸ“¦ 170 Β· πŸ“‹ 710 - 31% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/pgmpy/pgmpy) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 540 Β· πŸ“₯ 32 Β· πŸ“¦ 170 Β· πŸ“‹ 710 - 31% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/pgmpy/pgmpy ``` -- **[PyPi](https://pypi.org/project/pgmpy)** (πŸ“₯ 17K / month Β· πŸ“¦ 6 Β· ⏱️ 30.06.2020): +- [PyPi](https://pypi.org/project/pgmpy) (πŸ“¦ 6 Β· ⏱️ 30.06.2020): ``` pip install pgmpy @@ -7931,12 +7931,12 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
pyhsmm (πŸ₯‰18 Β· ⭐ 470) - Bayesian inference in HSMMs and HMMs. MIT -- **[GitHub](https://github.com/mattjj/pyhsmm)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 150 Β· πŸ“¦ 17 Β· πŸ“‹ 93 - 35% open Β· ⏱️ 24.08.2020): +- [GitHub](https://github.com/mattjj/pyhsmm) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 150 Β· πŸ“¦ 17 Β· πŸ“‹ 93 - 35% open Β· ⏱️ 24.08.2020): ``` git clone https://github.com/mattjj/pyhsmm ``` -- **[PyPi](https://pypi.org/project/pyhsmm)** (πŸ“₯ 65 / month Β· πŸ“¦ 4 Β· ⏱️ 10.05.2017): +- [PyPi](https://pypi.org/project/pyhsmm) (πŸ“₯ 67 / month Β· πŸ“¦ 4 Β· ⏱️ 10.05.2017): ``` pip install pyhsmm @@ -7944,12 +7944,12 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
Baal (πŸ₯‰18 Β· ⭐ 300) - 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 Β· πŸ”€ 24 Β· πŸ“¦ 6 Β· πŸ“‹ 34 - 35% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/ElementAI/baal ``` -- **[PyPi](https://pypi.org/project/baal)** (πŸ“₯ 250 / month Β· ⏱️ 03.11.2020): +- [PyPi](https://pypi.org/project/baal) (πŸ“₯ 260 / month Β· ⏱️ 03.11.2020): ``` pip install baal @@ -7957,25 +7957,25 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
Funsor (πŸ₯‰18 Β· ⭐ 160) - Functional tensors for probabilistic programming. Apache-2 -- **[GitHub](https://github.com/pyro-ppl/funsor)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“¦ 7 Β· πŸ“‹ 110 - 51% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/pyro-ppl/funsor) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“¦ 7 Β· πŸ“‹ 110 - 51% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/pyro-ppl/funsor ``` -- **[PyPi](https://pypi.org/project/funsor)** (πŸ“₯ 240 / month Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/funsor) (πŸ“₯ 230 / month Β· ⏱️ 15.10.2020): ``` pip install funsor ```
-
Orbit (πŸ₯‰17 Β· ⭐ 280) - Bayesian forecasting with object-oriented design and probabilistic models under.. Apache-2 +
Orbit (πŸ₯‰17 Β· ⭐ 290) - Bayesian forecasting with object-oriented design and probabilistic.. Apache-2 -- **[GitHub](https://github.com/uber/orbit)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 12 Β· πŸ“¦ 2 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/uber/orbit) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 12 Β· πŸ“¦ 2 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/uber/orbit ``` -- **[PyPi](https://pypi.org/project/orbit-ml)** (πŸ“₯ 260 / month Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/orbit-ml) (πŸ“₯ 240 / month Β· ⏱️ 15.11.2020): ``` pip install orbit-ml @@ -7984,33 +7984,33 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes
Show 3 hidden projects...
PyStan (πŸ₯ˆ27 Β· ⭐ 890) - PyStan, the Python interface to Stan. ❗️GPL-3.0 -- **[GitHub](https://github.com/stan-dev/pystan)** (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 190 Β· πŸ“₯ 84 Β· πŸ“¦ 2.3K Β· πŸ“‹ 490 - 13% open Β· ⏱️ 21.11.2020): +- [GitHub](https://github.com/stan-dev/pystan) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 190 Β· πŸ“₯ 84 Β· πŸ“¦ 2.3K Β· πŸ“‹ 490 - 13% open Β· ⏱️ 21.11.2020): ``` git clone https://github.com/stan-dev/pystan ``` -- **[PyPi](https://pypi.org/project/pystan)** (πŸ“₯ 810K / month Β· πŸ“¦ 340 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/pystan) (πŸ“₯ 800K / month Β· πŸ“¦ 340 Β· ⏱️ 19.11.2020): ``` pip install pystan ```
-
Edward (πŸ₯‰25 Β· ⭐ 4.6K Β· πŸ’€) - A probabilistic programming language in TensorFlow. Deep generative.. Apache-2 +
Edward (πŸ₯ˆ25 Β· ⭐ 4.6K Β· πŸ’€) - A probabilistic programming language in TensorFlow. Deep.. Apache-2 -- **[GitHub](https://github.com/blei-lab/edward)** (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 770 Β· πŸ“₯ 10 Β· πŸ“¦ 200 Β· πŸ“‹ 540 - 39% open Β· ⏱️ 25.07.2018): +- [GitHub](https://github.com/blei-lab/edward) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 770 Β· πŸ“₯ 10 Β· πŸ“¦ 200 Β· πŸ“‹ 540 - 39% open Β· ⏱️ 25.07.2018): ``` git clone https://github.com/blei-lab/edward ``` -- **[PyPi](https://pypi.org/project/edward)** (πŸ“₯ 1.2K / month Β· πŸ“¦ 37 Β· ⏱️ 22.01.2018): +- [PyPi](https://pypi.org/project/edward) (πŸ“₯ 1.2K / month Β· πŸ“¦ 37 Β· ⏱️ 22.01.2018): ``` pip install edward ```
-
ZhuSuan (πŸ₯‰14 Β· ⭐ 2K Β· πŸ’€) - A probabilistic programming library for Bayesian deep learning, generative.. MIT +
ZhuSuan (πŸ₯‰14 Β· ⭐ 2K Β· πŸ’€) - A probabilistic programming library for Bayesian deep learning,.. MIT -- **[GitHub](https://github.com/thu-ml/zhusuan)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 370 Β· πŸ“‹ 61 - 13% open Β· ⏱️ 05.08.2019): +- [GitHub](https://github.com/thu-ml/zhusuan) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 370 Β· πŸ“‹ 61 - 13% open Β· ⏱️ 05.08.2019): ``` git clone https://github.com/thu-ml/zhusuan @@ -8025,66 +8025,66 @@ _Libraries providing capabilities for probabilistic programming/reasoning, bayes _Libraries for testing the robustness of machine learning models against attacks with adversarial/malicious examples._ -
Foolbox (πŸ₯‡26 Β· ⭐ 1.7K) - A Python toolbox to create adversarial examples that fool neural networks in.. MIT +
Foolbox (πŸ₯‡26 Β· ⭐ 1.7K) - A Python toolbox to create adversarial examples that fool neural.. MIT -- **[GitHub](https://github.com/bethgelab/foolbox)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 310 Β· πŸ“¦ 160 Β· πŸ“‹ 300 - 12% open Β· ⏱️ 19.10.2020): +- [GitHub](https://github.com/bethgelab/foolbox) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 310 Β· πŸ“¦ 160 Β· πŸ“‹ 300 - 12% open Β· ⏱️ 19.10.2020): ``` git clone https://github.com/bethgelab/foolbox ``` -- **[PyPi](https://pypi.org/project/foolbox)** (πŸ“₯ 1.5K / month Β· πŸ“¦ 18 Β· ⏱️ 26.09.2020): +- [PyPi](https://pypi.org/project/foolbox) (πŸ“₯ 1.4K / month Β· πŸ“¦ 18 Β· ⏱️ 26.09.2020): ``` pip install foolbox ```
-
CleverHans (πŸ₯ˆ25 Β· ⭐ 4.9K) - An adversarial example library for constructing attacks, building defenses,.. MIT +
CleverHans (πŸ₯ˆ25 Β· ⭐ 4.9K) - An adversarial example library for constructing attacks,.. MIT -- **[GitHub](https://github.com/cleverhans-lab/cleverhans)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.2K Β· πŸ“¦ 170 Β· πŸ“‹ 450 - 16% open Β· ⏱️ 09.07.2020): +- [GitHub](https://github.com/cleverhans-lab/cleverhans) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.2K Β· πŸ“¦ 170 Β· πŸ“‹ 420 - 12% open Β· ⏱️ 09.07.2020): ``` git clone https://github.com/tensorflow/cleverhans ``` -- **[PyPi](https://pypi.org/project/cleverhans)** (πŸ“₯ 900 / month Β· πŸ“¦ 8 Β· ⏱️ 27.11.2018): +- [PyPi](https://pypi.org/project/cleverhans) (πŸ“₯ 840 / month Β· πŸ“¦ 8 Β· ⏱️ 27.11.2018): ``` pip install cleverhans ```
-
TextAttack (πŸ₯ˆ24 Β· ⭐ 1.1K) - TextAttack is a Python framework for adversarial attacks, data augmentation, and.. MIT +
TextAttack (πŸ₯ˆ24 Β· ⭐ 1.1K) - TextAttack is a Python framework for adversarial attacks, data.. MIT -- **[GitHub](https://github.com/QData/TextAttack)** (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 120 Β· πŸ“¦ 11 Β· πŸ“‹ 87 - 26% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/QData/TextAttack) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 120 Β· πŸ“¦ 11 Β· πŸ“‹ 89 - 26% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/QData/TextAttack ``` -- **[PyPi](https://pypi.org/project/textattack)** (πŸ“₯ 1.4K / month Β· ⏱️ 18.11.2020): +- [PyPi](https://pypi.org/project/textattack) (πŸ“₯ 1.4K / month Β· ⏱️ 18.11.2020): ``` pip install textattack ```
-
ART (πŸ₯‰23 Β· ⭐ 1.9K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security -.. MIT +
ART (πŸ₯‰23 Β· ⭐ 1.9K) - Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning.. MIT -- **[GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox)** (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 550 Β· πŸ“¦ 91 Β· πŸ“‹ 370 - 13% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/Trusted-AI/adversarial-robustness-toolbox) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 550 Β· πŸ“¦ 92 Β· πŸ“‹ 370 - 13% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/Trusted-AI/adversarial-robustness-toolbox ``` -- **[PyPi](https://pypi.org/project/adversarial-robustness-toolbox)** (πŸ“₯ 2.7K / month Β· ⏱️ 01.12.2020): +- [PyPi](https://pypi.org/project/adversarial-robustness-toolbox) (πŸ“₯ 2.7K / month Β· ⏱️ 01.12.2020): ``` pip install adversarial-robustness-toolbox ```
-
AdvBox (πŸ₯‰17 Β· ⭐ 1K) - Advbox is a toolbox to generate adversarial examples that fool neural networks in.. Apache-2 +
AdvBox (πŸ₯‰17 Β· ⭐ 1K) - Advbox is a toolbox to generate adversarial examples that fool neural.. Apache-2 -- **[GitHub](https://github.com/advboxes/AdvBox)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“‹ 31 - 19% open Β· ⏱️ 26.08.2020): +- [GitHub](https://github.com/advboxes/AdvBox) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“‹ 31 - 19% open Β· ⏱️ 26.08.2020): ``` git clone https://github.com/advboxes/AdvBox ``` -- **[PyPi](https://pypi.org/project/advbox)** (πŸ“₯ 40 / month Β· ⏱️ 05.12.2018): +- [PyPi](https://pypi.org/project/advbox) (πŸ“₯ 40 / month Β· ⏱️ 05.12.2018): ``` pip install advbox @@ -8093,25 +8093,25 @@ _Libraries for testing the robustness of machine learning models against attacks
Show 2 hidden projects...
advertorch (πŸ₯‰18 Β· ⭐ 770) - A Toolbox for Adversarial Robustness Research. ❗️GPL-3.0 -- **[GitHub](https://github.com/BorealisAI/advertorch)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 120 Β· πŸ“¦ 27 Β· πŸ“‹ 41 - 31% open Β· ⏱️ 15.06.2020): +- [GitHub](https://github.com/BorealisAI/advertorch) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 120 Β· πŸ“¦ 27 Β· πŸ“‹ 41 - 31% open Β· ⏱️ 15.06.2020): ``` git clone https://github.com/BorealisAI/advertorch ``` -- **[PyPi](https://pypi.org/project/advertorch)** (πŸ“₯ 3.5K / month Β· πŸ“¦ 3 Β· ⏱️ 15.06.2020): +- [PyPi](https://pypi.org/project/advertorch) (πŸ“₯ 3.5K / month Β· πŸ“¦ 3 Β· ⏱️ 15.06.2020): ``` pip install advertorch ```
-
Adversary (πŸ₯‰14 Β· ⭐ 340 Β· πŸ’€) - Tool to generate adversarial text examples and test machine learning models.. MIT +
Adversary (πŸ₯‰14 Β· ⭐ 340 Β· πŸ’€) - Tool to generate adversarial text examples and test machine.. MIT -- **[GitHub](https://github.com/airbnb/artificial-adversary)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 47 Β· πŸ“¦ 6 Β· ⏱️ 29.08.2018): +- [GitHub](https://github.com/airbnb/artificial-adversary) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 47 Β· πŸ“¦ 6 Β· ⏱️ 29.08.2018): ``` git clone https://github.com/airbnb/artificial-adversary ``` -- **[PyPi](https://pypi.org/project/Adversary)** (πŸ“₯ 45 / month Β· ⏱️ 29.08.2018): +- [PyPi](https://pypi.org/project/Adversary) (πŸ“₯ 46 / month Β· ⏱️ 29.08.2018): ``` pip install Adversary @@ -8128,17 +8128,17 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
CuPy (πŸ₯‡30 Β· ⭐ 4.7K) - A NumPy-compatible array library accelerated by CUDA. MIT -- **[GitHub](https://github.com/cupy/cupy)** (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 430 Β· πŸ“₯ 2.4K Β· πŸ“¦ 620 Β· πŸ“‹ 1.2K - 29% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/cupy/cupy) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 430 Β· πŸ“₯ 2.6K Β· πŸ“¦ 620 Β· πŸ“‹ 1.2K - 29% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/cupy/cupy ``` -- **[PyPi](https://pypi.org/project/cupy)** (πŸ“₯ 8.8K / month Β· πŸ“¦ 190 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/cupy) (πŸ“₯ 8.9K / month Β· πŸ“¦ 190 Β· ⏱️ 26.11.2020): ``` pip install cupy ``` -- **[Dockerhub](https://hub.docker.com/r/cupy/cupy)** (πŸ“₯ 47K Β· ⭐ 6 Β· ⏱️ 15.12.2020): +- [Dockerhub](https://hub.docker.com/r/cupy/cupy) (πŸ“₯ 47K Β· ⭐ 6 Β· ⏱️ 16.12.2020): ``` docker pull cupy/cupy @@ -8146,12 +8146,12 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
PyCUDA (πŸ₯‡27 Β· ⭐ 1K) - CUDA integration for Python, plus shiny features. MIT -- **[GitHub](https://github.com/inducer/pycuda)** (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 210 Β· πŸ“¦ 690 Β· πŸ“‹ 160 - 24% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/inducer/pycuda) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 210 Β· πŸ“¦ 690 Β· πŸ“‹ 160 - 24% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/inducer/pycuda ``` -- **[PyPi](https://pypi.org/project/pycuda)** (πŸ“₯ 14K / month Β· πŸ“¦ 290 Β· ⏱️ 07.10.2020): +- [PyPi](https://pypi.org/project/pycuda) (πŸ“₯ 14K / month Β· πŸ“¦ 290 Β· ⏱️ 07.10.2020): ``` pip install pycuda @@ -8159,25 +8159,25 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
ArrayFire (πŸ₯ˆ22 Β· ⭐ 3.2K) - ArrayFire: a general purpose GPU library. BSD-3 -- **[GitHub](https://github.com/arrayfire/arrayfire)** (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 450 Β· πŸ“₯ 460 Β· πŸ“‹ 1.4K - 17% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/arrayfire/arrayfire) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 450 Β· πŸ“₯ 460 Β· πŸ“‹ 1.4K - 17% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/arrayfire/arrayfire ``` -- **[PyPi](https://pypi.org/project/arrayfire)** (πŸ“₯ 630 / month Β· πŸ“¦ 2 Β· ⏱️ 18.10.2018): +- [PyPi](https://pypi.org/project/arrayfire) (πŸ“₯ 610 / month Β· πŸ“¦ 2 Β· ⏱️ 18.10.2018): ``` pip install arrayfire ```
-
py3nvml (πŸ₯ˆ22 Β· ⭐ 160 Β· πŸ’€) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program. BSD-3 +
py3nvml (πŸ₯ˆ22 Β· ⭐ 160 Β· πŸ’€) - Python 3 Bindings for NVML library. Get NVIDIA GPU status inside.. BSD-3 -- **[GitHub](https://github.com/fbcotter/py3nvml)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 24 Β· πŸ“¦ 210 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 23.04.2020): +- [GitHub](https://github.com/fbcotter/py3nvml) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 24 Β· πŸ“¦ 210 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 23.04.2020): ``` git clone https://github.com/fbcotter/py3nvml ``` -- **[PyPi](https://pypi.org/project/py3nvml)** (πŸ“₯ 75K / month Β· πŸ“¦ 20 Β· ⏱️ 06.04.2020): +- [PyPi](https://pypi.org/project/py3nvml) (πŸ“₯ 72K / month Β· πŸ“¦ 20 Β· ⏱️ 06.04.2020): ``` pip install py3nvml @@ -8185,25 +8185,25 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
scikit-cuda (πŸ₯ˆ21 Β· ⭐ 780) - Python interface to GPU-powered libraries. BSD-3 -- **[GitHub](https://github.com/lebedov/scikit-cuda)** (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 200 - 18% open Β· ⏱️ 13.07.2020): +- [GitHub](https://github.com/lebedov/scikit-cuda) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 200 - 18% open Β· ⏱️ 13.07.2020): ``` git clone https://github.com/lebedov/scikit-cuda ``` -- **[PyPi](https://pypi.org/project/scikit-cuda)** (πŸ“₯ 730 / month Β· πŸ“¦ 31 Β· ⏱️ 27.05.2019): +- [PyPi](https://pypi.org/project/scikit-cuda) (πŸ“₯ 720 / month Β· πŸ“¦ 31 Β· ⏱️ 27.05.2019): ``` pip install scikit-cuda ```
-
Apex (πŸ₯ˆ20 Β· ⭐ 4.9K) - A PyTorch Extension: Tools for easy mixed precision and distributed training in.. BSD-3 +
Apex (πŸ₯ˆ20 Β· ⭐ 4.9K) - A PyTorch Extension: Tools for easy mixed precision and distributed.. BSD-3 -- **[GitHub](https://github.com/NVIDIA/apex)** (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 660 Β· πŸ“¦ 400 Β· πŸ“‹ 780 - 54% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/NVIDIA/apex) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 660 Β· πŸ“¦ 400 Β· πŸ“‹ 780 - 54% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/NVIDIA/apex ``` -- **[Conda](https://anaconda.org/conda-forge/nvidia-apex)**: +- [Conda](https://anaconda.org/conda-forge/nvidia-apex): ``` conda install -c conda-forge nvidia-apex @@ -8211,20 +8211,20 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
cuDF (πŸ₯ˆ20 Β· ⭐ 3.5K) - cuDF - GPU DataFrame Library. Apache-2 -- **[GitHub](https://github.com/rapidsai/cudf)** (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 460 Β· πŸ“‹ 3.2K - 16% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/rapidsai/cudf) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 460 Β· πŸ“‹ 3.2K - 16% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/rapidsai/cudf ``` -- **[PyPi](https://pypi.org/project/cudf)** (πŸ“₯ 790 / month Β· πŸ“¦ 2 Β· ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/cudf) (πŸ“₯ 790 / month Β· πŸ“¦ 2 Β· ⏱️ 01.06.2020): ``` pip install cudf ```
-
DALI (πŸ₯ˆ20 Β· ⭐ 3K) - A library containing both highly optimized building blocks and an execution engine.. Apache-2 +
DALI (πŸ₯ˆ20 Β· ⭐ 3K) - A library containing both highly optimized building blocks and an.. Apache-2 -- **[GitHub](https://github.com/NVIDIA/DALI)** (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 360 Β· πŸ“‹ 740 - 23% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/NVIDIA/DALI) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 360 Β· πŸ“‹ 740 - 23% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/NVIDIA/DALI @@ -8232,12 +8232,12 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
cuML (πŸ₯‰19 Β· ⭐ 1.8K) - cuML - RAPIDS Machine Learning Library. Apache-2 -- **[GitHub](https://github.com/rapidsai/cuml)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 290 Β· πŸ“‹ 1.5K - 42% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/rapidsai/cuml) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 290 Β· πŸ“‹ 1.5K - 42% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/rapidsai/cuml ``` -- **[PyPi](https://pypi.org/project/cuml)** (πŸ“₯ 410 / month Β· ⏱️ 11.04.2019): +- [PyPi](https://pypi.org/project/cuml) (πŸ“₯ 410 / month Β· ⏱️ 11.04.2019): ``` pip install cuml @@ -8245,25 +8245,25 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
SpeedTorch (πŸ₯‰17 Β· ⭐ 590 Β· πŸ’€) - Library for faster pinned CPU - GPU transfer in Pytorch. MIT -- **[GitHub](https://github.com/Santosh-Gupta/SpeedTorch)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 35 Β· πŸ“¦ 3 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 21.02.2020): +- [GitHub](https://github.com/Santosh-Gupta/SpeedTorch) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 35 Β· πŸ“¦ 3 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 21.02.2020): ``` git clone https://github.com/Santosh-Gupta/SpeedTorch ``` -- **[PyPi](https://pypi.org/project/SpeedTorch)** (πŸ“₯ 150 / month Β· πŸ“¦ 2 Β· ⏱️ 06.01.2020): +- [PyPi](https://pypi.org/project/SpeedTorch) (πŸ“₯ 150 / month Β· πŸ“¦ 2 Β· ⏱️ 06.01.2020): ``` pip install SpeedTorch ```
-
BlazingSQL (πŸ₯‰16 Β· ⭐ 1.4K) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built.. Apache-2 +
BlazingSQL (πŸ₯‰16 Β· ⭐ 1.4K) - BlazingSQL is a lightweight, GPU accelerated, SQL engine for.. Apache-2 -- **[GitHub](https://github.com/BlazingDB/blazingsql)** (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 130 Β· πŸ“‹ 550 - 42% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/BlazingDB/blazingsql) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 130 Β· πŸ“‹ 550 - 42% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/BlazingDB/blazingsql ``` -- **[Conda](https://anaconda.org/blazingsql/blazingsql-protocol)**: +- [Conda](https://anaconda.org/blazingsql/blazingsql-protocol): ``` conda install -c blazingsql blazingsql-protocol @@ -8271,12 +8271,12 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
cuGraph (πŸ₯‰16 Β· ⭐ 590) - cuGraph - RAPIDS Graph Analytics Library. Apache-2 -- **[GitHub](https://github.com/rapidsai/cugraph)** (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 130 Β· πŸ“‹ 530 - 16% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/rapidsai/cugraph) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 130 Β· πŸ“‹ 530 - 16% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/rapidsai/cugraph ``` -- **[PyPi](https://pypi.org/project/cugraph)** (πŸ“₯ 64 / month Β· ⏱️ 04.04.2019): +- [PyPi](https://pypi.org/project/cugraph) (πŸ“₯ 62 / month Β· ⏱️ 04.04.2019): ``` pip install cugraph @@ -8284,21 +8284,21 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
cuSignal (πŸ₯‰15 Β· ⭐ 430) - GPU accelerated signal processing. Apache-2 -- **[GitHub](https://github.com/rapidsai/cusignal)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 55 Β· πŸ“‹ 97 - 17% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/rapidsai/cusignal) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 55 Β· πŸ“‹ 97 - 17% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/rapidsai/cusignal ```
Show 2 hidden projects... -
ipyexperiments (πŸ₯‰17 Β· ⭐ 120) - jupyter/ipython experiment containers for GPU and general RAM re-use. Apache-2 +
ipyexperiments (πŸ₯‰17 Β· ⭐ 120) - jupyter/ipython experiment containers for GPU and general.. Apache-2 -- **[GitHub](https://github.com/stas00/ipyexperiments)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 9 Β· πŸ“¦ 2 Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/stas00/ipyexperiments) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 9 Β· πŸ“¦ 2 Β· ⏱️ 17.11.2020): ``` git clone https://github.com/stas00/ipyexperiments ``` -- **[PyPi](https://pypi.org/project/ipyexperiments)** (πŸ“₯ 300 / month Β· πŸ“¦ 2 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/ipyexperiments) (πŸ“₯ 290 / month Β· πŸ“¦ 2 Β· ⏱️ 17.11.2020): ``` pip install ipyexperiments @@ -8306,12 +8306,12 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize
nvidia-ml-py3 (πŸ₯‰17 Β· ⭐ 59 Β· πŸ’€) - Python 3 Bindings for the NVIDIA Management Library. BSD-3 -- **[GitHub](https://github.com/nicolargo/nvidia-ml-py3)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 13 Β· πŸ“¦ 2.3K Β· ⏱️ 06.03.2019): +- [GitHub](https://github.com/nicolargo/nvidia-ml-py3) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 13 Β· πŸ“¦ 2.3K Β· ⏱️ 06.03.2019): ``` git clone https://github.com/nicolargo/nvidia-ml-py3 ``` -- **[PyPi](https://pypi.org/project/nvidia-ml-py3)** (πŸ“₯ 290K / month Β· πŸ“¦ 12 Β· ⏱️ 03.06.2017): +- [PyPi](https://pypi.org/project/nvidia-ml-py3) (πŸ“₯ 290K / month Β· πŸ“¦ 12 Β· ⏱️ 03.06.2017): ``` pip install nvidia-ml-py3 @@ -8326,92 +8326,92 @@ _Libraries that require and make use of CUDA/GPU system capabilities to optimize _Libraries that extend TensorFlow with general-purpose capabilities._ -
tensor2tensor (πŸ₯‡31 Β· ⭐ 11K) - Library of deep learning models and datasets designed to make deep.. Apache-2 +
tensorflow-hub (πŸ₯‡32 Β· ⭐ 2.7K) - A library for transfer learning by reusing parts of.. Apache-2 -- **[GitHub](https://github.com/tensorflow/tensor2tensor)** (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2.7K Β· πŸ“¦ 860 Β· πŸ“‹ 1.2K - 45% open Β· ⏱️ 16.11.2020): +- [GitHub](https://github.com/tensorflow/hub) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 1.4K Β· πŸ“¦ 4.7K Β· πŸ“‹ 530 - 8% open Β· ⏱️ 14.12.2020): ``` - git clone https://github.com/tensorflow/tensor2tensor + git clone https://github.com/tensorflow/hub ``` -- **[PyPi](https://pypi.org/project/tensor2tensor)** (πŸ“₯ 49K / month Β· πŸ“¦ 82 Β· ⏱️ 17.06.2020): +- [PyPi](https://pypi.org/project/tensorflow-hub) (πŸ“₯ 1.3M / month Β· πŸ“¦ 310 Β· ⏱️ 29.10.2020): ``` - pip install tensor2tensor + pip install tensorflow-hub ```
-
TF Addons (πŸ₯‡31 Β· ⭐ 1.1K) - Useful extra functionality for TensorFlow 2.x maintained by SIG-addons. Apache-2 +
tensor2tensor (πŸ₯‡31 Β· ⭐ 11K) - Library of deep learning models and datasets designed to.. Apache-2 -- **[GitHub](https://github.com/tensorflow/addons)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 390 Β· πŸ“¦ 1.7K Β· πŸ“‹ 750 - 20% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/tensor2tensor) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2.7K Β· πŸ“¦ 860 Β· πŸ“‹ 1.2K - 45% open Β· ⏱️ 16.11.2020): ``` - git clone https://github.com/tensorflow/addons + git clone https://github.com/tensorflow/tensor2tensor ``` -- **[PyPi](https://pypi.org/project/tensorflow-addons)** (πŸ“₯ 460K / month Β· πŸ“¦ 9 Β· ⏱️ 11.10.2020): +- [PyPi](https://pypi.org/project/tensor2tensor) (πŸ“₯ 49K / month Β· πŸ“¦ 82 Β· ⏱️ 17.06.2020): ``` - pip install tensorflow-addons + pip install tensor2tensor ```
-
TensorFlow Transform (πŸ₯ˆ29 Β· ⭐ 840) - Input pipeline framework. Apache-2 +
TF Addons (πŸ₯ˆ30 Β· ⭐ 1.1K) - Useful extra functionality for TensorFlow 2.x maintained by.. Apache-2 -- **[GitHub](https://github.com/tensorflow/transform)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 370 Β· πŸ“‹ 140 - 22% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/tensorflow/addons) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 390 Β· πŸ“¦ 1.7K Β· πŸ“‹ 750 - 20% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/tensorflow/transform + git clone https://github.com/tensorflow/addons ``` -- **[PyPi](https://pypi.org/project/tensorflow-transform)** (πŸ“₯ 4.6M / month Β· πŸ“¦ 42 Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/tensorflow-addons) (πŸ“₯ 420K / month Β· πŸ“¦ 9 Β· ⏱️ 11.10.2020): ``` - pip install tensorflow-transform + pip install tensorflow-addons ```
-
tensorflow-hub (πŸ₯ˆ26 Β· ⭐ 2.6K) - A library for transfer learning by reusing parts of TensorFlow models. Apache-2 +
TensorFlow Transform (πŸ₯ˆ29 Β· ⭐ 840) - Input pipeline framework. Apache-2 -- **[GitHub](https://github.com/tensorflow/hub)** (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 1.4K Β· πŸ“¦ 4.6K Β· πŸ“‹ 530 - 7% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/tensorflow/transform) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 370 Β· πŸ“‹ 140 - 22% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/tensorflow/hub + git clone https://github.com/tensorflow/transform ``` -- **[PyPi](https://pypi.org/project/tensorflow-hub)** (πŸ“¦ 310 Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/tensorflow-transform) (πŸ“₯ 4.4M / month Β· πŸ“¦ 42 Β· ⏱️ 04.11.2020): ``` - pip install tensorflow-hub + pip install tensorflow-transform ```
-
TF Model Optimization (πŸ₯ˆ26 Β· ⭐ 930) - A toolkit to optimize ML models for deployment for Keras and.. Apache-2 +
TF Model Optimization (πŸ₯ˆ26 Β· ⭐ 930) - A toolkit to optimize ML models for deployment for Keras.. Apache-2 -- **[GitHub](https://github.com/tensorflow/model-optimization)** (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 210 Β· πŸ“¦ 480 Β· πŸ“‹ 160 - 45% open Β· ⏱️ 23.11.2020): +- [GitHub](https://github.com/tensorflow/model-optimization) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 210 Β· πŸ“¦ 480 Β· πŸ“‹ 160 - 44% open Β· ⏱️ 23.11.2020): ``` git clone https://github.com/tensorflow/model-optimization ``` -- **[PyPi](https://pypi.org/project/tensorflow-model-optimization)** (πŸ“₯ 58K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): +- [PyPi](https://pypi.org/project/tensorflow-model-optimization) (πŸ“₯ 57K / month Β· πŸ“¦ 3 Β· ⏱️ 14.09.2020): ``` pip install tensorflow-model-optimization ```
-
TensorFlow I/O (πŸ₯‰25 Β· ⭐ 380) - Dataset, streaming, and file system extensions maintained by.. Apache-2 +
TensorFlow I/O (πŸ₯‰25 Β· ⭐ 390) - Dataset, streaming, and file system extensions maintained.. Apache-2 -- **[GitHub](https://github.com/tensorflow/io)** (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 140 Β· πŸ“¦ 82 Β· πŸ“‹ 370 - 30% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/tensorflow/io) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 140 Β· πŸ“¦ 82 Β· πŸ“‹ 370 - 30% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/tensorflow/io ``` -- **[PyPi](https://pypi.org/project/tensorflow-io)** (πŸ“₯ 33K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-io) (πŸ“₯ 31K / month Β· ⏱️ 15.12.2020): ``` pip install tensorflow-io ```
-
TensorFlow Cloud (πŸ₯‰23 Β· ⭐ 210) - The TensorFlow Cloud repository provides APIs that will allow to.. Apache-2 +
TensorFlow Cloud (πŸ₯‰23 Β· ⭐ 210) - The TensorFlow Cloud repository provides APIs that will.. Apache-2 -- **[GitHub](https://github.com/tensorflow/cloud)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 41 Β· πŸ“¦ 7 Β· πŸ“‹ 66 - 62% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/tensorflow/cloud) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 41 Β· πŸ“¦ 7 Β· πŸ“‹ 66 - 62% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/tensorflow/cloud ``` -- **[PyPi](https://pypi.org/project/tensorflow-cloud)** (πŸ“₯ 700K / month Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-cloud) (πŸ“₯ 680K / month Β· ⏱️ 03.12.2020): ``` pip install tensorflow-cloud @@ -8419,38 +8419,38 @@ _Libraries that extend TensorFlow with general-purpose capabilities._
Neural Structured Learning (πŸ₯‰22 Β· ⭐ 760) - Training neural models with structured signals. Apache-2 -- **[GitHub](https://github.com/tensorflow/neural-structured-learning)** (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 140 Β· πŸ“¦ 15 Β· πŸ“‹ 43 - 11% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/tensorflow/neural-structured-learning) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 140 Β· πŸ“¦ 15 Β· πŸ“‹ 43 - 11% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/tensorflow/neural-structured-learning ``` -- **[PyPi](https://pypi.org/project/neural-structured-learning)** (πŸ“₯ 2.6K / month Β· ⏱️ 18.08.2020): +- [PyPi](https://pypi.org/project/neural-structured-learning) (πŸ“₯ 2.6K / month Β· ⏱️ 18.08.2020): ``` pip install neural-structured-learning ```
-
TensorNets (πŸ₯‰20 Β· ⭐ 960) - High level network definitions with pre-trained weights in TensorFlow. MIT +
TensorNets (πŸ₯‰20 Β· ⭐ 960) - High level network definitions with pre-trained weights in.. MIT -- **[GitHub](https://github.com/taehoonlee/tensornets)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 180 Β· πŸ“¦ 27 Β· πŸ“‹ 56 - 25% open Β· ⏱️ 03.10.2020): +- [GitHub](https://github.com/taehoonlee/tensornets) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 180 Β· πŸ“¦ 27 Β· πŸ“‹ 56 - 25% open Β· ⏱️ 03.10.2020): ``` git clone https://github.com/taehoonlee/tensornets ``` -- **[PyPi](https://pypi.org/project/tensornets)** (πŸ“₯ 300 / month Β· πŸ“¦ 2 Β· ⏱️ 31.03.2020): +- [PyPi](https://pypi.org/project/tensornets) (πŸ“₯ 290 / month Β· πŸ“¦ 2 Β· ⏱️ 31.03.2020): ``` pip install tensornets ```
-
Saliency (πŸ₯‰18 Β· ⭐ 610) - TensorFlow implementation for SmoothGrad, Grad-CAM, Guided backprop,.. Apache-2 +
Saliency (πŸ₯‰18 Β· ⭐ 610) - 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 Β· πŸ”€ 130 Β· πŸ“¦ 13 Β· πŸ“‹ 21 - 52% open Β· ⏱️ 01.10.2020): ``` git clone https://github.com/PAIR-code/saliency ``` -- **[PyPi](https://pypi.org/project/saliency)** (πŸ“₯ 190 / month Β· ⏱️ 26.09.2019): +- [PyPi](https://pypi.org/project/saliency) (πŸ“₯ 190 / month Β· ⏱️ 26.09.2019): ``` pip install saliency @@ -8458,12 +8458,12 @@ _Libraries that extend TensorFlow with general-purpose capabilities._
TF Compression (πŸ₯‰15 Β· ⭐ 390) - Data compression in TensorFlow. Apache-2 -- **[GitHub](https://github.com/tensorflow/compression)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 140 Β· πŸ“‹ 53 - 5% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/tensorflow/compression) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 140 Β· πŸ“‹ 53 - 5% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/tensorflow/compression ``` -- **[PyPi](https://pypi.org/project/tensorflow-compression)** (πŸ“₯ 490 / month Β· πŸ“¦ 1 Β· ⏱️ 04.12.2020): +- [PyPi](https://pypi.org/project/tensorflow-compression) (πŸ“₯ 470 / month Β· πŸ“¦ 1 Β· ⏱️ 04.12.2020): ``` pip install tensorflow-compression @@ -8477,45 +8477,45 @@ _Libraries that extend TensorFlow with general-purpose capabilities._ _Libraries that extend Pytorch with general-purpose capabilities._ -
pytorch-summary (πŸ₯‡24 Β· ⭐ 2.8K) - Model summary in PyTorch similar to `model.summary()` in Keras. MIT +
pytorch-summary (πŸ₯‡24 Β· ⭐ 2.8K) - Model summary in PyTorch similar to `model.summary()` in.. MIT -- **[GitHub](https://github.com/sksq96/pytorch-summary)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 330 Β· πŸ“¦ 1.6K Β· πŸ“‹ 140 - 73% open Β· ⏱️ 07.08.2020): +- [GitHub](https://github.com/sksq96/pytorch-summary) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 330 Β· πŸ“¦ 1.6K Β· πŸ“‹ 140 - 73% open Β· ⏱️ 07.08.2020): ``` git clone https://github.com/sksq96/pytorch-summary ``` -- **[PyPi](https://pypi.org/project/torchsummary)** (πŸ“₯ 28K / month Β· πŸ“¦ 120 Β· ⏱️ 26.09.2018): +- [PyPi](https://pypi.org/project/torchsummary) (πŸ“₯ 29K / month Β· πŸ“¦ 120 Β· ⏱️ 26.09.2018): ``` pip install torchsummary ```
-
torchdiffeq (πŸ₯‡23 Β· ⭐ 3.3K) - Differentiable ODE solvers with full GPU support and O(1)-memory.. MIT +
torchdiffeq (πŸ₯‡23 Β· ⭐ 3.3K) - Differentiable ODE solvers with full GPU support and.. MIT -- **[GitHub](https://github.com/rtqichen/torchdiffeq)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 550 Β· πŸ“¦ 51 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 30.10.2020): +- [GitHub](https://github.com/rtqichen/torchdiffeq) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 550 Β· πŸ“¦ 52 Β· πŸ“‹ 110 - 17% open Β· ⏱️ 30.10.2020): ``` git clone https://github.com/rtqichen/torchdiffeq ``` -- **[PyPi](https://pypi.org/project/torchdiffeq)** (πŸ“₯ 2.1K / month Β· ⏱️ 16.09.2020): +- [PyPi](https://pypi.org/project/torchdiffeq) (πŸ“₯ 2.1K / month Β· ⏱️ 16.09.2020): ``` pip install torchdiffeq ```
-
PML (πŸ₯‡23 Β· ⭐ 2.5K) - The easiest way to use deep metric learning in your application. Modular, flexible,.. MIT +
PML (πŸ₯‡23 Β· ⭐ 2.5K) - The easiest way to use deep metric learning in your application... MIT -- **[GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 340 Β· πŸ“¦ 39 Β· πŸ“‹ 190 - 15% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/KevinMusgrave/pytorch-metric-learning) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 340 Β· πŸ“¦ 39 Β· πŸ“‹ 190 - 15% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/KevinMusgrave/pytorch-metric-learning ``` -- **[PyPi](https://pypi.org/project/pytorch-metric-learning)** (πŸ“₯ 4.7K / month Β· ⏱️ 27.12.2019): +- [PyPi](https://pypi.org/project/pytorch-metric-learning) (πŸ“₯ 4.7K / month Β· ⏱️ 27.12.2019): ``` pip install pytorch-metric-learning ``` -- **[Conda](https://anaconda.org/metric-learning/pytorch-metric-learning)**: +- [Conda](https://anaconda.org/metric-learning/pytorch-metric-learning): ``` conda install -c metric-learning pytorch-metric-learning @@ -8523,64 +8523,64 @@ _Libraries that extend Pytorch with general-purpose capabilities._
SRU (πŸ₯‡23 Β· ⭐ 1.9K) - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755). MIT -- **[GitHub](https://github.com/asappresearch/sru)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 280 Β· πŸ“¦ 15 Β· πŸ“‹ 100 - 47% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/asappresearch/sru) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 280 Β· πŸ“¦ 15 Β· πŸ“‹ 100 - 47% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/asappresearch/sru ``` -- **[PyPi](https://pypi.org/project/sru)** (πŸ“₯ 3.2K / month Β· πŸ“¦ 1 Β· ⏱️ 12.10.2020): +- [PyPi](https://pypi.org/project/sru) (πŸ“₯ 3.2K / month Β· πŸ“¦ 1 Β· ⏱️ 12.10.2020): ``` pip install sru ```
-
EfficientNets (πŸ₯ˆ22 Β· ⭐ 1.2K) - Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2,.. Apache-2 +
EfficientNets (πŸ₯ˆ22 Β· ⭐ 1.2K) - Pretrained EfficientNet, EfficientNet-Lite, MixNet,.. Apache-2 -- **[GitHub](https://github.com/rwightman/gen-efficientnet-pytorch)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 160 Β· πŸ“¦ 25 Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/rwightman/gen-efficientnet-pytorch) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 160 Β· πŸ“¦ 25 Β· ⏱️ 30.11.2020): ``` git clone https://github.com/rwightman/gen-efficientnet-pytorch ``` -- **[PyPi](https://pypi.org/project/geffnet)** (πŸ“₯ 1.2K / month Β· ⏱️ 20.08.2020): +- [PyPi](https://pypi.org/project/geffnet) (πŸ“₯ 1.2K / month Β· ⏱️ 20.08.2020): ``` pip install geffnet ```
-
Torchmeta (πŸ₯ˆ22 Β· ⭐ 1.1K) - A collection of extensions and data-loaders for few-shot learning & meta-.. MIT +
Torchmeta (πŸ₯ˆ21 Β· ⭐ 1.1K) - A collection of extensions and data-loaders for few-shot learning.. MIT -- **[GitHub](https://github.com/tristandeleu/pytorch-meta)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 22 Β· πŸ“‹ 86 - 19% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/tristandeleu/pytorch-meta) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“¦ 22 Β· πŸ“‹ 86 - 19% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/tristandeleu/pytorch-meta ``` -- **[PyPi](https://pypi.org/project/torchmeta)** (πŸ“₯ 4K / month Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/torchmeta) (πŸ“₯ 730 / month Β· ⏱️ 25.11.2020): ``` pip install torchmeta ```
-
PyTorch Sparse (πŸ₯ˆ21 Β· ⭐ 320) - PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations. MIT +
PyTorch Sparse (πŸ₯ˆ21 Β· ⭐ 320) - PyTorch Extension Library of Optimized Autograd Sparse Matrix.. MIT -- **[GitHub](https://github.com/rusty1s/pytorch_sparse)** (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 39 Β· πŸ“‹ 75 - 41% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/rusty1s/pytorch_sparse) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 39 Β· πŸ“‹ 75 - 41% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/rusty1s/pytorch_sparse ``` -- **[PyPi](https://pypi.org/project/torch-sparse)** (πŸ“₯ 3.8K / month Β· πŸ“¦ 17 Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/torch-sparse) (πŸ“₯ 3.8K / month Β· πŸ“¦ 17 Β· ⏱️ 02.11.2020): ``` pip install torch-sparse ```
-
TabNet (πŸ₯ˆ20 Β· ⭐ 660) - PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf. MIT +
TabNet (πŸ₯ˆ20 Β· ⭐ 660) - PyTorch implementation of TabNet paper :.. MIT -- **[GitHub](https://github.com/dreamquark-ai/tabnet)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/dreamquark-ai/tabnet) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/dreamquark-ai/tabnet ``` -- **[PyPi](https://pypi.org/project/pytorch-tabnet)** (πŸ“₯ 8.5K / month Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/pytorch-tabnet) (πŸ“₯ 8.5K / month Β· ⏱️ 15.12.2020): ``` pip install pytorch-tabnet @@ -8588,25 +8588,25 @@ _Libraries that extend Pytorch with general-purpose capabilities._
torch-scatter (πŸ₯ˆ20 Β· ⭐ 560) - PyTorch Extension Library of Optimized Scatter Operations. MIT -- **[GitHub](https://github.com/rusty1s/pytorch_scatter)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 70 Β· πŸ“‹ 160 - 35% open Β· ⏱️ 01.12.2020): +- [GitHub](https://github.com/rusty1s/pytorch_scatter) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 71 Β· πŸ“‹ 160 - 35% open Β· ⏱️ 01.12.2020): ``` git clone https://github.com/rusty1s/pytorch_scatter ``` -- **[PyPi](https://pypi.org/project/torch-scatter)** (πŸ“₯ 4.5K / month Β· πŸ“¦ 16 Β· ⏱️ 22.02.2020): +- [PyPi](https://pypi.org/project/torch-scatter) (πŸ“₯ 4.5K / month Β· πŸ“¦ 16 Β· ⏱️ 22.02.2020): ``` pip install torch-scatter ```
-
Pytorch Toolbelt (πŸ₯‰19 Β· ⭐ 860) - PyTorch extensions for fast R&D prototyping and Kaggle farming. MIT +
Pytorch Toolbelt (πŸ₯‰19 Β· ⭐ 860) - PyTorch extensions for fast R&D prototyping and Kaggle.. MIT -- **[GitHub](https://github.com/BloodAxe/pytorch-toolbelt)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 71 Β· πŸ“‹ 17 - 17% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/BloodAxe/pytorch-toolbelt) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 71 Β· πŸ“‹ 17 - 17% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/BloodAxe/pytorch-toolbelt ``` -- **[PyPi](https://pypi.org/project/pytorch_toolbelt)** (πŸ“₯ 2.9K / month Β· πŸ“¦ 1 Β· ⏱️ 19.08.2020): +- [PyPi](https://pypi.org/project/pytorch_toolbelt) (πŸ“₯ 2.9K / month Β· πŸ“¦ 1 Β· ⏱️ 19.08.2020): ``` pip install pytorch_toolbelt @@ -8614,88 +8614,88 @@ _Libraries that extend Pytorch with general-purpose capabilities._
Performer Pytorch (πŸ₯‰17 Β· ⭐ 400 Β· 🐣) - An implementation of Performer, a linear attention-based.. MIT -- **[GitHub](https://github.com/lucidrains/performer-pytorch)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 57 Β· πŸ“¦ 6 Β· πŸ“‹ 40 - 30% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/lucidrains/performer-pytorch) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 57 Β· πŸ“¦ 6 Β· πŸ“‹ 40 - 30% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/lucidrains/performer-pytorch ``` -- **[PyPi](https://pypi.org/project/performer-pytorch)** (πŸ“₯ 1.9K / month Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/performer-pytorch) (πŸ“₯ 1.9K / month Β· ⏱️ 13.12.2020): ``` pip install performer-pytorch ```
-
Lambda Networks (πŸ₯‰16 Β· ⭐ 1.2K Β· 🐣) - Implementation of LambdaNetworks, a new approach to image recognition.. MIT +
Lambda Networks (πŸ₯‰16 Β· ⭐ 1.2K Β· 🐣) - Implementation of LambdaNetworks, a new approach to image.. MIT -- **[GitHub](https://github.com/lucidrains/lambda-networks)** (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 120 Β· πŸ“‹ 23 - 34% open Β· ⏱️ 18.11.2020): +- [GitHub](https://github.com/lucidrains/lambda-networks) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 120 Β· πŸ“‹ 23 - 34% open Β· ⏱️ 18.11.2020): ``` git clone https://github.com/lucidrains/lambda-networks ``` -- **[PyPi](https://pypi.org/project/lambda-networks)** (πŸ“₯ 430 / month Β· ⏱️ 20.10.2020): +- [PyPi](https://pypi.org/project/lambda-networks) (πŸ“₯ 450 / month Β· ⏱️ 20.10.2020): ``` pip install lambda-networks ```
-
Tensor Sensor (πŸ₯‰15 Β· ⭐ 390 Β· 🐣) - The goal of this library is to generate more helpful exception messages.. MIT +
Tensor Sensor (πŸ₯‰15 Β· ⭐ 400 Β· 🐣) - The goal of this library is to generate more helpful.. MIT -- **[GitHub](https://github.com/parrt/tensor-sensor)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 22 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/parrt/tensor-sensor) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 22 Β· πŸ“‹ 16 - 25% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/parrt/tensor-sensor ``` -- **[PyPi](https://pypi.org/project/tensor-sensor)** (πŸ“₯ 450 / month Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/tensor-sensor) (πŸ“₯ 460 / month Β· ⏱️ 03.12.2020): ``` pip install tensor-sensor ```
-
Pywick (πŸ₯‰15 Β· ⭐ 310) - High-level batteries-included neural network training library for Pytorch. MIT +
Pywick (πŸ₯‰15 Β· ⭐ 310) - High-level batteries-included neural network training library for.. MIT -- **[GitHub](https://github.com/achaiah/pywick)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 34 Β· πŸ“¦ 2 Β· πŸ“‹ 11 - 18% open Β· ⏱️ 24.09.2020): +- [GitHub](https://github.com/achaiah/pywick) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 34 Β· πŸ“¦ 2 Β· πŸ“‹ 11 - 18% open Β· ⏱️ 24.09.2020): ``` git clone https://github.com/achaiah/pywick ``` -- **[PyPi](https://pypi.org/project/pywick)** (πŸ“₯ 130 / month Β· ⏱️ 20.01.2020): +- [PyPi](https://pypi.org/project/pywick) (πŸ“₯ 130 / month Β· ⏱️ 20.01.2020): ``` pip install pywick ```
-
Higher (πŸ₯‰14 Β· ⭐ 1K) - higher is a pytorch library allowing users to obtain higher order gradients.. Apache-2 +
Higher (πŸ₯‰14 Β· ⭐ 1K) - higher is a pytorch library allowing users to obtain higher order.. Apache-2 -- **[GitHub](https://github.com/facebookresearch/higher)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 71 Β· πŸ“¦ 25 Β· πŸ“‹ 68 - 32% open Β· ⏱️ 28.10.2020): +- [GitHub](https://github.com/facebookresearch/higher) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 71 Β· πŸ“¦ 25 Β· πŸ“‹ 68 - 32% open Β· ⏱️ 28.10.2020): ``` git clone https://github.com/facebookresearch/higher ```
-
torchsde (πŸ₯‰14 Β· ⭐ 610 Β· 🐣) - Differentiable SDE solvers with GPU support and efficient sensitivity.. Apache-2 +
torchsde (πŸ₯‰14 Β· ⭐ 610 Β· 🐣) - Differentiable SDE solvers with GPU support and efficient.. Apache-2 -- **[GitHub](https://github.com/google-research/torchsde)** (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 49 Β· πŸ“‹ 31 - 19% open Β· ⏱️ 30.10.2020): +- [GitHub](https://github.com/google-research/torchsde) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 49 Β· πŸ“‹ 31 - 19% open Β· ⏱️ 30.10.2020): ``` git clone https://github.com/google-research/torchsde ```
-
Tez (πŸ₯‰14 Β· ⭐ 320 Β· 🐣) - Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with.. Apache-2 +
Tez (πŸ₯‰14 Β· ⭐ 320 Β· 🐣) - Tez is a super-simple and lightweight Trainer for PyTorch. It.. Apache-2 -- **[GitHub](https://github.com/abhishekkrthakur/tez)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 29 Β· πŸ“‹ 7 - 71% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/abhishekkrthakur/tez) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 30 Β· πŸ“‹ 7 - 71% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/abhishekkrthakur/tez ``` -- **[PyPi](https://pypi.org/project/tez)** (πŸ“₯ 880 / month Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/tez) (πŸ“₯ 880 / month Β· ⏱️ 11.12.2020): ``` pip install tez ```
-
Torch-Struct (πŸ₯‰13 Β· ⭐ 860) - Fast, general, and tested differentiable structured prediction in PyTorch. MIT +
Torch-Struct (πŸ₯‰13 Β· ⭐ 860) - Fast, general, and tested differentiable structured prediction.. MIT -- **[GitHub](https://github.com/harvardnlp/pytorch-struct)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 67 Β· πŸ“‹ 33 - 39% open Β· ⏱️ 30.07.2020): +- [GitHub](https://github.com/harvardnlp/pytorch-struct) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 67 Β· πŸ“‹ 33 - 39% open Β· ⏱️ 30.07.2020): ``` git clone https://github.com/harvardnlp/pytorch-struct @@ -8704,12 +8704,12 @@ _Libraries that extend Pytorch with general-purpose capabilities._
Show 3 hidden projects...
AdaBound (πŸ₯ˆ20 Β· ⭐ 2.8K Β· πŸ’€) - An optimizer that trains as fast as Adam and as good as SGD. Apache-2 -- **[GitHub](https://github.com/Luolc/AdaBound)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 320 Β· πŸ“¦ 91 Β· πŸ“‹ 23 - 69% open Β· ⏱️ 06.03.2019): +- [GitHub](https://github.com/Luolc/AdaBound) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 320 Β· πŸ“¦ 91 Β· πŸ“‹ 23 - 69% open Β· ⏱️ 06.03.2019): ``` git clone https://github.com/Luolc/AdaBound ``` -- **[PyPi](https://pypi.org/project/adabound)** (πŸ“₯ 1.2K / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2019): +- [PyPi](https://pypi.org/project/adabound) (πŸ“₯ 1.2K / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2019): ``` pip install adabound @@ -8717,12 +8717,12 @@ _Libraries that extend Pytorch with general-purpose capabilities._
Poutyne (πŸ₯‰19 Β· ⭐ 420) - A simplified framework and utilities for PyTorch. ❗️LGPL-3.0 -- **[GitHub](https://github.com/GRAAL-Research/poutyne)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 47 Β· πŸ“¦ 45 Β· πŸ“‹ 45 - 26% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/GRAAL-Research/poutyne) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 47 Β· πŸ“¦ 45 Β· πŸ“‹ 45 - 26% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/GRAAL-Research/poutyne ``` -- **[PyPi](https://pypi.org/project/poutyne)** (πŸ“₯ 430 / month Β· πŸ“¦ 2 Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/poutyne) (πŸ“₯ 380 / month Β· πŸ“¦ 2 Β· ⏱️ 14.11.2020): ``` pip install poutyne @@ -8730,12 +8730,12 @@ _Libraries that extend Pytorch with general-purpose capabilities._
Antialiased CNNs (πŸ₯‰18 Β· ⭐ 1.3K) - pip install antialiased-cnns to improve stability and.. ❗️CC BY-NC-SA 4.0 -- **[GitHub](https://github.com/adobe/antialiased-cnns)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 170 Β· πŸ“‹ 37 - 24% open Β· ⏱️ 22.10.2020): +- [GitHub](https://github.com/adobe/antialiased-cnns) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 170 Β· πŸ“‹ 37 - 24% open Β· ⏱️ 22.10.2020): ``` git clone https://github.com/adobe/antialiased-cnns ``` -- **[PyPi](https://pypi.org/project/antialiased-cnns)** (πŸ“₯ 500 / month Β· ⏱️ 23.10.2020): +- [PyPi](https://pypi.org/project/antialiased-cnns) (πŸ“₯ 470 / month Β· ⏱️ 23.10.2020): ``` pip install antialiased-cnns @@ -8752,12 +8752,12 @@ _Libraries for connecting to, operating, and querying databases._
boto3 (πŸ₯‡37 Β· ⭐ 6K) - AWS SDK for Python. Apache-2 -- **[GitHub](https://github.com/boto/boto3)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 88K Β· πŸ“‹ 2.2K - 13% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/boto/boto3) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 88K Β· πŸ“‹ 2.2K - 13% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/boto/boto3 ``` -- **[PyPi](https://pypi.org/project/boto3)** (πŸ“₯ 45M / month Β· πŸ“¦ 23K Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/boto3) (πŸ“₯ 46M / month Β· πŸ“¦ 23K Β· ⏱️ 15.12.2020): ``` pip install boto3 @@ -8765,12 +8765,12 @@ _Libraries for connecting to, operating, and querying databases._
redis (πŸ₯‡36 Β· ⭐ 9K) - Redis Python Client. MIT -- **[GitHub](https://github.com/andymccurdy/redis-py)** (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.9K Β· πŸ“‹ 860 - 7% open Β· ⏱️ 22.11.2020): +- [GitHub](https://github.com/andymccurdy/redis-py) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.9K Β· πŸ“‹ 860 - 7% open Β· ⏱️ 22.11.2020): ``` git clone https://github.com/andymccurdy/redis-py ``` -- **[PyPi](https://pypi.org/project/redis)** (πŸ“₯ 8.7M / month Β· πŸ“¦ 49K Β· ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/redis) (πŸ“₯ 8.6M / month Β· πŸ“¦ 49K Β· ⏱️ 01.06.2020): ``` pip install redis @@ -8778,12 +8778,12 @@ _Libraries for connecting to, operating, and querying databases._
pymongo (πŸ₯‡36 Β· ⭐ 3.2K) - PyMongo - the Python driver for MongoDB. Apache-2 -- **[GitHub](https://github.com/mongodb/mongo-python-driver)** (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 970 Β· πŸ“¦ 81K Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mongodb/mongo-python-driver) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 970 Β· πŸ“¦ 81K Β· ⏱️ 15.12.2020): ``` git clone https://github.com/mongodb/mongo-python-driver ``` -- **[PyPi](https://pypi.org/project/pymongo)** (πŸ“₯ 6.3M / month Β· πŸ“¦ 36K Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/pymongo) (πŸ“₯ 6.2M / month Β· πŸ“¦ 36K Β· ⏱️ 02.12.2020): ``` pip install pymongo @@ -8791,17 +8791,17 @@ _Libraries for connecting to, operating, and querying databases._
SQLAlchemy (πŸ₯‡36 Β· ⭐ 3.1K) - The Database Toolkit for Python. MIT -- **[GitHub](https://github.com/sqlalchemy/sqlalchemy)** (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 480 Β· πŸ“₯ 1K Β· πŸ“¦ 220K Β· πŸ“‹ 5.5K - 2% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/sqlalchemy/sqlalchemy) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 480 Β· πŸ“₯ 1K Β· πŸ“¦ 220K Β· πŸ“‹ 5.5K - 2% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/sqlalchemy/sqlalchemy ``` -- **[PyPi](https://pypi.org/project/SQLAlchemy)** (πŸ“₯ 13M / month Β· πŸ“¦ 84K Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/SQLAlchemy) (πŸ“₯ 13M / month Β· πŸ“¦ 84K Β· ⏱️ 02.11.2020): ``` pip install SQLAlchemy ``` -- **[Conda](https://anaconda.org/conda-forge/sqlalchemy)**: +- [Conda](https://anaconda.org/conda-forge/sqlalchemy): ``` conda install -c conda-forge sqlalchemy @@ -8809,12 +8809,12 @@ _Libraries for connecting to, operating, and querying databases._
PyMySQL (πŸ₯ˆ35 Β· ⭐ 6.2K) - Pure Python MySQL Client. MIT -- **[GitHub](https://github.com/PyMySQL/PyMySQL)** (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.2K Β· πŸ“¦ 70K Β· πŸ“‹ 530 - 3% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/PyMySQL/PyMySQL) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 1.2K Β· πŸ“¦ 70K Β· πŸ“‹ 530 - 3% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/PyMySQL/PyMySQL ``` -- **[PyPi](https://pypi.org/project/PyMySQL)** (πŸ“₯ 5.3M / month Β· πŸ“¦ 18K Β· ⏱️ 10.09.2020): +- [PyPi](https://pypi.org/project/PyMySQL) (πŸ“₯ 5.3M / month Β· πŸ“¦ 18K Β· ⏱️ 10.09.2020): ``` pip install PyMySQL @@ -8822,12 +8822,12 @@ _Libraries for connecting to, operating, and querying databases._
google-cloud-storage (πŸ₯ˆ35 Β· ⭐ 3.4K) - Google Cloud Client Library for Python. Apache-2 -- **[GitHub](https://github.com/googleapis/google-cloud-python)** (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.3K Β· πŸ“‹ 3.3K - 0% open Β· ⏱️ 29.10.2020): +- [GitHub](https://github.com/googleapis/google-cloud-python) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.3K Β· πŸ“‹ 3.3K - 0% open Β· ⏱️ 29.10.2020): ``` git clone https://github.com/googleapis/google-cloud-python ``` -- **[PyPi](https://pypi.org/project/google-cloud-storage)** (πŸ“₯ 13M / month Β· πŸ“¦ 2.1K Β· ⏱️ 14.12.2020): +- [PyPi](https://pypi.org/project/google-cloud-storage) (πŸ“₯ 12M / month Β· πŸ“¦ 2.1K Β· ⏱️ 14.12.2020): ``` pip install google-cloud-storage @@ -8835,12 +8835,12 @@ _Libraries for connecting to, operating, and querying databases._
elasticsearch (πŸ₯ˆ35 Β· ⭐ 3K) - Official Python low-level client for Elasticsearch. Apache-2 -- **[GitHub](https://github.com/elastic/elasticsearch-py)** (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 960 Β· πŸ“₯ 43 Β· πŸ“¦ 19K Β· πŸ“‹ 840 - 8% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/elastic/elasticsearch-py) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 960 Β· πŸ“₯ 44 Β· πŸ“¦ 19K Β· πŸ“‹ 840 - 8% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/elastic/elasticsearch-py ``` -- **[PyPi](https://pypi.org/project/elasticsearch)** (πŸ“₯ 3.9M / month Β· πŸ“¦ 11K Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/elasticsearch) (πŸ“₯ 3.9M / month Β· πŸ“¦ 11K Β· ⏱️ 09.12.2020): ``` pip install elasticsearch @@ -8848,25 +8848,38 @@ _Libraries for connecting to, operating, and querying databases._
kafka-python (πŸ₯ˆ34 Β· ⭐ 4.1K) - Python client for Apache Kafka. Apache-2 -- **[GitHub](https://github.com/dpkp/kafka-python)** (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“₯ 1.7K Β· πŸ“¦ 5.5K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 02.12.2020): +- [GitHub](https://github.com/dpkp/kafka-python) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“₯ 1.7K Β· πŸ“¦ 5.5K Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 02.12.2020): ``` git clone https://github.com/dpkp/kafka-python ``` -- **[PyPi](https://pypi.org/project/kafka-python)** (πŸ“₯ 2.3M / month Β· πŸ“¦ 2K Β· ⏱️ 30.09.2020): +- [PyPi](https://pypi.org/project/kafka-python) (πŸ“₯ 2.2M / month Β· πŸ“¦ 2K Β· ⏱️ 30.09.2020): ``` pip install kafka-python ```
+
peewee (πŸ₯ˆ33 Β· ⭐ 8K) - a small, expressive orm -- supports postgresql, mysql and sqlite. MIT + +- [GitHub](https://github.com/coleifer/peewee) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.3K Β· πŸ“¦ 12K Β· πŸ“‹ 1.9K - 0% open Β· ⏱️ 26.11.2020): + + ``` + git clone https://github.com/coleifer/peewee + ``` +- [PyPi](https://pypi.org/project/peewee) (πŸ“₯ 190K / month Β· πŸ“¦ 6.5K Β· ⏱️ 07.11.2020): + + ``` + pip install peewee + ``` +
Elasticsearch DSL (πŸ₯ˆ31 Β· ⭐ 3.1K) - High level Python client for Elasticsearch. Apache-2 -- **[GitHub](https://github.com/elastic/elasticsearch-dsl-py)** (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 660 Β· πŸ“₯ 19 Β· πŸ“¦ 4K Β· πŸ“‹ 1.1K - 4% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/elastic/elasticsearch-dsl-py) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 660 Β· πŸ“₯ 19 Β· πŸ“¦ 4K Β· πŸ“‹ 1.1K - 4% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/elastic/elasticsearch-dsl-py ``` -- **[PyPi](https://pypi.org/project/elasticsearch-dsl)** (πŸ“₯ 970K / month Β· πŸ“¦ 1.6K Β· ⏱️ 17.09.2020): +- [PyPi](https://pypi.org/project/elasticsearch-dsl) (πŸ“₯ 950K / month Β· πŸ“¦ 1.6K Β· ⏱️ 17.09.2020): ``` pip install elasticsearch-dsl @@ -8874,17 +8887,17 @@ _Libraries for connecting to, operating, and querying databases._
Prometheus Client (πŸ₯ˆ31 Β· ⭐ 1.9K) - Prometheus instrumentation library for Python applications. Apache-2 -- **[GitHub](https://github.com/prometheus/client_python)** (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 490 Β· πŸ“‹ 310 - 8% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/prometheus/client_python) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 490 Β· πŸ“‹ 310 - 8% open Β· ⏱️ 24.11.2020): ``` git clone https://github.com/prometheus/client_python ``` -- **[PyPi](https://pypi.org/project/prometheus_client)** (πŸ“₯ 10M / month Β· πŸ“¦ 3.7K Β· ⏱️ 20.06.2019): +- [PyPi](https://pypi.org/project/prometheus_client) (πŸ“₯ 10M / month Β· πŸ“¦ 3.7K Β· ⏱️ 20.06.2019): ``` pip install prometheus_client ``` -- **[Conda](https://anaconda.org/conda-forge/prometheus_client)**: +- [Conda](https://anaconda.org/conda-forge/prometheus_client): ``` conda install -c conda-forge prometheus_client @@ -8892,12 +8905,12 @@ _Libraries for connecting to, operating, and querying databases._
influxdb (πŸ₯ˆ31 Β· ⭐ 1.4K) - Python client for InfluxDB. MIT -- **[GitHub](https://github.com/influxdata/influxdb-python)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 480 Β· πŸ“¦ 3.7K Β· πŸ“‹ 500 - 26% open Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/influxdata/influxdb-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 480 Β· πŸ“¦ 3.7K Β· πŸ“‹ 500 - 26% open Β· ⏱️ 11.11.2020): ``` git clone https://github.com/influxdata/influxdb-python ``` -- **[PyPi](https://pypi.org/project/influxdb)** (πŸ“₯ 1.1M / month Β· πŸ“¦ 2.1K Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/influxdb) (πŸ“₯ 1.1M / month Β· πŸ“¦ 2.1K Β· ⏱️ 11.11.2020): ``` pip install influxdb @@ -8905,17 +8918,17 @@ _Libraries for connecting to, operating, and querying databases._
Cassandra Driver (πŸ₯ˆ31 Β· ⭐ 1.2K) - DataStax Python Driver for Apache Cassandra. Apache-2 -- **[GitHub](https://github.com/datastax/python-driver)** (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 450 Β· πŸ“¦ 2.3K Β· ⏱️ 11.11.2020): +- [GitHub](https://github.com/datastax/python-driver) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 450 Β· πŸ“¦ 2.3K Β· ⏱️ 11.11.2020): ``` git clone https://github.com/datastax/python-driver ``` -- **[PyPi](https://pypi.org/project/cassandra-driver)** (πŸ“₯ 540K / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.06.2020): +- [PyPi](https://pypi.org/project/cassandra-driver) (πŸ“₯ 540K / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.06.2020): ``` pip install cassandra-driver ``` -- **[Conda](https://anaconda.org/conda-forge/cassandra-driver)**: +- [Conda](https://anaconda.org/conda-forge/cassandra-driver): ``` conda install -c conda-forge cassandra-driver @@ -8923,12 +8936,12 @@ _Libraries for connecting to, operating, and querying databases._
confluent-kafka-python (πŸ₯ˆ30 Β· ⭐ 2.1K) - Confluent's Kafka Python Client. Apache-2 -- **[GitHub](https://github.com/confluentinc/confluent-kafka-python)** (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 540 Β· πŸ“¦ 1.9K Β· πŸ“‹ 700 - 33% open Β· ⏱️ 24.11.2020): +- [GitHub](https://github.com/confluentinc/confluent-kafka-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 540 Β· πŸ“¦ 1.9K Β· πŸ“‹ 700 - 33% open Β· ⏱️ 24.11.2020): ``` git clone https://github.com/confluentinc/confluent-kafka-python ``` -- **[PyPi](https://pypi.org/project/confluent-kafka)** (πŸ“₯ 1M / month Β· πŸ“¦ 300 Β· ⏱️ 22.07.2020): +- [PyPi](https://pypi.org/project/confluent-kafka) (πŸ“₯ 1M / month Β· πŸ“¦ 300 Β· ⏱️ 22.07.2020): ``` pip install confluent-kafka @@ -8936,12 +8949,12 @@ _Libraries for connecting to, operating, and querying databases._
pyodbc (πŸ₯ˆ30 Β· ⭐ 1.9K) - Python ODBC bridge. MIT -- **[GitHub](https://github.com/mkleehammer/pyodbc)** (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 410 Β· πŸ“‹ 720 - 29% open Β· ⏱️ 26.10.2020): +- [GitHub](https://github.com/mkleehammer/pyodbc) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 410 Β· πŸ“‹ 720 - 29% open Β· ⏱️ 26.10.2020): ``` git clone https://github.com/mkleehammer/pyodbc ``` -- **[PyPi](https://pypi.org/project/pyodbc)** (πŸ“₯ 4.2M / month Β· πŸ“¦ 3.3K Β· ⏱️ 10.02.2020): +- [PyPi](https://pypi.org/project/pyodbc) (πŸ“₯ 4.1M / month Β· πŸ“¦ 3.3K Β· ⏱️ 10.02.2020): ``` pip install pyodbc @@ -8949,25 +8962,25 @@ _Libraries for connecting to, operating, and querying databases._
Motor (πŸ₯ˆ30 Β· ⭐ 1.6K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2 -- **[GitHub](https://github.com/mongodb/motor)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“¦ 3.3K Β· ⏱️ 24.09.2020): +- [GitHub](https://github.com/mongodb/motor) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“¦ 3.3K Β· ⏱️ 24.09.2020): ``` git clone https://github.com/mongodb/motor ``` -- **[PyPi](https://pypi.org/project/motor)** (πŸ“₯ 140K / month Β· πŸ“¦ 1.8K Β· ⏱️ 24.09.2020): +- [PyPi](https://pypi.org/project/motor) (πŸ“₯ 130K / month Β· πŸ“¦ 1.8K Β· ⏱️ 24.09.2020): ``` pip install motor ```
-
py2neo (πŸ₯‰29 Β· ⭐ 950) - Py2neo is a comprehensive toolkit for working with Neo4j from within Python.. Apache-2 +
py2neo (πŸ₯‰29 Β· ⭐ 950) - Py2neo is a comprehensive toolkit for working with Neo4j from within.. Apache-2 -- **[GitHub](https://github.com/technige/py2neo)** (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 200 Β· πŸ“‹ 710 - 3% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/technige/py2neo) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 200 Β· πŸ“‹ 710 - 3% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/technige/py2neo ``` -- **[PyPi](https://pypi.org/project/py2neo)** (πŸ“₯ 77K / month Β· πŸ“¦ 1.1K Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/py2neo) (πŸ“₯ 76K / month Β· πŸ“¦ 1.1K Β· ⏱️ 21.11.2020): ``` pip install py2neo @@ -8975,56 +8988,43 @@ _Libraries for connecting to, operating, and querying databases._
pandas-gbq (πŸ₯‰29 Β· ⭐ 230) - Pandas Google BigQuery. BSD-3 -- **[GitHub](https://github.com/pydata/pandas-gbq)** (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 83 Β· πŸ“₯ 180 Β· πŸ“¦ 1.6K Β· πŸ“‹ 190 - 17% open Β· ⏱️ 04.12.2020): +- [GitHub](https://github.com/pydata/pandas-gbq) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 83 Β· πŸ“₯ 190 Β· πŸ“¦ 1.6K Β· πŸ“‹ 190 - 17% open Β· ⏱️ 04.12.2020): ``` git clone https://github.com/pydata/pandas-gbq ``` -- **[PyPi](https://pypi.org/project/pandas-gbq)** (πŸ“₯ 4.7M / month Β· πŸ“¦ 430 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/pandas-gbq) (πŸ“₯ 4.6M / month Β· πŸ“¦ 430 Β· ⏱️ 10.11.2020): ``` pip install pandas-gbq ``` -- **[Conda](https://anaconda.org/conda-forge/pandas-gbq)**: +- [Conda](https://anaconda.org/conda-forge/pandas-gbq): ``` conda install -c conda-forge pandas-gbq ```
-
peewee (πŸ₯‰28 Β· ⭐ 8K) - a small, expressive orm -- supports postgresql, mysql and sqlite. MIT - -- **[GitHub](https://github.com/coleifer/peewee)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.3K Β· πŸ“¦ 12K Β· πŸ“‹ 1.9K - 0% open Β· ⏱️ 26.11.2020): - - ``` - git clone https://github.com/coleifer/peewee - ``` -- **[PyPi](https://pypi.org/project/peewee)** (πŸ“¦ 6.5K Β· ⏱️ 07.11.2020): - - ``` - pip install peewee - ``` -
-
dataset (πŸ₯‰28 Β· ⭐ 3.9K) - Easy-to-use data handling for SQL data stores with support for implicit table.. MIT +
dataset (πŸ₯‰28 Β· ⭐ 3.9K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT -- **[GitHub](https://github.com/pudo/dataset)** (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 260 Β· πŸ“¦ 1.7K Β· πŸ“‹ 240 - 4% open Β· ⏱️ 14.11.2020): +- [GitHub](https://github.com/pudo/dataset) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 260 Β· πŸ“¦ 1.7K Β· πŸ“‹ 240 - 4% open Β· ⏱️ 14.11.2020): ``` git clone https://github.com/pudo/dataset ``` -- **[PyPi](https://pypi.org/project/dataset)** (πŸ“₯ 49K / month Β· πŸ“¦ 1K Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/dataset) (πŸ“₯ 48K / month Β· πŸ“¦ 1K Β· ⏱️ 14.11.2020): ``` pip install dataset ```
-
libcloud (πŸ₯‰28 Β· ⭐ 1.7K) - Apache Libcloud is a Python library which hides differences between different.. Apache-2 +
libcloud (πŸ₯‰28 Β· ⭐ 1.7K) - Apache Libcloud is a Python library which hides differences.. Apache-2 -- **[GitHub](https://github.com/apache/libcloud)** (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 880 Β· πŸ“¦ 1.6K Β· πŸ“‹ 93 - 32% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/apache/libcloud) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 880 Β· πŸ“¦ 1.6K Β· πŸ“‹ 93 - 32% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/apache/libcloud ``` -- **[PyPi](https://pypi.org/project/apache-libcloud)** (πŸ“₯ 61K / month Β· πŸ“¦ 1.5K Β· ⏱️ 20.09.2020): +- [PyPi](https://pypi.org/project/apache-libcloud) (πŸ“₯ 62K / month Β· πŸ“¦ 1.5K Β· ⏱️ 20.09.2020): ``` pip install apache-libcloud @@ -9032,12 +9032,12 @@ _Libraries for connecting to, operating, and querying databases._
minio (πŸ₯‰28 Β· ⭐ 380) - MinIO Client SDK for Python. Apache-2 -- **[GitHub](https://github.com/minio/minio-py)** (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 170 Β· πŸ“¦ 1.2K Β· πŸ“‹ 370 - 2% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/minio/minio-py) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 170 Β· πŸ“¦ 1.2K Β· πŸ“‹ 370 - 2% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/minio/minio-py ``` -- **[PyPi](https://pypi.org/project/minio)** (πŸ“₯ 180K / month Β· πŸ“¦ 340 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/minio) (πŸ“₯ 180K / month Β· πŸ“¦ 340 Β· ⏱️ 08.12.2020): ``` pip install minio @@ -9045,12 +9045,12 @@ _Libraries for connecting to, operating, and querying databases._
Databases (πŸ₯‰27 Β· ⭐ 1.8K) - Async database support for Python. BSD-3 -- **[GitHub](https://github.com/encode/databases)** (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“¦ 1.2K Β· πŸ“‹ 170 - 50% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/encode/databases) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“¦ 1.2K Β· πŸ“‹ 170 - 50% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/encode/databases ``` -- **[PyPi](https://pypi.org/project/databases)** (πŸ“₯ 48K / month Β· πŸ“¦ 60 Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/databases) (πŸ“₯ 48K / month Β· πŸ“¦ 60 Β· ⏱️ 16.11.2020): ``` pip install databases @@ -9058,61 +9058,48 @@ _Libraries for connecting to, operating, and querying databases._
Ibis (πŸ₯‰27 Β· ⭐ 1.5K) - A pandas-like deferred expression system, with first-class SQL support. Apache-2 -- **[GitHub](https://github.com/ibis-project/ibis)** (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 240 Β· πŸ“¦ 130 Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/ibis-project/ibis) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 240 Β· πŸ“¦ 130 Β· πŸ“‹ 1.5K - 35% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/ibis-project/ibis ``` -- **[PyPi](https://pypi.org/project/ibis-framework)** (πŸ“₯ 55K / month Β· πŸ“¦ 48 Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/ibis-framework) (πŸ“₯ 55K / month Β· πŸ“¦ 48 Β· ⏱️ 11.11.2020): ``` pip install ibis-framework ``` -- **[Conda](https://anaconda.org/conda-forge/ibis-framework)**: +- [Conda](https://anaconda.org/conda-forge/ibis-framework): ``` conda install -c conda-forge ibis-framework ```
-
cx-Oracle (πŸ₯‰26 Β· ⭐ 680) - Python interface to Oracle Database conforming to the Python DB API 2.0.. BSD-3 +
cx-Oracle (πŸ₯‰26 Β· ⭐ 680) - Python interface to Oracle Database conforming to the Python DB API.. BSD-3 -- **[GitHub](https://github.com/oracle/python-cx_Oracle)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 240 Β· πŸ“‹ 490 - 6% open Β· ⏱️ 08.12.2020): +- [GitHub](https://github.com/oracle/python-cx_Oracle) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 240 Β· πŸ“‹ 490 - 6% open Β· ⏱️ 08.12.2020): ``` git clone https://github.com/oracle/python-cx_Oracle ``` -- **[PyPi](https://pypi.org/project/cx-Oracle)** (πŸ“₯ 1M / month Β· πŸ“¦ 140 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/cx-Oracle) (πŸ“₯ 1M / month Β· πŸ“¦ 140 Β· ⏱️ 08.12.2020): ``` pip install cx-Oracle ```
-
cloudant (πŸ₯‰26 Β· ⭐ 160) - A Python library for Cloudant and CouchDB. Apache-2 - -- **[GitHub](https://github.com/cloudant/python-cloudant)** (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 44 Β· πŸ“¦ 1.2K Β· πŸ“‹ 280 - 13% open Β· ⏱️ 25.11.2020): - - ``` - git clone https://github.com/cloudant/python-cloudant - ``` -- **[PyPi](https://pypi.org/project/cloudant)** (πŸ“₯ 46K / month Β· πŸ“¦ 530 Β· ⏱️ 18.08.2020): - - ``` - pip install cloudant - ``` -
Pony (πŸ₯‰25 Β· ⭐ 2.4K) - Pony Object Relational Mapper. Apache-2 -- **[GitHub](https://github.com/ponyorm/pony)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 190 Β· πŸ“¦ 1.6K Β· πŸ“‹ 530 - 44% open Β· ⏱️ 23.11.2020): +- [GitHub](https://github.com/ponyorm/pony) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 190 Β· πŸ“¦ 1.6K Β· πŸ“‹ 530 - 44% open Β· ⏱️ 23.11.2020): ``` git clone https://github.com/ponyorm/pony ``` -- **[PyPi](https://pypi.org/project/pony)** (πŸ“₯ 25K / month Β· πŸ“¦ 540 Β· ⏱️ 23.11.2020): +- [PyPi](https://pypi.org/project/pony) (πŸ“₯ 25K / month Β· πŸ“¦ 540 Β· ⏱️ 23.11.2020): ``` pip install pony ``` -- **[Conda](https://anaconda.org/conda-forge/pony)**: +- [Conda](https://anaconda.org/conda-forge/pony): ``` conda install -c conda-forge pony @@ -9120,12 +9107,12 @@ _Libraries for connecting to, operating, and querying databases._
AWS Data Wrangler (πŸ₯‰25 Β· ⭐ 1.3K) - Pandas on AWS. Apache-2 -- **[GitHub](https://github.com/awslabs/aws-data-wrangler)** (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 210 Β· πŸ“₯ 18K Β· πŸ“‹ 270 - 11% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/awslabs/aws-data-wrangler) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 210 Β· πŸ“₯ 18K Β· πŸ“‹ 270 - 11% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/awslabs/aws-data-wrangler ``` -- **[PyPi](https://pypi.org/project/awswrangler)** (πŸ“₯ 380K / month Β· ⏱️ 11.12.2020): +- [PyPi](https://pypi.org/project/awswrangler) (πŸ“₯ 390K / month Β· ⏱️ 11.12.2020): ``` pip install awswrangler @@ -9133,17 +9120,17 @@ _Libraries for connecting to, operating, and querying databases._
HappyBase (πŸ₯‰25 Β· ⭐ 550 Β· πŸ’€) - A developer-friendly Python library to interact with Apache HBase. MIT -- **[GitHub](https://github.com/python-happybase/happybase)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 150 Β· πŸ“¦ 440 Β· πŸ“‹ 210 - 13% open Β· ⏱️ 09.04.2020): +- [GitHub](https://github.com/python-happybase/happybase) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 150 Β· πŸ“¦ 450 Β· πŸ“‹ 210 - 13% open Β· ⏱️ 09.04.2020): ``` git clone https://github.com/python-happybase/happybase ``` -- **[PyPi](https://pypi.org/project/happybase)** (πŸ“₯ 64K / month Β· πŸ“¦ 420 Β· ⏱️ 03.04.2017): +- [PyPi](https://pypi.org/project/happybase) (πŸ“₯ 61K / month Β· πŸ“¦ 420 Β· ⏱️ 03.04.2017): ``` pip install happybase ``` -- **[Conda](https://anaconda.org/conda-forge/happybase)**: +- [Conda](https://anaconda.org/conda-forge/happybase): ``` conda install -c conda-forge happybase @@ -9151,44 +9138,57 @@ _Libraries for connecting to, operating, and querying databases._
neo4j-driver (πŸ₯‰24 Β· ⭐ 580) - Neo4j Bolt driver for Python. Apache-2 -- **[GitHub](https://github.com/neo4j/neo4j-python-driver)** (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 130 Β· πŸ“‹ 170 - 0% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/neo4j/neo4j-python-driver) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 130 Β· πŸ“‹ 170 - 0% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/neo4j/neo4j-python-driver ``` -- **[PyPi](https://pypi.org/project/neo4j-driver)** (πŸ“₯ 64K / month Β· πŸ“¦ 380 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/neo4j-driver) (πŸ“₯ 64K / month Β· πŸ“¦ 380 Β· ⏱️ 17.11.2020): ``` pip install neo4j-driver ```
-
PugSQL (πŸ₯‰17 Β· ⭐ 400) - A HugSQL-inspired database library for Python. Apache-2 +
cloudant (πŸ₯‰22 Β· ⭐ 160) - A Python library for Cloudant and CouchDB. Apache-2 + +- [GitHub](https://github.com/cloudant/python-cloudant) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 44 Β· πŸ“¦ 1.2K Β· πŸ“‹ 280 - 13% open Β· ⏱️ 25.11.2020): -- **[GitHub](https://github.com/mcfunley/pugsql)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 12 Β· πŸ“‹ 32 - 40% open Β· ⏱️ 13.09.2020): + ``` + git clone https://github.com/cloudant/python-cloudant + ``` +- [PyPi](https://pypi.org/project/cloudant) (πŸ“¦ 530 Β· ⏱️ 18.08.2020): + + ``` + pip install cloudant + ``` +
+
PugSQL (πŸ₯‰18 Β· ⭐ 400) - A HugSQL-inspired database library for Python. Apache-2 + +- [GitHub](https://github.com/mcfunley/pugsql) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 13 Β· πŸ“‹ 32 - 40% open Β· ⏱️ 13.09.2020): ``` git clone https://github.com/mcfunley/pugsql ``` -- **[PyPi](https://pypi.org/project/pugsql)** (πŸ“₯ 1.9K / month Β· πŸ“¦ 1 Β· ⏱️ 13.09.2020): +- [PyPi](https://pypi.org/project/pugsql) (πŸ“₯ 1.9K / month Β· πŸ“¦ 1 Β· ⏱️ 13.09.2020): ``` pip install pugsql ```
Show 9 hidden projects... -
psycopg2 (πŸ₯ˆ35 Β· ⭐ 2K) - PostgreSQL database adapter for the Python programming language. ❗️BSD-3-Clause-Attribution +
psycopg2 (πŸ₯ˆ35 Β· ⭐ 2K) - PostgreSQL database adapter for the Python programming.. ❗️BSD-3-Clause-Attribution -- **[GitHub](https://github.com/psycopg/psycopg2)** (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 360 Β· πŸ“¦ 280K Β· πŸ“‹ 970 - 4% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/psycopg/psycopg2) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 360 Β· πŸ“¦ 280K Β· πŸ“‹ 970 - 4% open Β· ⏱️ 17.11.2020): ``` git clone https://github.com/psycopg/psycopg2 ``` -- **[PyPi](https://pypi.org/project/psycopg2)** (πŸ“₯ 5.2M / month Β· πŸ“¦ 120K Β· ⏱️ 06.09.2020): +- [PyPi](https://pypi.org/project/psycopg2) (πŸ“₯ 5.2M / month Β· πŸ“¦ 120K Β· ⏱️ 06.09.2020): ``` pip install psycopg2 ``` -- **[Conda](https://anaconda.org/anaconda/psycopg2)** (⏱️ 09.07.2020): +- [Conda](https://anaconda.org/anaconda/psycopg2) (⏱️ 09.07.2020): ``` conda install -c anaconda psycopg2 @@ -9196,17 +9196,17 @@ _Libraries for connecting to, operating, and querying databases._
mysqlclient (πŸ₯ˆ30 Β· ⭐ 1.8K) - MySQL database connector for Python (with Python 3 support). ❗️GPL-2.0 -- **[GitHub](https://github.com/PyMySQL/mysqlclient)** (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 300 Β· πŸ“₯ 5.2K Β· πŸ“‹ 250 - 2% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/PyMySQL/mysqlclient) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 300 Β· πŸ“₯ 5.2K Β· πŸ“‹ 250 - 2% open Β· ⏱️ 11.12.2020): ``` - git clone https://github.com/PyMySQL/mysqlclient-python + git clone https://github.com/PyMySQL/mysqlclient ``` -- **[PyPi](https://pypi.org/project/mysqlclient)** (πŸ“₯ 1.9M / month Β· πŸ“¦ 14K Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/mysqlclient) (πŸ“₯ 1.9M / month Β· πŸ“¦ 14K Β· ⏱️ 10.12.2020): ``` pip install mysqlclient ``` -- **[Conda](https://anaconda.org/conda-forge/mysqlclient)**: +- [Conda](https://anaconda.org/conda-forge/mysqlclient): ``` conda install -c conda-forge mysqlclient @@ -9214,30 +9214,30 @@ _Libraries for connecting to, operating, and querying databases._
Records (πŸ₯‰27 Β· ⭐ 6.4K Β· πŸ’€) - SQL for Humans. ISC -- **[GitHub](https://github.com/kennethreitz42/records)** (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 530 Β· πŸ“¦ 700 Β· πŸ“‹ 120 - 33% open Β· ⏱️ 20.08.2019): +- [GitHub](https://github.com/kennethreitz42/records) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 530 Β· πŸ“¦ 700 Β· πŸ“‹ 140 - 40% open Β· ⏱️ 20.08.2019): ``` - git clone https://github.com/kennethreitz-archive/records + git clone https://github.com/kennethreitz42/records ``` -- **[PyPi](https://pypi.org/project/records)** (πŸ“₯ 190K / month Β· πŸ“¦ 300 Β· ⏱️ 21.02.2019): +- [PyPi](https://pypi.org/project/records) (πŸ“₯ 180K / month Β· πŸ“¦ 300 Β· ⏱️ 21.02.2019): ``` pip install records ``` -- **[Conda](https://anaconda.org/conda-forge/records)**: +- [Conda](https://anaconda.org/conda-forge/records): ``` conda install -c conda-forge records ```
-
mongo-connector (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - MongoDB data stream pipeline tools by YouGov (adopted from MongoDB). Apache-2 +
mongo-connector (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - MongoDB data stream pipeline tools by YouGov (adopted from.. Apache-2 -- **[GitHub](https://github.com/yougov/mongo-connector)** (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 450 Β· πŸ“¦ 90 Β· πŸ“‹ 730 - 30% open Β· ⏱️ 05.12.2018): +- [GitHub](https://github.com/yougov/mongo-connector) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 450 Β· πŸ“¦ 90 Β· πŸ“‹ 730 - 30% open Β· ⏱️ 05.12.2018): ``` git clone https://github.com/yougov/mongo-connector ``` -- **[PyPi](https://pypi.org/project/mongo-connector)** (πŸ“₯ 2.8K / month Β· πŸ“¦ 29 Β· ⏱️ 05.12.2018): +- [PyPi](https://pypi.org/project/mongo-connector) (πŸ“₯ 2.8K / month Β· πŸ“¦ 29 Β· ⏱️ 05.12.2018): ``` pip install mongo-connector @@ -9245,12 +9245,12 @@ _Libraries for connecting to, operating, and querying databases._
pyhdb (πŸ₯‰23 Β· ⭐ 280 Β· πŸ’€) - SAP HANA Connector in pure Python. Apache-2 -- **[GitHub](https://github.com/SAP/PyHDB)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“₯ 56 Β· πŸ“¦ 100 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 24.05.2018): +- [GitHub](https://github.com/SAP/PyHDB) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 130 Β· πŸ“₯ 57 Β· πŸ“¦ 100 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 24.05.2018): ``` git clone https://github.com/SAP/pyhdb ``` -- **[PyPi](https://pypi.org/project/pyhdb)** (πŸ“₯ 68K / month Β· πŸ“¦ 30 Β· ⏱️ 16.02.2018): +- [PyPi](https://pypi.org/project/pyhdb) (πŸ“₯ 68K / month Β· πŸ“¦ 30 Β· ⏱️ 16.02.2018): ``` pip install pyhdb @@ -9258,12 +9258,12 @@ _Libraries for connecting to, operating, and querying databases._
filedepot (πŸ₯‰21 Β· ⭐ 120) - Toolkit for storing files and attachments in web applications. MIT -- **[GitHub](https://github.com/amol-/depot)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 32 Β· πŸ“¦ 210 Β· πŸ“‹ 39 - 15% open Β· ⏱️ 27.07.2020): +- [GitHub](https://github.com/amol-/depot) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 32 Β· πŸ“¦ 220 Β· πŸ“‹ 39 - 15% open Β· ⏱️ 27.07.2020): ``` git clone https://github.com/amol-/depot ``` -- **[PyPi](https://pypi.org/project/filedepot)** (πŸ“₯ 2.2K / month Β· πŸ“¦ 88 Β· ⏱️ 27.07.2020): +- [PyPi](https://pypi.org/project/filedepot) (πŸ“₯ 2.2K / month Β· πŸ“¦ 88 Β· ⏱️ 27.07.2020): ``` pip install filedepot @@ -9271,12 +9271,12 @@ _Libraries for connecting to, operating, and querying databases._
db.py (πŸ₯‰20 Β· ⭐ 1.2K Β· πŸ’€) - db.py is an easier way to interact with your databases. BSD-2 -- **[GitHub](https://github.com/yhat/db.py)** (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 110 Β· πŸ“‹ 53 - 60% open Β· ⏱️ 31.03.2017): +- [GitHub](https://github.com/yhat/db.py) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 110 Β· πŸ“‹ 53 - 60% open Β· ⏱️ 31.03.2017): ``` git clone https://github.com/yhat/db.py ``` -- **[PyPi](https://pypi.org/project/db.py)** (πŸ“₯ 780 / month Β· πŸ“¦ 19 Β· ⏱️ 31.03.2017): +- [PyPi](https://pypi.org/project/db.py) (πŸ“₯ 770 / month Β· πŸ“¦ 19 Β· ⏱️ 31.03.2017): ``` pip install db.py @@ -9284,12 +9284,12 @@ _Libraries for connecting to, operating, and querying databases._
lazydata (πŸ₯‰16 Β· ⭐ 620 Β· πŸ’€) - Lazydata: Scalable data dependencies for Python projects. Apache-2 -- **[GitHub](https://github.com/rstojnic/lazydata)** (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 24 Β· πŸ“¦ 7 Β· πŸ“‹ 13 - 53% open Β· ⏱️ 12.10.2018): +- [GitHub](https://github.com/rstojnic/lazydata) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 24 Β· πŸ“¦ 7 Β· πŸ“‹ 13 - 53% open Β· ⏱️ 12.10.2018): ``` git clone https://github.com/rstojnic/lazydata ``` -- **[PyPi](https://pypi.org/project/lazydata)** (πŸ“₯ 56 / month Β· ⏱️ 18.09.2018): +- [PyPi](https://pypi.org/project/lazydata) (πŸ“₯ 57 / month Β· ⏱️ 18.09.2018): ``` pip install lazydata @@ -9297,12 +9297,12 @@ _Libraries for connecting to, operating, and querying databases._
SuperSQLite (πŸ₯‰15 Β· ⭐ 650 Β· πŸ’€) - A supercharged SQLite library for Python. MIT -- **[GitHub](https://github.com/plasticityai/supersqlite)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 18 Β· πŸ“¦ 3 Β· πŸ“‹ 4 - 75% open Β· ⏱️ 27.08.2019): +- [GitHub](https://github.com/plasticityai/supersqlite) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 18 Β· πŸ“¦ 3 Β· πŸ“‹ 4 - 75% open Β· ⏱️ 27.08.2019): ``` git clone https://github.com/plasticityai/supersqlite ``` -- **[PyPi](https://pypi.org/project/supersqlite)** (πŸ“₯ 330 / month Β· ⏱️ 19.11.2018): +- [PyPi](https://pypi.org/project/supersqlite) (πŸ“₯ 320 / month Β· ⏱️ 19.11.2018): ``` pip install supersqlite @@ -9317,19 +9317,19 @@ _Libraries for connecting to, operating, and querying databases._ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU, GPU)._ -
psutil (πŸ₯‡36 Β· ⭐ 6.8K) - Cross-platform lib for process and system monitoring in Python. BSD-3 +
psutil (πŸ₯‡36 Β· ⭐ 6.9K) - Cross-platform lib for process and system monitoring in Python. BSD-3 -- **[GitHub](https://github.com/giampaolo/psutil)** (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.1K Β· πŸ“¦ 67K Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/giampaolo/psutil) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.1K Β· πŸ“¦ 67K Β· πŸ“‹ 1.4K - 15% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/giampaolo/psutil ``` -- **[PyPi](https://pypi.org/project/psutil)** (πŸ“₯ 12M / month Β· πŸ“¦ 25K Β· ⏱️ 24.10.2020): +- [PyPi](https://pypi.org/project/psutil) (πŸ“₯ 12M / month Β· πŸ“¦ 25K Β· ⏱️ 24.10.2020): ``` pip install psutil ``` -- **[Conda](https://anaconda.org/conda-forge/psutil)**: +- [Conda](https://anaconda.org/conda-forge/psutil): ``` conda install -c conda-forge psutil @@ -9337,25 +9337,25 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
memory-profiler (πŸ₯ˆ27 Β· ⭐ 2.6K) - Monitor Memory usage of Python code. BSD-3 -- **[GitHub](https://github.com/pythonprofilers/memory_profiler)** (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 290 Β· πŸ“‹ 180 - 45% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/pythonprofilers/memory_profiler) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 290 Β· πŸ“‹ 180 - 45% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/pythonprofilers/memory_profiler ``` -- **[PyPi](https://pypi.org/project/memory_profiler)** (πŸ“₯ 170K / month Β· πŸ“¦ 530 Β· ⏱️ 16.08.2018): +- [PyPi](https://pypi.org/project/memory_profiler) (πŸ“₯ 170K / month Β· πŸ“¦ 530 Β· ⏱️ 16.08.2018): ``` pip install memory_profiler ```
-
Yappi (πŸ₯ˆ27 Β· ⭐ 530) - Yet Another Python Profiler, but this time thread&coroutine&greenlet aware. MIT +
Yappi (πŸ₯ˆ27 Β· ⭐ 540) - Yet Another Python Profiler, but this time thread&coroutine&greenlet aware. MIT -- **[GitHub](https://github.com/sumerc/yappi)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 35 Β· πŸ“¦ 340 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 09.12.2020): +- [GitHub](https://github.com/sumerc/yappi) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 36 Β· πŸ“¦ 340 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 09.12.2020): ``` git clone https://github.com/sumerc/yappi ``` -- **[PyPi](https://pypi.org/project/yappi)** (πŸ“₯ 120K / month Β· πŸ“¦ 640 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/yappi) (πŸ“₯ 120K / month Β· πŸ“¦ 640 Β· ⏱️ 27.11.2020): ``` pip install yappi @@ -9363,130 +9363,130 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
py-spy (πŸ₯ˆ26 Β· ⭐ 6.3K) - Sampling profiler for Python programs. MIT -- **[GitHub](https://github.com/benfred/py-spy)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“₯ 3.9K Β· πŸ“¦ 480 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 20.11.2020): +- [GitHub](https://github.com/benfred/py-spy) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 220 Β· πŸ“₯ 3.9K Β· πŸ“¦ 480 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 20.11.2020): ``` git clone https://github.com/benfred/py-spy ``` -- **[PyPi](https://pypi.org/project/py-spy)** (πŸ“₯ 210K / month Β· πŸ“¦ 25 Β· ⏱️ 22.06.2020): +- [PyPi](https://pypi.org/project/py-spy) (πŸ“₯ 230K / month Β· πŸ“¦ 25 Β· ⏱️ 22.06.2020): ``` pip install py-spy ```
-
pyinstrument (πŸ₯‰25 Β· ⭐ 2.3K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3 +
pyinstrument (πŸ₯ˆ26 Β· ⭐ 2.3K) - Call stack profiler for Python. Shows you why your code is slow!. BSD-3 -- **[GitHub](https://github.com/joerick/pyinstrument)** (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 89 Β· πŸ“¦ 200 Β· πŸ“‹ 69 - 27% open Β· ⏱️ 22.09.2020): +- [GitHub](https://github.com/joerick/pyinstrument) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 89 Β· πŸ“¦ 200 Β· πŸ“‹ 69 - 27% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/joerick/pyinstrument ``` -- **[PyPi](https://pypi.org/project/pyinstrument)** (πŸ“₯ 48K / month Β· πŸ“¦ 140 Β· ⏱️ 09.09.2020): +- [PyPi](https://pypi.org/project/pyinstrument) (πŸ“₯ 48K / month Β· πŸ“¦ 140 Β· ⏱️ 09.09.2020): ``` pip install pyinstrument ```
-
Scalene (πŸ₯‰22 Β· ⭐ 2.9K) - Scalene: a high-performance, high-precision CPU and memory profiler for Python. Apache-2 +
gpustat (πŸ₯‰25 Β· ⭐ 2.1K Β· πŸ’€) - A simple command-line utility for querying and monitoring GPU status. MIT -- **[GitHub](https://github.com/emeryberger/scalene)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 100 Β· πŸ“¦ 18 Β· πŸ“‹ 68 - 26% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/wookayin/gpustat) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 180 Β· πŸ“¦ 520 Β· πŸ“‹ 62 - 29% open Β· ⏱️ 19.05.2020): ``` - git clone https://github.com/emeryberger/scalene + git clone https://github.com/wookayin/gpustat ``` -- **[PyPi](https://pypi.org/project/scalene)** (πŸ“₯ 1.9K / month Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/gpustat) (πŸ“₯ 150K / month Β· πŸ“¦ 58 Β· ⏱️ 22.07.2019): ``` - pip install scalene + pip install gpustat ```
-
Profiling (πŸ₯‰20 Β· ⭐ 3K) - Was an interactive continuous Python profiler. BSD-3 +
Scalene (πŸ₯‰22 Β· ⭐ 2.9K) - Scalene: a high-performance, high-precision CPU and memory.. Apache-2 -- **[GitHub](https://github.com/what-studio/profiling)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 110 Β· πŸ“¦ 29 Β· πŸ“‹ 35 - 42% open Β· ⏱️ 24.08.2020): +- [GitHub](https://github.com/emeryberger/scalene) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 100 Β· πŸ“¦ 18 Β· πŸ“‹ 68 - 26% open Β· ⏱️ 10.12.2020): ``` - git clone https://github.com/what-studio/profiling + git clone https://github.com/emeryberger/scalene ``` -- **[PyPi](https://pypi.org/project/profiling)** (πŸ“₯ 2.7K / month Β· πŸ“¦ 5 Β· ⏱️ 28.06.2017): +- [PyPi](https://pypi.org/project/scalene) (πŸ“₯ 1.9K / month Β· ⏱️ 09.12.2020): ``` - pip install profiling + pip install scalene ```
-
gpustat (πŸ₯‰20 Β· ⭐ 2.1K Β· πŸ’€) - A simple command-line utility for querying and monitoring GPU status. MIT +
Profiling (πŸ₯‰20 Β· ⭐ 3K) - Was an interactive continuous Python profiler. BSD-3 -- **[GitHub](https://github.com/wookayin/gpustat)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 180 Β· πŸ“¦ 510 Β· πŸ“‹ 62 - 29% open Β· ⏱️ 19.05.2020): +- [GitHub](https://github.com/what-studio/profiling) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 110 Β· πŸ“¦ 29 Β· πŸ“‹ 35 - 42% open Β· ⏱️ 24.08.2020): ``` - git clone https://github.com/wookayin/gpustat + git clone https://github.com/what-studio/profiling ``` -- **[PyPi](https://pypi.org/project/gpustat)** (πŸ“¦ 58 Β· ⏱️ 22.07.2019): +- [PyPi](https://pypi.org/project/profiling) (πŸ“₯ 2.7K / month Β· πŸ“¦ 5 Β· ⏱️ 28.06.2017): ``` - pip install gpustat + pip install profiling ```
Show 5 hidden projects... -
Glances (πŸ₯‡29 Β· ⭐ 17K) - Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac.. ❗️LGPL-3.0 +
Glances (πŸ₯‡29 Β· ⭐ 17K) - Glances an Eye on your system. A top/htop alternative for.. ❗️LGPL-3.0 -- **[GitHub](https://github.com/nicolargo/glances)** (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.1K Β· πŸ“₯ 400 Β· πŸ“¦ 250 Β· πŸ“‹ 1.3K - 14% open Β· ⏱️ 13.12.2020): +- [GitHub](https://github.com/nicolargo/glances) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.1K Β· πŸ“₯ 400 Β· πŸ“¦ 250 Β· πŸ“‹ 1.3K - 14% open Β· ⏱️ 13.12.2020): ``` git clone https://github.com/nicolargo/glances ``` -- **[PyPi](https://pypi.org/project/glances)** (πŸ“₯ 38K / month Β· πŸ“¦ 50 Β· ⏱️ 19.08.2020): +- [PyPi](https://pypi.org/project/glances) (πŸ“₯ 39K / month Β· πŸ“¦ 50 Β· ⏱️ 19.08.2020): ``` pip install glances ```
-
Diamond (πŸ₯ˆ26 Β· ⭐ 1.6K Β· πŸ’€) - Diamond is a python daemon that collects system metrics and publishes them to.. MIT +
Diamond (πŸ₯ˆ26 Β· ⭐ 1.6K Β· πŸ’€) - Diamond is a python daemon that collects system metrics and.. MIT -- **[GitHub](https://github.com/python-diamond/Diamond)** (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 590 Β· πŸ“¦ 54 Β· πŸ“‹ 350 - 63% open Β· ⏱️ 15.03.2018): +- [GitHub](https://github.com/python-diamond/Diamond) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 590 Β· πŸ“¦ 54 Β· πŸ“‹ 350 - 63% open Β· ⏱️ 15.03.2018): ``` git clone https://github.com/python-diamond/Diamond ``` -- **[PyPi](https://pypi.org/project/diamond)** (πŸ“₯ 23K / month Β· πŸ“¦ 31 Β· ⏱️ 25.11.2016): +- [PyPi](https://pypi.org/project/diamond) (πŸ“₯ 22K / month Β· πŸ“¦ 31 Β· ⏱️ 25.11.2016): ``` pip install diamond ```
-
line_profiler (πŸ₯‰24 Β· ⭐ 3.5K Β· πŸ’€) - (OLD REPO) Line-by-line profiling for Python - Current repo -. BSD-3 +
line_profiler (πŸ₯‰24 Β· ⭐ 3.5K Β· πŸ’€) - (OLD REPO) Line-by-line profiling for Python - Current repo.. BSD-3 -- **[GitHub](https://github.com/rkern/line_profiler)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 240 Β· πŸ“‹ 160 - 44% open Β· ⏱️ 23.04.2019): +- [GitHub](https://github.com/rkern/line_profiler) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 240 Β· πŸ“‹ 160 - 44% open Β· ⏱️ 23.04.2019): ``` git clone https://github.com/rkern/line_profiler ``` -- **[PyPi](https://pypi.org/project/line_profiler)** (πŸ“₯ 230K / month Β· πŸ“¦ 690 Β· ⏱️ 20.12.2017): +- [PyPi](https://pypi.org/project/line_profiler) (πŸ“₯ 230K / month Β· πŸ“¦ 690 Β· ⏱️ 20.12.2017): ``` pip install line_profiler ```
-
GPUtil (πŸ₯‰23 Β· ⭐ 650 Β· πŸ’€) - A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi.. MIT +
GPUtil (πŸ₯‰23 Β· ⭐ 650 Β· πŸ’€) - A Python module for getting the GPU status from NVIDA GPUs using.. MIT -- **[GitHub](https://github.com/anderskm/gputil)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 76 Β· πŸ“¦ 900 Β· πŸ“‹ 24 - 45% open Β· ⏱️ 16.08.2019): +- [GitHub](https://github.com/anderskm/gputil) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 76 Β· πŸ“¦ 900 Β· πŸ“‹ 24 - 45% open Β· ⏱️ 16.08.2019): ``` git clone https://github.com/anderskm/gputil ``` -- **[PyPi](https://pypi.org/project/gputil)** (πŸ“₯ 50K / month Β· πŸ“¦ 100 Β· ⏱️ 18.12.2018): +- [PyPi](https://pypi.org/project/gputil) (πŸ“₯ 50K / month Β· πŸ“¦ 100 Β· ⏱️ 18.12.2018): ``` pip install gputil ```
-
StackImpact (πŸ₯‰13 Β· ⭐ 670 Β· πŸ’€) - DEPRECATED StackImpact Python Profiler - Production-Grade Performance.. BSD-3 +
StackImpact (πŸ₯‰15 Β· ⭐ 670 Β· πŸ’€) - DEPRECATED StackImpact Python Profiler - Production-Grade.. BSD-3 -- **[GitHub](https://github.com/stackimpact/stackimpact-python)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 21 Β· πŸ“¦ 5 Β· ⏱️ 14.05.2019): +- [GitHub](https://github.com/stackimpact/stackimpact-python) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 21 Β· πŸ“¦ 5 Β· ⏱️ 14.05.2019): ``` git clone https://github.com/stackimpact/stackimpact-python ``` -- **[PyPi](https://pypi.org/project/stackimpact)** (πŸ“¦ 1 Β· ⏱️ 14.05.2019): +- [PyPi](https://pypi.org/project/stackimpact) (πŸ“₯ 350 / month Β· πŸ“¦ 1 Β· ⏱️ 14.05.2019): ``` pip install stackimpact @@ -9499,68 +9499,68 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU, Back to top -
SymPy (πŸ₯‡36 Β· ⭐ 7.6K) - A computer algebra system written in pure Python. BSD-3 +
SymPy (πŸ₯‡36 Β· ⭐ 7.7K) - A computer algebra system written in pure Python. BSD-3 -- **[GitHub](https://github.com/sympy/sympy)** (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 3.2K Β· πŸ“₯ 410K Β· πŸ“¦ 27K Β· πŸ“‹ 11K - 35% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/sympy/sympy) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 3.2K Β· πŸ“₯ 410K Β· πŸ“¦ 27K Β· πŸ“‹ 11K - 35% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/sympy/sympy ``` -- **[PyPi](https://pypi.org/project/sympy)** (πŸ“₯ 700K / month Β· πŸ“¦ 6.4K Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/sympy) (πŸ“₯ 690K / month Β· πŸ“¦ 6.4K Β· ⏱️ 12.12.2020): ``` pip install sympy ``` -- **[Conda](https://anaconda.org/anaconda/sympy)** (⏱️ 24.11.2020): +- [Conda](https://anaconda.org/anaconda/sympy) (⏱️ 24.11.2020): ``` conda install -c anaconda sympy ```
-
MLxtend (πŸ₯‡30 Β· ⭐ 3.2K) - A library of extension and helper modules for Python's data analysis and.. BSD-3 +
MLxtend (πŸ₯‡30 Β· ⭐ 3.2K) - A library of extension and helper modules for Python's data.. BSD-3 -- **[GitHub](https://github.com/rasbt/mlxtend)** (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 680 Β· πŸ“¦ 2.2K Β· πŸ“‹ 360 - 27% open Β· ⏱️ 03.12.2020): +- [GitHub](https://github.com/rasbt/mlxtend) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 680 Β· πŸ“¦ 2.2K Β· πŸ“‹ 360 - 27% open Β· ⏱️ 03.12.2020): ``` git clone https://github.com/rasbt/mlxtend ``` -- **[PyPi](https://pypi.org/project/mlxtend)** (πŸ“₯ 210K / month Β· πŸ“¦ 95 Β· ⏱️ 26.11.2020): +- [PyPi](https://pypi.org/project/mlxtend) (πŸ“₯ 220K / month Β· πŸ“¦ 95 Β· ⏱️ 26.11.2020): ``` pip install mlxtend ``` -- **[Conda](https://anaconda.org/conda-forge/mlxtend)**: +- [Conda](https://anaconda.org/conda-forge/mlxtend): ``` conda install -c conda-forge mlxtend ```
-
imbalanced-learn (πŸ₯‡29 Β· ⭐ 4.9K) - A Python Package to Tackle the Curse of Imbalanced Datasets in Machine.. MIT +
imbalanced-learn (πŸ₯‡29 Β· ⭐ 4.9K) - A Python Package to Tackle the Curse of Imbalanced.. MIT -- **[GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn)** (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 1K Β· πŸ“¦ 3.5K Β· πŸ“‹ 450 - 10% open Β· ⏱️ 03.11.2020): +- [GitHub](https://github.com/scikit-learn-contrib/imbalanced-learn) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 1K Β· πŸ“¦ 3.5K Β· πŸ“‹ 450 - 10% open Β· ⏱️ 03.11.2020): ``` git clone https://github.com/scikit-learn-contrib/imbalanced-learn ``` -- **[PyPi](https://pypi.org/project/imbalanced-learn)** (πŸ“₯ 730K / month Β· πŸ“¦ 280 Β· ⏱️ 09.06.2020): +- [PyPi](https://pypi.org/project/imbalanced-learn) (πŸ“₯ 740K / month Β· πŸ“¦ 280 Β· ⏱️ 09.06.2020): ``` pip install imbalanced-learn ```
-
Cython BLIS (πŸ₯‡28 Β· ⭐ 160) - Fast matrix-multiplication as a self-contained Python library no system.. BSD-3 +
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.2K Β· πŸ“‹ 21 - 28% open Β· ⏱️ 07.12.2020): +- [GitHub](https://github.com/explosion/cython-blis) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 22 Β· πŸ“¦ 7.3K Β· πŸ“‹ 21 - 28% open Β· ⏱️ 07.12.2020): ``` git clone https://github.com/explosion/cython-blis ``` -- **[PyPi](https://pypi.org/project/blis)** (πŸ“₯ 930K / month Β· πŸ“¦ 390 Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/blis) (πŸ“₯ 900K / month Β· πŸ“¦ 390 Β· ⏱️ 07.12.2020): ``` pip install blis ``` -- **[Conda](https://anaconda.org/conda-forge/cython-blis)**: +- [Conda](https://anaconda.org/conda-forge/cython-blis): ``` conda install -c conda-forge cython-blis @@ -9568,12 +9568,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
PyOD (πŸ₯ˆ27 Β· ⭐ 3.9K) - A Python Toolbox for Scalable Outlier Detection (Anomaly Detection). BSD-2 -- **[GitHub](https://github.com/yzhao062/pyod)** (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 800 Β· πŸ“¦ 410 Β· πŸ“‹ 160 - 52% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/yzhao062/pyod) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 800 Β· πŸ“¦ 420 Β· πŸ“‹ 160 - 52% open Β· ⏱️ 17.11.2020): ``` git clone https://github.com/yzhao062/pyod ``` -- **[PyPi](https://pypi.org/project/pyod)** (πŸ“₯ 91K / month Β· πŸ“¦ 6 Β· ⏱️ 17.11.2020): +- [PyPi](https://pypi.org/project/pyod) (πŸ“₯ 89K / month Β· πŸ“¦ 6 Β· ⏱️ 17.11.2020): ``` pip install pyod @@ -9581,12 +9581,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
Streamlit (πŸ₯ˆ26 Β· ⭐ 12K) - Streamlit The fastest way to build data apps in Python. Apache-2 -- **[GitHub](https://github.com/streamlit/streamlit)** (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 1K Β· πŸ“¦ 38 Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 1K Β· πŸ“¦ 38 Β· πŸ“‹ 1.4K - 35% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/streamlit/streamlit ``` -- **[PyPi](https://pypi.org/project/streamlit)** (πŸ“₯ 120K / month Β· πŸ“¦ 34 Β· ⏱️ 02.12.2020): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 120K / month Β· πŸ“¦ 34 Β· ⏱️ 02.12.2020): ``` pip install streamlit @@ -9594,95 +9594,95 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
Trax (πŸ₯ˆ25 Β· ⭐ 5.4K) - Trax Deep Learning with Clear Code and Speed. Apache-2 -- **[GitHub](https://github.com/google/trax)** (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 500 Β· πŸ“¦ 13 Β· πŸ“‹ 150 - 36% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/google/trax) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 500 Β· πŸ“¦ 14 Β· πŸ“‹ 150 - 36% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/google/trax ``` -- **[PyPi](https://pypi.org/project/trax)** (πŸ“₯ 2.7K / month Β· ⏱️ 21.10.2020): +- [PyPi](https://pypi.org/project/trax) (πŸ“₯ 2.6K / month Β· ⏱️ 21.10.2020): ``` pip install trax ```
-
category_encoders (πŸ₯ˆ25 Β· ⭐ 1.5K) - A library of sklearn compatible categorical variable encoders. BSD-3 +
category_encoders (πŸ₯ˆ25 Β· ⭐ 1.5K) - A library of sklearn compatible categorical variable.. BSD-3 -- **[GitHub](https://github.com/scikit-learn-contrib/category_encoders)** (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 290 Β· πŸ“‹ 190 - 31% open Β· ⏱️ 31.07.2020): +- [GitHub](https://github.com/scikit-learn-contrib/category_encoders) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 290 Β· πŸ“‹ 190 - 31% open Β· ⏱️ 31.07.2020): ``` git clone https://github.com/scikit-learn-contrib/category_encoders ``` -- **[PyPi](https://pypi.org/project/category_encoders)** (πŸ“₯ 400K / month Β· πŸ“¦ 23 Β· ⏱️ 14.10.2018): +- [PyPi](https://pypi.org/project/category_encoders) (πŸ“₯ 400K / month Β· πŸ“¦ 23 Β· ⏱️ 14.10.2018): ``` pip install category_encoders ```
-
Pythran (πŸ₯ˆ25 Β· ⭐ 1.5K) - Ahead of Time compiler for numeric kernels. BSD-3 +
kmodes (πŸ₯ˆ25 Β· ⭐ 780) - Python implementations of the k-modes and k-prototypes clustering.. MIT -- **[GitHub](https://github.com/serge-sans-paille/pythran)** (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 130 Β· πŸ“¦ 46 Β· πŸ“‹ 630 - 15% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/nicodv/kmodes) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 340 Β· πŸ“¦ 380 Β· πŸ“‹ 120 - 15% open Β· ⏱️ 04.11.2020): ``` - git clone https://github.com/serge-sans-paille/pythran - ``` -- **[PyPi](https://pypi.org/project/pythran)** (πŸ“₯ 1.1K / month Β· πŸ“¦ 13 Β· ⏱️ 11.12.2020): - - ``` - pip install pythran + git clone https://github.com/nicodv/kmodes ``` -- **[Conda](https://anaconda.org/conda-forge/pythran)**: +- [PyPi](https://pypi.org/project/kmodes) (πŸ“₯ 64K / month Β· πŸ“¦ 13 Β· ⏱️ 25.02.2020): ``` - conda install -c conda-forge pythran + pip install kmodes ```
-
kmodes (πŸ₯ˆ25 Β· ⭐ 780) - Python implementations of the k-modes and k-prototypes clustering algorithms, for.. MIT +
DeepChem (πŸ₯ˆ24 Β· ⭐ 2.6K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry,.. MIT -- **[GitHub](https://github.com/nicodv/kmodes)** (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 340 Β· πŸ“¦ 370 Β· πŸ“‹ 120 - 15% open Β· ⏱️ 04.11.2020): +- [GitHub](https://github.com/deepchem/deepchem) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 870 Β· πŸ“¦ 32 Β· πŸ“‹ 1.2K - 27% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/nicodv/kmodes + git clone https://github.com/deepchem/deepchem ``` -- **[PyPi](https://pypi.org/project/kmodes)** (πŸ“₯ 64K / month Β· πŸ“¦ 13 Β· ⏱️ 25.02.2020): +- [PyPi](https://pypi.org/project/deepchem) (πŸ“₯ 2K / month Β· πŸ“¦ 4 Β· ⏱️ 19.11.2020): ``` - pip install kmodes + pip install deepchem ```
-
DeepChem (πŸ₯ˆ24 Β· ⭐ 2.6K) - Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials.. MIT +
Pythran (πŸ₯ˆ24 Β· ⭐ 1.5K) - Ahead of Time compiler for numeric kernels. BSD-3 -- **[GitHub](https://github.com/deepchem/deepchem)** (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 870 Β· πŸ“¦ 32 Β· πŸ“‹ 1.2K - 27% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/serge-sans-paille/pythran) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 130 Β· πŸ“¦ 46 Β· πŸ“‹ 630 - 15% open Β· ⏱️ 15.12.2020): ``` - git clone https://github.com/deepchem/deepchem + git clone https://github.com/serge-sans-paille/pythran ``` -- **[PyPi](https://pypi.org/project/deepchem)** (πŸ“₯ 2K / month Β· πŸ“¦ 4 Β· ⏱️ 19.11.2020): +- [PyPi](https://pypi.org/project/pythran) (πŸ“₯ 1K / month Β· πŸ“¦ 13 Β· ⏱️ 11.12.2020): ``` - pip install deepchem + pip install pythran + ``` +- [Conda](https://anaconda.org/conda-forge/pythran): + + ``` + conda install -c conda-forge pythran ```
-
PennyLane (πŸ₯ˆ24 Β· ⭐ 660) - PennyLane is a cross-platform Python library for differentiable programming of.. Apache-2 +
PennyLane (πŸ₯ˆ24 Β· ⭐ 660) - PennyLane is a cross-platform Python library for differentiable.. Apache-2 -- **[GitHub](https://github.com/PennyLaneAI/pennylane)** (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 190 Β· πŸ“₯ 52 Β· πŸ“‹ 260 - 18% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/PennyLaneAI/pennylane) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 190 Β· πŸ“₯ 52 Β· πŸ“‹ 260 - 18% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/PennyLaneAI/PennyLane ``` -- **[PyPi](https://pypi.org/project/pennylane)** (πŸ“₯ 2.5K / month Β· πŸ“¦ 20 Β· ⏱️ 27.11.2020): +- [PyPi](https://pypi.org/project/pennylane) (πŸ“₯ 2.4K / month Β· πŸ“¦ 20 Β· ⏱️ 27.11.2020): ``` pip install pennylane ```
-
pyjanitor (πŸ₯ˆ24 Β· ⭐ 600) - Clean APIs for data cleaning. Python implementation of R package Janitor. MIT +
pyjanitor (πŸ₯ˆ24 Β· ⭐ 600) - Clean APIs for data cleaning. Python implementation of R package.. MIT -- **[GitHub](https://github.com/ericmjl/pyjanitor)** (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 120 Β· πŸ“¦ 70 Β· πŸ“‹ 360 - 23% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/ericmjl/pyjanitor) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 120 Β· πŸ“¦ 70 Β· πŸ“‹ 370 - 24% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/ericmjl/pyjanitor ``` -- **[PyPi](https://pypi.org/project/pyjanitor)** (πŸ“₯ 1.7K / month Β· πŸ“¦ 2 Β· ⏱️ 03.10.2020): +- [PyPi](https://pypi.org/project/pyjanitor) (πŸ“₯ 1.7K / month Β· πŸ“¦ 2 Β· ⏱️ 03.10.2020): ``` pip install pyjanitor @@ -9690,12 +9690,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
metric-learn (πŸ₯‰23 Β· ⭐ 1.1K) - Metric learning algorithms in Python. MIT -- **[GitHub](https://github.com/scikit-learn-contrib/metric-learn)** (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 200 Β· πŸ“¦ 110 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 04.08.2020): +- [GitHub](https://github.com/scikit-learn-contrib/metric-learn) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 200 Β· πŸ“¦ 110 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 04.08.2020): ``` 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) (πŸ“₯ 14K / month Β· πŸ“¦ 9 Β· ⏱️ 02.07.2020): ``` pip install metric-learn @@ -9703,12 +9703,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
modAL (πŸ₯‰23 Β· ⭐ 970) - A modular active learning framework for Python. MIT -- **[GitHub](https://github.com/modAL-python/modAL)** (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 160 Β· πŸ“¦ 41 Β· πŸ“‹ 87 - 44% open Β· ⏱️ 01.11.2020): +- [GitHub](https://github.com/modAL-python/modAL) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 160 Β· πŸ“¦ 41 Β· πŸ“‹ 87 - 44% open Β· ⏱️ 01.11.2020): ``` git clone https://github.com/modAL-python/modAL ``` -- **[PyPi](https://pypi.org/project/modAL)** (πŸ“₯ 3K / month Β· πŸ“¦ 4 Β· ⏱️ 01.11.2020): +- [PyPi](https://pypi.org/project/modAL) (πŸ“₯ 3K / month Β· πŸ“¦ 4 Β· ⏱️ 01.11.2020): ``` pip install modAL @@ -9716,12 +9716,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
tensorly (πŸ₯‰23 Β· ⭐ 920) - TensorLy: Tensor Learning in Python. BSD-2 -- **[GitHub](https://github.com/tensorly/tensorly)** (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 190 Β· πŸ“‹ 110 - 21% open Β· ⏱️ 12.12.2020): +- [GitHub](https://github.com/tensorly/tensorly) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 190 Β· πŸ“‹ 110 - 21% open Β· ⏱️ 12.12.2020): ``` git clone https://github.com/tensorly/tensorly ``` -- **[PyPi](https://pypi.org/project/tensorly)** (πŸ“₯ 3.2K / month Β· πŸ“¦ 20 Β· ⏱️ 07.12.2020): +- [PyPi](https://pypi.org/project/tensorly) (πŸ“₯ 3.2K / month Β· πŸ“¦ 20 Β· ⏱️ 07.12.2020): ``` pip install tensorly @@ -9729,38 +9729,38 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
PySwarms (πŸ₯‰23 Β· ⭐ 690) - A research toolkit for particle swarm optimization in Python. MIT -- **[GitHub](https://github.com/ljvmiranda921/pyswarms)** (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“¦ 83 Β· πŸ“‹ 160 - 7% open Β· ⏱️ 17.11.2020): +- [GitHub](https://github.com/ljvmiranda921/pyswarms) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“¦ 83 Β· πŸ“‹ 160 - 7% open Β· ⏱️ 17.11.2020): ``` git clone https://github.com/ljvmiranda921/pyswarms ``` -- **[PyPi](https://pypi.org/project/pyswarms)** (πŸ“₯ 6.4K / month Β· ⏱️ 14.11.2020): +- [PyPi](https://pypi.org/project/pyswarms) (πŸ“₯ 6.6K / month Β· ⏱️ 14.11.2020): ``` pip install pyswarms ```
-
Mars (πŸ₯‰22 Β· ⭐ 2K) - Mars is a tensor-based unified framework for large-scale data computation which.. Apache-2 +
Mars (πŸ₯‰22 Β· ⭐ 2K) - Mars is a tensor-based unified framework for large-scale data.. Apache-2 -- **[GitHub](https://github.com/mars-project/mars)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 240 Β· πŸ“¦ 3 Β· πŸ“‹ 700 - 14% open Β· ⏱️ 15.12.2020): +- [GitHub](https://github.com/mars-project/mars) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 240 Β· πŸ“¦ 3 Β· πŸ“‹ 700 - 14% open Β· ⏱️ 15.12.2020): ``` git clone https://github.com/mars-project/mars ``` -- **[PyPi](https://pypi.org/project/pymars)** (πŸ“₯ 2.5K / month Β· ⏱️ 05.12.2020): +- [PyPi](https://pypi.org/project/pymars) (πŸ“₯ 2.5K / month Β· ⏱️ 05.12.2020): ``` pip install pymars ```
-
sklearn-contrib-lightning (πŸ₯‰22 Β· ⭐ 1.4K) - Large-scale linear classification, regression and ranking in.. BSD-3 +
sklearn-contrib-lightning (πŸ₯‰22 Β· ⭐ 1.4K) - Large-scale linear classification, regression and ranking.. BSD-3 -- **[GitHub](https://github.com/scikit-learn-contrib/lightning)** (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 160 Β· πŸ“¦ 67 Β· πŸ“‹ 76 - 53% open Β· ⏱️ 09.06.2020): +- [GitHub](https://github.com/scikit-learn-contrib/lightning) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 160 Β· πŸ“¦ 67 Β· πŸ“‹ 76 - 53% open Β· ⏱️ 16.12.2020): ``` git clone https://github.com/scikit-learn-contrib/lightning ``` -- **[PyPi](https://pypi.org/project/sklearn-contrib-lightning)** (πŸ“₯ 220 / month Β· πŸ“¦ 2 Β· ⏱️ 04.11.2017): +- [PyPi](https://pypi.org/project/sklearn-contrib-lightning) (πŸ“₯ 210 / month Β· πŸ“¦ 2 Β· ⏱️ 04.11.2017): ``` pip install sklearn-contrib-lightning @@ -9768,59 +9768,72 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
Prince (πŸ₯‰22 Β· ⭐ 540) - Python factor analysis library (PCA, CA, MCA, MFA, FAMD). MIT -- **[GitHub](https://github.com/MaxHalford/prince)** (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 110 Β· πŸ“¦ 95 Β· πŸ“‹ 88 - 27% open Β· ⏱️ 06.10.2020): +- [GitHub](https://github.com/MaxHalford/prince) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 110 Β· πŸ“¦ 95 Β· πŸ“‹ 88 - 27% open Β· ⏱️ 06.10.2020): ``` git clone https://github.com/MaxHalford/prince ``` -- **[PyPi](https://pypi.org/project/prince)** (πŸ“₯ 6.2K / month Β· πŸ“¦ 3 Β· ⏱️ 06.10.2020): +- [PyPi](https://pypi.org/project/prince) (πŸ“₯ 6.3K / month Β· πŸ“¦ 3 Β· ⏱️ 06.10.2020): ``` pip install prince ```
-
AstroML (πŸ₯‰21 Β· ⭐ 700) - Machine learning, statistics, and data mining for astronomy and astrophysics. BSD-2 +
AstroML (πŸ₯‰21 Β· ⭐ 700) - 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): +- [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)** (πŸ“₯ 880 / month Β· πŸ“¦ 29 Β· ⏱️ 23.03.2020): +- [PyPi](https://pypi.org/project/astroML) (πŸ“₯ 870 / month Β· πŸ“¦ 29 Β· ⏱️ 23.03.2020): ``` pip install astroML ```
-
StreamAlert (πŸ₯‰20 Β· ⭐ 2.4K) - StreamAlert is a serverless, realtime data analysis framework which.. Apache-2 +
StreamAlert (πŸ₯‰20 Β· ⭐ 2.4K) - StreamAlert is a serverless, realtime data analysis framework.. Apache-2 -- **[GitHub](https://github.com/airbnb/streamalert)** (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 280 Β· πŸ“‹ 340 - 26% open Β· ⏱️ 05.10.2020): +- [GitHub](https://github.com/airbnb/streamalert) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 280 Β· πŸ“‹ 340 - 26% open Β· ⏱️ 05.10.2020): ``` git clone https://github.com/airbnb/streamalert ```
-
cleanlab (πŸ₯‰20 Β· ⭐ 1.4K) - The standard package for machine learning with noisy labels and finding mislabeled.. MIT +
cleanlab (πŸ₯‰20 Β· ⭐ 1.4K) - The standard package for machine learning with noisy labels and.. MIT -- **[GitHub](https://github.com/cgnorthcutt/cleanlab)** (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 150 Β· πŸ“¦ 8 Β· πŸ“‹ 51 - 31% open Β· ⏱️ 11.12.2020): +- [GitHub](https://github.com/cgnorthcutt/cleanlab) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 150 Β· πŸ“¦ 8 Β· πŸ“‹ 51 - 31% open Β· ⏱️ 11.12.2020): ``` git clone https://github.com/cgnorthcutt/cleanlab ``` -- **[PyPi](https://pypi.org/project/cleanlab)** (πŸ“₯ 2.1K / month Β· ⏱️ 17.02.2020): +- [PyPi](https://pypi.org/project/cleanlab) (πŸ“₯ 2K / month Β· ⏱️ 17.02.2020): ``` pip install cleanlab ```
+
gplearn (πŸ₯‰20 Β· ⭐ 890 Β· πŸ’€) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 + +- [GitHub](https://github.com/trevorstephens/gplearn) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 140 - 18% open Β· ⏱️ 15.02.2020): + + ``` + git clone https://github.com/trevorstephens/gplearn + ``` +- [PyPi](https://pypi.org/project/gplearn) (πŸ“₯ 1.2K / month Β· πŸ“¦ 7 Β· ⏱️ 01.06.2019): + + ``` + pip install gplearn + ``` +
mlens (πŸ₯‰20 Β· ⭐ 660 Β· πŸ’€) - ML-Ensemble high performance ensemble learning. MIT -- **[GitHub](https://github.com/flennerhag/mlens)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 81 Β· πŸ“¦ 92 Β· πŸ“‹ 81 - 9% open Β· ⏱️ 25.02.2020): +- [GitHub](https://github.com/flennerhag/mlens) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 81 Β· πŸ“¦ 92 Β· πŸ“‹ 81 - 9% open Β· ⏱️ 25.02.2020): ``` git clone https://github.com/flennerhag/mlens ``` -- **[PyPi](https://pypi.org/project/mlens)** (πŸ“₯ 1.5K / month Β· ⏱️ 30.10.2018): +- [PyPi](https://pypi.org/project/mlens) (πŸ“₯ 1.5K / month Β· ⏱️ 30.10.2018): ``` pip install mlens @@ -9828,61 +9841,48 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
BioPandas (πŸ₯‰20 Β· ⭐ 310) - Working with molecular structures in pandas DataFrames. BSD-3 -- **[GitHub](https://github.com/rasbt/biopandas)** (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 74 Β· πŸ“¦ 46 Β· πŸ“‹ 34 - 47% open Β· ⏱️ 09.11.2020): +- [GitHub](https://github.com/rasbt/biopandas) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 75 Β· πŸ“¦ 46 Β· πŸ“‹ 34 - 47% open Β· ⏱️ 09.11.2020): ``` git clone https://github.com/rasbt/biopandas ``` -- **[PyPi](https://pypi.org/project/biopandas)** (πŸ“₯ 380 / month Β· πŸ“¦ 3 Β· ⏱️ 04.08.2020): +- [PyPi](https://pypi.org/project/biopandas) (πŸ“₯ 370 / month Β· πŸ“¦ 3 Β· ⏱️ 04.08.2020): ``` pip install biopandas ``` -- **[Conda](https://anaconda.org/conda-forge/biopandas)**: +- [Conda](https://anaconda.org/conda-forge/biopandas): ``` conda install -c conda-forge biopandas ```
-
gplearn (πŸ₯‰19 Β· ⭐ 890 Β· πŸ’€) - Genetic Programming in Python, with a scikit-learn inspired API. BSD-3 - -- **[GitHub](https://github.com/trevorstephens/gplearn)** (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 150 Β· πŸ“¦ 110 Β· πŸ“‹ 140 - 18% open Β· ⏱️ 15.02.2020): - - ``` - git clone https://github.com/trevorstephens/gplearn - ``` -- **[PyPi](https://pypi.org/project/gplearn)** (πŸ“₯ 1.2K / month Β· πŸ“¦ 7 Β· ⏱️ 01.06.2019): - - ``` - pip install gplearn - ``` -
Feature Engine (πŸ₯‰19 Β· ⭐ 390) - Feature engineering package with sklearn like functionality. BSD-3 -- **[GitHub](https://github.com/solegalli/feature_engine)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 120 Β· πŸ“‹ 85 - 29% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/solegalli/feature_engine) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 120 Β· πŸ“‹ 85 - 29% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/solegalli/feature_engine ``` -- **[PyPi](https://pypi.org/project/feature_engine)** (πŸ“₯ 16K / month Β· πŸ“¦ 1 Β· ⏱️ 21.09.2020): +- [PyPi](https://pypi.org/project/feature_engine) (πŸ“₯ 15K / month Β· πŸ“¦ 1 Β· ⏱️ 21.09.2020): ``` pip install feature_engine ``` -- **[Conda](https://anaconda.org/conda-forge/feature_engine)**: +- [Conda](https://anaconda.org/conda-forge/feature_engine): ``` conda install -c conda-forge feature_engine ```
-
apricot (πŸ₯‰17 Β· ⭐ 300) - apricot implements submodular optimization for the purpose of selecting subsets of.. MIT +
apricot (πŸ₯‰17 Β· ⭐ 300) - apricot implements submodular optimization for the purpose of selecting.. MIT -- **[GitHub](https://github.com/jmschrei/apricot)** (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 28 Β· πŸ“₯ 8 Β· πŸ“¦ 9 Β· πŸ“‹ 13 - 23% open Β· ⏱️ 30.09.2020): +- [GitHub](https://github.com/jmschrei/apricot) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 28 Β· πŸ“₯ 8 Β· πŸ“¦ 9 Β· πŸ“‹ 13 - 23% open Β· ⏱️ 30.09.2020): ``` git clone https://github.com/jmschrei/apricot ``` -- **[PyPi](https://pypi.org/project/apricot-select)** (πŸ“₯ 280 / month Β· ⏱️ 28.09.2020): +- [PyPi](https://pypi.org/project/apricot-select) (πŸ“₯ 350 / month Β· ⏱️ 28.09.2020): ``` pip install apricot-select @@ -9890,12 +9890,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
River (πŸ₯‰16 Β· ⭐ 1.2K) - Online machine learning in Python. BSD-3 -- **[GitHub](https://github.com/online-ml/river)** (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 140 Β· πŸ“‹ 270 - 15% open Β· ⏱️ 14.12.2020): +- [GitHub](https://github.com/online-ml/river) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 140 Β· πŸ“‹ 270 - 15% open Β· ⏱️ 14.12.2020): ``` git clone https://github.com/online-ml/river ``` -- **[PyPi](https://pypi.org/project/river)** (πŸ“¦ 2 Β· ⏱️ 23.10.2018): +- [PyPi](https://pypi.org/project/river) (πŸ“¦ 2 Β· ⏱️ 23.10.2018): ``` pip install river @@ -9903,17 +9903,17 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
baikal (πŸ₯‰15 Β· ⭐ 570) - A graph-based functional API for building complex scikit-learn pipelines. BSD-3 -- **[GitHub](https://github.com/alegonz/baikal)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 28 Β· πŸ“¦ 2 Β· πŸ“‹ 15 - 26% open Β· ⏱️ 15.11.2020): +- [GitHub](https://github.com/alegonz/baikal) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 28 Β· πŸ“¦ 2 Β· πŸ“‹ 15 - 26% open Β· ⏱️ 15.11.2020): ``` git clone https://github.com/alegonz/baikal ``` -- **[PyPi](https://pypi.org/project/baikal)** (πŸ“₯ 90 / month Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/baikal) (πŸ“₯ 71 / month Β· ⏱️ 15.11.2020): ``` pip install baikal ``` -- **[Conda](https://anaconda.org/conda-forge/cython-blis)**: +- [Conda](https://anaconda.org/conda-forge/cython-blis): ``` conda install -c conda-forge cython-blis @@ -9922,25 +9922,25 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
Show 4 hidden projects...
Autograd (πŸ₯‡28 Β· ⭐ 5K Β· πŸ’€) - Efficiently computes derivatives of numpy code. MIT -- **[GitHub](https://github.com/HIPS/autograd)** (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 710 Β· πŸ“¦ 1.3K Β· πŸ“‹ 380 - 42% open Β· ⏱️ 18.11.2019): +- [GitHub](https://github.com/HIPS/autograd) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 710 Β· πŸ“¦ 1.3K Β· πŸ“‹ 380 - 42% open Β· ⏱️ 18.11.2019): ``` git clone https://github.com/HIPS/autograd ``` -- **[PyPi](https://pypi.org/project/autograd)** (πŸ“₯ 360K / month Β· πŸ“¦ 340 Β· ⏱️ 25.07.2019): +- [PyPi](https://pypi.org/project/autograd) (πŸ“₯ 350K / month Β· πŸ“¦ 340 Β· ⏱️ 25.07.2019): ``` pip install autograd ```
-
scikit-multilearn (πŸ₯‰23 Β· ⭐ 610 Β· πŸ’€) - A scikit-learn based module for multi-label et. al. classification. BSD-2 +
scikit-multilearn (πŸ₯‰23 Β· ⭐ 610 Β· πŸ’€) - A scikit-learn based module for multi-label et. al... BSD-2 -- **[GitHub](https://github.com/scikit-multilearn/scikit-multilearn)** (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 120 Β· πŸ“¦ 300 Β· πŸ“‹ 160 - 41% open Β· ⏱️ 21.05.2019): +- [GitHub](https://github.com/scikit-multilearn/scikit-multilearn) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 120 Β· πŸ“¦ 300 Β· πŸ“‹ 160 - 41% open Β· ⏱️ 21.05.2019): ``` git clone https://github.com/scikit-multilearn/scikit-multilearn ``` -- **[PyPi](https://pypi.org/project/scikit-multilearn)** (πŸ“₯ 63K / month Β· πŸ“¦ 3 Β· ⏱️ 10.12.2018): +- [PyPi](https://pypi.org/project/scikit-multilearn) (πŸ“₯ 63K / month Β· πŸ“¦ 3 Β· ⏱️ 10.12.2018): ``` pip install scikit-multilearn @@ -9948,12 +9948,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
vecstack (πŸ₯‰18 Β· ⭐ 570 Β· πŸ’€) - Python package for stacking (machine learning technique). MIT -- **[GitHub](https://github.com/vecxoz/vecstack)** (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 66 Β· πŸ“¦ 92 Β· ⏱️ 30.10.2019): +- [GitHub](https://github.com/vecxoz/vecstack) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 66 Β· πŸ“¦ 92 Β· ⏱️ 30.10.2019): ``` git clone https://github.com/vecxoz/vecstack ``` -- **[PyPi](https://pypi.org/project/vecstack)** (πŸ“₯ 930 / month Β· πŸ“¦ 4 Β· ⏱️ 12.08.2019): +- [PyPi](https://pypi.org/project/vecstack) (πŸ“₯ 940 / month Β· πŸ“¦ 4 Β· ⏱️ 12.08.2019): ``` pip install vecstack @@ -9961,12 +9961,12 @@ _Libraries to monitor, collect, and visualize system metrics (e.g., memory, CPU,
dabl (πŸ₯‰16 Β· ⭐ 60) - Data Analysis Baseline Library. BSD-3 -- **[GitHub](https://github.com/amueller/dabl)** (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 7 Β· ⏱️ 08.07.2020): +- [GitHub](https://github.com/amueller/dabl) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 7 Β· ⏱️ 08.07.2020): ``` git clone https://github.com/amueller/dabl ``` -- **[PyPi](https://pypi.org/project/dabl)** (πŸ“₯ 1.9K / month Β· ⏱️ 25.09.2020): +- [PyPi](https://pypi.org/project/dabl) (πŸ“₯ 1.9K / month Β· ⏱️ 25.09.2020): ``` pip install dabl diff --git a/history/2020-12-16_projects.csv b/history/2020-12-16_projects.csv new file mode 100644 index 00000000..8ab58ebe --- /dev/null +++ b/history/2020-12-16_projects.csv @@ -0,0 +1,718 @@ +,name,github_id,pypi_id,conda_id,docs_url,category,labels,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,closed_issue_count,star_count,commit_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,monthly_downloads,conda_url,conda_latest_release_published_at,conda_dependent_project_count,show,projectrank_placing,github_release_downloads,helm_id,brew_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,snap_id,apt_id,yum_id,cargo_id,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,dnf_id,yay_id +0,Tensorflow,tensorflow/tensorflow,tensorflow,tensorflow,https://www.tensorflow.org/overview,ml-frameworks,['tensorflow'],https://github.com/tensorflow/tensorflow,https://github.com/tensorflow/tensorflow,Apache-2.0,2015-11-07 01:19:20+00:00,2020-12-16 11:57:42+00:00,2020-12-16 10:30:59+00:00,83455.0,4229.0,25284.0,151573.0,101583.0,2020-12-14 18:16:52+00:00,2.4.0,110.0,An Open Source Machine Learning Framework for Everyone.,135036.0,112512.0,3455.0,44,https://pypi.org/project/tensorflow,2020-12-14 17:58:05+00:00,22524.0,8593441.0,8593441.0,https://anaconda.org/anaconda/tensorflow,2020-11-02 11:16:39+00:00,0.0,True,1,,,,,,,,,,,,,,,,,,,,,,, +1,pandas,pandas-dev/pandas,pandas,pandas,,data-containers,['pandas'],https://github.com/pandas-dev/pandas,https://github.com/pandas-dev/pandas,BSD-3-Clause,2010-08-24 01:37:33+00:00,2020-12-16 11:53:11+00:00,2020-12-16 02:36:56+00:00,11550.0,3571.0,16099.0,27656.0,25248.0,2020-12-07 15:07:55+00:00,1.1.5,86.0,"Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R..",426649.0,349865.0,2537.0,43,https://pypi.org/project/pandas,2020-12-08 15:36:34+00:00,76784.0,25259242.0,25259917.0,https://anaconda.org/anaconda/pandas,2020-10-31 18:02:02+00:00,0.0,True,1,56097.0,,,,,,,,,,,,,,,,,,,,,, +2,numpy,numpy/numpy,numpy,numpy,,data-containers,,https://github.com/numpy/numpy,https://github.com/numpy/numpy,BSD-3-Clause,2010-09-13 23:02:39+00:00,2020-12-16 12:42:21+00:00,2020-12-16 12:42:20+00:00,5089.0,2248.0,7185.0,15733.0,24976.0,2020-11-05 19:11:49+00:00,1.19.4,92.0,The fundamental package for scientific computing with Python.,744465.0,574743.0,1223.0,42,https://pypi.org/project/numpy,2020-12-03 18:43:23+00:00,169722.0,40110227.0,40116048.0,https://anaconda.org/anaconda/numpy,2020-11-05 19:11:49+00:00,0.0,True,1,285237.0,,,,,,,,,,,,,,,,,,,,,, +3,scikit-learn,scikit-learn/scikit-learn,scikit-learn,scikit-learn,,ml-frameworks,['sklearn'],https://github.com/scikit-learn/scikit-learn,https://github.com/scikit-learn/scikit-learn,BSD-3-Clause,2010-08-17 09:43:38+00:00,2020-12-16 12:17:34+00:00,2020-12-16 10:35:25+00:00,20713.0,2301.0,6559.0,43398.0,26364.0,2020-08-25 18:28:32+00:00,0.23.2,51.0,scikit-learn: machine learning in Python.,212000.0,174112.0,2102.0,41,https://pypi.org/project/scikit-learn,2020-12-02 17:56:43+00:00,37888.0,10094646.0,10094656.0,https://anaconda.org/anaconda/scikit-learn,2020-11-01 13:42:30.305000+00:00,0.0,True,1,614.0,,,,,,,,,,,,,,,,,,,,,, +4,Matplotlib,matplotlib/matplotlib,matplotlib,,,data-viz,,https://github.com/matplotlib/matplotlib,https://github.com/matplotlib/matplotlib,Python-2.0,2011-02-19 03:17:12+00:00,2020-12-16 10:27:59+00:00,2020-12-16 05:23:55+00:00,5541.0,1653.0,5876.0,12771.0,37312.0,2020-11-12 04:43:18+00:00,3.3.3,61.0,matplotlib: plotting with Python.,379318.0,300214.0,1177.0,40,https://pypi.org/project/matplotlib,2020-11-12 04:43:18+00:00,79104.0,9536390.0,9536390.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +5,PyTorch,pytorch/pytorch,torch,,https://pytorch.org/docs/stable/index.html,ml-frameworks,['pytorch'],https://github.com/pytorch/pytorch,https://github.com/pytorch/pytorch,BSD-3-Clause,2016-08-13 05:26:41+00:00,2020-12-16 12:02:41+00:00,2020-12-16 10:55:11+00:00,11451.0,7100.0,12268.0,44791.0,32190.0,2020-12-10 17:19:58+00:00,1.7.1,30.0,Tensors and Dynamic neural networks in Python with strong GPU acceleration.,61760.0,55078.0,2429.0,39,https://pypi.org/project/torch,2020-12-10 16:22:02+00:00,6682.0,1674458.0,1674458.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +6,Scrapy,scrapy/scrapy,scrapy,,,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14+00:00,2020-12-15 20:26:01+00:00,2020-12-03 20:36:47+00:00,8948.0,750.0,1894.0,39197.0,8549.0,2020-11-17 21:01:36+00:00,2.4.1,80.0,"Scrapy, a fast high-level web crawling & scraping framework for Python.",29870.0,21500.0,457.0,38,https://pypi.org/project/scrapy,2020-11-17 12:04:15+00:00,8370.0,473806.0,473806.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +7,PySpark,apache/spark,pyspark,,,ml-frameworks,['spark'],https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08+00:00,2020-12-16 11:11:06+00:00,2020-12-16 08:20:03+00:00,23032.0,218.0,,28318.0,28806.0,2020-09-07 15:29:07+00:00,3.0.1,21.0,Apache Spark Python API.,1273.0,513.0,2371.0,38,https://pypi.org/project/pyspark,2020-09-07 15:29:07+00:00,760.0,6937049.0,6937049.0,,,,True,1,,stable/spark,,,,,,,,,,,,,,,,,,,,, +8,Pillow,python-pillow/Pillow,Pillow,,,image,,https://github.com/python-pillow/Pillow,https://github.com/python-pillow/Pillow,PIL,2012-07-24 21:38:39+00:00,2020-12-14 18:35:33+00:00,2020-12-12 17:54:27+00:00,1536.0,238.0,1817.0,8002.0,10896.0,2020-10-22 19:19:42+00:00,8.0.1,76.0,The friendly PIL fork (Python Imaging Library).,475723.0,364297.0,341.0,38,https://pypi.org/project/Pillow,2020-10-22 19:17:46+00:00,111426.0,14620633.0,14620633.0,,,,False,1,,,,,,,,,,,,,,,,,,,,,,, +9,youtube-dl,ytdl-org/youtube-dl,youtube_dl,,,web-scraping,,https://github.com/ytdl-org/youtube-dl,https://github.com/ytdl-org/youtube-dl,Unlicense,2010-10-31 14:35:07+00:00,2020-12-16 11:33:24+00:00,2020-12-16 11:30:41+00:00,2947.0,3932.0,18917.0,85196.0,18021.0,2020-12-13 17:58:53+00:00,2020.12.14,927.0,Command-line program to download videos from YouTube.com and other video sites.,2854.0,,913.0,37,https://pypi.org/project/youtube_dl,2020-12-08 21:28:09+00:00,2854.0,1868278.0,3395461.0,,,,True,1,45815503.0,,youtube-dl,,,,,,,,,,,,,,,,,,,, +10,spaCy,explosion/spaCy,spacy,,,nlp,,https://github.com/explosion/spaCy,https://github.com/explosion/spaCy,MIT,2014-07-03 15:15:40+00:00,2020-12-16 06:32:59+00:00,2020-12-16 06:31:55+00:00,3185.0,187.0,4099.0,17842.0,11712.0,2020-12-11 14:45:05+00:00,2.3.5,169.0,Industrial-strength Natural Language Processing (NLP) with Python and Cython.,22421.0,19355.0,537.0,37,https://pypi.org/project/spacy,2020-12-11 14:45:05+00:00,3066.0,999091.0,999148.0,,,,True,1,2883.0,,,,,,,,,,,,,,,,,,,,,, +11,Celery,celery/celery,celery,,,data-pipelines,,https://github.com/celery/celery,https://github.com/celery/celery,BSD-3-Clause,2009-04-24 11:31:24+00:00,2020-12-16 09:54:01+00:00,2020-12-15 14:29:11+00:00,3904.0,487.0,3907.0,16374.0,11468.0,2020-12-08 12:51:27+00:00,5.0.4,170.0,Asynchronous task queue/job queue based on distributed message passing.,74620.0,46386.0,1067.0,37,https://pypi.org/project/celery,2020-12-08 12:51:27+00:00,28234.0,2335268.0,2335268.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +12,networkx,networkx/networkx,networkx,,,graph,,https://github.com/networkx/networkx,https://github.com/networkx/networkx,BSD-3-Clause,2010-09-06 00:53:44+00:00,2020-12-16 06:37:28+00:00,2020-12-15 17:08:23+00:00,2155.0,253.0,2274.0,8353.0,6348.0,2020-08-22 20:10:33+00:00,networkx-2.5,52.0,Network Analysis in Python.,82938.0,62120.0,482.0,37,https://pypi.org/project/networkx,2020-08-22 20:38:37+00:00,20818.0,5648841.0,5648841.0,,,,True,1,51.0,,,,,,,,,,,,,,,,,,,,,, +13,boto3,boto/boto3,boto3,,,db-clients,,https://github.com/boto/boto3,https://github.com/boto/boto3,Apache-2.0,2014-10-03 21:38:03+00:00,2020-12-15 20:30:55+00:00,2020-12-15 19:09:40+00:00,1290.0,302.0,1925.0,5996.0,3967.0,2020-12-15 20:30:55+00:00,1.16.37,724.0,AWS SDK for Python.,111433.0,88343.0,108.0,37,https://pypi.org/project/boto3,2020-12-15 20:30:55+00:00,23090.0,45822608.0,45822608.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +14,transformers,huggingface/transformers,transformers,,,nlp,"['pytorch', 'tensorflow']",https://github.com/huggingface/transformers,https://github.com/huggingface/transformers,Apache-2.0,2018-10-29 13:56:00+00:00,2020-12-16 12:31:00+00:00,2020-12-16 12:03:32+00:00,9354.0,553.0,4840.0,38147.0,6127.0,2020-12-09 17:07:39+00:00,4.0.1,43.0,Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.,6306.0,6178.0,732.0,36,https://pypi.org/project/transformers,2020-12-09 17:04:36+00:00,128.0,921137.0,921186.0,,,,True,1,1235.0,,,,,,,,,,,,,,,,,,,,,, +15,Faker,joke2k/faker,Faker,,,data-loading,,https://github.com/joke2k/faker,https://github.com/joke2k/faker,MIT,2012-11-12 23:00:09+00:00,2020-12-16 02:04:34+00:00,2020-12-15 21:31:29+00:00,1318.0,132.0,342.0,11735.0,2489.0,2020-12-15 21:37:38+00:00,5.0.2,102.0,Faker is a Python package that generates fake data for you.,26156.0,21444.0,377.0,36,https://pypi.org/project/Faker,2020-12-15 21:37:28+00:00,4712.0,2066030.0,2066030.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +16,redis,andymccurdy/redis-py,redis,,,db-clients,,https://github.com/andymccurdy/redis-py,https://github.com/andymccurdy/redis-py,MIT,2009-11-06 10:22:26+00:00,2020-12-14 09:50:16+00:00,2020-11-22 20:52:44+00:00,1903.0,62.0,802.0,8973.0,1550.0,2020-06-01 21:30:33+00:00,3.5.3,66.0,Redis Python Client.,49438.0,,248.0,36,https://pypi.org/project/redis,2020-06-01 21:30:33+00:00,49438.0,8623816.0,8623816.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +17,SymPy,sympy/sympy,sympy,sympy,,others,,https://github.com/sympy/sympy,https://github.com/sympy/sympy,BSD-3-Clause,2010-04-30 20:37:14+00:00,2020-12-16 11:07:04+00:00,2020-12-16 00:03:28+00:00,3209.0,3953.0,7041.0,7656.0,45435.0,2020-12-12 23:23:00+00:00,1.7.1,36.0,A computer algebra system written in pure Python.,33576.0,27154.0,1017.0,36,https://pypi.org/project/sympy,2020-12-12 23:23:00+00:00,6422.0,688616.0,693226.0,https://anaconda.org/anaconda/sympy,2020-11-24 22:42:59.563000+00:00,0.0,True,1,410350.0,,,,,,,,,,,,,,,,,,,,,, +18,psutil,giampaolo/psutil,psutil,conda-forge/psutil,,system-monitoring,,https://github.com/giampaolo/psutil,https://github.com/giampaolo/psutil,BSD-3-Clause,2014-05-23 14:01:48+00:00,2020-12-14 21:10:09+00:00,2020-12-14 21:10:03+00:00,1055.0,224.0,1204.0,6851.0,5583.0,2020-10-24 14:00:54+00:00,5.7.3,82.0,Cross-platform lib for process and system monitoring in Python.,91981.0,67315.0,153.0,36,https://pypi.org/project/psutil,2020-10-24 14:00:54+00:00,24666.0,12093871.0,12093871.0,https://anaconda.org/conda-forge/psutil,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +19,StatsModels,statsmodels/statsmodels,statsmodels,statsmodels,,ml-frameworks,,https://github.com/statsmodels/statsmodels,https://github.com/statsmodels/statsmodels,BSD-3-Clause,2011-06-12 17:04:50+00:00,2020-12-15 20:49:29+00:00,2020-12-15 18:29:34+00:00,2114.0,2042.0,2223.0,5807.0,13503.0,2020-12-02 16:14:51+00:00,0.12.1,24.0,Statsmodels: statistical modeling and econometrics in Python.,40842.0,34186.0,295.0,36,https://pypi.org/project/statsmodels,2020-10-29 16:36:43+00:00,6656.0,2442663.0,2442663.0,https://anaconda.org/anaconda/statsmodels,2020-12-02 16:14:51+00:00,0.0,True,1,25.0,,,,,,,,,,,,,,,,,,,,,, +20,Tensorboard,tensorflow/tensorboard,tensorboard,,,ml-experiments,['tensorflow'],https://github.com/tensorflow/tensorboard,https://github.com/tensorflow/tensorboard,Apache-2.0,2017-05-15 20:08:07+00:00,2020-12-16 05:53:33+00:00,2020-12-16 05:25:34+00:00,1326.0,544.0,897.0,5083.0,4115.0,2020-11-12 03:15:42+00:00,2.4.0,35.0,TensorFlow's Visualization Toolkit.,51927.0,48313.0,248.0,36,https://pypi.org/project/tensorboard,2020-11-12 03:15:33+00:00,3614.0,5419086.0,5419086.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +21,scikit-image,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+00:00,2020-12-16 09:39:00+00:00,2020-12-16 04:16:37+00:00,1699.0,641.0,1467.0,4093.0,12441.0,2020-07-06 09:37:07+00:00,0.17.2,33.0,Image processing in Python.,70866.0,56092.0,471.0,36,https://pypi.org/project/scikit-image,2020-12-13 22:47:52+00:00,14774.0,1674419.0,1674419.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +22,pymongo,mongodb/mongo-python-driver,pymongo,,,db-clients,,https://github.com/mongodb/mongo-python-driver,https://github.com/mongodb/mongo-python-driver,Apache-2.0,2009-01-15 15:18:06+00:00,2020-12-16 00:05:12+00:00,2020-12-15 03:03:19+00:00,969.0,7.0,,3181.0,4611.0,2020-12-02 23:37:26+00:00,3.11.2,115.0,PyMongo - the Python driver for MongoDB.,116907.0,81045.0,179.0,36,https://pypi.org/project/pymongo,2020-12-02 23:31:25+00:00,35862.0,6209405.0,6209405.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +23,SQLAlchemy,sqlalchemy/sqlalchemy,SQLAlchemy,conda-forge/sqlalchemy,,db-clients,,https://github.com/sqlalchemy/sqlalchemy,https://github.com/sqlalchemy/sqlalchemy,MIT,2018-11-27 03:35:03+00:00,2020-12-15 18:04:21+00:00,2020-12-15 16:24:05+00:00,477.0,155.0,5358.0,3084.0,13409.0,2020-10-12 22:33:21+00:00,rel_1_3_20,205.0,The Database Toolkit for Python.,305753.0,222047.0,447.0,36,https://pypi.org/project/SQLAlchemy,2020-11-02 21:20:19+00:00,83706.0,13158021.0,13158090.0,https://anaconda.org/conda-forge/sqlalchemy,,,True,1,1044.0,,,,,,,,,,,,,,,,,,,,,, +24,h5py,h5py/h5py,h5py,,,data-containers,,https://github.com/h5py/h5py,https://github.com/h5py/h5py,BSD-3-Clause,2012-09-21 00:40:02+00:00,2020-12-11 13:07:01+00:00,2020-12-01 10:28:11+00:00,393.0,183.0,933.0,1453.0,3463.0,2020-11-06 14:30:54+00:00,3.1.0,25.0,HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.,117446.0,94510.0,156.0,36,https://pypi.org/project/h5py,2020-11-06 14:30:54+00:00,22936.0,5625150.0,5625166.0,,,,True,1,745.0,,,,,,,,,,,,,,,,,,,,,, +25,Keras,keras-team/keras,keras,keras,https://keras.io,ml-frameworks,['keras'],https://github.com/keras-team/keras,https://github.com/keras-team/keras,MIT,2015-03-28 00:35:42+00:00,2020-12-11 22:00:44+00:00,2020-12-11 21:57:47+00:00,18680.0,3128.0,7215.0,50314.0,5352.0,2020-06-25 19:09:28+00:00,2.4.3,53.0,Deep Learning for humans.,14996.0,,891.0,35,https://pypi.org/project/keras,2020-06-24 22:40:48+00:00,14996.0,2050573.0,2050573.0,https://anaconda.org/anaconda/keras,2020-06-25 19:09:28+00:00,,True,2,,,,,,,,,,,,,,,,,,,,,,, +26,XGBoost,dmlc/xgboost,xgboost,,https://xgboost.readthedocs.io/en/latest/,ml-frameworks,,https://github.com/dmlc/xgboost,https://github.com/dmlc/xgboost,Apache-2.0,2014-02-06 17:28:03+00:00,2020-12-16 11:14:00+00:00,2020-12-16 10:02:25+00:00,7840.0,263.0,3598.0,20286.0,5152.0,2020-12-09 00:37:13+00:00,1.3.0,50.0,"Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and..",13751.0,12159.0,499.0,35,https://pypi.org/project/xgboost,2020-12-09 19:03:33+00:00,1592.0,2889347.0,2889369.0,,,,True,2,1811.0,,,,,,,,,,,,,,,,,,,,,, +27,Airflow,apache/airflow,apache-airflow,conda-forge/airflow,,data-pipelines,,https://github.com/apache/airflow,https://github.com/apache/airflow,Apache-2.0,2015-04-13 18:04:58+00:00,2020-12-16 12:35:15+00:00,2020-12-16 11:55:28+00:00,7625.0,907.0,1711.0,19788.0,11124.0,2020-12-10 15:11:26+00:00,1.10.14,67.0,"Platform to programmatically author, schedule, and monitor workflows.",294.0,,1669.0,35,https://pypi.org/project/apache-airflow,2020-12-14 17:07:53+00:00,294.0,605099.0,650090.0,https://anaconda.org/conda-forge/airflow,,,True,1,62989.0,stable/airflow,,apache/airflow,https://hub.docker.com/r/apache/airflow,2020-12-16 11:26:49.179254+00:00,185.0,2992531.0,,,,,,,,,,,,,,, +28,LightGBM,microsoft/LightGBM,lightgbm,lightgbm,,ml-frameworks,,https://github.com/microsoft/LightGBM,https://github.com/microsoft/LightGBM,MIT,2016-08-05 05:45:50+00:00,2020-12-16 03:56:52+00:00,2020-12-15 14:10:02+00:00,3136.0,88.0,1884.0,11936.0,2166.0,2020-12-08 17:54:08+00:00,3.1.1,24.0,"A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision..",5510.0,4954.0,190.0,35,https://pypi.org/project/lightgbm,2020-12-08 03:00:35+00:00,556.0,1523832.0,1525659.0,https://anaconda.org/anaconda/lightgbm,2020-12-08 17:54:08+00:00,0.0,True,2,80422.0,,,,,,,,,,,,,,,,,,,,,, +29,gensim,RaRe-Technologies/gensim,gensim,,,nlp,,https://github.com/RaRe-Technologies/gensim,https://github.com/RaRe-Technologies/gensim,LGPL-2.1,2011-02-10 07:43:04+00:00,2020-11-30 16:35:17+00:00,2020-11-15 20:49:41+00:00,3825.0,349.0,1237.0,11487.0,3849.0,2020-05-04 05:55:15+00:00,3.8.3,83.0,Topic Modelling for Humans.,23987.0,19245.0,384.0,35,https://pypi.org/project/gensim,2020-11-15 12:53:37+00:00,4742.0,4646038.0,4646080.0,,,,False,1,2591.0,,,,,,,,,,,,,,,,,,,,,, +30,Plotly,plotly/plotly.py,plotly,,,data-viz,,https://github.com/plotly/plotly.py,https://github.com/plotly/plotly.py,MIT,2013-11-21 05:53:08+00:00,2020-12-14 17:49:58+00:00,2020-12-11 15:56:41+00:00,1706.0,745.0,1033.0,8444.0,4879.0,2020-12-09 13:48:45+00:00,4.14.1,263.0,The interactive graphing library for Python (includes Plotly Express).,4991.0,5.0,157.0,35,https://pypi.org/project/plotly,2020-12-09 13:29:15+00:00,4982.0,2918090.0,2959011.0,,,,True,1,,,,,,,,,plotlywidget,https://www.npmjs.com/package/plotlywidget,2020-12-09 13:24:37.313000+00:00,4.0,40921.0,,,,,,,,,, +31,torchvision,pytorch/vision,torchvision,,,image,['pytorch'],https://github.com/pytorch/vision,https://github.com/pytorch/vision,BSD-3-Clause,2016-11-09 23:11:43+00:00,2020-12-16 12:30:54+00:00,2020-12-15 12:25:54+00:00,4100.0,458.0,1015.0,7951.0,1389.0,2020-12-10 17:10:41+00:00,0.8.2,21.0,"Datasets, Transforms and Models specific to Computer Vision.",41339.0,36727.0,344.0,35,https://pypi.org/project/torchvision,2020-12-10 16:27:20+00:00,4612.0,645252.0,645252.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +32,Seaborn,mwaskom/seaborn,seaborn,,,data-viz,,https://github.com/mwaskom/seaborn,https://github.com/mwaskom/seaborn,BSD-3-Clause,2012-06-18 18:41:19+00:00,2020-12-16 12:18:33+00:00,2020-12-12 23:42:14+00:00,1322.0,93.0,1630.0,7897.0,2720.0,2020-09-08 14:53:52+00:00,0.11.0,22.0,Statistical data visualization using matplotlib.,86320.0,73534.0,143.0,35,https://pypi.org/project/seaborn,2020-09-08 14:53:52+00:00,12786.0,2108268.0,2108269.0,,,,True,1,99.0,,,,,,,,,,,,,,,,,,,,,, +33,dask,dask/dask,dask,,,distributed-ml,,https://github.com/dask/dask,https://github.com/dask/dask,BSD-3-Clause,2015-01-04 18:50:00+00:00,2020-12-16 04:00:13+00:00,2020-12-16 03:26:59+00:00,1197.0,688.0,2760.0,7627.0,6251.0,2020-12-11 01:53:58+00:00,2020.12.0,109.0,Parallel computing with task scheduling.,27632.0,23716.0,419.0,35,https://pypi.org/project/dask,2020-12-11 01:53:58+00:00,3916.0,1415993.0,1415993.0,,,,True,1,,stable/dask,,,,,,,,,,,,,,,,,,,,, +34,Arrow,apache/arrow,pyarrow,,,data-containers,,https://github.com/apache/arrow,https://github.com/apache/arrow,Apache-2.0,2016-02-17 08:00:23+00:00,2020-12-16 12:40:32+00:00,2020-12-16 10:12:04+00:00,1685.0,112.0,535.0,6739.0,8115.0,2020-10-19 21:15:12+00:00,2.0.0,29.0,Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-..,1012.0,26.0,599.0,35,https://pypi.org/project/pyarrow,2020-10-19 21:15:12+00:00,986.0,9012990.0,9012990.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +35,PyMySQL,PyMySQL/PyMySQL,PyMySQL,,,db-clients,,https://github.com/PyMySQL/PyMySQL,https://github.com/PyMySQL/PyMySQL,MIT,2011-07-27 17:38:47+00:00,2020-12-10 02:51:07+00:00,2020-12-10 02:51:06+00:00,1238.0,18.0,515.0,6239.0,944.0,2020-09-10 07:38:01+00:00,0.10.1,32.0,Pure Python MySQL Client.,88459.0,70033.0,104.0,35,https://pypi.org/project/PyMySQL,2020-09-10 07:38:01+00:00,18426.0,5267359.0,5267359.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +36,google-cloud-storage,googleapis/google-cloud-python,google-cloud-storage,,,db-clients,,https://github.com/googleapis/google-cloud-python,https://github.com/googleapis/google-cloud-python,Apache-2.0,2014-01-28 15:51:47+00:00,2020-12-14 23:49:51+00:00,2020-10-29 21:15:18+00:00,1332.0,22.0,3312.0,3426.0,9049.0,2020-12-14 23:49:51+00:00,1.35.0,100.0,Google Cloud Client Library for Python.,2108.0,,311.0,35,https://pypi.org/project/google-cloud-storage,2020-12-14 23:49:51+00:00,2108.0,12484260.0,12484260.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +37,elasticsearch,elastic/elasticsearch-py,elasticsearch,,,db-clients,,https://github.com/elastic/elasticsearch-py,https://github.com/elastic/elasticsearch-py,Apache-2.0,2013-05-01 22:47:39+00:00,2020-12-15 22:32:29+00:00,2020-12-15 22:29:48+00:00,957.0,71.0,770.0,3041.0,1255.0,2020-12-09 17:27:30+00:00,7.10.1,64.0,Official Python low-level client for Elasticsearch.,29403.0,18829.0,167.0,35,https://pypi.org/project/elasticsearch,2020-12-09 17:25:00+00:00,10574.0,3909473.0,3909495.0,,,,True,2,44.0,,,,,,,,,,,,,,,,,,,,,, +38,psycopg2,psycopg/psycopg2,psycopg2,psycopg2,,db-clients,,https://github.com/psycopg/psycopg2,https://github.com/psycopg/psycopg2,BSD-3-Clause-Attribution,2013-01-21 11:05:11+00:00,2020-12-05 11:06:47+00:00,2020-11-17 22:45:52+00:00,356.0,47.0,924.0,2001.0,2870.0,2020-09-06 22:41:27+00:00,2.8.6,45.0,PostgreSQL database adapter for the Python programming language.,401384.0,282172.0,110.0,35,https://pypi.org/project/psycopg2,2020-09-06 22:41:27+00:00,119212.0,5181050.0,5181050.0,https://anaconda.org/anaconda/psycopg2,2020-07-09 14:36:31+00:00,0.0,False,2,,,,,,,,,,,,,,,,,,,,,,, +39,OpenAI Gym,openai/gym,gym,,,reinforcement-learning,,https://github.com/openai/gym,https://github.com/openai/gym,MIT,2016-04-27 14:59:16+00:00,2020-12-15 05:24:48+00:00,2020-11-09 18:24:26+00:00,6495.0,210.0,1060.0,22921.0,1237.0,2020-05-08 23:33:21+00:00,0.17.2,90.0,A toolkit for developing and comparing reinforcement learning algorithms.,20001.0,16439.0,271.0,34,https://pypi.org/project/gym,2020-05-08 23:33:21+00:00,3562.0,384399.0,384399.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +40,MXNet,apache/incubator-mxnet,mxnet,mxnet,,ml-frameworks,['mxnet'],https://github.com/apache/incubator-mxnet,https://github.com/apache/incubator-mxnet,Apache-2.0,2015-04-30 16:21:15+00:00,2020-12-16 08:14:38+00:00,2020-12-16 06:59:20+00:00,6790.0,1807.0,7536.0,19170.0,11484.0,2020-08-28 05:08:24+00:00,1.7.0,976.0,"Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler;..",2094.0,1650.0,945.0,34,https://pypi.org/project/mxnet,2020-08-28 06:18:15+00:00,444.0,192757.0,193180.0,https://anaconda.org/anaconda/mxnet,2019-08-02 21:58:41+00:00,0.0,True,2,23279.0,,,,,,,,,,,,,,,,,,,,,, +41,nltk,nltk/nltk,nltk,,,nlp,,https://github.com/nltk/nltk,https://github.com/nltk/nltk,Apache-2.0,2009-09-07 10:53:58+00:00,2020-12-12 21:05:28+00:00,2020-12-12 21:05:27+00:00,2397.0,243.0,1211.0,9492.0,,2019-08-20 10:55:21+00:00,3.4.5,39.0,Suite of libraries and programs for symbolic and statistical natural language processing for English.,103540.0,82548.0,380.0,34,https://pypi.org/project/nltk,2020-04-12 23:46:10+00:00,20992.0,4280283.0,4280283.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +42,Theano,Theano/Theano,theano,theano,,ml-frameworks,,https://github.com/Theano/Theano,https://github.com/Theano/Theano,BSD-3-Clause,2011-08-10 03:48:06+00:00,2020-09-05 10:41:31+00:00,2020-09-05 10:39:50+00:00,2501.0,674.0,2081.0,9302.0,28123.0,2020-07-27 16:13:54+00:00,1.0.5,45.0,"Theano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-..",15225.0,9751.0,382.0,34,https://pypi.org/project/theano,2020-07-27 16:13:54+00:00,5474.0,252856.0,252856.0,https://anaconda.org/anaconda/theano,2019-09-12 14:53:26+00:00,0.0,True,2,,,,,,,,,,,,,,,,,,,,,,, +43,kafka-python,dpkp/kafka-python,kafka-python,,,db-clients,,https://github.com/dpkp/kafka-python,https://github.com/dpkp/kafka-python,Apache-2.0,2012-09-24 13:00:26+00:00,2020-12-03 15:19:38+00:00,2020-12-02 14:45:13+00:00,1099.0,135.0,1148.0,4133.0,2152.0,2020-09-30 07:33:37+00:00,2.0.1,36.0,Python client for Apache Kafka.,7500.0,5480.0,202.0,34,https://pypi.org/project/kafka-python,2020-09-30 07:24:01+00:00,2020.0,2225415.0,2225436.0,,,,True,2,1662.0,,,,,,,,,,,,,,,,,,,,,, +44,Bokeh,bokeh/bokeh,bokeh,,,data-viz,,https://github.com/bokeh/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01+00:00,2020-12-16 07:22:47+00:00,2020-12-08 07:51:38+00:00,3591.0,590.0,5709.0,14393.0,,2020-10-21 02:39:03+00:00,2.2.3,81.0,"Interactive Data Visualization in the browser, from Python.",34771.0,28899.0,540.0,33,https://pypi.org/project/bokeh,2020-12-08 11:21:40+00:00,5872.0,1065039.0,1065039.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +45,luigi,spotify/luigi,luigi,luigi,,data-pipelines,,https://github.com/spotify/luigi,https://github.com/spotify/luigi,Apache-2.0,2012-09-20 15:06:38+00:00,2020-12-15 23:29:23+00:00,2020-12-10 19:36:46+00:00,2208.0,67.0,832.0,14025.0,3939.0,2020-09-23 11:57:43+00:00,3.0.2,72.0,"Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution,..",1956.0,1280.0,546.0,33,https://pypi.org/project/luigi,2020-09-23 11:57:12+00:00,676.0,412025.0,412025.0,https://anaconda.org/anaconda/luigi,2020-07-20 20:26:45+00:00,,True,1,,stable/luigi,,,,,,,,,,,,,,,,,,,,, +46,pytorch-lightning,PyTorchLightning/pytorch-lightning,pytorch-lightning,conda-forge/pytorch-lightning,,ml-frameworks,['pytorch'],https://github.com/PyTorchLightning/pytorch-lightning,https://github.com/PyTorchLightning/pytorch-lightning,Apache-2.0,2019-03-31 00:45:57+00:00,2020-12-16 11:53:38+00:00,2020-12-16 06:44:30+00:00,1236.0,342.0,2292.0,10780.0,3966.0,2020-12-15 23:44:14+00:00,1.1.1,142.0,"The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.",1460.0,1446.0,344.0,33,https://pypi.org/project/pytorch-lightning,2020-12-15 23:44:14+00:00,14.0,114673.0,114673.0,https://anaconda.org/conda-forge/pytorch-lightning,,,True,2,10.0,,,,,,,,,,,,,,,,,,,,,, +47,onnx,onnx/onnx,onnx,,,model-serialisation,,https://github.com/onnx/onnx,https://github.com/onnx/onnx,MIT,2017-09-07 04:53:45+00:00,2020-12-16 07:10:57+00:00,2020-12-03 21:51:57+00:00,1723.0,501.0,903.0,9505.0,1650.0,2020-11-07 00:55:30+00:00,1.8.0,19.0,Open standard for machine learning interoperability.,2535.0,2239.0,188.0,33,https://pypi.org/project/onnx,2020-11-06 22:46:10+00:00,296.0,331525.0,331764.0,,,,True,1,9095.0,,,,,,,,,,,,,,,,,,,,,, +48,mlflow,mlflow/mlflow,mlflow,,,ml-experiments,,https://github.com/mlflow/mlflow,https://github.com/mlflow/mlflow,Apache-2.0,2018-06-05 16:05:58+00:00,2020-12-16 12:01:54+00:00,2020-12-16 08:24:31+00:00,1795.0,628.0,1014.0,7998.0,1789.0,2020-11-19 07:43:19+00:00,1.12.1,38.0,Open source platform for the machine learning lifecycle.,1822.0,1668.0,267.0,33,https://pypi.org/project/mlflow,2020-11-19 07:30:38+00:00,154.0,2675106.0,2675106.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +49,peewee,coleifer/peewee,peewee,,,db-clients,,https://github.com/coleifer/peewee,https://github.com/coleifer/peewee,MIT,2010-10-11 20:14:11+00:00,2020-11-26 16:40:21+00:00,2020-11-26 16:31:52+00:00,1254.0,1.0,1906.0,7996.0,4280.0,2020-11-07 18:48:43+00:00,3.14.0,165.0,"a small, expressive orm -- supports postgresql, mysql and sqlite.",18005.0,11541.0,144.0,33,https://pypi.org/project/peewee,2020-11-07 18:47:45+00:00,6464.0,193189.0,193189.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +50,xlrd,python-excel/xlrd,xlrd,,,data-loading,,https://github.com/python-excel/xlrd,https://github.com/python-excel/xlrd,BSD-3-Clause,2012-03-07 04:50:48+00:00,2020-12-12 15:24:26+00:00,2020-12-12 15:24:25+00:00,406.0,3.0,,1828.0,502.0,2020-12-11 10:14:20+00:00,2.0.1,24.0,Please use openpyxl where you can...,72647.0,59073.0,50.0,33,https://pypi.org/project/xlrd,2020-12-11 10:14:20+00:00,13574.0,5597658.0,5597658.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +51,Fastai,fastai/fastai,fastai,,,ml-frameworks,['pytorch'],https://github.com/fastai/fastai,https://github.com/fastai/fastai,Apache-2.0,2017-09-09 17:43:36+00:00,2020-12-16 01:54:02+00:00,2020-12-16 01:54:01+00:00,6865.0,55.0,1253.0,20097.0,1578.0,2020-12-13 19:01:35+00:00,2.1.9,109.0,"The fastai deep learning library, plus lessons and tutorials.",368.0,,472.0,32,https://pypi.org/project/fastai,2020-12-13 19:01:35+00:00,368.0,117088.0,117088.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +52,Ray,ray-project/ray,ray,,,distributed-ml,,https://github.com/ray-project/ray,https://github.com/ray-project/ray,Apache-2.0,2016-10-25 19:38:30+00:00,2020-12-16 12:43:45+00:00,2020-12-16 10:45:53+00:00,2228.0,1185.0,4295.0,14094.0,6697.0,2020-11-19 22:43:00+00:00,ray-1.0.1.post1,42.0,"An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged..",1521.0,1361.0,407.0,32,https://pypi.org/project/ray,2020-11-19 22:42:38+00:00,160.0,222945.0,222945.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +53,jax,google/jax,jax,,,ml-frameworks,,https://github.com/google/jax,https://github.com/google/jax,Apache-2.0,2018-10-25 21:25:02+00:00,2020-12-16 12:17:50+00:00,2020-12-16 09:57:26+00:00,886.0,685.0,1307.0,10689.0,6324.0,2020-12-05 06:20:45+00:00,0.2.7,86.0,"Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more.",917.0,871.0,238.0,32,https://pypi.org/project/jax,2020-12-05 06:20:45+00:00,46.0,69634.0,69634.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +54,imgaug,aleju/imgaug,imgaug,,,image,,https://github.com/aleju/imgaug,https://github.com/aleju/imgaug,MIT,2015-07-10 20:31:33+00:00,2020-10-19 12:23:22+00:00,2020-06-01 14:58:26+00:00,1934.0,211.0,203.0,10393.0,2913.0,2020-02-06 06:18:40+00:00,0.4.0,11.0,Image augmentation for machine learning experiments.,5035.0,4757.0,36.0,32,https://pypi.org/project/imgaug,2020-02-05 20:54:22+00:00,278.0,154755.0,154755.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +55,AllenNLP,allenai/allennlp,allennlp,,,nlp,['pytorch'],https://github.com/allenai/allennlp,https://github.com/allenai/allennlp,Apache-2.0,2017-05-15 15:52:41+00:00,2020-12-16 04:45:04+00:00,2020-12-16 02:09:44+00:00,1916.0,132.0,2104.0,9482.0,2352.0,2020-12-15 22:10:16+00:00,1.3.0,154.0,"An open-source NLP research library, built on PyTorch.",1434.0,1317.0,229.0,32,https://pypi.org/project/allennlp,2020-11-17 18:37:28+00:00,117.0,22037.0,22037.0,,,,True,1,36.0,,,,,,,,,,,,,,,,,,,,,, +56,Chainer,chainer/chainer,chainer,,,ml-frameworks,,https://github.com/chainer/chainer,https://github.com/chainer/chainer,MIT,2015-06-05 05:50:37+00:00,2020-12-16 09:56:13+00:00,2020-12-16 09:56:12+00:00,1371.0,16.0,2015.0,5496.0,30538.0,2020-07-30 09:01:53+00:00,7.7.0,108.0,A flexible framework of neural networks for deep learning.,2471.0,1729.0,317.0,32,https://pypi.org/project/chainer,2020-07-30 09:01:53+00:00,742.0,20769.0,20769.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +57,PyMC3,pymc-devs/pymc3,pymc3,,,probabilistics,,https://github.com/pymc-devs/pymc3,https://github.com/pymc-devs/pymc3,Apache-2.0,2009-05-05 09:43:50+00:00,2020-12-16 12:39:18+00:00,2020-12-16 12:39:16+00:00,1316.0,150.0,1934.0,5433.0,7592.0,2020-12-07 15:59:43+00:00,3.10.0,30.0,Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano.,2110.0,1824.0,301.0,32,https://pypi.org/project/pymc3,2020-12-07 15:45:00+00:00,286.0,130573.0,130574.0,,,,True,1,145.0,,,,,,,,,,,,,,,,,,,,,, +58,Beam,apache/beam,apache-beam,,,data-pipelines,,https://github.com/apache/beam,https://github.com/apache/beam,Apache-2.0,2016-02-02 08:00:06+00:00,2020-12-16 11:06:54+00:00,2020-12-16 09:45:24+00:00,2739.0,115.0,,4446.0,29983.0,2020-12-11 21:24:20+00:00,2.26.0,29.0,"Unified programming model to define and execute data processing pipelines, including ETL, batch and stream processing.",186.0,,979.0,32,https://pypi.org/project/apache-beam,2020-12-11 19:58:03+00:00,186.0,1784620.0,1784620.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +59,xmltodict,martinblech/xmltodict,xmltodict,,,data-loading,,https://github.com/martinblech/xmltodict,https://github.com/martinblech/xmltodict,MIT,2012-04-17 14:38:21+00:00,2020-11-05 01:54:38+00:00,2020-04-26 05:15:03+00:00,393.0,63.0,134.0,4194.0,205.0,2019-02-11 07:00:26+00:00,0.12.0,27.0,Python module that makes working with XML feel like you are working with JSON.,27452.0,19218.0,41.0,32,https://pypi.org/project/xmltodict,2019-02-11 07:00:26+00:00,8234.0,4349675.0,4349675.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +60,Tablib,jazzband/tablib,tablib,,,data-loading,,https://github.com/jazzband/tablib,https://github.com/jazzband/tablib,MIT,2011-03-28 02:36:50+00:00,2020-12-13 06:03:08+00:00,2020-12-11 07:22:54+00:00,557.0,34.0,197.0,3815.0,1123.0,2020-12-05 14:56:28+00:00,3.0.0,38.0,"Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.",11100.0,8742.0,110.0,32,https://pypi.org/project/tablib,2020-12-05 14:56:28+00:00,2358.0,624352.0,624352.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +61,tensorflow-hub,tensorflow/hub,tensorflow-hub,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/hub,https://github.com/tensorflow/hub,Apache-2.0,2018-03-12 07:55:42+00:00,2020-12-14 16:19:27+00:00,2020-12-14 16:19:23+00:00,1408.0,44.0,488.0,2651.0,804.0,2020-10-29 15:10:15+00:00,0.10.0,13.0,A library for transfer learning by reusing parts of TensorFlow models.,4973.0,4659.0,65.0,32,https://pypi.org/project/tensorflow-hub,2020-10-29 14:53:02+00:00,314.0,1325491.0,1325491.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +62,GeoPandas,geopandas/geopandas,geopandas,,,geospatial-data,['pandas'],https://github.com/geopandas/geopandas,https://github.com/geopandas/geopandas,BSD-3-Clause,2013-06-27 17:03:47+00:00,2020-12-14 22:08:01+00:00,2020-12-07 09:34:03+00:00,528.0,294.0,642.0,2390.0,1300.0,2020-07-15 17:59:00+00:00,0.8.1,34.0,Python tools for geographic data.,7722.0,6556.0,126.0,32,https://pypi.org/project/geopandas,2020-06-24 13:38:40+00:00,1166.0,463560.0,463575.0,,,,True,1,825.0,,,,,,,,,,,,,,,,,,,,,, +63,Thinc,explosion/thinc,thinc,,,ml-frameworks,,https://github.com/explosion/thinc,https://github.com/explosion/thinc,MIT,2014-10-16 16:34:59+00:00,2020-12-16 11:40:14+00:00,2020-12-16 11:39:31+00:00,185.0,13.0,80.0,2117.0,4865.0,2020-12-11 09:45:43+00:00,7.4.5,181.0,"A refreshing functional take on deep learning, compatible with your favorite libraries.",11158.0,10020.0,33.0,32,https://pypi.org/project/thinc,2020-12-11 09:11:33+00:00,1138.0,992566.0,992566.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +64,xarray,pydata/xarray,xarray,,,data-containers,,https://github.com/pydata/xarray,https://github.com/pydata/xarray,Apache-2.0,2013-09-30 17:21:10+00:00,2020-12-16 11:48:49+00:00,2020-12-15 16:40:37+00:00,609.0,766.0,1837.0,1876.0,3421.0,2020-11-30 21:28:55+00:00,0.16.2,55.0,N-D labeled arrays and datasets in Python.,5738.0,4606.0,285.0,32,https://pypi.org/project/xarray,2020-11-30 21:26:20+00:00,1132.0,302609.0,302609.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +65,imageio,imageio/imageio,imageio,,,image,,https://github.com/imageio/imageio,https://github.com/imageio/imageio,BSD-2-Clause,2013-05-04 22:56:45+00:00,2020-12-11 13:32:14+00:00,2020-12-07 13:48:21+00:00,160.0,59.0,269.0,813.0,1125.0,2020-07-10 07:45:22+00:00,2.9.0,31.0,Python library for reading and writing image data.,37199.0,33361.0,69.0,32,https://pypi.org/project/imageio,2020-07-06 13:20:41+00:00,3838.0,1697299.0,1697299.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +66,tensor2tensor,tensorflow/tensor2tensor,tensor2tensor,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/tensor2tensor,https://github.com/tensorflow/tensor2tensor,Apache-2.0,2017-06-15 16:57:39+00:00,2020-12-15 01:23:04+00:00,2020-11-16 14:28:10+00:00,2682.0,544.0,662.0,10683.0,4345.0,2020-06-17 16:15:36+00:00,1.15.7,79.0,Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.,938.0,856.0,230.0,31,https://pypi.org/project/tensor2tensor,2020-06-17 16:15:36+00:00,82.0,48779.0,48779.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +67,fairseq,pytorch/fairseq,fairseq,,,nlp,['pytorch'],https://github.com/pytorch/fairseq,https://github.com/pytorch/fairseq,MIT,2017-08-29 16:26:12+00:00,2020-12-16 11:30:31+00:00,2020-12-16 01:47:42+00:00,2691.0,569.0,1708.0,10670.0,1674.0,2020-11-21 20:52:43+00:00,0.10.1,12.0,Facebook AI Research Sequence-to-Sequence Toolkit written in Python.,263.0,243.0,279.0,31,https://pypi.org/project/fairseq,2020-11-21 20:52:43+00:00,20.0,8634.0,8635.0,,,,True,1,46.0,,,,,,,,,,,,,,,,,,,,,, +68,ChatterBot,gunthercox/ChatterBot,chatterbot,,,nlp,,https://github.com/gunthercox/ChatterBot,https://github.com/gunthercox/ChatterBot,BSD-3-Clause,2014-09-28 14:49:00+00:00,2020-12-03 22:49:16+00:00,2020-08-20 21:16:14+00:00,3563.0,196.0,1217.0,10628.0,1847.0,2020-08-22 18:42:43+00:00,1.0.8,86.0,"ChatterBot is a machine learning, conversational dialog engine for creating chat bots.",3650.0,2970.0,103.0,31,https://pypi.org/project/chatterbot,2020-08-22 18:40:36+00:00,680.0,20279.0,20279.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +69,Rasa,RasaHQ/rasa,rasa,,,nlp,['tensorflow'],https://github.com/RasaHQ/rasa,https://github.com/RasaHQ/rasa,Apache-2.0,2016-10-14 12:27:49+00:00,2020-12-16 12:24:55+00:00,2020-12-15 08:43:05+00:00,3150.0,499.0,4263.0,10331.0,24060.0,2020-12-11 08:29:03+00:00,2.2.0a1,169.0,"Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management,..",64.0,,452.0,31,https://pypi.org/project/rasa,2020-12-11 08:28:53+00:00,64.0,60366.0,60366.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +70,pyecharts,pyecharts/pyecharts,pyecharts,,https://github.com/pyecharts/pyecharts/blob/master/README.en.md,data-viz,['jupyter'],https://github.com/pyecharts/pyecharts,https://github.com/pyecharts/pyecharts,MIT,2017-06-22 02:50:25+00:00,2020-10-30 03:17:30+00:00,2020-10-29 15:09:15+00:00,2280.0,28.0,1308.0,10209.0,1509.0,2020-10-29 15:14:08+00:00,1.9.0,66.0,Python Echarts Plotting Library.,1661.0,1379.0,28.0,31,https://pypi.org/project/pyecharts,2020-10-29 15:14:08+00:00,282.0,26600.0,26600.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +71,wordcloud,amueller/word_cloud,wordcloud,,,data-viz,,https://github.com/amueller/word_cloud,https://github.com/amueller/word_cloud,MIT,2012-11-04 22:57:59+00:00,2020-11-11 22:07:32+00:00,2020-11-11 21:35:51+00:00,2001.0,91.0,343.0,7712.0,540.0,2020-11-11 21:41:02+00:00,1.8.1,16.0,A little word cloud generator in Python.,9002.0,7898.0,58.0,31,https://pypi.org/project/wordcloud,2020-11-11 21:41:02+00:00,1104.0,262534.0,262534.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +72,Catboost,catboost/catboost,catboost,,,ml-frameworks,,https://github.com/catboost/catboost,https://github.com/catboost/catboost,Apache-2.0,2017-07-18 05:29:04+00:00,2020-12-16 11:45:21+00:00,2020-12-16 11:45:17+00:00,848.0,293.0,1017.0,5590.0,13849.0,2020-11-18 14:56:33+00:00,0.24.3,89.0,"A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification,..",81.0,,700.0,31,https://pypi.org/project/catboost,2020-08-26 22:16:16+00:00,81.0,622283.0,623445.0,,,,True,2,45333.0,,,,,,,,,,,,,,,,,,,,,, +73,Hyperopt,hyperopt/hyperopt,hyperopt,,,hyperopt,,https://github.com/hyperopt/hyperopt,https://github.com/hyperopt/hyperopt,BSD-3-Clause,2011-09-06 22:24:59+00:00,2020-11-18 08:38:03+00:00,2020-11-18 08:38:01+00:00,841.0,322.0,219.0,5261.0,1167.0,2020-10-07 09:52:56+00:00,0.2.5,11.0,Distributed Asynchronous Hyperparameter Optimization in Python.,2858.0,2354.0,83.0,31,https://pypi.org/project/hyperopt,2020-10-07 09:52:56+00:00,504.0,529082.0,529082.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +74,folium,python-visualization/folium,folium,,,geospatial-data,,https://github.com/python-visualization/folium,https://github.com/python-visualization/folium,MIT,2013-05-09 04:21:35+00:00,2020-12-13 17:58:25+00:00,2020-11-29 11:59:51+00:00,1856.0,143.0,680.0,5041.0,1460.0,2020-05-07 13:33:22+00:00,0.11.0,22.0,Python Data. Leaflet.js Maps.,8662.0,7694.0,116.0,31,https://pypi.org/project/folium,2020-05-07 13:33:22+00:00,968.0,266663.0,266663.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +75,sentencepiece,google/sentencepiece,sentencepiece,,,nlp,,https://github.com/google/sentencepiece,https://github.com/google/sentencepiece,Apache-2.0,2017-03-07 10:03:48+00:00,2020-12-12 08:07:26+00:00,2020-12-12 08:07:24+00:00,595.0,35.0,360.0,4637.0,639.0,2020-10-24 05:57:45+00:00,0.1.94,29.0,Unsupervised text tokenizer for Neural Network-based text generation.,5064.0,4944.0,46.0,31,https://pypi.org/project/sentencepiece,2020-10-24 05:57:45+00:00,120.0,1320855.0,1321170.0,,,,True,1,8837.0,,,,,,,,,,,,,,,,,,,,,, +76,Elasticsearch DSL,elastic/elasticsearch-dsl-py,elasticsearch-dsl,,,db-clients,,https://github.com/elastic/elasticsearch-dsl-py,https://github.com/elastic/elasticsearch-dsl-py,Apache-2.0,2014-03-05 16:19:39+00:00,2020-12-09 17:31:23+00:00,2020-12-08 20:53:06+00:00,665.0,54.0,1093.0,3114.0,1007.0,2020-09-17 13:45:33+00:00,7.3.0,32.0,High level Python client for Elasticsearch.,5570.0,4014.0,121.0,31,https://pypi.org/project/elasticsearch-dsl,2020-09-17 13:41:36+00:00,1556.0,953554.0,953560.0,,,,True,2,19.0,,,,,,,,,,,,,,,,,,,,,, +77,geopy,geopy/geopy,geopy,,,geospatial-data,,https://github.com/geopy/geopy,https://github.com/geopy/geopy,MIT,2010-03-04 22:05:28+00:00,2020-11-16 12:27:47+00:00,2020-09-13 20:17:58+00:00,521.0,27.0,204.0,3104.0,970.0,2020-06-27 20:47:54+00:00,2.0.0,56.0,Geocoding library for Python.,21862.0,14618.0,115.0,31,https://pypi.org/project/geopy,2020-06-27 20:42:36+00:00,7244.0,2474442.0,2474442.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +78,scikit-optimize,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+00:00,2020-12-04 21:07:23+00:00,2020-09-29 13:32:21+00:00,366.0,160.0,352.0,1986.0,1540.0,2020-09-04 09:08:10+00:00,0.8.1,22.0,Sequential model-based optimization with a `scipy.optimize` interface.,1399.0,1239.0,67.0,31,https://pypi.org/project/scikit-optimize,2020-09-04 09:08:10+00:00,160.0,551441.0,551441.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +79,Prometheus Client,prometheus/client_python,prometheus_client,conda-forge/prometheus_client,,db-clients,,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015-02-10 22:47:25+00:00,2020-11-24 10:28:49+00:00,2020-11-24 10:28:43+00:00,491.0,27.0,284.0,1926.0,406.0,2020-11-16 13:40:13+00:00,0.9.0,33.0,Prometheus instrumentation library for Python applications.,3738.0,,95.0,31,https://pypi.org/project/prometheus_client,2019-06-20 13:35:09+00:00,3738.0,10245569.0,10245569.0,https://anaconda.org/conda-forge/prometheus_client,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +80,MNE,mne-tools/mne-python,mne,,,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+00:00,2020-12-16 12:43:21+00:00,2020-12-15 20:52:35+00:00,829.0,301.0,3053.0,1452.0,15650.0,2020-11-30 16:11:19+00:00,0.21.2,49.0,MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python.,942.0,744.0,234.0,31,https://pypi.org/project/mne,2020-11-16 12:57:08+00:00,198.0,41024.0,41024.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +81,influxdb,influxdata/influxdb-python,influxdb,,,db-clients,,https://github.com/influxdata/influxdb-python,https://github.com/influxdata/influxdb-python,MIT,2013-11-05 19:27:16+00:00,2020-12-06 21:24:47+00:00,2020-11-11 21:03:24+00:00,479.0,130.0,366.0,1438.0,961.0,2020-11-11 21:23:41+00:00,5.3.1,54.0,Python client for InfluxDB.,5839.0,3729.0,133.0,31,https://pypi.org/project/influxdb,2020-11-11 21:23:41+00:00,2110.0,1104573.0,1104573.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +82,Cassandra Driver,datastax/python-driver,cassandra-driver,conda-forge/cassandra-driver,,db-clients,,https://github.com/datastax/python-driver,https://github.com/datastax/python-driver,Apache-2.0,2013-07-08 19:02:31+00:00,2020-11-30 17:16:16+00:00,2020-11-11 00:22:01+00:00,446.0,13.0,,1199.0,5939.0,2020-06-18 14:44:49+00:00,3.24.0,70.0,DataStax Python Driver for Apache Cassandra.,3485.0,2299.0,174.0,31,https://pypi.org/project/cassandra-driver,2020-06-18 14:44:49+00:00,1186.0,541596.0,541596.0,https://anaconda.org/conda-forge/cassandra-driver,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +83,fastText,facebookresearch/fastText,fasttext,,,nlp,,https://github.com/facebookresearch/fastText,https://github.com/facebookresearch/fastText,MIT,2016-07-16 13:38:42+00:00,2020-10-31 15:50:36+00:00,2020-07-18 00:20:40+00:00,4198.0,400.0,587.0,22021.0,379.0,2020-04-28 09:54:50+00:00,0.9.2,35.0,Library for fast text representation and classification.,1558.0,1368.0,58.0,30,https://pypi.org/project/fasttext,2020-04-28 09:54:50+00:00,190.0,115623.0,115623.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +84,zipline,quantopian/zipline,zipline,,,financial-data,,https://github.com/quantopian/zipline,https://github.com/quantopian/zipline,Apache-2.0,2012-10-19 15:50:29+00:00,2020-12-11 13:52:22+00:00,2020-10-14 16:36:49+00:00,3590.0,318.0,644.0,12908.0,6226.0,2020-10-05 15:46:20.429000+00:00,1.4.1,30.0,"Zipline, a Pythonic Algorithmic Trading Library.",728.0,649.0,151.0,30,https://pypi.org/project/zipline,2020-10-05 15:46:20.429000+00:00,79.0,3405.0,3405.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +85,Prophet,facebook/prophet,fbprophet,,,time-series-data,,https://github.com/facebook/prophet,https://github.com/facebook/prophet,MIT,2016-11-16 01:50:08+00:00,2020-12-08 23:35:56+00:00,2020-12-08 23:35:54+00:00,3393.0,91.0,1390.0,11951.0,603.0,2020-09-05 16:12:50+00:00,0.7.1,14.0,Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear..,150.0,,121.0,30,https://pypi.org/project/fbprophet,2020-09-05 16:12:50+00:00,150.0,709150.0,709161.0,,,,True,1,518.0,,,,,,,,,,,,,,,,,,,,,, +86,horovod,horovod/horovod,horovod,,,distributed-ml,,https://github.com/horovod/horovod,https://github.com/horovod/horovod,Apache-2.0,2017-08-09 19:39:59+00:00,2020-12-16 04:20:41+00:00,2020-12-15 20:18:42+00:00,1681.0,254.0,1356.0,10556.0,819.0,2020-11-23 23:57:42+00:00,0.21.0,60.0,"Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.",318.0,298.0,109.0,30,https://pypi.org/project/horovod,2020-10-01 14:54:24+00:00,20.0,106855.0,106855.0,,,,True,1,,stable/horovod,,,,,,,,,,,,,,,,,,,,, +87,flair,flairNLP/flair,flair,,,nlp,['pytorch'],https://github.com/flairNLP/flair,https://github.com/flairNLP/flair,MIT,2018-06-11 11:04:18+00:00,2020-12-16 01:10:44+00:00,2020-12-11 11:43:13+00:00,1405.0,113.0,1279.0,9683.0,2947.0,2020-12-01 19:35:00+00:00,0.7,19.0,A very simple framework for state-of-the-art Natural Language Processing (NLP).,610.0,562.0,156.0,30,https://pypi.org/project/flair,2020-12-01 19:02:38+00:00,48.0,33195.0,33195.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +88,TFlearn,tflearn/tflearn,tflearn,,,ml-frameworks,['tensorflow'],https://github.com/tflearn/tflearn,https://github.com/tflearn/tflearn,MIT,2016-03-31 12:05:53+00:00,2020-11-30 04:35:03+00:00,2020-11-30 04:34:51+00:00,2423.0,574.0,358.0,9479.0,613.0,2020-11-11 19:26:11+00:00,0.5.0,8.0,Deep learning library featuring a higher-level API for TensorFlow.,3311.0,2830.0,128.0,30,https://pypi.org/project/tflearn,2020-11-11 19:13:47+00:00,481.0,16442.0,16442.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +89,Vowpal Wabbit,VowpalWabbit/vowpal_wabbit,vowpalwabbit,,,ml-frameworks,,https://github.com/VowpalWabbit/vowpal_wabbit,https://github.com/VowpalWabbit/vowpal_wabbit,BSD-3-Clause,2009-07-31 19:36:58+00:00,2020-12-16 10:32:39+00:00,2020-12-16 10:32:37+00:00,1696.0,161.0,855.0,7353.0,8958.0,2020-11-12 14:41:09+00:00,8.9.0,12.0,Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as..,94.0,86.0,296.0,30,https://pypi.org/project/vowpalwabbit,2020-11-12 14:41:09+00:00,8.0,17090.0,17090.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +90,Prefect,PrefectHQ/prefect,prefect,conda-forge/prefect,,data-pipelines,,https://github.com/PrefectHQ/prefect,https://github.com/PrefectHQ/prefect,Apache-2.0,2018-06-29 21:59:26+00:00,2020-12-16 07:08:29+00:00,2020-12-16 00:10:34+00:00,455.0,219.0,1233.0,5553.0,12875.0,2020-12-08 17:07:04+00:00,0.13.19,76.0,The easiest way to automate your data.,215.0,213.0,166.0,30,https://pypi.org/project/prefect,2020-12-08 17:07:04+00:00,2.0,40514.0,40514.0,https://anaconda.org/conda-forge/prefect,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +91,SpeechRecognition,Uberi/speech_recognition,SpeechRecognition,,,audio,,https://github.com/Uberi/speech_recognition,https://github.com/Uberi/speech_recognition,BSD-3-Clause,2014-04-23 04:53:54+00:00,2020-12-06 16:23:37+00:00,2019-07-02 17:29:47+00:00,1827.0,194.0,269.0,5284.0,360.0,2017-12-05 14:05:14+00:00,3.8.1,52.0,"Speech recognition module for Python, supporting several engines and APIs, online and offline.",7167.0,6079.0,41.0,30,https://pypi.org/project/SpeechRecognition,2017-12-05 13:58:29+00:00,1088.0,132695.0,132695.0,,,,False,1,,,,,,,,,,,,,,,,,,,,,,, +92,CuPy,cupy/cupy,cupy,,,gpu-utilities,,https://github.com/cupy/cupy,https://github.com/cupy/cupy,MIT,2016-11-01 09:54:45+00:00,2020-12-16 11:08:42.939892+00:00,2020-12-16 11:03:36+00:00,427.0,357.0,842.0,4726.0,20008.0,2020-11-26 07:02:45+00:00,8.2.0,83.0,A NumPy-compatible array library accelerated by CUDA.,814.0,622.0,251.0,30,https://pypi.org/project/cupy,2020-11-26 07:01:08+00:00,192.0,8936.0,9958.0,,,,True,1,2572.0,,,cupy/cupy,https://hub.docker.com/r/cupy/cupy,2020-12-16 11:08:42.939892+00:00,6.0,47429.0,,,,,,,,,,,,,,, +93,Optuna,optuna/optuna,optuna,,,hyperopt,,https://github.com/optuna/optuna,https://github.com/optuna/optuna,MIT,2018-02-21 06:12:56+00:00,2020-12-16 07:44:49+00:00,2020-12-16 05:49:01+00:00,429.0,161.0,438.0,3732.0,8404.0,2020-11-04 04:28:46+00:00,2.3.0,33.0,A hyperparameter optimization framework.,837.0,785.0,119.0,30,https://pypi.org/project/optuna,2020-11-04 04:29:39+00:00,52.0,162830.0,162830.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +94,Tesseract,madmaze/pytesseract,pytesseract,conda-forge/pytesseract,,ocr,,https://github.com/madmaze/pytesseract,https://github.com/madmaze/pytesseract,Apache-2.0,2010-10-27 23:02:49+00:00,2020-12-15 17:32:26+00:00,2020-12-15 17:29:37+00:00,503.0,7.0,235.0,3312.0,347.0,2020-12-15 05:24:52+00:00,0.3.7,24.0,Python-tesseract is an optical character recognition (OCR) tool for python.,9260.0,7832.0,34.0,30,https://pypi.org/project/pytesseract,2020-12-15 05:24:52+00:00,1428.0,309587.0,309587.0,https://anaconda.org/conda-forge/pytesseract,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +95,MLxtend,rasbt/mlxtend,mlxtend,conda-forge/mlxtend,,others,['sklearn'],https://github.com/rasbt/mlxtend,https://github.com/rasbt/mlxtend,BSD-3-Clause,2014-08-14 01:56:16+00:00,2020-12-03 23:11:48+00:00,2020-12-03 23:11:47+00:00,683.0,99.0,260.0,3246.0,1140.0,2020-11-26 04:18:15+00:00,0.18.0,46.0,A library of extension and helper modules for Python's data analysis and machine learning libraries.,2281.0,2186.0,78.0,30,https://pypi.org/project/mlxtend,2020-11-26 04:18:15+00:00,95.0,215826.0,215826.0,https://anaconda.org/conda-forge/mlxtend,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +96,bqplot,bloomberg/bqplot,bqplot,,,data-viz,['jupyter'],https://github.com/bqplot/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18+00:00,2020-12-16 10:47:25+00:00,2020-12-10 17:49:51+00:00,404.0,204.0,312.0,2960.0,3196.0,2020-11-05 14:39:24+00:00,0.12.19,87.0,Plotting library for IPython/Jupyter notebooks.,1239.0,1117.0,51.0,30,https://pypi.org/project/bqplot,2020-11-05 14:39:24+00:00,112.0,17214.0,165972.0,,,,True,2,,,,,,,,,bqplot,https://www.npmjs.com/package/bqplot,2020-10-12 19:58:11.526000+00:00,10.0,148758.0,,,,,,,,,, +97,torchtext,pytorch/text,torchtext,,,nlp,['pytorch'],https://github.com/pytorch/text,https://github.com/pytorch/text,BSD-3-Clause,2016-12-12 00:56:03+00:00,2020-12-16 12:30:53+00:00,2020-12-04 18:18:28+00:00,584.0,261.0,309.0,2587.0,686.0,2020-12-10 17:03:55+00:00,0.8.1,12.0,Data loaders and abstractions for text and NLP.,3992.0,3310.0,98.0,30,https://pypi.org/project/torchtext,2020-12-10 16:28:00+00:00,682.0,135070.0,135070.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +98,mrjob,Yelp/mrjob,mrjob,,,data-pipelines,,https://github.com/Yelp/mrjob,https://github.com/Yelp/mrjob,Apache-2.0,2010-10-13 18:35:21+00:00,2020-11-16 22:20:27+00:00,2020-11-16 22:20:52+00:00,590.0,199.0,1089.0,2523.0,8622.0,2020-09-17 22:26:01+00:00,0.7.4,60.0,Run MapReduce jobs on Hadoop or Amazon Web Services.,743.0,631.0,142.0,30,https://pypi.org/project/mrjob,2020-09-17 22:26:01+00:00,112.0,129943.0,129943.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +99,confluent-kafka-python,confluentinc/confluent-kafka-python,confluent-kafka,,,db-clients,,https://github.com/confluentinc/confluent-kafka-python,https://github.com/confluentinc/confluent-kafka-python,Apache-2.0,2016-04-14 07:40:41+00:00,2020-12-03 23:05:45+00:00,2020-11-24 15:38:23+00:00,542.0,230.0,465.0,2074.0,628.0,2020-07-22 08:23:51+00:00,1.5.0,20.0,Confluent's Kafka Python Client.,2206.0,1904.0,66.0,30,https://pypi.org/project/confluent-kafka,2020-07-22 07:50:57+00:00,302.0,999159.0,999159.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +100,pyodbc,mkleehammer/pyodbc,pyodbc,,,db-clients,,https://github.com/mkleehammer/pyodbc,https://github.com/mkleehammer/pyodbc,MIT,2008-10-03 15:19:37+00:00,2020-11-26 00:31:04+00:00,2020-10-26 13:28:37+00:00,407.0,215.0,510.0,1944.0,347.0,2020-02-08 18:09:57+00:00,4.0.30,48.0,Python ODBC bridge.,3262.0,,36.0,30,https://pypi.org/project/pyodbc,2020-02-10 15:43:28+00:00,3262.0,4103084.0,4103084.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +101,smart-open,RaRe-Technologies/smart_open,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+00:00,2020-12-10 02:54:44+00:00,2020-12-10 02:54:39+00:00,261.0,69.0,224.0,1858.0,821.0,2020-11-27 06:14:57+00:00,4.0.1,44.0,"Utils for streaming large files (S3, HDFS, gzip, bz2...).",640.0,,68.0,30,https://pypi.org/project/smart-open,2020-11-27 06:14:05+00:00,640.0,5448578.0,5448578.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +102,mysqlclient,PyMySQL/mysqlclient,mysqlclient,conda-forge/mysqlclient,,db-clients,,https://github.com/PyMySQL/mysqlclient,https://github.com/PyMySQL/mysqlclient,GPL-2.0,2014-04-28 05:09:06+00:00,2020-12-11 03:30:10+00:00,2020-12-11 03:30:08+00:00,305.0,6.0,244.0,1838.0,978.0,2020-12-10 04:03:30+00:00,2.0.2,30.0,MySQL database connector for Python (with Python 3 support).,13536.0,,64.0,30,https://pypi.org/project/mysqlclient,2020-12-10 04:03:30+00:00,13536.0,1864187.0,1864288.0,https://anaconda.org/conda-forge/mysqlclient,,,False,2,5159.0,,,,,,,,,,,,,,,,,,,,,, +103,python-magic,ahupp/python-magic,python-magic,,,data-loading,,https://github.com/ahupp/python-magic,https://github.com/ahupp/python-magic,MIT,2010-03-31 22:40:33+00:00,2020-12-11 19:57:08+00:00,2020-12-11 19:57:07+00:00,202.0,30.0,125.0,1785.0,244.0,2020-05-06 02:30:25+00:00,0.4.18,18.0,A python wrapper for libmagic.,15977.0,10845.0,47.0,30,https://pypi.org/project/python-magic,2020-05-06 02:30:25+00:00,5132.0,1519596.0,1519596.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +104,pandas-datareader,pydata/pandas-datareader,pandas-datareader,,,data-loading,['pandas'],https://github.com/pydata/pandas-datareader,https://github.com/pydata/pandas-datareader,BSD-3-Clause,2015-01-15 00:34:19+00:00,2020-12-16 09:11:15+00:00,2020-09-02 15:23:21+00:00,489.0,69.0,368.0,1755.0,762.0,2020-07-10 10:04:14+00:00,0.9.0,21.0,Extract data from a wide range of Internet sources into a pandas DataFrame.,8464.0,7058.0,76.0,30,https://pypi.org/project/pandas-datareader,2020-07-10 10:04:14+00:00,1406.0,107209.0,107209.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +105,opencv-python,skvark/opencv-python,opencv-python,,,image,,https://github.com/skvark/opencv-python,https://github.com/skvark/opencv-python,MIT,2016-04-08 13:36:40+00:00,2020-12-11 17:47:37+00:00,2020-12-11 17:47:36+00:00,293.0,19.0,355.0,1634.0,609.0,2020-11-03 19:09:10+00:00,46,46.0,"Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-..",12560.0,,27.0,30,https://pypi.org/project/opencv-python,2020-11-02 16:36:07+00:00,12560.0,2697357.0,2697357.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +106,Motor,mongodb/motor,motor,,,db-clients,,https://github.com/mongodb/motor,https://github.com/mongodb/motor,Apache-2.0,2013-01-11 21:34:44+00:00,2020-12-08 14:16:53+00:00,2020-09-24 23:47:34+00:00,140.0,1.0,,1596.0,1609.0,2020-09-24 23:26:10+00:00,2.3.0,34.0,Motor - the async Python driver for MongoDB and Tornado or asyncio.,5097.0,3307.0,28.0,30,https://pypi.org/project/motor,2020-09-24 23:19:56+00:00,1790.0,134531.0,134531.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +107,numexpr,pydata/numexpr,numexpr,,,data-containers,,https://github.com/pydata/numexpr,https://github.com/pydata/numexpr,MIT,2013-11-30 22:33:48+00:00,2020-12-06 01:59:55+00:00,2020-09-24 01:49:10+00:00,161.0,53.0,242.0,1486.0,651.0,2020-01-05 17:55:57+00:00,2.7.1,38.0,"Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more.",5482.0,,51.0,30,https://pypi.org/project/numexpr,2020-01-05 17:55:57+00:00,5482.0,921542.0,921542.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +108,Rasterio,mapbox/rasterio,rasterio,,,geospatial-data,,https://github.com/mapbox/rasterio,https://github.com/mapbox/rasterio,BSD-3-Clause,2013-11-04 16:36:27+00:00,2020-12-15 00:21:47+00:00,2020-12-15 00:21:46+00:00,387.0,135.0,1183.0,1380.0,3239.0,2020-10-21 01:56:29+00:00,1.1.8,117.0,Rasterio reads and writes geospatial raster datasets.,3338.0,2488.0,109.0,30,https://pypi.org/project/rasterio,2020-12-13 18:35:39+00:00,850.0,177498.0,177508.0,,,,True,2,701.0,,,,,,,,,,,,,,,,,,,,,, +109,SageMaker SDK,aws/sagemaker-python-sdk,sagemaker,,,ml-experiments,"['mxnet', 'tensorflow']",https://github.com/aws/sagemaker-python-sdk,https://github.com/aws/sagemaker-python-sdk,Apache-2.0,2017-11-14 01:03:33+00:00,2020-12-15 22:36:59+00:00,2020-12-15 20:51:05+00:00,541.0,190.0,511.0,1277.0,1756.0,2020-12-08 23:27:29+00:00,2.19.0,292.0,A library for training and deploying machine learning models on Amazon SageMaker.,556.0,528.0,157.0,30,https://pypi.org/project/sagemaker,2020-12-08 23:27:29+00:00,28.0,357305.0,357305.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +110,TF Addons,tensorflow/addons,tensorflow-addons,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/addons,https://github.com/tensorflow/addons,Apache-2.0,2018-11-26 23:57:17+00:00,2020-12-16 09:20:16+00:00,2020-12-15 22:37:43+00:00,390.0,157.0,596.0,1124.0,1292.0,2020-08-27 03:29:56+00:00,0.11.2,23.0,Useful extra functionality for TensorFlow 2.x maintained by SIG-addons.,1752.0,1743.0,144.0,30,https://pypi.org/project/tensorflow-addons,2020-10-11 19:34:04+00:00,9.0,423289.0,423289.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +111,Fiona,Toblerity/Fiona,fiona,,,geospatial-data,,https://github.com/Toblerity/Fiona,https://github.com/Toblerity/Fiona,BSD-3-Clause,2011-12-31 19:47:00+00:00,2020-12-02 19:46:20+00:00,2020-11-30 07:11:40+00:00,165.0,69.0,546.0,761.0,1093.0,2020-11-17 18:32:17+00:00,1.8.18,96.0,Fiona reads and writes geographic data files.,5792.0,4604.0,65.0,30,https://pypi.org/project/fiona,2020-11-17 18:32:17+00:00,1188.0,541601.0,541601.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +112,Nilearn,nilearn/nilearn,nilearn,,,medical-data,['sklearn'],https://github.com/nilearn/nilearn,https://github.com/nilearn/nilearn,BSD-3-Clause,2011-01-09 19:02:23+00:00,2020-12-16 08:33:56+00:00,2020-12-15 21:02:57+00:00,372.0,378.0,1037.0,687.0,9271.0,2020-11-12 11:44:49+00:00,0.7.0,35.0,Machine learning for NeuroImaging in Python.,1120.0,818.0,158.0,30,https://pypi.org/project/nilearn,2020-11-12 11:44:49+00:00,302.0,13436.0,13436.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +113,You-Get,soimort/you-get,you-get,,,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012-08-20 15:53:36+00:00,2020-12-15 13:42:56+00:00,2020-12-11 01:02:44+00:00,7859.0,348.0,,38090.0,2340.0,2020-11-18 15:43:18+00:00,0.4.1488,158.0,Dumb downloader that scrapes the web.,18.0,,221.0,29,https://pypi.org/project/you-get,2020-10-27 17:19:58+00:00,18.0,25072.0,28883.0,,,,True,1,327793.0,,you-get,,,,,,,,,,,,,,,,,,,, +114,Face Recognition,ageitgey/face_recognition,face_recognition,,,image,['pytorch'],https://github.com/ageitgey/face_recognition,https://github.com/ageitgey/face_recognition,MIT,2017-03-03 21:52:39+00:00,2020-12-15 17:34:41+00:00,2020-09-26 15:32:59+00:00,10417.0,548.0,525.0,37697.0,211.0,2018-08-21 18:34:21+00:00,1.2.3,21.0,The world's simplest facial recognition api for Python and the command line.,406.0,,45.0,29,https://pypi.org/project/face_recognition,2018-08-21 18:34:21+00:00,406.0,32883.0,32892.0,,,,True,2,433.0,,,,,,,,,,,,,,,,,,,,,, +115,Glances,nicolargo/glances,glances,,,system-monitoring,,https://github.com/nicolargo/glances,https://github.com/nicolargo/glances,LGPL-3.0,2011-12-04 08:49:15+00:00,2020-12-13 21:21:03+00:00,2020-12-13 21:20:53+00:00,1117.0,188.0,1103.0,17305.0,3733.0,2020-08-20 08:36:13+00:00,3.1.5,50.0,"Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.",301.0,251.0,133.0,29,https://pypi.org/project/glances,2020-08-19 08:51:13+00:00,50.0,38910.0,38916.0,,,,False,1,402.0,,,,,,,,,,,,,,,,,,,,,, +116,Magenta,magenta/magenta,magenta,,,audio,['tensorflow'],https://github.com/magenta/magenta,https://github.com/magenta/magenta,Apache-2.0,2016-05-05 20:10:40+00:00,2020-12-03 14:10:02+00:00,2020-12-01 17:12:29+00:00,3222.0,281.0,531.0,16070.0,1370.0,2020-11-12 19:17:18+00:00,2.1.3,66.0,Magenta: Music and Art Generation with Machine Intelligence.,285.0,250.0,142.0,29,https://pypi.org/project/magenta,2020-11-12 19:17:18+00:00,35.0,4387.0,4387.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +117,PaddlePaddle,PaddlePaddle/Paddle,paddlepaddle,,,ml-frameworks,['paddle'],https://github.com/PaddlePaddle/Paddle,https://github.com/PaddlePaddle/Paddle,Apache-2.0,2016-08-15 06:59:08+00:00,2020-12-16 12:16:12+00:00,2020-12-16 11:07:41+00:00,3354.0,2271.0,10152.0,13562.0,15069.0,2020-10-30 03:37:50+00:00,2.0.0-rc0,41.0,PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice &.,38.0,22.0,483.0,29,https://pypi.org/project/paddlepaddle,2020-12-14 08:03:41+00:00,16.0,7114.0,7407.0,,,,True,3,15244.0,,,,,,,,,,,,,,,,,,,,,, +118,Faiss,facebookresearch/faiss,faiss,,,nn-search,,https://github.com/facebookresearch/faiss,https://github.com/facebookresearch/faiss,MIT,2017-02-07 16:07:05+00:00,2020-12-16 09:19:12+00:00,2020-12-16 09:18:58+00:00,2052.0,98.0,1209.0,11844.0,411.0,2020-10-22 13:28:27+00:00,1.6.4,9.0,A library for efficient similarity search and clustering of dense vectors.,303.0,288.0,70.0,29,https://pypi.org/project/faiss,2019-04-16 14:14:20+00:00,15.0,8911.0,8911.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +119,Requests-HTML,psf/requests-html,requests-html,,,web-scraping,,https://github.com/psf/requests-html,https://github.com/psf/requests-html,MIT,2018-02-24 20:11:02+00:00,2020-12-05 04:48:45+00:00,2020-05-10 19:40:04+00:00,766.0,131.0,188.0,11336.0,449.0,2019-02-18 21:38:41+00:00,0.10.0,36.0,Pythonic HTML Parsing for Humans.,3753.0,3389.0,62.0,29,https://pypi.org/project/requests-html,2019-02-17 20:14:17+00:00,364.0,272240.0,272240.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +120,newspaper3k,codelucas/newspaper,newspaper3k,,,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50+00:00,2020-12-13 05:26:18+00:00,2020-09-02 06:54:25+00:00,1681.0,413.0,242.0,10490.0,651.0,2018-09-28 04:58:18+00:00,0.2.8,18.0,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",2554.0,2110.0,103.0,29,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18+00:00,444.0,29206.0,29206.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +121,Turi Create,apple/turicreate,turicreate,,,ml-frameworks,,https://github.com/apple/turicreate,https://github.com/apple/turicreate,BSD-3-Clause,2017-12-01 00:42:04+00:00,2020-11-18 17:14:31+00:00,2020-10-13 23:52:18+00:00,1057.0,465.0,1239.0,10040.0,1565.0,2020-09-30 22:51:40+00:00,6.4.1,31.0,Turi Create simplifies the development of custom machine learning models.,251.0,217.0,81.0,29,https://pypi.org/project/turicreate,2020-09-30 22:51:40+00:00,34.0,11728.0,11822.0,,,,True,3,3408.0,,,,,,,,,,,,,,,,,,,,,, +122,Lime,marcotcr/lime,lime,,,interpretability,,https://github.com/marcotcr/lime,https://github.com/marcotcr/lime,BSD-2-Clause,2016-03-15 22:18:10+00:00,2020-11-22 17:52:07+00:00,2020-09-10 23:09:42+00:00,1338.0,46.0,421.0,8230.0,501.0,2020-04-03 22:05:03+00:00,0.2.0.0,37.0,Lime: Explaining the predictions of any machine learning classifier.,1065.0,937.0,55.0,29,https://pypi.org/project/lime,2020-04-03 22:04:32+00:00,128.0,169772.0,169772.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +123,Annoy,spotify/annoy,annoy,,,nn-search,,https://github.com/spotify/annoy,https://github.com/spotify/annoy,Apache-2.0,2013-04-01 20:29:40+00:00,2020-12-03 18:21:19+00:00,2020-12-03 18:21:18+00:00,849.0,26.0,263.0,7917.0,785.0,2020-09-18 16:07:59+00:00,1.17.0,43.0,Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.,1723.0,1363.0,68.0,29,https://pypi.org/project/annoy,2020-09-18 16:07:59+00:00,360.0,217984.0,217984.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +124,Pattern,clips/pattern,pattern,,,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01+00:00,2020-12-03 13:45:30+00:00,2020-04-25 12:40:40+00:00,1499.0,159.0,75.0,7710.0,1434.0,,,2.0,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1278.0,1012.0,30.0,29,https://pypi.org/project/pattern,2018-08-18 15:11:17+00:00,266.0,66363.0,66363.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +125,fuzzywuzzy,seatgeek/fuzzywuzzy,fuzzywuzzy,,,nlp,,https://github.com/seatgeek/fuzzywuzzy,https://github.com/seatgeek/fuzzywuzzy,GPL-2.0,2011-07-08 19:32:34+00:00,2020-12-06 07:48:14+00:00,2020-02-13 22:13:43+00:00,792.0,84.0,94.0,7677.0,379.0,2020-02-13 22:14:12+00:00,0.18.0,27.0,Fuzzy String Matching in Python.,10553.0,7347.0,67.0,29,https://pypi.org/project/fuzzywuzzy,2020-02-13 21:06:25+00:00,3206.0,2265282.0,2265282.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +126,TextBlob,sloria/TextBlob,textblob,,,nlp,,https://github.com/sloria/TextBlob,https://github.com/sloria/TextBlob,MIT,2013-06-30 18:29:18+00:00,2020-12-11 07:48:43+00:00,2020-11-13 14:19:03+00:00,946.0,69.0,150.0,7442.0,535.0,2019-02-24 23:03:17+00:00,0.15.3,55.0,"Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation,..",11816.0,9324.0,33.0,29,https://pypi.org/project/textblob,2019-02-24 23:03:17+00:00,2492.0,293050.0,293051.0,,,,True,2,88.0,,,,,,,,,,,,,,,,,,,,,, +127,MoviePy,Zulko/moviepy,moviepy,,,image,,https://github.com/Zulko/moviepy,https://github.com/Zulko/moviepy,MIT,2013-08-12 09:39:28+00:00,2020-11-25 17:36:43+00:00,2020-11-25 17:36:42+00:00,1021.0,337.0,629.0,7134.0,938.0,2020-05-07 16:29:35+00:00,1.0.3,84.0,Video editing with Python.,6472.0,5342.0,132.0,29,https://pypi.org/project/moviepy,2020-10-05 00:26:29+00:00,1130.0,138869.0,138869.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +128,Albumentations,albumentations-team/albumentations,albumentations,,,image,['pytorch'],https://github.com/albumentations-team/albumentations,https://github.com/albumentations-team/albumentations,MIT,2018-06-06 03:10:50+00:00,2020-12-16 00:22:51+00:00,2020-12-14 18:13:10+00:00,866.0,148.0,224.0,6812.0,609.0,2020-11-29 14:30:07+00:00,0.5.2,44.0,Fast image augmentation library and easy to use wrapper around other libraries. Documentation:..,2336.0,2272.0,69.0,29,https://pypi.org/project/albumentations,2020-11-29 14:30:07+00:00,64.0,60691.0,60691.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +129,tensorboardX,lanpa/tensorboardX,tensorboardX,,,ml-experiments,,https://github.com/lanpa/tensorboardX,https://github.com/lanpa/tensorboardX,MIT,2017-06-13 13:54:19+00:00,2020-10-14 17:46:25+00:00,2020-07-05 17:29:00+00:00,768.0,72.0,341.0,6700.0,460.0,2020-07-05 17:54:10+00:00,2.0,12.0,"tensorboard for pytorch (and chainer, mxnet, numpy, ...).",10593.0,9259.0,64.0,29,https://pypi.org/project/tensorboardX,2019-12-31 14:04:21+00:00,1334.0,284786.0,284792.0,,,,True,2,285.0,,,,,,,,,,,,,,,,,,,,,, +130,pandas-profiling,pandas-profiling/pandas-profiling,pandas-profiling,conda-forge/pandas-profiling,,data-viz,"['jupyter', 'pandas']",https://github.com/pandas-profiling/pandas-profiling,https://github.com/pandas-profiling/pandas-profiling,MIT,2016-01-09 23:47:55+00:00,2020-12-14 16:34:27+00:00,2020-11-30 21:55:53+00:00,966.0,48.0,351.0,6450.0,726.0,2020-09-03 10:11:24+00:00,2.9.0,24.0,Create HTML profiling reports from pandas DataFrame objects.,2812.0,2652.0,61.0,29,https://pypi.org/project/pandas-profiling,2020-09-03 10:11:24+00:00,160.0,244065.0,244065.0,https://anaconda.org/conda-forge/pandas-profiling,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +131,Pydub,jiaaro/pydub,pydub,,,audio,,https://github.com/jiaaro/pydub,https://github.com/jiaaro/pydub,MIT,2011-05-02 18:42:38+00:00,2020-12-14 17:09:25+00:00,2020-12-14 17:09:24+00:00,670.0,164.0,231.0,4970.0,722.0,2020-06-03 15:23:56+00:00,0.24.1,66.0,Manipulate audio with a simple and easy high level interface.,6649.0,5295.0,79.0,29,https://pypi.org/project/pydub,2020-06-03 15:23:56+00:00,1354.0,137793.0,137793.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +132,imbalanced-learn,scikit-learn-contrib/imbalanced-learn,imbalanced-learn,,,others,['sklearn'],https://github.com/scikit-learn-contrib/imbalanced-learn,https://github.com/scikit-learn-contrib/imbalanced-learn,MIT,2014-08-16 05:08:26+00:00,2020-11-24 15:00:35+00:00,2020-11-03 21:43:11+00:00,1024.0,47.0,400.0,4897.0,701.0,2020-06-09 10:45:32+00:00,0.7.0,26.0,A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning.,3791.0,3511.0,51.0,29,https://pypi.org/project/imbalanced-learn,2020-06-09 10:39:03+00:00,280.0,740082.0,740082.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +133,UMAP,lmcinnes/umap,umap-learn,,,data-viz,,https://github.com/lmcinnes/umap,https://github.com/lmcinnes/umap,BSD-3-Clause,2017-07-02 01:11:17+00:00,2020-12-11 06:29:19+00:00,2020-11-26 19:30:32+00:00,459.0,196.0,207.0,4324.0,1269.0,2020-07-02 15:56:06+00:00,0.4.6,33.0,Uniform Manifold Approximation and Projection.,226.0,,67.0,29,https://pypi.org/project/umap-learn,2020-11-26 16:29:14+00:00,226.0,122309.0,122309.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +134,TinyDB,msiemens/tinydb,tinydb,,,data-containers,,https://github.com/msiemens/tinydb,https://github.com/msiemens/tinydb,MIT,2013-07-12 23:31:13+00:00,2020-12-05 15:21:25+00:00,2020-12-05 15:21:21+00:00,353.0,14.0,228.0,3884.0,593.0,2020-11-14 21:02:31+00:00,4.3.0,58.0,TinyDB is a lightweight document oriented database optimized for your happiness :).,1118.0,,61.0,29,https://pypi.org/project/tinydb,2020-11-14 21:02:29+00:00,1118.0,140387.0,140387.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +135,kaggle,Kaggle/kaggle-api,kaggle,,,ml-experiments,,https://github.com/Kaggle/kaggle-api,https://github.com/Kaggle/kaggle-api,Apache-2.0,2018-01-25 03:02:39+00:00,2020-12-03 05:16:08+00:00,2020-11-30 21:43:14+00:00,754.0,161.0,106.0,3709.0,137.0,2020-11-30 13:37:18+00:00,1.5.10,47.0,Official Kaggle API.,4596.0,4032.0,35.0,29,https://pypi.org/project/kaggle,2020-11-30 13:37:18+00:00,564.0,115951.0,115951.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +136,yfinance,ranaroussi/yfinance,yfinance,ranaroussi/yfinance,,financial-data,,https://github.com/ranaroussi/yfinance,https://github.com/ranaroussi/yfinance,Apache-2.0,2017-05-21 10:16:15+00:00,2020-12-10 01:54:27+00:00,2020-09-25 12:47:40+00:00,945.0,289.0,166.0,3641.0,243.0,2020-10-05 12:19:44+00:00,0.1.55,20.0,Yahoo! Finance market data downloader (+faster Pandas Datareader).,2294.0,2268.0,25.0,29,https://pypi.org/project/yfinance,2020-10-05 12:19:44+00:00,26.0,108099.0,108099.0,https://anaconda.org/ranaroussi/yfinance,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +137,sacred,IDSIA/sacred,sacred,,,ml-experiments,,https://github.com/IDSIA/sacred,https://github.com/IDSIA/sacred,MIT,2014-03-31 18:05:29+00:00,2020-12-15 10:47:56+00:00,2020-12-15 10:47:54+00:00,314.0,92.0,390.0,3225.0,1297.0,2020-12-14 15:21:05+00:00,0.8.2,27.0,"Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.",896.0,742.0,90.0,29,https://pypi.org/project/sacred,2020-12-14 15:21:05+00:00,154.0,16678.0,16678.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +138,Koalas,databricks/koalas,koalas,conda-forge/koalas,,data-containers,"['spark', 'pandas']",https://github.com/databricks/koalas,https://github.com/databricks/koalas,Apache-2.0,2019-01-03 21:46:54+00:00,2020-12-16 05:35:56+00:00,2020-12-16 05:35:55+00:00,292.0,84.0,419.0,2532.0,1409.0,2020-12-11 21:10:40+00:00,1.5.0,42.0,Koalas: pandas API on Apache Spark.,67.0,66.0,47.0,29,https://pypi.org/project/koalas,2020-12-11 21:10:40+00:00,1.0,911813.0,911860.0,https://anaconda.org/conda-forge/koalas,,,True,2,996.0,,,,,,,,,,,,,,,,,,,,,, +139,PyQtGraph,pyqtgraph/pyqtgraph,pyqtgraph,conda-forge/pyqtgraph,,data-viz,,https://github.com/pyqtgraph/pyqtgraph,https://github.com/pyqtgraph/pyqtgraph,MIT,2013-09-12 07:18:21+00:00,2020-12-16 03:26:28+00:00,2020-12-10 06:45:21+00:00,791.0,288.0,423.0,2238.0,2274.0,2020-06-08 23:50:26+00:00,0.11.0,11.0,Fast data visualization and GUI tools for scientific / engineering applications.,890.0,,176.0,29,https://pypi.org/project/pyqtgraph,2020-06-08 23:50:26+00:00,890.0,34793.0,34793.0,https://anaconda.org/conda-forge/pyqtgraph,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +140,Keras Tuner,keras-team/keras-tuner,keras-tuner,,,hyperopt,['keras'],https://github.com/keras-team/keras-tuner,https://github.com/keras-team/keras-tuner,Apache-2.0,2019-06-06 22:38:21+00:00,2020-12-11 22:39:03+00:00,2020-12-09 20:19:05+00:00,248.0,145.0,131.0,2179.0,787.0,2020-11-20 19:13:23+00:00,1.0.2,5.0,Hyperparameter tuning for humans.,319.0,317.0,28.0,29,https://pypi.org/project/keras-tuner,2020-11-20 19:00:59+00:00,2.0,1185154.0,1185154.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +141,HoloViews,holoviz/holoviews,holoviews,,,data-viz,['jupyter'],https://github.com/holoviz/holoviews,https://github.com/holoviz/holoviews,BSD-3-Clause,2014-05-07 16:59:22+00:00,2020-12-15 19:25:52+00:00,2020-12-15 19:25:51+00:00,290.0,664.0,1811.0,1761.0,10104.0,2020-12-03 18:36:32+00:00,1.14.0,58.0,"With Holoviews, your data visualizes itself.",170.0,,99.0,29,https://pypi.org/project/holoviews,2020-12-03 14:22:27+00:00,170.0,116506.0,124493.0,,,,True,2,,,,,,,,,@pyviz/jupyterlab_pyviz,https://www.npmjs.com/package/@pyviz/jupyterlab_pyviz,2020-05-24 13:49:54.205000+00:00,,7987.0,,,,,,,,,, +142,Lifelines,CamDavidsonPilon/lifelines,lifelines,,,medical-data,,https://github.com/CamDavidsonPilon/lifelines,https://github.com/CamDavidsonPilon/lifelines,MIT,2013-08-28 00:16:42+00:00,2020-12-11 17:32:01+00:00,2020-12-09 21:13:02+00:00,403.0,183.0,584.0,1508.0,2069.0,2020-12-09 21:14:01+00:00,0.25.7,152.0,Survival analysis in Python.,584.0,458.0,88.0,29,https://pypi.org/project/lifelines,2020-12-09 21:14:01+00:00,126.0,109503.0,109503.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +143,Geocoder,DenisCarriere/geocoder,geocoder,,,geospatial-data,,https://github.com/DenisCarriere/geocoder,https://github.com/DenisCarriere/geocoder,MIT,2014-01-13 04:19:21+00:00,2020-12-14 18:58:25+00:00,2018-10-12 15:53:05+00:00,249.0,64.0,215.0,1312.0,1251.0,2018-04-04 12:34:51+00:00,1.38.1,108.0,Python Geocoder.,3436.0,2860.0,74.0,29,https://pypi.org/project/geocoder,2018-04-04 12:34:51+00:00,576.0,230314.0,230314.0,,,,False,2,,,,,,,,,,,,,,geocoder,,,,,,,,, +144,PyTables,PyTables/PyTables,tables,,,data-containers,,https://github.com/PyTables/PyTables,https://github.com/PyTables/PyTables,BSD-2-Clause,2011-06-03 19:44:46+00:00,2020-12-13 10:39:33+00:00,2020-12-13 10:38:41+00:00,180.0,152.0,436.0,987.0,3845.0,2019-10-30 19:33:37+00:00,3.6.1,25.0,A Python package to manage extremely large amounts of data.,3754.0,,95.0,29,https://pypi.org/project/tables,2019-10-30 19:33:37+00:00,3754.0,690822.0,690824.0,,,,True,2,125.0,,,,,,,,,,,,,,,,,,,,,, +145,py2neo,technige/py2neo,py2neo,,,db-clients,,https://github.com/technige/py2neo,https://github.com/technige/py2neo,Apache-2.0,2011-07-03 10:01:07+00:00,2020-12-16 00:43:20+00:00,2020-12-11 22:06:25+00:00,196.0,25.0,689.0,954.0,2732.0,2020-11-21 09:50:58+00:00,2020.1.1,102.0,Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line.,1114.0,,31.0,29,https://pypi.org/project/py2neo,2020-11-21 09:51:22+00:00,1114.0,75991.0,75991.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +146,TensorFlow Transform,tensorflow/transform,tensorflow-transform,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/transform,https://github.com/tensorflow/transform,Apache-2.0,2017-02-10 00:36:53+00:00,2020-12-15 20:36:52+00:00,2020-12-15 20:36:41+00:00,160.0,32.0,113.0,841.0,556.0,2020-11-04 22:48:52+00:00,0.25.0,32.0,Input pipeline framework.,415.0,373.0,27.0,29,https://pypi.org/project/tensorflow-transform,2020-11-04 23:07:30+00:00,42.0,4440326.0,4440326.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +147,snakemake,snakemake/snakemake,snakemake,bioconda/snakemake,,ml-experiments,,https://github.com/snakemake/snakemake,https://github.com/snakemake/snakemake,MIT,2019-10-04 14:58:11+00:00,2020-12-16 09:54:29+00:00,2020-12-16 09:54:53+00:00,174.0,301.0,199.0,774.0,3920.0,2020-12-16 09:54:29+00:00,5.30.2,155.0,"This is the development home of the workflow management system Snakemake. For general information, see.",989.0,701.0,193.0,29,https://pypi.org/project/snakemake,2020-11-23 11:00:53+00:00,288.0,10342.0,10342.0,https://anaconda.org/bioconda/snakemake,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +148,NIPYPE,nipy/nipype,nipype,,,medical-data,,https://github.com/nipy/nipype,https://github.com/nipy/nipype,Apache-2.0,2010-07-22 17:06:49+00:00,2020-12-08 17:16:42+00:00,2020-12-08 17:16:40+00:00,439.0,312.0,871.0,536.0,14049.0,2020-09-17 18:44:32+00:00,1.5.1,54.0,Workflows and interfaces for neuroimaging packages.,656.0,464.0,212.0,29,https://pypi.org/project/nipype,2020-08-16 18:30:16+00:00,192.0,13861.0,13861.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +149,NiBabel,nipy/nibabel,nibabel,,,medical-data,,https://github.com/nipy/nibabel,https://github.com/nipy/nibabel,MIT,2010-07-22 16:28:30+00:00,2020-12-16 01:39:58+00:00,2020-12-16 00:08:18+00:00,209.0,109.0,277.0,377.0,4933.0,2020-11-28 22:19:50+00:00,3.2.1,32.0,Python package to access a cacophony of neuro-imaging file formats.,4584.0,3320.0,89.0,29,https://pypi.org/project/nibabel,2020-11-28 22:18:23+00:00,1264.0,54452.0,54452.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +150,pandas-gbq,pydata/pandas-gbq,pandas-gbq,conda-forge/pandas-gbq,,db-clients,['pandas'],https://github.com/pydata/pandas-gbq,https://github.com/pydata/pandas-gbq,BSD-3-Clause,2017-02-08 13:07:19+00:00,2020-12-04 16:32:56+00:00,2020-12-04 16:32:54+00:00,83.0,33.0,153.0,229.0,216.0,2020-11-10 17:16:31+00:00,0.14.1,26.0,Pandas Google BigQuery.,2074.0,1642.0,29.0,29,https://pypi.org/project/pandas-gbq,2020-11-10 17:13:26+00:00,432.0,4584003.0,4584008.0,https://anaconda.org/conda-forge/pandas-gbq,,,True,3,186.0,,,,,,,,,,,,,,,,,,,,,, +151,soupsieve,facelessuser/soupsieve,soupsieve,,,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56+00:00,2020-12-14 18:10:01+00:00,2020-12-14 18:08:31+00:00,17.0,12.0,77.0,83.0,268.0,2020-12-10 23:42:29+00:00,2.1.0,36.0,A modern CSS selector implementation for BeautifulSoup.,93151.0,88907.0,8.0,29,https://pypi.org/project/soupsieve,2020-12-10 23:43:13+00:00,4244.0,7889937.0,7889937.0,,,,False,1,,,,,,,,,,,,,,,,,,,,,,, +152,spleeter,deezer/spleeter,spleeter,,,audio,['tensorflow'],https://github.com/deezer/spleeter,https://github.com/deezer/spleeter,MIT,2019-09-26 15:40:46+00:00,2020-12-11 12:05:57+00:00,2020-12-07 12:44:51+00:00,1513.0,85.0,390.0,15025.0,358.0,2020-10-23 12:15:02+00:00,2.0.1,26.0,Deezer source separation library including pretrained models.,118.0,118.0,17.0,28,https://pypi.org/project/spleeter,2020-10-23 12:15:02+00:00,,4911.0,66433.0,,,,True,2,861313.0,,,,,,,,,,,,,,,,,,,,,, +153,pyspider,binux/pyspider,pyspider,,,web-scraping,,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014-02-21 19:18:47+00:00,2020-10-22 04:00:13+00:00,2020-08-02 17:34:20+00:00,3558.0,276.0,543.0,14769.0,1181.0,2018-04-18 04:25:22+00:00,0.3.10,17.0,A Powerful Spider(Web Crawler) System in Python.,313.0,283.0,62.0,28,https://pypi.org/project/pyspider,2018-04-18 04:17:18+00:00,30.0,1710.0,1710.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +154,PyTorch Geometric,rusty1s/pytorch_geometric,torch-geometric,,,graph,['pytorch'],https://github.com/rusty1s/pytorch_geometric,https://github.com/rusty1s/pytorch_geometric,MIT,2017-10-06 16:03:03+00:00,2020-12-16 11:47:34+00:00,2020-12-16 11:47:30+00:00,1645.0,631.0,1041.0,9693.0,4013.0,2020-12-02 14:57:09+00:00,1.6.3,25.0,Geometric Deep Learning Extension Library for PyTorch.,24.0,,135.0,28,https://pypi.org/project/torch-geometric,2020-11-27 07:18:41+00:00,24.0,11448.0,11448.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +155,Sonnet,deepmind/sonnet,dm-sonnet,,,ml-frameworks,['tensorflow'],https://github.com/deepmind/sonnet,https://github.com/deepmind/sonnet,Apache-2.0,2017-04-03 11:34:35+00:00,2020-11-30 02:35:15+00:00,2020-10-08 10:01:11+00:00,1242.0,15.0,135.0,8659.0,545.0,2020-03-27 10:36:19+00:00,2.0.0,27.0,TensorFlow-based neural network library.,533.0,451.0,48.0,28,https://pypi.org/project/dm-sonnet,2020-03-27 10:36:10+00:00,82.0,21540.0,21540.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +156,DVC,iterative/dvc,,conda-forge/dvc,,ml-experiments,,https://github.com/iterative/dvc,https://github.com/iterative/dvc,Apache-2.0,2017-03-04 08:16:33+00:00,2020-12-16 12:34:12+00:00,2020-12-16 12:28:00+00:00,649.0,486.0,2092.0,6887.0,6136.0,2020-12-15 17:56:11+00:00,1.11.7,100.0,Data Version Control | Git for Data & Models.,495.0,495.0,197.0,28,,,,,1529.0,https://anaconda.org/conda-forge/dvc,,,True,2,15298.0,,dvc,,,,,,,,,,,,dvc,dvc,,,,,,, +157,Pyro,pyro-ppl/pyro,pyro-ppl,,,probabilistics,['pytorch'],https://github.com/pyro-ppl/pyro,https://github.com/pyro-ppl/pyro,Apache-2.0,2017-06-16 05:03:47+00:00,2020-12-15 16:43:21+00:00,2020-12-15 16:43:16+00:00,777.0,130.0,677.0,6639.0,2138.0,2020-11-17 23:30:42+00:00,1.5.1,24.0,Deep universal probabilistic programming with Python and PyTorch.,379.0,343.0,102.0,28,https://pypi.org/project/pyro-ppl,2020-11-17 23:22:46+00:00,36.0,12098.0,12098.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +158,tensorpack,tensorpack/tensorpack,tensorpack,,,ml-frameworks,['tensorflow'],https://github.com/tensorpack/tensorpack,https://github.com/tensorpack/tensorpack,Apache-2.0,2015-12-25 23:08:44+00:00,2020-11-13 17:32:23+00:00,2020-11-01 03:52:10+00:00,1718.0,11.0,1293.0,5853.0,2921.0,2020-04-24 19:01:06+00:00,0.10.1,36.0,"A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility.",713.0,637.0,55.0,28,https://pypi.org/project/tensorpack,2020-04-24 19:01:06+00:00,76.0,8615.0,8617.0,,,,True,3,94.0,,,,,,,,,,,,,,,,,,,,,, +159,Datasets,huggingface/datasets,datasets,,,web-scraping,,https://github.com/huggingface/datasets,https://github.com/huggingface/datasets,Apache-2.0,2020-03-26 09:23:22+00:00,2020-12-16 12:50:45+00:00,2020-12-16 11:11:43+00:00,595.0,262.0,274.0,5792.0,1062.0,2020-11-19 18:33:56+00:00,1.1.3,11.0,"Fast, efficient, open-access datasets and evaluation metrics in PyTorch, TensorFlow, NumPy and Pandas.",214.0,196.0,178.0,28,https://pypi.org/project/datasets,2020-11-19 18:07:51+00:00,18.0,24531.0,24531.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +160,Modin,modin-project/modin,modin,,,data-containers,['pandas'],https://github.com/modin-project/modin,https://github.com/modin-project/modin,Apache-2.0,2018-06-21 21:35:05+00:00,2020-12-16 12:59:13+00:00,2020-12-15 22:11:34+00:00,374.0,394.0,1029.0,5529.0,1201.0,2020-11-10 17:45:21+00:00,0.8.2,35.0,Modin: Speed up your Pandas workflows by changing a single line of code.,275.0,266.0,63.0,28,https://pypi.org/project/modin,2020-11-10 02:44:02+00:00,9.0,43139.0,49864.0,,,,True,2,195052.0,,,,,,,,,,,,,,,,,,,,,, +161,featuretools,alteryx/featuretools,featuretools,conda-forge/featuretools,,hyperopt,,https://github.com/alteryx/featuretools,https://github.com/alteryx/featuretools,BSD-3-Clause,2017-09-08 22:15:17+00:00,2020-12-16 00:38:26+00:00,2020-12-16 00:38:25+00:00,680.0,103.0,385.0,5268.0,569.0,2020-11-30 20:45:21+00:00,0.22.0,61.0,An open source python library for automated feature engineering.,681.0,611.0,49.0,28,https://pypi.org/project/featuretools,2020-11-30 20:46:32+00:00,70.0,67702.0,67702.0,https://anaconda.org/conda-forge/featuretools,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +162,faust,robinhood/faust,faust,,,data-pipelines,,https://github.com/robinhood/faust,https://github.com/robinhood/faust,BSD-3-Clause,2017-03-08 18:36:11+00:00,2020-11-17 10:35:41+00:00,2020-10-09 12:59:42+00:00,424.0,225.0,218.0,5119.0,4137.0,2020-02-25 22:57:18+00:00,1.10.4,46.0,Python Stream Processing.,574.0,546.0,90.0,28,https://pypi.org/project/faust,2020-02-25 22:57:18+00:00,28.0,86779.0,86779.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +163,Autograd,HIPS/autograd,autograd,,,others,,https://github.com/HIPS/autograd,https://github.com/HIPS/autograd,MIT,2014-11-24 15:50:23+00:00,2020-04-23 16:45:00+00:00,2019-11-18 14:32:40+00:00,712.0,161.0,216.0,5047.0,1375.0,2017-08-24 17:00:41+00:00,1.1.13,24.0,Efficiently computes derivatives of numpy code.,1650.0,1306.0,51.0,28,https://pypi.org/project/autograd,2019-07-25 16:21:07+00:00,344.0,345178.0,345178.0,,,,False,1,,,,,,,,,,,,,,,,,,,,,,, +164,csvkit,wireservice/csvkit,csvkit,,,data-loading,,https://github.com/wireservice/csvkit,https://github.com/wireservice/csvkit,MIT,2011-04-01 03:00:30+00:00,2020-10-30 01:59:33+00:00,2020-10-30 01:59:29+00:00,535.0,56.0,743.0,4427.0,1693.0,2020-03-03 03:00:28+00:00,1.0.5,33.0,"A suite of utilities for converting to and working with CSV, the king of tabular file formats.",1486.0,784.0,91.0,28,https://pypi.org/project/csvkit,2020-03-03 03:00:28+00:00,702.0,28142.0,28142.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +165,GluonCV,dmlc/gluon-cv,gluoncv,,,image,['mxnet'],https://github.com/dmlc/gluon-cv,https://github.com/dmlc/gluon-cv,Apache-2.0,2018-02-26 01:33:21+00:00,2020-12-16 09:02:53+00:00,2020-12-15 04:45:36+00:00,1016.0,367.0,371.0,4394.0,817.0,2020-12-02 23:04:17+00:00,0.9.0,935.0,Gluon CV Toolkit.,401.0,371.0,106.0,28,https://pypi.org/project/gluoncv,2020-12-16 09:02:53+00:00,30.0,91824.0,91824.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +166,snorkel,snorkel-team/snorkel,snorkel,,,data-loading,,https://github.com/snorkel-team/snorkel,https://github.com/snorkel-team/snorkel,Apache-2.0,2016-02-26 05:52:45+00:00,2020-10-02 14:30:46+00:00,2020-09-05 21:24:32+00:00,703.0,29.0,909.0,4343.0,2646.0,2020-08-09 03:07:36+00:00,0.9.6,17.0,A system for quickly generating training data with weak supervision.,65.0,61.0,62.0,28,https://pypi.org/project/snorkel,2020-04-07 01:35:21+00:00,4.0,70705.0,70715.0,,,,True,3,478.0,,,,,,,,,,,,,,,,,,,,,, +167,librosa,librosa/librosa,librosa,,,audio,,https://github.com/librosa/librosa,https://github.com/librosa/librosa,ISC,2012-10-20 14:21:01+00:00,2020-10-19 21:24:48+00:00,2020-09-11 13:58:44+00:00,663.0,54.0,777.0,4127.0,,2020-07-22 01:34:55+00:00,0.8.0,28.0,Python library for audio and music analysis.,10160.0,8410.0,80.0,28,https://pypi.org/project/librosa,2020-07-22 01:34:55+00:00,1750.0,269754.0,269754.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +168,Tokenizers,huggingface/tokenizers,tokenizers,,,nlp,,https://github.com/huggingface/tokenizers,https://github.com/huggingface/tokenizers,Apache-2.0,2019-11-01 17:52:20+00:00,2020-12-15 16:50:46+00:00,2020-12-15 16:50:40+00:00,293.0,80.0,257.0,4078.0,1414.0,2020-11-10 04:37:50+00:00,0.9.4,57.0,Fast State-of-the-Art Tokenizers optimized for Research and Production.,20.0,20.0,39.0,28,https://pypi.org/project/tokenizers,2020-12-08 18:59:15+00:00,0.0,1046946.0,1046946.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +169,DEAP,deap/deap,deap,,,distributed-ml,,https://github.com/DEAP/deap,https://github.com/DEAP/deap,LGPL-3.0,2014-05-21 20:07:39+00:00,2020-12-13 12:08:59+00:00,2020-12-13 12:08:59+00:00,823.0,166.0,218.0,3995.0,2145.0,2020-01-21 01:18:06+00:00,1.3.1,16.0,Distributed Evolutionary Algorithms in Python.,1955.0,1473.0,66.0,28,https://pypi.org/project/deap,2020-01-21 01:18:06+00:00,482.0,82102.0,82102.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +170,dataset,pudo/dataset,dataset,,,db-clients,,https://github.com/pudo/dataset,https://github.com/pudo/dataset,MIT,2013-04-01 14:57:55+00:00,2020-11-14 22:04:37+00:00,2020-11-14 22:02:17+00:00,256.0,11.0,231.0,3945.0,655.0,2020-11-14 22:04:37+00:00,1.4.1,46.0,"Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.",2738.0,1710.0,71.0,28,https://pypi.org/project/dataset,2020-11-14 22:04:37+00:00,1028.0,48008.0,48008.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +171,Kornia,kornia/kornia,kornia,,,image,['pytorch'],https://github.com/kornia/kornia,https://github.com/kornia/kornia,Apache-2.0,2018-08-22 10:31:37+00:00,2020-12-14 21:51:54+00:00,2020-12-14 21:51:53+00:00,345.0,103.0,230.0,3415.0,1461.0,2020-10-20 19:31:49+00:00,0.4.1,12.0,Open Source Differentiable Computer Vision Library for PyTorch.,208.0,208.0,77.0,28,https://pypi.org/project/kornia,2020-10-20 19:31:49+00:00,0.0,18473.0,18473.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +172,Kedro,quantumblacklabs/kedro,kedro,,,data-pipelines,,https://github.com/quantumblacklabs/kedro,https://github.com/quantumblacklabs/kedro,Apache-2.0,2019-04-18 10:29:56+00:00,2020-12-16 13:00:23+00:00,2020-12-14 15:14:11+00:00,375.0,71.0,326.0,3223.0,855.0,2020-10-23 10:48:09+00:00,0.16.6,23.0,"A Python library that helps you create reproducible, maintainable and modular data science code.",348.0,332.0,85.0,28,https://pypi.org/project/kedro,2020-10-23 10:48:09+00:00,16.0,75181.0,75181.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +173,dyNET,clab/dynet,dyNET,,,ml-frameworks,,https://github.com/clab/dynet,https://github.com/clab/dynet,Apache-2.0,2015-02-08 23:09:21+00:00,2020-10-22 07:16:17+00:00,2020-10-22 07:16:12+00:00,692.0,255.0,657.0,3154.0,3260.0,2020-10-21 14:31:01+00:00,2.1.2,24.0,DyNet: The Dynamic Neural Network Toolkit.,201.0,163.0,155.0,28,https://pypi.org/project/dyNET,2020-10-21 14:31:01+00:00,38.0,6442.0,6463.0,,,,True,3,1088.0,,,,,,,,,,,,,,,,,,,,,, +174,Blaze,blaze/blaze,blaze,,,data-containers,,https://github.com/blaze/blaze,https://github.com/blaze/blaze,BSD-3-Clause,2012-10-26 14:25:22+00:00,2020-02-01 19:33:09+00:00,2019-08-15 21:14:59+00:00,373.0,262.0,500.0,2914.0,7496.0,2016-07-19 20:40:03+00:00,0.11.0,14.0,NumPy and Pandas interface to Big Data.,7803.0,7315.0,64.0,28,https://pypi.org/project/blaze,2016-05-06 21:19:21+00:00,488.0,10481.0,10481.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +175,Dedupe,dedupeio/dedupe,dedupe,,,nlp,,https://github.com/dedupeio/dedupe,https://github.com/dedupeio/dedupe,MIT,2012-04-20 14:57:36+00:00,2020-11-09 02:38:14+00:00,2020-11-09 02:38:13+00:00,402.0,49.0,568.0,2836.0,2792.0,2020-09-02 00:17:19+00:00,2.0.6,157.0,"A python library for accurate and scalable fuzzy matching, record deduplication and entity-resolution.",248.0,170.0,55.0,28,https://pypi.org/project/dedupe,2020-09-06 01:50:45+00:00,78.0,49637.0,49637.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +176,PyCaret,pycaret/pycaret,pycaret,,,ml-experiments,,https://github.com/pycaret/pycaret,https://github.com/pycaret/pycaret,MIT,2019-11-23 18:40:48+00:00,2020-12-14 11:25:03+00:00,2020-12-14 11:24:41+00:00,552.0,132.0,505.0,2661.0,1510.0,2020-11-26 01:45:00+00:00,2.2.2,67.0,"An open-source, low-code machine learning library in Python.",505.0,505.0,38.0,28,https://pypi.org/project/pycaret,2020-11-26 01:45:00+00:00,,26121.0,26188.0,,,,True,2,336.0,,,,,,,,,,,,,,,,,,,,,, +177,phonenumbers,daviddrysdale/python-phonenumbers,phonenumbers,,,nlp,,https://github.com/daviddrysdale/python-phonenumbers,https://github.com/daviddrysdale/python-phonenumbers,Apache-2.0,2011-04-21 03:06:38+00:00,2020-12-16 08:06:19+00:00,2020-12-16 07:13:35+00:00,324.0,3.0,109.0,2590.0,,2020-12-04 08:41:00+00:00,8.12.15,166.0,Python port of Google's libphonenumber.,2280.0,,22.0,28,https://pypi.org/project/phonenumbers,2020-12-16 08:06:19+00:00,2280.0,847563.0,847563.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +178,VisPy,vispy/vispy,vispy,,,data-viz,['jupyter'],https://github.com/vispy/vispy,https://github.com/vispy/vispy,BSD-3-Clause,2013-03-21 18:43:22+00:00,2020-12-04 15:15:35+00:00,2020-11-28 02:03:40+00:00,535.0,354.0,777.0,2525.0,6394.0,2020-12-14 15:55:00+00:00,0.6.6,16.0,High-performance interactive 2D/3D data visualization library.,552.0,430.0,144.0,28,https://pypi.org/project/vispy,2020-11-28 02:55:50+00:00,122.0,14997.0,15062.0,,,,True,2,,,,,,,,,vispy,https://www.npmjs.com/package/vispy,2020-03-15 14:39:41.516000+00:00,,65.0,,,,,,,,,, +179,datashader,holoviz/datashader,datashader,conda-forge/datashader,,data-viz,,https://github.com/holoviz/datashader,https://github.com/holoviz/datashader,BSD-3-Clause,2015-12-23 18:02:20+00:00,2020-12-14 16:28:09+00:00,2020-12-11 22:01:59+00:00,306.0,144.0,314.0,2373.0,1268.0,2020-08-16 19:52:29+00:00,0.11.1,22.0,Quickly and accurately render even the largest data.,604.0,534.0,43.0,28,https://pypi.org/project/datashader,2020-12-04 13:28:34+00:00,70.0,16928.0,16928.0,https://anaconda.org/conda-forge/datashader,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +180,Catalyst,catalyst-team/catalyst,catalyst,,,ml-experiments,['pytorch'],https://github.com/catalyst-team/catalyst,https://github.com/catalyst-team/catalyst,Apache-2.0,2018-08-20 07:56:13+00:00,2020-12-16 07:04:02+00:00,2020-12-14 18:29:35+00:00,261.0,28.0,252.0,2323.0,1461.0,2020-09-25 18:48:00+00:00,20.9.1,83.0,Accelerated deep learning R&D.,267.0,248.0,79.0,28,https://pypi.org/project/catalyst,2020-10-14 06:33:14+00:00,19.0,9036.0,9036.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +181,sklearn-pandas,scikit-learn-contrib/sklearn-pandas,sklearn-pandas,,,data-containers,"['sklearn', 'pandas']",https://github.com/scikit-learn-contrib/sklearn-pandas,https://github.com/scikit-learn-contrib/sklearn-pandas,Zlib,2013-04-22 22:55:20+00:00,2020-12-03 06:11:35+00:00,2020-12-03 06:11:34+00:00,377.0,40.0,114.0,2280.0,267.0,2020-10-01 20:56:27+00:00,2.0.3,24.0,Pandas integration with sklearn.,1752.0,1530.0,35.0,28,https://pypi.org/project/sklearn-pandas,2020-11-07 02:30:27+00:00,222.0,113123.0,113123.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +182,dbt,fishtown-analytics/dbt,dbt,,,data-pipelines,,https://github.com/fishtown-analytics/dbt,https://github.com/fishtown-analytics/dbt,Apache-2.0,2016-03-10 02:38:00+00:00,2020-12-16 06:10:15+00:00,2020-12-15 17:42:22+00:00,457.0,252.0,1400.0,2260.0,2481.0,2020-10-13 21:51:53+00:00,0.18.1,139.0,dbt (data build tool) enables data analysts and engineers to transform their data using the same practices that..,157.0,148.0,126.0,28,https://pypi.org/project/dbt,2020-10-21 00:46:58+00:00,9.0,87512.0,87512.0,,,,True,2,,,dbt,,,,,,,,,,,,,,,,,,,, +183,implicit,benfred/implicit,implicit,,,recommender-systems,,https://github.com/benfred/implicit,https://github.com/benfred/implicit,MIT,2016-04-17 03:45:23+00:00,2020-11-15 19:47:27+00:00,2020-11-15 19:47:23+00:00,452.0,74.0,255.0,2187.0,300.0,2020-09-15 22:01:38+00:00,0.4.4,34.0,Fast Python Collaborative Filtering for Implicit Feedback Datasets.,348.0,326.0,28.0,28,https://pypi.org/project/implicit,2020-09-15 22:01:38+00:00,22.0,101174.0,101174.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +184,AzureML SDK,Azure/MachineLearningNotebooks,azureml-sdk,,,ml-experiments,,https://github.com/Azure/MachineLearningNotebooks,https://github.com/Azure/MachineLearningNotebooks,MIT,2018-08-17 17:29:14+00:00,2020-12-12 00:49:34+00:00,2020-12-12 00:49:33+00:00,1464.0,49.0,838.0,2027.0,1081.0,2020-12-07 18:38:50+00:00,1.19.0,65.0,Python notebooks with ML and deep learning examples with Azure Machine Learning | Microsoft.,60.0,,52.0,28,https://pypi.org/project/azureml-sdk,2020-12-07 18:38:50+00:00,60.0,302650.0,302664.0,,,,True,2,373.0,,,,,,,,,,,,,,,,,,,,,, +185,ImageHash,JohannesBuchner/imagehash,ImageHash,,,image,,https://github.com/JohannesBuchner/imagehash,https://github.com/JohannesBuchner/imagehash,BSD-2-Clause,2013-03-02 23:32:48+00:00,2020-11-27 16:31:23+00:00,2020-11-27 16:31:13+00:00,238.0,17.0,69.0,1766.0,182.0,2020-11-19 14:54:24+00:00,4.2.0,17.0,A Python Perceptual Image Hashing Module.,2255.0,1723.0,17.0,28,https://pypi.org/project/ImageHash,2020-11-19 14:54:24+00:00,532.0,386459.0,386459.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +186,libcloud,apache/libcloud,apache-libcloud,,,db-clients,,https://github.com/apache/libcloud,https://github.com/apache/libcloud,Apache-2.0,2009-12-11 09:00:14+00:00,2020-12-14 19:02:53+00:00,2020-12-14 19:02:41+00:00,880.0,30.0,63.0,1723.0,,2020-09-20 13:03:47+00:00,3.2.0,61.0,Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to..,3100.0,1558.0,418.0,28,https://pypi.org/project/apache-libcloud,2020-09-20 13:03:47+00:00,1542.0,62039.0,62039.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +187,torchaudio,pytorch/audio,torchaudio,,,audio,['pytorch'],https://github.com/pytorch/audio,https://github.com/pytorch/audio,BSD-2-Clause,2017-05-05 00:38:05+00:00,2020-12-16 12:30:53+00:00,2020-12-15 19:25:13+00:00,258.0,152.0,217.0,1160.0,613.0,2020-12-10 17:02:20+00:00,0.7.2,11.0,"Data manipulation and transformation for audio signal processing, powered by PyTorch.",879.0,870.0,82.0,28,https://pypi.org/project/torchaudio,2020-10-27 16:14:57+00:00,9.0,57963.0,57963.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +188,Bottleneck,pydata/bottleneck,Bottleneck,,,data-containers,,https://github.com/pydata/bottleneck,https://github.com/pydata/bottleneck,BSD-2-Clause,2010-11-27 23:21:22+00:00,2020-11-25 00:09:27+00:00,2020-11-25 00:09:25+00:00,60.0,22.0,177.0,563.0,1226.0,2020-02-21 06:22:16+00:00,1.3.2,21.0,Fast NumPy array functions written in C.,20191.0,17299.0,20.0,28,https://pypi.org/project/Bottleneck,2020-02-21 06:22:16+00:00,2892.0,199140.0,199140.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +189,inflect,jaraco/inflect,inflect,,,nlp,,https://github.com/jaraco/inflect,https://github.com/jaraco/inflect,MIT,2010-06-20 13:43:13+00:00,2020-12-08 10:56:54+00:00,2020-11-15 19:27:28+00:00,57.0,13.0,58.0,459.0,590.0,2020-11-15 17:41:03+00:00,5.0.2,30.0,"Correctly generate plurals, ordinals, indefinite articles; convert numbers to words.",1388.0,,25.0,28,https://pypi.org/project/inflect,2020-11-15 17:40:58+00:00,1388.0,1013449.0,1013449.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +190,minio,minio/minio-py,minio,,,db-clients,,https://github.com/minio/minio-py,https://github.com/minio/minio-py,Apache-2.0,2015-06-17 03:51:15+00:00,2020-12-10 17:13:57+00:00,2020-12-10 17:13:56+00:00,169.0,9.0,363.0,381.0,1005.0,2020-12-08 20:45:54+00:00,7.0.0,84.0,MinIO Client SDK for Python.,1505.0,1161.0,88.0,28,https://pypi.org/project/minio,2020-12-08 20:28:35+00:00,344.0,182425.0,182425.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +191,Cython BLIS,explosion/cython-blis,blis,conda-forge/cython-blis,,others,,https://github.com/explosion/cython-blis,https://github.com/explosion/cython-blis,BSD-3-Clause,2017-10-15 09:56:16+00:00,2020-12-07 08:56:44+00:00,2020-12-07 07:21:11+00:00,22.0,6.0,15.0,156.0,524.0,2020-12-07 08:56:44+00:00,0.7.4,35.0,Fast matrix-multiplication as a self-contained Python library no system dependencies!.,7641.0,7251.0,9.0,28,https://pypi.org/project/blis,2020-12-07 08:56:44+00:00,390.0,903461.0,903461.0,https://anaconda.org/conda-forge/cython-blis,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +192,CNTK,microsoft/CNTK,cntk,,,ml-frameworks,,https://github.com/microsoft/CNTK,https://github.com/microsoft/CNTK,MIT,2015-11-26 09:52:06+00:00,2020-12-09 22:21:57+00:00,2020-03-31 15:55:14+00:00,4421.0,805.0,2513.0,16935.0,16116.0,2019-04-26 14:13:32+00:00,2.7,32.0,"Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit.",17.0,,265.0,27,https://pypi.org/project/cntk,2020-12-09 22:21:57+00:00,17.0,1767.0,1997.0,,,,True,3,13578.0,,,,,,,,,,,,,,,,,,,,,, +193,shap,slundberg/shap,shap,,,interpretability,,https://github.com/slundberg/shap,https://github.com/slundberg/shap,MIT,2016-11-22 19:17:08+00:00,2020-12-16 04:14:06+00:00,2020-12-15 23:34:19+00:00,1589.0,843.0,490.0,11147.0,1631.0,2020-11-04 21:38:32+00:00,0.37.0,92.0,A game theoretic approach to explain the output of any machine learning model.,1888.0,1752.0,139.0,27,https://pypi.org/project/shap,2020-11-04 21:38:32+00:00,136.0,,,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +194,InsightFace,deepinsight/insightface,insightface,,,image,['mxnet'],https://github.com/deepinsight/insightface,https://github.com/deepinsight/insightface,MIT,2017-09-01 00:36:51+00:00,2020-12-15 07:08:01+00:00,2020-12-08 12:54:34+00:00,2835.0,684.0,637.0,8220.0,1454.0,2019-09-07 13:47:11+00:00,0.1.5,6.0,Face Analysis Project on MXNet.,45.0,44.0,14.0,27,https://pypi.org/project/insightface,2019-09-07 13:47:11+00:00,1.0,17081.0,17081.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +195,TPOT,EpistasisLab/tpot,tpot,,,hyperopt,['sklearn'],https://github.com/EpistasisLab/tpot,https://github.com/EpistasisLab/tpot,LGPL-3.0,2015-11-03 21:08:40+00:00,2020-12-16 03:02:29+00:00,2020-12-14 15:04:13+00:00,1347.0,185.0,573.0,7692.0,2341.0,2020-12-14 15:07:26+00:00,0.11.6.post3,59.0,A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.,819.0,739.0,107.0,27,https://pypi.org/project/tpot,2020-12-14 15:07:56+00:00,80.0,32275.0,32275.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +196,AutoKeras,keras-team/autokeras,autokeras,,,hyperopt,['keras'],https://github.com/keras-team/autokeras,https://github.com/keras-team/autokeras,Apache-2.0,2017-11-19 23:18:20+00:00,2020-12-16 11:20:07+00:00,2020-12-11 07:59:44+00:00,1241.0,59.0,645.0,7650.0,1228.0,2020-11-30 02:43:50+00:00,1.0.12,46.0,AutoML library for deep learning.,145.0,138.0,125.0,27,https://pypi.org/project/autokeras,2020-11-30 02:43:50+00:00,7.0,5790.0,5790.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +197,Google Images Download,hardikvasa/google-images-download,google_images_download,,,web-scraping,,https://github.com/hardikvasa/google-images-download,https://github.com/hardikvasa/google-images-download,MIT,2015-03-28 16:50:28+00:00,2020-12-06 13:01:13+00:00,2019-05-21 18:24:10+00:00,1699.0,103.0,159.0,7300.0,156.0,2019-05-14 00:35:40+00:00,2.7.1,39.0,Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!.,214.0,,38.0,27,https://pypi.org/project/google_images_download,2019-05-14 00:35:40+00:00,214.0,21012.0,21012.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +198,Records,kennethreitz42/records,records,conda-forge/records,,db-clients,,https://github.com/kennethreitz42/records,https://github.com/kennethreitz42/records,ISC,2014-12-24 15:20:23+00:00,2020-08-12 05:05:50+00:00,2019-08-20 04:06:01+00:00,531.0,55.0,81.0,6450.0,324.0,2019-02-21 13:34:41+00:00,0.5.3,10.0,SQL for Humans.,1001.0,701.0,37.0,27,https://pypi.org/project/records,2019-02-21 13:34:41+00:00,300.0,183929.0,183929.0,https://anaconda.org/conda-forge/records,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +199,dgl,dmlc/dgl,dgl,,,graph,,https://github.com/dmlc/dgl,https://github.com/dmlc/dgl,Apache-2.0,2018-04-20 14:49:09+00:00,2020-12-16 12:00:42+00:00,2020-12-16 06:56:38+00:00,1238.0,204.0,648.0,6251.0,1433.0,2020-11-30 07:39:12+00:00,0.5.3,323.0,"Python package built to ease deep learning on graph, on top of existing DL frameworks.",15.0,,91.0,27,https://pypi.org/project/dgl,2020-12-16 09:10:34+00:00,15.0,12805.0,12805.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +200,Bayesian Optimization,fmfn/BayesianOptimization,bayesian-optimization,,,hyperopt,,https://github.com/fmfn/BayesianOptimization,https://github.com/fmfn/BayesianOptimization,MIT,2014-06-06 08:18:56+00:00,2020-10-25 15:15:11+00:00,2020-07-13 17:18:09+00:00,1022.0,42.0,152.0,4715.0,197.0,2020-05-16 16:03:51+00:00,1.2.0,8.0,A Python implementation of global optimization with gaussian processes.,633.0,541.0,26.0,27,https://pypi.org/project/bayesian-optimization,2020-05-16 15:56:09+00:00,92.0,70574.0,70575.0,,,,True,2,43.0,,,,,,,,,,,,,,,,,,,,,, +201,OpenNMT,OpenNMT/OpenNMT-py,OpenNMT-py,,,nlp,['pytorch'],https://github.com/OpenNMT/OpenNMT-py,https://github.com/OpenNMT/OpenNMT-py,MIT,2017-02-22 19:01:50+00:00,2020-12-16 10:12:20+00:00,2020-12-09 16:36:52+00:00,1742.0,94.0,1108.0,4684.0,2525.0,2020-11-10 18:09:08+00:00,2.0.0rc2,26.0,Open Source Neural Machine Translation in PyTorch.,66.0,62.0,164.0,27,https://pypi.org/project/OpenNMT-py,2020-11-10 18:10:02+00:00,4.0,3827.0,3827.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +202,PyOD,yzhao062/pyod,pyod,,,others,,https://github.com/yzhao062/pyod,https://github.com/yzhao062/pyod,BSD-2-Clause,2017-10-03 20:29:04+00:00,2020-12-10 16:55:54+00:00,2020-11-17 16:47:31+00:00,797.0,85.0,78.0,3894.0,1227.0,2020-11-17 17:07:55+00:00,V0.8.4,62.0,A Python Toolbox for Scalable Outlier Detection (Anomaly Detection).,421.0,415.0,20.0,27,https://pypi.org/project/pyod,2020-11-17 17:05:43+00:00,6.0,89337.0,89337.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +203,skorch,skorch-dev/skorch,skorch,conda-forge/skorch,,ml-frameworks,"['pytorch', 'sklearn']",https://github.com/skorch-dev/skorch,https://github.com/skorch-dev/skorch,BSD-3-Clause,2017-07-18 00:13:54+00:00,2020-12-16 04:14:43+00:00,2020-12-14 14:09:04+00:00,271.0,48.0,311.0,3665.0,923.0,2020-08-30 10:46:40+00:00,0.9.0,12.0,A scikit-learn compatible neural network library that wraps PyTorch.,253.0,240.0,38.0,27,https://pypi.org/project/skorch,2020-08-30 10:43:37+00:00,13.0,9090.0,9090.0,https://anaconda.org/conda-forge/skorch,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +204,OCRmyPDF,jbarlow83/OCRmyPDF,ocrmypdf,,,ocr,,https://github.com/jbarlow83/OCRmyPDF,https://github.com/jbarlow83/OCRmyPDF,MPL-2.0,2013-12-20 08:26:28+00:00,2020-12-13 00:27:54+00:00,2020-12-13 00:27:38+00:00,406.0,90.0,536.0,3539.0,2784.0,2020-12-12 07:38:12+00:00,11.4.0,152.0,"OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched.",108.0,96.0,47.0,27,https://pypi.org/project/ocrmypdf,2020-12-12 07:38:12+00:00,12.0,12229.0,12229.0,,,,True,2,,,ocrmypdf,,,,,,,,,,,,ocrmypdf,,,,,,,, +205,imutils,jrosebr1/imutils,imutils,,,image,,https://github.com/jrosebr1/imutils,https://github.com/jrosebr1/imutils,MIT,2015-01-11 20:05:39+00:00,2020-11-10 01:52:08+00:00,2019-08-18 11:50:57+00:00,851.0,123.0,75.0,3433.0,137.0,2019-08-18 11:56:06+00:00,0.5.3,28.0,"A series of convenience functions to make basic image processing operations such as translation, rotation, resizing,..",12035.0,10839.0,19.0,27,https://pypi.org/project/imutils,2019-08-18 11:56:06+00:00,1196.0,150609.0,150609.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +206,lightfm,lyst/lightfm,lightfm,,,recommender-systems,,https://github.com/lyst/lightfm,https://github.com/lyst/lightfm,Apache-2.0,2015-07-30 08:34:00+00:00,2020-12-05 21:55:42+00:00,2020-11-27 19:54:37+00:00,561.0,127.0,272.0,3412.0,404.0,2020-11-27 19:48:30+00:00,1.16,14.0,"A Python implementation of LightFM, a hybrid recommendation algorithm.",388.0,360.0,42.0,27,https://pypi.org/project/lightfm,2020-11-27 19:55:08+00:00,28.0,99148.0,99148.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +207,Ignite,pytorch/ignite,pytorch-ignite,pytorch/ignite,,ml-frameworks,['pytorch'],https://github.com/pytorch/ignite,https://github.com/pytorch/ignite,BSD-3-Clause,2017-11-23 17:31:21+00:00,2020-12-16 07:36:15+00:00,2020-12-16 07:31:47+00:00,401.0,98.0,575.0,3185.0,811.0,2020-09-20 20:00:28+00:00,0.4.2,405.0,High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.,726.0,664.0,114.0,27,https://pypi.org/project/pytorch-ignite,2020-12-13 00:36:57+00:00,62.0,27857.0,27857.0,https://anaconda.org/pytorch/ignite,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +208,memory-profiler,pythonprofilers/memory_profiler,memory_profiler,,,system-monitoring,,https://github.com/pythonprofilers/memory_profiler,https://github.com/pythonprofilers/memory_profiler,BSD-3-Clause,2011-10-14 11:56:14+00:00,2020-12-03 12:57:49+00:00,2020-12-03 12:57:47+00:00,292.0,82.0,98.0,2647.0,618.0,2018-08-16 03:16:49+00:00,0.54.0,52.0,Monitor Memory usage of Python code.,534.0,,83.0,27,https://pypi.org/project/memory_profiler,2018-08-16 03:16:49+00:00,534.0,172275.0,172275.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +209,missingno,ResidentMario/missingno,missingno,,,data-viz,,https://github.com/ResidentMario/missingno,https://github.com/ResidentMario/missingno,MIT,2016-03-27 15:18:50+00:00,2020-11-23 17:34:43+00:00,2020-11-23 17:34:42+00:00,329.0,15.0,86.0,2567.0,169.0,2019-07-09 16:03:51+00:00,0.4.2,21.0,Missing data visualization module for Python.,2525.0,2449.0,14.0,27,https://pypi.org/project/missingno,2018-06-29 16:25:00+00:00,76.0,205117.0,205117.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +210,pomegranate,jmschrei/pomegranate,pomegranate,pomegranate,,probabilistics,,https://github.com/jmschrei/pomegranate,https://github.com/jmschrei/pomegranate,MIT,2014-11-24 18:36:58+00:00,2020-12-15 20:41:34+00:00,2020-12-12 22:53:40+00:00,459.0,34.0,525.0,2542.0,839.0,2020-10-13 16:38:32+00:00,0.13.5,59.0,"Fast, flexible and easy to use probabilistic modelling in Python.",377.0,349.0,60.0,27,https://pypi.org/project/pomegranate,2020-07-12 21:28:17+00:00,28.0,19039.0,19039.0,https://anaconda.org/anaconda/pomegranate,2020-10-13 16:38:32+00:00,,True,2,,,,,,,,,,,,,,,,,,,,,,, +211,NMSLIB,nmslib/nmslib,nmslib,,,nn-search,,https://github.com/nmslib/nmslib,https://github.com/nmslib/nmslib,Apache-2.0,2013-07-10 11:06:06+00:00,2020-12-03 17:55:42+00:00,2020-11-03 18:25:07+00:00,328.0,44.0,309.0,2224.0,1421.0,2020-04-16 18:21:23+00:00,2.0.6,21.0,Non-Metric Space Library (NMSLIB): An efficient similarity search library and a toolkit for evaluation of k-NN methods..,348.0,296.0,40.0,27,https://pypi.org/project/nmslib,2020-04-16 18:21:23+00:00,52.0,56160.0,56160.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +212,GluonNLP,dmlc/gluon-nlp,gluonnlp,,,nlp,['mxnet'],https://github.com/dmlc/gluon-nlp,https://github.com/dmlc/gluon-nlp,Apache-2.0,2018-04-04 20:57:13+00:00,2020-12-16 08:39:42+00:00,2020-10-08 21:11:34+00:00,490.0,227.0,280.0,2190.0,781.0,2020-08-13 19:16:27+00:00,0.10.0,25.0,"Toolkit that enables easy text preprocessing, datasets loading and neural models building to help you speed up your..",356.0,345.0,72.0,27,https://pypi.org/project/gluonnlp,2020-08-13 01:28:51+00:00,11.0,38488.0,38488.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +213,TRAINS,allegroai/trains,trains,,,ml-experiments,,https://github.com/allegroai/trains,https://github.com/allegroai/trains,Apache-2.0,2019-06-10 08:18:32+00:00,2020-12-10 11:03:43+00:00,2020-12-10 11:01:54+00:00,233.0,80.0,147.0,2021.0,910.0,2020-12-10 11:03:43+00:00,0.16.4,121.0,TRAINS - Auto-Magical Experiment Manager & Version Control for AI - NOW WITH AUTO-MAGICAL DEVOPS!.,51.0,51.0,23.0,27,https://pypi.org/project/trains,2020-12-10 10:59:49+00:00,0.0,150895.0,152558.0,,,,True,3,238.0,,,allegroai/trains,https://hub.docker.com/r/allegroai/trains,2020-10-05 10:16:46.865671+00:00,,29714.0,,,,,,,,,,,,,,, +214,Cufflinks,santosjorge/cufflinks,cufflinks,,,data-viz,['pandas'],https://github.com/santosjorge/cufflinks,https://github.com/santosjorge/cufflinks,MIT,2014-11-19 20:59:33+00:00,2020-10-07 16:12:54+00:00,2020-10-07 16:12:53+00:00,500.0,79.0,119.0,2018.0,450.0,2020-03-01 17:42:01+00:00,0.17.3,27.0,Productivity Tools for Plotly + Pandas.,2468.0,2351.0,37.0,27,https://pypi.org/project/cufflinks,2020-03-01 17:42:01+00:00,117.0,56819.0,56819.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +215,Databases,encode/databases,databases,,,db-clients,,https://github.com/encode/databases,https://github.com/encode/databases,BSD-3-Clause,2019-02-01 10:55:25+00:00,2020-12-10 06:34:13+00:00,2020-12-10 06:34:11+00:00,130.0,88.0,86.0,1838.0,268.0,2020-11-16 20:54:58+00:00,0.4.1,29.0,Async database support for Python.,1271.0,1211.0,28.0,27,https://pypi.org/project/databases,2020-11-16 20:54:58+00:00,60.0,47781.0,47781.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +216,ipyparallel,ipython/ipyparallel,ipyparallel,,,distributed-ml,['jupyter'],https://github.com/ipython/ipyparallel,https://github.com/ipython/ipyparallel,BSD-3-Clause,2015-04-09 07:43:55+00:00,2020-08-30 18:57:51+00:00,2020-08-24 09:09:27+00:00,721.0,138.0,107.0,1837.0,1817.0,2020-05-05 18:42:38+00:00,6.3.0,21.0,Interactive Parallel Computing in Python.,1812.0,1322.0,94.0,27,https://pypi.org/project/ipyparallel,2020-05-05 18:42:38+00:00,490.0,51124.0,51124.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +217,TF-Agents,tensorflow/agents,tf-agents,,,reinforcement-learning,['tensorflow'],https://github.com/tensorflow/agents,https://github.com/tensorflow/agents,Apache-2.0,2018-11-17 00:29:12+00:00,2020-12-15 22:58:43+00:00,2020-12-15 22:58:11+00:00,441.0,94.0,301.0,1722.0,1560.0,2020-11-17 03:53:32+00:00,0.7.0,16.0,TF-Agents is a library for Reinforcement Learning in TensorFlow.,324.0,318.0,83.0,27,https://pypi.org/project/tf-agents,2020-12-15 19:06:26+00:00,6.0,6512.0,6512.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +218,textacy,chartbeat-labs/textacy,textacy,,,nlp,,https://github.com/chartbeat-labs/textacy,https://github.com/chartbeat-labs/textacy,Apache-2.0,2016-02-03 16:52:45+00:00,2020-12-06 20:43:33+00:00,2020-12-06 20:43:27+00:00,211.0,29.0,194.0,1570.0,1328.0,2020-08-29 20:51:05+00:00,0.10.1,29.0,"NLP, before and after spaCy.",77.0,,28.0,27,https://pypi.org/project/textacy,2020-08-29 20:51:28+00:00,77.0,33879.0,33879.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +219,Ibis,ibis-project/ibis,ibis-framework,conda-forge/ibis-framework,,db-clients,,https://github.com/ibis-project/ibis,https://github.com/ibis-project/ibis,Apache-2.0,2015-04-17 20:43:46+00:00,2020-12-16 01:57:09+00:00,2020-12-14 14:21:58+00:00,243.0,514.0,937.0,1491.0,1318.0,2020-11-11 16:01:20+00:00,1.4.0,24.0,"A pandas-like deferred expression system, with first-class SQL support.",175.0,127.0,70.0,27,https://pypi.org/project/ibis-framework,2020-11-11 16:01:20+00:00,48.0,55404.0,55404.0,https://anaconda.org/conda-forge/ibis-framework,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +220,datasketch,ekzhu/datasketch,datasketch,,,data-containers,,https://github.com/ekzhu/datasketch,https://github.com/ekzhu/datasketch,MIT,2015-03-20 01:21:46+00:00,2020-12-15 20:59:57+00:00,2020-12-15 20:46:43+00:00,198.0,19.0,88.0,1393.0,191.0,2020-12-15 20:59:57+00:00,1.5.2,74.0,"MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble.",323.0,237.0,15.0,27,https://pypi.org/project/datasketch,2020-12-15 20:59:57+00:00,86.0,210427.0,210427.0,,,,True,3,16.0,,,,,,,,,,,,,,,,,,,,,, +221,Cartopy,mapbox/rasterio,Cartopy,,,geospatial-data,,https://github.com/mapbox/rasterio,https://github.com/mapbox/rasterio,LGPL-3.0,2013-11-04 16:36:27+00:00,2020-12-15 00:21:47+00:00,2020-12-15 00:21:46+00:00,387.0,135.0,1183.0,1380.0,3239.0,2018-11-17 07:43:32+00:00,0.17.0,18.0,Rasterio reads and writes geospatial raster datasets.,2661.0,2488.0,109.0,27,https://pypi.org/project/Cartopy,2020-04-27 04:57:38+00:00,173.0,13708.0,13718.0,,,,False,2,701.0,,,,,,,,,,,,,,,,,,,,,, +222,ipyleaflet,jupyter-widgets/ipyleaflet,ipyleaflet,,,geospatial-data,['jupyter'],https://github.com/jupyter-widgets/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10+00:00,2020-12-12 05:33:28+00:00,2020-11-30 13:43:59+00:00,264.0,125.0,243.0,1062.0,892.0,2020-07-29 08:54:44+00:00,0.13.3,66.0,A Jupyter - Leaflet.js bridge.,727.0,627.0,63.0,27,https://pypi.org/project/ipyleaflet,2020-07-24 15:15:48+00:00,98.0,17228.0,174344.0,,,,True,2,,,,,,,,,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2020-07-24 14:55:26.216000+00:00,2.0,157116.0,,,,,,,,,, +223,PyCUDA,inducer/pycuda,pycuda,,,gpu-utilities,,https://github.com/inducer/pycuda,https://github.com/inducer/pycuda,MIT,2011-04-06 02:53:31+00:00,2020-12-14 00:47:01+00:00,2020-12-08 04:43:10+00:00,214.0,40.0,122.0,1039.0,1445.0,2019-08-12 04:15:37+00:00,2019.1.2,46.0,"CUDA integration for Python, plus shiny features.",979.0,687.0,68.0,27,https://pypi.org/project/pycuda,2020-10-07 21:59:52+00:00,292.0,14076.0,14076.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +224,Model Analysis,tensorflow/model-analysis,tensorflow-model-analysis,,,interpretability,"['tensorflow', 'jupyter']",https://github.com/tensorflow/model-analysis,https://github.com/tensorflow/model-analysis,Apache-2.0,2018-03-23 19:08:49+00:00,2020-12-16 06:01:15+00:00,2020-12-15 18:02:50+00:00,201.0,22.0,32.0,1010.0,861.0,2020-11-04 18:38:50+00:00,0.25.0,32.0,Model analysis tools for TensorFlow.,10.0,,33.0,27,https://pypi.org/project/tensorflow-model-analysis,2020-09-24 22:14:07+00:00,10.0,3452764.0,3452764.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +225,PyStan,stan-dev/pystan,pystan,,,probabilistics,,https://github.com/stan-dev/pystan,https://github.com/stan-dev/pystan,GPL-3.0,2013-05-24 01:21:21+00:00,2020-11-21 11:22:51+00:00,2020-11-21 11:22:43+00:00,192.0,66.0,425.0,892.0,867.0,2020-10-16 20:20:46+00:00,2.19.1.1-codes,54.0,"PyStan, the Python interface to Stan.",2599.0,2257.0,54.0,27,https://pypi.org/project/pystan,2020-11-19 14:21:16+00:00,342.0,798291.0,798292.0,,,,False,2,84.0,,,,,,,,,,,,,,,,,,,,,, +226,igraph,igraph/python-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+00:00,2020-12-11 08:07:37+00:00,2020-12-11 08:07:36+00:00,180.0,23.0,254.0,738.0,1502.0,2020-10-08 14:50:52+00:00,0.8.3,18.0,Python interface for igraph.,1763.0,1339.0,47.0,27,https://pypi.org/project/python-igraph,2020-04-28 17:45:27+00:00,424.0,54503.0,54808.0,,,,False,1,14665.0,,,,,,,,,,,,,,,,,,,,,, +227,geojson,jazzband/geojson,geojson,,,geospatial-data,,https://github.com/jazzband/geojson,https://github.com/jazzband/geojson,BSD-3-Clause,2011-07-01 20:39:48+00:00,2020-11-25 21:55:02+00:00,2020-11-25 19:10:27+00:00,78.0,18.0,50.0,581.0,445.0,2019-08-09 20:32:15+00:00,2.5.0,28.0,Python bindings and utilities for GeoJSON.,6959.0,5355.0,44.0,27,https://pypi.org/project/geojson,2019-08-09 20:32:15+00:00,1604.0,433422.0,433422.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +228,Yappi,sumerc/yappi,yappi,,,system-monitoring,,https://github.com/sumerc/yappi,https://github.com/sumerc/yappi,MIT,2009-10-07 20:46:30+00:00,2020-12-09 16:11:47+00:00,2020-12-09 16:11:46+00:00,36.0,10.0,29.0,536.0,635.0,2020-11-27 15:28:40+00:00,1.3.2,17.0,"Yet Another Python Profiler, but this time thread&coroutine&greenlet aware.",979.0,339.0,21.0,27,https://pypi.org/project/yappi,2020-11-27 15:28:40+00:00,640.0,123683.0,123683.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +229,DIPY,dipy/dipy,dipy,conda-forge/dipy,,medical-data,,https://github.com/dipy/dipy,https://github.com/dipy/dipy,BSD-3-Clause,2010-02-06 11:43:08+00:00,2020-12-10 16:48:08+00:00,2020-12-10 16:48:07+00:00,313.0,156.0,571.0,367.0,11365.0,2020-11-05 17:35:53+00:00,1.3.0,21.0,"DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal..",405.0,311.0,118.0,27,https://pypi.org/project/dipy,2020-11-05 17:35:53+00:00,94.0,7530.0,7530.0,https://anaconda.org/conda-forge/dipy,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +230,Streamlit,streamlit/streamlit,streamlit,,,others,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52+00:00,2020-12-16 04:58:20+00:00,2020-12-16 04:58:18+00:00,1017.0,506.0,902.0,12168.0,,2020-11-11 22:34:54+00:00,0.72.0,118.0,Streamlit The fastest way to build data apps in Python.,72.0,38.0,81.0,26,https://pypi.org/project/streamlit,2020-12-02 22:07:33+00:00,34.0,122873.0,122873.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +231,EasyOCR,JaidedAI/EasyOCR,easyocr,,,ocr,,https://github.com/JaidedAI/EasyOCR,https://github.com/JaidedAI/EasyOCR,Apache-2.0,2020-03-14 11:46:39+00:00,2020-12-15 20:22:43+00:00,2020-12-03 09:25:05+00:00,881.0,72.0,150.0,9505.0,358.0,2020-11-17 05:17:50+00:00,1.2,13.0,"Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic,..",89.0,89.0,70.0,26,https://pypi.org/project/easyocr,2020-11-21 11:04:24+00:00,,7618.0,19380.0,,,,True,2,70575.0,,,,,,,,,,,,,,,,,,,,,, +232,Dopamine,google/dopamine,dopamine-rl,,,reinforcement-learning,['tensorflow'],https://github.com/google/dopamine,https://github.com/google/dopamine,Apache-2.0,2018-07-26 09:58:36+00:00,2020-11-24 20:59:46+00:00,2020-11-24 20:59:42+00:00,1225.0,72.0,68.0,9240.0,210.0,2020-10-16 22:05:03+00:00,3.1.8,34.0,Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.,31.0,,13.0,26,https://pypi.org/project/dopamine-rl,2020-10-16 22:05:03+00:00,31.0,52631.0,52631.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +233,NNI,microsoft/nni,nni,,,hyperopt,,https://github.com/microsoft/nni,https://github.com/microsoft/nni,MIT,2018-06-01 05:51:44+00:00,2020-12-16 12:29:28+00:00,2020-12-16 03:09:34+00:00,1080.0,235.0,845.0,8509.0,1816.0,2020-10-22 13:31:52+00:00,1.9,34.0,"An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural..",83.0,75.0,110.0,26,https://pypi.org/project/nni,2020-10-22 13:15:53+00:00,8.0,2413.0,2413.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +234,Ludwig,uber/ludwig,ludwig,,,ml-frameworks,['tensorflow'],https://github.com/uber/ludwig,https://github.com/uber/ludwig,Apache-2.0,2018-12-27 23:58:12+00:00,2020-12-16 04:09:32+00:00,2020-12-15 15:55:17+00:00,867.0,96.0,400.0,7350.0,2032.0,2020-11-16 23:55:59+00:00,0.3.1,14.0,Ludwig is a toolbox that allows to train and evaluate deep learning models without the need to write code.,77.0,71.0,84.0,26,https://pypi.org/project/ludwig,2020-10-05 23:55:39+00:00,6.0,1198.0,1198.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +235,PySyft,OpenMined/PySyft,syft,,,privacy-ml,['pytorch'],https://github.com/OpenMined/PySyft,https://github.com/OpenMined/PySyft,MIT,2017-07-18 20:41:16+00:00,2020-12-16 12:16:47+00:00,2020-12-13 05:19:24+00:00,1509.0,173.0,2414.0,6649.0,6515.0,2020-11-12 19:57:33+00:00,0.3.0,48.0,A library for answering questions using data you cannot see.,3.0,,328.0,26,https://pypi.org/project/syft,2020-09-14 15:03:40+00:00,3.0,2685.0,2685.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +236,TensorLayer,tensorlayer/tensorlayer,tensorlayer,,,reinforcement-learning,['tensorflow'],https://github.com/tensorlayer/tensorlayer,https://github.com/tensorlayer/tensorlayer,Apache-2.0,2016-06-07 15:55:16+00:00,2020-12-15 06:43:41+00:00,2020-10-29 07:58:40+00:00,1444.0,48.0,403.0,6421.0,3299.0,2020-06-19 00:53:37+00:00,2.2.3,82.0,Deep Learning and Reinforcement Learning Library for Scientists and Engineers.,68.0,,127.0,26,https://pypi.org/project/tensorlayer,2020-06-19 00:53:37+00:00,68.0,2790.0,2813.0,,,,True,2,1193.0,,,,,,,,,,,,,,,,,,,,,, +237,py-spy,benfred/py-spy,py-spy,,,system-monitoring,,https://github.com/benfred/py-spy,https://github.com/benfred/py-spy,MIT,2018-08-01 02:22:15+00:00,2020-12-13 00:31:30+00:00,2020-11-20 05:01:41+00:00,216.0,49.0,126.0,6304.0,338.0,2020-02-24 06:04:00+00:00,0.3.3,26.0,Sampling profiler for Python programs.,503.0,478.0,19.0,26,https://pypi.org/project/py-spy,2020-06-22 23:38:51+00:00,25.0,225793.0,226023.0,,,,True,2,3923.0,,,,,,,,,,,,,,,,py-spy,,,,,, +238,imageai,OlafenwaMoses/ImageAI,imageai,,,image,,https://github.com/OlafenwaMoses/ImageAI,https://github.com/OlafenwaMoses/ImageAI,MIT,2018-03-19 23:12:33+00:00,2020-12-16 11:29:30+00:00,2020-01-14 21:25:23+00:00,1556.0,194.0,384.0,5537.0,277.0,2019-09-13 22:44:02+00:00,2.1.5,9.0,A python library built to empower developers to build applications and systems with self-contained Computer Vision..,627.0,615.0,13.0,26,https://pypi.org/project/imageai,2019-09-13 22:44:02+00:00,12.0,6089.0,22079.0,,,,True,3,511688.0,,,,,,,,,,,,,,,,,,,,,, +239,tsfresh,blue-yonder/tsfresh,tsfresh,,,time-series-data,['sklearn'],https://github.com/blue-yonder/tsfresh,https://github.com/blue-yonder/tsfresh,MIT,2016-10-26 11:29:17+00:00,2020-12-15 07:10:20+00:00,2020-12-15 07:10:18+00:00,813.0,29.0,390.0,5219.0,398.0,2020-09-09 21:08:22+00:00,0.17.0,26.0,Automatic extraction of relevant features from time series:.,33.0,,69.0,26,https://pypi.org/project/tsfresh,2020-09-09 21:08:22+00:00,33.0,155359.0,155359.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +240,backtrader,mementum/backtrader,backtrader,,,financial-data,,https://github.com/mementum/backtrader,https://github.com/mementum/backtrader,GPL-3.0,2015-01-10 07:14:52+00:00,2020-12-16 04:54:58+00:00,2020-07-03 12:52:48+00:00,1617.0,13.0,,5176.0,2381.0,,,155.0,Python Backtesting library for trading strategies.,455.0,385.0,50.0,26,https://pypi.org/project/backtrader,2020-07-03 13:02:14+00:00,70.0,11943.0,11943.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +241,auto-sklearn,automl/auto-sklearn,auto-sklearn,,,hyperopt,['sklearn'],https://github.com/automl/auto-sklearn,https://github.com/automl/auto-sklearn,BSD-3-Clause,2015-07-02 15:38:10+00:00,2020-12-14 08:21:46+00:00,2020-12-07 14:42:03+00:00,961.0,118.0,549.0,5068.0,2387.0,2020-12-08 13:18:41+00:00,0.12.0,24.0,Automated Machine Learning with scikit-learn.,136.0,121.0,63.0,26,https://pypi.org/project/auto-sklearn,2020-12-08 13:18:41+00:00,15.0,5854.0,5854.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +242,DeepPavlov,deepmipt/DeepPavlov,deeppavlov,,,nlp,"['tensorflow', 'keras']",https://github.com/deepmipt/DeepPavlov,https://github.com/deepmipt/DeepPavlov,Apache-2.0,2017-11-17 14:35:29+00:00,2020-12-16 11:41:22+00:00,2020-11-13 11:16:19+00:00,872.0,62.0,445.0,4892.0,2572.0,2020-11-13 11:39:59+00:00,0.13.0,40.0,An open source library for deep learning end-to-end dialog systems and chatbots.,168.0,164.0,60.0,26,https://pypi.org/project/deeppavlov,2020-11-13 11:22:35+00:00,4.0,6963.0,6963.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +243,keras-rl,keras-rl/keras-rl,keras-rl,,,reinforcement-learning,['keras'],https://github.com/keras-rl/keras-rl,https://github.com/keras-rl/keras-rl,MIT,2016-07-02 15:53:12+00:00,2020-11-20 07:32:13+00:00,2019-11-11 22:14:54+00:00,1284.0,39.0,209.0,4888.0,308.0,2018-06-01 07:52:24+00:00,0.4.2,8.0,Deep Reinforcement Learning for Keras.,486.0,435.0,40.0,26,https://pypi.org/project/keras-rl,2018-06-01 07:52:24+00:00,51.0,1406.0,1406.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +244,scikit-surprise,NicolasHug/Surprise,scikit-surprise,,,recommender-systems,,https://github.com/NicolasHug/Surprise,https://github.com/NicolasHug/Surprise,BSD-3-Clause,2016-10-23 14:59:38+00:00,2020-08-14 13:20:04+00:00,2020-08-05 17:45:59+00:00,803.0,35.0,285.0,4567.0,622.0,2020-07-19 14:50:48+00:00,1.1.1,9.0,A Python scikit for building and analyzing recommender systems.,850.0,826.0,38.0,26,https://pypi.org/project/scikit-surprise,2020-07-19 14:50:48+00:00,24.0,42631.0,42631.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +245,Metaflow,Netflix/metaflow,metaflow,,,ml-experiments,,https://github.com/Netflix/metaflow,https://github.com/Netflix/metaflow,Apache-2.0,2019-09-17 17:48:25+00:00,2020-12-02 20:53:41+00:00,2020-12-01 22:33:03+00:00,310.0,107.0,136.0,3855.0,174.0,2020-11-11 10:43:10+00:00,2.2.5,14.0,Build and manage real-life data science projects with ease.,97.0,96.0,28.0,26,https://pypi.org/project/metaflow,2020-10-29 00:11:07+00:00,1.0,38342.0,38342.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +246,MechanicalSoup,MechanicalSoup/MechanicalSoup,MechanicalSoup,,,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11+00:00,2020-11-11 08:39:09+00:00,2020-11-11 08:39:08+00:00,308.0,21.0,119.0,3626.0,556.0,2019-08-27 16:49:38+00:00,0.12.0,23.0,A Python library for automating interaction with websites.,390.0,,41.0,26,https://pypi.org/project/MechanicalSoup,2019-08-27 16:49:38+00:00,390.0,33860.0,33860.0,,,,True,3,36.0,,,,,,,,,,,,,,,,,,,,,, +247,pyAudioAnalysis,tyiannak/pyAudioAnalysis,pyAudioAnalysis,,,audio,,https://github.com/tyiannak/pyAudioAnalysis,https://github.com/tyiannak/pyAudioAnalysis,Apache-2.0,2014-08-27 12:43:13+00:00,2020-11-19 20:08:47+00:00,2020-11-19 20:08:40+00:00,922.0,158.0,103.0,3592.0,672.0,2020-09-29 21:30:02+00:00,0.3.6,15.0,"Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications.",180.0,169.0,23.0,26,https://pypi.org/project/pyAudioAnalysis,2020-09-29 21:30:02+00:00,11.0,9141.0,9141.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +248,tensorflow-probability,tensorflow/probability,tensorflow-probability,,,probabilistics,['tensorflow'],https://github.com/tensorflow/probability,https://github.com/tensorflow/probability,Apache-2.0,2017-10-23 23:50:54+00:00,2020-12-16 00:00:17+00:00,2020-12-16 00:00:13+00:00,822.0,409.0,502.0,3161.0,10125.0,2020-10-09 23:49:08+00:00,0.11.1,33.0,Probabilistic reasoning and statistical analysis in TensorFlow.,253.0,1.0,397.0,26,https://pypi.org/project/tensorflow-probability,2020-11-11 05:06:46+00:00,252.0,,,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +249,Perspective,finos/perspective,perspective-python,,,data-viz,['jupyter'],https://github.com/finos/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54+00:00,2020-12-16 03:00:18+00:00,2020-12-16 03:00:14+00:00,327.0,69.0,277.0,3045.0,4228.0,2020-10-15 13:18:28+00:00,0.5.6,38.0,Streaming pivot visualization via WebAssembly.,164.0,160.0,58.0,26,https://pypi.org/project/perspective-python,2020-10-15 13:18:28+00:00,4.0,554.0,1732.0,,,,True,3,,,,,,,,,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2020-10-15 12:44:46.020000+00:00,,1178.0,,,,,,,,,, +250,sktime,alan-turing-institute/sktime,sktime,,,time-series-data,['sklearn'],https://github.com/alan-turing-institute/sktime,https://github.com/alan-turing-institute/sktime,BSD-3-Clause,2018-11-06 15:08:24+00:00,2020-12-16 11:02:35+00:00,2020-12-15 15:17:59+00:00,370.0,86.0,181.0,2694.0,1485.0,2020-10-20 17:12:29+00:00,0.4.3,9.0,A unified framework for machine learning with time series.,81.0,81.0,67.0,26,https://pypi.org/project/sktime,2020-10-20 16:11:01+00:00,,6955.0,6957.0,,,,True,1,41.0,,,,,,,,,,,,,,,,,,,,,, +251,TensorFlow Datasets,tensorflow/datasets,tensorflow-datasets,,,data-loading,['tensorflow'],https://github.com/tensorflow/datasets,https://github.com/tensorflow/datasets,Apache-2.0,2018-09-10 21:27:22+00:00,2020-12-16 13:07:22+00:00,2020-12-15 20:43:06+00:00,878.0,380.0,493.0,2569.0,3622.0,2020-11-04 12:02:52+00:00,4.1.0,19.0,"TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...",3198.0,3096.0,175.0,26,https://pypi.org/project/tensorflow-datasets,2020-10-09 17:47:49+00:00,102.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +252,Dagster,dagster-io/dagster,dagster,,,data-pipelines,,https://github.com/dagster-io/dagster,https://github.com/dagster-io/dagster,Apache-2.0,2018-04-30 16:30:04+00:00,2020-12-16 11:35:45+00:00,2020-12-16 11:35:42+00:00,248.0,585.0,1723.0,2427.0,6085.0,2020-12-11 04:26:56+00:00,0.9.22.post0,224.0,"A data orchestrator for machine learning, analytics, and ETL.",127.0,123.0,106.0,26,https://pypi.org/project/dagster,2020-12-11 04:26:29+00:00,4.0,29141.0,29141.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +253,pyinstrument,joerick/pyinstrument,pyinstrument,,,system-monitoring,,https://github.com/joerick/pyinstrument,https://github.com/joerick/pyinstrument,BSD-3-Clause,2014-03-13 17:53:13+00:00,2020-12-16 10:17:15+00:00,2020-12-16 10:17:14+00:00,89.0,19.0,50.0,2300.0,397.0,2020-08-21 11:12:14+00:00,3.2.0,26.0,Call stack profiler for Python. Shows you why your code is slow!.,332.0,196.0,21.0,26,https://pypi.org/project/pyinstrument,2020-09-09 18:00:59+00:00,136.0,48094.0,48094.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +254,Hyperas,maxpumperla/hyperas,hyperas,,,hyperopt,['keras'],https://github.com/maxpumperla/hyperas,https://github.com/maxpumperla/hyperas,MIT,2016-02-19 14:45:10+00:00,2020-10-02 08:10:06+00:00,2020-10-02 08:10:05+00:00,296.0,88.0,158.0,2053.0,208.0,2019-02-28 09:16:54+00:00,0.4.1,9.0,Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.,208.0,187.0,21.0,26,https://pypi.org/project/hyperas,2019-02-28 09:16:54+00:00,21.0,15494.0,15494.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +255,Core ML Tools,apple/coremltools,coremltools,,,model-serialisation,,https://github.com/apple/coremltools,https://github.com/apple/coremltools,BSD-3-Clause,2017-06-30 07:39:02+00:00,2020-12-16 07:51:27+00:00,2020-12-16 07:36:04+00:00,319.0,294.0,296.0,2020.0,848.0,2020-10-10 18:21:00+00:00,4.0,27.0,"Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.",557.0,424.0,107.0,26,https://pypi.org/project/coremltools,2020-10-10 18:16:12+00:00,133.0,40266.0,40319.0,,,,True,2,2103.0,,,,,,,,,,,,,,,,,,,,,, +256,Grab,lorien/grab,grab,,,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22+00:00,2020-12-10 19:43:05+00:00,2020-12-08 03:50:03+00:00,242.0,26.0,189.0,2017.0,2179.0,2018-06-24 14:27:52+00:00,0.6.41,120.0,Web Scraping Framework.,397.0,297.0,65.0,26,https://pypi.org/project/grab,2018-06-24 14:27:52+00:00,100.0,2664.0,2664.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +257,BoTorch,pytorch/botorch,botorch,,,hyperopt,['pytorch'],https://github.com/pytorch/botorch,https://github.com/pytorch/botorch,MIT,2018-07-30 23:59:57+00:00,2020-12-13 17:12:06+00:00,2020-12-12 02:20:12+00:00,171.0,40.0,104.0,1778.0,784.0,2020-12-08 06:47:25+00:00,0.3.3,16.0,Bayesian optimization in PyTorch.,69.0,69.0,47.0,26,https://pypi.org/project/botorch,2020-12-08 06:47:25+00:00,0.0,28935.0,28935.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +258,PyFunctional,EntilZha/PyFunctional,pyfunctional,,,data-pipelines,,https://github.com/EntilZha/PyFunctional,https://github.com/EntilZha/PyFunctional,MIT,2015-02-05 17:17:51+00:00,2020-12-16 01:44:36+00:00,2020-09-17 13:33:20+00:00,96.0,3.0,113.0,1744.0,513.0,2020-09-17 13:36:04+00:00,1.4.2,13.0,Python library for creating data pipelines with chain functional programming.,240.0,240.0,21.0,26,https://pypi.org/project/pyfunctional,2020-09-17 13:36:04+00:00,0.0,35068.0,35068.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +259,Foolbox,bethgelab/foolbox,foolbox,,,adversarial,,https://github.com/bethgelab/foolbox,https://github.com/bethgelab/foolbox,MIT,2017-06-14 13:05:48+00:00,2020-10-19 15:16:32+00:00,2020-10-19 12:41:49+00:00,307.0,38.0,260.0,1730.0,1634.0,2020-09-26 06:49:13+00:00,3.2.1,66.0,"A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX.",175.0,157.0,30.0,26,https://pypi.org/project/foolbox,2020-09-26 06:49:13+00:00,18.0,1442.0,1442.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +260,langid,saffsd/langid.py,langid,,,nlp,,https://github.com/saffsd/langid.py,https://github.com/saffsd/langid.py,BSD-3-Clause,2011-04-29 00:16:56+00:00,2020-01-01 10:49:30+00:00,2017-07-15 02:49:17+00:00,265.0,25.0,45.0,1688.0,242.0,2016-04-05 22:34:15+00:00,1.1.6,8.0,Stand-alone language identification system.,809.0,559.0,9.0,26,https://pypi.org/project/langid,2016-04-05 22:34:15+00:00,250.0,533971.0,533971.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +261,Diamond,python-diamond/Diamond,diamond,,,system-monitoring,,https://github.com/python-diamond/Diamond,https://github.com/python-diamond/Diamond,MIT,2013-10-11 23:32:13+00:00,2020-05-26 18:27:46+00:00,2018-03-15 16:54:31+00:00,592.0,226.0,128.0,1592.0,3219.0,2016-11-25 22:13:29+00:00,4.0.515,36.0,Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of..,85.0,54.0,342.0,26,https://pypi.org/project/diamond,2016-11-25 22:13:29+00:00,31.0,22063.0,22063.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +262,tslearn,tslearn-team/tslearn,tslearn,conda-forge/tslearn,,time-series-data,['sklearn'],https://github.com/tslearn-team/tslearn,https://github.com/tslearn-team/tslearn,BSD-2-Clause,2017-05-04 13:08:13+00:00,2020-12-16 09:59:00+00:00,2020-12-07 10:09:00+00:00,209.0,51.0,159.0,1409.0,1525.0,2020-06-18 15:54:49+00:00,0.4.1,90.0,A machine learning toolkit dedicated to time-series data.,175.0,164.0,27.0,26,https://pypi.org/project/tslearn,2020-06-18 16:13:01+00:00,11.0,40135.0,40135.0,https://anaconda.org/conda-forge/tslearn,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +263,tesserocr,sirfz/tesserocr,tesserocr,conda-forge/tesserocr,,ocr,,https://github.com/sirfz/tesserocr,https://github.com/sirfz/tesserocr,MIT,2015-12-17 23:29:36+00:00,2020-11-17 19:55:51+00:00,2020-11-17 19:55:36+00:00,185.0,60.0,141.0,1365.0,151.0,2020-03-17 17:45:44+00:00,2.5.1,15.0,A Python wrapper for the tesseract-ocr API.,478.0,428.0,23.0,26,https://pypi.org/project/tesserocr,2020-03-17 17:45:44+00:00,50.0,45863.0,45863.0,https://anaconda.org/conda-forge/tesserocr,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +264,Flax,google/flax,flax,,,ml-frameworks,['jax'],https://github.com/google/flax,https://github.com/google/flax,Apache-2.0,2020-01-10 09:48:37+00:00,2020-12-16 10:11:33+00:00,2020-12-16 10:10:32+00:00,147.0,114.0,100.0,1292.0,1380.0,2020-12-08 15:13:37+00:00,0.3.0,9.0,Flax is a neural network ecosystem for JAX that is designed for flexibility.,70.0,67.0,68.0,26,https://pypi.org/project/flax,2020-12-08 15:14:03+00:00,3.0,49663.0,49664.0,,,,True,3,16.0,,,,,,,,,,,,,,,,,,,,,, +265,TF Model Optimization,tensorflow/model-optimization,tensorflow-model-optimization,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/model-optimization,https://github.com/tensorflow/model-optimization,Apache-2.0,2018-10-31 20:34:28+00:00,2020-12-05 10:45:55+00:00,2020-11-23 18:50:28+00:00,207.0,70.0,86.0,929.0,459.0,2020-09-14 04:46:03+00:00,0.5.0,20.0,"A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.",484.0,481.0,41.0,26,https://pypi.org/project/tensorflow-model-optimization,2020-09-14 04:36:08+00:00,3.0,57472.0,57472.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +266,petl,petl-developers/petl,petl,,http://petl.readthedocs.org,data-pipelines,,https://github.com/petl-developers/petl,https://github.com/petl-developers/petl,MIT,2011-08-19 09:51:03+00:00,2020-12-10 17:03:13+00:00,2020-10-06 16:17:45+00:00,146.0,66.0,341.0,801.0,1098.0,2020-10-06 00:03:28+00:00,1.6.8,74.0,Python Extract Transform and Load Tables of Data.,413.0,299.0,42.0,26,https://pypi.org/project/petl,2020-10-06 00:03:28+00:00,114.0,16576.0,16576.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +267,cx-Oracle,oracle/python-cx_Oracle,cx-Oracle,,,db-clients,,https://github.com/oracle/python-cx_Oracle,https://github.com/oracle/python-cx_Oracle,BSD-3-Clause,2017-03-07 04:03:36+00:00,2020-12-13 12:29:47+00:00,2020-12-08 20:18:07+00:00,243.0,32.0,456.0,685.0,1074.0,2020-12-08 21:31:48+00:00,8.1.0,32.0,Python interface to Oracle Database conforming to the Python DB API 2.0 specification.,144.0,,16.0,26,https://pypi.org/project/cx-Oracle,2020-12-08 21:31:48+00:00,144.0,1028008.0,1028008.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +268,dask-ml,dask/dask-ml,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+00:00,2020-11-25 22:14:18+00:00,2020-11-25 22:14:17+00:00,177.0,173.0,200.0,677.0,749.0,2020-09-24 19:34:38+00:00,1.7.0,26.0,Scalable Machine Learning with Dask.,359.0,317.0,60.0,26,https://pypi.org/project/dask-ml,2020-09-24 19:34:38+00:00,42.0,42240.0,42240.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +269,TensorFlow Text,tensorflow/text,tensorflow-text,,,nlp,['tensorflow'],https://github.com/tensorflow/text,https://github.com/tensorflow/text,Apache-2.0,2019-05-29 22:10:03+00:00,2020-12-16 01:46:42+00:00,2020-12-16 01:36:18+00:00,84.0,41.0,79.0,668.0,312.0,2020-07-28 22:33:24+00:00,2.3.0,27.0,Making text a first-class citizen in TensorFlow.,372.0,368.0,30.0,26,https://pypi.org/project/tensorflow-text,2020-11-16 09:35:04+00:00,4.0,123342.0,123342.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +270,empyrical,quantopian/empyrical,empyrical,,,financial-data,,https://github.com/quantopian/empyrical,https://github.com/quantopian/empyrical,Apache-2.0,2016-03-18 10:22:52+00:00,2020-10-14 13:23:19+00:00,2020-10-14 13:22:39+00:00,205.0,27.0,26.0,656.0,167.0,2020-10-13 21:28:25+00:00,0.5.5,20.0,Common financial risk and performance metrics. Used by zipline and pyfolio.,699.0,477.0,22.0,26,https://pypi.org/project/empyrical,2020-10-13 17:31:37+00:00,222.0,12728.0,12728.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +271,PyVista,pyvista/pyvista,pyvista,,,data-viz,['jupyter'],https://github.com/pyvista/pyvista,https://github.com/pyvista/pyvista,MIT,2017-05-31 18:01:42+00:00,2020-12-13 07:01:28+00:00,2020-12-11 18:45:40+00:00,132.0,114.0,259.0,614.0,2041.0,2020-12-10 16:30:09+00:00,0.27.4,32.0,3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).,240.0,214.0,46.0,26,https://pypi.org/project/pyvista,2020-12-10 16:30:09+00:00,26.0,9937.0,9937.0,,,,True,3,14.0,,,,,,,,,,,,,,,,,,,,,, +272,zarr,zarr-developers/zarr-python,zarr,zarr,,data-containers,,https://github.com/zarr-developers/zarr-python,https://github.com/zarr-developers/zarr-python,MIT,2015-12-15 14:49:40+00:00,2020-12-16 01:28:45+00:00,2020-12-03 23:40:02+00:00,102.0,176.0,228.0,599.0,1349.0,2020-10-08 19:26:53+00:00,2.5.0,31.0,"An implementation of chunked, compressed, N-dimensional arrays for Python.",564.0,492.0,35.0,26,https://pypi.org/project/zarr,2020-12-02 18:33:13+00:00,72.0,22496.0,22496.0,https://anaconda.org/anaconda/zarr,2020-10-08 19:26:53+00:00,,True,3,,,,,,,,,,,,,,,,,,,,,,, +273,Mesh,tensorflow/mesh,mesh-tensorflow,,,distributed-ml,['tensorflow'],https://github.com/tensorflow/mesh,https://github.com/tensorflow/mesh,Apache-2.0,2018-09-20 20:23:34+00:00,2020-12-15 16:11:16+00:00,2020-12-15 16:11:07+00:00,107.0,61.0,12.0,598.0,565.0,2020-10-13 13:40:11+00:00,0.1.17,23.0,Mesh TensorFlow: Model Parallelism Made Easier.,490.0,462.0,38.0,26,https://pypi.org/project/mesh-tensorflow,2020-10-13 13:40:11+00:00,28.0,73335.0,73335.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +274,SMAC3,automl/SMAC3,smac,,,hyperopt,,https://github.com/automl/SMAC3,https://github.com/automl/SMAC3,BSD-3-Clause,2016-08-17 10:58:05+00:00,2020-12-16 11:32:57+00:00,2020-10-29 10:14:55+00:00,153.0,76.0,250.0,541.0,1888.0,2020-10-29 10:57:56+00:00,0.13.1,29.0,Sequential Model-based Algorithm Configuration.,58.0,,30.0,26,https://pypi.org/project/smac,2020-10-29 10:57:56+00:00,58.0,10149.0,10149.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +275,mpi4py,mpi4py/mpi4py,mpi4py,,,distributed-ml,,https://github.com/mpi4py/mpi4py,https://github.com/mpi4py/mpi4py,BSD-3-Clause,2013-09-05 14:44:25+00:00,2020-12-16 11:31:07+00:00,2020-12-15 11:42:56+00:00,60.0,,3.0,365.0,2168.0,2020-07-27 06:40:19+00:00,3.0.3,13.0,Python bindings for MPI.,700.0,,13.0,26,https://pypi.org/project/mpi4py,2019-11-04 13:05:10+00:00,700.0,226453.0,226490.0,,,,True,2,186.0,,,,,,,,,,,,,,,,,,,,,, +276,DeepSpeech,mozilla/DeepSpeech,deepspeech,,,audio,['tensorflow'],https://github.com/mozilla/DeepSpeech,https://github.com/mozilla/DeepSpeech,MPL-2.0,2016-06-02 15:04:53+00:00,2020-12-10 15:57:30+00:00,,2959.0,80.0,,16001.0,,2020-11-05 10:06:04+00:00,0.9.1,97.0,"DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices..",29.0,,93.0,25,https://pypi.org/project/deepspeech,2020-11-05 10:06:04+00:00,29.0,15698.0,15698.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +277,MMDetection,open-mmlab/mmdetection,,,,image,['pytorch'],https://github.com/open-mmlab/mmdetection,https://github.com/open-mmlab/mmdetection,Apache-2.0,2018-08-22 07:06:06+00:00,2020-12-16 07:12:50+00:00,2020-12-15 14:46:59+00:00,4435.0,379.0,2783.0,12881.0,1356.0,2020-11-30 15:29:24+00:00,2.7.0,7.0,OpenMMLab Detection Toolbox and Benchmark.,17.0,17.0,180.0,25,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +278,NuPIC,numenta/nupic,nupic,,,ml-frameworks,,https://github.com/numenta/nupic,https://github.com/numenta/nupic,AGPL-3.0,2013-04-05 23:14:27+00:00,2020-12-11 19:56:36+00:00,2019-10-23 20:45:07+00:00,1585.0,456.0,1337.0,6190.0,6625.0,2018-06-01 15:37:54+00:00,1.0.5,53.0,"Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of..",124.0,86.0,119.0,25,https://pypi.org/project/nupic,2018-06-01 15:37:54+00:00,38.0,1478.0,1478.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +279,PyTorch Image Models,rwightman/pytorch-image-models,,,,image,['pytorch'],https://github.com/rwightman/pytorch-image-models,https://github.com/rwightman/pytorch-image-models,Apache-2.0,2019-02-02 05:51:12+00:00,2020-12-09 01:04:58+00:00,2020-12-08 18:19:36+00:00,828.0,22.0,195.0,5949.0,633.0,2020-10-26 23:59:21+00:00,0.1-itjx,12.0,"PyTorch image models, scripts, pretrained weights -- (SE)ResNet/ResNeXT, DPN, EfficientNet, MixNet, MobileNet-V3/V2,..",207.0,207.0,25.0,25,,,,,7415.0,,,,True,3,140902.0,,,,,,,,,,,,,,,,,,,,,, +280,Trax,google/trax,trax,,,others,,https://github.com/google/trax,https://github.com/google/trax,Apache-2.0,2019-10-05 15:09:14+00:00,2020-12-16 02:19:38+00:00,2020-12-16 02:19:28+00:00,497.0,53.0,94.0,5407.0,1205.0,2020-10-21 02:32:42+00:00,1.3.6,19.0,Trax Deep Learning with Clear Code and Speed.,14.0,14.0,52.0,25,https://pypi.org/project/trax,2020-10-21 02:31:08+00:00,,2642.0,2642.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +281,CleverHans,tensorflow/cleverhans,cleverhans,,,adversarial,['tensorflow'],https://github.com/cleverhans-lab/cleverhans,https://github.com/cleverhans-lab/cleverhans,MIT,2016-09-15 00:28:04+00:00,2020-12-09 17:37:00+00:00,2020-07-09 02:26:15+00:00,1209.0,52.0,373.0,4865.0,3001.0,2018-11-27 17:36:15+00:00,3.0.1,6.0,"An adversarial example library for constructing attacks, building defenses, and benchmarking both.",182.0,174.0,108.0,25,https://pypi.org/project/cleverhans,2018-11-27 17:36:15+00:00,8.0,841.0,841.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +282,Edward,blei-lab/edward,edward,,,probabilistics,['tensorflow'],https://github.com/blei-lab/edward,https://github.com/blei-lab/edward,Apache-2.0,2016-02-10 20:06:05+00:00,2019-10-22 20:30:48+00:00,2018-07-25 01:28:08+00:00,767.0,212.0,327.0,4584.0,1796.0,2018-01-22 06:03:37+00:00,1.3.5,28.0,"A probabilistic programming language in TensorFlow. Deep generative models, variational inference.",239.0,202.0,87.0,25,https://pypi.org/project/edward,2018-01-22 06:03:05+00:00,37.0,1223.0,1223.0,,,,False,2,10.0,,,,,,,,,,,,,,,,,,,,,, +283,Augmentor,mdbloice/Augmentor,Augmentor,,,image,,https://github.com/mdbloice/Augmentor,https://github.com/mdbloice/Augmentor,MIT,2016-03-01 18:29:55+00:00,2020-11-10 05:20:01+00:00,2020-03-09 11:32:02+00:00,777.0,115.0,67.0,4244.0,511.0,2020-01-17 11:59:53+00:00,0.2.8,20.0,Image augmentation library in Python for machine learning.,307.0,265.0,22.0,25,https://pypi.org/project/Augmentor,2020-01-17 11:59:53+00:00,42.0,2802.0,2802.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +284,BigDL,intel-analytics/BigDL,bigdl,,,distributed-ml,,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50+00:00,2020-12-10 08:34:34+00:00,2020-12-10 06:32:39+00:00,899.0,180.0,725.0,3678.0,2655.0,2020-12-06 03:04:34+00:00,0.12.1,36.0,BigDL: Distributed Deep Learning Framework for Apache Spark.,22.0,19.0,71.0,25,https://pypi.org/project/bigdl,2020-12-06 03:04:34+00:00,3.0,1123.0,1123.0,,,,True,2,,,,,,,,,,,,,,,,,,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+00:00,0.0,, +285,mlpack,mlpack/mlpack,mlpack,,,ml-frameworks,,https://github.com/mlpack/mlpack,https://github.com/mlpack/mlpack,BSD-3-Clause,2014-12-17 18:16:59+00:00,2020-12-16 08:26:36+00:00,2020-12-16 01:22:21+00:00,1276.0,156.0,1170.0,3486.0,25512.0,2020-10-28 18:28:47+00:00,3.4.2,40.0,mlpack: a scalable C++ machine learning library --.,,,257.0,25,https://pypi.org/project/mlpack,2020-10-28 18:28:47+00:00,,332.0,332.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +286,pyfolio,quantopian/pyfolio,pyfolio,,,financial-data,,https://github.com/quantopian/pyfolio,https://github.com/quantopian/pyfolio,Apache-2.0,2015-06-01 15:31:39+00:00,2020-07-29 16:06:37+00:00,2020-07-15 13:46:58+00:00,990.0,119.0,263.0,3290.0,1184.0,2019-04-15 14:54:03+00:00,0.9.1,21.0,Portfolio and risk analytics in Python.,208.0,181.0,55.0,25,https://pypi.org/project/pyfolio,2019-04-15 14:54:03+00:00,27.0,5832.0,5832.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +287,Alpha Vantage,RomelTorres/alpha_vantage,alpha_vantage,,,financial-data,,https://github.com/RomelTorres/alpha_vantage,https://github.com/RomelTorres/alpha_vantage,MIT,2017-04-29 17:23:00+00:00,2020-09-05 22:07:00+00:00,2020-09-03 14:05:24+00:00,533.0,18.0,190.0,2899.0,467.0,2020-04-26 21:04:59+00:00,2.2.0,28.0,A python wrapper for Alpha Vantage API for financial data.,202.0,,34.0,25,https://pypi.org/project/alpha_vantage,2018-08-26 18:55:11+00:00,202.0,26209.0,26209.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +288,ftfy,LuminosoInsight/python-ftfy,ftfy,,,nlp,,https://github.com/LuminosoInsight/python-ftfy,https://github.com/LuminosoInsight/python-ftfy,MIT,2012-08-24 16:14:59+00:00,2020-08-21 18:13:12+00:00,2020-07-17 21:21:57+00:00,98.0,12.0,92.0,2858.0,510.0,2020-02-18 16:42:00+00:00,5.6.1,41.0,"Fixes mojibake and other glitches in Unicode text, after the fact.",3246.0,2486.0,17.0,25,https://pypi.org/project/ftfy,2020-07-20 21:50:51+00:00,760.0,262364.0,262364.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +289,AutoGluon,awslabs/autogluon,autogluon,,,hyperopt,['mxnet'],https://github.com/awslabs/autogluon,https://github.com/awslabs/autogluon,Apache-2.0,2019-07-29 18:51:24+00:00,2020-12-16 09:14:31+00:00,2020-12-14 07:42:47+00:00,367.0,145.0,213.0,2815.0,441.0,2020-12-08 19:01:22+00:00,0.0.15,267.0,"AutoGluon: AutoML for Text, Image, and Tabular Data.",42.0,42.0,50.0,25,https://pypi.org/project/autogluon,2020-12-16 09:14:31+00:00,,9031.0,9031.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +290,Chartify,spotify/chartify,chartify,,,data-viz,,https://github.com/spotify/chartify,https://github.com/spotify/chartify,Apache-2.0,2018-09-17 14:12:05+00:00,2020-11-02 22:14:08+00:00,2020-11-02 22:11:04+00:00,242.0,40.0,30.0,2785.0,186.0,2020-11-02 22:14:08+00:00,3.0.3,16.0,Python library that makes it easy for data scientists to create charts.,56.0,51.0,19.0,25,https://pypi.org/project/chartify,2020-11-02 22:14:08+00:00,5.0,9879.0,9879.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +291,nevergrad,facebookresearch/nevergrad,nevergrad,,,hyperopt,,https://github.com/facebookresearch/nevergrad,https://github.com/facebookresearch/nevergrad,MIT,2018-11-21 00:33:17+00:00,2020-12-16 12:38:57+00:00,2020-12-15 16:06:27+00:00,265.0,68.0,114.0,2748.0,725.0,2020-08-04 12:13:07+00:00,0.4.2,25.0,A Python toolbox for performing gradient-free optimization.,118.0,104.0,40.0,25,https://pypi.org/project/nevergrad,2020-12-10 15:37:29+00:00,14.0,7514.0,7514.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +292,Stable Baselines,hill-a/stable-baselines,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+00:00,2020-12-15 19:08:26+00:00,2020-10-12 12:10:17+00:00,537.0,118.0,703.0,2701.0,834.0,2020-08-05 19:45:11+00:00,2.10.1,30.0,"A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.",25.0,,109.0,25,https://pypi.org/project/stable-baselines,2020-08-05 19:42:14+00:00,25.0,8387.0,8387.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +293,Sumy,miso-belica/sumy,sumy,,,nlp,,https://github.com/miso-belica/sumy,https://github.com/miso-belica/sumy,Apache-2.0,2013-02-20 12:56:48+00:00,2020-11-21 17:08:35+00:00,2020-11-21 17:08:33+00:00,431.0,10.0,78.0,2443.0,397.0,2019-05-19 14:39:21+00:00,0.8.1,13.0,Module for automatic summarization of text documents and HTML pages.,799.0,607.0,20.0,25,https://pypi.org/project/sumy,2019-05-19 14:38:29+00:00,192.0,9132.0,9132.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +294,Pony,ponyorm/pony,pony,conda-forge/pony,,db-clients,,https://github.com/ponyorm/pony,https://github.com/ponyorm/pony,Apache-2.0,2013-02-08 04:56:00+00:00,2020-11-23 19:12:54+00:00,2020-11-23 17:42:03+00:00,186.0,235.0,299.0,2396.0,,2020-11-23 19:13:28+00:00,0.7.14,44.0,Pony Object Relational Mapper.,2139.0,1601.0,20.0,25,https://pypi.org/project/pony,2020-11-23 18:56:34+00:00,538.0,25032.0,25032.0,https://anaconda.org/conda-forge/pony,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +295,Neural Network Libraries,sony/nnabla,nnabla,,,ml-frameworks,,https://github.com/sony/nnabla,https://github.com/sony/nnabla,Apache-2.0,2017-06-26 01:07:10+00:00,2020-12-11 07:37:11+00:00,2020-12-11 07:37:10+00:00,303.0,35.0,18.0,2387.0,2189.0,2020-12-10 11:43:51+00:00,1.14.0,49.0,Neural Network Libraries.,34.0,,54.0,25,https://pypi.org/project/nnabla,2020-11-04 05:00:37+00:00,34.0,2696.0,2708.0,,,,True,3,506.0,,,,,,,,,,,,,,,,,,,,,, +296,gpustat,wookayin/gpustat,gpustat,,,system-monitoring,,https://github.com/wookayin/gpustat,https://github.com/wookayin/gpustat,MIT,2016-04-24 10:46:43+00:00,2020-05-19 04:45:48+00:00,2020-05-19 04:45:47+00:00,180.0,18.0,44.0,2138.0,165.0,2019-07-22 06:37:00+00:00,0.6.0,10.0,A simple command-line utility for querying and monitoring GPU status.,574.0,516.0,10.0,25,https://pypi.org/project/gpustat,2019-07-22 06:17:48+00:00,58.0,146754.0,146754.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +297,Captum,pytorch/captum,captum,,,interpretability,['pytorch'],https://github.com/pytorch/captum,https://github.com/pytorch/captum,BSD-3-Clause,2019-08-27 15:34:41+00:00,2020-12-15 23:28:56+00:00,2020-12-15 01:02:25+00:00,189.0,44.0,120.0,1984.0,769.0,2020-11-13 23:52:08+00:00,0.3.0,4.0,Model interpretability and understanding for PyTorch.,94.0,94.0,66.0,25,https://pypi.org/project/captum,2020-11-13 20:23:21+00:00,,8099.0,8099.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +298,polyglot,aboSamoor/polyglot,polyglot,,,nlp,,https://github.com/aboSamoor/polyglot,https://github.com/aboSamoor/polyglot,GPL-3.0,2014-06-30 02:07:45+00:00,2020-10-27 10:55:53+00:00,2020-09-22 22:35:28+00:00,292.0,132.0,62.0,1728.0,271.0,2016-07-03 20:05:42+00:00,16.7.4,8.0,Multilingual text (NLP) processing toolkit.,471.0,406.0,26.0,25,https://pypi.org/project/polyglot,2016-07-03 20:05:42+00:00,65.0,48826.0,48826.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +299,Jina,jina-ai/jina,jina,,,nlp,,https://github.com/jina-ai/jina,https://github.com/jina-ai/jina,Apache-2.0,2020-02-13 17:04:44+00:00,2020-12-16 12:11:40+00:00,2020-12-16 08:43:53+00:00,294.0,37.0,472.0,1670.0,4165.0,2020-12-14 14:15:05+00:00,0.8.7,95.0,An easier way to build neural search in the cloud.,39.0,39.0,72.0,25,https://pypi.org/project/jina,2020-12-15 15:04:53+00:00,,1291.0,7402.0,,,,True,2,,,,jinaai/jina,https://hub.docker.com/r/jinaai/jina,2020-12-16 08:48:30.464392+00:00,,61119.0,,,,,,,,,,,,,,, +300,category_encoders,scikit-learn-contrib/category_encoders,category_encoders,,,others,['sklearn'],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+00:00,2020-11-10 15:17:22+00:00,2020-07-31 10:43:44+00:00,289.0,61.0,133.0,1527.0,671.0,2020-04-29 02:09:51+00:00,2.2.2,19.0,A library of sklearn compatible categorical variable encoders.,23.0,,34.0,25,https://pypi.org/project/category_encoders,2018-10-14 14:15:54+00:00,23.0,403012.0,403012.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +301,swifter,jmcarpenter2/swifter,swifter,,,data-containers,['pandas'],https://github.com/jmcarpenter2/swifter,https://github.com/jmcarpenter2/swifter,MIT,2018-04-07 21:37:19+00:00,2020-10-11 22:49:24+00:00,2020-10-11 22:48:00+00:00,69.0,13.0,76.0,1474.0,422.0,2020-10-11 22:42:57+00:00,1.0.7,71.0,A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner.,280.0,264.0,14.0,25,https://pypi.org/project/swifter,2020-10-11 22:42:57+00:00,16.0,49780.0,49780.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +302,streamparse,Parsely/streamparse,streamparse,,,data-pipelines,,https://github.com/Parsely/streamparse,https://github.com/Parsely/streamparse,Apache-2.0,2014-05-02 20:33:50+00:00,2020-10-07 19:53:33+00:00,2020-10-07 19:37:17+00:00,219.0,69.0,263.0,1420.0,1058.0,2020-10-07 19:53:15+00:00,4.0.0,47.0,"Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.",72.0,46.0,40.0,25,https://pypi.org/project/streamparse,2020-10-07 19:45:19+00:00,26.0,1959.0,1959.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +303,jellyfish,jamesturk/jellyfish,jellyfish,,,nlp,,https://github.com/jamesturk/jellyfish,https://github.com/jamesturk/jellyfish,BSD-2-Clause,2010-07-09 20:41:11+00:00,2020-12-08 01:19:02+00:00,2020-12-08 01:18:57+00:00,119.0,9.0,86.0,1374.0,,2020-05-21 20:37:01+00:00,0.8.2,27.0,a python library for doing approximate and phonetic matching of strings.,2550.0,1904.0,19.0,25,https://pypi.org/project/jellyfish,2020-05-21 20:37:01+00:00,646.0,832666.0,832666.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +304,Ax,facebook/Ax,ax-platform,,,hyperopt,['pytorch'],https://github.com/facebook/Ax,https://github.com/facebook/Ax,MIT,2019-02-09 15:23:44+00:00,2020-12-16 06:08:10+00:00,2020-12-15 20:46:48+00:00,137.0,32.0,171.0,1347.0,879.0,2020-12-08 19:07:48+00:00,0.1.19,20.0,Adaptive Experimentation Platform.,116.0,112.0,88.0,25,https://pypi.org/project/ax-platform,2020-12-08 19:07:48+00:00,4.0,19398.0,19398.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +305,AWS Data Wrangler,awslabs/aws-data-wrangler,awswrangler,,,db-clients,['pandas'],https://github.com/awslabs/aws-data-wrangler,https://github.com/awslabs/aws-data-wrangler,Apache-2.0,2019-02-26 01:39:02+00:00,2020-12-15 17:54:08+00:00,2020-12-12 23:37:50+00:00,208.0,32.0,239.0,1276.0,1161.0,2020-12-11 10:58:40+00:00,2.0.1,102.0,Pandas on AWS.,,,51.0,25,https://pypi.org/project/awswrangler,2020-12-11 10:44:36+00:00,,385416.0,386496.0,,,,True,3,18362.0,,,,,,,,,,,,,,,,,,,,,, +306,ViZDoom,mwydmuch/ViZDoom,vizdoom,,,reinforcement-learning,,https://github.com/mwydmuch/ViZDoom,https://github.com/mwydmuch/ViZDoom,MIT,2015-06-26 18:38:23+00:00,2020-12-16 10:27:24+00:00,2020-12-16 10:26:56+00:00,276.0,89.0,323.0,1139.0,1459.0,2020-10-29 15:54:47+00:00,1.1.8,19.0,Doom-based AI Research Platform for Reinforcement Learning from Raw Visual Information.,106.0,94.0,43.0,25,https://pypi.org/project/vizdoom,2020-10-29 15:56:20+00:00,12.0,522.0,700.0,,,,True,2,10181.0,,,,,,,,,,,,,,,,,,,,,, +307,ArcGIS API,Esri/arcgis-python-api,arcgis,,,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+00:00,2020-12-16 12:42:52+00:00,2020-12-15 00:26:58+00:00,676.0,125.0,185.0,913.0,2855.0,2020-12-15 21:49:37+00:00,1.8.3,25.0,Documentation and samples for ArcGIS API for Python.,10.0,,60.0,25,https://pypi.org/project/arcgis,2020-11-30 16:13:47+00:00,10.0,12438.0,12500.0,,,,True,3,,,,esridocker/arcgis-api-python-notebook,https://hub.docker.com/r/esridocker/arcgis-api-python-notebook,2020-03-06 00:53:45.164342+00:00,28.0,3583.0,,,,,,,,,,,,,,, +308,kmodes,nicodv/kmodes,kmodes,,,others,,https://github.com/nicodv/kmodes,https://github.com/nicodv/kmodes,MIT,2013-08-01 11:54:40+00:00,2020-11-04 05:52:59+00:00,2020-11-04 05:52:58+00:00,335.0,19.0,106.0,783.0,448.0,2020-02-25 21:38:29+00:00,0.10.2,12.0,"Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data.",388.0,375.0,16.0,25,https://pypi.org/project/kmodes,2020-02-25 21:30:28+00:00,13.0,63895.0,63895.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +309,CLTK,cltk/cltk,cltk,,,nlp,,https://github.com/cltk/cltk,https://github.com/cltk/cltk,MIT,2014-01-11 23:59:47+00:00,2020-12-11 22:29:54+00:00,2020-12-11 22:29:52+00:00,295.0,126.0,357.0,624.0,2771.0,2020-06-22 06:03:33+00:00,0.1.121,159.0,The Classical Language Toolkit.,212.0,144.0,107.0,25,https://pypi.org/project/cltk,2020-12-03 17:29:28+00:00,68.0,1220.0,1220.0,,,,True,2,21.0,,,,,,,,,,,,,,,,,,,,,, +310,HappyBase,python-happybase/happybase,happybase,conda-forge/happybase,,db-clients,,https://github.com/python-happybase/happybase,https://github.com/python-happybase/happybase,MIT,2012-05-20 20:06:10+00:00,2020-04-09 10:46:31+00:00,2020-04-09 10:46:29+00:00,151.0,27.0,179.0,552.0,283.0,2017-04-03 21:13:18+00:00,1.1.0,11.0,A developer-friendly Python library to interact with Apache HBase.,868.0,446.0,19.0,25,https://pypi.org/project/happybase,2017-04-03 21:13:18+00:00,422.0,60876.0,60876.0,https://anaconda.org/conda-forge/happybase,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +311,TensorFlow I/O,tensorflow/io,tensorflow-io,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/io,https://github.com/tensorflow/io,Apache-2.0,2018-11-09 22:44:05+00:00,2020-12-16 11:53:11+00:00,2020-12-15 02:24:35+00:00,141.0,112.0,258.0,387.0,1308.0,2020-12-15 00:45:37+00:00,0.17.0,21.0,"Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO.",82.0,82.0,69.0,25,https://pypi.org/project/tensorflow-io,2020-12-15 00:42:35+00:00,0.0,31177.0,31177.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +312,hvPlot,holoviz/hvplot,hvplot,,,data-viz,,https://github.com/holoviz/hvplot,https://github.com/holoviz/hvplot,BSD-3-Clause,2018-03-19 14:22:41+00:00,2020-12-15 10:41:07+00:00,2020-11-18 20:38:19+00:00,49.0,95.0,214.0,333.0,360.0,2020-06-02 01:53:24+00:00,0.6.0,9.0,"A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews.",408.0,393.0,22.0,25,https://pypi.org/project/hvplot,2020-06-02 00:27:18+00:00,15.0,72993.0,72993.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +313,Altair,ellisonbg/altair,altair,,,data-viz,,https://github.com/ellisonbg/altair,https://github.com/ellisonbg/altair,BSD-3-Clause,2016-09-26 16:59:17+00:00,2020-04-01 13:23:10+00:00,2018-05-18 19:10:50+00:00,19.0,,,243.0,1802.0,2020-04-01 13:23:10+00:00,4.1.0,26.0,Declarative statistical visualization library for Python.,370.0,,50.0,25,https://pypi.org/project/altair,2020-04-01 13:23:10+00:00,370.0,638738.0,638738.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +314,ParlAI,facebookresearch/ParlAI,parlai,,,nlp,['pytorch'],https://github.com/facebookresearch/ParlAI,https://github.com/facebookresearch/ParlAI,MIT,2017-04-24 17:10:44+00:00,2020-12-16 03:46:56+00:00,2020-12-16 01:33:37+00:00,1373.0,111.0,792.0,6822.0,3544.0,2020-10-16 18:05:43+00:00,0.9.4,11.0,A framework for training and evaluating AI models on a variety of openly available dialogue datasets.,4.0,4.0,134.0,24,https://pypi.org/project/parlai,2020-10-16 18:04:08+00:00,,659.0,659.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +315,Facets Overview,pair-code/facets,facets-overview,,,data-viz,['jupyter'],https://github.com/PAIR-code/facets,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03+00:00,2020-10-27 19:51:23+00:00,2020-10-27 19:51:22+00:00,785.0,70.0,75.0,6420.0,259.0,2019-07-24 15:33:29+00:00,0.9.1,4.0,Visualizations for machine learning datasets.,34.0,34.0,27.0,24,https://pypi.org/project/facets-overview,2019-07-24 15:33:29+00:00,,18290.0,18290.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +316,PyText,facebookresearch/pytext,pytext-nlp,,,nlp,['pytorch'],https://github.com/facebookresearch/pytext,https://github.com/facebookresearch/pytext,BSD-3-Clause,2018-07-31 23:40:46+00:00,2020-12-16 12:07:57+00:00,2020-12-16 12:07:49+00:00,755.0,115.0,74.0,6093.0,1330.0,2020-06-08 23:30:58+00:00,0.3.3,12.0,A natural language modeling framework based on PyTorch.,53.0,52.0,144.0,24,https://pypi.org/project/pytext-nlp,2020-04-27 08:09:25+00:00,1.0,346.0,354.0,,,,True,3,206.0,,,,,,,,,,,,,,,,,,,,,, +317,stanza,stanfordnlp/stanza,stanza,stanfordnlp/stanza,,nlp,,https://github.com/stanfordnlp/stanza,https://github.com/stanfordnlp/stanza,Apache-2.0,2017-09-26 08:00:56+00:00,2020-12-16 02:32:54+00:00,2020-08-13 23:07:54+00:00,618.0,68.0,350.0,4929.0,1514.0,2020-08-13 06:26:20+00:00,1.1.1,9.0,Official Stanford NLP Python Library for Many Human Languages.,2.0,,28.0,24,https://pypi.org/project/stanza,2020-08-13 06:08:07+00:00,2.0,16049.0,16049.0,https://anaconda.org/stanfordnlp/stanza,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +318,PyTorch3D,facebookresearch/pytorch3d,pytorch3d,pytorch3d/pytorch3d,,image,['pytorch'],https://github.com/facebookresearch/pytorch3d,https://github.com/facebookresearch/pytorch3d,MIT,2019-10-25 02:23:45+00:00,2020-12-16 09:24:57+00:00,2020-12-15 22:15:32+00:00,454.0,56.0,375.0,4106.0,325.0,2020-11-12 10:28:29+00:00,0.3.0,5.0,PyTorch3D is FAIR's library of reusable components for deep learning with 3D data.,35.0,35.0,49.0,24,https://pypi.org/project/pytorch3d,2020-11-12 10:28:29+00:00,,5100.0,5100.0,https://anaconda.org/pytorch3d/pytorch3d,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +319,Lucid,tensorflow/lucid,lucid,,,interpretability,['tensorflow'],https://github.com/tensorflow/lucid,https://github.com/tensorflow/lucid,Apache-2.0,2018-01-25 17:41:44+00:00,2020-12-14 12:53:11+00:00,2020-11-24 20:56:27+00:00,544.0,67.0,93.0,3997.0,632.0,2019-01-17 19:46:43+00:00,0.3.9-alpha,16.0,A collection of infrastructure and tools for research in neural network interpretability.,355.0,349.0,34.0,24,https://pypi.org/project/lucid,2018-12-20 00:26:11+00:00,6.0,590.0,590.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +320,TensorFlowOnSpark,yahoo/TensorFlowOnSpark,tensorflowonspark,,,distributed-ml,"['tensorflow', 'spark']",https://github.com/yahoo/TensorFlowOnSpark,https://github.com/yahoo/TensorFlowOnSpark,Apache-2.0,2017-01-20 18:15:57+00:00,2020-07-27 20:01:38+00:00,2020-07-27 19:59:42+00:00,897.0,5.0,336.0,3599.0,582.0,2020-03-16 18:59:39+00:00,2.2.1,28.0,TensorFlowOnSpark brings TensorFlow programs to Apache Spark clusters.,43.0,38.0,33.0,24,https://pypi.org/project/tensorflowonspark,2020-03-16 18:26:55+00:00,5.0,28647.0,28647.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +321,line_profiler,rkern/line_profiler,line_profiler,,,system-monitoring,,https://github.com/rkern/line_profiler,https://github.com/rkern/line_profiler,BSD-3-Clause,2014-08-31 11:45:05+00:00,2019-12-11 01:23:33+00:00,2019-04-23 20:54:43+00:00,245.0,71.0,87.0,3492.0,102.0,2017-12-20 02:30:37+00:00,2.1.2,8.0,(OLD REPO) Line-by-line profiling for Python - Current repo -.,692.0,,14.0,24,https://pypi.org/project/line_profiler,2017-12-20 02:30:37+00:00,692.0,231110.0,231110.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +322,T5,google-research/text-to-text-transfer-transformer,t5,,,nlp,['tensorflow'],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+00:00,2020-12-16 05:22:48+00:00,2020-12-16 03:08:35+00:00,396.0,32.0,264.0,3044.0,357.0,2020-10-26 14:53:41+00:00,0.7.1,23.0,Code for the paper Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer.,18.0,18.0,28.0,24,https://pypi.org/project/t5,2020-10-26 14:53:41+00:00,,4869.0,4869.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +323,Camelot,atlanhq/camelot,camelot-py,,,data-loading,,https://github.com/atlanhq/camelot,https://github.com/atlanhq/camelot,MIT,2016-06-18 11:48:49+00:00,2020-07-27 12:28:15+00:00,2019-10-15 05:25:40+00:00,298.0,61.0,273.0,2950.0,446.0,2020-07-27 12:28:15+00:00,0.8.2,21.0,Camelot: PDF Table Extraction for Humans.,10.0,,23.0,24,https://pypi.org/project/camelot-py,2020-07-27 12:28:15+00:00,10.0,25330.0,25330.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +324,TensorForce,tensorforce/tensorforce,tensorforce,,,reinforcement-learning,['tensorflow'],https://github.com/tensorforce/tensorforce,https://github.com/tensorforce/tensorforce,Apache-2.0,2017-03-19 16:24:22+00:00,2020-12-06 18:31:38+00:00,2020-12-06 18:31:30+00:00,472.0,10.0,535.0,2816.0,2008.0,2020-10-03 16:00:39+00:00,0.6.2,12.0,Tensorforce: a TensorFlow library for applied reinforcement learning.,23.0,,76.0,24,https://pypi.org/project/tensorforce,2019-09-07 13:56:18+00:00,23.0,929.0,929.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +325,pytorch-summary,sksq96/pytorch-summary,torchsummary,,,pytorch-utils,['pytorch'],https://github.com/sksq96/pytorch-summary,https://github.com/sksq96/pytorch-summary,MIT,2018-04-23 13:58:04+00:00,2020-09-11 22:33:42+00:00,2020-08-07 01:16:40+00:00,334.0,100.0,36.0,2807.0,56.0,2018-09-26 05:07:28+00:00,1.5.1,12.0,Model summary in PyTorch similar to `model.summary()` in Keras.,1741.0,1623.0,11.0,24,https://pypi.org/project/torchsummary,2018-09-26 05:07:28+00:00,118.0,28677.0,28677.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +326,xLearn,aksnzhy/xlearn,xlearn,,,ml-frameworks,,https://github.com/aksnzhy/xlearn,https://github.com/aksnzhy/xlearn,Apache-2.0,2017-06-10 08:09:31+00:00,2020-07-06 19:54:25+00:00,2020-03-03 10:12:35+00:00,479.0,174.0,107.0,2804.0,1340.0,2019-04-25 02:10:05+00:00,0.4.4,15.0,"High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization..",39.0,38.0,30.0,24,https://pypi.org/project/xlearn,2018-12-04 11:05:06+00:00,1.0,10024.0,10089.0,,,,True,3,2168.0,,,,,,,,,,,,,,,,,,,,,, +327,DeepChem,deepchem/deepchem,deepchem,,,others,['tensorflow'],https://github.com/deepchem/deepchem,https://github.com/deepchem/deepchem,MIT,2015-09-24 23:20:28+00:00,2020-12-16 08:43:08+00:00,2020-12-15 16:12:58+00:00,873.0,321.0,835.0,2588.0,5935.0,2019-10-11 01:49:20+00:00,2.3.0,184.0,"Democratizing Deep-Learning for Drug Discovery, Quantum Chemistry, Materials Science and Biology.",36.0,32.0,143.0,24,https://pypi.org/project/deepchem,2020-11-19 05:39:10+00:00,4.0,1995.0,1995.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +328,DoWhy,Microsoft/dowhy,dowhy,conda-forge/dowhy,,interpretability,,https://github.com/microsoft/dowhy,https://github.com/microsoft/dowhy,MIT,2018-05-31 13:07:04+00:00,2020-12-13 08:20:31+00:00,2020-12-13 08:20:30+00:00,353.0,13.0,76.0,2528.0,404.0,2020-12-12 15:26:03+00:00,0.5.1,5.0,DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions...,19.0,19.0,37.0,24,https://pypi.org/project/dowhy,2020-12-12 15:26:03+00:00,,7509.0,7510.0,https://anaconda.org/conda-forge/dowhy,,,True,2,17.0,,,,,,,,,,,,,,,,,,,,,, +329,Arctic,man-group/arctic,arctic,,,data-containers,,https://github.com/man-group/arctic,https://github.com/man-group/arctic,LGPL-2.1,2015-05-29 13:37:30+00:00,2020-12-02 16:19:11+00:00,2020-12-02 16:19:07+00:00,428.0,84.0,420.0,2111.0,1065.0,2020-12-01 23:17:26+00:00,1.79.4,83.0,Arctic is a high performance datastore for numeric data.,143.0,101.0,69.0,24,https://pypi.org/project/arctic,2020-12-01 23:16:12+00:00,42.0,2784.0,2785.0,,,,False,3,83.0,,,,,,,,,,,,,,,,,,,,,, +330,TextDistance,life4/textdistance,textdistance,,,nlp,,https://github.com/life4/textdistance,https://github.com/life4/textdistance,MIT,2017-05-05 08:46:10+00:00,2020-04-13 10:34:33+00:00,2020-04-13 10:34:26+00:00,155.0,9.0,,1836.0,289.0,2020-04-13 10:17:59+00:00,.4.2.0,20.0,"Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external..",292.0,264.0,7.0,24,https://pypi.org/project/textdistance,2020-04-13 09:59:27+00:00,28.0,103355.0,103357.0,,,,True,3,96.0,,,,,,,,,,,,,,,,,,,,,, +331,mongo-connector,yougov/mongo-connector,mongo-connector,,,db-clients,,https://github.com/yougov/mongo-connector,https://github.com/yougov/mongo-connector,Apache-2.0,2012-08-09 23:39:36+00:00,2020-08-03 08:07:40+00:00,2018-12-05 18:23:06+00:00,454.0,226.0,504.0,1752.0,1112.0,2018-12-05 19:18:21+00:00,3.1.1,51.0,MongoDB data stream pipeline tools by YouGov (adopted from MongoDB).,119.0,90.0,62.0,24,https://pypi.org/project/mongo-connector,2018-12-05 19:18:21+00:00,29.0,2804.0,2804.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +332,StellarGraph,stellargraph/stellargraph,stellargraph,,,graph,['keras'],https://github.com/stellargraph/stellargraph,https://github.com/stellargraph/stellargraph,Apache-2.0,2018-04-13 07:35:51+00:00,2020-09-28 06:38:11+00:00,2020-07-21 04:03:09+00:00,245.0,211.0,693.0,1677.0,2515.0,2020-06-30 05:15:21+00:00,1.2.1,25.0,StellarGraph - Machine Learning on Graphs.,40.0,38.0,28.0,24,https://pypi.org/project/stellargraph,2020-06-25 09:38:56+00:00,2.0,9617.0,9617.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +333,Alphalens,quantopian/alphalens,alphalens,,,financial-data,,https://github.com/quantopian/alphalens,https://github.com/quantopian/alphalens,Apache-2.0,2016-06-03 21:49:15+00:00,2020-09-05 16:48:14+00:00,2020-04-27 18:40:41+00:00,598.0,38.0,144.0,1649.0,522.0,2020-04-30 15:42:52+00:00,0.4.0,10.0,Performance analysis of predictive (alpha) stock factors.,350.0,336.0,25.0,24,https://pypi.org/project/alphalens,2020-04-27 21:03:10+00:00,14.0,1481.0,1481.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +334,HyperTools,ContextLab/hypertools,hypertools,,,data-viz,,https://github.com/ContextLab/hypertools,https://github.com/ContextLab/hypertools,MIT,2016-09-27 21:31:25+00:00,2020-10-29 02:47:18+00:00,2020-10-02 21:09:56+00:00,151.0,69.0,120.0,1601.0,1565.0,2020-10-02 21:38:16+00:00,0.6.3,19.0,A Python toolbox for gaining geometric insights into high-dimensional data.,99.0,90.0,20.0,24,https://pypi.org/project/hypertools,2020-10-02 21:41:53+00:00,9.0,770.0,770.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +335,Pythran,serge-sans-paille/pythran,pythran,conda-forge/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+00:00,2020-12-15 13:53:57+00:00,2020-12-15 13:53:37+00:00,134.0,99.0,534.0,1484.0,3295.0,2020-12-09 20:06:55+00:00,0.9.8,44.0,Ahead of Time compiler for numeric kernels.,59.0,46.0,47.0,24,https://pypi.org/project/pythran,2020-12-11 23:02:35+00:00,13.0,1025.0,1025.0,https://anaconda.org/conda-forge/pythran,,,True,2,,,,,,,,,,,,,,,,,,,,,,pythran,python-pythran +336,TorchServe,pytorch/serve,torchserve,torchserve,,model-serialisation,['pytorch'],https://github.com/pytorch/serve,https://github.com/pytorch/serve,Apache-2.0,2019-10-03 03:17:43+00:00,2020-12-16 12:59:06+00:00,2020-12-15 20:05:24+00:00,208.0,134.0,368.0,1441.0,1022.0,2020-12-14 18:34:28+00:00,0.2.2,5.0,Model Serving on PyTorch.,22.0,22.0,61.0,24,https://pypi.org/project/torchserve,2020-12-14 18:34:28+00:00,,1638.0,2660.0,https://anaconda.org/anaconda/torchserve,,,True,2,132.0,,,pytorch/torchserve,https://hub.docker.com/r/pytorch/torchserve,2020-08-11 21:27:29.340543+00:00,3.0,14096.0,,,,,,,,,,,,,,, +337,Elephas,maxpumperla/elephas,elephas,,,distributed-ml,"['keras', 'spark']",https://github.com/maxpumperla/elephas,https://github.com/maxpumperla/elephas,MIT,2015-08-13 12:09:19+00:00,2020-10-02 08:09:20+00:00,2020-10-02 08:09:15+00:00,279.0,51.0,80.0,1432.0,336.0,2019-03-20 17:02:37+00:00,0.4.3,9.0,Distributed Deep learning with Keras & Spark.,36.0,33.0,25.0,24,https://pypi.org/project/elephas,2020-02-10 13:38:21+00:00,3.0,11608.0,11608.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +338,PyTextRank,DerwenAI/pytextrank,pytextrank,,,nlp,,https://github.com/DerwenAI/pytextrank,https://github.com/DerwenAI/pytextrank,MIT,2016-10-02 18:39:12+00:00,2020-11-18 14:09:32+00:00,2020-09-21 19:22:46+00:00,280.0,15.0,37.0,1368.0,147.0,2020-09-15 16:51:59+00:00,2.0.3,10.0,Python implementation of TextRank for phrase extraction and summarization of text documents.,123.0,117.0,10.0,24,https://pypi.org/project/pytextrank,2020-09-15 16:51:59+00:00,6.0,11697.0,11697.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +339,GPflow,GPflow/GPflow,gpflow,,,probabilistics,['tensorflow'],https://github.com/GPflow/GPflow,https://github.com/GPflow/GPflow,Apache-2.0,2016-01-14 11:29:24+00:00,2020-12-16 12:07:03+00:00,2020-12-01 11:59:33+00:00,389.0,86.0,599.0,1350.0,2203.0,2020-12-01 12:59:03+00:00,2.1.4,28.0,Gaussian processes in TensorFlow.,222.0,205.0,68.0,24,https://pypi.org/project/gpflow,2020-12-01 13:12:15+00:00,17.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +340,Fairness 360,Trusted-AI/AIF360,aif360,,,interpretability,,https://github.com/Trusted-AI/AIF360,https://github.com/Trusted-AI/AIF360,Apache-2.0,2018-08-22 20:47:15+00:00,2020-11-23 20:50:06+00:00,2020-10-28 02:10:25+00:00,376.0,35.0,46.0,1161.0,288.0,2020-06-02 22:59:53+00:00,0.3.0,8.0,"A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and..",62.0,60.0,40.0,24,https://pypi.org/project/aif360,2020-06-02 22:49:24+00:00,2.0,3858.0,3858.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +341,IB-insync,erdewit/ib_insync,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+00:00,2020-12-13 10:15:17+00:00,2020-12-13 10:15:02+00:00,369.0,3.0,273.0,1138.0,544.0,2020-11-03 13:37:57+00:00,0.9.64,89.0,Python sync/async framework for Interactive Brokers API.,12.0,,25.0,24,https://pypi.org/project/ib_insync,2020-11-03 13:37:57+00:00,12.0,3184.0,3184.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +342,TextAttack,QData/TextAttack,textattack,,,adversarial,,https://github.com/QData/TextAttack,https://github.com/QData/TextAttack,MIT,2019-10-15 00:51:44+00:00,2020-12-16 00:54:39+00:00,2020-12-16 00:54:35+00:00,116.0,24.0,65.0,1130.0,1863.0,2020-11-18 15:41:35+00:00,0.2.14,34.0,"TextAttack is a Python framework for adversarial attacks, data augmentation, and model training in NLP.",11.0,11.0,29.0,24,https://pypi.org/project/textattack,2020-11-18 02:29:52+00:00,,1417.0,1417.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +343,Optimus,ironmussa/Optimus,optimuspyspark,,,data-pipelines,['spark'],https://github.com/ironmussa/Optimus,https://github.com/ironmussa/Optimus,Apache-2.0,2017-07-13 02:31:18+00:00,2020-12-16 08:25:58+00:00,2020-11-19 14:04:43+00:00,188.0,139.0,165.0,962.0,3520.0,2020-07-19 03:05:40+00:00,2.2.32,85.0,"Agile Data Preparation Workflows madeeasy with dask, cudf, dask_cudf and pyspark.",11.0,11.0,21.0,24,https://pypi.org/project/optimuspyspark,2019-05-30 02:22:54+00:00,,6149.0,6149.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +344,Streamz,python-streamz/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+00:00,2020-12-10 21:50:53+00:00,2020-12-10 21:02:45+00:00,110.0,89.0,125.0,891.0,723.0,2020-11-02 14:53:29+00:00,0.6.1,14.0,Real-time stream processing for python.,192.0,176.0,38.0,24,https://pypi.org/project/streamz,2020-11-02 14:53:29+00:00,16.0,3750.0,3750.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +345,PySAL,pysal/pysal,pysal,,,geospatial-data,,https://github.com/pysal/pysal,https://github.com/pysal/pysal,BSD-3-Clause,2013-02-19 17:27:42+00:00,2020-08-01 00:57:58+00:00,2020-08-01 00:57:56+00:00,241.0,58.0,568.0,800.0,4067.0,2020-07-30 03:12:31+00:00,2.3.0,24.0,PySAL: Python Spatial Analysis Library Meta-Package.,18.0,,69.0,24,https://pypi.org/project/pysal,2020-07-30 03:12:31+00:00,18.0,10172.0,10172.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +346,SciSpacy,allenai/scispacy,scispacy,,,nlp,,https://github.com/allenai/scispacy,https://github.com/allenai/scispacy,Apache-2.0,2018-09-24 21:45:52+00:00,2020-11-23 14:08:16+00:00,2020-11-10 19:32:41+00:00,115.0,17.0,121.0,757.0,786.0,2020-10-16 17:13:40+00:00,0.3.0,9.0,A full spaCy pipeline and models for scientific/biomedical documents.,195.0,183.0,14.0,24,https://pypi.org/project/scispacy,2020-10-16 17:13:40+00:00,12.0,11946.0,11946.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +347,ffn,pmorissette/ffn,ffn,,,financial-data,,https://github.com/pmorissette/ffn,https://github.com/pmorissette/ffn,MIT,2014-06-19 15:54:09+00:00,2020-12-16 00:40:34+00:00,2020-12-16 00:40:33+00:00,168.0,17.0,55.0,717.0,286.0,2018-05-28 14:01:56+00:00,0.3.4,25.0,ffn - a financial function library for Python.,110.0,94.0,22.0,24,https://pypi.org/project/ffn,2018-05-28 14:01:56+00:00,16.0,10994.0,10994.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +348,GPyOpt,SheffieldML/GPyOpt,gpyopt,,,hyperopt,,https://github.com/SheffieldML/GPyOpt,https://github.com/SheffieldML/GPyOpt,BSD-3-Clause,2014-08-13 09:58:25+00:00,2020-11-17 10:32:02+00:00,2020-11-05 15:16:04+00:00,213.0,100.0,186.0,697.0,514.0,2020-03-19 21:21:18+00:00,1.2.6,11.0,Gaussian Process Optimization using GPy.,196.0,160.0,49.0,24,https://pypi.org/project/gpyopt,2020-03-19 11:37:45+00:00,36.0,5648.0,5648.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +349,Hail,hail-is/hail,hail,,,medical-data,['spark'],https://github.com/hail-is/hail,https://github.com/hail-is/hail,MIT,2015-10-27 20:55:42+00:00,2020-12-16 04:32:55+00:00,2020-12-15 21:14:51+00:00,178.0,323.0,1933.0,687.0,7617.0,2020-12-03 19:29:37+00:00,0.2.61,81.0,Scalable genomic data analysis.,26.0,26.0,67.0,24,https://pypi.org/project/hail,2020-12-03 19:29:37+00:00,,1555.0,1555.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +350,pythreejs,jupyter-widgets/pythreejs,pythreejs,,,data-viz,['jupyter'],https://github.com/jupyter-widgets/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11+00:00,2020-12-08 14:18:43+00:00,2020-10-09 09:41:09+00:00,156.0,56.0,136.0,686.0,1594.0,2020-03-19 11:32:37+00:00,2.2.1,42.0,A Jupyter - Three.js bridge.,36.0,15.0,24.0,24,https://pypi.org/project/pythreejs,2020-10-09 09:40:47+00:00,13.0,7998.0,13146.0,,,,True,3,,,,,,,,,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2020-03-19 11:22:13.041000+00:00,8.0,5148.0,,,,,,,,,, +351,ktrain,amaiya/ktrain,ktrain,,,ml-frameworks,['keras'],https://github.com/amaiya/ktrain,https://github.com/amaiya/ktrain,Apache-2.0,2019-02-06 17:01:39+00:00,2020-12-14 17:30:56+00:00,2020-12-08 19:31:01+00:00,167.0,8.0,270.0,684.0,2113.0,2020-12-05 17:45:32+00:00,0.25.2,145.0,ktrain is a Python library that makes deep learning and AI more accessible and easier to apply.,107.0,106.0,12.0,24,https://pypi.org/project/ktrain,2020-12-05 17:43:35+00:00,1.0,8026.0,8026.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +352,PennyLane,PennyLaneAI/PennyLane,pennylane,,,others,,https://github.com/PennyLaneAI/pennylane,https://github.com/PennyLaneAI/pennylane,Apache-2.0,2018-04-17 16:45:42+00:00,2020-12-15 22:47:18+00:00,2020-12-15 21:54:17+00:00,194.0,50.0,214.0,665.0,1725.0,2020-12-08 23:55:57+00:00,0.13.0-post1,17.0,PennyLane is a cross-platform Python library for differentiable programming of quantum computers. Train a quantum..,20.0,,36.0,24,https://pypi.org/project/pennylane,2020-11-27 18:07:34+00:00,20.0,2445.0,2447.0,,,,True,2,52.0,,,,,,,,,,,,,,,,,,,,,, +353,arch,bashtage/arch,arch,,,financial-data,,https://github.com/bashtage/arch,https://github.com/bashtage/arch,NCSA,2014-08-29 15:41:28+00:00,2020-12-16 12:46:59+00:00,2020-12-15 23:37:40+00:00,149.0,14.0,120.0,617.0,723.0,2020-06-24 19:19:12+00:00,4.15,26.0,ARCH models in Python.,242.0,221.0,25.0,24,https://pypi.org/project/arch,2020-06-24 19:20:21+00:00,21.0,78749.0,78749.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +354,pyjanitor,ericmjl/pyjanitor,pyjanitor,,,others,,https://github.com/ericmjl/pyjanitor,https://github.com/ericmjl/pyjanitor,MIT,2018-03-04 22:43:33+00:00,2020-12-13 01:54:59+00:00,2020-12-12 17:04:05+00:00,119.0,89.0,277.0,601.0,1162.0,2020-10-03 12:24:35+00:00,0.20.10,46.0,Clean APIs for data cleaning. Python implementation of R package Janitor.,72.0,70.0,87.0,24,https://pypi.org/project/pyjanitor,2020-10-03 12:24:35+00:00,2.0,1704.0,1704.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +355,neo4j-driver,neo4j/neo4j-python-driver,neo4j-driver,,,db-clients,,https://github.com/neo4j/neo4j-python-driver,https://github.com/neo4j/neo4j-python-driver,Apache-2.0,2015-05-05 13:08:20+00:00,2020-12-16 12:21:01+00:00,2020-12-10 08:19:46+00:00,131.0,1.0,167.0,583.0,,2020-11-17 09:58:48+00:00,4.2.0,79.0,Neo4j Bolt driver for Python.,382.0,,26.0,24,https://pypi.org/project/neo4j-driver,2020-11-17 09:58:48+00:00,382.0,63776.0,63776.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +356,Intake,intake/intake,intake,,,data-loading,,https://github.com/intake/intake,https://github.com/intake/intake,BSD-2-Clause,2017-08-14 20:44:22+00:00,2020-12-09 15:10:55+00:00,2020-12-09 15:10:54+00:00,89.0,65.0,188.0,503.0,1604.0,2020-06-03 19:03:40+00:00,0.6.0,19.0,"Intake is a lightweight package for finding, investigating, loading and disseminating data.",282.0,208.0,50.0,24,https://pypi.org/project/intake,2020-06-03 19:03:40+00:00,74.0,3109.0,3109.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +357,detectron2,facebookresearch/detectron2,,,,image,['pytorch'],https://github.com/facebookresearch/detectron2,https://github.com/facebookresearch/detectron2,Apache-2.0,2019-09-05 21:30:20+00:00,2020-12-16 09:34:02+00:00,2020-12-15 00:26:57+00:00,3451.0,84.0,2010.0,14060.0,875.0,2020-11-06 03:20:56+00:00,0.3,7.0,Detectron2 is FAIR's next-generation platform for object detection and segmentation.,133.0,133.0,138.0,23,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +358,Ciphey,Ciphey/Ciphey,ciphey,,,nlp,,https://github.com/Ciphey/Ciphey,https://github.com/Ciphey/Ciphey,MIT,2019-07-16 20:20:39+00:00,2020-12-15 08:11:20+00:00,2020-12-07 03:11:45+00:00,327.0,45.0,168.0,5858.0,1712.0,2020-12-02 12:36:44+00:00,5.11.0,43.0,"Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes.",,,38.0,23,https://pypi.org/project/ciphey,2020-12-02 12:36:44+00:00,,2845.0,3250.0,,,,True,3,,,,remnux/ciphey,https://hub.docker.com/r/remnux/ciphey,2020-12-09 16:12:35.894652+00:00,1.0,6899.0,,,,,,,,,,,,,,, +359,mmdnn,Microsoft/MMdnn,mmdnn,,,model-serialisation,,https://github.com/microsoft/MMdnn,https://github.com/microsoft/MMdnn,MIT,2017-08-16 08:03:52+00:00,2020-10-22 09:57:53+00:00,2020-08-14 02:32:30+00:00,919.0,307.0,282.0,5118.0,1083.0,2020-07-24 06:34:39+00:00,0.3.1,12.0,MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion..,49.0,46.0,85.0,23,https://pypi.org/project/mmdnn,2020-07-24 06:34:39+00:00,3.0,,87.0,,,,True,2,3251.0,,,,,,,,,,,,,,,,,,,,,, +360,flashtext,vi3k6i5/flashtext,flashtext,,,nlp,,https://github.com/vi3k6i5/flashtext,https://github.com/vi3k6i5/flashtext,MIT,2017-08-15 18:03:01+00:00,2020-06-05 00:37:46+00:00,2020-05-03 07:13:22+00:00,521.0,48.0,48.0,4581.0,108.0,,,18.0,Extract Keywords from sentence or Replace keywords in sentences.,348.0,316.0,8.0,23,https://pypi.org/project/flashtext,2018-02-16 05:24:17+00:00,32.0,246467.0,246467.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +361,DeepSpeed,microsoft/DeepSpeed,deepspeed,,,distributed-ml,['pytorch'],https://github.com/microsoft/DeepSpeed,https://github.com/microsoft/DeepSpeed,MIT,2020-01-23 18:35:18+00:00,2020-12-16 02:43:41+00:00,2020-12-15 23:29:21+00:00,342.0,79.0,137.0,3828.0,373.0,2020-11-25 23:20:56+00:00,0.3.8,16.0,"DeepSpeed is a deep learning optimization library that makes distributed training easy, efficient, and effective.",4.0,4.0,34.0,23,https://pypi.org/project/deepspeed,2020-12-09 17:12:01+00:00,,1273.0,1859.0,,,,True,3,,,,deepspeed/deepspeed,https://hub.docker.com/r/deepspeed/deepspeed,2020-11-20 00:17:12.819964+00:00,2.0,6449.0,,,,,,,,,,,,,,, +362,InterpretML,interpretml/interpret,interpret,,,interpretability,['jupyter'],https://github.com/interpretml/interpret,https://github.com/interpretml/interpret,MIT,2019-05-03 05:47:52+00:00,2020-12-16 07:28:08+00:00,2020-12-16 07:20:20+00:00,409.0,50.0,107.0,3329.0,1403.0,2020-10-20 01:41:37+00:00,0.2.2,32.0,Fit interpretable models. Explain blackbox machine learning.,60.0,58.0,21.0,23,https://pypi.org/project/interpret,2020-10-20 01:35:45+00:00,2.0,,,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +363,torchdiffeq,rtqichen/torchdiffeq,torchdiffeq,,,pytorch-utils,['pytorch'],https://github.com/rtqichen/torchdiffeq,https://github.com/rtqichen/torchdiffeq,MIT,2018-11-14 17:51:25+00:00,2020-12-10 14:53:29+00:00,2020-10-30 23:58:55+00:00,550.0,20.0,94.0,3266.0,132.0,2020-09-16 23:32:05+00:00,0.1.1,3.0,Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.,52.0,52.0,19.0,23,https://pypi.org/project/torchdiffeq,2020-09-16 23:32:05+00:00,,2086.0,2086.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +364,VisualDL,PaddlePaddle/VisualDL,visualdl,,,ml-experiments,['paddle'],https://github.com/PaddlePaddle/VisualDL,https://github.com/PaddlePaddle/VisualDL,Apache-2.0,2017-12-20 12:34:31+00:00,2020-12-16 09:57:01+00:00,2020-12-14 09:54:31+00:00,424.0,19.0,306.0,3022.0,,2020-11-26 10:19:27+00:00,2.0.5,29.0,Deep Learning Visualization Toolkit.,119.0,114.0,24.0,23,https://pypi.org/project/visualdl,2020-11-26 10:16:06+00:00,5.0,3561.0,3569.0,,,,True,3,52.0,,,,,,,,,,,,,,,,,,,,,, +365,keras-vis,raghakot/keras-vis,keras-vis,,,interpretability,,https://github.com/raghakot/keras-vis,https://github.com/raghakot/keras-vis,MIT,2016-11-11 23:27:34+00:00,2020-04-20 01:03:13+00:00,2020-04-20 01:03:12+00:00,560.0,110.0,99.0,2759.0,195.0,2017-07-06 04:55:04+00:00,0.4.1,11.0,Neural network visualization toolkit for keras.,627.0,599.0,10.0,23,https://pypi.org/project/keras-vis,2017-07-06 04:55:04+00:00,28.0,2733.0,2733.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +366,gallery-dl,mikf/gallery-dl,gallery-dl,,,web-scraping,,https://github.com/mikf/gallery-dl,https://github.com/mikf/gallery-dl,GPL-2.0,2014-10-12 19:38:05+00:00,2020-12-12 22:08:43+00:00,2020-12-12 22:08:25+00:00,215.0,205.0,883.0,2667.0,2752.0,2020-12-12 22:24:39+00:00,1.16.0,87.0,Command-line program to download image galleries and collections from several image hosting sites.,4.0,,27.0,23,https://pypi.org/project/gallery-dl,2020-11-27 17:38:00+00:00,4.0,4912.0,6147.0,,,,False,3,75342.0,,,,,,,,,,,,,,,,,,,,,, +367,PML,KevinMusgrave/pytorch-metric-learning,pytorch-metric-learning,metric-learning/pytorch-metric-learning,,pytorch-utils,['pytorch'],https://github.com/KevinMusgrave/pytorch-metric-learning,https://github.com/KevinMusgrave/pytorch-metric-learning,MIT,2019-10-23 17:20:35+00:00,2020-12-14 17:11:02+00:00,2020-12-11 18:33:07+00:00,342.0,30.0,164.0,2503.0,526.0,2020-12-11 05:13:08+00:00,0.9.95,135.0,"The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.",39.0,39.0,11.0,23,https://pypi.org/project/pytorch-metric-learning,2019-12-27 11:28:11+00:00,0.0,4716.0,4716.0,https://anaconda.org/metric-learning/pytorch-metric-learning,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +368,WikiExtractor,attardi/wikiextractor,wikiextractor,,,web-scraping,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01+00:00,2020-12-15 11:34:27+00:00,2020-12-05 19:37:12+00:00,719.0,81.0,101.0,2471.0,214.0,2020-12-05 19:18:56+00:00,3.0.4,3.0,A tool for extracting plain text from Wikipedia dumps.,38.0,34.0,29.0,23,https://pypi.org/project/wikiextractor,2020-12-05 19:18:56+00:00,4.0,2000.0,2000.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +369,eli5,TeamHG-Memex/eli5,eli5,,,interpretability,,https://github.com/TeamHG-Memex/eli5,https://github.com/TeamHG-Memex/eli5,MIT,2016-09-15 01:04:57+00:00,2020-12-09 18:22:22+00:00,2020-01-22 07:39:36+00:00,282.0,125.0,108.0,2226.0,1198.0,2019-08-29 06:19:32+00:00,0.10.1,27.0,A library for debugging/inspecting machine learning classifiers and explaining their predictions.,893.0,797.0,14.0,23,https://pypi.org/project/eli5,2019-08-29 06:19:32+00:00,96.0,,,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +370,GPyTorch,cornellius-gp/gpytorch,gpytorch,,,probabilistics,['pytorch'],https://github.com/cornellius-gp/gpytorch,https://github.com/cornellius-gp/gpytorch,MIT,2017-06-09 14:48:20+00:00,2020-12-12 00:39:42+00:00,2020-12-12 00:39:41+00:00,308.0,188.0,609.0,2208.0,3182.0,2020-11-30 21:36:11+00:00,1.3.0,24.0,A highly efficient and modular implementation of Gaussian Processes in PyTorch.,186.0,178.0,62.0,23,https://pypi.org/project/gpytorch,2020-11-30 21:38:19+00:00,8.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +371,einops,arogozhnikov/einops,einops,,,ml-frameworks,,https://github.com/arogozhnikov/einops,https://github.com/arogozhnikov/einops,MIT,2018-09-22 00:45:08+00:00,2020-11-21 03:15:40+00:00,2020-11-14 04:18:36+00:00,60.0,22.0,36.0,1927.0,290.0,2020-09-08 08:33:29+00:00,0.3,3.0,"Deep learning operations reinvented (for pytorch, tensorflow, chainer, gluon and others).",147.0,137.0,10.0,23,https://pypi.org/project/einops,2020-09-08 08:21:26+00:00,10.0,10354.0,10354.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +372,ART,Trusted-AI/adversarial-robustness-toolbox,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+00:00,2020-12-16 09:59:47+00:00,2020-12-10 21:58:50+00:00,548.0,51.0,316.0,1895.0,,2020-12-01 01:59:38+00:00,1.5.0,26.0,"Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction,..",92.0,92.0,58.0,23,https://pypi.org/project/adversarial-robustness-toolbox,2020-12-01 01:03:21+00:00,,2688.0,2688.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +373,SRU,asappresearch/sru,sru,,,pytorch-utils,['pytorch'],https://github.com/asappresearch/sru,https://github.com/asappresearch/sru,MIT,2017-08-28 20:37:41+00:00,2020-12-15 15:11:16+00:00,2020-12-08 15:36:42+00:00,278.0,47.0,53.0,1854.0,365.0,2020-10-12 15:29:33+00:00,2.5.1,20.0,Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755).,16.0,15.0,20.0,23,https://pypi.org/project/sru,2020-10-12 15:29:33+00:00,1.0,3166.0,3166.0,,,,True,1,,,,,,,,,,,,,,,,,,,,,,, +374,pytorch-nlp,PetrochukM/PyTorch-NLP,pytorch-nlp,,,nlp,['pytorch'],https://github.com/PetrochukM/PyTorch-NLP,https://github.com/PetrochukM/PyTorch-NLP,BSD-3-Clause,2018-02-25 05:00:36+00:00,2020-10-11 02:41:30+00:00,2020-10-11 02:41:24+00:00,223.0,14.0,49.0,1840.0,442.0,2019-11-04 05:16:00+00:00,0.5.0,19.0,Basic Utilities for PyTorch Natural Language Processing (NLP).,175.0,157.0,17.0,23,https://pypi.org/project/pytorch-nlp,2019-11-04 04:35:18+00:00,18.0,4207.0,4207.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +375,Acme,deepmind/acme,dm-acme,,,reinforcement-learning,['tensorflow'],https://github.com/deepmind/acme,https://github.com/deepmind/acme,Apache-2.0,2020-05-01 09:18:12+00:00,2020-12-10 23:11:20+00:00,2020-12-10 23:10:39+00:00,174.0,37.0,43.0,1822.0,316.0,2020-10-23 15:59:12+00:00,0.2.0,8.0,A library of reinforcement learning components and agents.,16.0,16.0,29.0,23,https://pypi.org/project/dm-acme,2020-07-24 13:03:30+00:00,,594.0,594.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +376,Essentia,MTG/essentia,essentia,,,audio,,https://github.com/MTG/essentia,https://github.com/MTG/essentia,AGPL-3.0,2013-06-03 14:53:47+00:00,2020-12-15 19:24:00+00:00,2020-12-15 19:23:10+00:00,388.0,278.0,557.0,1680.0,2684.0,2015-03-31 16:33:30+00:00,2.0,8.0,"C++ library for audio and music analysis, description and synthesis, including Python bindings.",143.0,138.0,67.0,23,https://pypi.org/project/essentia,2020-04-22 16:31:02+00:00,5.0,1400.0,1400.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +377,DDSP,magenta/ddsp,ddsp,,,audio,['tensorflow'],https://github.com/magenta/ddsp,https://github.com/magenta/ddsp,Apache-2.0,2020-01-14 18:38:27+00:00,2020-12-16 03:46:30+00:00,2020-12-16 03:46:20+00:00,155.0,16.0,81.0,1669.0,332.0,2020-11-11 21:25:25+00:00,0.13.0,25.0,DDSP: Differentiable Digital Signal Processing.,5.0,5.0,21.0,23,https://pypi.org/project/ddsp,2020-08-21 20:19:47+00:00,,1639.0,1639.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +378,GluonTS,awslabs/gluon-ts,gluonts,,,time-series-data,['mxnet'],https://github.com/awslabs/gluon-ts,https://github.com/awslabs/gluon-ts,Apache-2.0,2019-05-15 17:17:29+00:00,2020-12-16 09:55:48+00:00,2020-12-16 09:55:47+00:00,342.0,180.0,333.0,1609.0,614.0,2020-12-08 15:07:54+00:00,0.6.4,27.0,Probabilistic time series modeling in Python.,,,63.0,23,https://pypi.org/project/gluonts,2020-12-08 15:07:54+00:00,,22117.0,22117.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +379,Spektral,danielegrattarola/spektral,spektral,,,graph,"['keras', 'tensorflow']",https://github.com/danielegrattarola/spektral,https://github.com/danielegrattarola/spektral,MIT,2019-01-17 11:19:10+00:00,2020-12-15 18:01:36+00:00,2020-12-15 18:00:24+00:00,174.0,20.0,87.0,1545.0,406.0,2020-12-10 21:12:38+00:00,1.0.3,26.0,Graph Neural Networks with Keras and Tensorflow 2.,25.0,25.0,15.0,23,https://pypi.org/project/spektral,2020-12-10 21:12:38+00:00,,3662.0,3662.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +380,Pillow-SIMD,uploadcare/pillow-simd,pillow-simd,,,image,,https://github.com/uploadcare/pillow-simd,https://github.com/uploadcare/pillow-simd,PIL,2014-11-12 15:33:02+00:00,2020-11-03 07:45:01+00:00,2020-06-02 14:50:14+00:00,66.0,11.0,52.0,1511.0,,2020-01-02 05:19:26+00:00,7.0.0,35.0,The friendly PIL fork.,396.0,346.0,310.0,23,https://pypi.org/project/pillow-simd,2020-01-26 14:30:27+00:00,50.0,33193.0,33193.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +381,pyLDAvis,bmabey/pyLDAvis,pyldavis,,,interpretability,['jupyter'],https://github.com/bmabey/pyLDAvis,https://github.com/bmabey/pyLDAvis,BSD-3-Clause,2015-04-09 22:48:03+00:00,2020-12-03 09:31:49+00:00,2020-12-02 18:10:12+00:00,287.0,91.0,55.0,1366.0,218.0,2018-06-05 18:55:56+00:00,2.1.2,17.0,Python library for interactive topic model visualization. Port of the R LDAvis package.,1680.0,1581.0,31.0,23,https://pypi.org/project/pyldavis,2018-06-05 18:55:56+00:00,99.0,,,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +382,bonobo,python-bonobo/bonobo,bonobo,,http://docs.bonobo-project.org/en/master/,data-pipelines,,https://github.com/python-bonobo/bonobo,https://github.com/python-bonobo/bonobo,Apache-2.0,2016-12-09 04:03:23+00:00,2020-12-11 07:33:03+00:00,2019-07-20 13:19:49+00:00,111.0,62.0,106.0,1355.0,978.0,2019-05-16 13:19:48+00:00,0.6.4,38.0,Extract Transform Load for Python 3.5+.,126.0,102.0,35.0,23,https://pypi.org/project/bonobo,2019-07-20 13:33:19+00:00,24.0,2852.0,2852.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +383,Talos,autonomio/talos,talos,,,hyperopt,['keras'],https://github.com/autonomio/talos,https://github.com/autonomio/talos,MIT,2018-05-04 20:36:41+00:00,2020-11-21 16:37:14+00:00,2020-11-21 16:27:04+00:00,220.0,41.0,342.0,1343.0,538.0,2020-11-09 16:48:30+00:00,1.0,13.0,"Hyperparameter Optimization for TensorFlow, Keras and PyTorch.",107.0,101.0,19.0,23,https://pypi.org/project/talos,2020-11-09 16:46:45+00:00,6.0,1265.0,1265.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +384,PandaralΒ·lel,nalepae/pandarallel,pandarallel,,,data-containers,"['pandas', 'jupyter']",https://github.com/nalepae/pandarallel,https://github.com/nalepae/pandarallel,BSD-3-Clause,2019-03-10 11:58:29+00:00,2020-12-13 16:58:58+00:00,2020-12-13 16:58:57+00:00,87.0,55.0,52.0,1289.0,108.0,2020-08-25 16:33:28+00:00,1.5.1,28.0,A simple and efficient tool to parallelize Pandas operations on all availableCPUs.,126.0,126.0,12.0,23,https://pypi.org/project/pandarallel,2020-08-25 16:33:28+00:00,,46843.0,46843.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +385,TNT,pytorch/tnt,torchnet,,,ml-experiments,['pytorch'],https://github.com/pytorch/tnt,https://github.com/pytorch/tnt,BSD-3-Clause,2016-12-10 11:49:58+00:00,2020-01-15 16:00:31+00:00,2020-01-15 16:00:30+00:00,176.0,30.0,34.0,1256.0,155.0,2019-11-15 12:57:59+00:00,0.0.5.1,3.0,"Simple tools for logging and visualizing, loading and training.",540.0,490.0,34.0,23,https://pypi.org/project/torchnet,2018-07-29 23:16:03+00:00,50.0,7452.0,7452.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +386,hnswlib,nmslib/hnswlib,hnswlib,,,nn-search,,https://github.com/nmslib/hnswlib,https://github.com/nmslib/hnswlib,Apache-2.0,2017-07-06 13:08:46+00:00,2020-12-14 05:10:44+00:00,2020-08-18 21:30:59+00:00,222.0,72.0,102.0,1248.0,195.0,2020-07-13 04:50:55+00:00,0.4.0,3.0,Header-only C++/python library for fast approximate nearest neighbors.,2.0,,32.0,23,https://pypi.org/project/hnswlib,2020-07-13 04:50:55+00:00,2.0,9780.0,9780.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +387,MLBox,AxeldeRomblay/MLBox,mlbox,,,hyperopt,,https://github.com/AxeldeRomblay/MLBox,https://github.com/AxeldeRomblay/MLBox,BSD-1-Clause,2017-06-01 16:59:24+00:00,2020-11-24 17:57:08+00:00,2020-08-25 09:26:27+00:00,238.0,10.0,71.0,1159.0,1121.0,2020-08-25 09:32:37+00:00,0.8.5,21.0,MLBox is a powerful Automated Machine Learning python library.,18.0,18.0,9.0,23,https://pypi.org/project/mlbox,2020-08-25 09:32:37+00:00,,6369.0,6369.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +388,metric-learn,scikit-learn-contrib/metric-learn,metric-learn,,,others,['sklearn'],https://github.com/scikit-learn-contrib/metric-learn,https://github.com/scikit-learn-contrib/metric-learn,MIT,2013-11-02 08:29:47+00:00,2020-08-04 01:35:49+00:00,2020-08-04 01:35:39+00:00,204.0,47.0,109.0,1082.0,263.0,2020-07-02 12:55:51+00:00,0.6.2,10.0,Metric learning algorithms in Python.,122.0,113.0,19.0,23,https://pypi.org/project/metric-learn,2020-07-02 12:59:23+00:00,9.0,13876.0,13876.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +389,garage,rlworkgroup/garage,garage,,,reinforcement-learning,['tensorflow'],https://github.com/rlworkgroup/garage,https://github.com/rlworkgroup/garage,MIT,2018-06-10 21:31:23+00:00,2020-12-16 01:00:11+00:00,2020-12-16 01:00:08+00:00,181.0,182.0,762.0,987.0,1181.0,2020-09-17 07:34:11+00:00,2020.6.3,21.0,A toolkit for reproducible reinforcement learning research.,13.0,13.0,73.0,23,https://pypi.org/project/garage,2020-10-02 17:16:03+00:00,,309.0,309.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +390,modAL,modAL-python/modAL,modAL,,,others,['sklearn'],https://github.com/modAL-python/modAL,https://github.com/modAL-python/modAL,MIT,2017-11-14 14:01:15+00:00,2020-12-09 16:01:00+00:00,2020-11-01 08:39:01+00:00,161.0,39.0,48.0,969.0,643.0,2020-08-21 06:19:25+00:00,0.4.0,11.0,A modular active learning framework for Python.,45.0,41.0,13.0,23,https://pypi.org/project/modAL,2020-11-01 08:48:50+00:00,4.0,2996.0,2996.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +391,tensorly,tensorly/tensorly,tensorly,,,others,,https://github.com/tensorly/tensorly,https://github.com/tensorly/tensorly,BSD-2-Clause,2016-10-21 23:14:52+00:00,2020-12-14 16:30:07+00:00,2020-12-12 20:20:11+00:00,186.0,24.0,90.0,916.0,818.0,2020-12-07 20:30:41+00:00,0.5.1,16.0,TensorLy: Tensor Learning in Python.,20.0,,37.0,23,https://pypi.org/project/tensorly,2020-12-07 20:30:41+00:00,20.0,3228.0,3228.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +392,ChainerRL,chainer/chainerrl,chainerrl,,,reinforcement-learning,,https://github.com/chainer/chainerrl,https://github.com/chainer/chainerrl,MIT,2017-01-30 04:58:15+00:00,2020-12-09 06:26:53+00:00,2020-12-09 06:26:52+00:00,205.0,75.0,146.0,915.0,3458.0,2020-02-14 05:35:56+00:00,0.8.0,10.0,ChainerRL is a deep reinforcement learning library built on top of Chainer.,101.0,87.0,29.0,23,https://pypi.org/project/chainerrl,2020-02-14 05:35:56+00:00,14.0,924.0,924.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +393,PySwarms,ljvmiranda921/pyswarms,pyswarms,,,others,,https://github.com/ljvmiranda921/pyswarms,https://github.com/ljvmiranda921/pyswarms,MIT,2017-07-12 12:04:45+00:00,2020-12-11 15:00:13+00:00,2020-11-17 09:42:41+00:00,228.0,13.0,151.0,691.0,403.0,2020-11-14 05:18:38+00:00,.1.2.0,19.0,A research toolkit for particle swarm optimization in Python.,83.0,83.0,42.0,23,https://pypi.org/project/pyswarms,2020-11-14 05:17:27+00:00,,6611.0,6611.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +394,Satpy,pytroll/satpy,satpy,,,geospatial-data,,https://github.com/pytroll/satpy,https://github.com/pytroll/satpy,GPL-3.0,2016-02-09 20:29:43+00:00,2020-12-16 11:53:57+00:00,2020-12-14 21:33:25+00:00,190.0,303.0,279.0,653.0,7923.0,2020-11-16 09:48:15+00:00,0.24.0,61.0,Python package for earth-observing satellite data processing.,43.0,37.0,102.0,23,https://pypi.org/project/satpy,2020-11-16 09:48:15+00:00,6.0,837.0,837.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +395,GPUtil,anderskm/gputil,gputil,,,system-monitoring,,https://github.com/anderskm/gputil,https://github.com/anderskm/gputil,MIT,2017-01-16 11:57:43+00:00,2020-10-01 05:42:49+00:00,2019-08-16 09:00:15+00:00,76.0,11.0,13.0,652.0,140.0,2018-12-18 09:12:13+00:00,1.4.0,8.0,A Python module for getting the GPU status from NVIDA GPUs using nvidia-smi programmically in Python.,998.0,896.0,13.0,23,https://pypi.org/project/gputil,2018-12-18 09:12:13+00:00,102.0,49845.0,49845.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +396,Singer,singer-io/getting-started,singer-python,,,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+00:00,2020-12-04 20:57:23+00:00,2020-12-04 20:57:19+00:00,86.0,20.0,16.0,648.0,173.0,2019-11-04 21:43:38+00:00,5.9.1,100.0,"Standard for moving data between databases, web APIs, files, queues, and just about anything else you can think of.",300.0,,26.0,23,https://pypi.org/project/singer-python,2020-10-27 17:49:47+00:00,300.0,55008.0,55008.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +397,scikit-multilearn,scikit-multilearn/scikit-multilearn,scikit-multilearn,,,others,['sklearn'],https://github.com/scikit-multilearn/scikit-multilearn,https://github.com/scikit-multilearn/scikit-multilearn,BSD-2-Clause,2014-04-30 13:05:44+00:00,2020-06-30 10:19:46+00:00,2019-05-21 11:29:06+00:00,117.0,64.0,91.0,609.0,487.0,2018-12-10 16:24:47+00:00,0.2.0,6.0,A scikit-learn based module for multi-label et. al. classification.,306.0,303.0,15.0,23,https://pypi.org/project/scikit-multilearn,2018-12-10 16:24:47+00:00,3.0,62888.0,62888.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +398,pyahocorasick,WojciechMula/pyahocorasick,pyahocorasick,,,nlp,,https://github.com/WojciechMula/pyahocorasick,https://github.com/WojciechMula/pyahocorasick,BSD-3-Clause,2013-05-30 19:55:46+00:00,2020-04-06 18:14:15+00:00,2020-04-06 18:13:55+00:00,84.0,29.0,63.0,558.0,392.0,2018-12-20 19:06:01+00:00,1.4.0,22.0,Python module (C extension and plain python) implementing Aho-Corasick algorithm.,506.0,442.0,19.0,23,https://pypi.org/project/pyahocorasick,2019-01-14 16:20:13+00:00,64.0,154385.0,154385.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +399,micawber,coleifer/micawber,micawber,,,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46+00:00,2020-12-16 12:43:52+00:00,2020-11-05 00:47:52+00:00,76.0,1.0,52.0,510.0,187.0,2018-09-23 17:09:40+00:00,0.5.0,20.0,a small library for extracting rich content from urls.,841.0,477.0,25.0,23,https://pypi.org/project/micawber,2019-06-30 16:20:04+00:00,364.0,3051.0,3051.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +400,GeoViews,holoviz/geoviews,geoviews,conda-forge/geoviews,,geospatial-data,,https://github.com/holoviz/geoviews,https://github.com/holoviz/geoviews,BSD-3-Clause,2016-04-19 16:27:01+00:00,2020-11-13 20:59:34+00:00,2020-09-21 16:31:16+00:00,59.0,77.0,169.0,319.0,635.0,2020-09-23 18:59:07+00:00,1.8.0,21.0,"Simple, concise geographical visualization in Python.",184.0,174.0,21.0,23,https://pypi.org/project/geoviews,2020-03-30 19:17:21+00:00,10.0,1681.0,1681.0,https://anaconda.org/conda-forge/geoviews,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +401,pyhdb,SAP/pyhdb,pyhdb,,,db-clients,,https://github.com/SAP/PyHDB,https://github.com/SAP/PyHDB,Apache-2.0,2014-12-12 04:02:40+00:00,2020-10-20 15:21:20+00:00,2018-05-24 13:45:41+00:00,132.0,50.0,51.0,285.0,155.0,2018-02-16 12:44:36+00:00,0.3.4,8.0,SAP HANA Connector in pure Python.,130.0,100.0,10.0,23,https://pypi.org/project/pyhdb,2018-02-16 12:37:13+00:00,30.0,67947.0,67947.0,,,,False,3,57.0,,,,,,,,,,,,,,,,,,,,,, +402,pySBD,nipunsadvilkar/pySBD,pysbd,,,nlp,,https://github.com/nipunsadvilkar/pySBD,https://github.com/nipunsadvilkar/pySBD,MIT,2017-06-11 06:15:20+00:00,2020-12-01 05:37:27+00:00,2020-12-01 05:37:25+00:00,25.0,4.0,43.0,240.0,274.0,2020-10-08 11:41:09+00:00,0.3.3,14.0,pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.,91.0,89.0,6.0,23,https://pypi.org/project/pysbd,2020-10-08 11:33:56+00:00,2.0,15018.0,15018.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +403,TensorFlow Cloud,tensorflow/cloud,tensorflow-cloud,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/cloud,https://github.com/tensorflow/cloud,Apache-2.0,2020-02-10 18:51:59+00:00,2020-12-14 23:05:40+00:00,2020-12-04 18:40:10+00:00,41.0,41.0,25.0,209.0,486.0,2020-12-03 20:05:29+00:00,0.1.10,13.0,The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and..,7.0,7.0,15.0,23,https://pypi.org/project/tensorflow-cloud,2020-12-03 20:05:29+00:00,,683422.0,683422.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +404,Orion,Epistimio/orion,orion,,,hyperopt,,https://github.com/Epistimio/orion,https://github.com/Epistimio/orion,BSD-3-Clause,2017-09-07 06:05:21+00:00,2020-12-10 01:11:18+00:00,2020-12-04 21:01:34+00:00,35.0,18.0,92.0,179.0,2421.0,2020-12-04 17:08:50+00:00,0.1.11,12.0,Asynchronous Distributed Hyperparameter Optimization.,47.0,39.0,18.0,23,https://pypi.org/project/orion,2020-12-04 17:08:50+00:00,8.0,1097.0,1097.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +405,pyexcel-xlsx,pyexcel/pyexcel-xlsx,pyexcel-xlsx,conda-forge/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+00:00,2020-11-28 22:30:58+00:00,2020-11-28 22:30:53+00:00,16.0,12.0,20.0,83.0,267.0,2020-10-10 13:13:09+00:00,0.6.0,30.0,"A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl.",1343.0,1033.0,4.0,23,https://pypi.org/project/pyexcel-xlsx,2019-12-28 20:09:57+00:00,310.0,42589.0,42589.0,https://anaconda.org/conda-forge/pyexcel-xlsx,,,False,3,46.0,,,,,,,,,,,,,,,,,,,,,, +406,PaddleOCR,PaddlePaddle/PaddleOCR,paddleocr,,,ocr,['paddle'],https://github.com/PaddlePaddle/PaddleOCR,https://github.com/PaddlePaddle/PaddleOCR,Apache-2.0,2020-05-08 10:38:16+00:00,2020-12-16 12:20:19+00:00,2020-12-16 12:20:18+00:00,1443.0,227.0,714.0,7370.0,,2020-12-16 03:00:04+00:00,2.0.1,9.0,"Awesome multilingual OCR toolkits based on PaddlePaddle practical ultra lightweight OCR system, provide data..",9.0,9.0,41.0,22,https://pypi.org/project/paddleocr,2020-12-16 03:00:04+00:00,0.0,1244.0,1244.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +407,Vaex,vaexio/vaex,vaex,conda-forge/vaex,,data-containers,,https://github.com/vaexio/vaex,https://github.com/vaexio/vaex,MIT,2014-09-27 09:44:42+00:00,2020-12-14 18:05:42+00:00,2020-12-09 10:57:28+00:00,418.0,266.0,378.0,5474.0,2898.0,2020-05-25 21:35:34+00:00,3.0.0,41.0,"Out-of-Core DataFrames for Python, ML, visualize and explore big tabular data at a billion rows per second.",2.0,,35.0,22,https://pypi.org/project/vaex,2020-12-08 16:25:15+00:00,2.0,4808.0,4810.0,https://anaconda.org/conda-forge/vaex,,,True,3,199.0,,,,,,,,,,,,,,,,,,,,,, +408,Face Alignment,1adrianb/face-alignment,face-alignment,,,image,['pytorch'],https://github.com/1adrianb/face-alignment,https://github.com/1adrianb/face-alignment,BSD-3-Clause,2017-09-15 20:32:44+00:00,2020-12-16 12:15:36+00:00,2020-12-16 12:09:02+00:00,971.0,44.0,181.0,4533.0,159.0,2020-09-12 12:24:59+00:00,1.1.1,5.0,2D and 3D Face alignment library build using pytorch.,6.0,,19.0,22,https://pypi.org/project/face-alignment,2020-09-12 12:24:59+00:00,6.0,5025.0,5025.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +409,Snips NLU,snipsco/snips-nlu,snips-nlu,,,nlp,,https://github.com/snipsco/snips-nlu,https://github.com/snipsco/snips-nlu,Apache-2.0,2017-02-08 16:16:36+00:00,2020-02-08 21:49:33+00:00,2020-02-08 21:49:32+00:00,451.0,50.0,196.0,3412.0,2153.0,2020-01-15 10:13:17+00:00,0.20.2,58.0,Snips Python library to extract meaning from text.,8.0,,21.0,22,https://pypi.org/project/snips-nlu,2020-01-15 10:13:17+00:00,8.0,1881.0,1881.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +410,Image Deduplicator,idealo/imagededup,imagededup,,,image,['tensorflow'],https://github.com/idealo/imagededup,https://github.com/idealo/imagededup,Apache-2.0,2019-04-05 12:10:54+00:00,2020-12-15 16:08:20+00:00,2020-11-23 17:40:40+00:00,265.0,14.0,49.0,3282.0,460.0,2020-11-23 17:55:24+00:00,0.2.4,9.0,Finding duplicate images made easy!.,9.0,8.0,9.0,22,https://pypi.org/project/imagededup,2020-11-22 21:09:36+00:00,1.0,2372.0,2372.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +411,ArrayFire,arrayfire/arrayfire,arrayfire,,,gpu-utilities,,https://github.com/arrayfire/arrayfire,https://github.com/arrayfire/arrayfire,BSD-3-Clause,2014-10-28 20:58:33+00:00,2020-12-14 08:28:11+00:00,2020-12-02 16:58:49+00:00,450.0,254.0,1192.0,3238.0,5663.0,2020-11-23 16:37:49+00:00,3.7.3,29.0,ArrayFire: a general purpose GPU library.,2.0,,80.0,22,https://pypi.org/project/arrayfire,2018-10-18 14:13:29+00:00,2.0,606.0,612.0,,,,True,2,458.0,,,,,,,,,,,,,,,,,,,,,, +412,AdaNet,tensorflow/adanet,adanet,,,hyperopt,['tensorflow'],https://github.com/tensorflow/adanet,https://github.com/tensorflow/adanet,Apache-2.0,2018-06-28 20:20:24+00:00,2020-07-09 21:03:28+00:00,2020-07-09 20:51:04+00:00,490.0,63.0,47.0,3216.0,439.0,2020-07-09 20:53:28+00:00,0.9.0,13.0,Fast and flexible AutoML with learning guarantees.,34.0,32.0,26.0,22,https://pypi.org/project/adanet,2020-07-09 21:03:28+00:00,2.0,860.0,860.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +413,PyAlgoTrade,gbeced/pyalgotrade,pyalgotrade,,,financial-data,,https://github.com/gbeced/pyalgotrade,https://github.com/gbeced/pyalgotrade,Apache-2.0,2012-03-07 01:09:54+00:00,2020-09-16 00:41:56+00:00,2018-08-21 02:42:52+00:00,1139.0,38.0,81.0,3076.0,1156.0,,,8.0,Python Algorithmic Trading Library.,86.0,65.0,11.0,22,https://pypi.org/project/pyalgotrade,2018-08-21 01:48:25+00:00,21.0,507.0,507.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +414,textract,deanmalmgren/textract,textract,,,data-loading,,https://github.com/deanmalmgren/textract,https://github.com/deanmalmgren/textract,MIT,2014-07-03 20:36:59+00:00,2020-12-08 20:26:58+00:00,2019-11-14 08:37:39+00:00,415.0,84.0,121.0,2915.0,556.0,2019-08-26 15:05:53+00:00,1.6.3,15.0,extract text from any document. no muss. no fuss.,192.0,,30.0,22,https://pypi.org/project/textract,2019-08-26 15:05:53+00:00,192.0,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +415,Scalene,emeryberger/scalene,scalene,,,system-monitoring,,https://github.com/emeryberger/scalene,https://github.com/emeryberger/scalene,Apache-2.0,2019-12-17 20:56:28+00:00,2020-12-10 01:29:13+00:00,2020-12-10 01:29:09+00:00,102.0,18.0,50.0,2864.0,770.0,2020-12-09 19:58:56+00:00,1.1.12,85.0,"Scalene: a high-performance, high-precision CPU and memory profiler for Python.",18.0,18.0,15.0,22,https://pypi.org/project/scalene,2020-12-09 23:42:11+00:00,0.0,1870.0,1870.0,,,,True,3,,,,,,,,,,,,,,,,,py-spy,,,,,, +416,aubio,aubio/aubio,,,,audio,,https://github.com/aubio/aubio,https://github.com/aubio/aubio,GPL-3.0,2009-12-04 21:07:44+00:00,2020-12-07 11:14:34+00:00,2020-07-02 17:03:56+00:00,291.0,102.0,171.0,1985.0,4109.0,2019-02-27 09:00:43+00:00,0.4.9,8.0,a library for audio and music analysis.,195.0,195.0,24.0,22,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +417,Mars,mars-project/mars,pymars,,,others,,https://github.com/mars-project/mars,https://github.com/mars-project/mars,Apache-2.0,2018-12-05 16:04:03+00:00,2020-12-16 07:10:57+00:00,2020-12-15 11:51:12+00:00,236.0,102.0,603.0,1954.0,653.0,2020-12-05 08:43:25+00:00,0.6.0,65.0,"Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn.",3.0,3.0,14.0,22,https://pypi.org/project/pymars,2020-12-05 09:40:46+00:00,,2485.0,2485.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +418,Enigma Catalyst,enigmampc/catalyst,enigma-catalyst,,,financial-data,,https://github.com/enigmampc/catalyst,https://github.com/enigmampc/catalyst,Apache-2.0,2017-06-13 22:31:34+00:00,2020-03-12 17:32:54+00:00,2018-11-11 19:19:00+00:00,563.0,131.0,363.0,1890.0,6360.0,2018-09-13 15:09:58+00:00,0.5.21,52.0,An Algorithmic Trading Library for Crypto-Assets in Python.,19.0,19.0,143.0,22,https://pypi.org/project/enigma-catalyst,2018-11-11 16:46:28+00:00,,271.0,271.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +419,PandasGUI,adamerose/pandasgui,pandasgui,,,data-viz,['pandas'],https://github.com/adamerose/PandasGUI,https://github.com/adamerose/PandasGUI,MIT,2019-06-12 02:19:42+00:00,2020-12-05 10:18:01+00:00,2020-12-05 10:17:52+00:00,103.0,10.0,50.0,1861.0,403.0,2020-11-10 17:30:20+00:00,0.2.7,37.0,A GUI for Pandas DataFrames.,24.0,23.0,6.0,22,https://pypi.org/project/pandasgui,2020-11-10 17:30:20+00:00,1.0,2446.0,2446.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +420,PyFlux,RJT1990/pyflux,pyflux,,,time-series-data,,https://github.com/RJT1990/pyflux,https://github.com/RJT1990/pyflux,BSD-3-Clause,2016-02-16 20:12:02+00:00,2019-03-19 10:45:02+00:00,2018-12-16 15:30:13+00:00,204.0,79.0,65.0,1833.0,118.0,2017-11-21 16:27:06+00:00,0.4.16,35.0,Open source time series library for Python.,179.0,164.0,6.0,22,https://pypi.org/project/pyflux,2017-11-21 16:27:06+00:00,15.0,12360.0,12360.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +421,MONAI,Project-MONAI/MONAI,monai,,,medical-data,['pytorch'],https://github.com/Project-MONAI/MONAI,https://github.com/Project-MONAI/MONAI,Apache-2.0,2019-10-11 16:41:38+00:00,2020-12-16 04:12:52+00:00,2020-12-15 23:53:58+00:00,285.0,82.0,553.0,1597.0,688.0,2020-12-15 15:21:13+00:00,0.4.0,15.0,AI Toolkit for Healthcare Imaging.,,,48.0,22,https://pypi.org/project/monai,2020-12-15 15:16:56+00:00,,4316.0,4316.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +422,STUMPY,TDAmeritrade/stumpy,stumpy,conda-forge/stumpy,,time-series-data,,https://github.com/TDAmeritrade/stumpy,https://github.com/TDAmeritrade/stumpy,BSD-3-Clause,2019-05-03 19:23:44+00:00,2020-12-15 17:23:06+00:00,2020-12-15 17:22:52+00:00,150.0,29.0,167.0,1595.0,755.0,2020-12-10 18:23:49+00:00,1.6.0,14.0,"STUMPY is a powerful and scalable Python library for computing a Matrix Profile, which can be used for a variety of..",,,20.0,22,https://pypi.org/project/stumpy,2020-12-10 18:23:49+00:00,,9698.0,9698.0,https://anaconda.org/conda-forge/stumpy,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +423,scattertext,JasonKessler/scattertext,scattertext,,,nlp,,https://github.com/JasonKessler/scattertext,https://github.com/JasonKessler/scattertext,Apache-2.0,2016-07-21 01:47:12+00:00,2020-12-14 02:45:48+00:00,2020-12-14 02:44:49+00:00,196.0,16.0,50.0,1463.0,334.0,2017-03-13 05:31:21+00:00,0.0.2.4.4,127.0,Beautiful visualizations of how language differs among document types.,141.0,133.0,10.0,22,https://pypi.org/project/scattertext,2020-12-14 02:45:48+00:00,8.0,3045.0,3045.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +424,fast-bert,kaushaltrivedi/fast-bert,fast-bert,,,nlp,,https://github.com/kaushaltrivedi/fast-bert,https://github.com/kaushaltrivedi/fast-bert,Apache-2.0,2019-04-18 22:01:20+00:00,2020-12-09 21:27:58+00:00,2020-12-09 21:27:24+00:00,302.0,137.0,90.0,1457.0,261.0,2020-12-09 21:27:58+00:00,1.9.5,40.0,Super easy library for BERT based NLP models.,2.0,,34.0,22,https://pypi.org/project/fast-bert,2020-12-09 21:27:58+00:00,2.0,2054.0,2054.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +425,sklearn-contrib-lightning,scikit-learn-contrib/lightning,sklearn-contrib-lightning,,,others,['sklearn'],https://github.com/scikit-learn-contrib/lightning,https://github.com/scikit-learn-contrib/lightning,BSD-3-Clause,2012-01-11 13:53:52+00:00,2020-12-16 11:18:13+00:00,2020-12-16 11:18:12+00:00,164.0,41.0,35.0,1402.0,695.0,2017-11-04 18:03:11+00:00,0.5.0,6.0,"Large-scale linear classification, regression and ranking in Python.",69.0,67.0,15.0,22,https://pypi.org/project/sklearn-contrib-lightning,2017-11-04 18:03:11+00:00,2.0,214.0,214.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +426,anaGo,Hironsan/anago,anago,,,nlp,['keras'],https://github.com/Hironsan/anago,https://github.com/Hironsan/anago,MIT,2017-06-26 21:28:36+00:00,2020-11-13 17:31:18+00:00,2019-10-23 03:19:52+00:00,346.0,36.0,71.0,1370.0,296.0,2018-06-03 13:51:56+00:00,1.0.0,14.0,"Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.",24.0,24.0,11.0,22,https://pypi.org/project/anago,2018-07-17 01:59:21+00:00,,1647.0,1647.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +427,NiftyNet,NifTK/NiftyNet,niftynet,,,medical-data,['tensorflow'],https://github.com/NifTK/NiftyNet,https://github.com/NifTK/NiftyNet,Apache-2.0,2017-08-30 07:55:43+00:00,2020-04-21 19:54:52+00:00,2020-04-21 19:54:51+00:00,372.0,99.0,224.0,1257.0,2848.0,2019-10-09 19:33:30+00:00,0.6.0,11.0,[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-..,33.0,33.0,58.0,22,https://pypi.org/project/niftynet,2019-10-10 10:59:33+00:00,,300.0,300.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +428,EfficientNets,rwightman/gen-efficientnet-pytorch,geffnet,,,pytorch-utils,['pytorch'],https://github.com/rwightman/gen-efficientnet-pytorch,https://github.com/rwightman/gen-efficientnet-pytorch,Apache-2.0,2019-05-11 19:35:56+00:00,2020-11-30 05:51:08+00:00,2020-11-30 05:49:27+00:00,161.0,,46.0,1206.0,106.0,2020-08-20 19:55:21+00:00,1.0.0,9.0,"Pretrained EfficientNet, EfficientNet-Lite, MixNet, MobileNetV3 / V2, MNASNet A1 and B1, FBNet, Single-Path NAS.",25.0,25.0,5.0,22,https://pypi.org/project/geffnet,2020-08-20 19:55:21+00:00,,1219.0,1219.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +429,pandasql,yhat/pandasql,pandasql,,,data-containers,['pandas'],https://github.com/yhat/pandasql,https://github.com/yhat/pandasql,MIT,2013-02-18 01:53:56+00:00,2020-08-14 13:00:13+00:00,2017-02-01 15:40:30+00:00,141.0,44.0,23.0,921.0,127.0,2016-04-20 21:52:36+00:00,0.7.3,31.0,sqldf for pandas.,633.0,584.0,15.0,22,https://pypi.org/project/pandasql,2016-04-20 21:52:36+00:00,49.0,212356.0,212356.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +430,bt,pmorissette/bt,bt,,,financial-data,,https://github.com/pmorissette/bt,https://github.com/pmorissette/bt,MIT,2014-06-19 16:06:28+00:00,2020-12-15 04:05:29+00:00,2020-12-15 04:05:28+00:00,243.0,53.0,157.0,902.0,362.0,2018-05-28 17:12:46+00:00,0.2.7,23.0,bt - flexible backtesting for Python.,59.0,39.0,20.0,22,https://pypi.org/project/bt,2018-05-28 17:12:46+00:00,20.0,3524.0,3524.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +431,luminol,linkedin/luminol,luminol,,,time-series-data,,https://github.com/linkedin/luminol,https://github.com/linkedin/luminol,Apache-2.0,2015-11-18 23:16:33+00:00,2019-10-23 13:20:58+00:00,2018-01-09 07:46:55+00:00,174.0,24.0,12.0,857.0,69.0,2016-01-20 01:01:44+00:00,0.3.1,5.0,Anomaly Detection and Correlation library.,48.0,36.0,8.0,22,https://pypi.org/project/luminol,2017-12-11 06:04:15+00:00,12.0,132922.0,132922.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +432,spacy-transformers,explosion/spacy-transformers,spacy-transformers,,,nlp,['spacy'],https://github.com/explosion/spacy-transformers,https://github.com/explosion/spacy-transformers,MIT,2019-07-26 19:12:34+00:00,2020-12-15 15:17:59+00:00,2020-12-08 21:46:08+00:00,97.0,48.0,131.0,854.0,1234.0,2020-06-29 12:10:14+00:00,0.6.2,33.0,"Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy.",67.0,64.0,14.0,22,https://pypi.org/project/spacy-transformers,2020-10-14 12:35:57+00:00,3.0,7801.0,7801.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +433,attention-ocr,emedvedev/attention-ocr,aocr,,,ocr,['tensorflow'],https://github.com/emedvedev/attention-ocr,https://github.com/emedvedev/attention-ocr,MIT,2017-07-21 18:35:19+00:00,2020-10-31 19:40:20+00:00,2020-10-31 19:40:19+00:00,225.0,16.0,125.0,821.0,196.0,2020-10-12 06:56:40+00:00,0.7.6,21.0,A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and..,15.0,15.0,27.0,22,https://pypi.org/project/aocr,2019-04-19 05:28:27+00:00,,213.0,213.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +434,Neural Structured Learning,tensorflow/neural-structured-learning,neural-structured-learning,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/neural-structured-learning,https://github.com/tensorflow/neural-structured-learning,Apache-2.0,2019-08-27 21:48:16+00:00,2020-12-14 18:50:22+00:00,2020-12-14 18:50:13+00:00,135.0,5.0,38.0,755.0,344.0,2020-08-18 00:30:03+00:00,1.3.1,7.0,Training neural models with structured signals.,15.0,15.0,25.0,22,https://pypi.org/project/neural-structured-learning,2020-08-18 00:35:35+00:00,,2635.0,2635.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +435,FinTA,peerchemist/finta,finta,,,financial-data,,https://github.com/peerchemist/finta,https://github.com/peerchemist/finta,LGPL-3.0,2016-09-01 21:02:46+00:00,2020-12-16 07:15:23+00:00,2020-11-04 21:30:11+00:00,276.0,7.0,58.0,737.0,364.0,2020-10-21 11:36:19+00:00,1.2,19.0,Common financial technical indicators implemented in Pandas.,53.0,51.0,21.0,22,https://pypi.org/project/finta,2020-10-21 11:39:44+00:00,2.0,2767.0,2767.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +436,Explainability 360,Trusted-AI/AIX360,aix360,,,interpretability,,https://github.com/Trusted-AI/AIX360,https://github.com/Trusted-AI/AIX360,Apache-2.0,2019-07-11 07:17:48+00:00,2020-12-04 16:51:14+00:00,2020-12-04 16:49:39+00:00,160.0,26.0,18.0,735.0,305.0,2020-10-28 09:32:21+00:00,0.2.1,4.0,Interpretability and explainability of data and machine learning models.,13.0,12.0,27.0,22,https://pypi.org/project/aix360,2020-10-28 09:18:17+00:00,1.0,704.0,704.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +437,openTSNE,pavlin-policar/openTSNE,opentsne,conda-forge/opentsne,,data-viz,,https://github.com/pavlin-policar/openTSNE,https://github.com/pavlin-policar/openTSNE,BSD-3-Clause,2018-06-08 18:42:09+00:00,2020-11-27 13:41:37+00:00,2020-11-27 13:40:26+00:00,78.0,3.0,68.0,723.0,496.0,2020-05-08 13:03:50+00:00,0.4.4,17.0,"Extensible, parallel implementations of t-SNE.",160.0,156.0,10.0,22,https://pypi.org/project/opentsne,2020-08-04 06:43:16+00:00,4.0,11250.0,11250.0,https://anaconda.org/conda-forge/opentsne,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +438,TreeInterpreter,andosa/treeinterpreter,treeinterpreter,,,interpretability,['sklearn'],https://github.com/andosa/treeinterpreter,https://github.com/andosa/treeinterpreter,BSD-3-Clause,2015-08-02 20:26:21+00:00,2020-10-03 02:17:19+00:00,2020-06-22 18:40:46+00:00,127.0,18.0,1.0,628.0,34.0,2018-12-16 14:02:34+00:00,0.2.2,4.0,Package for interpreting scikit-learn's decision tree and random forest predictions.,110.0,106.0,10.0,22,https://pypi.org/project/treeinterpreter,2018-12-16 14:02:34+00:00,4.0,76599.0,76599.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +439,Node2Vec,eliorc/node2vec,node2vec,,,graph,,https://github.com/eliorc/node2vec,https://github.com/eliorc/node2vec,MIT,2017-12-08 13:30:06+00:00,2020-11-28 08:59:52+00:00,2020-11-28 08:54:36+00:00,159.0,1.0,46.0,596.0,44.0,2020-11-28 08:59:52+00:00,0.4.0,12.0,Implementation of the node2vec algorithm.,107.0,102.0,6.0,22,https://pypi.org/project/node2vec,2020-11-28 08:57:22+00:00,5.0,8010.0,8010.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +440,Pandas-Bokeh,PatrikHlobil/Pandas-Bokeh,pandas-bokeh,,,data-viz,['pandas'],https://github.com/PatrikHlobil/Pandas-Bokeh,https://github.com/PatrikHlobil/Pandas-Bokeh,MIT,2018-11-23 20:49:14+00:00,2020-11-27 08:30:55+00:00,2020-11-27 08:28:43+00:00,74.0,20.0,51.0,586.0,259.0,2020-11-27 08:29:09+00:00,0.5.2,13.0,Bokeh Plotting Backend for Pandas and GeoPandas.,124.0,114.0,11.0,22,https://pypi.org/project/pandas-bokeh,2020-11-27 08:30:55+00:00,10.0,7961.0,7961.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +441,pyproj,pyproj4/pyproj,pyproj,,,geospatial-data,,https://github.com/pyproj4/pyproj,https://github.com/pyproj4/pyproj,MIT,2014-12-29 21:38:25+00:00,2020-12-10 18:05:45+00:00,2020-12-10 18:04:07+00:00,144.0,6.0,370.0,552.0,1092.0,2020-11-05 13:39:29+00:00,3.0.0.post1,34.0,Python interface to PROJ (cartographic projections and coordinate transformations library).,10278.0,7816.0,39.0,22,https://pypi.org/project/pyproj,2020-11-05 14:28:45+00:00,2462.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +442,Prince,MaxHalford/prince,prince,,,others,['sklearn'],https://github.com/MaxHalford/prince,https://github.com/MaxHalford/prince,MIT,2016-10-22 12:36:06+00:00,2020-10-06 11:48:49+00:00,2020-10-06 11:26:04+00:00,108.0,24.0,64.0,536.0,178.0,2020-10-06 11:26:47+00:00,0.7.1,41.0,"Python factor analysis library (PCA, CA, MCA, MFA, FAMD).",98.0,95.0,9.0,22,https://pypi.org/project/prince,2020-10-06 11:26:47+00:00,3.0,6258.0,6258.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +443,Guild AI,guildai/guildai,guildai,,,ml-experiments,,https://github.com/guildai/guildai,https://github.com/guildai/guildai,Apache-2.0,2017-09-27 18:57:50+00:00,2020-12-15 23:42:26+00:00,2020-12-15 23:41:58+00:00,44.0,93.0,143.0,511.0,4168.0,2020-12-05 17:36:38+00:00,0.7.1,155.0,"Experiment tracking, ML developer tools.",25.0,25.0,16.0,22,https://pypi.org/project/guildai,2020-12-05 17:36:38+00:00,,4609.0,4609.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +444,vega,vega/ipyvega,vega,conda-forge/vega,,data-viz,['jupyter'],https://github.com/vega/ipyvega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47+00:00,2020-12-14 16:46:32+00:00,2020-12-14 16:46:29+00:00,46.0,8.0,79.0,289.0,461.0,2020-05-15 23:40:02+00:00,3.4.0,37.0,IPython/Jupyter notebook module for Vega and Vega-Lite.,148.0,,9.0,22,https://pypi.org/project/vega,2020-05-15 23:40:02+00:00,148.0,10635.0,10635.0,https://anaconda.org/conda-forge/vega,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +445,SDV,sdv-dev/SDV,sdv,,,data-loading,,https://github.com/sdv-dev/SDV,https://github.com/sdv-dev/SDV,MIT,2018-05-11 15:56:50+00:00,2020-12-10 12:40:36+00:00,2020-12-07 19:08:43+00:00,48.0,36.0,124.0,280.0,731.0,2020-11-25 21:16:43+00:00,0.5.0,31.0,"Synthetic Data Generation for tabular, relational and time series data.",12.0,12.0,32.0,22,https://pypi.org/project/sdv,2020-11-25 21:16:03+00:00,,1516.0,1516.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +446,py3nvml,fbcotter/py3nvml,py3nvml,,,gpu-utilities,,https://github.com/fbcotter/py3nvml,https://github.com/fbcotter/py3nvml,BSD-3-Clause,2016-11-21 01:07:37+00:00,2020-04-23 06:54:43+00:00,2020-04-23 06:54:42+00:00,24.0,2.0,8.0,159.0,79.0,2020-04-06 16:02:10+00:00,0.2.6,13.0,Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.,230.0,210.0,6.0,22,https://pypi.org/project/py3nvml,2020-04-06 16:02:10+00:00,20.0,72487.0,72487.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +447,cloudant,cloudant/python-cloudant,cloudant,,,db-clients,,https://github.com/cloudant/python-cloudant,https://github.com/cloudant/python-cloudant,Apache-2.0,2015-08-28 16:22:49+00:00,2020-12-15 19:31:50+00:00,2020-11-25 17:20:12+00:00,44.0,39.0,240.0,156.0,802.0,2020-08-18 12:14:54+00:00,2.14.0,46.0,A Python library for Cloudant and CouchDB.,1767.0,1233.0,27.0,22,https://pypi.org/project/cloudant,2020-08-18 11:22:22+00:00,534.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +448,Recommenders,microsoft/recommenders,,,,recommender-systems,,https://github.com/microsoft/recommenders,https://github.com/microsoft/recommenders,MIT,2018-09-19 10:06:07+00:00,2020-12-09 22:07:22+00:00,2020-11-27 17:04:52+00:00,1472.0,100.0,425.0,8821.0,6206.0,2020-08-20 15:11:46+00:00,2020.8,6.0,Best Practices on Recommendation Systems.,1.0,1.0,86.0,21,,,,,,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +449,Dejavu,worldveil/dejavu,PyDejavu,,,audio,,https://github.com/worldveil/dejavu,https://github.com/worldveil/dejavu,MIT,2013-11-19 02:50:35+00:00,2020-10-29 17:40:17+00:00,2020-06-03 05:58:03+00:00,1236.0,83.0,129.0,5249.0,146.0,2015-04-19 21:20:16+00:00,0.1.3,4.0,Audio fingerprinting and recognition in Python.,17.0,16.0,23.0,21,https://pypi.org/project/PyDejavu,2015-04-19 21:20:16+00:00,1.0,144.0,144.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +450,PDFMiner,euske/pdfminer,pdfminer,,,data-loading,,https://github.com/euske/pdfminer,https://github.com/euske/pdfminer,MIT,2010-12-12 12:50:22+00:00,2020-06-23 18:16:10+00:00,2020-01-18 07:00:32+00:00,1024.0,222.0,38.0,4448.0,540.0,,,24.0,Python PDF Parser (Not actively maintained). Check out pdfminer.six.,3367.0,1901.0,28.0,21,https://pypi.org/project/pdfminer,2019-11-25 12:02:21+00:00,1466.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +451,mace,XiaoMi/mace,,,,ml-frameworks,,https://github.com/XiaoMi/mace,https://github.com/XiaoMi/mace,Apache-2.0,2018-06-27 03:50:12+00:00,2020-11-04 12:39:59+00:00,2020-11-04 11:55:55+00:00,740.0,37.0,574.0,4236.0,3059.0,2020-11-04 12:43:00+00:00,1.0.0,7.0,MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.,,,54.0,21,,,,,45.0,,,,True,3,1272.0,,,,,,,,,,,,,,,,,,,,,, +452,MMF,facebookresearch/mmf,mmf,,,image,['pytorch'],https://github.com/facebookresearch/mmf,https://github.com/facebookresearch/mmf,BSD-3-Clause,2018-06-27 04:52:40+00:00,2020-12-16 05:48:20+00:00,2020-12-10 13:55:36+00:00,585.0,88.0,313.0,3993.0,753.0,2019-08-26 19:04:21+00:00,0.3.1,11.0,A modular framework for vision & language multimodal research from Facebook AI Research (FAIR).,6.0,6.0,50.0,21,https://pypi.org/project/mmf,2020-06-11 16:09:52+00:00,,319.0,319.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +453,MatchZoo,NTMC-Community/MatchZoo,matchzoo,,,nlp,['keras'],https://github.com/NTMC-Community/MatchZoo,https://github.com/NTMC-Community/MatchZoo,Apache-2.0,2017-06-08 08:55:22+00:00,2020-06-17 07:27:59+00:00,2019-10-24 13:10:07+00:00,858.0,23.0,427.0,3292.0,1808.0,2019-10-24 13:09:11+00:00,2.2.0,5.0,"Facilitating the design, comparison and sharing of deep text matching models.",9.0,9.0,35.0,21,https://pypi.org/project/matchzoo,2019-10-24 13:09:11+00:00,,303.0,303.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +454,yellowbrick,DistrictDataLabs/yellowbrick,yellowbrick,,,interpretability,['sklearn'],https://github.com/DistrictDataLabs/yellowbrick,https://github.com/DistrictDataLabs/yellowbrick,Apache-2.0,2016-05-18 14:12:17+00:00,2020-11-01 16:41:29+00:00,2020-11-01 16:41:28+00:00,462.0,83.0,504.0,3033.0,829.0,2020-10-09 19:34:55+00:00,1.2,19.0,Visual analysis and diagnostic tools to facilitate machine learning model selection.,62.0,,95.0,21,https://pypi.org/project/yellowbrick,2020-10-09 19:35:00+00:00,62.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +455,TensorWatch,microsoft/tensorwatch,tensorwatch,,,ml-experiments,,https://github.com/microsoft/tensorwatch,https://github.com/microsoft/tensorwatch,MIT,2019-05-15 08:29:34+00:00,2020-09-16 04:30:12+00:00,2020-09-16 04:30:11+00:00,304.0,48.0,14.0,2984.0,108.0,2020-03-04 07:26:22+00:00,0.9.1,14.0,"Debugging, monitoring and visualization for Python Machine Learning and Data Science.",47.0,41.0,11.0,21,https://pypi.org/project/tensorwatch,2020-03-04 07:26:22+00:00,6.0,1379.0,1379.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +456,NLP Architect,IntelLabs/nlp-architect,nlp-architect,,,nlp,,https://github.com/IntelLabs/nlp-architect,https://github.com/IntelLabs/nlp-architect,Apache-2.0,2018-05-17 21:00:13+00:00,2020-12-09 14:58:41+00:00,2020-11-26 15:35:15+00:00,394.0,16.0,101.0,2555.0,946.0,2020-11-17 12:32:37+00:00,0.5.5.1,13.0,A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language..,6.0,6.0,35.0,21,https://pypi.org/project/nlp-architect,2020-04-12 11:34:38+00:00,,262.0,262.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +457,tensorflow-graphics,tensorflow/graphics,tensorflow-graphics,,,image,['tensorflow'],https://github.com/tensorflow/graphics,https://github.com/tensorflow/graphics,Apache-2.0,2019-01-08 10:39:44+00:00,2020-11-13 18:50:29+00:00,2020-10-30 10:26:19+00:00,261.0,87.0,81.0,2362.0,566.0,2020-05-20 19:56:41+00:00,2020.5.20,21.0,TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow.,3.0,,30.0,21,https://pypi.org/project/tensorflow-graphics,2020-05-20 19:56:41+00:00,3.0,929.0,929.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +458,Image Super-Resolution,idealo/image-super-resolution,ISR,,,image,['tensorflow'],https://github.com/idealo/image-super-resolution,https://github.com/idealo/image-super-resolution,Apache-2.0,2018-11-26 13:41:13+00:00,2020-11-11 15:09:20+00:00,2020-11-11 15:09:19+00:00,444.0,43.0,95.0,2334.0,138.0,2020-01-08 15:37:35+00:00,2.2.0,11.0,Super-scale your images and run experiments with Residual Dense and Adversarial Networks.,38.0,34.0,9.0,21,https://pypi.org/project/ISR,2020-01-08 15:37:35+00:00,4.0,2251.0,2255.0,,,,True,3,,,,idealo/image-super-resolution-gpu,https://hub.docker.com/r/idealo/image-super-resolution-gpu,2019-04-01 13:48:45.697251+00:00,,108.0,,,,,,,,,,,,,,, +459,Luminoth,tryolabs/luminoth,luminoth,,,image,['tensorflow'],https://github.com/tryolabs/luminoth,https://github.com/tryolabs/luminoth,BSD-3-Clause,2017-02-16 15:07:46+00:00,2020-11-13 18:44:46+00:00,2020-01-07 20:53:25+00:00,402.0,50.0,127.0,2329.0,838.0,2018-10-31 22:19:52+00:00,0.2.3,10.0,Deep Learning toolkit for Computer Vision.,27.0,27.0,15.0,21,https://pypi.org/project/luminoth,2018-11-09 21:35:17+00:00,,619.0,910.0,,,,True,3,11068.0,,,,,,,,,,,,,,,,,,,,,, +460,Porcupine,Picovoice/Porcupine,pvporcupine,,,audio,,https://github.com/Picovoice/porcupine,https://github.com/Picovoice/porcupine,Apache-2.0,2018-03-08 01:55:25+00:00,2020-12-15 01:40:26+00:00,2020-12-15 01:40:14+00:00,323.0,6.0,257.0,2252.0,332.0,2020-12-02 15:34:40+00:00,1.9,13.0,On-device wake word detection powered by deep learning.,3.0,3.0,25.0,21,https://pypi.org/project/pvporcupine,2020-10-02 19:16:49+00:00,0.0,669.0,669.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +461,NeMo,NVIDIA/NeMo,nemo-toolkit,,,nlp,['pytorch'],https://github.com/NVIDIA/NeMo,https://github.com/NVIDIA/NeMo,Apache-2.0,2019-08-05 20:16:42+00:00,2020-12-16 07:51:55+00:00,2020-12-15 17:30:23+00:00,356.0,159.0,230.0,2247.0,,2020-07-10 00:01:18+00:00,0.11.0,36.0,NeMo: a toolkit for conversational AI.,4.0,,64.0,21,https://pypi.org/project/nemo-toolkit,2020-12-11 21:33:53+00:00,4.0,2410.0,2434.0,,,,True,3,372.0,,,,,,,,,,,,,,,,,,,,,, +462,Texar,asyml/texar,texar,,,nlp,['tensorflow'],https://github.com/asyml/texar,https://github.com/asyml/texar,Apache-2.0,2017-07-22 19:02:05+00:00,2020-09-17 07:03:55+00:00,2020-07-29 00:38:30+00:00,327.0,32.0,126.0,2065.0,1719.0,2019-11-19 04:11:18+00:00,0.2.4,6.0,"Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the..",14.0,12.0,41.0,21,https://pypi.org/project/texar,2019-11-19 04:11:18+00:00,2.0,131.0,131.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +463,Texthero,jbesomi/texthero,texthero,,,nlp,,https://github.com/jbesomi/texthero,https://github.com/jbesomi/texthero,MIT,2020-04-06 15:16:05+00:00,2020-12-09 16:49:27+00:00,2020-11-03 07:58:36+00:00,177.0,73.0,47.0,2008.0,267.0,2020-07-06 20:32:28+00:00,1.0.9,9.0,"Text preprocessing, representation and visualization from zero to hero.",,,18.0,21,https://pypi.org/project/texthero,2020-07-06 20:29:25+00:00,,3528.0,3534.0,,,,True,3,55.0,,,,,,,,,,,,,,,,,,,,,, +464,TF Ranking,tensorflow/ranking,tensorflow_ranking,,,recommender-systems,['tensorflow'],https://github.com/tensorflow/ranking,https://github.com/tensorflow/ranking,Apache-2.0,2018-12-03 20:48:57+00:00,2020-08-29 04:38:20+00:00,2020-08-19 20:44:22+00:00,349.0,21.0,193.0,1980.0,213.0,2020-08-19 21:58:05+00:00,0.3.2,14.0,Learning to Rank in TensorFlow.,1.0,,17.0,21,https://pypi.org/project/tensorflow_ranking,2020-08-19 21:14:13+00:00,1.0,22468.0,22468.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +465,knockknock,huggingface/knockknock,knockknock,,,ml-experiments,,https://github.com/huggingface/knockknock,https://github.com/huggingface/knockknock,MIT,2019-03-20 13:08:55+00:00,2020-07-31 11:55:05+00:00,2020-03-16 04:26:47+00:00,152.0,12.0,21.0,1903.0,75.0,2020-03-04 04:15:47+00:00,0.1.8,10.0,Knock Knock: Get notified when your training ends with only two additional lines of code.,114.0,111.0,18.0,21,https://pypi.org/project/knockknock,2020-03-16 14:30:23+00:00,3.0,1284.0,1284.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +466,Magnitude,plasticityai/magnitude,pymagnitude,,,nn-search,,https://github.com/plasticityai/magnitude,https://github.com/plasticityai/magnitude,MIT,2018-02-24 07:28:16+00:00,2020-07-17 20:19:50+00:00,2020-07-17 20:19:46+00:00,98.0,24.0,50.0,1369.0,350.0,2020-05-25 11:26:36+00:00,0.1.143,128.0,"A fast, efficient universal vector embedding utility package.",175.0,161.0,4.0,21,https://pypi.org/project/pymagnitude,2020-05-25 11:26:36+00:00,14.0,4263.0,4263.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +467,DELTA,Delta-ML/delta,delta-nlp,,,nlp,['tensorflow'],https://github.com/Delta-ML/delta,https://github.com/Delta-ML/delta,Apache-2.0,2019-05-29 08:33:57+00:00,2020-12-16 12:13:59+00:00,2020-11-25 06:25:10+00:00,269.0,9.0,64.0,1350.0,926.0,2020-07-16 09:31:45+00:00,0.3.3,4.0,DELTA is a deep learning based natural language and speech processing platform.,,,41.0,21,https://pypi.org/project/delta-nlp,2020-03-27 04:46:19+00:00,,34.0,640.0,,,,True,3,,,,zh794390558/delta,https://hub.docker.com/r/zh794390558/delta,2020-12-15 16:44:27.150519+00:00,,11528.0,,,,,,,,,,,,,,, +468,TensorFlow Privacy,tensorflow/privacy,tensorflow-privacy,,,privacy-ml,['tensorflow'],https://github.com/tensorflow/privacy,https://github.com/tensorflow/privacy,Apache-2.0,2018-12-21 18:46:46+00:00,2020-12-14 20:08:20+00:00,2020-12-08 14:12:00+00:00,259.0,39.0,74.0,1282.0,398.0,2020-09-03 01:13:47+00:00,.0.5.1,9.0,Library for training machine learning models with privacy for training data.,1.0,,33.0,21,https://pypi.org/project/tensorflow-privacy,2020-09-03 01:10:15+00:00,1.0,4857.0,4859.0,,,,True,2,41.0,,,,,,,,,,,,,,,,,,,,,, +469,Neural Tangents,google/neural-tangents,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+00:00,2020-12-16 07:58:12+00:00,2020-12-16 07:58:04+00:00,133.0,24.0,47.0,1233.0,335.0,2020-11-18 04:34:54+00:00,0.3.5,19.0,Fast and Easy Infinite Neural Networks in Python.,12.0,12.0,16.0,21,https://pypi.org/project/neural-tangents,2020-11-18 04:23:35+00:00,,650.0,659.0,,,,True,3,57.0,,,,,,,,,,,,,,,,,,,,,, +470,Pypeline,cgarciae/pypeln,pypeln,,,data-pipelines,,https://github.com/cgarciae/pypeln,https://github.com/cgarciae/pypeln,MIT,2018-09-01 13:43:31+00:00,2020-11-14 00:02:17+00:00,2020-11-13 23:36:42+00:00,64.0,11.0,34.0,1183.0,227.0,2020-10-11 21:02:19+00:00,0.4.6,33.0,Concurrent data pipelines in Python .,5.0,,8.0,21,https://pypi.org/project/pypeln,2020-10-11 21:01:30+00:00,5.0,3644.0,3644.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +471,Torchmeta,tristandeleu/pytorch-meta,torchmeta,,,pytorch-utils,['pytorch'],https://github.com/tristandeleu/pytorch-meta,https://github.com/tristandeleu/pytorch-meta,MIT,2018-12-04 23:36:45+00:00,2020-11-25 16:45:01+00:00,2020-11-25 16:41:48+00:00,128.0,17.0,69.0,1135.0,341.0,2020-11-25 16:45:01+00:00,1.6.1,26.0,A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch.,22.0,22.0,10.0,21,https://pypi.org/project/torchmeta,2020-11-25 16:45:01+00:00,,728.0,728.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +472,TFEncrypted,tf-encrypted/tf-encrypted,tf-encrypted,,,privacy-ml,['tensorflow'],https://github.com/tf-encrypted/tf-encrypted,https://github.com/tf-encrypted/tf-encrypted,Apache-2.0,2018-03-21 18:22:13+00:00,2020-11-19 15:48:03+00:00,2020-08-19 16:56:56+00:00,133.0,161.0,230.0,801.0,595.0,2019-09-27 20:00:01+00:00,0.5.9,35.0,A Framework for Encrypted Machine Learning in TensorFlow.,52.0,44.0,28.0,21,https://pypi.org/project/tf-encrypted,2019-10-21 18:05:53+00:00,8.0,691.0,691.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +473,scikit-cuda,lebedov/scikit-cuda,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+00:00,2020-07-13 12:48:39+00:00,2020-07-13 12:47:46+00:00,154.0,36.0,163.0,780.0,1026.0,2019-05-27 00:29:00+00:00,0.5.3,7.0,Python interface to GPU-powered libraries.,143.0,112.0,44.0,21,https://pypi.org/project/scikit-cuda,2019-05-27 00:29:00+00:00,31.0,715.0,715.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +474,AstroML,astroML/astroML,astroML,,,others,['sklearn'],https://github.com/astroML/astroML,https://github.com/astroML/astroML,BSD-2-Clause,2012-10-17 22:33:50+00:00,2020-09-09 15:52:15+00:00,2020-09-09 15:52:13+00:00,246.0,48.0,80.0,699.0,508.0,2019-10-02 06:32:58+00:00,0.4.1,10.0,"Machine learning, statistics, and data mining for astronomy and astrophysics.",187.0,158.0,29.0,21,https://pypi.org/project/astroML,2020-03-23 23:20:49+00:00,29.0,866.0,866.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +475,gmaps,pbugnion/gmaps,gmaps,,,geospatial-data,['jupyter'],https://github.com/pbugnion/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06+00:00,2020-10-13 07:09:18+00:00,2019-07-22 06:22:45+00:00,141.0,63.0,135.0,689.0,1380.0,2019-07-21 08:49:48.715000+00:00,0.9.0,93.0,Google maps for Jupyter notebooks.,38.0,1.0,16.0,21,https://pypi.org/project/gmaps,2019-07-20 07:47:04+00:00,37.0,3727.0,5338.0,,,,False,3,,,,,,,,,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715000+00:00,,1611.0,,,,,,,,,, +476,Madmom,CPJKU/madmom,madmom,,,audio,,https://github.com/CPJKU/madmom,https://github.com/CPJKU/madmom,BSD-3-Clause,2015-09-08 08:19:06+00:00,2020-04-14 03:42:18+00:00,2019-12-19 14:46:37+00:00,115.0,43.0,176.0,687.0,1722.0,2018-11-14 14:57:41+00:00,0.16.1,11.0,Python audio and music signal processing library.,117.0,109.0,19.0,21,https://pypi.org/project/madmom,2018-11-14 14:56:22+00:00,8.0,1138.0,1138.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +477,pickleDB,patx/pickledb,pickledb,,,data-containers,,https://github.com/patx/pickledb,https://github.com/patx/pickledb,BSD-3-Clause,2011-10-28 00:04:40+00:00,2020-08-25 09:47:52+00:00,2019-11-15 03:38:30+00:00,91.0,16.0,39.0,522.0,105.0,2019-01-13 22:40:32+00:00,0.9.1,19.0,pickleDB is an open source key-value store using Python's json module.,515.0,413.0,11.0,21,https://pypi.org/project/pickledb,2019-01-13 22:40:32+00:00,102.0,16269.0,16269.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +478,Studio.ml,studioml/studio,studioml,,,ml-experiments,,https://github.com/studioml/studio,https://github.com/studioml/studio,Apache-2.0,2017-05-15 01:49:28+00:00,2020-12-16 02:46:00+00:00,2020-11-19 20:43:12+00:00,47.0,58.0,187.0,366.0,2297.0,2020-11-19 23:30:00+00:00,0.0.35,170.0,Studio: Simplify and expedite model building process.,2.0,2.0,21.0,21,https://pypi.org/project/studioml,2020-12-16 02:46:00+00:00,,1203.0,1203.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +479,Pandas Summary,mouradmourafiq/pandas-summary,pandas-summary,,,data-containers,['pandas'],https://github.com/mouradmourafiq/pandas-summary,https://github.com/mouradmourafiq/pandas-summary,MIT,2016-03-25 21:59:32+00:00,2019-08-24 21:10:25+00:00,2019-08-24 21:10:24+00:00,33.0,8.0,5.0,357.0,24.0,2016-08-30 07:54:59+00:00,0.0.41,8.0,An extension to pandas dataframes describe function.,559.0,540.0,6.0,21,https://pypi.org/project/pandas-summary,2016-08-30 07:54:59+00:00,19.0,12865.0,12865.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +480,PyNNDescent,lmcinnes/pynndescent,pynndescent,,,nn-search,,https://github.com/lmcinnes/pynndescent,https://github.com/lmcinnes/pynndescent,BSD-2-Clause,2018-02-07 23:23:54+00:00,2020-11-28 21:20:02+00:00,2020-11-28 21:19:56+00:00,43.0,26.0,27.0,339.0,453.0,2020-11-19 20:20:48+00:00,0.5.1,20.0,A Python nearest neighbor descent for approximate nearest neighbors.,3.0,,10.0,21,https://pypi.org/project/pynndescent,2020-11-19 20:20:48+00:00,3.0,12118.0,12118.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +481,PyTorch Sparse,rusty1s/pytorch_sparse,torch-sparse,,,pytorch-utils,['pytorch'],https://github.com/rusty1s/pytorch_sparse,https://github.com/rusty1s/pytorch_sparse,MIT,2018-07-28 18:46:53+00:00,2020-12-01 08:48:36+00:00,2020-12-01 08:48:19+00:00,39.0,31.0,44.0,321.0,504.0,2020-11-02 10:42:59+00:00,0.6.8,21.0,PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations.,17.0,,11.0,21,https://pypi.org/project/torch-sparse,2020-11-02 10:43:20+00:00,17.0,3830.0,3830.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +482,torch-cluster,rusty1s/pytorch_cluster,torch-cluster,,,graph,['pytorch'],https://github.com/rusty1s/pytorch_cluster,https://github.com/rusty1s/pytorch_cluster,MIT,2018-01-12 20:56:06+00:00,2020-12-07 09:11:31+00:00,2020-12-07 09:11:30+00:00,60.0,34.0,37.0,308.0,498.0,2020-10-31 14:42:35+00:00,1.5.8,38.0,PyTorch Extension Library of Optimized Graph Cluster Algorithms.,16.0,,17.0,21,https://pypi.org/project/torch-cluster,2020-10-31 14:42:35+00:00,16.0,2702.0,2702.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +483,NIPY,nipy/nipy,nipy,,,medical-data,,https://github.com/nipy/nipy,https://github.com/nipy/nipy,DSDP,2010-05-02 10:00:33+00:00,2020-11-24 19:22:47+00:00,2020-10-14 22:51:30+00:00,116.0,37.0,104.0,287.0,6371.0,2018-02-19 14:14:08+00:00,0.4.2,6.0,Neuroimaging in Python FMRI analysis package.,29.0,,63.0,21,https://pypi.org/project/nipy,2018-02-19 14:14:08+00:00,29.0,1274.0,1274.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +484,pymap3d,geospace-code/pymap3d,pymap3d,,,geospatial-data,,https://github.com/geospace-code/pymap3d,https://github.com/geospace-code/pymap3d,BSD-2-Clause,2014-08-03 04:28:03+00:00,2020-11-08 05:25:47+00:00,2020-11-08 05:25:44+00:00,55.0,2.0,22.0,165.0,621.0,2020-09-21 15:20:10+00:00,2.4.3,45.0,pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci.,3.0,,8.0,21,https://pypi.org/project/pymap3d,2020-09-21 15:16:49+00:00,3.0,19732.0,19732.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +485,filedepot,amol-/depot,filedepot,,,db-clients,,https://github.com/amol-/depot,https://github.com/amol-/depot,MIT,2014-06-04 10:27:12+00:00,2020-07-27 18:27:16+00:00,2020-07-27 18:22:42+00:00,32.0,6.0,33.0,119.0,257.0,2020-07-27 18:26:46+00:00,0.8.0,23.0,Toolkit for storing files and attachments in web applications.,303.0,215.0,18.0,21,https://pypi.org/project/filedepot,2020-07-27 18:27:16+00:00,88.0,2183.0,2183.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +486,beautifulsoup4,,beautifulsoup4,,,web-scraping,,,http://www.crummy.com/software/BeautifulSoup/bs4/,MIT,,2020-10-03 15:37:19+00:00,,,,,,,2020-10-03 15:37:19+00:00,4.9.3,33.0,Screen-scraping library.,61666.0,,,21,https://pypi.org/project/beautifulsoup4,2020-10-03 15:37:19+00:00,61666.0,9092310.0,9092310.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +487,Photon,s0md3v/Photon,photon,,,web-scraping,,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018-03-30 19:38:22+00:00,2020-10-28 14:01:02+00:00,2019-12-06 14:59:47+00:00,983.0,33.0,65.0,7394.0,324.0,2019-04-05 15:15:47+00:00,1.3.0,18.0,Incredibly fast crawler designed for OSINT.,5.0,,21.0,20,https://pypi.org/project/photon,2019-01-25 01:13:36+00:00,5.0,445.0,445.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +488,Apex,NVIDIA/apex,,conda-forge/nvidia-apex,,gpu-utilities,['pytorch'],https://github.com/NVIDIA/apex,https://github.com/NVIDIA/apex,BSD-3-Clause,2018-04-23 16:28:52+00:00,2020-12-04 10:59:26+00:00,2020-12-04 10:59:25+00:00,656.0,425.0,359.0,4855.0,826.0,,,,A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch.,403.0,403.0,76.0,20,,,,,,https://anaconda.org/conda-forge/nvidia-apex,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +489,cuDF,rapidsai/cudf,cudf,,,gpu-utilities,,https://github.com/rapidsai/cudf,https://github.com/rapidsai/cudf,Apache-2.0,2017-05-07 03:43:37+00:00,2020-12-16 12:36:06+00:00,2020-12-16 07:07:26+00:00,463.0,545.0,2670.0,3538.0,,2020-12-10 17:28:54+00:00,0.17.0,5.0,cuDF - GPU DataFrame Library.,2.0,,197.0,20,https://pypi.org/project/cudf,2020-06-01 20:07:47+00:00,2.0,793.0,793.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +490,DeepMatcher,anhaidgroup/deepmatcher,deepmatcher,,,nlp,,https://github.com/anhaidgroup/deepmatcher,https://github.com/anhaidgroup/deepmatcher,BSD-3-Clause,2017-12-01 19:01:11+00:00,2020-09-27 17:25:56+00:00,2020-04-20 02:34:24+00:00,1248.0,47.0,15.0,3315.0,169.0,2019-12-30 19:49:33+00:00,0.1.1,9.0,Python package for performing Entity and Text Matching using Deep Learning.,9.0,9.0,7.0,20,https://pypi.org/project/deepmatcher,2019-12-30 19:49:33+00:00,,342.0,342.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +491,MindsDB,mindsdb/mindsdb,mindsdb,,,ml-frameworks,['pytorch'],https://github.com/mindsdb/mindsdb,https://github.com/mindsdb/mindsdb,GPL-3.0,2018-08-02 17:56:45+00:00,2020-12-16 11:44:27+00:00,2020-12-11 12:36:29+00:00,403.0,36.0,452.0,3085.0,,2020-12-11 13:08:38+00:00,2.15.0,42.0,Predictive AI layer for existing databases.,3.0,,54.0,20,https://pypi.org/project/mindsdb,2019-03-19 05:07:23+00:00,3.0,1747.0,1747.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +492,TRFL,deepmind/trfl,trfl,,,reinforcement-learning,['tensorflow'],https://github.com/deepmind/trfl,https://github.com/deepmind/trfl,Apache-2.0,2018-08-08 14:44:11+00:00,2020-11-06 04:44:44+00:00,2020-04-20 13:05:56+00:00,363.0,4.0,16.0,3051.0,116.0,2020-04-20 14:11:57+00:00,1.1.0,4.0,TensorFlow Reinforcement Learning.,37.0,35.0,12.0,20,https://pypi.org/project/trfl,2020-04-20 14:11:57+00:00,2.0,807.0,807.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +493,AutoScraper,alirezamika/autoscraper,autoscraper,,,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19+00:00,2020-12-15 09:03:03+00:00,2020-12-15 09:03:02+00:00,284.0,3.0,23.0,3049.0,124.0,2020-11-29 13:02:41+00:00,1.1.10,13.0,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",14.0,14.0,6.0,20,https://pypi.org/project/autoscraper,2020-11-29 13:03:11+00:00,,794.0,794.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +494,Profiling,what-studio/profiling,profiling,,,system-monitoring,,https://github.com/what-studio/profiling,https://github.com/what-studio/profiling,BSD-3-Clause,2014-09-03 10:35:57+00:00,2020-08-24 01:31:58+00:00,2020-08-24 01:31:58+00:00,113.0,15.0,20.0,3001.0,433.0,2017-06-28 06:10:16+00:00,0.1.3,3.0,Was an interactive continuous Python profiler.,34.0,29.0,18.0,20,https://pypi.org/project/profiling,2017-06-28 06:10:16+00:00,5.0,2679.0,2679.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +495,DALI,NVIDIA/DALI,,,,gpu-utilities,,https://github.com/NVIDIA/DALI,https://github.com/NVIDIA/DALI,Apache-2.0,2018-06-01 22:18:01+00:00,2020-12-16 10:31:58+00:00,2020-12-14 21:39:12+00:00,355.0,174.0,571.0,2984.0,1634.0,2020-11-30 15:46:55+00:00,0.28.0,34.0,A library containing both highly optimized building blocks and an execution engine for data pre-processing in deep..,,,53.0,20,,,,,,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +496,AdaBound,Luolc/AdaBound,adabound,,,pytorch-utils,['pytorch'],https://github.com/Luolc/AdaBound,https://github.com/Luolc/AdaBound,Apache-2.0,2019-02-15 18:05:20+00:00,2019-03-06 17:01:52+00:00,2019-03-06 17:01:45+00:00,317.0,16.0,7.0,2818.0,27.0,2019-03-06 16:44:42+00:00,0.0.5,4.0,An optimizer that trains as fast as Adam and as good as SGD.,97.0,91.0,2.0,20,https://pypi.org/project/adabound,2019-02-26 04:23:45+00:00,6.0,1164.0,1164.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +497,SHOGUN,shogun-toolbox/shogun,shogun-ml,,,ml-frameworks,,https://github.com/shogun-toolbox/shogun,https://github.com/shogun-toolbox/shogun,BSD-3-Clause,2011-04-01 10:44:32+00:00,2020-12-15 01:56:45+00:00,2020-12-08 16:56:38+00:00,1013.0,544.0,1068.0,2771.0,16205.0,2019-07-05 10:23:31+00:00,shogun_6.1.4,10.0,The Shogun Machine Learning Toolbox.,,,248.0,20,https://pypi.org/project/shogun-ml,2018-10-23 02:36:25.133000+00:00,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +498,FATE,FederatedAI/FATE,,,,privacy-ml,,https://github.com/FederatedAI/FATE,https://github.com/FederatedAI/FATE,Apache-2.0,2019-01-24 10:32:43+00:00,2020-12-16 03:39:36+00:00,2020-12-15 13:24:08+00:00,752.0,242.0,518.0,2617.0,6587.0,2020-11-13 13:36:14+00:00,1.5.0,24.0,An Industrial Grade Federated Learning Framework.,,,50.0,20,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +499,BytePS,bytedance/byteps,byteps,,,distributed-ml,,https://github.com/bytedance/byteps,https://github.com/bytedance/byteps,Apache-2.0,2019-06-25 07:00:13+00:00,2020-12-14 06:23:38+00:00,2020-12-06 21:02:44+00:00,356.0,68.0,128.0,2572.0,407.0,2020-08-27 15:42:13+00:00,0.2.4,7.0,A high performance and generic framework for distributed DNN training.,,,16.0,20,https://pypi.org/project/byteps,2020-11-04 00:05:46+00:00,,230.0,281.0,,,,True,3,,,,bytepsimage/tensorflow,https://hub.docker.com/r/bytepsimage/tensorflow,2020-03-03 02:33:23.358610+00:00,,924.0,,,,,,,,,,,,,,, +500,StreamAlert,airbnb/streamalert,,,,others,,https://github.com/airbnb/streamalert,https://github.com/airbnb/streamalert,Apache-2.0,2017-01-22 01:10:56+00:00,2020-10-27 21:18:35+00:00,2020-10-05 21:15:11+00:00,281.0,90.0,247.0,2423.0,1892.0,2020-10-05 21:50:56+00:00,3.4.1,27.0,"StreamAlert is a serverless, realtime data analysis framework which empowers you to ingest, analyze, and alert on data..",,,30.0,20,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +501,finmarketpy,cuemacro/finmarketpy,finmarketpy,,,financial-data,,https://github.com/cuemacro/finmarketpy,https://github.com/cuemacro/finmarketpy,Apache-2.0,2015-02-19 23:32:03+00:00,2020-12-02 18:18:09+00:00,2020-12-02 18:18:01+00:00,411.0,21.0,3.0,2404.0,635.0,2020-10-20 09:25:52+00:00,0.11.7,8.0,Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians).,3.0,3.0,13.0,20,https://pypi.org/project/finmarketpy,2020-10-20 09:28:00+00:00,,89.0,89.0,,,,True,3,39.0,,,,,,,,,,,,,,,,,,,,,, +502,DeepVariant,google/deepvariant,,bioconda/deepvariant,,medical-data,['tensorflow'],https://github.com/google/deepvariant,https://github.com/google/deepvariant,BSD-3-Clause,2017-11-23 01:56:22+00:00,2020-12-14 23:35:28+00:00,2020-12-14 23:35:27+00:00,518.0,3.0,358.0,2137.0,1503.0,2020-12-07 17:56:31+00:00,1.1.0,15.0,DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA..,,,19.0,20,,,,,80.0,https://anaconda.org/bioconda/deepvariant,,,True,3,2904.0,,,,,,,,,,,,,,,,,,,,,, +503,TensorTrade,tensortrade-org/tensortrade,tensortrade,,,financial-data,,https://github.com/tensortrade-org/tensortrade,https://github.com/tensortrade-org/tensortrade,Apache-2.0,2019-07-30 21:28:32+00:00,2020-12-13 05:03:21+00:00,2020-09-17 13:33:31+00:00,524.0,33.0,106.0,1990.0,823.0,,,25.0,"An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.",9.0,8.0,42.0,20,https://pypi.org/project/tensortrade,2020-08-24 18:26:46+00:00,1.0,665.0,665.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +504,Kashgari,BrikerMan/Kashgari,kashgari-tf,,,nlp,['tensorflow'],https://github.com/BrikerMan/Kashgari,https://github.com/BrikerMan/Kashgari,Apache-2.0,2019-01-19 01:53:28+00:00,2020-12-09 02:13:33+00:00,2020-10-29 08:08:00+00:00,370.0,29.0,296.0,1963.0,,2020-10-30 12:37:01+00:00,2.0.1,23.0,Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-..,20.0,19.0,19.0,20,https://pypi.org/project/kashgari-tf,2019-06-26 12:27:50+00:00,1.0,237.0,237.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +505,PARL,PaddlePaddle/PARL,parl,,,reinforcement-learning,['paddle'],https://github.com/PaddlePaddle/PARL,https://github.com/PaddlePaddle/PARL,Apache-2.0,2018-04-25 17:54:22+00:00,2020-12-16 11:05:53+00:00,2020-12-15 04:23:45+00:00,393.0,35.0,139.0,1726.0,1.0,2020-11-17 12:11:06+00:00,1.3.3,14.0,A high-performance distributed training framework for Reinforcement Learning.,65.0,65.0,20.0,20,https://pypi.org/project/parl,2020-11-17 12:11:06+00:00,,491.0,491.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +506,pgmpy,pgmpy/pgmpy,pgmpy,,,probabilistics,,https://github.com/pgmpy/pgmpy,https://github.com/pgmpy/pgmpy,MIT,2013-09-20 08:18:58+00:00,2020-12-12 22:04:27+00:00,2020-12-12 22:04:27+00:00,538.0,225.0,484.0,1648.0,6.0,2020-09-30 14:12:15+00:00,0.1.12,10.0,Python Library for learning (Structure and Parameter) and inference (Statistical and Causal) in Bayesian Networks.,173.0,167.0,87.0,20,https://pypi.org/project/pgmpy,2020-06-30 12:59:43+00:00,6.0,,5.0,,,,True,3,32.0,,,,,,,,,,,,,,,,,,,,,, +507,auto_ml,ClimbsRocks/auto_ml,auto_ml,,,hyperopt,,https://github.com/ClimbsRocks/auto_ml,https://github.com/ClimbsRocks/auto_ml,MIT,2016-08-07 21:35:08+00:00,2020-05-19 22:45:27+00:00,2018-03-25 19:46:25+00:00,283.0,176.0,215.0,1505.0,1149.0,2018-02-22 01:13:03+00:00,2.9.10,78.0,[UNMAINTAINED] Automated machine learning for analytics & production.,1.0,,13.0,20,https://pypi.org/project/auto_ml,2018-02-22 01:13:03+00:00,1.0,2156.0,2156.0,,,,False,3,33.0,,,,,,,,,,,,,,,,,,,,,, +508,AmpliGraph,Accenture/AmpliGraph,ampligraph,,,graph,['tensorflow'],https://github.com/Accenture/AmpliGraph,https://github.com/Accenture/AmpliGraph,Apache-2.0,2019-01-09 14:52:05+00:00,2020-08-25 17:19:24+00:00,2020-08-25 17:00:58+00:00,151.0,18.0,155.0,1382.0,895.0,2020-08-25 17:06:46+00:00,1.3.2,11.0,Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org.,9.0,9.0,14.0,20,https://pypi.org/project/ampligraph,2020-08-25 16:59:58+00:00,,793.0,793.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +509,cleanlab,cgnorthcutt/cleanlab,cleanlab,,,others,,https://github.com/cgnorthcutt/cleanlab,https://github.com/cgnorthcutt/cleanlab,MIT,2018-05-11 01:55:21+00:00,2020-12-11 06:18:10+00:00,2020-12-11 06:18:09+00:00,147.0,16.0,35.0,1367.0,695.0,2020-02-17 07:33:06+00:00,0.1.1,15.0,The standard package for machine learning with noisy labels and finding mislabeled data in Python.,8.0,8.0,5.0,20,https://pypi.org/project/cleanlab,2020-02-17 07:33:06+00:00,,2045.0,2045.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +510,TFX,tensorflow/tfx,tfx,,,data-pipelines,['tensorflow'],https://github.com/tensorflow/tfx,https://github.com/tensorflow/tfx,Apache-2.0,2019-02-04 17:14:36+00:00,2020-12-16 07:06:39+00:00,2020-12-16 07:06:29+00:00,363.0,200.0,300.0,1261.0,2942.0,2020-11-19 20:19:41+00:00,0.25.0,36.0,TFX is an end-to-end platform for deploying production ML pipelines.,2.0,,94.0,20,https://pypi.org/project/tfx,2020-11-19 21:33:15+00:00,2.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +511,ThunderSVM,Xtra-Computing/thundersvm,thundersvm,,,ml-frameworks,,https://github.com/Xtra-Computing/thundersvm,https://github.com/Xtra-Computing/thundersvm,Apache-2.0,2014-12-11 04:24:04+00:00,2020-12-14 03:08:11+00:00,2020-12-14 03:08:11+00:00,163.0,41.0,144.0,1246.0,896.0,2020-03-13 12:36:30+00:00,0.3.12,9.0,ThunderSVM: A Fast SVM Library on GPUs and CPUs.,,,33.0,20,https://pypi.org/project/thundersvm,2020-03-13 12:36:30+00:00,,372.0,413.0,,,,True,3,2052.0,,,,,,,,,,,,,,,,,,,,,, +512,db.py,yhat/db.py,db.py,,,db-clients,,https://github.com/yhat/db.py,https://github.com/yhat/db.py,BSD-2-Clause,2014-10-26 15:36:57+00:00,2019-12-13 18:00:10+00:00,2017-03-31 14:41:30+00:00,110.0,32.0,21.0,1205.0,233.0,2017-03-31 14:41:57+00:00,0.5.3,35.0,db.py is an easier way to interact with your databases.,19.0,,24.0,20,https://pypi.org/project/db.py,2017-03-31 14:41:57+00:00,19.0,774.0,774.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +513,tensorrec,jfkirk/tensorrec,tensorrec,,,recommender-systems,['tensorflow'],https://github.com/jfkirk/tensorrec,https://github.com/jfkirk/tensorrec,Apache-2.0,2017-02-28 18:51:11+00:00,2020-07-30 02:47:12+00:00,2020-02-04 21:10:25+00:00,204.0,32.0,90.0,1112.0,334.0,2019-04-02 00:53:47+00:00,0.26.2,30.0,A TensorFlow recommendation algorithm and framework in Python.,22.0,21.0,8.0,20,https://pypi.org/project/tensorrec,2019-04-02 00:53:47+00:00,1.0,1074.0,1074.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +514,Karate Club,benedekrozemberczki/karateclub,karateclub,,,graph,,https://github.com/benedekrozemberczki/karateclub,https://github.com/benedekrozemberczki/karateclub,GPL-3.0,2019-12-05 17:35:56+00:00,2020-12-12 23:04:26+00:00,2020-12-12 23:04:20+00:00,128.0,,46.0,1078.0,2093.0,2020-12-01 21:11:27+00:00,_10022,95.0,Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020).,17.0,17.0,11.0,20,https://pypi.org/project/karateclub,2020-12-01 21:08:09+00:00,,5014.0,5014.0,,,,False,2,,,,,,,,,,,,,,,,,,,,,,, +515,datatable,h2oai/datatable,datatable,,,data-containers,,https://github.com/h2oai/datatable,https://github.com/h2oai/datatable,MPL-2.0,2017-03-03 02:32:59+00:00,2020-12-16 00:28:14+00:00,2020-12-15 19:03:26+00:00,92.0,112.0,1098.0,1065.0,,2020-12-10 09:10:50+00:00,0.11.1,15.0,A Python package for manipulating 2-dimensional tabular data structures.,6.0,,28.0,20,https://pypi.org/project/datatable,2020-12-10 08:04:03+00:00,6.0,13475.0,13492.0,,,,True,3,684.0,,,,,,,,,,,,,,,,,,,,,, +516,FARM,deepset-ai/FARM,farm,,,nlp,['pytorch'],https://github.com/deepset-ai/FARM,https://github.com/deepset-ai/FARM,Apache-2.0,2019-07-17 14:51:12+00:00,2020-12-16 11:41:17+00:00,2020-12-14 13:59:24+00:00,144.0,32.0,274.0,1048.0,504.0,2020-10-30 16:51:53+00:00,0.5.0,19.0,Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.,1.0,,28.0,20,https://pypi.org/project/farm,2020-10-30 16:14:35+00:00,1.0,7001.0,7001.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +517,Classy Vision,facebookresearch/ClassyVision,classy_vision,conda-forge/classy_vision,,image,['pytorch'],https://github.com/facebookresearch/ClassyVision,https://github.com/facebookresearch/ClassyVision,MIT,2019-09-13 22:54:44+00:00,2020-12-15 07:30:00+00:00,2020-12-15 07:29:55+00:00,177.0,46.0,39.0,985.0,307.0,2020-11-20 16:42:56+00:00,0.5.0,15.0,An end-to-end PyTorch framework for image and video classification.,,,47.0,20,https://pypi.org/project/classy_vision,2020-11-20 21:02:29+00:00,,696.0,696.0,https://anaconda.org/conda-forge/classy_vision,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +518,Sockeye,awslabs/sockeye,sockeye,,,nlp,['mxnet'],https://github.com/awslabs/sockeye,https://github.com/awslabs/sockeye,Apache-2.0,2017-06-08 07:44:30+00:00,2020-12-14 11:06:21+00:00,2020-12-14 11:06:20+00:00,287.0,18.0,217.0,977.0,729.0,2020-11-18 13:41:36+00:00,2.3.2,59.0,Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet.,2.0,,52.0,20,https://pypi.org/project/sockeye,2020-11-05 14:07:57+00:00,2.0,647.0,647.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +519,TensorNets,taehoonlee/tensornets,tensornets,,,tensorflow-utils,['tensorflow'],https://github.com/taehoonlee/tensornets,https://github.com/taehoonlee/tensornets,MIT,2017-09-19 05:19:01+00:00,2020-10-03 09:19:27+00:00,2020-10-03 09:19:17+00:00,181.0,14.0,42.0,962.0,283.0,2020-03-31 04:38:27+00:00,0.4.6,12.0,High level network definitions with pre-trained weights in TensorFlow.,29.0,27.0,6.0,20,https://pypi.org/project/tensornets,2020-03-31 04:35:15+00:00,2.0,290.0,290.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +520,gplearn,trevorstephens/gplearn,gplearn,,,others,['sklearn'],https://github.com/trevorstephens/gplearn,https://github.com/trevorstephens/gplearn,BSD-3-Clause,2015-03-26 01:01:14+00:00,2020-02-15 08:12:38+00:00,2020-02-15 08:12:17+00:00,149.0,26.0,114.0,894.0,146.0,2019-06-01 02:04:52+00:00,0.4.1,5.0,"Genetic Programming in Python, with a scikit-learn inspired API.",118.0,111.0,10.0,20,https://pypi.org/project/gplearn,2019-06-01 02:04:52+00:00,7.0,1218.0,1218.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +521,geoplotlib,andrea-cuttone/geoplotlib,geoplotlib,,,geospatial-data,,https://github.com/andrea-cuttone/geoplotlib,https://github.com/andrea-cuttone/geoplotlib,MIT,2015-02-24 13:13:07+00:00,2020-04-10 20:00:31+00:00,2019-05-06 07:06:50+00:00,142.0,23.0,18.0,884.0,159.0,2016-07-27 14:55:01+00:00,0.3.2,4.0,python toolbox for visualizing geographical data and making maps.,93.0,84.0,8.0,20,https://pypi.org/project/geoplotlib,2016-07-27 14:55:01+00:00,9.0,1594.0,1594.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +522,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+00:00,2020-12-14 19:30:49+00:00,2020-12-14 19:30:10+00:00,56.0,18.0,44.0,851.0,422.0,2020-11-24 11:25:05+00:00,0.0.3,5.0,JAX-based neural network library.,49.0,49.0,32.0,20,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +523,Paddle Graph Learning,PaddlePaddle/PGL,pgl,,,graph,['paddle'],https://github.com/PaddlePaddle/PGL,https://github.com/PaddlePaddle/PGL,Apache-2.0,2019-06-11 03:23:28+00:00,2020-12-16 07:15:21+00:00,2020-12-14 07:02:53+00:00,109.0,14.0,26.0,841.0,349.0,2020-11-20 06:23:47+00:00,1.2.1,6.0,Paddle Graph Learning (PGL) is an efficient and flexible graph learning framework based on PaddlePaddle.,10.0,9.0,17.0,20,https://pypi.org/project/pgl,2020-11-20 06:23:47+00:00,1.0,944.0,944.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +524,keract,philipperemy/keract,keract,,,interpretability,['keras'],https://github.com/philipperemy/keract,https://github.com/philipperemy/keract,MIT,2017-05-17 04:50:57+00:00,2020-11-12 02:21:05+00:00,2020-11-12 02:21:04+00:00,172.0,2.0,70.0,837.0,324.0,2020-09-09 02:29:02+00:00,4.3.3,35.0,Activation Maps (Layers Outputs) and Gradients in Keras.,66.0,61.0,15.0,20,https://pypi.org/project/keract,2020-11-06 08:09:00+00:00,5.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +525,Fiber,uber/fiber,fiber,,,distributed-ml,,https://github.com/uber/fiber,https://github.com/uber/fiber,Apache-2.0,2020-01-07 18:16:24+00:00,2020-10-06 14:39:41+00:00,2020-10-06 14:39:12+00:00,85.0,11.0,5.0,827.0,60.0,2020-07-09 03:28:28+00:00,0.2.1,6.0,Distributed Computing for AI Made Simple.,18.0,17.0,5.0,20,https://pypi.org/project/fiber,2020-07-09 03:28:28+00:00,1.0,1749.0,1749.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +526,tf-explain,sicara/tf-explain,tf-explain,,,interpretability,['tensorflow'],https://github.com/sicara/tf-explain,https://github.com/sicara/tf-explain,MIT,2019-07-15 08:26:24+00:00,2020-11-03 07:30:20+00:00,2020-07-24 08:03:58+00:00,66.0,33.0,41.0,742.0,192.0,2020-02-14 09:00:00+00:00,0.2.1,6.0,Interpretability Methods for tf.keras models with Tensorflow 2.x.,56.0,55.0,11.0,20,https://pypi.org/project/tf-explain,2020-02-14 09:04:51+00:00,1.0,1088.0,1088.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +527,iNNvestigate,albermax/innvestigate,innvestigate,,,interpretability,['keras'],https://github.com/albermax/innvestigate,https://github.com/albermax/innvestigate,BSD-2-Clause,2017-12-13 18:11:20+00:00,2020-11-14 11:35:59+00:00,2020-10-16 15:26:56+00:00,168.0,71.0,126.0,735.0,882.0,2019-03-19 14:31:31+00:00,1.0.9,2.0,A toolbox to iNNvestigate neural networks' predictions!.,41.0,40.0,18.0,20,https://pypi.org/project/innvestigate,2020-11-14 11:35:59+00:00,1.0,583.0,583.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +528,keras-ocr,faustomorales/keras-ocr,keras-ocr,,,ocr,,https://github.com/faustomorales/keras-ocr,https://github.com/faustomorales/keras-ocr,MIT,2019-09-20 23:08:50+00:00,2020-12-11 02:31:17+00:00,2020-11-26 17:18:25+00:00,162.0,25.0,94.0,723.0,161.0,2020-11-26 17:19:39+00:00,0.8.6,26.0,A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.,1.0,,9.0,20,https://pypi.org/project/keras-ocr,2020-11-26 17:19:39+00:00,1.0,2024.0,5279.0,,,,True,3,9765.0,,,,,,,,,,,,,,,,,,,,,, +529,YouTokenToMe,vkcom/youtokentome,youtokentome,,,nlp,,https://github.com/VKCOM/YouTokenToMe,https://github.com/VKCOM/YouTokenToMe,MIT,2019-06-06 11:38:28+00:00,2020-10-01 23:24:11+00:00,2020-02-13 09:49:37+00:00,42.0,21.0,20.0,697.0,76.0,2020-02-13 09:57:47+00:00,1.0.6,14.0,Unsupervised text tokenizer focused on computational efficiency.,94.0,88.0,6.0,20,https://pypi.org/project/youtokentome,2020-02-12 18:24:46+00:00,6.0,7166.0,7166.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +530,Opacus,pytorch/opacus,opacus,,,privacy-ml,['pytorch'],https://github.com/pytorch/opacus,https://github.com/pytorch/opacus,Apache-2.0,2019-12-07 01:58:09+00:00,2020-12-15 23:14:32+00:00,2020-12-15 23:08:38+00:00,83.0,9.0,45.0,681.0,188.0,2020-11-21 20:55:19+00:00,0.10.1,5.0,Training PyTorch models with differential privacy.,9.0,9.0,23.0,20,https://pypi.org/project/opacus,2020-11-21 20:55:50+00:00,,865.0,868.0,,,,True,3,27.0,,,,,,,,,,,,,,,,,,,,,, +531,Darts,unit8co/darts,u8darts,,,time-series-data,,https://github.com/unit8co/darts,https://github.com/unit8co/darts,Apache-2.0,2018-09-13 15:17:28+00:00,2020-12-15 13:12:30+00:00,2020-11-09 15:33:02+00:00,79.0,14.0,38.0,669.0,284.0,2020-11-09 16:00:41+00:00,0.5.0,8.0,A python library for easy manipulation and forecasting of time series.,9.0,9.0,23.0,20,https://pypi.org/project/u8darts,2020-11-09 16:00:41+00:00,,880.0,882.0,,,,True,3,,,,unit8/darts,https://hub.docker.com/r/unit8/darts,2020-10-06 11:35:55.085411+00:00,,75.0,,,,,,,,,,,,,,, +532,mlens,flennerhag/mlens,mlens,,,others,,https://github.com/flennerhag/mlens,https://github.com/flennerhag/mlens,MIT,2017-01-10 20:53:47+00:00,2020-02-25 14:32:48+00:00,2020-02-25 14:31:53+00:00,81.0,8.0,73.0,664.0,879.0,2018-10-30 22:34:35+00:00,0.2.3,14.0,ML-Ensemble high performance ensemble learning.,92.0,92.0,7.0,20,https://pypi.org/project/mlens,2018-10-30 22:30:43+00:00,,1464.0,1464.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +533,TabNet,dreamquark-ai/tabnet,pytorch-tabnet,,,pytorch-utils,['pytorch'],https://github.com/dreamquark-ai/tabnet,https://github.com/dreamquark-ai/tabnet,MIT,2019-10-17 11:17:32+00:00,2020-12-15 23:48:46+00:00,2020-12-15 12:44:06+00:00,127.0,30.0,90.0,662.0,158.0,2020-12-15 12:44:24+00:00,3.0.0,15.0,PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf.,,,16.0,20,https://pypi.org/project/pytorch-tabnet,2020-12-15 12:44:24+00:00,,8512.0,8512.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +534,NeuPy,itdxer/neupy,neupy,,,ml-frameworks,,https://github.com/itdxer/neupy,https://github.com/itdxer/neupy,MIT,2015-08-24 19:45:11+00:00,2020-01-15 08:04:33+00:00,2019-09-02 19:02:38+00:00,143.0,26.0,229.0,657.0,1145.0,2019-04-04 19:44:59+00:00,0.8.2,34.0,NeuPy is a Tensorflow based python library for prototyping and building neural networks.,108.0,98.0,6.0,20,https://pypi.org/project/neupy,2019-04-04 19:43:06+00:00,10.0,896.0,896.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +535,NearPy,pixelogik/NearPy,NearPy,,,nn-search,,https://github.com/pixelogik/NearPy,https://github.com/pixelogik/NearPy,MIT,2013-04-25 09:10:26+00:00,2020-02-17 20:24:08+00:00,2018-10-21 17:54:28+00:00,135.0,21.0,38.0,656.0,159.0,2016-09-27 13:04:44+00:00,1.0.0,8.0,"Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different..",62.0,47.0,18.0,20,https://pypi.org/project/NearPy,2016-09-27 13:03:12+00:00,15.0,1838.0,1838.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +536,RecBole,RUCAIBox/RecBole,recbole,aibox/recbole,,recommender-systems,['pytorch'],https://github.com/RUCAIBox/RecBole,https://github.com/RUCAIBox/RecBole,MIT,2020-06-11 15:18:11+00:00,2020-12-16 09:26:08+00:00,2020-12-15 10:23:00+00:00,84.0,15.0,11.0,641.0,2179.0,2020-12-06 08:33:29+00:00,0.1.2,3.0,"A unified, comprehensive and efficient recommendation library.",,,21.0,20,https://pypi.org/project/recbole,2020-12-06 08:38:29+00:00,,190.0,190.0,https://anaconda.org/aibox/recbole,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +537,TensorBoard Logger,TeamHG-Memex/tensorboard_logger,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+00:00,2020-10-27 20:51:06+00:00,2019-10-21 07:52:07+00:00,53.0,9.0,15.0,609.0,46.0,2018-02-08 07:28:51+00:00,0.1.0,5.0,Log TensorBoard events without touching TensorFlow.,42.0,,5.0,20,https://pypi.org/project/tensorboard_logger,2018-02-08 07:28:51+00:00,42.0,52730.0,52730.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +538,pdpipe,pdpipe/pdpipe,pdpipe,,,data-pipelines,['pandas'],https://github.com/pdpipe/pdpipe,https://github.com/pdpipe/pdpipe,MIT,2017-01-24 20:37:22+00:00,2020-11-17 08:57:21+00:00,2020-11-17 08:57:20+00:00,29.0,6.0,14.0,574.0,341.0,2020-11-09 09:32:37+00:00,0.0.53,49.0,Easy pipelines for pandas DataFrames.,21.0,21.0,8.0,20,https://pypi.org/project/pdpipe,2020-11-09 09:32:37+00:00,,914.0,914.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +539,torch-scatter,rusty1s/pytorch_scatter,torch-scatter,,,pytorch-utils,['pytorch'],https://github.com/rusty1s/pytorch_scatter,https://github.com/rusty1s/pytorch_scatter,MIT,2017-12-16 16:34:23+00:00,2020-12-11 20:40:45+00:00,2020-12-01 08:40:47+00:00,71.0,55.0,101.0,557.0,803.0,2020-06-24 09:29:12+00:00,2.0.5,24.0,PyTorch Extension Library of Optimized Scatter Operations.,16.0,,13.0,20,https://pypi.org/project/torch-scatter,2020-02-22 16:51:10+00:00,16.0,4507.0,4507.0,,,,True,2,,,,,,,,,,,,,,,,,,,,,,, +540,Mapbox GL,mapbox/mapboxgl-jupyter,mapboxgl,,,geospatial-data,['jupyter'],https://github.com/mapbox/mapboxgl-jupyter,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51+00:00,2019-12-13 22:49:07+00:00,2019-12-03 21:57:25+00:00,117.0,34.0,67.0,549.0,220.0,2019-06-03 21:24:10+00:00,0.10.2,20.0,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,101.0,83.0,20.0,20,https://pypi.org/project/mapboxgl,2019-06-02 15:18:57+00:00,18.0,7019.0,7019.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +541,gazpacho,maxhumber/gazpacho,gazpacho,,,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55+00:00,2020-10-31 18:03:20+00:00,2020-10-31 18:03:19+00:00,46.0,3.0,29.0,497.0,142.0,2020-10-09 12:51:41+00:00,1.1,18.0,"The simple, fast, and modern web scraping library.",76.0,74.0,13.0,20,https://pypi.org/project/gazpacho,2020-09-24 17:50:19+00:00,2.0,1784.0,1784.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +542,N2,kakao/n2,n2,,,nn-search,,https://github.com/kakao/n2,https://github.com/kakao/n2,Apache-2.0,2017-11-23 02:27:59+00:00,2020-10-21 05:15:27+00:00,2020-10-21 05:14:11+00:00,51.0,17.0,20.0,441.0,242.0,2020-10-16 03:43:47+00:00,0.1.7,8.0,TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets.,14.0,12.0,17.0,20,https://pypi.org/project/n2,2020-10-16 02:48:11+00:00,2.0,499.0,499.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +543,pivottablejs,nicolaskruchten/jupyter_pivottablejs,pivottablejs,,,data-viz,['jupyter'],https://github.com/nicolaskruchten/jupyter_pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18+00:00,2018-12-04 14:43:26+00:00,2018-12-04 14:43:25+00:00,53.0,16.0,37.0,407.0,32.0,2018-01-15 18:14:37+00:00,0.9.0,10.0,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",143.0,129.0,3.0,20,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37+00:00,14.0,9097.0,9097.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +544,PyWaffle,gyli/PyWaffle,pywaffle,,,data-viz,,https://github.com/gyli/PyWaffle,https://github.com/gyli/PyWaffle,MIT,2017-11-14 20:03:47+00:00,2020-07-26 23:22:17+00:00,2020-07-26 23:22:13+00:00,59.0,2.0,10.0,367.0,249.0,2020-07-26 19:16:45+00:00,0.6.1,22.0,Make Waffle Charts in Python.,37.0,37.0,6.0,20,https://pypi.org/project/pywaffle,2020-07-26 19:16:45+00:00,,1398.0,1398.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +545,BioPandas,rasbt/biopandas,biopandas,conda-forge/biopandas,,others,['pandas'],https://github.com/rasbt/biopandas,https://github.com/rasbt/biopandas,BSD-3-Clause,2015-11-21 00:00:14+00:00,2020-11-09 18:19:23+00:00,2020-11-09 18:19:22+00:00,75.0,16.0,18.0,309.0,142.0,2020-08-04 13:52:27+00:00,0.2.7,11.0,Working with molecular structures in pandas DataFrames.,49.0,46.0,7.0,20,https://pypi.org/project/biopandas,2020-08-04 13:49:59+00:00,3.0,373.0,373.0,https://anaconda.org/conda-forge/biopandas,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +546,MedPy,loli/medpy,MedPy,,,medical-data,,https://github.com/loli/medpy,https://github.com/loli/medpy,GPL-3.0,2012-05-11 10:57:34+00:00,2020-05-01 15:25:39+00:00,2020-05-01 15:25:38+00:00,105.0,8.0,65.0,306.0,324.0,2019-02-14 17:12:59+00:00,0.4.0,6.0,Medical image processing in Python.,212.0,205.0,13.0,20,https://pypi.org/project/MedPy,2019-02-14 17:12:59+00:00,7.0,3237.0,3237.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +547,Labml,lab-ml/labml,labml,,,ml-experiments,,https://github.com/lab-ml/labml,https://github.com/lab-ml/labml,MIT,2018-11-16 09:34:48+00:00,2020-12-16 06:26:59+00:00,2020-12-16 06:26:19+00:00,27.0,,6.0,301.0,833.0,2020-12-16 06:26:59+00:00,0.4.71,48.0,Monitor PyTorch & TensorFlow model training on mobile phones.,18.0,18.0,5.0,20,https://pypi.org/project/labml,2020-12-16 06:26:59+00:00,0.0,591.0,591.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +548,sklearn-evaluation,edublancas/sklearn-evaluation,sklearn-evaluation,,,interpretability,['sklearn'],https://github.com/edublancas/sklearn-evaluation,https://github.com/edublancas/sklearn-evaluation,MIT,2015-09-04 16:33:42+00:00,2020-12-15 17:34:30+00:00,2020-12-15 17:33:52+00:00,25.0,7.0,27.0,285.0,469.0,2020-12-15 17:36:29+00:00,0.5.3,15.0,"scikit-learn model evaluation made easy: plots, tables and markdown reports.",27.0,25.0,5.0,20,https://pypi.org/project/sklearn-evaluation,2020-12-15 17:34:30+00:00,2.0,404.0,404.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +549,Submit it,facebookincubator/submitit,submitit,conda-forge/submitit,,distributed-ml,,https://github.com/facebookincubator/submitit,https://github.com/facebookincubator/submitit,MIT,2020-04-24 07:41:09+00:00,2020-12-11 22:17:21+00:00,2020-12-04 13:12:27+00:00,16.0,8.0,12.0,264.0,33.0,2020-11-19 12:53:49+00:00,1.1.5,8.0,Python 3.6+ toolbox for submitting jobs to Slurm.,67.0,67.0,8.0,20,https://pypi.org/project/submitit,2020-12-01 08:14:16+00:00,0.0,1496.0,1496.0,https://anaconda.org/conda-forge/submitit,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +550,AutoViz,AutoViML/AutoViz,autoviz,,,data-viz,,https://github.com/AutoViML/AutoViz,https://github.com/AutoViML/AutoViz,Apache-2.0,2019-07-17 17:14:06+00:00,2020-12-10 02:33:19+00:00,2020-12-10 02:30:26+00:00,54.0,3.0,16.0,263.0,96.0,2020-12-10 02:33:19+00:00,0.0.81,26.0,"Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators..",24.0,24.0,10.0,20,https://pypi.org/project/autoviz,2020-12-10 02:33:19+00:00,,1364.0,1364.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +551,recmetrics,statisticianinstilettos/recmetrics,recmetrics,,,recommender-systems,,https://github.com/statisticianinstilettos/recmetrics,https://github.com/statisticianinstilettos/recmetrics,MIT,2018-10-15 15:29:49+00:00,2020-12-03 21:21:02+00:00,2020-12-03 21:21:00+00:00,52.0,7.0,7.0,216.0,233.0,2019-02-10 16:12:38+00:00,0.0.9,11.0,A library of metrics for evaluating recommender systems.,13.0,13.0,12.0,20,https://pypi.org/project/recmetrics,2019-02-10 16:12:38+00:00,,1345.0,1345.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +552,StaticFrame,InvestmentSystems/static-frame,static-frame,conda-forge/static-frame,,data-containers,,https://github.com/InvestmentSystems/static-frame,https://github.com/InvestmentSystems/static-frame,MIT,2018-01-03 15:07:52+00:00,2020-12-15 01:26:53+00:00,2020-12-15 01:21:19+00:00,20.0,30.0,229.0,205.0,2124.0,2020-12-14 17:20:49+00:00,0.7.8,90.0,"The StaticFrame library defines the Series and Frame, immutable data structures for one- and two-dimensional..",5.0,5.0,14.0,20,https://pypi.org/project/static-frame,2020-12-01 04:29:56+00:00,,2633.0,2633.0,https://anaconda.org/conda-forge/static-frame,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +553,stop-words,Alir3z4/python-stop-words,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+00:00,2019-10-16 15:01:43+00:00,2018-07-23 21:04:09+00:00,19.0,3.0,9.0,120.0,90.0,2018-07-23 20:58:34+00:00,2018.7.23,8.0,Get list of common stop words in various languages in Python.,1231.0,1027.0,8.0,20,https://pypi.org/project/stop-words,2018-07-23 20:55:55+00:00,204.0,43987.0,43987.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +554,cortex,cortexlabs/cortex,,,,model-serialisation,,https://github.com/cortexlabs/cortex,https://github.com/cortexlabs/cortex,Apache-2.0,2019-01-24 04:43:14+00:00,2020-12-16 08:06:06+00:00,2020-12-15 23:58:03+00:00,531.0,210.0,629.0,7051.0,1698.0,2020-12-13 05:18:57+00:00,0.24.1,42.0,Run inference at scale.,,,17.0,19,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +555,graph-nets,deepmind/graph_nets,graph-nets,,,graph,['tensorflow'],https://github.com/deepmind/graph_nets,https://github.com/deepmind/graph_nets,Apache-2.0,2018-08-31 08:19:28+00:00,2020-12-04 17:43:48+00:00,2020-12-04 17:43:47+00:00,707.0,13.0,101.0,4684.0,47.0,2020-01-29 16:00:25+00:00,1.1.0,7.0,Build Graph Nets in Tensorflow.,7.0,,11.0,19,https://pypi.org/project/graph-nets,2020-01-29 16:00:25+00:00,7.0,822.0,822.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +556,Qlib,microsoft/qlib,pyqlib,,,financial-data,['pytorch'],https://github.com/microsoft/qlib,https://github.com/microsoft/qlib,MIT,2020-08-14 06:46:00+00:00,2020-12-16 02:16:29+00:00,2020-12-16 02:16:06+00:00,404.0,34.0,24.0,2760.0,,2020-12-12 09:59:16+00:00,0.6.1,15.0,"Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research,..",,,23.0,19,https://pypi.org/project/pyqlib,2020-12-12 09:59:16+00:00,,1517.0,1559.0,,,,True,3,126.0,,,,,,,,,,,,,,,,,,,,,, +557,PyTorch-BigGraph,facebookresearch/PyTorch-BigGraph,torchbiggraph,,,graph,['pytorch'],https://github.com/facebookresearch/PyTorch-BigGraph,https://github.com/facebookresearch/PyTorch-BigGraph,BSD-3-Clause,2018-10-01 20:41:16+00:00,2020-12-16 11:58:59+00:00,2020-12-02 18:06:46+00:00,358.0,31.0,96.0,2605.0,140.0,2019-10-14 16:45:11+00:00,1.0.0,3.0,Generate embeddings from large-scale graph-structured data.,4.0,,19.0,19,https://pypi.org/project/torchbiggraph,2019-05-01 21:31:13+00:00,4.0,328.0,333.0,,,,True,3,101.0,,,,,,,,,,,,,,,,,,,,,, +558,MMLSpark,Azure/mmlspark,,,,distributed-ml,['spark'],https://github.com/Azure/mmlspark,https://github.com/Azure/mmlspark,MIT,2017-06-05 08:23:44+00:00,2020-12-11 15:17:54+00:00,2020-12-03 17:05:17+00:00,467.0,171.0,212.0,2214.0,760.0,2020-10-02 19:36:01+00:00,1.0.0-rc3,17.0,Microsoft Machine Learning for Apache Spark.,,,61.0,19,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +559,scikit-plot,reiinakano/scikit-plot,scikit-plot,,,interpretability,['sklearn'],https://github.com/reiinakano/scikit-plot,https://github.com/reiinakano/scikit-plot,MIT,2017-02-04 06:22:59+00:00,2020-07-22 16:19:25+00:00,2018-08-19 12:37:47+00:00,237.0,21.0,38.0,1968.0,130.0,2018-08-19 12:21:01+00:00,0.3.7,27.0,An intuitive library to add plotting functionality to scikit-learn objects.,667.0,640.0,13.0,19,https://pypi.org/project/scikit-plot,2018-08-19 12:18:46+00:00,27.0,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +560,Coach,IntelLabs/coach,rl_coach,,,reinforcement-learning,,https://github.com/IntelLabs/coach,https://github.com/IntelLabs/coach,Apache-2.0,2017-10-01 19:27:43+00:00,2020-12-15 20:29:00+00:00,2020-12-15 08:02:16+00:00,374.0,80.0,181.0,1877.0,512.0,2019-10-10 14:17:10+00:00,1.0.1,13.0,Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning..,1.0,,34.0,19,https://pypi.org/project/rl_coach,2019-10-10 14:17:10+00:00,1.0,147.0,147.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +561,cuML,rapidsai/cuml,cuml,,,gpu-utilities,,https://github.com/rapidsai/cuml,https://github.com/rapidsai/cuml,Apache-2.0,2018-10-11 15:45:35+00:00,2020-12-16 03:50:35+00:00,2020-12-16 00:04:11+00:00,294.0,629.0,854.0,1830.0,,2020-12-10 21:50:49+00:00,0.17.0,5.0,cuML - RAPIDS Machine Learning Library.,,,118.0,19,https://pypi.org/project/cuml,2019-04-11 16:57:48+00:00,,411.0,411.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +562,Hummingbird,microsoft/hummingbird,hummingbird-ml,,,model-serialisation,,https://github.com/microsoft/hummingbird,https://github.com/microsoft/hummingbird,MIT,2020-03-12 20:27:03+00:00,2020-12-16 01:30:20+00:00,2020-12-16 00:58:53+00:00,140.0,45.0,120.0,1822.0,,2020-10-30 21:47:05+00:00,0.1.0,7.0,Hummingbird compiles trained ML models into tensor computation for faster inference.,12.0,12.0,17.0,19,https://pypi.org/project/hummingbird-ml,2020-10-30 21:45:47+00:00,,650.0,661.0,,,,True,3,83.0,,,,,,,,,,,,,,,,,,,,,, +563,riko,nerevu/riko,riko,,,data-pipelines,,https://github.com/nerevu/riko,https://github.com/nerevu/riko,MIT,2016-06-02 12:22:51+00:00,2020-08-14 18:29:28+00:00,2020-08-14 16:47:45+00:00,70.0,22.0,8.0,1543.0,1257.0,2020-08-14 18:29:28+00:00,0.66.0,58.0,A Python stream processing engine modeled after Yahoo! Pipes.,1.0,,18.0,19,https://pypi.org/project/riko,2020-08-14 18:29:28+00:00,1.0,289.0,289.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +564,HiPlot,facebookresearch/hiplot,hiplot,conda-forge/hiplot,,data-viz,,https://github.com/facebookresearch/hiplot,https://github.com/facebookresearch/hiplot,MIT,2019-11-08 13:06:41+00:00,2020-12-14 09:40:01+00:00,2020-12-14 09:33:05+00:00,81.0,4.0,41.0,1490.0,103.0,2020-11-27 09:52:56+00:00,0.1.21,32.0,HiPlot makes understanding high dimensional data easy.,2.0,2.0,4.0,19,https://pypi.org/project/hiplot,2020-11-30 11:40:56+00:00,,3444.0,3444.0,https://anaconda.org/conda-forge/hiplot,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +565,DLTK,DLTK/DLTK,dltk,,,medical-data,['tensorflow'],https://github.com/DLTK/DLTK,https://github.com/DLTK/DLTK,Apache-2.0,2017-05-02 15:40:36+00:00,2020-11-13 17:17:16+00:00,2019-01-21 14:01:28+00:00,377.0,7.0,24.0,1230.0,379.0,,,5.0,Deep Learning Toolkit for Medical Image Analysis.,17.0,17.0,9.0,19,https://pypi.org/project/dltk,2018-02-26 17:43:57+00:00,,107.0,107.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +566,doc2text,jlsutherland/doc2text,doc2text,,,ocr,,https://github.com/jlsutherland/doc2text,https://github.com/jlsutherland/doc2text,MIT,2016-08-28 19:30:02+00:00,2020-12-01 22:56:27+00:00,2020-12-01 22:56:26+00:00,91.0,12.0,9.0,1222.0,62.0,2016-09-06 21:59:21+00:00,0.2.4,5.0,Detect text blocks and OCR poorly scanned PDFs in bulk. Python module available via pip.,31.0,31.0,5.0,19,https://pypi.org/project/doc2text,2016-09-06 21:59:21+00:00,,278.0,278.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +567,Sweetviz,fbdesignpro/sweetviz,sweetviz,,,data-viz,,https://github.com/fbdesignpro/sweetviz,https://github.com/fbdesignpro/sweetviz,MIT,2020-05-09 15:25:47+00:00,2020-12-10 14:32:35+00:00,2020-12-10 14:30:47+00:00,132.0,21.0,40.0,1164.0,77.0,2020-12-10 14:32:35+00:00,2.0.4,22.0,"Visualize and compare datasets, target values and associations, with one line of code.",,,6.0,19,https://pypi.org/project/sweetviz,2020-12-10 14:32:35+00:00,,6781.0,6781.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +568,TaskTiger,closeio/tasktiger,tasktiger,,,data-pipelines,,https://github.com/closeio/tasktiger,https://github.com/closeio/tasktiger,MIT,2015-05-14 00:26:32+00:00,2020-12-15 21:42:27+00:00,2020-12-15 21:42:25+00:00,58.0,30.0,31.0,1035.0,249.0,2019-10-29 19:32:58+00:00,0.10.1,22.0,Python task queue using Redis.,28.0,19.0,19.0,19,https://pypi.org/project/tasktiger,2020-06-18 22:08:56+00:00,9.0,337.0,337.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +569,Skater,oracle/Skater,skater,,,interpretability,,https://github.com/oracle/Skater,https://github.com/oracle/Skater,UPL-1.0,2017-01-26 05:45:42+00:00,2020-06-29 20:07:14+00:00,2020-06-29 20:07:12+00:00,156.0,62.0,97.0,953.0,1101.0,2018-09-21 07:03:32+00:00,1.1.2,23.0,Python Library for Model Interpretation/Explanations.,,,34.0,19,https://pypi.org/project/skater,2018-09-21 07:03:32+00:00,,7151.0,7151.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +570,Databolt Flow,d6t/d6tflow,d6tflow,,,data-pipelines,,https://github.com/d6t/d6tflow,https://github.com/d6t/d6tflow,MIT,2019-02-03 01:51:22+00:00,2020-12-07 23:05:27+00:00,2020-12-07 23:05:24+00:00,62.0,5.0,11.0,887.0,97.0,2020-10-19 04:14:45+00:00,0.2.1,18.0,Python library for building highly effective data science workflows.,12.0,12.0,9.0,19,https://pypi.org/project/d6tflow,2020-10-19 04:14:45+00:00,,204.0,204.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +571,Pytorch Toolbelt,BloodAxe/pytorch-toolbelt,pytorch_toolbelt,,,pytorch-utils,['pytorch'],https://github.com/BloodAxe/pytorch-toolbelt,https://github.com/BloodAxe/pytorch-toolbelt,MIT,2019-03-15 16:02:49+00:00,2020-12-09 12:08:20+00:00,2020-12-09 12:08:16+00:00,71.0,3.0,14.0,865.0,489.0,2020-08-19 10:33:17+00:00,0.4.0,18.0,PyTorch extensions for fast R&D prototyping and Kaggle farming.,1.0,,4.0,19,https://pypi.org/project/pytorch_toolbelt,2020-08-19 10:33:17+00:00,1.0,2851.0,2851.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +572,Alibi,SeldonIO/alibi,alibi,,,interpretability,,https://github.com/SeldonIO/alibi,https://github.com/SeldonIO/alibi,Apache-2.0,2019-02-26 10:10:56+00:00,2020-12-03 14:50:46+00:00,2020-12-02 15:42:16+00:00,95.0,62.0,72.0,795.0,226.0,2020-10-20 14:14:29+00:00,0.5.5,15.0,Algorithms for monitoring and explaining machine learning models.,60.0,51.0,11.0,19,https://pypi.org/project/alibi,2020-10-20 14:13:40+00:00,9.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +573,TensorFrames,databricks/tensorframes,tensorframes,,,distributed-ml,"['tensorflow', 'spark']",https://github.com/databricks/tensorframes,https://github.com/databricks/tensorframes,Apache-2.0,2016-03-04 19:25:19+00:00,2020-11-13 17:47:02+00:00,2019-11-15 21:43:53+00:00,160.0,51.0,43.0,768.0,221.0,2018-11-16 20:50:02+00:00,0.6.0,6.0,[DEPRECATED] Tensorflow wrapper for DataFrames on Apache Spark.,,,16.0,19,https://pypi.org/project/tensorframes,2018-05-16 14:20:28+00:00,,6611.0,6611.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +574,Test Tube,williamFalcon/test-tube,test_tube,,,hyperopt,,https://github.com/williamFalcon/test-tube,https://github.com/williamFalcon/test-tube,MIT,2017-09-06 02:14:57+00:00,2020-04-11 20:36:36+00:00,2020-03-17 22:44:47+00:00,59.0,22.0,21.0,639.0,642.0,2019-12-01 00:47:35+00:00,0.7.4,53.0,Python library to easily log experiments and parallelize hyperparameter search for neural networks.,5.0,,16.0,19,https://pypi.org/project/test_tube,2018-12-12 22:45:59+00:00,5.0,8549.0,8549.0,,,,True,3,7.0,,,,,,,,,,,,,,,,,,,,,, +575,finetune,IndicoDataSolutions/finetune,finetune,,,nlp,"['tensorflow', 'sklearn']",https://github.com/IndicoDataSolutions/finetune,https://github.com/IndicoDataSolutions/finetune,MPL-2.0,2018-06-12 17:02:16+00:00,2020-12-16 11:18:55+00:00,2020-11-24 13:38:51+00:00,68.0,18.0,115.0,629.0,1201.0,2019-11-07 19:42:32+00:00,0.8.6,37.0,Scikit-learn style model finetuning for NLP.,9.0,7.0,18.0,19,https://pypi.org/project/finetune,2020-01-10 22:42:24+00:00,2.0,207.0,207.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +576,NGT,yahoojapan/NGT,ngt,,,nn-search,,https://github.com/yahoojapan/NGT,https://github.com/yahoojapan/NGT,Apache-2.0,2016-09-01 07:36:57+00:00,2020-11-17 22:33:08+00:00,2020-11-17 22:32:45+00:00,67.0,7.0,66.0,601.0,113.0,2020-08-19 04:31:59+00:00,1.12.2,45.0,Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data.,3.0,,10.0,19,https://pypi.org/project/ngt,2020-09-23 06:52:45+00:00,3.0,3090.0,3090.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +577,PFRL,pfnet/pfrl,pfrl,,,reinforcement-learning,,https://github.com/pfnet/pfrl,https://github.com/pfnet/pfrl,MIT,2020-06-24 09:31:50+00:00,2020-12-16 12:14:42+00:00,2020-12-16 12:05:36+00:00,56.0,22.0,19.0,451.0,307.0,2020-12-16 12:10:00+00:00,0.2.0,3.0,PFRL: a PyTorch-based deep reinforcement learning library.,4.0,4.0,9.0,19,https://pypi.org/project/pfrl,2020-12-16 12:14:42+00:00,,641.0,641.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +578,HpBandSter,automl/HpBandSter,hpbandster,,,hyperopt,,https://github.com/automl/HpBandSter,https://github.com/automl/HpBandSter,BSD-3-Clause,2017-12-17 20:28:20+00:00,2020-09-06 09:54:54+00:00,2019-03-26 09:26:28+00:00,90.0,53.0,34.0,429.0,187.0,2019-07-30 12:47:43+00:00,1.0,6.0,a distributed Hyperband implementation on Steroids.,116.0,100.0,10.0,19,https://pypi.org/project/hpbandster,2018-10-24 09:31:01+00:00,16.0,6587.0,6587.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +579,Poutyne,GRAAL-Research/poutyne,poutyne,,,pytorch-utils,['pytorch'],https://github.com/GRAAL-Research/poutyne,https://github.com/GRAAL-Research/poutyne,LGPL-3.0,2017-12-07 18:30:17+00:00,2020-12-11 21:55:50+00:00,2020-12-11 21:54:42+00:00,47.0,12.0,33.0,418.0,466.0,2020-11-14 19:02:29+00:00,1.1,17.0,A simplified framework and utilities for PyTorch.,47.0,45.0,15.0,19,https://pypi.org/project/poutyne,2020-11-14 18:24:19+00:00,2.0,378.0,378.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +580,seglearn,dmbee/seglearn,seglearn,,,time-series-data,,https://github.com/dmbee/seglearn,https://github.com/dmbee/seglearn,BSD-3-Clause,2018-03-05 20:53:59+00:00,2020-11-08 14:51:01+00:00,2020-11-08 14:45:42+00:00,45.0,6.0,17.0,406.0,264.0,2020-04-02 15:26:06+00:00,1.2.1,20.0,Python module for machine learning time series:.,7.0,6.0,13.0,19,https://pypi.org/project/seglearn,2020-04-02 15:26:06+00:00,1.0,3358.0,3358.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +581,Feature Engine,solegalli/feature_engine,feature_engine,conda-forge/feature_engine,,others,,https://github.com/solegalli/feature_engine,https://github.com/solegalli/feature_engine,BSD-3-Clause,2018-12-31 01:47:18+00:00,2020-12-16 09:02:59+00:00,2020-12-14 15:15:09+00:00,118.0,25.0,60.0,391.0,90.0,2020-09-21 11:05:42+00:00,0.6.1,22.0,Feature engineering package with sklearn like functionality.,1.0,,18.0,19,https://pypi.org/project/feature_engine,2020-09-21 11:05:42+00:00,1.0,15214.0,15214.0,https://anaconda.org/conda-forge/feature_engine,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +582,MXBoard,awslabs/mxboard,mxboard,,,ml-experiments,['mxnet'],https://github.com/awslabs/mxboard,https://github.com/awslabs/mxboard,Apache-2.0,2018-02-06 23:03:51+00:00,2020-01-24 23:21:56+00:00,2020-01-24 23:21:55+00:00,46.0,16.0,15.0,329.0,42.0,2018-05-22 20:25:51+00:00,0.1.0,12.0,Logging MXNet data for visualization in TensorBoard.,91.0,90.0,9.0,19,https://pypi.org/project/mxboard,2018-05-22 20:25:51+00:00,1.0,2371.0,2371.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +583,Sherpa,sherpa-ai/sherpa,parameter-sherpa,,,hyperopt,,https://github.com/sherpa-ai/sherpa,https://github.com/sherpa-ai/sherpa,GPL-3.0,2018-05-16 21:41:54+00:00,2020-10-18 07:57:50+00:00,2020-10-18 07:57:48+00:00,41.0,11.0,41.0,276.0,823.0,2020-07-31 05:29:09+00:00,1.0.7,8.0,"Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.",8.0,7.0,41.0,19,https://pypi.org/project/parameter-sherpa,2019-11-23 21:32:27+00:00,1.0,580.0,580.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +584,PyKEEN,SmartDataAnalytics/PyKEEN,pykeen,,,graph,,https://github.com/pykeen/pykeen,https://github.com/pykeen/pykeen,MIT,2018-06-06 15:00:23+00:00,2020-12-16 12:25:03+00:00,2020-12-15 16:11:26+00:00,39.0,30.0,57.0,266.0,2249.0,2020-10-21 11:59:14+00:00,1.0.5,31.0,A Python library for learning and evaluating knowledge graph embeddings.,1.0,,17.0,19,https://pypi.org/project/pykeen,2020-08-25 14:33:23+00:00,1.0,273.0,277.0,,,,True,3,29.0,,,,,,,,,,,,,,,,,,,,,, +585,textpipe,textpipe/textpipe,textpipe,,,nlp,,https://github.com/textpipe/textpipe,https://github.com/textpipe/textpipe,MIT,2018-06-21 16:23:32+00:00,2020-12-14 09:08:31+00:00,2020-10-12 08:19:03+00:00,17.0,20.0,24.0,261.0,366.0,2020-10-12 08:24:19+00:00,0.12.1,38.0,Textpipe: clean and extract metadata from text.,7.0,6.0,27.0,19,https://pypi.org/project/textpipe,2020-10-12 08:24:19+00:00,1.0,534.0,534.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +586,pysparkling,svenkreiss/pysparkling,pysparkling,,,data-pipelines,,https://github.com/svenkreiss/pysparkling,https://github.com/svenkreiss/pysparkling,MIT,2015-05-09 19:23:20+00:00,2020-11-02 11:37:56+00:00,2020-11-02 11:37:55+00:00,43.0,2.0,20.0,233.0,1506.0,2019-07-13 07:23:04+00:00,0.6.0,67.0,A pure Python implementation of Apache Spark's RDD and DStream interfaces.,60.0,53.0,9.0,19,https://pypi.org/project/pysparkling,2019-07-13 07:23:04+00:00,7.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +587,pyfasttext,vrasneur/pyfasttext,pyfasttext,,,nlp,,https://github.com/vrasneur/pyfasttext,https://github.com/vrasneur/pyfasttext,GPL-3.0,2017-06-30 18:44:42+00:00,2018-12-08 15:32:09+00:00,2018-12-08 15:02:12+00:00,31.0,19.0,28.0,229.0,153.0,2018-12-08 15:02:54+00:00,0.4.6,13.0,Yet another Python binding for fastText.,131.0,126.0,4.0,19,https://pypi.org/project/pyfasttext,2018-12-08 15:32:09+00:00,5.0,2720.0,2727.0,,,,False,3,304.0,,,,,,,,,,,,,,,,,,,,,, +588,Brainiak,brainiak/brainiak,brainiak,,,medical-data,,https://github.com/brainiak/brainiak,https://github.com/brainiak/brainiak,Apache-2.0,2016-02-08 23:19:27+00:00,2020-10-15 21:11:03.379549+00:00,2020-10-15 16:28:46+00:00,105.0,62.0,117.0,229.0,388.0,2019-08-27 23:52:29+00:00,0.9.1,15.0,Brain Imaging Analysis Kit.,12.0,11.0,32.0,19,https://pypi.org/project/brainiak,2020-10-15 20:45:08+00:00,1.0,136.0,143.0,,,,True,3,,,,brainiak/brainiak,https://hub.docker.com/r/brainiak/brainiak,2020-10-15 21:11:03.379549+00:00,1.0,446.0,,,,,,,,,,,,,,, +589,EarthPy,earthlab/earthpy,earthpy,conda-forge/earthpy,,geospatial-data,,https://github.com/earthlab/earthpy,https://github.com/earthlab/earthpy,BSD-3-Clause,2018-02-20 03:02:42+00:00,2020-12-15 19:05:40+00:00,2020-12-03 23:03:15+00:00,89.0,22.0,199.0,209.0,1066.0,2020-06-18 23:58:08+00:00,0.9.2,22.0,A package built to support working with spatial data using open source python.,72.0,69.0,38.0,19,https://pypi.org/project/earthpy,2020-06-18 23:58:08+00:00,3.0,,,https://anaconda.org/conda-forge/earthpy,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +590,fletcher,xhochy/fletcher,fletcher,,,data-containers,['pandas'],https://github.com/xhochy/fletcher,https://github.com/xhochy/fletcher,MIT,2018-03-04 16:44:22+00:00,2020-12-07 20:33:59+00:00,2020-12-07 20:25:51+00:00,32.0,33.0,39.0,202.0,499.0,2020-12-07 20:33:59+00:00,0.7.0,14.0,Pandas ExtensionDType/Array backed by Apache Arrow.,1.0,1.0,23.0,19,https://pypi.org/project/fletcher,2020-12-07 20:33:59+00:00,,427.0,428.0,,,,True,3,12.0,,,,,,,,,,,,,,,,,,,,,, +591,Great Expectations,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+00:00,2020-12-16 11:09:33+00:00,2020-12-15 20:50:53+00:00,362.0,142.0,576.0,3262.0,,2020-12-15 02:59:14+00:00,0.13.3,93.0,Always know what to expect from your data.,6.0,,136.0,18,https://pypi.org/project/great_expectations,2020-12-08 21:04:05+00:00,6.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +592,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+00:00,2020-12-05 09:57:16+00:00,2020-09-03 12:26:48+00:00,637.0,43.0,187.0,2340.0,563.0,,,,"Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks.",,,25.0,18,,,,,1040.0,,,,True,3,,,,shadowreaver/crypto-signal,https://hub.docker.com/r/shadowreaver/crypto-signal,2020-09-03 13:00:35.801133+00:00,7.0,40572.0,,,,,,,,,,,,,,, +593,Apache Singa,apache/singa,,nusdbsystem/singa,,distributed-ml,,https://github.com/apache/singa,https://github.com/apache/singa,Apache-2.0,2015-04-02 07:00:05+00:00,2020-12-11 05:57:25+00:00,2020-12-11 05:55:13+00:00,561.0,49.0,32.0,2142.0,2261.0,2020-04-21 08:01:08+00:00,3.0.0,3.0,a distributed deep learning platform.,,,70.0,18,,,,,2.0,https://anaconda.org/nusdbsystem/singa,,,True,3,,,,apache/singa,https://hub.docker.com/r/apache/singa,2019-06-04 04:32:52.195956+00:00,2.0,165.0,,,,,,,,,,,,,,, +594,DeepWalk,phanein/deepwalk,deepwalk,,,graph,,https://github.com/phanein/deepwalk,https://github.com/phanein/deepwalk,GPL-3.0,2014-08-23 03:38:20+00:00,2020-04-02 01:05:36+00:00,2020-04-02 01:05:35+00:00,752.0,29.0,78.0,2131.0,46.0,2018-04-29 21:05:18+00:00,1.0.3,4.0,DeepWalk - Deep Learning for Graphs.,41.0,34.0,10.0,18,https://pypi.org/project/deepwalk,2018-04-29 21:05:18+00:00,7.0,1036.0,1036.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +595,Mara Pipelines,mara/mara-pipelines,mara-pipelines,,,data-pipelines,,https://github.com/mara/mara-pipelines,https://github.com/mara/mara-pipelines,MIT,2018-03-31 20:37:22+00:00,2020-12-11 13:00:33+00:00,2020-07-31 19:24:31+00:00,76.0,6.0,11.0,1587.0,127.0,2020-07-31 19:31:29+00:00,3.1.1,7.0,"A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow.",7.0,7.0,15.0,18,https://pypi.org/project/mara-pipelines,2020-07-31 19:26:16+00:00,,36.0,36.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +596,NeuroNER,Franck-Dernoncourt/NeuroNER,pyneuroner,,,nlp,,https://github.com/Franck-Dernoncourt/NeuroNER,https://github.com/Franck-Dernoncourt/NeuroNER,MIT,2017-03-07 01:24:15+00:00,2020-11-13 18:07:48+00:00,2019-10-02 23:26:11+00:00,440.0,77.0,67.0,1516.0,132.0,2019-10-02 23:30:15+00:00,1.0.8,7.0,Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.,8.0,8.0,7.0,18,https://pypi.org/project/pyneuroner,2019-10-02 23:30:15+00:00,,118.0,118.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +597,Antialiased CNNs,adobe/antialiased-cnns,antialiased-cnns,,,pytorch-utils,['pytorch'],https://github.com/adobe/antialiased-cnns,https://github.com/adobe/antialiased-cnns,CC BY-NC-SA 4.0,2019-05-14 20:51:25+00:00,2020-10-23 22:45:52+00:00,2020-10-22 19:40:07+00:00,168.0,9.0,28.0,1311.0,238.0,2020-10-23 22:45:52+00:00,0.3,6.0,pip install antialiased-cnns to improve stability and accuracy.,,,6.0,18,https://pypi.org/project/antialiased-cnns,2020-10-23 22:42:49+00:00,,471.0,471.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +598,Bounter,RaRe-Technologies/bounter,bounter,,,data-containers,,https://github.com/RaRe-Technologies/bounter,https://github.com/RaRe-Technologies/bounter,MIT,2017-07-18 07:24:15+00:00,2020-08-17 06:37:51+00:00,2020-08-16 11:55:16+00:00,48.0,11.0,9.0,887.0,152.0,2019-01-17 09:39:52+00:00,1.1.1,7.0,Efficient Counter that uses a limited (bounded) amount of memory regardless of data size.,34.0,20.0,8.0,18,https://pypi.org/project/bounter,2020-08-17 06:37:51+00:00,14.0,261.0,261.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +599,advertorch,BorealisAI/advertorch,advertorch,,,adversarial,['pytorch'],https://github.com/BorealisAI/advertorch,https://github.com/BorealisAI/advertorch,GPL-3.0,2018-11-29 22:17:33+00:00,2020-09-25 15:01:47+00:00,2020-06-15 01:16:18+00:00,118.0,13.0,28.0,771.0,270.0,2020-06-15 01:20:07+00:00,0.2.3,10.0,A Toolbox for Adversarial Robustness Research.,30.0,27.0,16.0,18,https://pypi.org/project/advertorch,2020-06-15 01:20:07+00:00,3.0,3505.0,3505.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +600,calamari,Calamari-OCR/calamari,calamari_ocr,,,ocr,,https://github.com/Calamari-OCR/calamari,https://github.com/Calamari-OCR/calamari,Apache-2.0,2018-03-20 15:22:29+00:00,2020-12-16 10:59:02+00:00,2020-11-07 10:36:48+00:00,161.0,20.0,132.0,743.0,259.0,2020-03-29 13:38:21+00:00,1.0.5,22.0,Line based ATR Engine based on OCRopy.,2.0,,17.0,18,https://pypi.org/project/calamari_ocr,2018-11-13 11:24:45+00:00,2.0,641.0,641.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +601,TF Recommenders,tensorflow/recommenders,tensorflow-recommenders,,,recommender-systems,['tensorflow'],https://github.com/tensorflow/recommenders,https://github.com/tensorflow/recommenders,Apache-2.0,2020-06-26 21:38:01+00:00,2020-12-11 20:42:46+00:00,2020-12-11 20:42:39+00:00,63.0,20.0,39.0,650.0,,2020-11-19 18:15:43+00:00,0.3.0,5.0,TensorFlow Recommenders is a library for building recommender system models using TensorFlow.,9.0,9.0,16.0,18,https://pypi.org/project/tensorflow-recommenders,2020-11-19 18:15:43+00:00,,3299.0,3299.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +602,pytorch2keras,nerox8664/pytorch2keras,pytorch2keras,,,model-serialisation,,https://github.com/nerox8664/pytorch2keras,https://github.com/nerox8664/pytorch2keras,MIT,2017-11-16 20:21:43+00:00,2020-05-14 10:03:56+00:00,2020-05-14 10:03:04+00:00,109.0,39.0,65.0,639.0,277.0,2020-05-14 10:03:56+00:00,0.2.4,23.0,PyTorch to Keras model convertor.,16.0,15.0,11.0,18,https://pypi.org/project/pytorch2keras,2020-05-14 10:03:56+00:00,1.0,699.0,699.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +603,Saliency,PAIR-code/saliency,saliency,,,tensorflow-utils,['tensorflow'],https://github.com/PAIR-code/saliency,https://github.com/PAIR-code/saliency,Apache-2.0,2017-06-09 22:07:35+00:00,2020-10-15 21:38:20+00:00,2020-10-01 22:54:59+00:00,129.0,11.0,10.0,610.0,64.0,2019-09-26 17:59:23+00:00,0.0.5,5.0,"TensorFlow implementation for SmoothGrad, Grad-CAM, Guided backprop, Integrated Gradients and other saliency techniques.",13.0,13.0,12.0,18,https://pypi.org/project/saliency,2019-09-26 17:59:23+00:00,,189.0,189.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +604,Torchbearer,pytorchbearer/torchbearer,torchbearer,,,ml-frameworks,['pytorch'],https://github.com/pytorchbearer/torchbearer,https://github.com/pytorchbearer/torchbearer,MIT,2018-03-12 16:30:42+00:00,2020-02-17 21:18:06+00:00,2020-02-17 21:18:01+00:00,62.0,8.0,237.0,580.0,427.0,2020-01-31 14:07:22+00:00,0.5.3,24.0,torchbearer: A model fitting library for PyTorch.,40.0,37.0,13.0,18,https://pypi.org/project/torchbearer,2020-01-31 14:05:56+00:00,3.0,491.0,491.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +605,vecstack,vecxoz/vecstack,vecstack,,,others,,https://github.com/vecxoz/vecstack,https://github.com/vecxoz/vecstack,MIT,2016-11-08 13:23:21+00:00,2020-09-14 08:31:07+00:00,2019-10-30 09:27:48+00:00,66.0,,34.0,569.0,189.0,2019-08-12 16:09:01+00:00,0.4.0,6.0,Python package for stacking (machine learning technique).,96.0,92.0,1.0,18,https://pypi.org/project/vecstack,2019-08-12 16:01:22+00:00,4.0,943.0,943.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +606,Dragonfly,dragonfly/dragonfly,dragonfly-opt,,,hyperopt,,https://github.com/dragonfly/dragonfly,https://github.com/dragonfly/dragonfly,MIT,2018-04-20 22:19:50+00:00,2020-07-26 17:44:31+00:00,2020-07-03 18:01:17+00:00,72.0,21.0,16.0,547.0,397.0,2020-07-03 18:05:12+00:00,0.1.6,9.0,An open source python library for scalable Bayesian optimisation.,2.0,,12.0,18,https://pypi.org/project/dragonfly-opt,2020-07-03 18:05:12+00:00,2.0,4284.0,4284.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +607,Sentinelsat,sentinelsat/sentinelsat,sentinelsat,,,geospatial-data,,https://github.com/sentinelsat/sentinelsat,https://github.com/sentinelsat/sentinelsat,GPL-3.0,2015-05-22 20:32:26+00:00,2020-11-10 08:08:10+00:00,2020-11-10 08:08:09+00:00,162.0,29.0,204.0,524.0,769.0,2020-06-12 07:15:51+00:00,0.14,36.0,Search and download Copernicus Sentinel satellite images.,175.0,153.0,33.0,18,https://pypi.org/project/sentinelsat,2020-06-12 07:08:37+00:00,22.0,,3.0,,,,False,3,184.0,,,,,,,,,,,,,,,,,,,,,, +608,pyhsmm,mattjj/pyhsmm,pyhsmm,,,probabilistics,,https://github.com/mattjj/pyhsmm,https://github.com/mattjj/pyhsmm,MIT,2012-03-18 17:40:13+00:00,2020-09-29 20:58:26+00:00,2020-08-24 17:03:59+00:00,146.0,33.0,60.0,472.0,1426.0,2017-05-10 17:14:37+00:00,0.1.7,8.0,Bayesian inference in HSMMs and HMMs.,21.0,17.0,13.0,18,https://pypi.org/project/pyhsmm,2017-05-10 17:14:37+00:00,4.0,67.0,67.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +609,PugSQL,mcfunley/pugsql,pugsql,,,db-clients,,https://github.com/mcfunley/pugsql,https://github.com/mcfunley/pugsql,Apache-2.0,2019-05-19 16:55:38+00:00,2020-12-15 20:56:53+00:00,2020-09-13 06:06:13+00:00,13.0,13.0,19.0,403.0,254.0,2020-09-03 22:44:19+00:00,0.2.2,23.0,A HugSQL-inspired database library for Python.,1.0,,10.0,18,https://pypi.org/project/pugsql,2020-09-13 05:35:42+00:00,1.0,1915.0,1915.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +610,What-If Tool,PAIR-code/what-if-tool,witwidget,,,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+00:00,2020-11-09 15:54:11+00:00,2020-11-09 15:54:10+00:00,85.0,36.0,31.0,396.0,287.0,2020-06-28 14:23:49.040000+00:00,1.7.0,36.0,Source code/webpage/demos for the What-If Tool.,,,18.0,18,https://pypi.org/project/witwidget,2020-06-28 14:22:37+00:00,,2610.0,4635.0,,,,True,3,,,,,,,,,wit-widget,https://www.npmjs.com/package/wit-widget,2020-11-03 16:28:21.255000+00:00,,2025.0,,,,,,,,,, +611,Baal,ElementAI/baal,baal,,,probabilistics,,https://github.com/ElementAI/baal,https://github.com/ElementAI/baal,Apache-2.0,2019-09-30 20:16:26+00:00,2020-12-11 19:04:37+00:00,2020-12-11 19:04:35+00:00,24.0,12.0,22.0,298.0,92.0,2020-11-03 21:14:13+00:00,1.2.1,7.0,Using approximate bayesian posteriors in deep nets for active learning.,6.0,6.0,8.0,18,https://pypi.org/project/baal,2020-11-03 21:07:08+00:00,,257.0,257.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +612,sk-dist,Ibotta/sk-dist,sk-dist,,,distributed-ml,"['sklearn', 'spark']",https://github.com/Ibotta/sk-dist,https://github.com/Ibotta/sk-dist,Apache-2.0,2019-08-14 21:07:17+00:00,2020-12-03 22:36:35+00:00,2020-12-03 22:36:34+00:00,42.0,6.0,9.0,249.0,45.0,2020-05-14 22:20:14+00:00,0.1.9,12.0,Distributed scikit-learn meta-estimators in PySpark.,7.0,5.0,6.0,18,https://pypi.org/project/sk-dist,2020-05-14 22:20:14+00:00,2.0,4746.0,4746.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +613,Funsor,pyro-ppl/funsor,funsor,,,probabilistics,['pytorch'],https://github.com/pyro-ppl/funsor,https://github.com/pyro-ppl/funsor,Apache-2.0,2019-01-30 23:13:39+00:00,2020-12-16 07:42:52+00:00,2020-12-14 05:48:12+00:00,15.0,55.0,52.0,155.0,453.0,2020-10-15 15:54:49+00:00,0.3.0,5.0,Functional tensors for probabilistic programming.,7.0,7.0,9.0,18,https://pypi.org/project/funsor,2020-10-15 15:54:49+00:00,,231.0,231.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +614,BatchFlow,analysiscenter/batchflow,batchflow,,,data-pipelines,,https://github.com/analysiscenter/batchflow,https://github.com/analysiscenter/batchflow,Apache-2.0,2017-03-13 14:22:53+00:00,2020-12-15 15:07:03+00:00,2020-12-08 08:39:00+00:00,33.0,52.0,53.0,153.0,4298.0,2019-08-23 12:21:50+00:00,0.3.0,3.0,BatchFlow helps you conveniently work with random or sequential batches of your data and define data processing and..,,,28.0,18,https://pypi.org/project/batchflow,2019-08-23 12:21:50+00:00,,31.0,31.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +615,Glow,projectglow/glow,glow.py,,,medical-data,,https://github.com/projectglow/glow,https://github.com/projectglow/glow,Apache-2.0,2019-10-04 21:26:47+00:00,2020-12-16 01:41:43+00:00,2020-12-02 17:26:06+00:00,41.0,22.0,41.0,145.0,292.0,2020-09-10 18:38:52+00:00,0.6.0,9.0,An open-source toolkit for large-scale genomic analysis.,,,11.0,18,https://pypi.org/project/glow.py,2020-09-10 01:15:03+00:00,,1276.0,1276.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +616,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+00:00,2020-12-07 11:25:29+00:00,2020-12-07 11:05:16+00:00,1286.0,37.0,151.0,6355.0,470.0,2020-12-07 11:26:33+00:00,release-2020-12-07,8.0,A customisable 3D platform for agent-based AI research.,,,7.0,17,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +617,Spotlight,maciejkula/spotlight,,maciejkula/spotlight,,recommender-systems,['pytorch'],https://github.com/maciejkula/spotlight,https://github.com/maciejkula/spotlight,MIT,2017-06-25 18:52:19+00:00,2020-11-15 08:21:28+00:00,2020-02-09 21:03:48+00:00,366.0,64.0,48.0,2357.0,299.0,2019-09-08 10:19:53+00:00,0.1.6,7.0,Deep recommender models using PyTorch.,,,11.0,17,,,,,,https://anaconda.org/maciejkula/spotlight,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +618,PaddleDetection,PaddlePaddle/PaddleDetection,,,,image,['paddle'],https://github.com/PaddlePaddle/PaddleDetection,https://github.com/PaddlePaddle/PaddleDetection,Apache-2.0,2019-10-25 07:21:14+00:00,2020-12-16 10:58:10+00:00,2020-12-16 10:58:08+00:00,567.0,273.0,785.0,2011.0,639.0,2019-11-27 05:15:38+00:00,0.1.0,1.0,Object detection and instance segmentation toolkit based on PaddlePaddle.,,,42.0,17,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +619,Advisor,tobegit3hub/advisor,advisor,,,hyperopt,,https://github.com/tobegit3hub/advisor,https://github.com/tobegit3hub/advisor,Apache-2.0,2017-09-14 03:50:33+00:00,2019-11-11 07:09:57.869705+00:00,2019-11-11 06:59:31+00:00,237.0,19.0,13.0,1324.0,165.0,2018-10-18 02:54:09+00:00,0.1.6,4.0,Open-source implementation of Google Vizier for hyper parameters tuning.,,,11.0,17,https://pypi.org/project/advisor,2018-10-18 02:54:09+00:00,,80.0,119.0,,,,False,3,,,,tobegit3hub/advisor,https://hub.docker.com/r/tobegit3hub/advisor,2019-11-11 07:09:57.869705+00:00,,1533.0,,,,,,,,,,,,,,, +620,AdvBox,advboxes/AdvBox,advbox,,,adversarial,,https://github.com/advboxes/AdvBox,https://github.com/advboxes/AdvBox,Apache-2.0,2018-08-08 08:55:41+00:00,2020-11-13 17:59:22+00:00,2020-08-26 22:59:41+00:00,217.0,6.0,25.0,1013.0,374.0,2018-12-05 02:48:50+00:00,0.4.1,2.0,Advbox is a toolbox to generate adversarial examples that fool neural networks in..,,,19.0,17,https://pypi.org/project/advbox,2018-12-05 02:48:50+00:00,,40.0,40.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +621,sklearn-porter,nok/sklearn-porter,sklearn-porter,,,model-serialisation,['sklearn'],https://github.com/nok/sklearn-porter,https://github.com/nok/sklearn-porter,MIT,2016-06-22 22:21:34+00:00,2020-10-19 07:28:00+00:00,2019-12-18 13:31:50+00:00,118.0,34.0,29.0,936.0,699.0,2019-04-15 22:13:06+00:00,0.7.4,20.0,"Transpile trained scikit-learn estimators to C, Java, JavaScript and others.",1.0,,11.0,17,https://pypi.org/project/sklearn-porter,2019-12-18 13:39:19+00:00,1.0,498.0,498.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +622,Torch Points 3D,nicolas-chaulet/torch-points3d,torch-points3d,,,image,['pytorch'],https://github.com/nicolas-chaulet/torch-points3d,https://github.com/nicolas-chaulet/torch-points3d,,2019-12-06 11:33:34+00:00,2020-12-14 17:03:55+00:00,2020-12-14 17:03:53+00:00,141.0,41.0,140.0,911.0,1559.0,2020-08-04 09:08:49+00:00,1.1.1,12.0,Pytorch framework for doing deep learning on point clouds.,2.0,2.0,18.0,17,https://pypi.org/project/torch-points3d,2020-08-04 09:08:49+00:00,,280.0,280.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +623,Backtesting.py,kernc/backtesting.py,backtesting,,,financial-data,,https://github.com/kernc/backtesting.py,https://github.com/kernc/backtesting.py,AGPL-3.0,2019-01-02 03:11:32+00:00,2020-12-16 06:13:21+00:00,2020-12-12 07:50:28+00:00,214.0,20.0,159.0,833.0,213.0,2017-07-22 02:00:06+00:00,0.0.1,1.0,Backtest trading strategies in Python.,,,8.0,17,https://pypi.org/project/backtesting,2017-07-22 02:00:06+00:00,,2824.0,2824.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +624,CrypTen,facebookresearch/CrypTen,crypten,,,privacy-ml,['pytorch'],https://github.com/facebookresearch/CrypTen,https://github.com/facebookresearch/CrypTen,MIT,2019-08-15 00:00:31+00:00,2020-12-12 13:35:48+00:00,2020-12-09 19:56:33+00:00,87.0,15.0,31.0,669.0,225.0,2020-04-21 13:59:37+00:00,0.1,1.0,A framework for Privacy Preserving Machine Learning.,5.0,5.0,22.0,17,https://pypi.org/project/crypten,2020-02-05 18:53:03+00:00,,441.0,441.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +625,Hivemind,learning-at-home/hivemind,hivemind,,,distributed-ml,,https://github.com/learning-at-home/hivemind,https://github.com/learning-at-home/hivemind,MIT,2020-02-27 13:50:19+00:00,2020-12-14 16:32:08+00:00,2020-12-02 19:44:46+00:00,28.0,14.0,17.0,630.0,282.0,2020-08-28 05:52:35+00:00,0.8.2,5.0,Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.,2.0,1.0,8.0,17,https://pypi.org/project/hivemind,2020-08-28 16:00:22+00:00,1.0,37.0,37.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +626,SpeedTorch,Santosh-Gupta/SpeedTorch,SpeedTorch,,,gpu-utilities,['pytorch'],https://github.com/Santosh-Gupta/SpeedTorch,https://github.com/Santosh-Gupta/SpeedTorch,MIT,2019-09-07 18:57:52+00:00,2020-02-21 23:13:29+00:00,2020-02-21 23:13:28+00:00,35.0,3.0,2.0,590.0,170.0,2020-01-06 05:27:17+00:00,0.1.6,14.0,Library for faster pinned CPU - GPU transfer in Pytorch.,5.0,3.0,3.0,17,https://pypi.org/project/SpeedTorch,2020-01-06 05:27:17+00:00,2.0,151.0,151.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +627,ADTK,arundo/adtk,adtk,,,time-series-data,,https://github.com/arundo/adtk,https://github.com/arundo/adtk,MPL-2.0,2019-09-27 00:34:22+00:00,2020-04-29 19:54:40+00:00,2020-04-17 02:27:44+00:00,70.0,20.0,29.0,566.0,78.0,2020-04-17 02:18:00+00:00,0.6.2,13.0,A Python toolkit for rule-based/unsupervised anomaly detection in time series.,,,11.0,17,https://pypi.org/project/adtk,2020-04-17 02:18:00+00:00,,37064.0,37064.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +628,AlphaPy,ScottfreeLLC/AlphaPy,alphapy,,,hyperopt,,https://github.com/ScottfreeLLC/AlphaPy,https://github.com/ScottfreeLLC/AlphaPy,Apache-2.0,2016-02-14 00:47:32+00:00,2020-09-06 12:58:26+00:00,2020-09-06 12:58:25+00:00,110.0,10.0,29.0,523.0,407.0,2020-08-29 18:48:20+00:00,2.5.0,24.0,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",2.0,2.0,3.0,17,https://pypi.org/project/alphapy,2020-08-25 23:33:42+00:00,,191.0,191.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +629,SKLL,EducationalTestingService/skll,skll,,,ml-experiments,['sklearn'],https://github.com/EducationalTestingService/skll,https://github.com/EducationalTestingService/skll,BSD-1-Clause,2013-08-02 14:31:46+00:00,2020-12-04 04:12:31+00:00,2020-12-04 04:12:24+00:00,62.0,42.0,325.0,519.0,,2020-03-13 17:22:26+00:00,2.1,63.0,SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.,45.0,28.0,34.0,17,https://pypi.org/project/skll,2020-03-13 16:23:35+00:00,17.0,514.0,514.0,,,,False,3,10.0,,,,,,,,,,,,,,,,,,,,,, +630,DiCE,interpretml/DiCE,dice-ml,,,interpretability,"['tensorflow', 'pytorch']",https://github.com/interpretml/DiCE,https://github.com/interpretml/DiCE,MIT,2019-05-02 09:51:02+00:00,2020-12-15 13:12:57+00:00,2020-12-15 13:12:50+00:00,62.0,10.0,18.0,405.0,288.0,2020-09-22 06:31:10+00:00,0.4,2.0,Generate Diverse Counterfactual Explanations for any machine learning model.,,,8.0,17,https://pypi.org/project/dice-ml,2020-09-22 06:57:33+00:00,,191.0,191.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +631,Performer Pytorch,lucidrains/performer-pytorch,performer-pytorch,,,pytorch-utils,['pytorch'],https://github.com/lucidrains/performer-pytorch,https://github.com/lucidrains/performer-pytorch,MIT,2020-10-03 03:41:36+00:00,2020-12-14 17:10:37+00:00,2020-12-14 17:09:48+00:00,57.0,12.0,28.0,405.0,,2020-12-14 17:10:37+00:00,0.14.9,60.0,"An implementation of Performer, a linear attention-based transformer, in Pytorch.",6.0,6.0,4.0,17,https://pypi.org/project/performer-pytorch,2020-12-13 20:20:46+00:00,,1909.0,1909.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +632,datmo,datmo/datmo,datmo,,,ml-experiments,,https://github.com/datmo/datmo,https://github.com/datmo/datmo,MIT,2017-11-03 05:46:43+00:00,2019-11-29 00:48:45+00:00,2019-11-29 00:48:44+00:00,27.0,42.0,149.0,331.0,1051.0,2018-12-07 06:01:12+00:00,0.0.40,41.0,Open source production model management tool for data scientists.,5.0,5.0,5.0,17,https://pypi.org/project/datmo,2018-12-07 06:16:42+00:00,,205.0,205.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +633,Camphr,PKSHATechnology-Research/camphr,camphr,,,nlp,['spacy'],https://github.com/PKSHATechnology-Research/camphr,https://github.com/PKSHATechnology-Research/camphr,Apache-2.0,2020-02-10 03:39:58+00:00,2020-12-16 09:21:19+00:00,2020-12-15 00:25:16+00:00,15.0,7.0,14.0,318.0,1068.0,2020-08-21 04:45:06+00:00,0.7.0,35.0,"spaCy plugin for Transformers , Udify, ELmo, etc.",,,7.0,17,https://pypi.org/project/camphr,2020-08-20 15:29:45+00:00,,528.0,528.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +634,tick,X-DataInitiative/tick,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+00:00,2020-08-11 12:36:43+00:00,2020-06-15 12:01:36+00:00,74.0,55.0,159.0,316.0,413.0,2019-09-11 11:25:15+00:00,0.6,23.0,"Module for statistical learning, with a particular emphasis on time-dependent modelling.",28.0,27.0,16.0,17,https://pypi.org/project/tick,2020-05-24 22:01:17+00:00,1.0,793.0,796.0,,,,True,3,155.0,,,,,,,,,,,,,,,,,,,,,, +635,Case Recommender,caserec/CaseRecommender,caserecommender,,,recommender-systems,['sklearn'],https://github.com/caserec/CaseRecommender,https://github.com/caserec/CaseRecommender,MIT,2015-11-12 18:25:39+00:00,2020-05-26 22:44:05+00:00,2020-05-26 22:44:05+00:00,66.0,6.0,16.0,305.0,201.0,2019-08-20 13:38:02+00:00,1.1.0,40.0,Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems.,5.0,5.0,10.0,17,https://pypi.org/project/caserecommender,2019-08-20 13:42:28+00:00,,181.0,181.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +636,apricot,jmschrei/apricot,apricot-select,,,others,,https://github.com/jmschrei/apricot,https://github.com/jmschrei/apricot,MIT,2018-08-12 02:42:12+00:00,2020-09-30 20:53:48+00:00,2020-09-30 20:53:44+00:00,28.0,3.0,10.0,296.0,151.0,2020-09-28 07:19:15+00:00,0.6.0,13.0,apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine..,9.0,9.0,2.0,17,https://pypi.org/project/apricot-select,2020-09-28 07:19:15+00:00,,346.0,346.0,,,,True,3,8.0,,,,,,,,,,,,,,,,,,,,,, +637,LOFO,aerdem4/lofo-importance,lofo-importance,,,interpretability,,https://github.com/aerdem4/lofo-importance,https://github.com/aerdem4/lofo-importance,MIT,2019-01-14 10:46:46+00:00,2020-07-02 11:49:54+00:00,2020-07-02 11:49:52+00:00,40.0,1.0,10.0,286.0,24.0,2020-07-02 11:44:57+00:00,0.2.6,9.0,Leave One Feature Out Importance.,3.0,3.0,3.0,17,https://pypi.org/project/lofo-importance,2020-07-02 11:44:57+00:00,,229.0,229.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +638,Orbit,uber/orbit,orbit-ml,,,probabilistics,,https://github.com/uber/orbit,https://github.com/uber/orbit,Apache-2.0,2020-01-07 18:20:37+00:00,2020-12-16 06:07:53+00:00,2020-11-25 22:33:07+00:00,12.0,22.0,140.0,286.0,571.0,2020-11-15 23:46:41+00:00,1.0.9,9.0,Bayesian forecasting with object-oriented design and probabilistic models under the hood.,2.0,2.0,5.0,17,https://pypi.org/project/orbit-ml,2020-11-15 23:46:41+00:00,,235.0,235.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +639,DeepGraph,deepgraph/deepgraph,deepgraph,conda-forge/deepgraph,,graph,['pandas'],https://github.com/deepgraph/deepgraph,https://github.com/deepgraph/deepgraph,BSD-3-Clause,2015-10-27 12:28:45+00:00,2020-10-01 13:20:38+00:00,2020-10-01 13:17:00+00:00,33.0,7.0,4.0,226.0,160.0,2020-10-01 13:20:38+00:00,0.2.3,13.0,Analyze Data with Pandas-based Networks. Documentation:.,1.0,1.0,2.0,17,https://pypi.org/project/deepgraph,2020-10-01 13:18:38+00:00,,295.0,295.0,https://anaconda.org/conda-forge/deepgraph,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +640,ipyexperiments,stas00/ipyexperiments,ipyexperiments,,,gpu-utilities,['jupyter'],https://github.com/stas00/ipyexperiments,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40+00:00,2020-11-17 04:11:19+00:00,2020-11-17 04:11:16+00:00,9.0,,4.0,121.0,177.0,2020-11-16 07:08:34+00:00,0.1.22,21.0,jupyter/ipython experiment containers for GPU and general RAM re-use.,4.0,2.0,3.0,17,https://pypi.org/project/ipyexperiments,2020-11-17 04:10:43+00:00,2.0,292.0,292.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +641,nvidia-ml-py3,nicolargo/nvidia-ml-py3,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+00:00,2019-03-06 20:41:10+00:00,2019-03-06 20:41:09+00:00,13.0,2.0,,59.0,5.0,,,1.0,Python 3 Bindings for the NVIDIA Management Library.,2327.0,2315.0,2.0,17,https://pypi.org/project/nvidia-ml-py3,2017-06-03 07:43:46+00:00,12.0,289677.0,289677.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +642,ReAgent,facebookresearch/ReAgent,,,,reinforcement-learning,['pytorch'],https://github.com/facebookresearch/ReAgent,https://github.com/facebookresearch/ReAgent,BSD-3-Clause,2017-07-27 17:53:21+00:00,2020-12-15 18:00:55+00:00,2020-12-15 18:00:02+00:00,372.0,20.0,73.0,2702.0,1040.0,,,,"A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.).",,,82.0,16,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +643,LIT,PAIR-code/lit,lit-nlp,,,interpretability,,https://github.com/PAIR-code/lit,https://github.com/PAIR-code/lit,Apache-2.0,2020-07-28 13:07:26+00:00,2020-12-16 05:35:28+00:00,2020-11-17 00:43:10+00:00,219.0,25.0,27.0,2279.0,,2020-11-17 00:53:31+00:00,0.2,4.0,The Language Interpretability Tool: Interactively analyze NLP models for model understanding in an extensible and..,,,10.0,16,https://pypi.org/project/lit-nlp,2020-11-17 00:52:37+00:00,,309.0,309.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +644,automl-gs,minimaxir/automl-gs,automl_gs,,,hyperopt,,https://github.com/minimaxir/automl-gs,https://github.com/minimaxir/automl-gs,MIT,2019-01-13 18:57:44+00:00,2019-10-22 11:20:40+00:00,2019-04-05 06:48:14+00:00,157.0,26.0,6.0,1704.0,102.0,2019-04-05 06:51:04+00:00,0.2.1,2.0,"Provide an input CSV and a target field to predict, generate a model + code to run it.",,,7.0,16,https://pypi.org/project/automl_gs,2019-04-05 06:47:54+00:00,,39.0,39.0,,,,False,3,20.0,,,,,,,,,,,,,,,,,,,,,, +645,BlazingSQL,BlazingDB/blazingsql,,blazingsql/blazingsql-protocol,,gpu-utilities,,https://github.com/BlazingDB/blazingsql,https://github.com/BlazingDB/blazingsql,Apache-2.0,2018-09-24 18:25:45+00:00,2020-12-16 05:42:03+00:00,2020-12-16 01:10:36+00:00,133.0,234.0,318.0,1361.0,,2020-12-14 17:43:48+00:00,0.17.0,15.0,"BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.",,,39.0,16,,,,,,https://anaconda.org/blazingsql/blazingsql-protocol,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +646,Xcessiv,reiinakano/xcessiv,xcessiv,,,hyperopt,,https://github.com/reiinakano/xcessiv,https://github.com/reiinakano/xcessiv,Apache-2.0,2017-03-07 18:18:25+00:00,2018-06-06 22:23:37+00:00,2017-08-21 00:51:15+00:00,103.0,21.0,13.0,1256.0,316.0,2017-08-21 00:53:25+00:00,0.5.1,34.0,"A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.",2.0,1.0,6.0,16,https://pypi.org/project/xcessiv,2017-08-21 00:49:41+00:00,1.0,112.0,112.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +647,Lambda Networks,lucidrains/lambda-networks,lambda-networks,,,pytorch-utils,['pytorch'],https://github.com/lucidrains/lambda-networks,https://github.com/lucidrains/lambda-networks,MIT,2020-10-08 19:01:15+00:00,2020-11-18 19:54:34+00:00,2020-11-18 19:54:30+00:00,124.0,8.0,15.0,1210.0,,2020-11-18 08:18:54+00:00,0.4.0,11.0,"Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute.",,,3.0,16,https://pypi.org/project/lambda-networks,2020-10-20 21:49:22+00:00,,447.0,447.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +648,River,online-ml/river,river,,,others,,https://github.com/online-ml/river,https://github.com/online-ml/river,BSD-3-Clause,2019-01-24 15:18:26+00:00,2020-12-15 14:53:56+00:00,2020-12-14 16:54:05+00:00,144.0,41.0,225.0,1195.0,2868.0,,,,Online machine learning in Python.,2.0,,55.0,16,https://pypi.org/project/river,2018-10-23 02:19:34.893000+00:00,2.0,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +649,HyperparameterHunter,HunterMcGushion/hyperparameter_hunter,hyperparameter-hunter,,,hyperopt,,https://github.com/HunterMcGushion/hyperparameter_hunter,https://github.com/HunterMcGushion/hyperparameter_hunter,MIT,2018-06-01 23:17:00+00:00,2020-10-21 17:39:45+00:00,2020-10-21 17:39:43+00:00,77.0,36.0,84.0,631.0,1095.0,2019-08-06 09:09:45+00:00,3.0.0,16.0,Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries.,1.0,,3.0,16,https://pypi.org/project/hyperparameter-hunter,2019-08-06 06:01:58+00:00,1.0,100.0,108.0,,,,True,3,235.0,,,,,,,,,,,,,,,,,,,,,, +650,lazydata,rstojnic/lazydata,lazydata,,,db-clients,,https://github.com/rstojnic/lazydata,https://github.com/rstojnic/lazydata,Apache-2.0,2018-08-21 12:44:27+00:00,2019-02-13 18:15:09+00:00,2018-10-12 11:40:26+00:00,24.0,7.0,6.0,624.0,216.0,2018-09-18 21:24:41+00:00,1.0.19,19.0,Lazydata: Scalable data dependencies for Python projects.,7.0,7.0,6.0,16,https://pypi.org/project/lazydata,2018-09-18 21:25:30+00:00,,57.0,57.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +651,cuGraph,rapidsai/cugraph,cugraph,,,gpu-utilities,,https://github.com/rapidsai/cugraph,https://github.com/rapidsai/cugraph,Apache-2.0,2018-11-15 18:07:11+00:00,2020-12-15 22:02:28+00:00,2020-12-15 16:03:41+00:00,129.0,90.0,444.0,589.0,,2020-12-10 21:54:44+00:00,0.17.0,4.0,cuGraph - RAPIDS Graph Analytics Library.,,,52.0,16,https://pypi.org/project/cugraph,2019-04-04 15:31:02+00:00,,62.0,62.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +652,ThunderGBM,Xtra-Computing/thundergbm,thundergbm,,,ml-frameworks,,https://github.com/Xtra-Computing/thundergbm,https://github.com/Xtra-Computing/thundergbm,Apache-2.0,2016-11-11 09:58:08+00:00,2020-12-15 05:42:06+00:00,2020-12-15 05:42:05+00:00,70.0,16.0,26.0,569.0,604.0,2020-05-01 23:16:25+00:00,0.3.16,24.0,ThunderGBM: Fast GBDTs and Random Forests on GPUs.,,,10.0,16,https://pypi.org/project/thundergbm,2020-05-01 23:16:25+00:00,,127.0,127.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +653,XAI,EthicalML/xai,xai,,,interpretability,,https://github.com/EthicalML/xai,https://github.com/EthicalML/xai,MIT,2019-01-11 20:00:09+00:00,2019-10-05 10:34:58+00:00,2019-10-05 10:34:50+00:00,79.0,4.0,2.0,542.0,83.0,2019-01-13 21:24:01+00:00,0.0.4,4.0,XAI - An eXplainability toolbox for machine learning.,14.0,8.0,2.0,16,https://pypi.org/project/xai,2019-01-13 21:24:01+00:00,6.0,186.0,186.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +654,FlashTorch,MisaOgura/flashtorch,flashtorch,,,interpretability,['pytorch'],https://github.com/MisaOgura/flashtorch,https://github.com/MisaOgura/flashtorch,MIT,2019-03-22 13:00:57+00:00,2020-12-14 23:09:26+00:00,2020-05-29 14:37:29+00:00,65.0,6.0,21.0,512.0,126.0,2020-05-29 14:39:38+00:00,0.1.3,12.0,Visualization toolkit for neural networks in PyTorch! Demo --.,5.0,5.0,2.0,16,https://pypi.org/project/flashtorch,2020-05-29 14:38:32+00:00,,210.0,210.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +655,RLax,deepmind/rlax,rlax,,,reinforcement-learning,['jax'],https://github.com/deepmind/rlax,https://github.com/deepmind/rlax,Apache-2.0,2020-02-18 07:14:59+00:00,2020-12-04 16:29:56+00:00,2020-12-04 16:29:20+00:00,35.0,3.0,3.0,510.0,100.0,2020-02-19 23:01:30+00:00,0.1.0,3.0,A library of reinforcement learning building blocks in JAX.,8.0,8.0,10.0,16,https://pypi.org/project/rlax,2020-02-19 23:01:30+00:00,,133.0,133.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +656,Auto Tune Models,HDI-Project/ATM,atm,,,hyperopt,,https://github.com/HDI-Project/ATM,https://github.com/HDI-Project/ATM,MIT,2016-10-14 18:03:00+00:00,2020-02-21 17:44:07+00:00,2020-02-21 17:40:58+00:00,122.0,17.0,71.0,501.0,775.0,2019-07-30 09:28:26+00:00,0.2.2,13.0,"Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).",6.0,6.0,16.0,16,https://pypi.org/project/atm,2019-06-24 13:31:28+00:00,,140.0,140.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +657,OpenRec,ylongqi/openrec,openrec,,,recommender-systems,,https://github.com/ylongqi/openrec,https://github.com/ylongqi/openrec,Apache-2.0,2017-11-29 16:04:40+00:00,2020-11-13 17:47:17+00:00,2020-02-19 07:57:17+00:00,80.0,4.0,12.0,349.0,213.0,2018-11-13 17:55:55+00:00,0.2.5,11.0,OpenRec is an open-source and modular library for neural network-inspired recommendation algorithms.,2.0,1.0,10.0,16,https://pypi.org/project/openrec,2019-09-11 20:21:21+00:00,1.0,60.0,60.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +658,pdvega,altair-viz/pdvega,pdvega,,,data-viz,,https://github.com/altair-viz/pdvega,https://github.com/altair-viz/pdvega,MIT,2018-01-11 21:30:27+00:00,2019-03-29 16:09:14+00:00,2019-03-29 16:09:13+00:00,28.0,16.0,10.0,339.0,177.0,,,1.0,Interactive plotting for Pandas using Vega-Lite.,47.0,45.0,9.0,16,https://pypi.org/project/pdvega,2018-02-01 04:56:43+00:00,2.0,148.0,148.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +659,VizSeq,facebookresearch/vizseq,vizseq,,,nlp,,https://github.com/facebookresearch/vizseq,https://github.com/facebookresearch/vizseq,MIT,2019-08-26 13:19:38+00:00,2020-12-13 18:55:58+00:00,2020-12-13 18:55:54+00:00,39.0,7.0,8.0,294.0,43.0,2020-08-07 01:13:52+00:00,0.1.15,16.0,"An Analysis Toolkit for Natural Language Generation (Translation, Captioning, Summarization, etc.).",1.0,1.0,3.0,16,https://pypi.org/project/vizseq,2020-08-07 01:13:52+00:00,,131.0,131.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +660,Headliner,as-ideas/headliner,headliner,,,nlp,,https://github.com/as-ideas/headliner,https://github.com/as-ideas/headliner,MIT,2019-09-30 11:33:28+00:00,2020-02-14 09:07:46+00:00,2020-02-14 09:03:27+00:00,38.0,1.0,13.0,216.0,276.0,2020-01-24 09:06:29+00:00,1.0.2,30.0,Easy training and deployment of seq2seq models.,3.0,2.0,2.0,16,https://pypi.org/project/headliner,2020-01-24 09:06:29+00:00,1.0,426.0,426.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +661,Transistor,bomquote/transistor,transistor,,,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51+00:00,2020-12-12 22:37:59+00:00,2020-08-16 21:52:05+00:00,17.0,60.0,3.0,206.0,198.0,2020-08-03 20:20:32+00:00,0.2.4,7.0,"Transistor, a Python web scraping framework for intelligent use cases.",,,3.0,16,https://pypi.org/project/transistor,2020-08-03 20:12:39+00:00,,120.0,122.0,,,,True,3,51.0,,,,,,,,,,,,,,,,,,,,,, +662,Muda,bmcfee/muda,muda,,,audio,,https://github.com/bmcfee/muda,https://github.com/bmcfee/muda,ISC,2014-11-07 21:21:22+00:00,2020-09-01 19:21:10+00:00,2020-07-20 20:00:17+00:00,30.0,5.0,44.0,172.0,291.0,2019-11-15 15:46:21+00:00,0.4.1,11.0,A library for augmenting annotated audio data.,8.0,7.0,6.0,16,https://pypi.org/project/muda,2019-11-15 15:46:21+00:00,1.0,115.0,115.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +663,ExplainX.ai,explainX/explainx,explainx,,,interpretability,,https://github.com/explainX/explainx,https://github.com/explainX/explainx,MIT,2020-06-16 14:27:15+00:00,2020-12-11 21:27:38+00:00,2020-12-08 21:08:01+00:00,26.0,7.0,12.0,148.0,174.0,2020-10-23 17:30:47+00:00,2.403,53.0,Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line..,,,4.0,16,https://pypi.org/project/explainx,2020-12-07 22:26:30+00:00,,947.0,947.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +664,Larq Compute Engine,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+00:00,2020-12-15 12:44:25+00:00,2020-12-15 12:44:23+00:00,18.0,21.0,86.0,119.0,437.0,2020-09-21 13:31:57+00:00,0.4.3,11.0,Highly optimized inference engine for Binarized Neural Networks.,1.0,1.0,13.0,16,https://pypi.org/project/larq-compute-engine,2020-09-21 17:41:53+00:00,,838.0,850.0,,,,False,3,120.0,,,,,,,,,,,,,,,,,,,,,, +665,dabl,amueller/dabl,dabl,,,others,['sklearn'],https://github.com/amueller/dabl,https://github.com/amueller/dabl,BSD-3-Clause,2020-01-30 18:26:49+00:00,2020-12-11 22:51:44+00:00,2020-07-08 16:14:41+00:00,7.0,1.0,,60.0,252.0,2020-02-04 18:25:16+00:00,0.1.9,10.0,Data Analysis Baseline Library.,,,18.0,16,https://pypi.org/project/dabl,2020-09-25 18:14:54+00:00,,1872.0,1872.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +666,Euler,alibaba/euler,euler-gl,,,graph,['tensorflow'],https://github.com/alibaba/euler,https://github.com/alibaba/euler,Apache-2.0,2019-01-10 06:32:32+00:00,2020-07-29 05:53:02+00:00,2020-07-29 05:53:01+00:00,497.0,199.0,97.0,2421.0,8.0,2020-07-07 02:24:18+00:00,2.0.0,2.0,A distributed graph deep learning framework.,,,5.0,15,https://pypi.org/project/euler-gl,2019-04-10 01:53:45+00:00,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +667,GraphEmbedding,shenweichen/GraphEmbedding,,,,graph,['sklearn'],https://github.com/shenweichen/GraphEmbedding,https://github.com/shenweichen/GraphEmbedding,MIT,2019-02-11 16:27:20+00:00,2020-10-18 09:32:47+00:00,2020-10-18 09:32:47+00:00,525.0,26.0,13.0,1658.0,28.0,,,,Implementation and experiments of graph embedding algorithms.,7.0,7.0,6.0,15,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +668,StackImpact,stackimpact/stackimpact-python,stackimpact,,,system-monitoring,,https://github.com/stackimpact/stackimpact-python,https://github.com/stackimpact/stackimpact-python,BSD-3-Clause,2017-06-26 13:12:06+00:00,2019-05-14 14:48:14+00:00,2019-05-14 14:48:05+00:00,21.0,6.0,,673.0,31.0,2019-05-14 14:13:15+00:00,1.2.6,19.0,"DEPRECATED StackImpact Python Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking..",6.0,5.0,1.0,15,https://pypi.org/project/stackimpact,2019-05-14 14:13:15+00:00,1.0,346.0,346.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +669,Translate,pytorch/translate,pytorch-translate,,,nlp,['pytorch'],https://github.com/pytorch/translate,https://github.com/pytorch/translate,BSD-3-Clause,2018-04-24 16:44:04+00:00,2020-12-02 14:37:37+00:00,2020-11-16 20:42:29+00:00,155.0,66.0,27.0,662.0,802.0,,,1.0,Translate - a PyTorch Language Library.,,,83.0,15,https://pypi.org/project/pytorch-translate,2018-05-01 19:59:40+00:00,,16.0,16.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +670,SuperSQLite,plasticityai/supersqlite,supersqlite,,,db-clients,,https://github.com/plasticityai/supersqlite,https://github.com/plasticityai/supersqlite,MIT,2018-11-09 08:20:26+00:00,2020-05-09 09:06:06+00:00,2019-08-27 13:16:09+00:00,18.0,3.0,1.0,653.0,221.0,2018-11-22 02:36:13+00:00,0.0.78,56.0,A supercharged SQLite library for Python.,3.0,3.0,2.0,15,https://pypi.org/project/supersqlite,2018-11-19 04:01:04+00:00,,320.0,320.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +671,baikal,alegonz/baikal,baikal,conda-forge/cython-blis,,others,,https://github.com/alegonz/baikal,https://github.com/alegonz/baikal,BSD-3-Clause,2019-01-21 12:59:02+00:00,2020-11-15 13:41:03+00:00,2020-11-15 13:39:20+00:00,28.0,4.0,11.0,569.0,393.0,2020-05-17 12:40:17+00:00,0.4.2,7.0,A graph-based functional API for building complex scikit-learn pipelines.,2.0,2.0,1.0,15,https://pypi.org/project/baikal,2020-11-15 13:40:18+00:00,,71.0,71.0,https://anaconda.org/conda-forge/cython-blis,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +672,PandaPy,firmai/pandapy,pandapy,,,data-containers,['pandas'],https://github.com/firmai/pandapy,https://github.com/firmai/pandapy,MIT,2020-01-15 18:21:23+00:00,2020-11-12 16:18:45+00:00,2020-11-12 16:18:44+00:00,42.0,2.0,1.0,456.0,83.0,2020-11-12 16:12:54+00:00,zen,22.0,PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x faster (by @firmai).,1.0,1.0,3.0,15,https://pypi.org/project/pandapy,2020-01-25 23:10:32+00:00,,92.0,92.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +673,cuSignal,rapidsai/cusignal,,,,gpu-utilities,,https://github.com/rapidsai/cusignal,https://github.com/rapidsai/cusignal,Apache-2.0,2019-08-22 14:27:27+00:00,2020-12-15 18:46:05+00:00,2020-12-15 18:46:03+00:00,55.0,17.0,80.0,427.0,,2020-12-10 21:29:50+00:00,0.17.0,3.0,GPU accelerated signal processing.,,,27.0,15,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +674,Tensor Sensor,parrt/tensor-sensor,tensor-sensor,,,pytorch-utils,['pytorch'],https://github.com/parrt/tensor-sensor,https://github.com/parrt/tensor-sensor,MIT,2020-08-28 22:54:04+00:00,2020-12-03 20:46:15+00:00,2020-12-03 20:45:45+00:00,22.0,4.0,12.0,395.0,148.0,2020-12-03 20:46:15+00:00,0.1.1,33.0,The goal of this library is to generate more helpful exception messages for numpy/pytorch matrix algebra expressions.,,,2.0,15,https://pypi.org/project/tensor-sensor,2020-12-03 20:40:56+00:00,,459.0,459.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +675,TF Compression,tensorflow/compression,tensorflow-compression,,,tensorflow-utils,['tensorflow'],https://github.com/tensorflow/compression,https://github.com/tensorflow/compression,Apache-2.0,2018-05-15 23:32:19+00:00,2020-12-08 19:06:22+00:00,2020-12-08 18:51:30+00:00,139.0,3.0,50.0,393.0,130.0,2019-11-20 01:04:19+00:00,1.3,7.0,Data compression in TensorFlow.,1.0,,9.0,15,https://pypi.org/project/tensorflow-compression,2020-12-04 19:23:50+00:00,1.0,470.0,470.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +676,Pywick,achaiah/pywick,pywick,,,pytorch-utils,['pytorch'],https://github.com/achaiah/pywick,https://github.com/achaiah/pywick,MIT,2019-03-25 15:42:47+00:00,2020-11-17 16:44:11+00:00,2020-09-24 19:20:06+00:00,34.0,2.0,9.0,311.0,109.0,2020-01-20 22:14:21+00:00,0.5.6,6.0,High-level batteries-included neural network training library for Pytorch.,2.0,2.0,4.0,15,https://pypi.org/project/pywick,2020-01-20 22:14:21+00:00,,128.0,128.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +677,Parfit,jmcarpenter2/parfit,parfit,,,hyperopt,['sklearn'],https://github.com/jmcarpenter2/parfit,https://github.com/jmcarpenter2/parfit,MIT,2017-11-22 20:17:51+00:00,2020-04-04 19:26:44+00:00,2020-04-04 19:26:37+00:00,26.0,5.0,5.0,199.0,127.0,,,23.0,"A package for parallelizing the fit and flexibly scoring of sklearn machine learning models, with visualization..",6.0,6.0,2.0,15,https://pypi.org/project/parfit,2018-10-11 22:03:16+00:00,,5090.0,5090.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +678,NeuralQA,victordibia/neuralqa,neuralqa,,,nlp,,https://github.com/victordibia/neuralqa,https://github.com/victordibia/neuralqa,MIT,2020-05-19 03:55:56+00:00,2020-12-14 23:14:31+00:00,2020-09-25 19:39:12+00:00,23.0,18.0,8.0,181.0,310.0,,,26.0,NeuralQA: A Usable Library for Question Answering on Large Datasets with BERT.,1.0,1.0,3.0,15,https://pypi.org/project/neuralqa,2020-07-29 16:39:37+00:00,,110.0,110.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +679,steppy,minerva-ml/steppy,steppy,,,ml-experiments,,https://github.com/minerva-ml/steppy,https://github.com/minerva-ml/steppy,MIT,2018-01-15 09:40:49+00:00,2018-11-23 09:49:59+00:00,2018-11-23 09:47:34+00:00,31.0,16.0,50.0,123.0,69.0,2018-11-23 09:49:59+00:00,0.1.16,16.0,"Lightweight, Python library for fast and reproducible experimentation.",40.0,35.0,5.0,15,https://pypi.org/project/steppy,2018-11-23 09:49:59+00:00,5.0,94.0,94.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +680,ModelChimp,ModelChimp/modelchimp,modelchimp,,,ml-experiments,,https://github.com/ModelChimp/modelchimp,https://github.com/ModelChimp/modelchimp,BSD-2-Clause,2018-11-05 08:39:03+00:00,2020-12-15 23:20:07+00:00,2019-12-06 08:58:55+00:00,11.0,4.0,10.0,118.0,357.0,2019-04-09 10:43:15+00:00,0.4.0,37.0,Experiment tracking for machine and deep learning projects.,,,2.0,15,https://pypi.org/project/modelchimp,2019-04-09 10:41:20+00:00,,1777.0,1802.0,,,,False,3,,,,modelchimp/modelchimp-server,https://hub.docker.com/r/modelchimp/modelchimp-server,2019-04-09 10:15:09.532793+00:00,,634.0,,,,,,,,,,,,,,, +681,nptsne,biovault/nptsne,nptsne,,,data-viz,,https://github.com/biovault/nptsne,https://github.com/biovault/nptsne,Apache-2.0,2019-06-28 08:40:25+00:00,2020-11-16 13:56:05+00:00,2020-11-13 16:38:47+00:00,2.0,7.0,2.0,24.0,834.0,2020-09-10 23:54:14+00:00,1.1.0,2.0,nptsne is a numpy compatible python binary package that offers a number of APIs for fast tSNE calculation.,2.0,2.0,3.0,15,https://pypi.org/project/nptsne,2020-09-10 23:54:14+00:00,,166.0,166.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +682,DEβ«ΆTR,facebookresearch/detr,,,,image,['pytorch'],https://github.com/facebookresearch/detr,https://github.com/facebookresearch/detr,Apache-2.0,2020-05-26 23:54:52+00:00,2020-12-04 20:03:39+00:00,2020-11-15 16:03:45+00:00,786.0,56.0,195.0,5594.0,41.0,2020-06-29 16:41:01+00:00,0.2,1.0,End-to-End Object Detection with Transformers.,,,19.0,14,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +683,PySlowFast,facebookresearch/SlowFast,,,,image,['pytorch'],https://github.com/facebookresearch/SlowFast,https://github.com/facebookresearch/SlowFast,Apache-2.0,2019-08-20 22:47:26+00:00,2020-12-08 22:41:05+00:00,2020-12-08 22:40:54+00:00,576.0,151.0,182.0,3182.0,92.0,,,,PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.,2.0,2.0,18.0,14,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +684,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+00:00,2020-12-09 18:13:03+00:00,2020-06-16 07:23:32+00:00,436.0,37.0,7.0,2354.0,53.0,,,,PyTorch implementation of Efficient Neural Architecture Search via Parameters Sharing.,,,6.0,14,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +685,GraphSAGE,williamleif/GraphSAGE,,,,graph,['tensorflow'],https://github.com/williamleif/GraphSAGE,https://github.com/williamleif/GraphSAGE,MIT,2017-05-29 15:36:22+00:00,2020-11-13 17:49:54+00:00,2018-09-19 19:27:00+00:00,588.0,77.0,58.0,2032.0,59.0,,,,Representation learning on large graphs using stochastic graph convolutions.,,,9.0,14,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +686,ZhuSuan,thu-ml/zhusuan,,,,probabilistics,['tensorflow'],https://github.com/thu-ml/zhusuan,https://github.com/thu-ml/zhusuan,MIT,2016-07-18 13:31:38+00:00,2020-01-09 14:51:27+00:00,2019-08-05 10:00:04+00:00,371.0,8.0,53.0,1985.0,439.0,,,,"A probabilistic programming library for Bayesian deep learning, generative models, based on Tensorflow.",,,20.0,14,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +687,lazynlp,chiphuyen/lazynlp,,,,web-scraping,,https://github.com/chiphuyen/lazynlp,https://github.com/chiphuyen/lazynlp,MIT,2019-02-27 23:23:19+00:00,2020-11-11 12:16:30+00:00,2019-10-07 16:52:30+00:00,281.0,5.0,3.0,1881.0,14.0,2019-03-02 17:38:27+00:00,1.0.0,1.0,Library to scrape and clean web pages to create massive datasets.,,,4.0,14,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +688,OpenNE,thunlp/OpenNE,,,,graph,['tensorflow'],https://github.com/thunlp/OpenNE,https://github.com/thunlp/OpenNE,MIT,2017-10-08 04:58:20+00:00,2020-11-30 14:02:23+00:00,2019-08-12 10:56:27+00:00,441.0,50.0,81.0,1378.0,98.0,,,,An Open-Source Package for Network Embedding (NE).,,,10.0,14,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +689,Botflow,kkyon/botflow,botflow,,,data-pipelines,,https://github.com/kkyon/botflow,https://github.com/kkyon/botflow,BSD-3-Clause,2018-08-20 03:13:31+00:00,2019-05-23 14:40:51+00:00,2019-05-23 14:40:50+00:00,97.0,2.0,2.0,1150.0,192.0,,,5.0,"Python Fast Dataflow programming framework for Data pipeline work( Web Crawler,Machine Learning,Quantitative..",1.0,1.0,11.0,14,https://pypi.org/project/botflow,2018-09-14 14:38:32+00:00,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +690,Higher,facebookresearch/higher,,,,pytorch-utils,['pytorch'],https://github.com/facebookresearch/higher,https://github.com/facebookresearch/higher,Apache-2.0,2019-09-06 18:58:36+00:00,2020-11-23 06:15:24+00:00,2020-10-28 16:53:07+00:00,71.0,22.0,46.0,999.0,28.0,,,,higher is a pytorch library allowing users to obtain higher order gradients over losses spanning training loops rather..,25.0,25.0,6.0,14,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +691,MedicalTorch,perone/medicaltorch,medicaltorch,,,medical-data,['pytorch'],https://github.com/perone/medicaltorch,https://github.com/perone/medicaltorch,Apache-2.0,2018-02-27 02:50:07+00:00,2020-09-30 13:21:57+00:00,2019-08-15 10:03:51+00:00,106.0,14.0,9.0,699.0,55.0,2018-11-24 00:33:11+00:00,0.2,2.0,A medical imaging framework for Pytorch.,9.0,9.0,7.0,14,https://pypi.org/project/medicaltorch,2018-11-24 00:29:36+00:00,,69.0,69.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +692,torchsde,google-research/torchsde,,,,pytorch-utils,['pytorch'],https://github.com/google-research/torchsde,https://github.com/google-research/torchsde,Apache-2.0,2020-07-06 23:13:11+00:00,2020-12-14 10:23:06+00:00,2020-10-30 16:15:49+00:00,49.0,6.0,25.0,611.0,137.0,2020-10-22 16:12:07+00:00,0.2.1,3.0,Differentiable SDE solvers with GPU support and efficient sensitivity analysis.,,,4.0,14,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +693,Anchor,marcotcr/anchor,anchor_exp,,,interpretability,,https://github.com/marcotcr/anchor,https://github.com/marcotcr/anchor,BSD-2-Clause,2018-02-02 23:38:50+00:00,2020-09-10 17:49:26+00:00,2020-09-10 17:48:28+00:00,86.0,8.0,42.0,607.0,39.0,,,8.0,Code for High-Precision Model-Agnostic Explanations paper.,,,8.0,14,https://pypi.org/project/anchor_exp,2020-06-26 20:56:50+00:00,,623.0,623.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +694,Adversary,airbnb/artificial-adversary,Adversary,,,adversarial,,https://github.com/airbnb/artificial-adversary,https://github.com/airbnb/artificial-adversary,MIT,2018-08-08 04:42:11+00:00,2018-10-14 05:34:44+00:00,2018-08-29 15:31:30+00:00,47.0,7.0,,339.0,15.0,2018-08-29 15:14:41+00:00,1.1.1,3.0,Tool to generate adversarial text examples and test machine learning models against them.,6.0,6.0,5.0,14,https://pypi.org/project/Adversary,2018-08-29 15:14:41+00:00,,46.0,46.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +695,Tez,abhishekkrthakur/tez,tez,,,pytorch-utils,['pytorch'],https://github.com/abhishekkrthakur/tez,https://github.com/abhishekkrthakur/tez,Apache-2.0,2020-11-13 10:19:22+00:00,2020-12-13 08:48:54+00:00,2020-12-13 08:48:48+00:00,30.0,5.0,2.0,318.0,,2020-12-11 14:00:44+00:00,0.0.7,6.0,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,https://pypi.org/project/tez,2020-12-11 14:00:44+00:00,,879.0,879.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +696,TransferNLP,feedly/transfer-nlp,transfer-nlp,,,nlp,['pytorch'],https://github.com/feedly/transfer-nlp,https://github.com/feedly/transfer-nlp,MIT,2019-03-12 20:00:31+00:00,2020-05-28 19:00:02+00:00,2020-05-28 17:31:53+00:00,18.0,4.0,19.0,285.0,465.0,2020-05-28 19:00:02+00:00,0.1.6,8.0,NLP library designed for reproducible experimentation management.,,,7.0,14,https://pypi.org/project/transfer-nlp,2020-05-28 19:00:02+00:00,,109.0,109.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +697,nx-altair,Zsailer/nx_altair,nx-altair,,,data-viz,['jupyter'],https://github.com/Zsailer/nx_altair,https://github.com/Zsailer/nx_altair,MIT,2018-05-13 00:10:12+00:00,2020-09-30 12:01:08+00:00,2020-06-02 21:10:26+00:00,19.0,4.0,4.0,150.0,51.0,2020-06-02 21:11:12+00:00,0.1.6,8.0,Draw interactive NetworkX graphs with Altair.,2.0,,3.0,14,https://pypi.org/project/nx-altair,2020-06-02 21:11:12+00:00,2.0,228.0,228.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +698,DeepNeuro,QTIM-Lab/DeepNeuro,deepneuro,,,medical-data,,https://github.com/QTIM-Lab/DeepNeuro,https://github.com/QTIM-Lab/DeepNeuro,MIT,2017-06-01 19:36:34+00:00,2020-06-24 13:00:15+00:00,2020-06-24 13:00:14+00:00,28.0,25.0,16.0,95.0,285.0,2019-04-11 16:57:02+00:00,0.2.2,5.0,A deep learning python package for neuroimaging data. Made by:.,1.0,1.0,6.0,14,https://pypi.org/project/deepneuro,2019-04-11 16:57:02+00:00,,50.0,50.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +699,Hypermax,electricbrainio/hypermax,hypermax,,,hyperopt,,https://github.com/electricbrainio/hypermax,https://github.com/electricbrainio/hypermax,BSD-3-Clause,2018-07-27 18:43:01+00:00,2020-08-02 18:08:50+00:00,2020-08-02 18:08:46+00:00,14.0,3.0,1.0,94.0,207.0,2019-10-23 15:40:12+00:00,0.5.1,11.0,"Better, faster hyper-parameter optimization.",4.0,4.0,9.0,14,https://pypi.org/project/hypermax,2019-10-23 15:40:12+00:00,,51.0,51.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +700,StarSpace,facebookresearch/StarSpace,,,,ml-frameworks,,https://github.com/facebookresearch/StarSpace,https://github.com/facebookresearch/StarSpace,MIT,2017-06-28 17:50:18+00:00,2020-05-18 03:40:57+00:00,2019-12-13 19:03:25+00:00,475.0,45.0,146.0,3502.0,138.0,,,,"Learning embeddings for classification, retrieval and ranking.",,,17.0,13,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +701,OpenKE,thunlp/OpenKE,,,,graph,,https://github.com/thunlp/OpenKE,https://github.com/thunlp/OpenKE,MIT,2017-10-08 11:20:23+00:00,2020-04-08 11:00:38+00:00,2020-04-08 11:00:32+00:00,706.0,45.0,222.0,2268.0,97.0,,,,An Open-Source Package for Knowledge Embedding (KE).,,,10.0,13,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +702,pycls,facebookresearch/pycls,,,,image,['pytorch'],https://github.com/facebookresearch/pycls,https://github.com/facebookresearch/pycls,MIT,2019-06-10 22:47:17+00:00,2020-11-29 17:48:12+00:00,2020-11-20 22:19:36+00:00,143.0,10.0,44.0,1386.0,66.0,2020-04-15 19:33:22+00:00,0.1,1.0,"Codebase for Image Classification Research, written in PyTorch.",1.0,1.0,7.0,13,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +703,Medical Detection Toolkit,MIC-DKFZ/medicaldetectiontoolkit,,,,medical-data,['pytorch'],https://github.com/MIC-DKFZ/medicaldetectiontoolkit,https://github.com/MIC-DKFZ/medicaldetectiontoolkit,Apache-2.0,2018-10-12 12:34:57+00:00,2020-10-14 11:17:37+00:00,2020-04-18 12:52:08+00:00,226.0,27.0,85.0,870.0,36.0,,,,"The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN,..",,,3.0,13,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +704,Torch-Struct,harvardnlp/pytorch-struct,,,,pytorch-utils,['pytorch'],https://github.com/harvardnlp/pytorch-struct,https://github.com/harvardnlp/pytorch-struct,MIT,2019-08-26 19:34:30+00:00,2020-12-05 20:47:02+00:00,2020-07-30 15:58:25+00:00,67.0,13.0,20.0,862.0,244.0,2019-11-25 04:08:05+00:00,0.4,1.0,"Fast, general, and tested differentiable structured prediction in PyTorch.",,,10.0,13,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +705,Julius,adefossez/julius,julius,,,audio,['pytorch'],https://github.com/adefossez/julius,https://github.com/adefossez/julius,MIT,2020-10-26 10:54:21+00:00,2020-12-10 12:50:51+00:00,2020-12-10 12:50:47+00:00,6.0,,3.0,155.0,,2020-11-25 18:04:38+00:00,0.2.0,4.0,Fast PyTorch based DSP for audio and 1D signals.,1.0,1.0,2.0,13,https://pypi.org/project/julius,2020-11-25 18:04:38+00:00,,209.0,209.0,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +706,Auptimizer,LGE-ARC-AdvancedAI/auptimizer,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+00:00,2020-12-04 01:00:53+00:00,2020-12-04 00:51:11+00:00,20.0,,3.0,152.0,68.0,2020-11-19 05:14:22+00:00,1.4,6.0,An automatic ML model optimization tool.,,,11.0,13,https://pypi.org/project/auptimizer,2020-11-19 00:23:49+00:00,,144.0,144.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +707,PySparNN,facebookresearch/pysparnn,,,,nn-search,,https://github.com/facebookresearch/pysparnn,https://github.com/facebookresearch/pysparnn,BSD-3-Clause,2016-03-28 20:43:42+00:00,2020-10-02 06:01:01+00:00,2018-01-31 16:50:23+00:00,141.0,11.0,13.0,836.0,147.0,,,,Approximate Nearest Neighbor Search for Sparse Data in Python!.,,,5.0,12,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +708,Attribution Priors,suinleelab/attributionpriors,attributionpriors,,,interpretability,"['tensorflow', 'pytorch']",https://github.com/suinleelab/attributionpriors,https://github.com/suinleelab/attributionpriors,MIT,2019-06-24 23:54:24+00:00,2020-09-12 05:57:02+00:00,2020-09-12 05:56:51+00:00,3.0,1.0,3.0,71.0,64.0,2019-07-18 21:13:37+00:00,0.1.3,4.0,Tools for training explainable models using attribution priors.,,,6.0,12,https://pypi.org/project/attributionpriors,2019-10-31 18:03:05+00:00,,58.0,58.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +709,LazyCluster,ml-tooling/lazycluster,lazycluster,,,distributed-ml,,https://github.com/ml-tooling/lazycluster,https://github.com/ml-tooling/lazycluster,Apache-2.0,2019-08-07 08:05:13+00:00,2020-12-14 15:24:54+00:00,2020-12-14 15:24:53+00:00,4.0,,,30.0,,2020-12-14 15:25:59+00:00,0.2.4,5.0,Distributed machine learning made simple.,2.0,2.0,2.0,12,https://pypi.org/project/lazycluster,2020-12-14 14:49:33+00:00,,83.0,83.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +710,MedicalNet,Tencent/MedicalNet,,,,medical-data,,https://github.com/Tencent/MedicalNet,https://github.com/Tencent/MedicalNet,MIT,2019-07-17 09:53:10+00:00,2020-08-27 13:37:27+00:00,2020-08-27 13:37:26+00:00,262.0,40.0,14.0,1017.0,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,,,,,,,,,,,,,,,,,,,,,,, +711,Devol,joeddav/devol,,,,hyperopt,,https://github.com/joeddav/devol,https://github.com/joeddav/devol,MIT,2017-02-10 03:07:54+00:00,2020-07-05 21:56:59+00:00,2020-07-05 21:56:58+00:00,109.0,7.0,20.0,924.0,116.0,,,,Genetic neural architecture search with Keras.,,,18.0,11,,,,,,,,,True,3,,,,,,,,,,,,,,,,,,,,,,, +712,NeoML,neoml-lib/neoml,,,,ml-frameworks,,https://github.com/neoml-lib/neoml,https://github.com/neoml-lib/neoml,,2020-06-14 17:37:36+00:00,2020-12-16 11:26:43+00:00,2020-12-16 11:26:29+00:00,76.0,16.0,13.0,546.0,157.0,2020-06-14 17:44:03+00:00,NeoML-master_1.0.1.0,1.0,Machine learning framework for both deep learning and traditional algorithms.,,,15.0,11,,,,,,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +713,ONNX-T5,abelriboulot/onnxt5,onnxt5,,,nlp,,https://github.com/abelriboulot/onnxt5,https://github.com/abelriboulot/onnxt5,Apache-2.0,2020-08-01 09:38:35+00:00,2020-09-02 11:27:43+00:00,2020-09-02 11:27:37+00:00,15.0,3.0,5.0,131.0,68.0,2020-08-15 15:25:00+00:00,0.1.6,10.0,"Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version..",,,2.0,11,https://pypi.org/project/onnxt5,2020-09-02 11:22:09+00:00,,130.0,130.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +714,Hypertunity,gdikov/hypertunity,hypertunity,,,hyperopt,,https://github.com/gdikov/hypertunity,https://github.com/gdikov/hypertunity,Apache-2.0,2019-06-02 12:04:55+00:00,2020-01-26 23:14:49+00:00,2020-01-26 22:53:29+00:00,9.0,,2.0,118.0,64.0,2020-01-26 23:08:16+00:00,1.0.1,7.0,A toolset for black-box hyperparameter optimisation.,2.0,2.0,2.0,11,https://pypi.org/project/hypertunity,2020-01-26 23:08:16+00:00,,45.0,45.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +715,traintool,jrieke/traintool,traintool,,,ml-experiments,"['pytorch', 'tensorflow', 'sklearn']",https://github.com/jrieke/traintool,https://github.com/jrieke/traintool,Apache-2.0,2020-09-30 22:23:05+00:00,2020-11-18 02:51:43+00:00,2020-11-18 02:50:52+00:00,1.0,,,8.0,120.0,2020-11-02 02:25:32+00:00,0.0.3,3.0,Train off-the-shelf machine learning models in one line of code.,,,1.0,10,https://pypi.org/project/traintool,2020-11-02 02:25:32+00:00,,62.0,62.0,,,,False,3,,,,,,,,,,,,,,,,,,,,,,, +716,GraphVite,DeepGraphLearning/graphvite,,milagraph/graphvite,,graph,,https://github.com/DeepGraphLearning/graphvite,https://github.com/DeepGraphLearning/graphvite,Apache-2.0,2019-07-16 15:48:20+00:00,2020-03-18 23:16:34+00:00,2020-03-18 23:16:04+00:00,113.0,22.0,51.0,811.0,14.0,,,,GraphVite: A General and High-performance Graph Embedding System.,,,1.0,9,,,,,,https://anaconda.org/milagraph/graphvite,,,False,3,,,,,,,,,,,,,,,,,,,,,,,