Skip to content
main
Switch branches/tags
Code

Best-of Machine Learning with Python

🏆  A ranked list of awesome machine learning Python libraries. Updated weekly.

This curated list contains 890 awesome open-source projects with a total of 3.1M stars grouped into 33 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!


🧙‍♂️  Discover other best-of lists or create your own.
📫  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  •   Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects
  •   Tensorflow related project
  •   Sklearn related project
  •   PyTorch related project
  •   MxNet related project
  •   Apache Spark related project
  •   Jupyter related project
  •   PaddlePaddle related project
  •   Pandas related project

Machine Learning Frameworks

Back to top

General-purpose machine learning and deep learning frameworks.

Tensorflow (🥇44 · 160K) - An Open Source Machine Learning Framework for Everyone. Apache-2
  • GitHub (👨‍💻 3.9K · 🔀 86K · 📦 170K · 📋 34K - 8% open · ⏱️ 17.11.2021):

     git clone https://github.com/tensorflow/tensorflow
    
  • PyPi (📥 13M / month · 📦 23K · ⏱️ 04.11.2021):

     pip install tensorflow
    
  • Conda (📥 2.9M · ⏱️ 04.11.2021):

     conda install -c conda-forge tensorflow
    
  • Docker Hub (📥 62M · 2K · ⏱️ 17.11.2021):

     docker pull tensorflow/tensorflow
    
PyTorch (🥇39 · 52K) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3
  • GitHub (👨‍💻 3K · 🔀 14K · 📥 300 · 📋 26K - 39% open · ⏱️ 17.11.2021):

     git clone https://github.com/pytorch/pytorch
    
  • PyPi (📥 6.4M / month · 📦 6.7K · ⏱️ 21.10.2021):

     pip install torch
    
  • Conda (📥 14M · ⏱️ 20.10.2021):

     conda install -c pytorch pytorch
    
scikit-learn (🥇38 · 48K) - scikit-learn: machine learning in Python. BSD-3
  • GitHub (👨‍💻 2.4K · 🔀 22K · 📥 750 · 📦 280K · 📋 9.7K - 25% open · ⏱️ 17.11.2021):

     git clone https://github.com/scikit-learn/scikit-learn
    
  • PyPi (📥 25M / month · 📦 38K · ⏱️ 25.10.2021):

     pip install scikit-learn
    
  • Conda (📥 10M · ⏱️ 13.11.2021):

     conda install -c conda-forge scikit-learn
    
XGBoost (🥇38 · 22K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
  • GitHub (👨‍💻 540 · 🔀 8.2K · 📥 3.4K · 📦 24K · 📋 4.3K - 7% open · ⏱️ 16.11.2021):

     git clone https://github.com/dmlc/xgboost
    
  • PyPi (📥 8.8M / month · 📦 1.6K · ⏱️ 17.10.2021):

     pip install xgboost
    
  • Conda (📥 2.1M · ⏱️ 24.10.2021):

     conda install -c conda-forge xgboost
    
PySpark (🥇37 · 31K) - Apache Spark Python API. Apache-2
  • GitHub (👨‍💻 2.6K · 🔀 25K · ⏱️ 17.11.2021):

     git clone https://github.com/apache/spark
    
  • PyPi (📥 15M / month · 📦 760 · ⏱️ 18.10.2021):

     pip install pyspark
    
  • Conda (📥 1.4M · ⏱️ 18.10.2021):

     conda install -c conda-forge pyspark
    
LightGBM (🥇36 · 13K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT
  • GitHub (👨‍💻 250 · 🔀 3.4K · 📥 130K · 📦 9.9K · 📋 2.5K - 6% open · ⏱️ 17.11.2021):

     git clone https://github.com/microsoft/LightGBM
    
  • PyPi (📥 13M / month · 📦 560 · ⏱️ 27.10.2021):

     pip install lightgbm
    
  • Conda (📥 800K · ⏱️ 14.11.2021):

     conda install -c conda-forge lightgbm
    
pytorch-lightning (🥈35 · 16K) - The lightweight PyTorch wrapper for high-performance.. Apache-2
  • GitHub (👨‍💻 570 · 🔀 2K · 📥 4.7K · 📦 5.5K · 📋 4.2K - 9% open · ⏱️ 17.11.2021):

     git clone https://github.com/PyTorchLightning/pytorch-lightning
    
  • PyPi (📥 720K / month · 📦 14 · ⏱️ 16.11.2021):

     pip install pytorch-lightning
    
  • Conda (📥 380K · ⏱️ 16.11.2021):

     conda install -c conda-forge pytorch-lightning
    
Theano (🥈35 · 9.5K · 💤) - Theano was a Python library that allows you to define, optimize, and.. BSD-3
  • GitHub (👨‍💻 380 · 🔀 2.5K · 📦 12K · 📋 2.8K - 24% open · ⏱️ 13.04.2021):

     git clone https://github.com/Theano/Theano
    
  • PyPi (📥 230K / month · 📦 5.5K · ⏱️ 27.07.2020):

     pip install theano
    
  • Conda (📥 1.8M · ⏱️ 10.11.2021):

     conda install -c conda-forge theano
    
Thinc (🥈34 · 2.4K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT
  • GitHub (👨‍💻 42 · 🔀 220 · 📦 17K · 📋 120 - 15% open · ⏱️ 08.11.2021):

     git clone https://github.com/explosion/thinc
    
  • PyPi (📥 3.9M / month · 📦 1.1K · ⏱️ 05.11.2021):

     pip install thinc
    
  • Conda (📥 1.7M · ⏱️ 29.10.2021):

     conda install -c conda-forge thinc
    
Fastai (🥈33 · 22K) - The fastai deep learning library. Apache-2
  • GitHub (👨‍💻 600 · 🔀 7.1K · 📋 1.5K - 6% open · ⏱️ 07.11.2021):

     git clone https://github.com/fastai/fastai
    
  • PyPi (📥 490K / month · 📦 370 · ⏱️ 23.10.2021):

     pip install fastai
    
MXNet (🥈33 · 20K) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning.. Apache-2
  • GitHub (👨‍💻 970 · 🔀 6.9K · 📥 24K · 📋 9.6K - 20% open · ⏱️ 17.11.2021):

     git clone https://github.com/apache/incubator-mxnet
    
  • PyPi (📥 680K / month · 📦 440 · ⏱️ 31.03.2021):

     pip install mxnet
    
  • Conda (📥 6.7K · ⏱️ 29.02.2020):

     conda install -c anaconda mxnet
    
StatsModels (🥈33 · 6.8K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
  • GitHub (👨‍💻 340 · 🔀 2.4K · 📥 26 · 📦 53K · 📋 4.6K - 47% open · ⏱️ 15.11.2021):

     git clone https://github.com/statsmodels/statsmodels
    
  • PyPi (📥 7M / month · 📦 6.7K · ⏱️ 12.11.2021):

     pip install statsmodels
    
  • Conda (📥 5.3M · ⏱️ 13.11.2021):

     conda install -c conda-forge statsmodels
    
PaddlePaddle (🥈32 · 17K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2
  • GitHub (👨‍💻 660 · 🔀 4.1K · 📥 15K · 📦 77 · 📋 15K - 19% open · ⏱️ 17.11.2021):

     git clone https://github.com/PaddlePaddle/Paddle
    
  • PyPi (📥 71K / month · 📦 16 · ⏱️ 03.11.2021):

     pip install paddlepaddle
    
Keras (🥈31 · 53K) - Deep Learning for humans. Apache-2
  • GitHub (👨‍💻 1K · 🔀 19K · 📋 11K - 2% open · ⏱️ 17.11.2021):

     git clone https://github.com/keras-team/keras
    
  • PyPi (📥 7.1M / month · ⏱️ 03.11.2021):

     pip install keras
    
  • Conda (📥 1.9M · ⏱️ 17.11.2021):

     conda install -c conda-forge keras
    
jax (🥈31 · 15K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
  • GitHub (👨‍💻 340 · 🔀 1.4K · 📦 2.9K · 📋 2.9K - 32% open · ⏱️ 17.11.2021):

     git clone https://github.com/google/jax
    
  • PyPi (📥 5.3M / month · 📦 46 · ⏱️ 10.11.2021):

     pip install jax
    
  • Conda (📥 230K · ⏱️ 12.11.2021):

     conda install -c conda-forge jaxlib
    
Catboost (🥈31 · 6.2K) - A fast, scalable, high performance Gradient Boosting on Decision.. Apache-2
  • GitHub (👨‍💻 910 · 🔀 940 · 📥 68K · 📋 1.7K - 18% open · ⏱️ 17.11.2021):

     git clone https://github.com/catboost/catboost
    
  • PyPi (📥 2.9M / month · 📦 160 · ⏱️ 04.11.2021):

     pip install catboost
    
  • Conda (📥 860K · ⏱️ 09.11.2021):

     conda install -c conda-forge catboost
    
Chainer (🥈31 · 5.6K) - A flexible framework of neural networks for deep learning. MIT
  • GitHub (👨‍💻 320 · 🔀 1.4K · 📦 2.4K · 📋 2K - 0% open · ⏱️ 10.06.2021):

     git clone https://github.com/chainer/chainer
    
  • PyPi (📥 29K / month · 📦 740 · ⏱️ 10.06.2021):

     pip install chainer
    
Jina (🥈30 · 12K) - Cloud-native neural search framework for kind of data. Apache-2
  • GitHub (👨‍💻 130 · 🔀 1.6K · 📦 180 · 📋 1.2K - 6% open · ⏱️ 17.11.2021):

     git clone https://github.com/jina-ai/jina
    
  • PyPi (📥 19K / month · ⏱️ 17.11.2021):

     pip install jina
    
  • Docker Hub (📥 960K · 6 · ⏱️ 17.11.2021):

     docker pull jinaai/jina
    
einops (🥈30 · 3.9K · 📈) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT
  • GitHub (👨‍💻 12 · 🔀 150 · 📦 1.4K · 📋 83 - 36% open · ⏱️ 11.10.2021):

     git clone https://github.com/arogozhnikov/einops
    
  • PyPi (📥 5.1M / month · 📦 10 · ⏱️ 31.08.2021):

     pip install einops
    
  • Conda (📥 8.7K · ⏱️ 31.08.2021):

     conda install -c conda-forge einops
    
PyFlink (🥈29 · 18K) - Apache Flink Python API. Apache-2
  • GitHub (👨‍💻 1.4K · 🔀 9.8K · ⏱️ 17.11.2021):

     git clone https://github.com/apache/flink
    
  • PyPi (📥 8K / month · ⏱️ 29.09.2021):

     pip install apache-flink
    
TFlearn (🥈29 · 9.6K · 💤) - Deep learning library featuring a higher-level API for TensorFlow. MIT
  • GitHub (👨‍💻 130 · 🔀 2.4K · 📦 3.6K · 📋 920 - 60% open · ⏱️ 30.11.2020):

     git clone https://github.com/tflearn/tflearn
    
  • PyPi (📥 17K / month · 📦 960 · ⏱️ 11.11.2020):

     pip install tflearn
    
Vowpal Wabbit (🥈29 · 7.8K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3
  • GitHub (👨‍💻 310 · 🔀 1.8K · 📋 1.1K - 15% open · ⏱️ 17.11.2021):

     git clone https://github.com/VowpalWabbit/vowpal_wabbit
    
  • PyPi (📥 44K / month · 📦 16 · ⏱️ 14.07.2021):

     pip install vowpalwabbit
    
tensorpack (🥈29 · 6.1K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2
  • GitHub (👨‍💻 58 · 🔀 1.8K · 📥 130 · 📦 900 · 📋 1.3K - 0% open · ⏱️ 19.10.2021):

     git clone https://github.com/tensorpack/tensorpack
    
  • PyPi (📥 19K / month · 📦 76 · ⏱️ 22.01.2021):

     pip install tensorpack
    
Ignite (🥈29 · 3.8K) - High-level library to help with training and evaluating neural.. BSD-3
  • GitHub (👨‍💻 160 · 🔀 510 · 📋 970 - 14% open · ⏱️ 16.11.2021):

     git clone https://github.com/pytorch/ignite
    
  • PyPi (📥 84K / month · 📦 62 · ⏱️ 17.11.2021):

     pip install pytorch-ignite
    
  • Conda (📥 73K · ⏱️ 19.10.2021):

     conda install -c pytorch ignite
    
dyNET (🥉28 · 3.3K · 💤) - DyNet: The Dynamic Neural Network Toolkit. Apache-2
  • GitHub (👨‍💻 160 · 🔀 700 · 📥 4.1K · 📦 190 · 📋 920 - 28% open · ⏱️ 27.01.2021):

     git clone https://github.com/clab/dynet
    
  • PyPi (📥 21K / month · 📦 38 · ⏱️ 21.10.2020):

     pip install dyNET
    
Flax (🥉28 · 2.3K) - Flax is a neural network library for JAX that is designed for.. Apache-2 jax
  • GitHub (👨‍💻 120 · 🔀 270 · 📥 28 · 📦 500 · 📋 430 - 38% open · ⏱️ 17.11.2021):

     git clone https://github.com/google/flax
    
  • PyPi (📥 5.1M / month · 📦 6 · ⏱️ 27.10.2021):

     pip install flax
    
Sonnet (🥉27 · 9.1K · 📉) - TensorFlow-based neural network library. Apache-2
  • GitHub (👨‍💻 53 · 🔀 1.3K · 📦 710 · 📋 170 - 13% open · ⏱️ 17.10.2021):

     git clone https://github.com/deepmind/sonnet
    
  • PyPi (📥 310K / month · 📦 82 · ⏱️ 27.03.2020):

     pip install dm-sonnet
    
  • Conda (📥 12K · ⏱️ 14.11.2020):

     conda install -c conda-forge sonnet
    
skorch (🥉27 · 4.2K) - A scikit-learn compatible neural network library that wraps.. BSD-3
  • GitHub (👨‍💻 46 · 🔀 300 · 📦 410 · 📋 420 - 13% open · ⏱️ 09.11.2021):

     git clone https://github.com/skorch-dev/skorch
    
  • PyPi (📥 17K / month · 📦 26 · ⏱️ 31.10.2021):

     pip install skorch
    
  • Conda (📥 480K · ⏱️ 24.03.2021):

     conda install -c conda-forge skorch
    
Turi Create (🥉26 · 10K) - Turi Create simplifies the development of custom machine learning.. BSD-3
  • GitHub (👨‍💻 82 · 🔀 1.1K · 📥 4.9K · 📦 280 · 📋 1.8K - 27% open · ⏱️ 21.09.2021):

     git clone https://github.com/apple/turicreate
    
  • PyPi (📥 25K / month · 📦 34 · ⏱️ 30.09.2020):

     pip install turicreate
    
ktrain (🥉26 · 920) - ktrain is a Python library that makes deep learning and AI more.. Apache-2
  • GitHub (👨‍💻 12 · 🔀 220 · 📦 240 · 📋 370 - 1% open · ⏱️ 05.11.2021):

     git clone https://github.com/amaiya/ktrain
    
  • PyPi (📥 30K / month · 📦 2 · ⏱️ 05.11.2021):

     pip install ktrain
    
Ludwig (🥉25 · 8K) - Data-centric declarative deep learning framework. Apache-2
  • GitHub (👨‍💻 99 · 🔀 950 · 📦 97 · 📋 630 - 25% open · ⏱️ 15.11.2021):

     git clone https://github.com/ludwig-ai/ludwig
    
  • PyPi (📥 4.7K / month · 📦 12 · ⏱️ 15.06.2021):

     pip install ludwig
    
mlpack (🥉25 · 3.8K) - mlpack: a scalable C++ machine learning library --. BSD-3
  • GitHub (👨‍💻 280 · 🔀 1.4K · 📋 1.4K - 7% open · ⏱️ 14.11.2021):

     git clone https://github.com/mlpack/mlpack
    
  • PyPi (📥 220 / month · ⏱️ 28.10.2020):

     pip install mlpack
    
  • Conda (📥 94K · ⏱️ 09.11.2021):

     conda install -c conda-forge mlpack
    
Neural Network Libraries (🥉25 · 2.5K) - Neural Network Libraries. Apache-2
  • GitHub (👨‍💻 63 · 🔀 300 · 📥 530 · 📋 74 - 41% open · ⏱️ 12.11.2021):

     git clone https://github.com/sony/nnabla
    
  • PyPi (📥 3.6K / month · 📦 34 · ⏱️ 21.10.2021):

     pip install nnabla
    
tensorflow-upstream (🥉25 · 570) - TensorFlow ROCm port. Apache-2
  • GitHub (👨‍💻 3.9K · 🔀 66 · 📥 17 · 📋 320 - 17% open · ⏱️ 17.11.2021):

     git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
    
  • PyPi (📥 1.7K / month · ⏱️ 14.10.2021):

     pip install tensorflow-rocm
    
fklearn (🥉23 · 1.4K) - fklearn: Functional Machine Learning. Apache-2
  • GitHub (👨‍💻 40 · 🔀 150 · 📦 10 · 📋 40 - 47% open · ⏱️ 17.11.2021):

     git clone https://github.com/nubank/fklearn
    
  • PyPi (📥 3.4K / month · ⏱️ 29.10.2021):

     pip install fklearn
    
SHOGUN (🥉22 · 2.9K · 💤) - Unified and efficient Machine Learning. BSD-3
  • GitHub (👨‍💻 250 · 🔀 1K · 📋 1.5K - 28% open · ⏱️ 08.12.2020):

     git clone https://github.com/shogun-toolbox/shogun
    
  • Conda (📥 110K · ⏱️ 25.06.2018):

     conda install -c conda-forge shogun
    
  • Docker Hub (📥 1.5K · 1 · ⏱️ 31.01.2019):

     docker pull shogun/shogun
    
Neural Tangents (🥉21 · 1.6K) - Fast and Easy Infinite Neural Networks in Python. Apache-2
  • GitHub (👨‍💻 21 · 🔀 180 · 📥 160 · 📦 26 · 📋 100 - 30% open · ⏱️ 17.11.2021):

     git clone https://github.com/google/neural-tangents
    
  • PyPi (📥 560 / month · ⏱️ 17.11.2021):

     pip install neural-tangents
    
Objax (🥉21 · 660) - Objax is a machine learning framework that provides an Object.. Apache-2 jax
  • GitHub (👨‍💻 22 · 🔀 56 · 📦 17 · 📋 96 - 41% open · ⏱️ 20.09.2021):

     git clone https://github.com/google/objax
    
  • PyPi (📥 6.5K / month · ⏱️ 01.04.2021):

     pip install objax
    
mace (🥉20 · 4.5K) - MACE is a deep learning inference framework optimized for mobile.. Apache-2
  • GitHub (👨‍💻 63 · 🔀 770 · 📥 1.4K · 📋 650 - 6% open · ⏱️ 09.11.2021):

     git clone https://github.com/XiaoMi/mace
    
Haiku (🥉20 · 1.5K) - JAX-based neural network library. Apache-2
  • GitHub (👨‍💻 52 · 🔀 110 · 📦 250 · 📋 120 - 26% open · ⏱️ 11.11.2021):

     git clone https://github.com/deepmind/dm-haiku
    
ThunderSVM (🥉19 · 1.3K · 💤) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
  • GitHub (👨‍💻 33 · 🔀 180 · 📥 2.3K · 📋 200 - 27% open · ⏱️ 10.02.2021):

     git clone https://github.com/Xtra-Computing/thundersvm
    
  • PyPi (📥 570 / month · ⏱️ 13.03.2020):

     pip install thundersvm
    
Torchbearer (🥉19 · 610 · 💤) - torchbearer: A model fitting library for PyTorch. MIT
  • GitHub (👨‍💻 13 · 🔀 68 · 📦 54 · 📋 240 - 3% open · ⏱️ 26.03.2021):

     git clone https://github.com/pytorchbearer/torchbearer
    
  • PyPi (📥 900 / month · 📦 6 · ⏱️ 31.01.2020):

     pip install torchbearer
    
NeoML (🥉16 · 660) - Machine learning framework for both deep learning and traditional.. Apache-2
  • GitHub (👨‍💻 24 · 🔀 97 · 📋 50 - 56% open · ⏱️ 16.11.2021):

     git clone https://github.com/neoml-lib/neoml
    
ThunderGBM (🥉15 · 610 · 💤) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2
  • GitHub (👨‍💻 10 · 🔀 80 · 📋 57 - 49% open · ⏱️ 05.01.2021):

     git clone https://github.com/Xtra-Computing/thundergbm
    
  • PyPi (📥 82 / month · ⏱️ 01.05.2020):

     pip install thundergbm
    
Show 11 hidden projects...
  • dlib (🥈33 · 11K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0
  • CNTK (🥉26 · 17K · 💀) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit. MIT
  • NuPIC (🥉24 · 6.3K · 💀) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0
  • Lasagne (🥉24 · 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT
  • xLearn (🥉24 · 3K · 💀) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2
  • NeuPy (🥉23 · 690 · 💀) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
  • MindsDB (🥉21 · 4.1K) - Predictive AI layer for existing databases. ❗️GPL-3.0
  • chefboost (🥉20 · 280) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
  • neon (🥉19 · 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2
  • elegy (🥉17 · 290) - A High Level API for Deep Learning in JAX. MIT jax
  • StarSpace (🥉13 · 3.7K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT

Data Visualization

Back to top

General-purpose and task-specific data visualization libraries.

Matplotlib (🥇38 · 15K · 📉) - matplotlib: plotting with Python. Python-2.0
  • GitHub (👨‍💻 1.3K · 🔀 6.2K · 📦 460K · 📋 8.3K - 20% open · ⏱️ 16.11.2021):

     git clone https://github.com/matplotlib/matplotlib
    
  • PyPi (📥 29M / month · 📦 79K · ⏱️ 16.11.2021):

     pip install matplotlib
    
  • Conda (📥 10M · ⏱️ 13.11.2021):

     conda install -c conda-forge matplotlib
    
Seaborn (🥇38 · 8.9K) - Statistical data visualization in Python. BSD-3
  • GitHub (👨‍💻 160 · 🔀 1.5K · 📥 210 · 📦 120K · 📋 1.9K - 5% open · ⏱️ 31.10.2021):

     git clone https://github.com/mwaskom/seaborn
    
  • PyPi (📥 11M / month · 📦 13K · ⏱️ 16.08.2021):

     pip install seaborn
    
  • Conda (📥 3.1M · ⏱️ 16.08.2021):

     conda install -c conda-forge seaborn
    
Plotly (🥇36 · 11K) - The interactive graphing library for Python (includes Plotly Express). MIT
  • GitHub (👨‍💻 190 · 🔀 2K · 📦 5 · 📋 2.2K - 46% open · ⏱️ 15.11.2021):

     git clone https://github.com/plotly/plotly.py
    
  • PyPi (📥 12M / month · 📦 5K · ⏱️ 15.11.2021):

     pip install plotly
    
  • Conda (📥 2.1M · ⏱️ 15.11.2021):

     conda install -c conda-forge plotly
    
  • NPM (📥 55K / month · 📦 4 · ⏱️ 12.01.2021):

     npm install plotlywidget
    
pandas-profiling (🥇34 · 8.2K) - Create HTML profiling reports from pandas DataFrame.. MIT
  • GitHub (👨‍💻 82 · 🔀 1.2K · 📦 5.8K · 📋 520 - 17% open · ⏱️ 17.11.2021):

     git clone https://github.com/pandas-profiling/pandas-profiling
    
  • PyPi (📥 6.4M / month · 📦 160 · ⏱️ 27.09.2021):

     pip install pandas-profiling
    
  • Conda (📥 180K · ⏱️ 28.09.2021):

     conda install -c conda-forge pandas-profiling
    
Bokeh (🥇33 · 16K) - Interactive Data Visualization in the browser, from Python. BSD-3
  • GitHub (👨‍💻 580 · 🔀 3.8K · 📦 41K · 📋 6.8K - 10% open · ⏱️ 17.11.2021):

     git clone https://github.com/bokeh/bokeh
    
  • PyPi (📥 2M / month · 📦 5.9K · ⏱️ 28.10.2021):

     pip install bokeh
    
  • Conda (📥 6M · ⏱️ 12.11.2021):

     conda install -c conda-forge bokeh
    
dash (🥇33 · 15K) - Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required. MIT
  • GitHub (👨‍💻 100 · 🔀 1.6K · 📦 150 · 📋 1.2K - 46% open · ⏱️ 17.11.2021):

     git clone https://github.com/plotly/dash
    
  • PyPi (📥 870K / month · 📦 1.6K · ⏱️ 04.09.2021):

     pip install dash
    
  • Conda (📥 320K · ⏱️ 21.09.2021):

     conda install -c conda-forge dash
    
Altair (🥇33 · 7.1K) - Declarative statistical visualization library for Python. BSD-3
  • GitHub (👨‍💻 130 · 🔀 630 · 📦 18K · 📋 1.6K - 15% open · ⏱️ 12.11.2021):

     git clone https://github.com/altair-viz/altair
    
  • PyPi (📥 3.4M / month · 📦 370 · ⏱️ 01.04.2020):

     pip install altair
    
  • Conda (📥 1M · ⏱️ 01.04.2020):

     conda install -c conda-forge altair
    
pyecharts (🥈32 · 12K) - Python Echarts Plotting Library. MIT
  • GitHub (👨‍💻 30 · 🔀 2.6K · 📦 1.9K · 📋 1.5K - 1% open · ⏱️ 16.11.2021):

     git clone https://github.com/pyecharts/pyecharts
    
  • PyPi (📥 75K / month · 📦 280 · ⏱️ 16.11.2021):

     pip install pyecharts
    
UMAP (🥈32 · 5.2K) - Uniform Manifold Approximation and Projection. BSD-3
  • GitHub (👨‍💻 93 · 🔀 580 · 📦 4K · 📋 590 - 51% open · ⏱️ 16.11.2021):

     git clone https://github.com/lmcinnes/umap
    
  • PyPi (📥 1.6M / month · 📦 230 · ⏱️ 29.10.2021):

     pip install umap-learn
    
wordcloud (🥈31 · 8.4K) - A little word cloud generator in Python. MIT
  • GitHub (👨‍💻 64 · 🔀 2.1K · 📋 470 - 23% open · ⏱️ 13.11.2021):

     git clone https://github.com/amueller/word_cloud
    
  • PyPi (📥 710K / month · 📦 1.1K · ⏱️ 11.11.2020):

     pip install wordcloud
    
  • Conda (📥 250K · ⏱️ 15.11.2021):

     conda install -c conda-forge wordcloud
    
Graphviz (🥈31 · 1.1K) - Simple Python interface for Graphviz. MIT
  • GitHub (👨‍💻 17 · 🔀 160 · 📦 26K · 📋 120 - 5% open · ⏱️ 17.11.2021):

     git clone https://github.com/xflr6/graphviz
    
  • PyPi (📥 8.4M / month · 📦 4.4K · ⏱️ 15.11.2021):

     pip install graphviz
    
PyQtGraph (🥈30 · 2.6K) - Fast data visualization and GUI tools for scientific / engineering.. MIT
  • GitHub (👨‍💻 210 · 🔀 900 · 📋 970 - 31% open · ⏱️ 17.11.2021):

     git clone https://github.com/pyqtgraph/pyqtgraph
    
  • PyPi (📥 89K / month · 📦 890 · ⏱️ 11.10.2021):

     pip install pyqtgraph
    
  • Conda (📥 210K · ⏱️ 11.10.2021):

     conda install -c conda-forge pyqtgraph
    
missingno (🥈29 · 3K) - Missing data visualization module for Python. MIT
  • GitHub (👨‍💻 17 · 🔀 380 · 📦 5.4K · 📋 110 - 8% open · ⏱️ 04.07.2021):

     git clone https://github.com/ResidentMario/missingno
    
  • PyPi (📥 750K / month · 📦 150 · ⏱️ 04.07.2021):

     pip install missingno
    
  • Conda (📥 140K · ⏱️ 15.02.2020):

     conda install -c conda-forge missingno
    
datashader (🥈29 · 2.7K) - Quickly and accurately render even the largest data. BSD-3
  • GitHub (👨‍💻 44 · 🔀 330 · 📦 870 · 📋 480 - 26% open · ⏱️ 03.11.2021):

     git clone https://github.com/holoviz/datashader
    
  • PyPi (📥 46K / month · 📦 70 · ⏱️ 09.06.2021):

     pip install datashader
    
  • Conda (📥 240K · ⏱️ 10.06.2021):

     conda install -c conda-forge datashader
    
Cufflinks (🥈29 · 2.4K · 💤) - Productivity Tools for Plotly + Pandas. MIT
  • GitHub (👨‍💻 38 · 🔀 550 · 📦 4.7K · 📋 200 - 39% open · ⏱️ 25.02.2021):

     git clone https://github.com/santosjorge/cufflinks
    
  • PyPi (📥 280K / month · 📦 230 · ⏱️ 01.03.2020):

     pip install cufflinks
    
HoloViews (🥈29 · 2K) - With Holoviews, your data visualizes itself. BSD-3
  • GitHub (👨‍💻 120 · 🔀 330 · 📋 2.7K - 29% open · ⏱️ 17.11.2021):

     git clone https://github.com/holoviz/holoviews
    
  • PyPi (📥 270K / month · 📦 170 · ⏱️ 17.09.2021):

     pip install holoviews
    
  • Conda (📥 610K · ⏱️ 17.09.2021):

     conda install -c conda-forge holoviews
    
  • NPM (📥 3.7K / month · ⏱️ 24.05.2020):

     npm install @pyviz/jupyterlab_pyviz
    
bqplot (🥈28 · 3.2K) - Plotting library for IPython/Jupyter notebooks. Apache-2
  • GitHub (👨‍💻 55 · 🔀 440 · 📦 28 · 📋 570 - 38% open · ⏱️ 21.10.2021):

     git clone https://github.com/bqplot/bqplot
    
  • PyPi (📥 65K / month · 📦 110 · ⏱️ 01.10.2021):

     pip install bqplot
    
  • Conda (📥 890K · ⏱️ 01.10.2021):

     conda install -c conda-forge bqplot
    
  • NPM (📥 16K / month · 📦 10 · ⏱️ 01.10.2021):

     npm install bqplot
    
data-validation (🥈28 · 590) - Library for exploring and validating machine learning.. Apache-2
  • GitHub (👨‍💻 23 · 🔀 110 · 📥 290 · 📦 350 · 📋 150 - 25% open · ⏱️ 17.11.2021):

     git clone https://github.com/tensorflow/data-validation
    
  • PyPi (📥 8.9M / month · 📦 18 · ⏱️ 27.10.2021):

     pip install tensorflow-data-validation
    
Perspective (🥈27 · 3.9K) - A data visualization and analytics component, especially.. Apache-2
  • GitHub (👨‍💻 65 · 🔀 410 · 📦 220 · 📋 460 - 13% open · ⏱️ 17.11.2021):

     git clone https://github.com/finos/perspective
    
  • PyPi (📥 1.8K / month · 📦 8 · ⏱️ 02.11.2021):

     pip install perspective-python
    
  • NPM (📥 1.7K / month · ⏱️ 31.10.2021):

     npm install @finos/perspective-jupyterlab
    
PyVista (🥈27 · 1K) - 3D plotting and mesh analysis through a streamlined interface for the.. MIT
  • GitHub (👨‍💻 62 · 🔀 190 · 📥 370 · 📦 520 · 📋 600 - 30% open · ⏱️ 13.11.2021):

     git clone https://github.com/pyvista/pyvista
    
  • PyPi (📥 29K / month · 📦 26 · ⏱️ 11.09.2021):

     pip install pyvista
    
  • Conda (📥 130K · ⏱️ 12.09.2021):

     conda install -c conda-forge pyvista
    
hvPlot (🥈27 · 470) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3
  • GitHub (👨‍💻 32 · 🔀 60 · 📦 900 · 📋 400 - 34% open · ⏱️ 06.10.2021):

     git clone https://github.com/holoviz/hvplot
    
  • PyPi (📥 120K / month · 📦 30 · ⏱️ 23.07.2021):

     pip install hvplot
    
  • Conda (📥 140K · ⏱️ 23.07.2021):

     conda install -c conda-forge hvplot
    
D-Tale (🥉26 · 2.8K) - Visualizer for pandas data structures. ❗️LGPL-2.1
  • GitHub (👨‍💻 18 · 🔀 220 · 📦 260 · 📋 430 - 8% open · ⏱️ 17.11.2021):

     git clone https://github.com/man-group/dtale
    
  • PyPi (📥 56K / month · ⏱️ 16.11.2021):

     pip install dtale
    
  • Conda (📥 96K · ⏱️ 16.11.2021):

     conda install -c conda-forge dtale
    
VisPy (🥉26 · 2.8K) - High-performance interactive 2D/3D data visualization library. BSD-3
  • GitHub (👨‍💻 160 · 🔀 580 · 📦 630 · 📋 1.3K - 26% open · ⏱️ 10.11.2021):

     git clone https://github.com/vispy/vispy
    
  • PyPi (📥 36K / month · 📦 120 · ⏱️ 27.10.2021):

     pip install vispy
    
  • Conda (📥 190K · ⏱️ 05.11.2021):

     conda install -c conda-forge vispy
    
  • NPM (📥 13 / month · ⏱️ 15.03.2020):

     npm install vispy
    
Facets Overview (🥉25 · 6.7K) - Visualizations for machine learning datasets. Apache-2
  • GitHub (👨‍💻 28 · 🔀 830 · 📦 76 · 📋 150 - 50% open · ⏱️ 06.05.2021):

     git clone https://github.com/pair-code/facets
    
  • PyPi (📥 200K / month · 📦 6 · ⏱️ 24.07.2019):

     pip install facets-overview
    
HyperTools (🥉25 · 1.7K) - A Python toolbox for gaining geometric insights into high-dimensional.. MIT
  • GitHub (👨‍💻 21 · 🔀 150 · 📥 4 · 📦 150 · 📋 190 - 35% open · ⏱️ 19.07.2021):

     git clone https://github.com/ContextLab/hypertools
    
  • PyPi (📥 1.3K / month · 📦 9 · ⏱️ 15.06.2021):

     pip install hypertools
    
pythreejs (🥉25 · 770 · 💤) - A Jupyter - Three.js bridge. BSD-3
  • GitHub (👨‍💻 27 · 🔀 160 · 📦 19 · 📋 210 - 31% open · ⏱️ 26.02.2021):

     git clone https://github.com/jupyter-widgets/pythreejs
    
  • PyPi (📥 40K / month · 📦 26 · ⏱️ 26.02.2021):

     pip install pythreejs
    
  • Conda (📥 350K · ⏱️ 02.03.2021):

     conda install -c conda-forge pythreejs
    
  • NPM (📥 6.4K / month · 📦 8 · ⏱️ 26.02.2021):

     npm install jupyter-threejs
    
Chartify (🥉24 · 3K · 💤) - Python library that makes it easy for data scientists to create.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 270 · 📦 58 · 📋 72 - 58% open · ⏱️ 05.02.2021):

     git clone https://github.com/spotify/chartify
    
  • PyPi (📥 2.3K / month · 📦 5 · ⏱️ 02.11.2020):

     pip install chartify
    
  • Conda (📥 17K · ⏱️ 07.11.2020):

     conda install -c conda-forge chartify
    
PandasGUI (🥉24 · 2.5K) - A GUI for Pandas DataFrames. MIT
  • GitHub (👨‍💻 10 · 🔀 150 · 📦 110 · 📋 140 - 22% open · ⏱️ 25.09.2021):

     git clone https://github.com/adamerose/pandasgui
    
  • PyPi (📥 6.5K / month · 📦 2 · ⏱️ 14.08.2021):

     pip install pandasgui
    
openTSNE (🥉24 · 910) - Extensible, parallel implementations of t-SNE. BSD-3
  • GitHub (👨‍💻 10 · 🔀 99 · 📦 260 · 📋 97 - 2% open · ⏱️ 25.10.2021):

     git clone https://github.com/pavlin-policar/openTSNE
    
  • PyPi (📥 36K / month · 📦 4 · ⏱️ 25.10.2021):

     pip install opentsne
    
  • Conda (📥 120K · ⏱️ 13.11.2021):

     conda install -c conda-forge opentsne
    
FiftyOne (🥉24 · 800) - Visualize, create, and debug image and video datasets.. Apache-2
  • GitHub (👨‍💻 19 · 🔀 93 · 📦 53 · 📋 590 - 31% open · ⏱️ 16.11.2021):

     git clone https://github.com/voxel51/fiftyone
    
  • PyPi (📥 12K / month · ⏱️ 16.11.2021):

     pip install fiftyone
    
Pandas-Bokeh (🥉23 · 730) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT
  • GitHub (👨‍💻 12 · 🔀 91 · 📦 240 · 📋 90 - 26% open · ⏱️ 10.05.2021):

     git clone https://github.com/PatrikHlobil/Pandas-Bokeh
    
  • PyPi (📥 9K / month · 📦 10 · ⏱️ 11.04.2021):

     pip install pandas-bokeh
    
PDPbox (🥉23 · 630 · 💤) - python partial dependence plot toolbox. MIT
  • GitHub (👨‍💻 7 · 🔀 100 · 📦 450 · 📋 58 - 34% open · ⏱️ 14.03.2021):

     git clone https://github.com/SauceCat/PDPbox
    
  • PyPi (📥 74K / month · 📦 34 · ⏱️ 14.03.2021):

     pip install pdpbox
    
  • Conda (📥 10K · ⏱️ 14.03.2021):

     conda install -c conda-forge pdpbox
    
python-ternary (🥉23 · 490) - Ternary plotting library for python with matplotlib. MIT
  • GitHub (👨‍💻 27 · 🔀 130 · 📥 17 · 📦 74 · 📋 120 - 21% open · ⏱️ 21.10.2021):

     git clone https://github.com/marcharper/python-ternary
    
  • PyPi (📥 19K / month · 📦 20 · ⏱️ 17.02.2021):

     pip install python-ternary
    
  • Conda (📥 60K · ⏱️ 17.02.2021):

     conda install -c conda-forge python-ternary
    
vega (🥉23 · 320) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
  • GitHub (👨‍💻 10 · 🔀 51 · 📋 95 - 14% open · ⏱️ 02.11.2021):

     git clone https://github.com/vega/ipyvega
    
  • PyPi (📥 23K / month · 📦 150 · ⏱️ 03.06.2021):

     pip install vega
    
  • Conda (📥 460K · ⏱️ 11.08.2021):

     conda install -c conda-forge vega
    
lets-plot (🥉22 · 700) - An open-source plotting library for statistical data. MIT
  • GitHub (👨‍💻 16 · 🔀 31 · 📥 130 · 📦 12 · 📋 210 - 33% open · ⏱️ 13.11.2021):

     git clone https://github.com/JetBrains/lets-plot
    
  • PyPi (📥 2.6K / month · ⏱️ 29.10.2021):

     pip install lets-plot
    
AutoViz (🥉22 · 540) - Automatically Visualize any dataset, any size with a single line of.. Apache-2
  • GitHub (👨‍💻 10 · 🔀 87 · 📦 110 · 📋 37 - 16% open · ⏱️ 17.11.2021):

     git clone https://github.com/AutoViML/AutoViz
    
  • PyPi (📥 25K / month · ⏱️ 17.11.2021):

     pip install autoviz
    
PyWaffle (🥉22 · 460) - Make Waffle Charts in Python. MIT
  • GitHub (👨‍💻 6 · 🔀 78 · 📦 96 · 📋 14 - 21% open · ⏱️ 28.07.2021):

     git clone https://github.com/gyli/PyWaffle
    
  • PyPi (📥 1.9K / month · ⏱️ 28.07.2021):

     pip install pywaffle
    
Sweetviz (🥉21 · 1.8K) - Visualize and compare datasets, target values and associations, with one.. MIT
  • GitHub (👨‍💻 6 · 🔀 180 · 📋 96 - 28% open · ⏱️ 08.07.2021):

     git clone https://github.com/fbdesignpro/sweetviz
    
  • PyPi (📥 58K / month · ⏱️ 08.07.2021):

     pip install sweetviz
    
HiPlot (🥉20 · 2.2K) - HiPlot makes understanding high dimensional data easy. MIT
  • GitHub (👨‍💻 7 · 🔀 100 · 📦 3 · 📋 71 - 14% open · ⏱️ 05.11.2021):

     git clone https://github.com/facebookresearch/hiplot
    
  • PyPi (📥 12K / month · ⏱️ 05.11.2021):

     pip install hiplot
    
  • Conda (📥 71K · ⏱️ 05.11.2021):

     conda install -c conda-forge hiplot
    
joypy (🥉20 · 350) - Joyplots in Python with matplotlib & pandas. MIT
  • GitHub (👨‍💻 5 · 🔀 41 · 📦 110 · 📋 45 - 20% open · ⏱️ 13.06.2021):

     git clone https://github.com/leotac/joypy
    
  • PyPi (📥 23K / month · 📦 6 · ⏱️ 28.12.2020):

     pip install joypy
    
  • Conda (📥 12K · ⏱️ 28.12.2020):

     conda install -c conda-forge joypy
    
Show 10 hidden projects...
  • cartopy (🥈28 · 960) - Cartopy - a cartographic python library with matplotlib support. ❗️LGPL-3.0
  • plotnine (🥈27 · 2.8K) - A grammar of graphics for Python. ❗️GPL-2.0
  • Multicore-TSNE (🥉24 · 1.7K · 💀) - Parallel t-SNE implementation with Python and Torch.. BSD-3
  • pivottablejs (🥉21 · 450 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT
  • ivis (🥉19 · 250) - Dimensionality reduction in very large datasets using Siamese.. Apache-2
  • animatplot (🥉18 · 390 · 💀) - A python package for animating plots build on matplotlib. MIT
  • pdvega (🥉17 · 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT
  • nx-altair (🥉16 · 180 · 💀) - Draw interactive NetworkX graphs with Altair. MIT
  • data-describe (🥉14 · 290 · 💤) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2
  • nptsne (🥉14 · 27 · 💤) - nptsne is a numpy compatible python binary package that offers a.. Apache-2

Text Data & NLP

Back to top

Libraries for processing, cleaning, manipulating, and analyzing text data as well as libraries for NLP tasks such as language detection, fuzzy matching, classification, seq2seq learning, conversational AI, keyword extraction, and translation.

transformers (🥇39 · 54K) - Transformers: State-of-the-art Natural Language.. Apache-2
  • GitHub (👨‍💻 1.1K · 🔀 13K · 📥 1.4K · 📦 19K · 📋 8.2K - 5% open · ⏱️ 17.11.2021):

     git clone https://github.com/huggingface/transformers
    
  • PyPi (📥 3.4M / month · 📦 130 · ⏱️ 17.11.2021):

     pip install transformers
    
  • Conda (📥 83K · ⏱️ 17.11.2021):

     conda install -c conda-forge transformers
    
spaCy (🥇38 · 22K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT
  • GitHub (👨‍💻 640 · 🔀 3.6K · 📥 3.1K · 📦 32K · 📋 4.9K - 1% open · ⏱️ 16.11.2021):

     git clone https://github.com/explosion/spaCy
    
  • PyPi (📥 4.1M / month · 📦 3.1K · ⏱️ 05.11.2021):

     pip install spacy
    
  • Conda (📥 2.4M · ⏱️ 08.11.2021):

     conda install -c conda-forge spacy
    
gensim (🥇36 · 13K) - Topic Modelling for Humans. ❗️LGPL-2.1
  • GitHub (👨‍💻 410 · 🔀 4.1K · 📥 3.5K · 📦 28K · 📋 1.7K - 21% open · ⏱️ 28.10.2021):

     git clone https://github.com/RaRe-Technologies/gensim
    
  • PyPi (📥 12M / month · 📦 4.7K · ⏱️ 17.09.2021):

     pip install gensim
    
  • Conda (📥 750K · ⏱️ 09.11.2021):

     conda install -c conda-forge gensim
    
nltk (🥇35 · 10K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
  • GitHub (👨‍💻 410 · 🔀 2.5K · 📦 120K · 📋 1.6K - 14% open · ⏱️ 12.11.2021):

     git clone https://github.com/nltk/nltk
    
  • PyPi (📥 9.3M / month · 📦 21K · ⏱️ 11.10.2021):

     pip install nltk
    
  • Conda (📥 1.1M · ⏱️ 11.10.2021):

     conda install -c conda-forge nltk
    
flair (🥇32 · 11K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT
  • GitHub (👨‍💻 210 · 🔀 1.7K · 📦 1K · 📋 1.7K - 5% open · ⏱️ 16.11.2021):

     git clone https://github.com/flairNLP/flair
    
  • PyPi (📥 74K / month · 📦 48 · ⏱️ 29.08.2021):

     pip install flair
    
AllenNLP (🥇32 · 11K) - An open-source NLP research library, built on PyTorch. Apache-2
  • GitHub (👨‍💻 250 · 🔀 2.1K · 📥 43 · 📦 2.1K · 📋 2.5K - 4% open · ⏱️ 15.11.2021):

     git clone https://github.com/allenai/allennlp
    
  • PyPi (📥 48K / month · 📦 230 · ⏱️ 01.11.2021):

     pip install allennlp
    
TextBlob (🥇32 · 7.9K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT
  • GitHub (👨‍💻 35 · 🔀 1K · 📥 97 · 📦 16K · 📋 250 - 38% open · ⏱️ 22.10.2021):

     git clone https://github.com/sloria/TextBlob
    
  • PyPi (📥 780K / month · 📦 2.5K · ⏱️ 22.10.2021):

     pip install textblob
    
  • Conda (📥 140K · ⏱️ 24.02.2019):

     conda install -c conda-forge textblob
    
ChatterBot (🥇31 · 12K) - ChatterBot is a machine learning, conversational dialog engine for.. BSD-3
  • GitHub (👨‍💻 100 · 🔀 3.9K · 📦 4K · 📋 1.5K - 19% open · ⏱️ 01.06.2021):

     git clone https://github.com/gunthercox/ChatterBot
    
  • PyPi (📥 57K / month · 📦 680 · ⏱️ 22.08.2020):

     pip install chatterbot
    
sentence-transformers (🥇31 · 6.4K) - Multilingual Sentence & Image Embeddings with BERT. Apache-2
  • GitHub (👨‍💻 67 · 🔀 1.2K · 📦 1.9K · 📋 1.2K - 49% open · ⏱️ 12.11.2021):

     git clone https://github.com/UKPLab/sentence-transformers
    
  • PyPi (📥 480K / month · ⏱️ 01.10.2021):

     pip install sentence-transformers
    
sentencepiece (🥇31 · 5.5K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2
  • GitHub (👨‍💻 57 · 🔀 720 · 📥 18K · 📦 11K · 📋 480 - 9% open · ⏱️ 02.07.2021):

     git clone https://github.com/google/sentencepiece
    
  • PyPi (📥 2.8M / month · 📦 240 · ⏱️ 18.06.2021):

     pip install sentencepiece
    
  • Conda (📥 120K · ⏱️ 05.11.2021):

     conda install -c conda-forge sentencepiece
    
snowballstemmer (🥈30 · 530) - Snowball compiler and stemming algorithms. BSD-3
  • GitHub (👨‍💻 28 · 🔀 150 · 📦 4 · 📋 69 - 36% open · ⏱️ 16.11.2021):

     git clone https://github.com/snowballstem/snowball
    
  • PyPi (📥 5.5M / month · 📦 13K · ⏱️ 16.11.2021):

     pip install snowballstemmer
    
  • Conda (📥 3.4M · ⏱️ 17.11.2021):

     conda install -c conda-forge snowballstemmer
    
ParlAI (🥈29 · 8.4K) - A framework for training and evaluating AI models on a variety of.. MIT
  • GitHub (👨‍💻 160 · 🔀 1.7K · 📦 49 · 📋 1.2K - 8% open · ⏱️ 16.11.2021):

     git clone https://github.com/facebookresearch/ParlAI
    
  • PyPi (📥 2.5K / month · ⏱️ 12.10.2021):

     pip install parlai
    
TensorFlow Text (🥈29 · 840) - Making text a first-class citizen in TensorFlow. Apache-2
  • GitHub (👨‍💻 63 · 🔀 150 · 📦 1.1K · 📋 180 - 36% open · ⏱️ 17.11.2021):

     git clone https://github.com/tensorflow/text
    
  • PyPi (📥 1.3M / month · 📦 4 · ⏱️ 12.11.2021):

     pip install tensorflow-text
    
DeepPavlov (🥈28 · 5.5K) - An open source library for deep learning end-to-end dialog.. Apache-2
  • GitHub (👨‍💻 67 · 🔀 980 · 📦 230 · 📋 610 - 23% open · ⏱️ 28.09.2021):

     git clone https://github.com/deepmipt/DeepPavlov
    
  • PyPi (📥 9.4K / month · 📦 8 · ⏱️ 28.09.2021):

     pip install deeppavlov
    
OpenNMT (🥈28 · 5.3K) - Open Source Neural Machine Translation in PyTorch. MIT
  • GitHub (👨‍💻 170 · 🔀 2K · 📦 120 · 📋 1.3K - 9% open · ⏱️ 04.11.2021):

     git clone https://github.com/OpenNMT/OpenNMT-py
    
  • PyPi (📥 4.7K / month · 📦 4 · ⏱️ 14.09.2021):

     pip install OpenNMT-py
    
Tokenizers (🥈28 · 5K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
  • GitHub (👨‍💻 46 · 🔀 400 · 📦 38 · 📋 520 - 27% open · ⏱️ 07.10.2021):

     git clone https://github.com/huggingface/tokenizers
    
  • PyPi (📥 4.1M / month · ⏱️ 24.05.2021):

     pip install tokenizers
    
  • Conda (📥 100K · ⏱️ 22.09.2021):

     conda install -c conda-forge tokenizers
    
Dedupe (🥈28 · 3.2K) - A python library for accurate and scalable fuzzy matching, record.. MIT
  • GitHub (👨‍💻 61 · 🔀 430 · 📦 200 · 📋 660 - 9% open · ⏱️ 14.10.2021):

     git clone https://github.com/dedupeio/dedupe
    
  • PyPi (📥 230K / month · 📦 78 · ⏱️ 17.04.2021):

     pip install dedupe
    
ftfy (🥈28 · 3.1K) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT
  • GitHub (👨‍💻 18 · 🔀 100 · 📦 4.3K · 📋 120 - 8% open · ⏱️ 17.05.2021):

     git clone https://github.com/LuminosoInsight/python-ftfy
    
  • PyPi (📥 870K / month · 📦 760 · ⏱️ 24.05.2021):

     pip install ftfy
    
  • Conda (📥 130K · ⏱️ 25.05.2021):

     conda install -c conda-forge ftfy
    
torchtext (🥈28 · 2.9K) - Data loaders and abstractions for text and NLP. BSD-3
  • GitHub (👨‍💻 120 · 🔀 660 · 📋 670 - 50% open · ⏱️ 15.11.2021):

     git clone https://github.com/pytorch/text
    
  • PyPi (📥 130K / month · 📦 680 · ⏱️ 21.10.2021):

     pip install torchtext
    
TextDistance (🥈28 · 2.6K) - Compute distance between sequences. 30+ algorithms, pure python.. MIT
  • GitHub (👨‍💻 11 · 🔀 200 · 📥 330 · 📦 1.3K · ⏱️ 27.10.2021):

     git clone https://github.com/life4/textdistance
    
  • PyPi (📥 260K / month · 📦 28 · ⏱️ 27.10.2021):

     pip install textdistance
    
  • Conda (📥 63K · ⏱️ 27.10.2021):

     conda install -c conda-forge textdistance
    
fairseq (🥈27 · 15K · 📉) - Facebook AI Research Sequence-to-Sequence Toolkit written in.. MIT
  • GitHub (👨‍💻 360 · 🔀 3.7K · 📥 150 · 📦 580 · 📋 3.1K - 35% open · ⏱️ 17.11.2021):

     git clone https://github.com/pytorch/fairseq
    
  • PyPi (📥 34K / month · 📦 20 · ⏱️ 05.01.2021):

     pip install fairseq
    
Rasa (🥈27 · 13K) - Open source machine learning framework to automate text- and voice-.. Apache-2
  • GitHub (👨‍💻 510 · 🔀 3.8K · 📋 6.3K - 14% open · ⏱️ 17.11.2021):

     git clone https://github.com/RasaHQ/rasa
    
  • PyPi (📥 210K / month · 📦 64 · ⏱️ 15.11.2021):

     pip install rasa
    
nlpaug (🥈27 · 2.7K) - Data augmentation for NLP. MIT
  • GitHub (👨‍💻 21 · 🔀 300 · 📦 200 · 📋 150 - 20% open · ⏱️ 19.10.2021):

     git clone https://github.com/makcedward/nlpaug
    
  • PyPi (📥 37K / month · 📦 2 · ⏱️ 19.10.2021):

     pip install nlpaug
    
spark-nlp (🥈27 · 2.5K) - State of the Art Natural Language Processing. Apache-2
  • GitHub (👨‍💻 100 · 🔀 510 · 📋 590 - 14% open · ⏱️ 15.11.2021):

     git clone https://github.com/JohnSnowLabs/spark-nlp
    
  • PyPi (📥 1.3M / month · ⏱️ 03.11.2021):

     pip install spark-nlp
    
GluonNLP (🥈27 · 2.3K) - Toolkit that enables easy text preprocessing, datasets loading.. Apache-2
  • GitHub (👨‍💻 82 · 🔀 520 · 📦 630 · 📋 560 - 46% open · ⏱️ 24.08.2021):

     git clone https://github.com/dmlc/gluon-nlp
    
  • PyPi (📥 210K / month · 📦 22 · ⏱️ 13.08.2020):

     pip install gluonnlp
    
jellyfish (🥈27 · 1.6K) - a python library for doing approximate and phonetic matching of.. BSD-2
  • GitHub (👨‍💻 25 · 🔀 140 · 📦 2.9K · 📋 110 - 8% open · ⏱️ 16.11.2021):

     git clone https://github.com/jamesturk/jellyfish
    
  • PyPi (📥 1.5M / month · 📦 650 · ⏱️ 26.10.2021):

     pip install jellyfish
    
  • Conda (📥 160K · ⏱️ 05.11.2021):

     conda install -c conda-forge jellyfish
    
stanza (🥈26 · 5.8K) - Official Stanford NLP Python Library for Many Human Languages. Apache-2
  • GitHub (👨‍💻 41 · 🔀 740 · 📦 740 · 📋 600 - 10% open · ⏱️ 05.10.2021):

     git clone https://github.com/stanfordnlp/stanza
    
  • PyPi (📥 75K / month · 📦 4 · ⏱️ 05.10.2021):

     pip install stanza
    
  • Conda (📥 4.4K · ⏱️ 05.10.2021):

     conda install -c stanfordnlp stanza
    
Sumy (🥈26 · 2.7K) - Module for automatic summarization of text documents and HTML pages. Apache-2
  • GitHub (👨‍💻 21 · 🔀 460 · 📦 980 · 📋 93 - 16% open · ⏱️ 21.10.2021):

     git clone https://github.com/miso-belica/sumy
    
  • PyPi (📥 26K / month · 📦 190 · ⏱️ 21.10.2021):

     pip install sumy
    
haystack (🥈26 · 2.7K) - Haystack is an open source NLP framework that leverages Transformer.. Apache-2
  • GitHub (👨‍💻 78 · 🔀 540 · 📦 92 · 📋 990 - 14% open · ⏱️ 17.11.2021):

     git clone https://github.com/deepset-ai/haystack
    
  • PyPi (📥 2K / month · 📦 170 · ⏱️ 03.07.2017):

     pip install haystack
    
spacy-transformers (🥈26 · 1.1K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy
  • GitHub (👨‍💻 18 · 🔀 130 · 📦 320 · ⏱️ 28.10.2021):

     git clone https://github.com/explosion/spacy-transformers
    
  • PyPi (📥 130K / month · 📦 6 · ⏱️ 28.10.2021):

     pip install spacy-transformers
    
CLTK (🥈26 · 690) - The Classical Language Toolkit. MIT
  • GitHub (👨‍💻 110 · 🔀 300 · 📥 22 · 📦 180 · 📋 610 - 19% open · ⏱️ 21.10.2021):

     git clone https://github.com/cltk/cltk
    
  • PyPi (📥 1.5K / month · 📦 68 · ⏱️ 17.10.2021):

     pip install cltk
    
Ciphey (🥈25 · 8.9K) - Automatically decrypt encryptions without knowing the key or cipher,.. MIT
  • GitHub (👨‍💻 46 · 🔀 550 · 📋 280 - 18% open · ⏱️ 03.11.2021):

     git clone https://github.com/Ciphey/Ciphey
    
  • PyPi (📥 17K / month · ⏱️ 06.06.2021):

     pip install ciphey
    
  • Docker Hub (📥 13K · 5 · ⏱️ 16.11.2021):

     docker pull remnux/ciphey
    
vaderSentiment (🥈25 · 3.2K · 💤) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary.. MIT
  • GitHub (👨‍💻 10 · 🔀 810 · 📦 3.2K · 📋 110 - 30% open · ⏱️ 15.03.2021):

     git clone https://github.com/cjhutto/vaderSentiment
    
  • PyPi (📥 210K / month · 📦 290 · ⏱️ 22.05.2020):

     pip install vadersentiment
    
neuralcoref (🥈25 · 2.4K) - Fast Coreference Resolution in spaCy with Neural Networks. MIT
  • GitHub (👨‍💻 21 · 🔀 420 · 📥 280 · 📦 420 · 📋 280 - 20% open · ⏱️ 22.06.2021):

     git clone https://github.com/huggingface/neuralcoref
    
  • PyPi (📥 26K / month · 📦 18 · ⏱️ 08.04.2019):

     pip install neuralcoref
    
  • Conda (📥 10K · ⏱️ 21.02.2020):

     conda install -c conda-forge neuralcoref
    
fastNLP (🥈25 · 2.4K) - fastNLP: A Modularized and Extensible NLP Framework. Currently still.. Apache-2
  • GitHub (👨‍💻 53 · 🔀 400 · 📥 65 · 📦 47 · 📋 180 - 19% open · ⏱️ 15.10.2021):

     git clone https://github.com/fastnlp/fastNLP
    
  • PyPi (📥 1.5K / month · 📦 2 · ⏱️ 04.02.2019):

     pip install fastnlp
    
scattertext (🥈25 · 1.7K) - Beautiful visualizations of how language differs among document.. Apache-2
  • GitHub (👨‍💻 12 · 🔀 230 · 📦 240 · 📋 82 - 20% open · ⏱️ 15.11.2021):

     git clone https://github.com/JasonKessler/scattertext
    
  • PyPi (📥 4.3K / month · 📦 16 · ⏱️ 15.11.2021):

     pip install scattertext
    
  • Conda (📥 58K · ⏱️ 15.11.2021):

     conda install -c conda-forge scattertext
    
T5 (🥉24 · 3.8K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2
  • GitHub (👨‍💻 42 · 🔀 530 · 📦 65 · 📋 400 - 16% open · ⏱️ 29.10.2021):

     git clone https://github.com/google-research/text-to-text-transfer-transformer
    
  • PyPi (📥 13K / month · ⏱️ 18.10.2021):

     pip install t5
    
Snips NLU (🥉24 · 3.6K) - Snips Python library to extract meaning from text. Apache-2
  • GitHub (👨‍💻 22 · 🔀 500 · 📋 250 - 21% open · ⏱️ 03.05.2021):

     git clone https://github.com/snipsco/snips-nlu
    
  • PyPi (📥 3.6K / month · 📦 16 · ⏱️ 15.01.2020):

     pip install snips-nlu
    
pytorch-nlp (🥉24 · 2K) - Basic Utilities for PyTorch Natural Language Processing (NLP). BSD-3
  • GitHub (👨‍💻 18 · 🔀 240 · 📦 300 · 📋 67 - 26% open · ⏱️ 10.07.2021):

     git clone https://github.com/PetrochukM/PyTorch-NLP
    
  • PyPi (📥 9.4K / month · 📦 18 · ⏱️ 04.11.2019):

     pip install pytorch-nlp
    
PyTextRank (🥉24 · 1.7K) - Python implementation of TextRank for phrase extraction and.. MIT
  • GitHub (👨‍💻 17 · 🔀 320 · 📦 210 · 📋 79 - 27% open · ⏱️ 10.10.2021):

     git clone https://github.com/DerwenAI/pytextrank
    
  • PyPi (📥 17K / month · 📦 12 · ⏱️ 10.10.2021):

     pip install pytextrank
    
english-words (🥉23 · 5.7K) - A text file containing 479k English words for all your.. Unlicense
  • GitHub (👨‍💻 26 · 🔀 1.2K · 📋 71 - 63% open · ⏱️ 20.10.2021):

     git clone https://github.com/dwyl/english-words
    
  • PyPi (📥 7.6K / month · 📦 4 · ⏱️ 02.08.2021):

     pip install english-words
    
textacy (🥉23 · 1.8K) - NLP, before and after spaCy. Apache-2
  • GitHub (👨‍💻 31 · 🔀 230 · 📋 240 - 12% open · ⏱️ 14.11.2021):

     git clone https://github.com/chartbeat-labs/textacy
    
  • PyPi (📥 37K / month · 📦 150 · ⏱️ 12.04.2021):

     pip install textacy
    
  • Conda (📥 100K · ⏱️ 13.04.2021):

     conda install -c conda-forge textacy
    
PyText (🥉22 · 6.3K) - A natural language modeling framework based on PyTorch. BSD-3
  • GitHub (👨‍💻 220 · 🔀 800 · 📥 280 · 📦 100 · 📋 220 - 66% open · ⏱️ 17.11.2021):

     git clone https://github.com/facebookresearch/pytext
    
  • PyPi (📥 230 / month · 📦 1 · ⏱️ 08.06.2020):

     pip install pytext-nlp
    
MatchZoo (🥉22 · 3.5K) - Facilitating the design, comparison and sharing of deep text.. Apache-2
  • GitHub (👨‍💻 36 · 🔀 910 · 📦 10 · 📋 460 - 6% open · ⏱️ 02.06.2021):

     git clone https://github.com/NTMC-Community/MatchZoo
    
  • PyPi (📥 270 / month · ⏱️ 24.10.2019):

     pip install matchzoo
    
gpt-2-simple (🥉22 · 2.8K) - Python package to easily retrain OpenAI's GPT-2 text-.. MIT
  • GitHub (👨‍💻 18 · 🔀 590 · 📥 280 · 📋 240 - 61% open · ⏱️ 18.10.2021):

     git clone https://github.com/minimaxir/gpt-2-simple
    
  • PyPi (📥 9.7K / month · 📦 6 · ⏱️ 18.10.2021):

     pip install gpt-2-simple
    
FARM (🥉22 · 1.4K) - Fast & easy transfer learning for NLP. Harvesting language models.. Apache-2
  • GitHub (👨‍💻 35 · 🔀 210 · 📋 410 - 9% open · ⏱️ 12.11.2021):

     git clone https://github.com/deepset-ai/FARM
    
  • PyPi (📥 6K / month · 📦 2 · ⏱️ 10.06.2021):

     pip install farm
    
sense2vec (🥉22 · 1.3K) - Contextually-keyed word vectors. MIT
  • GitHub (👨‍💻 17 · 🔀 220 · 📥 22K · 📦 96 · 📋 110 - 17% open · ⏱️ 16.08.2021):

     git clone https://github.com/explosion/sense2vec
    
  • PyPi (📥 3.4K / month · 📦 12 · ⏱️ 19.04.2021):

     pip install sense2vec
    
  • Conda (📥 23K · ⏱️ 14.07.2021):

     conda install -c conda-forge sense2vec
    
SciSpacy (🥉22 · 1K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
  • GitHub (👨‍💻 21 · 🔀 140 · 📦 360 · 📋 230 - 15% open · ⏱️ 15.07.2021):

     git clone https://github.com/allenai/scispacy
    
  • PyPi (📥 23K / month · 📦 12 · ⏱️ 12.02.2021):

     pip install scispacy
    
pySBD (🥉22 · 380 · 💤) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT
  • GitHub (👨‍💻 6 · 🔀 42 · 📦 240 · 📋 60 - 20% open · ⏱️ 11.02.2021):

     git clone https://github.com/nipunsadvilkar/pySBD
    
  • PyPi (📥 34K / month · 📦 4 · ⏱️ 11.02.2021):

     pip install pysbd
    
DeepMatcher (🥉21 · 3.9K) - Python package for performing Entity and Text Matching using Deep.. BSD-3
  • GitHub (👨‍💻 7 · 🔀 1.5K · 📦 14 · 📋 76 - 71% open · ⏱️ 13.06.2021):

     git clone https://github.com/anhaidgroup/deepmatcher
    
  • PyPi (📥 600 / month · ⏱️ 13.06.2021):

     pip install deepmatcher
    
NeMo (🥉21 · 3.5K) - NeMo: a toolkit for conversational AI. Apache-2
  • GitHub (👨‍💻 120 · 🔀 740 · 📥 14K · 📋 850 - 8% open · ⏱️ 17.11.2021):

     git clone https://github.com/NVIDIA/NeMo
    
  • PyPi (📥 5.5K / month · 📦 4 · ⏱️ 02.10.2021):

     pip install nemo-toolkit
    
Texthero (🥉21 · 2.4K) - Text preprocessing, representation and visualization from zero to hero. MIT
  • GitHub (👨‍💻 18 · 🔀 200 · 📥 86 · 📋 140 - 56% open · ⏱️ 19.07.2021):

     git clone https://github.com/jbesomi/texthero
    
  • PyPi (📥 15K / month · ⏱️ 01.07.2021):

     pip install texthero
    
jiant (🥉21 · 1.3K) - jiant is an nlp toolkit. MIT
  • GitHub (👨‍💻 56 · 🔀 260 · 📦 2 · 📋 550 - 11% open · ⏱️ 17.10.2021):

     git clone https://github.com/nyu-mll/jiant
    
  • PyPi (📥 250 / month · ⏱️ 10.05.2021):

     pip install jiant
    
NLP Architect (🥉20 · 2.8K) - A model library for exploring state-of-the-art deep learning.. Apache-2
  • GitHub (👨‍💻 37 · 🔀 440 · 📦 8 · 📋 130 - 15% open · ⏱️ 12.09.2021):

     git clone https://github.com/IntelLabs/nlp-architect
    
  • PyPi (📥 340 / month · ⏱️ 12.04.2020):

     pip install nlp-architect
    
Kashgari (🥉20 · 2.2K) - Kashgari is a production-level NLP Transfer learning framework.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 420 · 📦 48 · 📋 360 - 9% open · ⏱️ 09.07.2021):

     git clone https://github.com/BrikerMan/Kashgari
    
  • PyPi (📥 110 / month · 📦 2 · ⏱️ 18.10.2019):

     pip install kashgari-tf
    
lightseq (🥉20 · 1.8K) - LightSeq: A High Performance Library for Sequence Processing and.. Apache-2
  • GitHub (👨‍💻 6 · 🔀 180 · 📥 520 · 📋 120 - 48% open · ⏱️ 03.11.2021):

     git clone https://github.com/bytedance/lightseq
    
  • PyPi (📥 940 / month · ⏱️ 03.11.2021):

     pip install lightseq
    
DELTA (🥉20 · 1.5K · 💤) - DELTA is a deep learning based natural language and speech.. Apache-2
  • GitHub (👨‍💻 41 · 🔀 290 · 📋 79 - 6% open · ⏱️ 17.12.2020):

     git clone https://github.com/Delta-ML/delta
    
  • PyPi (📥 28 / month · ⏱️ 27.03.2020):

     pip install delta-nlp
    
  • Docker Hub (📥 13K · ⏱️ 03.08.2021):

     docker pull zh794390558/delta
    
anaGo (🥉20 · 1.4K · 💤) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT
  • GitHub (👨‍💻 11 · 🔀 360 · 📦 27 · 📋 110 - 33% open · ⏱️ 01.04.2021):

     git clone https://github.com/Hironsan/anago
    
  • PyPi (📥 760 / month · 📦 5 · ⏱️ 17.07.2018):

     pip install anago
    
YouTokenToMe (🥉20 · 770 · 💤) - Unsupervised text tokenizer focused on computational efficiency. MIT
  • GitHub (👨‍💻 6 · 🔀 57 · 📦 160 · 📋 51 - 54% open · ⏱️ 28.01.2021):

     git clone https://github.com/vkcom/youtokentome
    
  • PyPi (📥 26K / month · 📦 12 · ⏱️ 12.02.2020):

     pip install youtokentome
    
fast-bert (🥉19 · 1.7K) - Super easy library for BERT based NLP models. Apache-2
  • GitHub (👨‍💻 35 · 🔀 320 · 📋 240 - 60% open · ⏱️ 31.08.2021):

     git clone https://github.com/utterworks/fast-bert
    
  • PyPi (📥 1.6K / month · 📦 2 · ⏱️ 23.05.2021):

     pip install fast-bert
    
finetune (🥉19 · 660) - Scikit-learn style model finetuning for NLP. MPL-2.0
  • GitHub (👨‍💻 19 · 🔀 69 · 📦 9 · 📋 140 - 16% open · ⏱️ 20.10.2021):

     git clone https://github.com/IndicoDataSolutions/finetune
    
  • PyPi (📥 130 / month · 📦 2 · ⏱️ 10.01.2020):

     pip install finetune
    
Sockeye (🥉18 · 1K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2
  • GitHub (👨‍💻 54 · 🔀 300 · 📥 10 · 📋 260 - 7% open · ⏱️ 08.11.2021):

     git clone https://github.com/awslabs/sockeye
    
  • PyPi (📥 530 / month · 📦 2 · ⏱️ 05.11.2021):

     pip install sockeye
    
Camphr (🥉17 · 340) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy
  • GitHub (👨‍💻 7 · 🔀 17 · 📋 27 - 7% open · ⏱️ 18.08.2021):

     git clone https://github.com/PKSHATechnology-Research/camphr
    
  • PyPi (📥 430 / month · ⏱️ 28.07.2021):

     pip install camphr
    
Translate (🥉15 · 720) - Translate - a PyTorch Language Library. BSD-3
  • GitHub (👨‍💻 87 · 🔀 170 · 📋 93 - 70% open · ⏱️ 06.10.2021):

     git clone https://github.com/pytorch/translate
    
  • PyPi (📥 6 / month · ⏱️ 01.05.2018):

     pip install pytorch-translate
    
VizSeq (🥉15 · 370) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
  • GitHub (👨‍💻 3 · 🔀 42 · 📦 3 · 📋 16 - 43% open · ⏱️ 02.09.2021):

     git clone https://github.com/facebookresearch/vizseq
    
  • PyPi (📥 68 / month · ⏱️ 07.08.2020):

     pip install vizseq
    
TextBox (🥉15 · 320) - TextBox is an open-source library for building text generation system. MIT
  • GitHub (👨‍💻 10 · 🔀 52 · 📦 5 · 📋 16 - 25% open · ⏱️ 25.10.2021):

     git clone https://github.com/RUCAIBox/TextBox
    
  • PyPi (📥 71 / month · ⏱️ 15.04.2021):

     pip install textbox
    
OpenNRE (🥉14 · 3.4K) - An Open-Source Package for Neural Relation Extraction (NRE). MIT
  • GitHub (👨‍💻 9 · 🔀 880 · 📋 340 - 6% open · ⏱️ 31.05.2021):

     git clone https://github.com/thunlp/OpenNRE
    
BLINK (🥉11 · 760 · 💤) - Entity Linker solution. MIT
  • GitHub (👨‍💻 16 · 🔀 130 · 📋 72 - 61% open · ⏱️ 02.04.2021):

     git clone https://github.com/facebookresearch/BLINK
    
Show 22 hidden projects...
  • fuzzywuzzy (🥇31 · 8.6K) - Fuzzy String Matching in Python. ❗️GPL-2.0
  • fastText (🥈30 · 23K · 💀) - Library for fast text representation and classification. MIT
  • langid (🥈26 · 1.9K · 💀) - Stand-alone language identification system. BSD-3
  • polyglot (🥈25 · 1.9K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0
  • textgenrnn (🥉24 · 4.6K · 💀) - Easily train your own text-generating neural network of any.. MIT
  • flashtext (🥉23 · 5K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT
  • stop-words (🥉23 · 130 · 💀) - Get list of common stop words in various languages in Python. BSD-3
  • Texar (🥉21 · 2.2K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2
  • pyfasttext (🥉20 · 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0
  • textpipe (🥉19 · 290) - Textpipe: clean and extract metadata from text. MIT
  • textaugment (🥉19 · 180) - TextAugment: Text Augmentation Library. MIT
  • NeuroNER (🥉18 · 1.6K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT
  • skift (🥉18 · 220 · 💤) - scikit-learn wrappers for Python fastText. MIT
  • nboost (🥉17 · 600 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2
  • fastT5 (🥉17 · 230) - boost inference speed of T5 models by 5x & reduce the model size by 3x. Apache-2
  • Headliner (🥉16 · 230 · 💀) - Easy training and deployment of seq2seq models. MIT
  • NeuralQA (🥉15 · 210 · 💤) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT
  • TransferNLP (🥉14 · 290 · 💀) - NLP library designed for reproducible experimentation.. MIT
  • ONNX-T5 (🥉14 · 180 · 💤) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2
  • textvec (🥉14 · 180 · 💤) - Text vectorization tool to outperform TFIDF for classification.. MIT
  • numerizer (🥉14 · 130 · 💤) - A Python module to convert natural language numerics into ints and.. MIT
  • spacy-dbpedia-spotlight (🥉11 · 44 · 💤) - A spaCy wrapper for DBpedia Spotlight. MIT spacy

Image Data

Back to top

Libraries for image & video processing, manipulation, and augmentation as well as libraries for computer vision tasks such as facial recognition, object detection, and classification.

Pillow (🥇35 · 9.1K · 📉) - The friendly PIL fork (Python Imaging Library). ❗️PIL
  • GitHub (👨‍💻 370 · 🔀 1.7K · 📋 2.4K - 7% open · ⏱️ 16.11.2021):

     git clone https://github.com/python-pillow/Pillow
    
  • PyPi (📥 36M / month · 📦 110K · ⏱️ 15.10.2021):

     pip install Pillow
    
  • Conda (📥 11M · ⏱️ 10.11.2021):

     conda install -c conda-forge pillow
    
scikit-image (🥇34 · 4.6K) - Image processing in Python. BSD-2
  • GitHub (👨‍💻 530 · 🔀 1.9K · 📦 86K · 📋 2.7K - 25% open · ⏱️ 17.11.2021):

     git clone https://github.com/scikit-image/scikit-image
    
  • PyPi (📥 11M / month · 📦 15K · ⏱️ 24.08.2021):

     pip install scikit-image
    
  • Conda (📥 3M · ⏱️ 04.09.2021):

     conda install -c conda-forge scikit-image
    
torchvision (🥇33 · 10K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3
  • GitHub (👨‍💻 440 · 🔀 5.3K · 📋 2.1K - 27% open · ⏱️ 17.11.2021):

     git clone https://github.com/pytorch/vision
    
  • PyPi (📥 3.4M / month · 📦 4.6K · ⏱️ 21.10.2021):

     pip install torchvision
    
  • Conda (📥 150K · ⏱️ 27.09.2021):

     conda install -c conda-forge torchvision
    
imageio (🥇33 · 950) - Python library for reading and writing image data. BSD-2
  • GitHub (👨‍💻 83 · 🔀 190 · 📥 13 · 📦 51K · 📋 390 - 18% open · ⏱️ 17.11.2021):

     git clone https://github.com/imageio/imageio
    
  • PyPi (📥 12M / month · 📦 3.8K · ⏱️ 17.11.2021):

     pip install imageio
    
  • Conda (📥 2.4M · ⏱️ 06.07.2020):

     conda install -c conda-forge imageio
    
Albumentations (🥇32 · 9.2K) - Fast image augmentation library and an easy-to-use wrapper.. MIT
  • GitHub (👨‍💻 96 · 🔀 1.2K · 📦 5.7K · 📋 560 - 42% open · ⏱️ 06.11.2021):

     git clone https://github.com/albumentations-team/albumentations
    
  • PyPi (📥 210K / month · 📦 130 · ⏱️ 04.10.2021):

     pip install albumentations
    
  • Conda (📥 28K · ⏱️ 15.07.2021):

     conda install -c conda-forge albumentations
    
MoviePy (🥇32 · 8.7K) - Video editing with Python. MIT
  • GitHub (👨‍💻 140 · 🔀 1.2K · 📦 12K · 📋 1.1K - 30% open · ⏱️ 12.11.2021):

     git clone https://github.com/Zulko/moviepy
    
  • PyPi (📥 1.6M / month · 📦 1.1K · ⏱️ 05.10.2020):

     pip install moviepy
    
  • Conda (📥 97K · ⏱️ 23.02.2020):

     conda install -c conda-forge moviepy
    
opencv-python (🥇32 · 2.4K) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
  • GitHub (👨‍💻 35 · 🔀 470 · 📋 490 - 7% open · ⏱️ 17.11.2021):

     git clone https://github.com/opencv/opencv-python
    
  • PyPi (📥 5.3M / month · 📦 13K · ⏱️ 15.11.2021):

     pip install opencv-python
    
Wand (🥈31 · 1.1K) - The ctypes-based simple ImageMagick binding for Python. MIT
  • GitHub (👨‍💻 96 · 🔀 190 · 📥 5.3K · 📦 7.4K · 📋 360 - 4% open · ⏱️ 05.10.2021):

     git clone https://github.com/emcconville/wand
    
  • PyPi (📥 420K / month · 📦 1.2K · ⏱️ 17.08.2021):

     pip install wand
    
PyTorch Image Models (🥈30 · 15K) - PyTorch image models, scripts, pretrained weights --.. Apache-2
  • GitHub (👨‍💻 60 · 🔀 2.3K · 📥 720K · 📦 1.4K · 📋 420 - 13% open · ⏱️ 14.11.2021):

     git clone https://github.com/rwightman/pytorch-image-models
    
GluonCV (🥈30 · 5K) - Gluon CV Toolkit. Apache-2
  • GitHub (👨‍💻 110 · 🔀 1.1K · 📦 610 · 📋 800 - 8% open · ⏱️ 14.11.2021):

     git clone https://github.com/dmlc/gluon-cv
    
  • PyPi (📥 900K / month · 📦 30 · ⏱️ 10.10.2021):

     pip install gluoncv
    
ImageHash (🥈30 · 2.2K) - A Python Perceptual Image Hashing Module. BSD-2
  • GitHub (👨‍💻 20 · 🔀 280 · 📦 3.7K · 📋 100 - 12% open · ⏱️ 07.09.2021):

     git clone https://github.com/JohannesBuchner/imagehash
    
  • PyPi (📥 1.2M / month · 📦 530 · ⏱️ 15.07.2021):

     pip install ImageHash
    
  • Conda (📥 160K · ⏱️ 15.07.2021):

     conda install -c conda-forge imagehash
    
Face Recognition (🥈29 · 42K) - The world's simplest facial recognition api for Python.. MIT
  • GitHub (👨‍💻 47 · 🔀 12K · 📥 450 · 📋 1.2K - 54% open · ⏱️ 14.06.2021):

     git clone https://github.com/ageitgey/face_recognition
    
  • PyPi (📥 53K / month · 📦 410 · ⏱️ 21.08.2018):

     pip install face_recognition
    
InsightFace (🥈29 · 11K) - State-of-the-art 2D and 3D Face Analysis Project. MIT
  • GitHub (👨‍💻 31 · 🔀 3.5K · 📦 110 · 📋 1.8K - 54% open · ⏱️ 17.11.2021):

     git clone https://github.com/deepinsight/insightface
    
  • PyPi (📥 20K / month · 📦 2 · ⏱️ 21.09.2021):

     pip install insightface
    
Kornia (🥈29 · 5.3K) - Open Source Differentiable Computer Vision Library. Apache-2
  • GitHub (👨‍💻 140 · 🔀 510 · 📥 150 · 📦 760 · 📋 500 - 23% open · ⏱️ 17.11.2021):

     git clone https://github.com/kornia/kornia
    
  • PyPi (📥 180K / month · ⏱️ 22.10.2021):

     pip install kornia
    
imutils (🥈28 · 3.9K · 💤) - A series of convenience functions to make basic image processing.. MIT
  • GitHub (👨‍💻 20 · 🔀 940 · 📦 21K · 📋 160 - 52% open · ⏱️ 15.01.2021):

     git clone https://github.com/jrosebr1/imutils
    
  • PyPi (📥 430K / month · 📦 1.2K · ⏱️ 15.01.2021):

     pip install imutils
    
  • Conda (📥 72K · ⏱️ 15.01.2021):

     conda install -c conda-forge imutils
    
imageai (🥈27 · 6.7K) - A python library built to empower developers to build applications and.. MIT
  • GitHub (👨‍💻 15 · 🔀 1.9K · 📥 660K · 📦 990 · 📋 670 - 37% open · ⏱️ 08.05.2021):

     git clone https://github.com/OlafenwaMoses/ImageAI
    
  • PyPi (📥 9.7K / month · 📦 24 · ⏱️ 05.01.2021):

     pip install imageai
    
Augmentor (🥈27 · 4.6K) - Image augmentation library in Python for machine learning. MIT
  • GitHub (👨‍💻 22 · 🔀 830 · 📦 380 · 📋 190 - 63% open · ⏱️ 15.10.2021):

     git clone https://github.com/mdbloice/Augmentor
    
  • PyPi (📥 18K / month · 📦 42 · ⏱️ 14.10.2021):

     pip install Augmentor
    
detectron2 (🥈26 · 19K · 📉) - Detectron2 is FAIR's next-generation platform for object.. Apache-2
  • GitHub (👨‍💻 190 · 🔀 5K · 📦 410 · 📋 2.8K - 5% open · ⏱️ 15.11.2021):

     git clone https://github.com/facebookresearch/detectron2
    
  • Conda (📥 34K · ⏱️ 30.07.2021):

     conda install -c conda-forge detectron2
    
MMDetection (🥈26 · 17K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2
  • GitHub (👨‍💻 280 · 🔀 6.1K · 📦 160 · 📋 4.7K - 6% open · ⏱️ 15.11.2021):

     git clone https://github.com/open-mmlab/mmdetection
    
deepface (🥈26 · 2.7K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT
  • GitHub (👨‍💻 18 · 🔀 610 · 📦 300 · 📋 350 - 1% open · ⏱️ 13.11.2021):

     git clone https://github.com/serengil/deepface
    
  • PyPi (📥 27K / month · ⏱️ 20.08.2021):

     pip install deepface
    
mahotas (🥈26 · 720) - Computer Vision in Python. MIT
  • GitHub (👨‍💻 32 · 🔀 140 · 📦 710 · 📋 76 - 21% open · ⏱️ 10.11.2021):

     git clone https://github.com/luispedro/mahotas
    
  • PyPi (📥 13K / month · 📦 190 · ⏱️ 14.10.2021):

     pip install mahotas
    
  • Conda (📥 310K · ⏱️ 22.01.2021):

     conda install -c conda-forge mahotas
    
Face Alignment (🥉25 · 5.3K) - 2D and 3D Face alignment library build using pytorch. BSD-3
  • GitHub (👨‍💻 23 · 🔀 1.1K · 📋 270 - 19% open · ⏱️ 04.08.2021):

     git clone https://github.com/1adrianb/face-alignment
    
  • PyPi (📥 7.3K / month · 📦 12 · ⏱️ 14.09.2021):

     pip install face-alignment
    
mtcnn (🥉25 · 1.7K) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT
  • GitHub (👨‍💻 15 · 🔀 430 · 📦 1.7K · 📋 99 - 62% open · ⏱️ 09.07.2021):

     git clone https://github.com/ipazc/mtcnn
    
  • PyPi (📥 32K / month · 📦 42 · ⏱️ 09.07.2021):

     pip install mtcnn
    
facenet-pytorch (🥉24 · 2.5K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT
  • GitHub (👨‍💻 14 · 🔀 540 · 📥 160K · 📦 540 · 📋 140 - 36% open · ⏱️ 23.05.2021):

     git clone https://github.com/timesler/facenet-pytorch
    
  • PyPi (📥 10K / month · 📦 6 · ⏱️ 10.03.2021):

     pip install facenet-pytorch
    
vidgear (🥉24 · 2K) - A High-performance cross-platform Video Processing Python framework.. Apache-2
  • GitHub (👨‍💻 7 · 🔀 150 · 📥 490 · 📦 140 · 📋 190 - 1% open · ⏱️ 27.10.2021):

     git clone https://github.com/abhiTronix/vidgear
    
  • PyPi (📥 3.1K / month · 📦 2 · ⏱️ 27.10.2021):

     pip install vidgear
    
pyvips (🥉24 · 360) - python binding for libvips using cffi. MIT
  • GitHub (👨‍💻 12 · 🔀 31 · 📦 240 · 📋 250 - 35% open · ⏱️ 16.11.2021):

     git clone https://github.com/libvips/pyvips
    
  • PyPi (📥 13K / month · 📦 22 · ⏱️ 28.06.2021):

     pip install pyvips
    
  • Conda (📥 13K · ⏱️ 10.09.2021):

     conda install -c conda-forge pyvips
    
Image Super-Resolution (🥉23 · 3.2K) - Super-scale your images and run experiments with.. Apache-2
  • GitHub (👨‍💻 10 · 🔀 570 · 📦 65 · 📋 190 - 41% open · ⏱️ 02.06.2021):

     git clone https://github.com/idealo/image-super-resolution
    
  • PyPi (📥 6.3K / month · 📦 8 · ⏱️ 08.01.2020):

     pip install ISR
    
  • Docker Hub (📥 190 · ⏱️ 01.04.2019):

     docker pull idealo/image-super-resolution-gpu
    
PaddleSeg (🥉23 · 3.1K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2
  • GitHub (👨‍💻 58 · 🔀 670 · 📦 370 · 📋 760 - 48% open · ⏱️ 17.11.2021):

     git clone https://github.com/PaddlePaddle/PaddleSeg
    
  • PyPi (📥 680 / month · ⏱️ 13.10.2021):

     pip install paddleseg
    
layout-parser (🥉23 · 2.6K) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 240 · 📦 29 · 📋 64 - 51% open · ⏱️ 23.09.2021):

     git clone https://github.com/Layout-Parser/layout-parser
    
  • PyPi (📥 3.9K / month · ⏱️ 23.09.2021):

     pip install layoutparser
    
tensorflow-graphics (🥉23 · 2.5K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2
  • GitHub (👨‍💻 34 · 🔀 320 · 📋 210 - 58% open · ⏱️ 15.11.2021):

     git clone https://github.com/tensorflow/graphics
    
  • PyPi (📥 3.3K / month · 📦 6 · ⏱️ 21.10.2021):

     pip install tensorflow-graphics
    
CellProfiler (🥉23 · 630) - An open-source application for biological image analysis. BSD-3
  • GitHub (👨‍💻 120 · 🔀 290 · 📥 1.8K · 📦 4 · 📋 3K - 6% open · ⏱️ 05.11.2021):

     git clone https://github.com/CellProfiler/CellProfiler
    
  • PyPi (📥 860 / month · ⏱️ 04.09.2017):

     pip install cellprofiler
    
vit-pytorch (🥉22 · 6.5K) - Implementation of Vision Transformer, a simple way to achieve.. MIT
  • GitHub (👨‍💻 11 · 🔀 900 · 📦 51 · 📋 140 - 47% open · ⏱️ 14.11.2021):

     git clone https://github.com/lucidrains/vit-pytorch
    
  • PyPi (📥 4.8K / month · ⏱️ 13.11.2021):

     pip install vit-pytorch
    
deep-daze (🥉22 · 3.9K) - Simple command line tool for text to image generation using OpenAI's.. MIT
  • GitHub (👨‍💻 13 · 🔀 270 · 📦 30 · 📋 150 - 53% open · ⏱️ 19.10.2021):

     git clone https://github.com/lucidrains/deep-daze
    
  • PyPi (📥 23K / month · ⏱️ 19.10.2021):

     pip install deep-daze
    
Image Deduplicator (🥉22 · 3.9K · 💤) - Finding duplicate images made easy!. Apache-2
  • GitHub (👨‍💻 9 · 🔀 330 · 📦 20 · 📋 89 - 33% open · ⏱️ 23.11.2020):

     git clone https://github.com/idealo/imagededup
    
  • PyPi (📥 2.5K / month · 📦 2 · ⏱️ 22.11.2020):

     pip install imagededup
    
Torch Points 3D (🥉22 · 1.6K) - Pytorch framework for doing deep learning on point clouds. BSD-3
  • GitHub (👨‍💻 29 · 🔀 240 · 📦 3 · 📋 290 - 29% open · ⏱️ 09.11.2021):

     git clone https://github.com/nicolas-chaulet/torch-points3d
    
  • PyPi (📥 890 / month · ⏱️ 30.04.2021):

     pip install torch-points3d
    
lightly (🥉22 · 1.3K) - A python library for self-supervised learning on images. MIT
  • GitHub (👨‍💻 13 · 🔀 82 · 📦 24 · 📋 250 - 20% open · ⏱️ 17.11.2021):

     git clone https://github.com/lightly-ai/lightly
    
  • PyPi (📥 1.5K / month · ⏱️ 02.11.2021):

     pip install lightly
    
pytorchvideo (🥉21 · 1.9K) - A deep learning library for video understanding research. Apache-2
  • GitHub (👨‍💻 22 · 🔀 170 · 📋 100 - 39% open · ⏱️ 02.11.2021):

     git clone https://github.com/facebookresearch/pytorchvideo
    
  • PyPi (📥 9.6K / month · ⏱️ 14.09.2021):

     pip install pytorchvideo
    
nude.py (🥉21 · 820 · 💤) - Nudity detection with Python. MIT
  • GitHub (👨‍💻 12 · 🔀 130 · 📦 1.2K · 📋 10 - 70% open · ⏱️ 23.11.2020):

     git clone https://github.com/hhatto/nude.py
    
  • PyPi (📥 7.9K / month · 📦 18 · ⏱️ 23.11.2020):

     pip install nudepy
    
image-match (🥉20 · 2.7K) - Quickly search over billions of images. Apache-2
  • GitHub (👨‍💻 19 · 🔀 380 · 📋 100 - 53% open · ⏱️ 21.09.2021):

     git clone https://github.com/ProvenanceLabs/image-match
    
  • PyPi (📥 980 / month · 📦 6 · ⏱️ 13.02.2017):

     pip install image_match
    
vissl (🥉20 · 2.2K) - VISSL is FAIR's library of extensible, modular and scalable components.. MIT
  • GitHub (👨‍💻 30 · 🔀 210 · 📦 3 · 📋 130 - 34% open · ⏱️ 08.11.2021):

     git clone https://github.com/facebookresearch/vissl
    
  • PyPi (📥 260 / month · ⏱️ 02.11.2021):

     pip install vissl
    
Classy Vision (🥉20 · 1.4K) - An end-to-end PyTorch framework for image and video.. MIT
  • GitHub (👨‍💻 66 · 🔀 240 · 📋 110 - 46% open · ⏱️ 07.10.2021):

     git clone https://github.com/facebookresearch/ClassyVision
    
  • PyPi (📥 3.4K / month · ⏱️ 09.07.2021):

     pip install classy_vision
    
  • Conda (📥 10K · ⏱️ 11.12.2020):

     conda install -c conda-forge classy_vision
    
Norfair (🥉20 · 1.1K) - Lightweight Python library for adding real-time object tracking to any.. BSD-3
  • GitHub (👨‍💻 9 · 🔀 84 · 📋 39 - 20% open · ⏱️ 01.10.2021):

     git clone https://github.com/tryolabs/norfair
    
  • PyPi (📥 2.9K / month · ⏱️ 29.07.2021):

     pip install norfair
    
Caer (🥉20 · 570) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT
  • GitHub (👨‍💻 8 · 🔀 100 · 📥 19 · 📋 15 - 13% open · ⏱️ 13.10.2021):

     git clone https://github.com/jasmcaus/caer
    
  • PyPi (📥 4.4K / month · ⏱️ 13.10.2021):

     pip install caer
    
PaddleDetection (🥉19 · 4.9K) - Object detection and instance segmentation toolkit.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 1.3K · 📦 6 · 📋 2.6K - 27% open · ⏱️ 17.11.2021):

     git clone https://github.com/PaddlePaddle/PaddleDetection
    
MMF (🥉19 · 4.7K) - A modular framework for vision & language multimodal research from.. BSD-3
  • GitHub (👨‍💻 86 · 🔀 780 · 📦 9 · 📋 600 - 31% open · ⏱️ 17.11.2021):

     git clone https://github.com/facebookresearch/mmf
    
  • PyPi (📥 510 / month · ⏱️ 12.06.2020):

     pip install mmf
    
DE⫶TR (🥉16 · 7.9K) - End-to-End Object Detection with Transformers. Apache-2
  • GitHub (👨‍💻 24 · 🔀 1.4K · 📋 400 - 32% open · ⏱️ 18.10.2021):

     git clone https://github.com/facebookresearch/detr
    
PySlowFast (🥉15 · 4.3K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2
  • GitHub (👨‍💻 26 · 🔀 840 · 📦 5 · 📋 470 - 50% open · ⏱️ 28.10.2021):

     git clone https://github.com/facebookresearch/SlowFast
    
pycls (🥉15 · 1.8K) - Codebase for Image Classification Research, written in PyTorch. MIT
  • GitHub (👨‍💻 13 · 🔀 200 · 📦 4 · 📋 72 - 26% open · ⏱️ 19.08.2021):

     git clone https://github.com/facebookresearch/pycls
    
Show 8 hidden projects...
  • imgaug (🥇32 · 12K · 💀) - Image augmentation for machine learning experiments. MIT
  • glfw (🥈31 · 8.3K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib
  • chainercv (🥉25 · 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT
  • PyTorch3D (🥉22 · 5.4K) - PyTorch3D is FAIR's library of reusable components for.. ❗Unlicensed
  • segmentation_models (🥉22 · 3.5K · 💀) - Segmentation models with pretrained backbones. Keras.. MIT
  • Pillow-SIMD (🥉22 · 1.7K · 💀) - The friendly PIL fork. ❗️PIL
  • Luminoth (🥉21 · 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3
  • solt (🥉17 · 250 · 💀) - Streaming over lightweight data transformations. MIT

Graph Data

Back to top

Libraries for graph processing, clustering, embedding, and machine learning tasks.

networkx (🥇35 · 9.9K) - Network Analysis in Python. BSD-3
  • GitHub (👨‍💻 550 · 🔀 2.4K · 📥 57 · 📦 90K · 📋 2.8K - 11% open · ⏱️ 16.11.2021):

     git clone https://github.com/networkx/networkx
    
  • PyPi (📥 21M / month · 📦 21K · ⏱️ 09.09.2021):

     pip install networkx
    
  • Conda (📥 5M · ⏱️ 26.10.2021):

     conda install -c conda-forge networkx
    
dgl (🥇30 · 8.4K) - Python package built to ease deep learning on graph, on top of existing.. Apache-2
  • GitHub (👨‍💻 170 · 🔀 1.8K · 📋 1.3K - 23% open · ⏱️ 17.11.2021):

     git clone https://github.com/dmlc/dgl
    
  • PyPi (📥 88K / month · 📦 30 · ⏱️ 27.05.2021):

     pip install dgl
    
PyTorch Geometric (🥇29 · 13K) - Graph Neural Network Library for PyTorch. MIT
  • GitHub (👨‍💻 220 · 🔀 2.2K · 📋 2.3K - 37% open · ⏱️ 17.11.2021):

     git clone https://github.com/rusty1s/pytorch_geometric
    
  • PyPi (📥 45K / month · 📦 24 · ⏱️ 26.10.2021):

     pip install torch-geometric
    
StellarGraph (🥈26 · 2.2K) - StellarGraph - Machine Learning on Graphs. Apache-2
  • GitHub (👨‍💻 36 · 🔀 320 · 📦 93 · 📋 980 - 25% open · ⏱️ 29.10.2021):

     git clone https://github.com/stellargraph/stellargraph
    
  • PyPi (📥 9K / month · 📦 4 · ⏱️ 30.06.2020):

     pip install stellargraph
    
ogb (🥈25 · 1.1K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT
  • GitHub (👨‍💻 17 · 🔀 230 · 📦 180 · ⏱️ 08.11.2021):

     git clone https://github.com/snap-stanford/ogb
    
  • PyPi (📥 9.2K / month · ⏱️ 29.09.2021):

     pip install ogb
    
Spektral (🥈24 · 1.9K) - Graph Neural Networks with Keras and Tensorflow 2. MIT
  • GitHub (👨‍💻 19 · 🔀 250 · 📦 82 · 📋 190 - 18% open · ⏱️ 26.10.2021):

     git clone https://github.com/danielegrattarola/spektral
    
  • PyPi (📥 5.4K / month · ⏱️ 23.08.2021):

     pip install spektral
    
Node2Vec (🥈23 · 800) - Implementation of the node2vec algorithm. MIT
  • GitHub (👨‍💻 9 · 🔀 180 · ⏱️ 09.10.2021):

     git clone https://github.com/eliorc/node2vec
    
  • PyPi (📥 210K / month · 📦 10 · ⏱️ 09.10.2021):

     pip install node2vec
    
  • Conda (📥 19K · ⏱️ 25.04.2020):

     conda install -c conda-forge node2vec
    
AmpliGraph (🥈22 · 1.6K) - Python library for Representation Learning on Knowledge.. Apache-2
  • GitHub (👨‍💻 19 · 🔀 180 · 📦 16 · 📋 200 - 9% open · ⏱️ 25.05.2021):

     git clone https://github.com/Accenture/AmpliGraph
    
  • PyPi (📥 1.3K / month · ⏱️ 25.05.2021):

     pip install ampligraph
    
pygraphistry (🥈22 · 1.5K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3
  • GitHub (👨‍💻 17 · 🔀 140 · 📦 51 · 📋 170 - 37% open · ⏱️ 18.10.2021):

     git clone https://github.com/graphistry/pygraphistry
    
  • PyPi (📥 980 / month · 📦 4 · ⏱️ 18.10.2021):

     pip install graphistry
    
Paddle Graph Learning (🥈21 · 1.1K) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2
  • GitHub (👨‍💻 21 · 🔀 180 · 📦 21 · 📋 100 - 39% open · ⏱️ 17.11.2021):

     git clone https://github.com/PaddlePaddle/PGL
    
  • PyPi (📥 730 / month · 📦 2 · ⏱️ 10.07.2021):

     pip install pgl
    
graph4nlp (🥈21 · 1.1K) - Graph4nlp is the library for the easy use of Graph Neural.. Apache-2
  • GitHub (👨‍💻 22 · 🔀 120 · 📋 80 - 3% open · ⏱️ 27.09.2021):

     git clone https://github.com/graph4ai/graph4nlp
    
  • PyPi (📥 220 / month · ⏱️ 29.09.2021):

     pip install graph4nlp
    
torch-cluster (🥈21 · 440) - PyTorch Extension Library of Optimized Graph Cluster.. MIT
  • GitHub (👨‍💻 19 · 🔀 82 · 📋 120 - 31% open · ⏱️ 13.11.2021):

     git clone https://github.com/rusty1s/pytorch_cluster
    
  • PyPi (📥 10K / month · 📦 32 · ⏱️ 01.03.2021):

     pip install torch-cluster
    
PyTorch-BigGraph (🥉20 · 2.9K) - Generate embeddings from large-scale graph-structured.. BSD-3
  • GitHub (👨‍💻 24 · 🔀 390 · 📥 120 · 📋 170 - 31% open · ⏱️ 27.10.2021):

     git clone https://github.com/facebookresearch/PyTorch-BigGraph
    
  • PyPi (📥 1.2K / month · 📦 4 · ⏱️ 01.05.2019):

     pip install torchbiggraph
    
pytorch_geometric_temporal (🥉20 · 1.2K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT
  • GitHub (👨‍💻 12 · 🔀 150 · 📋 65 - 3% open · ⏱️ 02.11.2021):

     git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal
    
  • PyPi (📥 970 / month · ⏱️ 11.09.2021):

     pip install torch-geometric-temporal
    
PyKEEN (🥉20 · 590) - A Python library for learning and evaluating knowledge graph embeddings. MIT
  • GitHub (👨‍💻 23 · 🔀 83 · 📥 92 · 📋 300 - 34% open · ⏱️ 16.11.2021):

     git clone https://github.com/pykeen/pykeen
    
  • PyPi (📥 840 / month · 📦 2 · ⏱️ 18.10.2021):

     pip install pykeen
    
graph-nets (🥉19 · 5K · 💤) - Build Graph Nets in Tensorflow. Apache-2
  • GitHub (👨‍💻 10 · 🔀 760 · 📋 120 - 5% open · ⏱️ 04.12.2020):

     git clone https://github.com/deepmind/graph_nets
    
  • PyPi (📥 1.1K / month · 📦 7 · ⏱️ 29.01.2020):

     pip install graph-nets
    
kglib (🥉16 · 480) - Grakn Knowledge Graph Library (ML R&D). Apache-2
  • GitHub (👨‍💻 7 · 🔀 85 · 📥 210 · 📋 61 - 19% open · ⏱️ 22.10.2021):

     git clone https://github.com/vaticle/kglib
    
  • PyPi (📥 87 / month · ⏱️ 19.08.2020):

     pip install grakn-kglib
    
OpenKE (🥉14 · 2.8K · 💤) - An Open-Source Package for Knowledge Embedding (KE). MIT
  • GitHub (👨‍💻 10 · 🔀 820 · 📋 380 - 18% open · ⏱️ 06.04.2021):

     git clone https://github.com/thunlp/OpenKE
    
AutoGL (🥉14 · 710) - An autoML framework & toolkit for machine learning on graphs. Apache-2
  • GitHub (👨‍💻 9 · 🔀 70 · 📋 15 - 33% open · ⏱️ 12.08.2021):

     git clone https://github.com/THUMNLab/AutoGL
    
  • PyPi (📥 53 / month · ⏱️ 23.12.2020):

     pip install auto-graph-learning
    
GraphVite (🥉11 · 970 · 💤) - GraphVite: A General and High-performance Graph Embedding.. Apache-2
  • GitHub (👨‍💻 1 · 🔀 130 · 📋 91 - 38% open · ⏱️ 14.01.2021):

     git clone https://github.com/DeepGraphLearning/graphvite
    
  • Conda (📥 4K · ⏱️ 19.03.2020):

     conda install -c milagraph graphvite
    
Show 12 hidden projects...
  • igraph (🥇27 · 890) - Python interface for igraph. ❗️GPL-2.0
  • pygal (🥈26 · 2.4K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0
  • Karate Club (🥈23 · 1.4K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0
  • DeepWalk (🥈21 · 2.3K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0
  • pyRDF2Vec (🥉18 · 130) - Python Implementation and Extension of RDF2Vec. MIT
  • DIG (🥉17 · 940) - A library for graph deep learning research. ❗️GPL-3.0
  • Sematch (🥉17 · 370 · 💀) - semantic similarity framework for knowledge graph. Apache-2
  • DeepGraph (🥉17 · 250) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3
  • GraphEmbedding (🥉16 · 2.4K · 💀) - Implementation and experiments of graph embedding.. MIT
  • Euler (🥉14 · 2.7K · 💀) - A distributed graph deep learning framework. Apache-2
  • OpenNE (🥉14 · 1.5K · 💀) - An Open-Source Package for Network Embedding (NE). MIT
  • GraphSAGE (🥉13 · 2.5K · 💀) - Representation learning on large graphs using stochastic.. MIT

Audio Data

Back to top

Libraries for audio analysis, manipulation, transformation, and extraction, as well as speech recognition and music generation tasks.

Pydub (🥇30 · 5.7K) - Manipulate audio with a simple and easy high level interface. MIT
  • GitHub (👨‍💻 90 · 🔀 760 · 📦 9.5K · 📋 460 - 44% open · ⏱️ 08.06.2021):

     git clone https://github.com/jiaaro/pydub
    
  • PyPi (📥 1M / month · 📦 1.4K · ⏱️ 10.03.2021):

     pip install pydub
    
  • Conda (📥 19K · ⏱️ 13.03.2021):

     conda install -c conda-forge pydub
    
espnet (🥇28 · 4.4K) - End-to-End Speech Processing Toolkit. Apache-2
  • GitHub (👨‍💻 210 · 🔀 1.4K · 📥 73 · 📦 25 · 📋 1.6K - 16% open · ⏱️ 17.11.2021):

     git clone https://github.com/espnet/espnet
    
  • PyPi (📥 4.2K / month · ⏱️ 10.11.2021):

     pip install espnet
    
librosa (🥈27 · 4.8K) - Python library for audio and music analysis. ISC
  • GitHub (👨‍💻 92 · 🔀 770 · 📋 930 - 5% open · ⏱️ 14.11.2021):

     git clone https://github.com/librosa/librosa
    
  • PyPi (📥 480K / month · 📦 1.8K · ⏱️ 26.05.2021):

     pip install librosa
    
  • Conda (📥 410K · ⏱️ 26.05.2021):

     conda install -c conda-forge librosa
    
pyAudioAnalysis (🥈27 · 4.2K) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 1K · 📦 240 · 📋 290 - 60% open · ⏱️ 12.11.2021):

     git clone https://github.com/tyiannak/pyAudioAnalysis
    
  • PyPi (📥 16K / month · 📦 22 · ⏱️ 12.11.2021):

     pip install pyAudioAnalysis
    
torchaudio (🥈27 · 1.5K) - Data manipulation and transformation for audio signal.. BSD-2
  • GitHub (👨‍💻 140 · 🔀 360 · 📋 560 - 23% open · ⏱️ 17.11.2021):

     git clone https://github.com/pytorch/audio
    
  • PyPi (📥 310K / month · 📦 18 · ⏱️ 21.10.2021):

     pip install torchaudio
    
Magenta (🥈26 · 17K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2
  • GitHub (👨‍💻 150 · 🔀 3.5K · 📦 320 · 📋 890 - 36% open · ⏱️ 30.06.2021):

     git clone https://github.com/magenta/magenta
    
  • PyPi (📥 7K / month · 📦 70 · ⏱️ 12.11.2020):

     pip install magenta
    
spleeter (🥈25 · 18K) - Deezer source separation library including pretrained models. MIT
  • GitHub (👨‍💻 18 · 🔀 1.9K · 📥 1.3M · 📋 600 - 16% open · ⏱️ 03.09.2021):

     git clone https://github.com/deezer/spleeter
    
  • PyPi (📥 8.9K / month · ⏱️ 03.09.2021):

     pip install spleeter
    
  • Conda (📥 61K · ⏱️ 30.06.2020):

     conda install -c conda-forge spleeter
    
python_speech_features (🥈25 · 2K · 💤) - This library provides common speech features for ASR.. MIT
  • GitHub (👨‍💻 19 · 🔀 570 · 📋 74 - 31% open · ⏱️ 31.12.2020):

     git clone https://github.com/jameslyons/python_speech_features
    
  • PyPi (📥 110K / month · 📦 300 · ⏱️ 16.08.2017):

     pip install python_speech_features
    
python-soundfile (🥈25 · 420) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
  • GitHub (👨‍💻 21 · 🔀 57 · 📥 2.7K · 📋 160 - 38% open · ⏱️ 26.10.2021):

     git clone https://github.com/bastibe/python-soundfile
    
  • PyPi (📥 830K / month · 📦 740 · ⏱️ 27.11.2019):

     pip install soundfile
    
DeepSpeech (🥉24 · 18K) - DeepSpeech is an open source embedded (offline, on-device).. MPL-2.0
  • GitHub (👨‍💻 140 · 🔀 3.3K):

     git clone https://github.com/mozilla/DeepSpeech
    
  • PyPi (📥 13K / month · 📦 58 · ⏱️ 19.12.2020):

     pip install deepspeech
    
kapre (🥉24 · 790) - kapre: Keras Audio Preprocessors. MIT
  • GitHub (👨‍💻 13 · 🔀 140 · 📥 19 · 📦 1.2K · 📋 91 - 12% open · ⏱️ 14.11.2021):

     git clone https://github.com/keunwoochoi/kapre
    
  • PyPi (📥 1.8K / month · 📦 22 · ⏱️ 14.11.2021):

     pip install kapre
    
tinytag (🥉24 · 490) - Read music meta data and length of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA and.. MIT
  • GitHub (👨‍💻 20 · 🔀 84 · 📦 430 · 📋 82 - 17% open · ⏱️ 28.08.2021):

     git clone https://github.com/devsnd/tinytag
    
  • PyPi (📥 9.9K / month · 📦 96 · ⏱️ 28.08.2021):

     pip install tinytag
    
speechbrain (🥉23 · 3.3K) - A PyTorch-based Speech Toolkit. Apache-2
  • GitHub (👨‍💻 140 · 🔀 570 · 📦 88 · 📋 520 - 21% open · ⏱️ 17.11.2021):

     git clone https://github.com/speechbrain/speechbrain
    
  • PyPi (📥 6.8K / month · ⏱️ 11.09.2021):

     pip install speechbrain
    
Madmom (🥉23 · 820) - Python audio and music signal processing library. BSD-3
  • GitHub (👨‍💻 20 · 🔀 140 · 📦 160 · 📋 240 - 22% open · ⏱️ 23.08.2021):

     git clone https://github.com/CPJKU/madmom
    
  • PyPi (📥 10K / month · 📦 34 · ⏱️ 14.11.2018):

     pip install madmom
    
DDSP (🥉22 · 2K) - DDSP: Differentiable Digital Signal Processing. Apache-2
  • GitHub (👨‍💻 29 · 🔀 200 · 📦 16 · 📋 120 - 16% open · ⏱️ 15.11.2021):

     git clone https://github.com/magenta/ddsp
    
  • PyPi (📥 1.4K / month · ⏱️ 28.08.2021):

     pip install ddsp
    
audiomentations (🥉22 · 780) - A Python library for audio data augmentation. Inspired by.. MIT
  • GitHub (👨‍💻 18 · 🔀 97 · 📦 89 · 📋 89 - 25% open · ⏱️ 11.11.2021):

     git clone https://github.com/iver56/audiomentations
    
  • PyPi (📥 2.2K / month · ⏱️ 18.10.2021):

     pip install audiomentations
    
Porcupine (🥉21 · 2.6K) - On-device wake word detection powered by deep learning. Apache-2
  • GitHub (👨‍💻 29 · 🔀 370 · 📦 6 · 📋 340 - 3% open · ⏱️ 29.10.2021):

     git clone https://github.com/Picovoice/Porcupine
    
  • PyPi (📥 970 / month · ⏱️ 14.04.2021):

     pip install pvporcupine
    
nnAudio (🥉21 · 590) - Audio processing by using pytorch 1D convolution network. MIT
  • GitHub (👨‍💻 13 · 🔀 61 · 📦 35 · 📋 44 - 20% open · ⏱️ 02.09.2021):

     git clone https://github.com/KinWaiCheuk/nnAudio
    
  • PyPi (📥 1.6K / month · ⏱️ 02.09.2021):

     pip install nnAudio
    
Coqui TTS (🥉20 · 2.8K) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0
  • GitHub (👨‍💻 79 · 🔀 210 · 📥 37K · 📋 170 - 11% open · ⏱️ 29.10.2021):

     git clone https://github.com/coqui-ai/TTS
    
  • PyPi (📥 2.9K / month · ⏱️ 14.07.2017):

     pip install tts
    
TTS (🥉18 · 5.3K · 💤) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0
  • GitHub (👨‍💻 56 · 🔀 840 · 📥 1.4K · 📋 520 - 2% open · ⏱️ 12.02.2021):

     git clone https://github.com/mozilla/TTS
    
Show 7 hidden projects...
  • SpeechRecognition (🥇29 · 5.9K · 💀) - Speech recognition module for Python, supporting.. BSD-3
  • audioread (🥈27 · 380 · 💀) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT
  • aubio (🥈26 · 2.6K · 💤) - a library for audio and music analysis. ❗️GPL-3.0
  • Essentia (🥉24 · 2K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0
  • Dejavu (🥉20 · 5.6K · 💀) - Audio fingerprinting and recognition in Python. MIT
  • Julius (🥉18 · 230) - Fast PyTorch based DSP for audio and 1D signals. MIT
  • Muda (🥉17 · 200) - A library for augmenting annotated audio data. ISC

Geospatial Data

Back to top

Libraries to load, process, analyze, and write geographic data as well as libraries for spatial analysis, map visualization, and geocoding.

pydeck (🥇34 · 9.2K) - WebGL2 powered visualization framework. MIT
  • GitHub (👨‍💻 180 · 🔀 1.7K · 📦 1.9K · 📋 2.3K - 5% open · ⏱️ 16.11.2021):

     git clone https://github.com/visgl/deck.gl
    
  • PyPi (📥 600K / month · 📦 2 · ⏱️ 25.10.2021):

     pip install pydeck
    
  • Conda (📥 61K · ⏱️ 26.10.2021):

     conda install -c conda-forge pydeck
    
  • NPM (📥 230K / month · 📦 560 · ⏱️ 16.11.2021):

     npm install deck.gl
    
GeoPandas (🥇33 · 2.9K) - Python tools for geographic data. BSD-3
  • GitHub (👨‍💻 150 · 🔀 640 · 📥 1.3K · 📦 11K · 📋 1.2K - 32% open · ⏱️ 11.11.2021):

     git clone https://github.com/geopandas/geopandas
    
  • PyPi (📥 1.7M / month · 📦 1.2K · ⏱️ 16.10.2021):

     pip install geopandas
    
  • Conda (📥 1.2M · ⏱️ 16.10.2021):

     conda install -c conda-forge geopandas
    
geopy (🥇32 · 3.5K) - Geocoding library for Python. MIT
  • GitHub (👨‍💻 120 · 🔀 560 · 📦 29K · 📋 250 - 9% open · ⏱️ 26.09.2021):

     git clone https://github.com/geopy/geopy
    
  • PyPi (📥 2.9M / month · 📦 7.2K · ⏱️ 11.07.2021):

     pip install geopy
    
  • Conda (📥 620K · ⏱️ 12.07.2021):

     conda install -c conda-forge geopy
    
pyproj (🥇32 · 680) - Python interface to PROJ (cartographic projections and coordinate.. MIT
  • GitHub (👨‍💻 44 · 🔀 170 · 📦 12K · 📋 450 - 2% open · ⏱️ 14.11.2021):

     git clone https://github.com/pyproj4/pyproj
    
  • PyPi (📥 3.6M / month · 📦 2.5K · ⏱️ 18.09.2021):

     pip install pyproj
    
  • Conda (📥 2.7M · ⏱️ 10.11.2021):

     conda install -c conda-forge pyproj
    
Shapely (🥈31 · 2.5K) - Manipulation and analysis of geometric objects. BSD-3
  • GitHub (👨‍💻 120 · 🔀 440 · 📦 24K · 📋 800 - 17% open · ⏱️ 16.11.2021):

     git clone https://github.com/Toblerity/Shapely
    
  • PyPi (📥 5.8M / month · 📦 5.5K · ⏱️ 25.10.2021):

     pip install shapely
    
  • Conda (📥 3M · ⏱️ 08.11.2021):

     conda install -c conda-forge shapely
    
Rasterio (🥈31 · 1.6K) - Rasterio reads and writes geospatial raster datasets. BSD-3
  • GitHub (👨‍💻 120 · 🔀 460 · 📥 740 · 📦 4K · 📋 1.5K - 9% open · ⏱️ 16.11.2021):

     git clone https://github.com/mapbox/rasterio
    
  • PyPi (📥 710K / month · 📦 850 · ⏱️ 15.10.2021):

     pip install rasterio
    
  • Conda (📥 1.3M · ⏱️ 12.11.2021):

     conda install -c conda-forge rasterio
    
Fiona (🥈30 · 860) - Fiona reads and writes geographic data files. BSD-3
  • GitHub (👨‍💻 65 · 🔀 180 · 📦 7.1K · 📋 650 - 12% open · ⏱️ 23.09.2021):

     git clone https://github.com/Toblerity/Fiona
    
  • PyPi (📥 2M / month · 📦 1.2K · ⏱️ 31.05.2021):

     pip install fiona
    
  • Conda (📥 2.4M · ⏱️ 19.10.2021):

     conda install -c conda-forge fiona
    
folium (🥈29 · 5.5K · 📉) - Python Data. Leaflet.js Maps. MIT
  • GitHub (👨‍💻 120 · 🔀 2K · 📦 13K · 📋 900 - 20% open · ⏱️ 16.11.2021):

     git clone https://github.com/python-visualization/folium
    
  • PyPi (📥 660K / month · 📦 970 · ⏱️ 18.01.2021):

     pip install folium
    
  • Conda (📥 450K · ⏱️ 12.03.2021):

     conda install -c conda-forge folium
    
ipyleaflet (🥈29 · 1.2K) - A Jupyter - Leaflet.js bridge. MIT
  • GitHub (👨‍💻 71 · 🔀 300 · 📦 1.3K · 📋 450 - 38% open · ⏱️ 16.11.2021):

     git clone https://github.com/jupyter-widgets/ipyleaflet
    
  • PyPi (📥 56K / month · 📦 98 · ⏱️ 17.06.2021):

     pip install ipyleaflet
    
  • Conda (📥 770K · ⏱️ 17.06.2021):

     conda install -c conda-forge ipyleaflet
    
  • NPM (📥 39K / month · 📦 2 · ⏱️ 17.06.2021):

     npm install jupyter-leaflet
    
geojson (🥉28 · 670) - Python bindings and utilities for GeoJSON. BSD-3
  • GitHub (👨‍💻 45 · 🔀 87 · 📦 8K · 📋 77 - 24% open · ⏱️ 11.11.2021):

     git clone https://github.com/jazzband/geojson
    
  • PyPi (📥 660K / month · 📦 1.8K · ⏱️ 09.08.2019):

     pip install geojson
    
  • Conda (📥 460K · ⏱️ 11.08.2019):

     conda install -c conda-forge geojson
    
ArcGIS API (🥉26 · 1.2K) - Documentation and samples for ArcGIS API for Python. Apache-2
  • GitHub (👨‍💻 72 · 🔀 820 · 📥 650 · 📋 400 - 28% open · ⏱️ 12.11.2021):

     git clone https://github.com/Esri/arcgis-python-api
    
  • PyPi (📥 54K / month · 📦 20 · ⏱️ 04.10.2021):

     pip install arcgis
    
  • Docker Hub (📥 5.2K · 33 · ⏱️ 05.10.2021):

     docker pull esridocker/arcgis-api-python-notebook
    
PySAL (🥉25 · 940) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3
  • GitHub (👨‍💻 73 · 🔀 270 · 📋 600 - 1% open · ⏱️ 18.10.2021):

     git clone https://github.com/pysal/pysal
    
  • PyPi (📥 13K / month · 📦 36 · ⏱️ 01.08.2021):

     pip install pysal
    
  • Conda (📥 430K · ⏱️ 02.08.2021):

     conda install -c conda-forge pysal
    
Mapbox GL (🥉23 · 590 · 💤) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
  • GitHub (👨‍💻 21 · 🔀 120 · 📦 120 · 📋 100 - 34% open · ⏱️ 19.04.2021):

     git clone https://github.com/mapbox/mapboxgl-jupyter
    
  • PyPi (📥 9.3K / month · 📦 18 · ⏱️ 02.06.2019):

     pip install mapboxgl
    
GeoViews (🥉23 · 380) - Simple, concise geographical visualization in Python. BSD-3
  • GitHub (👨‍💻 23 · 🔀 68 · 📋 290 - 35% open · ⏱️ 29.09.2021):

     git clone https://github.com/holoviz/geoviews
    
  • PyPi (📥 7.4K / month · 📦 20 · ⏱️ 29.09.2021):

     pip install geoviews
    
  • Conda (📥 84K · ⏱️ 29.09.2021):

     conda install -c conda-forge geoviews
    
EarthPy (🥉21 · 300) - A package built to support working with spatial data using open source.. BSD-3
  • GitHub (👨‍💻 40 · 🔀 120 · 📦 110 · 📋 220 - 7% open · ⏱️ 11.10.2021):

     git clone https://github.com/earthlab/earthpy
    
  • PyPi (📥 4.6K / month · 📦 6 · ⏱️ 01.10.2021):

     pip install earthpy
    
  • Conda (📥 39K · ⏱️ 04.10.2021):

     conda install -c conda-forge earthpy
    
Show 6 hidden projects...
  • Geocoder (🥈30 · 1.4K · 💀) - Python Geocoder. MIT
  • Sentinelsat (🥉23 · 690) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0
  • geoplotlib (🥉22 · 940 · 💀) - python toolbox for visualizing geographical data and making maps. MIT
  • gmaps (🥉22 · 720 · 💀) - Google maps for Jupyter notebooks. BSD-3
  • Satpy (🥉21 · 770) - Python package for earth-observing satellite data processing. ❗️GPL-3.0
  • pymap3d (🥉19 · 220) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2

Financial Data

Back to top

Libraries for algorithmic stock/crypto trading, risk analytics, backtesting, technical analysis, and other tasks on financial data.

yfinance (🥇29 · 6K) - Yahoo! Finance market data downloader (+faster Pandas Datareader). Apache-2
  • GitHub (👨‍💻 48 · 🔀 1.4K · 📦 7.9K · 📋 690 - 54% open · ⏱️ 13.11.2021):

     git clone https://github.com/ranaroussi/yfinance
    
  • PyPi (📥 360K / month · 📦 26 · ⏱️ 13.11.2021):

     pip install yfinance
    
  • Conda (📥 16K · ⏱️ 10.07.2021):

     conda install -c ranaroussi yfinance
    
ta (🥇27 · 2.6K · 💤) - Technical Analysis Library using Pandas and Numpy. MIT
  • GitHub (👨‍💻 23 · 🔀 610 · 📦 850 · 📋 200 - 55% open · ⏱️ 29.11.2020):

     git clone https://github.com/bukosabino/ta
    
  • PyPi (📥 130K / month · 📦 12 · ⏱️ 29.11.2020):

     pip install ta
    
Alpha Vantage (🥈26 · 3.5K) - A python wrapper for Alpha Vantage API for financial data. MIT
  • GitHub (👨‍💻 39 · 🔀 620 · 📋 250 - 7% open · ⏱️ 14.06.2021):

     git clone https://github.com/RomelTorres/alpha_vantage
    
  • PyPi (📥 27K / month · 📦 200 · ⏱️ 26.08.2018):

     pip install alpha_vantage
    
IB-insync (🥈25 · 1.6K) - Python sync/async framework for Interactive Brokers API. BSD-2
  • GitHub (👨‍💻 29 · 🔀 450 · 📋 350 - 1% open · ⏱️ 02.11.2021):

     git clone https://github.com/erdewit/ib_insync
    
  • PyPi (📥 8K / month · 📦 12 · ⏱️ 13.10.2021):

     pip install ib_insync
    
  • Conda (📥 13K · ⏱️ 13.10.2021):

     conda install -c conda-forge ib-insync
    
bt (🥈24 · 1.2K) - bt - flexible backtesting for Python. MIT
  • GitHub (👨‍💻 24 · 🔀 290 · 📦 79 · 📋 270 - 16% open · ⏱️ 15.05.2021):

     git clone https://github.com/pmorissette/bt
    
  • PyPi (📥 10K / month · 📦 40 · ⏱️ 21.04.2021):

     pip install bt
    
ffn (🥈24 · 1K · 💤) - ffn - a financial function library for Python. MIT
  • GitHub (👨‍💻 26 · 🔀 200 · 📦 160 · 📋 96 - 16% open · ⏱️ 24.04.2021):

     git clone https://github.com/pmorissette/ffn
    
  • PyPi (📥 35K / month · 📦 42 · ⏱️ 21.04.2021):

     pip install ffn
    
Enigma Catalyst (🥉23 · 2.3K) - An Algorithmic Trading Library for Crypto-Assets in Python. Apache-2
  • GitHub (👨‍💻 150 · 🔀 670 · 📦 23 · 📋 480 - 25% open · ⏱️ 22.09.2021):

     git clone https://github.com/enigmampc/catalyst
    
  • PyPi (📥 740 / month · 📦 2 · ⏱️ 11.11.2018):

     pip install enigma-catalyst
    
stockstats (🥉23 · 890) - Supply a wrapper ``StockDataFrame`` based on the.. BSD-3
  • GitHub (👨‍💻 8 · 🔀 240 · 📦 350 · 📋 71 - 50% open · ⏱️ 03.08.2021):

     git clone https://github.com/jealous/stockstats
    
  • PyPi (📥 15K / month · 📦 48 · ⏱️ 17.10.2020):

     pip install stockstats
    
TensorTrade (🥉22 · 3.6K) - An open source reinforcement learning framework for training,.. Apache-2
  • GitHub (👨‍💻 56 · 🔀 820 · 📦 25 · 📋 190 - 13% open · ⏱️ 13.11.2021):

     git clone https://github.com/tensortrade-org/tensortrade
    
  • PyPi (📥 790 / month · 📦 1 · ⏱️ 10.05.2021):

     pip install tensortrade
    
Qlib (🥉21 · 7.1K) - Qlib is an AI-oriented quantitative investment platform, which aims to.. MIT
  • GitHub (👨‍💻 69 · 🔀 1.1K · 📥 270 · 📦 7 · 📋 340 - 30% open · ⏱️ 16.11.2021):

     git clone https://github.com/microsoft/qlib
    
  • PyPi (📥 3.2K / month · ⏱️ 30.09.2021):

     pip install pyqlib
    
finmarketpy (🥉21 · 2.8K) - Python library for backtesting trading strategies & analyzing.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 450 · 📥 40 · 📦 4 · 📋 26 - 88% open · ⏱️ 07.10.2021):

     git clone https://github.com/cuemacro/finmarketpy
    
  • PyPi (📥 180 / month · ⏱️ 07.10.2021):

     pip install finmarketpy
    
Crypto Signals (🥉19 · 3.6K) - Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis.. MIT
  • GitHub (👨‍💻 28 · 🔀 990 · 📋 250 - 21% open · ⏱️ 28.06.2021):

     git clone https://github.com/CryptoSignal/crypto-signal
    
  • Docker Hub (📥 140K · 7 · ⏱️ 03.09.2020):

     docker pull shadowreaver/crypto-signal
    
tf-quant-finance (🥉19 · 2.9K) - High-performance TensorFlow library for quantitative.. Apache-2
  • GitHub (👨‍💻 36 · 🔀 390 · 📋 35 - 48% open · ⏱️ 15.11.2021):

     git clone https://github.com/google/tf-quant-finance
    
  • PyPi (📥 480 / month · ⏱️ 15.11.2021):

     pip install tf-quant-finance
    
Show 10 hidden projects...
  • zipline (🥇30 · 15K · 💀) - Zipline, a Pythonic Algorithmic Trading Library. Apache-2
  • backtrader (🥇27 · 7.7K) - Python Backtesting library for trading strategies. ❗️GPL-3.0
  • pyfolio (🥇27 · 4.1K · 💀) - Portfolio and risk analytics in Python. Apache-2
  • empyrical (🥈26 · 860 · 💀) - Common financial risk and performance metrics. Used by zipline.. Apache-2
  • Alphalens (🥈24 · 2.1K · 💀) - Performance analysis of predictive (alpha) stock factors. Apache-2
  • arch (🥈24 · 830) - ARCH models in Python. ❗️NCSA
  • PyAlgoTrade (🥉23 · 3.5K · 💀) - Python Algorithmic Trading Library. Apache-2
  • FinTA (🥉22 · 1.3K) - Common financial technical indicators implemented in Pandas. ❗️LGPL-3.0
  • Backtesting.py (🥉19 · 1.9K) - Backtest trading strategies in Python. ❗️AGPL-3.0
  • surpriver (🥉12 · 1.4K · 💀) - Find big moving stocks before they move using machine.. ❗️GPL-3.0

Time Series Data

Back to top

Libraries for forecasting, anomaly detection, feature extraction, and machine learning on time-series and sequential data.

pmdarima (🥇28 · 1K) - A statistical library designed to fill the void in Python's time series.. MIT
  • GitHub (👨‍💻 19 · 🔀 180 · 📦 1.5K · 📋 260 - 8% open · ⏱️ 05.11.2021):

     git clone https://github.com/alkaline-ml/pmdarima
    
  • PyPi (📥 1.1M / month · 📦 12 · ⏱️ 05.11.2021):

     pip install pmdarima
    
Prophet (🥇26 · 14K) - Tool for producing high quality forecasts for time series data that has.. MIT
  • GitHub (👨‍💻 140 · 🔀 3.9K · 📥 640 · 📋 1.7K - 9% open · ⏱️ 03.10.2021):

     git clone https://github.com/facebook/prophet
    
  • PyPi (📥 1.1M / month · 📦 150 · ⏱️ 05.09.2020):

     pip install fbprophet
    
tsfresh (🥇26 · 6K) - Automatic extraction of relevant features from time series:. MIT
  • GitHub (👨‍💻 79 · 🔀 920 · 📋 470 - 8% open · ⏱️ 31.10.2021):

     git clone https://github.com/blue-yonder/tsfresh
    
  • PyPi (📥 250K / month · 📦 66 · ⏱️ 09.09.2020):

     pip install tsfresh
    
  • Conda (📥 63K · ⏱️ 07.03.2021):

     conda install -c conda-forge tsfresh
    
sktime (🥇26 · 4.7K) - A unified framework for machine learning with time series. BSD-3
  • GitHub (👨‍💻 130 · 🔀 670 · 📥 64 · 📦 290 · 📋 740 - 33% open · ⏱️ 14.11.2021):

     git clone https://github.com/alan-turing-institute/sktime
    
  • PyPi (📥 120K / month · ⏱️ 28.10.2021):

     pip install sktime
    
tslearn (🥇26 · 1.9K) - A machine learning toolkit dedicated to time-series data. BSD-2 <img src="https://camo.githubusercontent.com/d6b1d7805ae4a4f9c63a81de6804d50e702c1b9f46dcb4ef2680da06c1b59f73/68747470733a2f2f6769742e696f2f4a4c793146" width="13"