Skip to content

ml-tooling/best-of-ml-python

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 16, 2021 22:25
November 30, 2020 02:21
November 30, 2020 02:21

Best-of Machine Learning with Python

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

This curated list contains 910 awesome open-source projects with a total of 3.9M stars grouped into 34 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, 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
  •   Jax related project

Machine Learning Frameworks

Back to top

General-purpose machine learning and deep learning frameworks.

Tensorflow (🥇55 · 180K) - An Open Source Machine Learning Framework for Everyone. Apache-2
  • GitHub (👨‍💻 4.4K · 🔀 71K · 📦 280K · 📋 37K - 5% open · ⏱️ 01.06.2023):

     git clone https://github.com/tensorflow/tensorflow
    
  • PyPi (📥 15M / month):

     pip install tensorflow
    
  • Conda (📥 4.2M · ⏱️ 27.03.2023):

     conda install -c conda-forge tensorflow
    
  • Docker Hub (📥 73M · 2.2K · ⏱️ 01.06.2023):

     docker pull tensorflow/tensorflow
    
scikit-learn (🥇52 · 54K) - scikit-learn: machine learning in Python. BSD-3
  • GitHub (👨‍💻 2.9K · 🔀 23K · 📥 870 · 📦 540K · 📋 10K - 15% open · ⏱️ 01.06.2023):

     git clone https://github.com/scikit-learn/scikit-learn
    
  • PyPi (📥 36M / month):

     pip install scikit-learn
    
  • Conda (📥 22M · ⏱️ 25.05.2023):

     conda install -c conda-forge scikit-learn
    
PyTorch (🥇45 · 67K · 📉) - Tensors and Dynamic neural networks in Python with strong GPU.. BSD-3
  • GitHub (👨‍💻 4.1K · 🔀 18K · 📥 17K · 📋 34K - 32% open · ⏱️ 01.06.2023):

     git clone https://github.com/pytorch/pytorch
    
  • PyPi (📥 10M / month):

     pip install torch
    
  • Conda (📥 16M · ⏱️ 05.05.2023):

     conda install -c pytorch pytorch
    
StatsModels (🥇45 · 8.5K) - Statsmodels: statistical modeling and econometrics in Python. BSD-3
  • GitHub (👨‍💻 410 · 🔀 2.5K · 📥 27 · 📦 94K · 📋 5.1K - 47% open · ⏱️ 17.05.2023):

     git clone https://github.com/statsmodels/statsmodels
    
  • PyPi (📥 11M / month):

     pip install statsmodels
    
  • Conda (📥 10M · ⏱️ 05.05.2023):

     conda install -c conda-forge statsmodels
    
jax (🥇44 · 23K) - Composable transformations of Python+NumPy programs: differentiate,.. Apache-2
  • GitHub (👨‍💻 540 · 🔀 2.1K · 📦 13K · 📋 4.2K - 27% open · ⏱️ 01.06.2023):

     git clone https://github.com/google/jax
    
  • PyPi (📥 4.4M / month):

     pip install jax
    
  • Conda (📥 760K · ⏱️ 30.05.2023):

     conda install -c conda-forge jaxlib
    
XGBoost (🥇43 · 24K) - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or.. Apache-2
  • GitHub (👨‍💻 610 · 🔀 8.1K · 📥 6.6K · 📦 58K · 📋 4.8K - 6% open · ⏱️ 31.05.2023):

     git clone https://github.com/dmlc/xgboost
    
  • PyPi (📥 8.7M / month):

     pip install xgboost
    
  • Conda (📥 3.9M · ⏱️ 17.03.2023):

     conda install -c conda-forge xgboost
    
LightGBM (🥇43 · 15K) - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT,.. MIT
  • GitHub (👨‍💻 280 · 🔀 3.7K · 📥 190K · 📦 22K · 📋 3K - 8% open · ⏱️ 01.06.2023):

     git clone https://github.com/microsoft/LightGBM
    
  • PyPi (📥 5.9M / month · 📦 770 · ⏱️ 24.01.2023):

     pip install lightgbm
    
  • Conda (📥 1.7M · ⏱️ 24.01.2023):

     conda install -c conda-forge lightgbm
    
Keras (🥈42 · 58K · 📉) - Deep Learning for humans. Apache-2
  • GitHub (👨‍💻 1.2K · 🔀 18K · 📋 12K - 2% open · ⏱️ 01.06.2023):

     git clone https://github.com/keras-team/keras
    
  • PyPi (📥 10M / month):

     pip install keras
    
  • Conda (📥 3.1M · ⏱️ 25.03.2023):

     conda install -c conda-forge keras
    
pytorch-lightning (🥈42 · 24K) - Deep learning framework to train, deploy, and ship AI.. Apache-2
  • GitHub (👨‍💻 880 · 🔀 2.9K · 📥 12K · 📋 6.2K - 11% open · ⏱️ 31.05.2023):

     git clone https://github.com/Lightning-AI/lightning
    
  • PyPi (📥 4.2M / month · 📦 640 · ⏱️ 18.01.2023):

     pip install pytorch-lightning
    
  • Conda (📥 820K · ⏱️ 24.04.2023):

     conda install -c conda-forge pytorch-lightning
    
PaddlePaddle (🥈42 · 20K) - PArallel Distributed Deep LEarning: Machine Learning.. Apache-2
  • GitHub (👨‍💻 1K · 🔀 5K · 📥 15K · 📦 250 · 📋 17K - 5% open · ⏱️ 01.06.2023):

     git clone https://github.com/PaddlePaddle/Paddle
    
  • PyPi (📥 120K / month):

     pip install paddlepaddle
    
Catboost (🥈41 · 7.2K · 📈) - A fast, scalable, high performance Gradient Boosting on.. Apache-2
  • GitHub (👨‍💻 1.1K · 🔀 1.1K · 📥 150K · 📋 2.1K - 24% open · ⏱️ 01.06.2023):

     git clone https://github.com/catboost/catboost
    
  • PyPi (📥 5.4M / month · 📦 310 · ⏱️ 01.11.2022):

     pip install catboost
    
  • Conda (📥 1.3M · ⏱️ 02.05.2023):

     conda install -c conda-forge catboost
    
Fastai (🥈39 · 24K) - The fastai deep learning library. Apache-2
  • GitHub (👨‍💻 650 · 🔀 7.4K · 📦 14K · 📋 1.7K - 8% open · ⏱️ 26.05.2023):

     git clone https://github.com/fastai/fastai
    
  • PyPi (📥 300K / month · 📦 330 · ⏱️ 15.02.2023):

     pip install fastai
    
Jina (🥈39 · 18K) - Build multimodal AI services via cloud native technologies. Apache-2
  • GitHub (👨‍💻 170 · 🔀 2.1K · 📦 600 · 📋 1.9K - 1% open · ⏱️ 31.05.2023):

     git clone https://github.com/jina-ai/jina
    
  • PyPi (📥 400K / month):

     pip install jina
    
  • Conda (📥 46K · ⏱️ 16.08.2022):

     conda install -c conda-forge jina-core
    
  • Docker Hub (📥 1.2M · 8 · ⏱️ 29.05.2023):

     docker pull jinaai/jina
    
PySpark (🥈38 · 36K) - Apache Spark Python API. Apache-2
  • GitHub (👨‍💻 2.9K · 🔀 26K · ⏱️ 01.06.2023):

     git clone https://github.com/apache/spark
    
  • PyPi (📥 25M / month):

     pip install pyspark
    
  • Conda (📥 2.6M · ⏱️ 16.04.2023):

     conda install -c conda-forge pyspark
    
MXNet (🥈38 · 20K) - Lightweight, Portable, Flexible Distributed/Mobile Deep Learning.. Apache-2
  • GitHub (👨‍💻 980 · 🔀 6.9K · 📥 26K · 📦 6.5K · 📋 9.6K - 18% open · ⏱️ 26.01.2023):

     git clone https://github.com/apache/incubator-mxnet
    
  • PyPi (📥 340K / month):

     pip install mxnet
    
  • Conda (📥 9.5K · 📦 5 · ⏱️ 24.10.2022):

     conda install -c anaconda mxnet
    
Flax (🥈36 · 4.4K) - Flax is a neural network library for JAX that is designed for.. Apache-2
  • GitHub (👨‍💻 190 · 🔀 480 · 📥 45 · 📦 3.3K · 📋 690 - 12% open · ⏱️ 01.06.2023):

     git clone https://github.com/google/flax
    
  • PyPi (📥 640K / month):

     pip install flax
    
  • Conda (📥 27K · ⏱️ 16.03.2023):

     conda install -c conda-forge flax
    
Thinc (🥈36 · 2.7K) - A refreshing functional take on deep learning, compatible with your favorite.. MIT
  • GitHub (👨‍💻 61 · 🔀 260 · 📦 32K · 📋 130 - 12% open · ⏱️ 30.05.2023):

     git clone https://github.com/explosion/thinc
    
  • PyPi (📥 4.4M / month):

     pip install thinc
    
  • Conda (📥 2.5M · ⏱️ 03.05.2023):

     conda install -c conda-forge thinc
    
Vowpal Wabbit (🥈35 · 8.2K) - Vowpal Wabbit is a machine learning system which pushes the.. BSD-3
  • GitHub (👨‍💻 330 · 🔀 1.9K · 📋 1.2K - 9% open · ⏱️ 31.05.2023):

     git clone https://github.com/VowpalWabbit/vowpal_wabbit
    
  • PyPi (📥 81K / month):

     pip install vowpalwabbit
    
  • Conda (📥 120K · ⏱️ 15.03.2023):

     conda install -c conda-forge vowpalwabbit
    
einops (🥈35 · 6.8K) - Deep learning operations reinvented (for pytorch, tensorflow, jax and.. MIT
  • GitHub (👨‍💻 23 · 🔀 300 · 📦 11K · 📋 140 - 22% open · ⏱️ 15.05.2023):

     git clone https://github.com/arogozhnikov/einops
    
  • PyPi (📥 3.9M / month):

     pip install einops
    
  • Conda (📥 100K · ⏱️ 19.04.2023):

     conda install -c conda-forge einops
    
Chainer (🥈33 · 5.8K · 💤) - A flexible framework of neural networks for deep learning. MIT
  • GitHub (👨‍💻 320 · 🔀 1.3K · 📦 3K · 📋 2K - 0% open · ⏱️ 17.10.2022):

     git clone https://github.com/chainer/chainer
    
  • PyPi (📥 18K / month):

     pip install chainer
    
  • Conda (📥 14K · ⏱️ 21.01.2022):

     conda install -c conda-forge chainer
    
Ludwig (🥉32 · 8.9K) - Data-centric declarative deep learning framework. Apache-2
  • GitHub (👨‍💻 140 · 🔀 990 · 📦 170 · 📋 920 - 23% open · ⏱️ 01.06.2023):

     git clone https://github.com/ludwig-ai/ludwig
    
  • PyPi (📥 2.4K / month):

     pip install ludwig
    
mlpack (🥉32 · 4.4K) - mlpack: a fast, header-only C++ machine learning library. BSD-3
  • GitHub (👨‍💻 300 · 🔀 1.5K · 📋 1.5K - 3% open · ⏱️ 01.06.2023):

     git clone https://github.com/mlpack/mlpack
    
  • PyPi (📥 1.2K / month · 📦 1 · ⏱️ 29.12.2022):

     pip install mlpack
    
  • Conda (📥 150K · ⏱️ 28.04.2023):

     conda install -c conda-forge mlpack
    
Ignite (🥉32 · 4.3K) - High-level library to help with training and evaluating neural.. BSD-3
  • GitHub (👨‍💻 190 · 🔀 600 · 📋 1.3K - 12% open · ⏱️ 01.06.2023):

     git clone https://github.com/pytorch/ignite
    
  • PyPi (📥 130K / month · 📦 39 · ⏱️ 08.11.2022):

     pip install pytorch-ignite
    
  • Conda (📥 140K · ⏱️ 01.05.2023):

     conda install -c pytorch ignite
    
tensorflow-upstream (🥉32 · 650) - TensorFlow ROCm port. Apache-2
  • GitHub (👨‍💻 4.4K · 🔀 77 · 📥 21 · 📋 360 - 23% open · ⏱️ 01.06.2023):

     git clone https://github.com/ROCmSoftwarePlatform/tensorflow-upstream
    
  • PyPi (📥 3.4K / month · 📦 5 · ⏱️ 06.12.2022):

     pip install tensorflow-rocm
    
PyFlink (🥉31 · 21K) - Apache Flink Python API. Apache-2
  • GitHub (👨‍💻 1.7K · 🔀 12K · ⏱️ 01.06.2023):

     git clone https://github.com/apache/flink
    
  • PyPi (📥 55K / month):

     pip install apache-flink
    
Sonnet (🥉31 · 9.6K) - TensorFlow-based neural network library. Apache-2
  • GitHub (👨‍💻 56 · 🔀 1.3K · 📦 1.1K · 📋 190 - 16% open · ⏱️ 23.02.2023):

     git clone https://github.com/deepmind/sonnet
    
  • PyPi (📥 22K / month):

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

     conda install -c conda-forge sonnet
    
tensorpack (🥉31 · 6.3K) - A Neural Net Training Interface on TensorFlow, with focus.. Apache-2
  • GitHub (👨‍💻 58 · 🔀 1.8K · 📥 150 · 📦 1.3K · 📋 1.4K - 0% open · ⏱️ 31.03.2023):

     git clone https://github.com/tensorpack/tensorpack
    
  • PyPi (📥 16K / month):

     pip install tensorpack
    
  • Conda (📥 9.4K · ⏱️ 06.02.2022):

     conda install -c conda-forge tensorpack
    
skorch (🥉31 · 5.2K) - A scikit-learn compatible neural network library that wraps.. BSD-3
  • GitHub (👨‍💻 58 · 🔀 350 · 📦 860 · 📋 480 - 10% open · ⏱️ 22.05.2023):

     git clone https://github.com/skorch-dev/skorch
    
  • PyPi (📥 44K / month · 📦 49 · ⏱️ 18.11.2022):

     pip install skorch
    
  • Conda (📥 770K · ⏱️ 19.05.2023):

     conda install -c conda-forge skorch
    
Haiku (🥉31 · 2.5K) - JAX-based neural network library. Apache-2
  • GitHub (👨‍💻 74 · 🔀 210 · 📦 1.3K · 📋 220 - 28% open · ⏱️ 31.05.2023):

     git clone https://github.com/deepmind/dm-haiku
    
  • PyPi (📥 120K / month):

     pip install dm-haiku
    
  • Conda (📥 11K · ⏱️ 21.09.2022):

     conda install -c conda-forge dm-haiku
    
ktrain (🥉31 · 1.1K) - ktrain is a Python library that makes deep learning and AI more.. Apache-2
  • GitHub (👨‍💻 16 · 🔀 260 · 📦 430 · 📋 460 - 0% open · ⏱️ 12.05.2023):

     git clone https://github.com/amaiya/ktrain
    
  • PyPi (📥 22K / month):

     pip install ktrain
    
Neural Network Libraries (🥉30 · 2.6K) - Neural Network Libraries. Apache-2
  • GitHub (👨‍💻 72 · 🔀 330 · 📥 640 · 📋 88 - 35% open · ⏱️ 24.05.2023):

     git clone https://github.com/sony/nnabla
    
  • PyPi (📥 4K / month · 📦 53 · ⏱️ 14.02.2023):

     pip install nnabla
    
Geomstats (🥉30 · 950) - Computations and statistics on manifolds with geometric structures. MIT
  • GitHub (👨‍💻 81 · 🔀 210 · 📦 67 · 📋 550 - 42% open · ⏱️ 01.06.2023):

     git clone https://github.com/geomstats/geomstats
    
  • PyPi (📥 1.8K / month · 📦 2 · ⏱️ 22.04.2022):

     pip install geomstats
    
  • Conda (📥 1.3K · ⏱️ 01.06.2022):

     conda install -c conda-forge geomstats
    
dyNET (🥉29 · 3.4K · 💤) - DyNet: The Dynamic Neural Network Toolkit. Apache-2
  • GitHub (👨‍💻 160 · 🔀 680 · 📥 11K · 📦 250 · 📋 930 - 28% open · ⏱️ 14.08.2022):

     git clone https://github.com/clab/dynet
    
  • PyPi (📥 3.3K / month):

     pip install dyNET
    
Towhee (🥉27 · 2.3K) - Towhee is a framework that is dedicated to making neural data.. Apache-2
  • GitHub (👨‍💻 30 · 🔀 200 · 📥 1.1K · 📋 600 - 0% open · ⏱️ 01.06.2023):

     git clone https://github.com/towhee-io/towhee
    
  • PyPi (📥 2.2K / month · ⏱️ 02.12.2022):

     pip install towhee
    
Neural Tangents (🥉27 · 2K) - Fast and Easy Infinite Neural Networks in Python. Apache-2
  • GitHub (👨‍💻 25 · 🔀 220 · 📥 300 · 📦 73 · 📋 140 - 39% open · ⏱️ 08.05.2023):

     git clone https://github.com/google/neural-tangents
    
  • PyPi (📥 5.3K / month):

     pip install neural-tangents
    
pyRiemann (🥉26 · 500) - Machine learning for multivariate data analysis through the.. BSD-3
  • GitHub (👨‍💻 25 · 🔀 150 · 📦 250 · 📋 94 - 6% open · ⏱️ 28.05.2023):

     git clone https://github.com/pyRiemann/pyRiemann
    
  • PyPi (📥 44K / month):

     pip install pyriemann
    
  • Conda (📥 3K · ⏱️ 15.02.2023):

     conda install -c conda-forge pyriemann
    
xLearn (🥉25 · 3K · 💤) - High performance, easy-to-use, and scalable machine learning (ML).. Apache-2
  • GitHub (👨‍💻 30 · 🔀 530 · 📥 3.9K · 📦 120 · 📋 310 - 62% open · ⏱️ 05.06.2022):

     git clone https://github.com/aksnzhy/xlearn
    
  • PyPi (📥 3.2K / month · 📦 12 · ⏱️ 04.12.2018):

     pip install xlearn
    
fklearn (🥉25 · 1.4K) - fklearn: Functional Machine Learning. Apache-2
  • GitHub (👨‍💻 53 · 🔀 160 · 📦 13 · 📋 60 - 60% open · ⏱️ 11.04.2023):

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

     pip install fklearn
    
NeuPy (🥉24 · 740) - NeuPy is a Tensorflow based python library for prototyping and building.. MIT
  • GitHub (👨‍💻 8 · 🔀 160 · 📦 150 · 📋 270 - 12% open · ⏱️ 03.01.2023):

     git clone https://github.com/itdxer/neupy
    
  • PyPi (📥 5K / month):

     pip install neupy
    
ThunderSVM (🥉20 · 1.5K) - ThunderSVM: A Fast SVM Library on GPUs and CPUs. Apache-2
  • GitHub (👨‍💻 35 · 🔀 200 · 📥 2.6K · 📋 220 - 31% open · ⏱️ 13.05.2023):

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

     pip install thundersvm
    
NeoML (🥉19 · 730) - Machine learning framework for both deep learning and traditional.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 120 · 📋 64 - 21% open · ⏱️ 31.05.2023):

     git clone https://github.com/neoml-lib/neoml
    
  • PyPi (📥 47 / month):

     pip install neoml
    
chefboost (🥉18 · 400) - A Lightweight Decision Tree Framework supporting regular algorithms:.. MIT
  • GitHub (👨‍💻 6 · 🔀 95 · 📦 38 · 📋 32 - 15% open · ⏱️ 30.03.2023):

     git clone https://github.com/serengil/chefboost
    
  • PyPi (📥 670 / month · ⏱️ 16.02.2022):

     pip install chefboost
    
ThunderGBM (🥉16 · 660 · 💤) - ThunderGBM: Fast GBDTs and Random Forests on GPUs. Apache-2
  • GitHub (👨‍💻 10 · 🔀 87 · 📦 2 · 📋 77 - 45% open · ⏱️ 13.09.2022):

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

     pip install thundergbm
    
Show 16 hidden projects...
  • dlib (🥈41 · 12K) - A toolkit for making real world machine learning and data analysis.. ❗️BSL-1.0
  • MindsDB (🥈34 · 16K) - MindsDB is a Server for Artificial Intelligence Logic. Enabling.. ❗️GPL-3.0
  • Theano (🥈34 · 9.7K) - Theano was a Python library that allows you to define, optimize,.. ❗Unlicensed
  • Turi Create (🥈33 · 11K · 💀) - Turi Create simplifies the development of custom machine.. BSD-3
  • ivy (🥉31 · 11K) - The Unified Machine Learning Framework. ❗Unlicensed
  • TFlearn (🥉30 · 9.6K · 💀) - Deep learning library featuring a higher-level API for.. ❗Unlicensed
  • NuPIC (🥉28 · 6.3K · 💀) - Numenta Platform for Intelligent Computing is an implementation.. ❗️AGPL-3.0
  • Lasagne (🥉28 · 3.8K · 💀) - Lightweight library to build and train neural networks in Theano. MIT
  • CNTK (🥉26 · 17K · 💤) - Microsoft Cognitive Toolkit (CNTK), an open source deep-learning.. ❗Unlicensed
  • SHOGUN (🥉26 · 2.9K · 💀) - Unified and efficient Machine Learning. BSD-3
  • mace (🥉23 · 4.8K · 💀) - MACE is a deep learning inference framework optimized for mobile.. Apache-2
  • neon (🥉22 · 3.9K · 💀) - Intel Nervana reference deep learning framework committed to best.. Apache-2
  • Torchbearer (🥉21 · 630 · 💀) - torchbearer: A model fitting library for PyTorch. MIT
  • Objax (🥉20 · 740) - Apache-2
  • elegy (🥉18 · 450 · 💀) - A High Level API for Deep Learning in JAX. MIT
  • StarSpace (🥉16 · 3.9K · 💀) - Learning embeddings for classification, retrieval and ranking. MIT

Data Visualization

Back to top

General-purpose and task-specific data visualization libraries.

Matplotlib (🥇48 · 17K) - matplotlib: plotting with Python. ❗Unlicensed
  • GitHub (👨‍💻 1.5K · 🔀 6.7K · 📦 850K · 📋 9.5K - 13% open · ⏱️ 01.06.2023):

     git clone https://github.com/matplotlib/matplotlib
    
  • PyPi (📥 33M / month):

     pip install matplotlib
    
  • Conda (📥 19M · ⏱️ 06.03.2023):

     conda install -c conda-forge matplotlib
    
Bokeh (🥇42 · 18K) - Interactive Data Visualization in the browser, from Python. BSD-3
  • GitHub (👨‍💻 660 · 🔀 4K · 📦 70K · 📋 7.3K - 9% open · ⏱️ 31.05.2023):

     git clone https://github.com/bokeh/bokeh
    
  • PyPi (📥 3.4M / month):

     pip install bokeh
    
  • Conda (📥 11M · ⏱️ 10.05.2023):

     conda install -c conda-forge bokeh
    
Seaborn (🥇42 · 11K) - Statistical data visualization in Python. BSD-3
  • GitHub (👨‍💻 200 · 🔀 1.6K · 📥 250 · 📦 260K · 📋 2.3K - 5% open · ⏱️ 21.05.2023):

     git clone https://github.com/mwaskom/seaborn
    
  • PyPi (📥 8.9M / month):

     pip install seaborn
    
  • Conda (📥 6.7M · ⏱️ 31.12.2022):

     conda install -c conda-forge seaborn
    
dash (🥇41 · 19K) - Data Apps & Dashboards for Python. No JavaScript Required. MIT
  • GitHub (👨‍💻 140 · 🔀 1.9K · 📦 47K · 📋 1.5K - 47% open · ⏱️ 31.05.2023):

     git clone https://github.com/plotly/dash
    
  • PyPi (📥 1.5M / month · 📦 1.4K · ⏱️ 30.01.2023):

     pip install dash
    
  • Conda (📥 970K · ⏱️ 31.05.2023):

     conda install -c conda-forge dash
    
Altair (🥇41 · 8.3K) - Declarative statistical visualization library for Python. BSD-3
  • GitHub (👨‍💻 160 · 🔀 730 · 📥 45 · 📦 58K · 📋 1.8K - 10% open · ⏱️ 26.05.2023):

     git clone https://github.com/altair-viz/altair
    
  • PyPi (📥 12M / month · 📦 570 · ⏱️ 01.03.2023):

     pip install altair
    
  • Conda (📥 1.8M · ⏱️ 29.05.2023):

     conda install -c conda-forge altair
    
pyecharts (🥇37 · 14K) - Python Echarts Plotting Library. MIT
  • GitHub (👨‍💻 39 · 🔀 2.7K · 📦 3.2K · 📋 1.7K - 0% open · ⏱️ 10.04.2023):

     git clone https://github.com/pyecharts/pyecharts
    
  • PyPi (📥 99K / month):

     pip install pyecharts
    
Plotly (🥈36 · 14K · 📉) - The interactive graphing library for Python This project now includes.. MIT
  • GitHub (👨‍💻 230 · 🔀 2.3K · 📋 2.6K - 49% open · ⏱️ 19.05.2023):

     git clone https://github.com/plotly/plotly.py
    
  • PyPi (📥 7.9M / month):

     pip install plotly
    
  • Conda (📥 4.3M · ⏱️ 05.04.2023):

     conda install -c conda-forge plotly
    
  • npm (📥 28K / month):

     npm install plotlywidget
    
plotnine (🥈36 · 3.5K) - A grammar of graphics for Python. MIT
  • GitHub (👨‍💻 100 · 🔀 200 · 📦 5.1K · 📋 560 - 13% open · ⏱️ 10.05.2023):

     git clone https://github.com/has2k1/plotnine
    
  • PyPi (📥 890K / month · 📦 250 · ⏱️ 29.09.2022):

     pip install plotnine
    
  • Conda (📥 270K · ⏱️ 09.05.2023):

     conda install -c conda-forge plotnine
    
PyQtGraph (🥈36 · 3.3K) - Fast data visualization and GUI tools for scientific / engineering.. MIT
  • GitHub (👨‍💻 250 · 🔀 1K · 📋 1.2K - 30% open · ⏱️ 29.05.2023):

     git clone https://github.com/pyqtgraph/pyqtgraph
    
  • PyPi (📥 110K / month · 📦 940 · ⏱️ 29.09.2022):

     pip install pyqtgraph
    
  • Conda (📥 410K · ⏱️ 14.04.2023):

     conda install -c conda-forge pyqtgraph
    
FiftyOne (🥈36 · 3.1K) - Visualize, create, and debug image and video datasets.. Apache-2
  • GitHub (👨‍💻 81 · 🔀 350 · 📦 310 · 📋 1.3K - 37% open · ⏱️ 28.05.2023):

     git clone https://github.com/voxel51/fiftyone
    
  • PyPi (📥 67K / month · 📦 7 · ⏱️ 04.01.2023):

     pip install fiftyone
    
VisPy (🥈35 · 3.1K) - High-performance interactive 2D/3D data visualization library. BSD-3
  • GitHub (👨‍💻 190 · 🔀 610 · 📦 1.2K · 📋 1.4K - 22% open · ⏱️ 29.05.2023):

     git clone https://github.com/vispy/vispy
    
  • PyPi (📥 68K / month · 📦 130 · ⏱️ 14.11.2022):

     pip install vispy
    
  • Conda (📥 390K · ⏱️ 13.05.2023):

     conda install -c conda-forge vispy
    
  • npm (📥 6 / month · 📦 1 · ⏱️ 15.03.2020):

     npm install vispy
    
PyVista (🥈35 · 1.8K) - 3D plotting and mesh analysis through a streamlined interface for.. MIT
  • GitHub (👨‍💻 120 · 🔀 340 · 📥 710 · 📦 1.9K · 📋 1.2K - 28% open · ⏱️ 01.06.2023):

     git clone https://github.com/pyvista/pyvista
    
  • PyPi (📥 96K / month · 📦 200 · ⏱️ 02.11.2022):

     pip install pyvista
    
  • Conda (📥 340K · ⏱️ 22.05.2023):

     conda install -c conda-forge pyvista
    
wordcloud (🥈34 · 9.5K · 📈) - A little word cloud generator in Python. MIT
  • GitHub (👨‍💻 68 · 🔀 2.3K · 📋 520 - 22% open · ⏱️ 18.05.2023):

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

     pip install wordcloud
    
  • Conda (📥 410K · ⏱️ 22.05.2023):

     conda install -c conda-forge wordcloud
    
UMAP (🥈34 · 6.2K) - Uniform Manifold Approximation and Projection. BSD-3
  • GitHub (👨‍💻 120 · 🔀 730 · 📦 9.2K · 📋 720 - 55% open · ⏱️ 27.05.2023):

     git clone https://github.com/lmcinnes/umap
    
  • PyPi (📥 810K / month · 📦 460 · ⏱️ 13.04.2022):

     pip install umap-learn
    
  • Conda (📥 1.9M · ⏱️ 19.05.2023):

     conda install -c conda-forge umap-learn
    
datashader (🥈33 · 3K) - Quickly and accurately render even the largest data. BSD-3
  • GitHub (👨‍💻 53 · 🔀 360 · 📦 2.4K · 📋 550 - 24% open · ⏱️ 30.05.2023):

     git clone https://github.com/holoviz/datashader
    
  • PyPi (📥 52K / month · 📦 120 · ⏱️ 02.02.2023):

     pip install datashader
    
  • Conda (📥 580K · ⏱️ 31.05.2023):

     conda install -c conda-forge datashader
    
Graphviz (🥈33 · 1.4K) - Simple Python interface for Graphviz. MIT
  • GitHub (👨‍💻 19 · 🔀 190 · 📦 49K · 📋 160 - 4% open · ⏱️ 30.01.2023):

     git clone https://github.com/xflr6/graphviz
    
  • PyPi (📥 7.8M / month):

     pip install graphviz
    
  • Conda (📥 37K · ⏱️ 16.03.2023):

     conda install -c anaconda python-graphviz
    
Perspective (🥈30 · 6.3K) - A data visualization and analytics component, especially.. Apache-2
  • GitHub (👨‍💻 88 · 🔀 690 · 📦 9 · 📋 640 - 14% open · ⏱️ 31.05.2023):

     git clone https://github.com/finos/perspective
    
  • PyPi (📥 5.3K / month · 📦 11 · ⏱️ 20.01.2023):

     pip install perspective-python
    
  • Conda (📥 350K · ⏱️ 31.05.2023):

     conda install -c conda-forge perspective
    
  • npm (📥 1.7K / month):

     npm install @finos/perspective-jupyterlab
    
D-Tale (🥈30 · 4.1K) - Visualizer for pandas data structures. ❗️LGPL-2.1
  • GitHub (👨‍💻 29 · 🔀 340 · 📦 730 · 📋 510 - 8% open · ⏱️ 16.05.2023):

     git clone https://github.com/man-group/dtale
    
  • PyPi (📥 220K / month · 📦 16 · ⏱️ 17.06.2022):

     pip install dtale
    
  • Conda (📥 220K · ⏱️ 16.05.2023):

     conda install -c conda-forge dtale
    
bqplot (🥈30 · 3.4K) - Plotting library for IPython/Jupyter notebooks. Apache-2
  • GitHub (👨‍💻 62 · 🔀 470 · 📦 43 · 📋 610 - 40% open · ⏱️ 11.04.2023):

     git clone https://github.com/bqplot/bqplot
    
  • PyPi (📥 140K / month · 📦 100 · ⏱️ 02.09.2022):

     pip install bqplot
    
  • Conda (📥 1.2M · ⏱️ 12.04.2023):

     conda install -c conda-forge bqplot
    
  • npm (📥 3.9K / month · 📦 14 · ⏱️ 11.04.2023):

     npm install bqplot
    
HoloViews (🥈30 · 2.4K · 📉) - With Holoviews, your data visualizes itself. BSD-3
  • GitHub (👨‍💻 130 · 🔀 360 · 📋 3K - 32% open · ⏱️ 09.05.2023):

     git clone https://github.com/holoviz/holoviews
    
  • PyPi (📥 340K / month):

     pip install holoviews
    
  • Conda (📥 1.2M · ⏱️ 11.05.2023):

     conda install -c conda-forge holoviews
    
  • npm (📥 680 / month):

     npm install @pyviz/jupyterlab_pyviz
    
hvPlot (🥈30 · 760) - A high-level plotting API for pandas, dask, xarray, and networkx built on.. BSD-3
  • GitHub (👨‍💻 40 · 🔀 85 · 📦 3K · 📋 620 - 41% open · ⏱️ 23.05.2023):

     git clone https://github.com/holoviz/hvplot
    
  • PyPi (📥 140K / month · 📦 82 · ⏱️ 24.11.2022):

     pip install hvplot
    
  • Conda (📥 390K · ⏱️ 17.03.2023):

     conda install -c conda-forge hvplot
    
Facets Overview (🥉29 · 7.1K) - Visualizations for machine learning datasets. Apache-2
  • GitHub (👨‍💻 31 · 🔀 910 · 📦 180 · 📋 160 - 50% open · ⏱️ 24.05.2023):

     git clone https://github.com/pair-code/facets
    
  • PyPi (📥 130K / month · 📦 9 · ⏱️ 30.01.2023):

     pip install facets-overview
    
missingno (🥉29 · 3.5K) - Missing data visualization module for Python. MIT
  • GitHub (👨‍💻 18 · 🔀 450 · 📦 12K · 📋 130 - 7% open · ⏱️ 26.02.2023):

     git clone https://github.com/ResidentMario/missingno
    
  • PyPi (📥 410K / month · 📦 130 · ⏱️ 27.02.2022):

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

     conda install -c conda-forge missingno
    
mpld3 (🥉29 · 2.3K) - D3 Renderings of Matplotlib Graphics. BSD-3
  • GitHub (👨‍💻 51 · 🔀 350 · 📦 4.7K · 📋 360 - 59% open · ⏱️ 10.12.2022):

     git clone https://github.com/mpld3/mpld3
    
  • PyPi (📥 240K / month · 📦 410 · ⏱️ 10.12.2022):

     pip install mpld3
    
  • Conda (📥 180K · ⏱️ 10.12.2022):

     conda install -c conda-forge mpld3
    
  • npm (📥 880 / month · 📦 8 · ⏱️ 10.12.2022):

     npm install mpld3
    
pythreejs (🥉28 · 870) - A Jupyter - Three.js bridge. BSD-3
  • GitHub (👨‍💻 30 · 🔀 180 · 📦 26 · 📋 230 - 25% open · ⏱️ 20.02.2023):

     git clone https://github.com/jupyter-widgets/pythreejs
    
  • PyPi (📥 86K / month · 📦 56 · ⏱️ 20.02.2023):

     pip install pythreejs
    
  • Conda (📥 480K · ⏱️ 16.03.2023):

     conda install -c conda-forge pythreejs
    
  • npm (📥 4.2K / month · 📦 11 · ⏱️ 20.02.2023):

     npm install jupyter-threejs
    
data-validation (🥉28 · 720) - Library for exploring and validating machine learning.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 150 · 📥 420 · 📦 690 · 📋 170 - 21% open · ⏱️ 30.05.2023):

     git clone https://github.com/tensorflow/data-validation
    
  • PyPi (📥 420K / month · 📦 30 · ⏱️ 08.12.2022):

     pip install tensorflow-data-validation
    
openTSNE (🥉27 · 1.2K) - Extensible, parallel implementations of t-SNE. BSD-3
  • GitHub (👨‍💻 11 · 🔀 140 · 📦 580 · 📋 120 - 0% open · ⏱️ 26.05.2023):

     git clone https://github.com/pavlin-policar/openTSNE
    
  • PyPi (📥 21K / month):

     pip install opentsne
    
  • Conda (📥 210K · ⏱️ 24.05.2023):

     conda install -c conda-forge opentsne
    
lets-plot (🥉27 · 880) - An open-source plotting library for statistical data. MIT
  • GitHub (👨‍💻 19 · 🔀 45 · 📥 460 · 📦 33 · 📋 380 - 25% open · ⏱️ 31.05.2023):

     git clone https://github.com/JetBrains/lets-plot
    
  • PyPi (📥 11K / month · 📦 1 · ⏱️ 15.12.2022):

     pip install lets-plot
    
pandas-profiling (🥉26 · 11K · 📈) - Deprecated pandas-profiling package, use ydata-.. MIT
  • GitHub (👨‍💻 110 · 🔀 1.5K · 📦 550):

     git clone https://github.com/ydataai/pandas-profiling
    
  • PyPi (📥 970K / month · 📦 190 · ⏱️ 31.01.2023):

     pip install pandas-profiling
    
  • Conda (📥 370K · ⏱️ 25.01.2023):

     conda install -c conda-forge pandas-profiling
    
Chartify (🥉26 · 3.3K) - Python library that makes it easy for data scientists to create.. Apache-2
  • GitHub (👨‍💻 25 · 🔀 300 · 📦 71 · 📋 74 - 58% open · ⏱️ 21.04.2023):

     git clone https://github.com/spotify/chartify
    
  • PyPi (📥 3.8K / month):

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

     conda install -c conda-forge chartify
    
Plotly-Resampler (🥉26 · 730) - Visualize large time series data with plotly.py. MIT
  • GitHub (👨‍💻 10 · 🔀 48 · 📦 310 · 📋 120 - 29% open · ⏱️ 30.05.2023):

     git clone https://github.com/predict-idlab/plotly-resampler
    
  • PyPi (📥 290K / month):

     pip install plotly-resampler
    
  • Conda (📥 19K · ⏱️ 10.04.2023):

     conda install -c conda-forge plotly-resampler
    
HiPlot (🥉25 · 2.5K) - HiPlot makes understanding high dimensional data easy. MIT
  • GitHub (👨‍💻 8 · 🔀 120 · 📦 280 · 📋 84 - 15% open · ⏱️ 03.03.2023):

     git clone https://github.com/facebookresearch/hiplot
    
  • PyPi (📥 34K / month):

     pip install hiplot
    
  • Conda (📥 140K · ⏱️ 31.05.2022):

     conda install -c conda-forge hiplot
    
Multicore-TSNE (🥉25 · 1.8K) - Parallel t-SNE implementation with Python and Torch.. BSD-3
  • GitHub (👨‍💻 17 · 🔀 200 · 📦 380 · 📋 59 - 64% open · ⏱️ 26.05.2023):

     git clone https://github.com/DmitryUlyanov/Multicore-TSNE
    
  • PyPi (📥 12K / month · 📦 23 · ⏱️ 09.01.2019):

     pip install MulticoreTSNE
    
  • Conda (📥 25K · ⏱️ 09.11.2021):

     conda install -c conda-forge multicore-tsne
    
AutoViz (🥉25 · 1.3K) - Automatically Visualize any dataset, any size with a single line of.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 170 · 📦 450 · 📋 70 - 1% open · ⏱️ 28.05.2023):

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

     pip install autoviz
    
  • Conda (📥 35K · ⏱️ 16.05.2023):

     conda install -c conda-forge autoviz
    
vega (🥉25 · 350 · 📈) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
  • GitHub (👨‍💻 14 · 🔀 62 · 📦 2 · 📋 100 - 12% open · ⏱️ 01.06.2023):

     git clone https://github.com/vega/ipyvega
    
  • PyPi (📥 9.4K / month · 📦 84 · ⏱️ 10.02.2022):

     pip install vega
    
  • Conda (📥 550K · ⏱️ 12.04.2023):

     conda install -c conda-forge vega
    
Sweetviz (🥉24 · 2.4K · 💤) - Visualize and compare datasets, target values and associations, with.. MIT
  • GitHub (👨‍💻 6 · 🔀 240 · 📋 120 - 38% open · ⏱️ 08.06.2022):

     git clone https://github.com/fbdesignpro/sweetviz
    
  • PyPi (📥 67K / month · 📦 10 · ⏱️ 14.06.2022):

     pip install sweetviz
    
  • Conda (📥 22K · ⏱️ 15.06.2022):

     conda install -c conda-forge sweetviz
    
Pandas-Bokeh (🥉24 · 840) - Bokeh Plotting Backend for Pandas and GeoPandas. MIT
  • GitHub (👨‍💻 15 · 🔀 110 · 📦 460 · 📋 100 - 32% open · ⏱️ 06.03.2023):

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

     pip install pandas-bokeh
    
Popmon (🥉23 · 450) - Monitor the stability of a Pandas or Spark dataframe. MIT
  • GitHub (👨‍💻 17 · 🔀 34 · 📥 81 · 📦 20 · 📋 52 - 28% open · ⏱️ 26.05.2023):

     git clone https://github.com/ing-bank/popmon
    
  • PyPi (📥 10K / month · 📦 2 · ⏱️ 19.10.2022):

     pip install popmon
    
python-ternary (🥉22 · 640) - Ternary plotting library for python with matplotlib. MIT
  • GitHub (👨‍💻 27 · 🔀 140 · 📥 20 · 📦 140 · 📋 140 - 27% open · ⏱️ 31.12.2022):

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

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

     conda install -c conda-forge python-ternary
    
PyWaffle (🥉19 · 550 · 💤) - Make Waffle Charts in Python. MIT
  • GitHub (👨‍💻 6 · 🔀 99 · 📦 230 · 📋 21 - 23% open · ⏱️ 08.06.2022):

     git clone https://github.com/gyli/PyWaffle
    
  • PyPi (📥 3.9K / month):

     pip install pywaffle
    
  • Conda (📥 9.6K · ⏱️ 05.06.2022):

     conda install -c conda-forge pywaffle
    
Show 14 hidden projects...
  • cartopy (🥈32 · 1.2K) - Cartopy - a cartographic python library with matplotlib support. ❗️LGPL-3.0
  • Cufflinks (🥉29 · 2.8K · 💀) - Productivity Tools for Plotly + Pandas. MIT
  • HyperTools (🥉25 · 1.8K · 💀) - A Python toolbox for gaining geometric insights into high-.. MIT
  • PandasGUI (🥉24 · 2.9K · 💀) - A GUI for Pandas DataFrames. ❗️MIT-0
  • PDPbox (🥉24 · 750 · 💀) - python partial dependence plot toolbox. MIT
  • pivottablejs (🥉22 · 550 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. MIT
  • joypy (🥉21 · 480 · 💀) - Joyplots in Python with matplotlib & pandas. MIT
  • vegafusion (🥉21 · 240) - Serverside scaling for Vega and Altair visualizations. BSD-3
  • ivis (🥉19 · 300) - Dimensionality reduction in very large datasets using Siamese.. Apache-2
  • animatplot (🥉18 · 400 · 💀) - A python package for animating plots build on matplotlib. MIT
  • data-describe (🥉17 · 290 · 💀) - datadescribe: Pythonic EDA Accelerator for Data Science. Apache-2
  • pdvega (🥉16 · 340 · 💀) - Interactive plotting for Pandas using Vega-Lite. MIT
  • nx-altair (🥉16 · 210 · 💀) - Draw interactive NetworkX graphs with Altair. MIT
  • nptsne (🥉9 · 30 · 💀) - 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 (🥇49 · 100K) - Transformers: State-of-the-art Machine Learning for.. Apache-2
  • GitHub (👨‍💻 1.9K · 🔀 20K · 📥 140 · 📦 75K · 📋 12K - 4% open · ⏱️ 01.06.2023):

     git clone https://github.com/huggingface/transformers
    
  • PyPi (📥 13M / month):

     pip install transformers
    
  • Conda (📥 1.1M · ⏱️ 17.05.2023):

     conda install -c conda-forge transformers
    
spaCy (🥇44 · 26K) - Industrial-strength Natural Language Processing (NLP) in Python. MIT
  • GitHub (👨‍💻 720 · 🔀 4K · 📦 61K · 📋 5.4K - 1% open · ⏱️ 31.05.2023):

     git clone https://github.com/explosion/spaCy
    
  • PyPi (📥 5.2M / month):

     pip install spacy
    
  • Conda (📥 3.1M · ⏱️ 16.05.2023):

     conda install -c conda-forge spacy
    
Rasa (🥇41 · 16K) - Open source machine learning framework to automate text- and voice-.. Apache-2
  • GitHub (👨‍💻 580 · 🔀 4.2K · 📦 3.4K · 📋 6.6K - 0% open · ⏱️ 26.05.2023):

     git clone https://github.com/RasaHQ/rasa
    
  • PyPi (📥 120K / month):

     pip install rasa
    
nltk (🥇41 · 12K) - Suite of libraries and programs for symbolic and statistical natural.. Apache-2
  • GitHub (👨‍💻 440 · 🔀 2.6K · 📦 200K · 📋 1.7K - 13% open · ⏱️ 17.05.2023):

     git clone https://github.com/nltk/nltk
    
  • PyPi (📥 11M / month):

     pip install nltk
    
  • Conda (📥 2M · ⏱️ 02.01.2023):

     conda install -c conda-forge nltk
    
gensim (🥇40 · 14K) - Topic Modelling for Humans. ❗️LGPL-2.1
  • GitHub (👨‍💻 450 · 🔀 4.1K · 📥 4.4K · 📦 46K · 📋 1.8K - 20% open · ⏱️ 25.05.2023):

     git clone https://github.com/RaRe-Technologies/gensim
    
  • PyPi (📥 3.8M / month):

     pip install gensim
    
  • Conda (📥 1.1M · ⏱️ 28.03.2023):

     conda install -c conda-forge gensim
    
flair (🥇40 · 13K) - A very simple framework for state-of-the-art Natural Language Processing.. MIT
  • GitHub (👨‍💻 240 · 🔀 2K · 📦 2.5K · 📋 2.1K - 3% open · ⏱️ 12.05.2023):

     git clone https://github.com/flairNLP/flair
    
  • PyPi (📥 75K / month · 📦 90 · ⏱️ 20.05.2022):

     pip install flair
    
  • Conda (📥 18K · ⏱️ 13.04.2023):

     conda install -c conda-forge python-flair
    
fairseq (🥇38 · 26K) - Facebook AI Research Sequence-to-Sequence Toolkit written in Python. MIT
  • GitHub (👨‍💻 420 · 🔀 5.6K · 📥 310 · 📦 1.6K · 📋 3.9K - 23% open · ⏱️ 31.05.2023):

     git clone https://github.com/facebookresearch/fairseq
    
  • PyPi (📥 550K / month):

     pip install fairseq
    
  • Conda (📥 34K · ⏱️ 12.05.2023):

     conda install -c conda-forge fairseq
    
sentencepiece (🥇37 · 7.5K) - Unsupervised text tokenizer for Neural Network-based text.. Apache-2
  • GitHub (👨‍💻 78 · 🔀 960 · 📥 27K · 📦 31K · 📋 620 - 2% open · ⏱️ 25.05.2023):

     git clone https://github.com/google/sentencepiece
    
  • PyPi (📥 11M / month · 📦 670 · ⏱️ 07.08.2022):

     pip install sentencepiece
    
  • Conda (📥 460K · ⏱️ 27.05.2023):

     conda install -c conda-forge sentencepiece
    
haystack (🥇36 · 9K) - Haystack is an open source NLP framework to interact with your data.. Apache-2
  • GitHub (👨‍💻 180 · 🔀 1.2K · 📥 22 · 📦 720 · 📋 2.2K - 15% open · ⏱️ 01.06.2023):

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

     pip install haystack
    
sentence-transformers (🥇35 · 11K) - Multilingual Sentence & Image Embeddings with BERT. Apache-2
  • GitHub (👨‍💻 110 · 🔀 2K · 📦 9.1K · 📋 1.8K - 55% open · ⏱️ 23.05.2023):

     git clone https://github.com/UKPLab/sentence-transformers
    
  • PyPi (📥 2.3M / month · 📦 300 · ⏱️ 26.06.2022):

     pip install sentence-transformers
    
  • Conda (📥 120K · ⏱️ 27.06.2022):

     conda install -c conda-forge sentence-transformers
    
NeMo (🥇35 · 6.8K) - NeMo: a toolkit for conversational AI. Apache-2
  • GitHub (👨‍💻 220 · 🔀 1.6K · 📥 41K · 📋 1.6K - 4% open · ⏱️ 31.05.2023):

     git clone https://github.com/NVIDIA/NeMo
    
  • PyPi (📥 42K / month · 📦 12 · ⏱️ 01.07.2022):

     pip install nemo-toolkit
    
OpenNMT (🥇35 · 6.1K) - Open Source Neural Machine Translation in PyTorch. MIT
  • GitHub (👨‍💻 190 · 🔀 2K · 📦 190 · 📋 1.4K - 0% open · ⏱️ 01.06.2023):

     git clone https://github.com/OpenNMT/OpenNMT-py
    
  • PyPi (📥 3.9K / month):

     pip install OpenNMT-py
    
torchtext (🥇35 · 3.3K) - Models, data loaders and abstractions for language processing,.. BSD-3
  • GitHub (👨‍💻 150 · 🔀 800 · 📋 800 - 37% open · ⏱️ 30.05.2023):

     git clone https://github.com/pytorch/text
    
  • PyPi (📥 1.2M / month · 📦 470 · ⏱️ 15.12.2022):

     pip install torchtext
    
spark-nlp (🥇35 · 3.3K) - State of the Art Natural Language Processing. Apache-2
  • GitHub (👨‍💻 110 · 🔀 660 · 📦 300 · 📋 790 - 4% open · ⏱️ 29.05.2023):

     git clone https://github.com/JohnSnowLabs/spark-nlp
    
  • PyPi (📥 2.8M / month · 📦 19 · ⏱️ 24.01.2023):

     pip install spark-nlp
    
TensorFlow Text (🥇35 · 1.1K) - Making text a first-class citizen in TensorFlow. Apache-2
  • GitHub (👨‍💻 110 · 🔀 280 · 📦 5.3K · 📋 210 - 26% open · ⏱️ 12.05.2023):

     git clone https://github.com/tensorflow/text
    
  • PyPi (📥 4M / month):

     pip install tensorflow-text
    
fastText (🥈34 · 25K) - Library for fast text representation and classification. MIT
  • GitHub (👨‍💻 60 · 🔀 4.4K · 📦 4.5K · 📋 1.1K - 42% open · ⏱️ 17.04.2023):

     git clone https://github.com/facebookresearch/fastText
    
  • PyPi (📥 980K / month):

     pip install fasttext
    
  • Conda (📥 56K · ⏱️ 01.11.2022):

     conda install -c conda-forge fasttext
    
AllenNLP (🥈34 · 12K · 💤) - An open-source NLP research library, built on PyTorch. Apache-2
  • GitHub (👨‍💻 260 · 🔀 2.2K · 📥 55 · 📦 3.6K · 📋 2.6K - 3% open · ⏱️ 22.11.2022):

     git clone https://github.com/allenai/allennlp
    
  • PyPi (📥 48K / month):

     pip install allennlp
    
  • Conda (📥 110K · ⏱️ 15.07.2022):

     conda install -c conda-forge allennlp
    
ParlAI (🥈34 · 10K) - A framework for training and evaluating AI models on a variety of.. MIT
  • GitHub (👨‍💻 210 · 🔀 2K · 📦 190 · 📋 1.5K - 3% open · ⏱️ 31.05.2023):

     git clone https://github.com/facebookresearch/ParlAI
    
  • PyPi (📥 2.9K / month):

     pip install parlai
    
TextBlob (🥈34 · 8.6K) - Simple, Pythonic, text processing--Sentiment analysis, part-of-speech.. MIT
  • GitHub (👨‍💻 36 · 🔀 1.1K · 📥 100 · 📦 30K · 📋 270 - 41% open · ⏱️ 11.03.2023):

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

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

     conda install -c conda-forge textblob
    
Tokenizers (🥈34 · 7.1K) - Fast State-of-the-Art Tokenizers optimized for Research and.. Apache-2
  • GitHub (👨‍💻 69 · 🔀 580 · 📥 4 · 📦 61 · 📋 790 - 32% open · ⏱️ 25.05.2023):

     git clone https://github.com/huggingface/tokenizers
    
  • PyPi (📥 11M / month · 📦 200 · ⏱️ 07.11.2022):

     pip install tokenizers
    
  • Conda (📥 1.1M · ⏱️ 05.04.2023):

     conda install -c conda-forge tokenizers
    
textacy (🥈34 · 2.1K) - NLP, before and after spaCy. Apache-2
  • GitHub (👨‍💻 35 · 🔀 250 · 📦 1.5K · 📋 260 - 11% open · ⏱️ 03.04.2023):

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

     pip install textacy
    
  • Conda (📥 130K · ⏱️ 09.03.2023):

     conda install -c conda-forge textacy
    
jellyfish (🥈32 · 1.9K) - a python library for doing approximate and phonetic matching of strings. MIT
  • GitHub (👨‍💻 29 · 🔀 150 · 📦 6.1K · 📋 120 - 6% open · ⏱️ 10.04.2023):

     git clone https://github.com/jamesturk/jellyfish
    
  • PyPi (📥 1.8M / month):

     pip install jellyfish
    
  • Conda (📥 580K · ⏱️ 28.10.2022):

     conda install -c conda-forge jellyfish
    
Dedupe (🥈31 · 3.7K) - A python library for accurate and scalable fuzzy matching, record.. MIT
  • GitHub (👨‍💻 71 · 🔀 500 · 📦 280 · 📋 800 - 8% open · ⏱️ 17.02.2023):

     git clone https://github.com/dedupeio/dedupe
    
  • PyPi (📥 68K / month · 📦 49 · ⏱️ 18.01.2023):

     pip install dedupe
    
  • Conda (📥 33K · ⏱️ 12.12.2022):

     conda install -c conda-forge dedupe
    
rubrix (🥈31 · 2K) - Argilla: the open-source data curation platform for LLMs. Apache-2
  • GitHub (👨‍💻 48 · 🔀 180 · 📦 570 · 📋 1.1K - 18% open · ⏱️ 01.06.2023):

     git clone https://github.com/recognai/rubrix
    
  • PyPi (📥 680 / month):

     pip install rubrix
    
  • Conda (📥 22K · ⏱️ 06.10.2022):

     conda install -c conda-forge rubrix
    
spacy-transformers (🥈31 · 1.3K) - Use pretrained transformers like BERT, XLNet and GPT-2.. MIT spacy
  • GitHub (👨‍💻 21 · 🔀 150 · 📦 1K · ⏱️ 22.05.2023):

     git clone https://github.com/explosion/spacy-transformers
    
  • PyPi (📥 260K / month):

     pip install spacy-transformers
    
  • Conda (📥 15K · ⏱️ 23.05.2023):

     conda install -c conda-forge spacy-transformers
    
snowballstemmer (🥈31 · 660) - Snowball compiler and stemming algorithms. BSD-3
  • GitHub (👨‍💻 32 · 🔀 170 · 📦 4 · 📋 81 - 37% open · ⏱️ 24.04.2023):

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

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

     conda install -c conda-forge snowballstemmer
    
DeepPavlov (🥈30 · 6.2K) - An open source library for deep learning end-to-end dialog.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 1.1K · 📦 350 · 📋 630 - 8% open · ⏱️ 14.03.2023):

     git clone https://github.com/deepmipt/DeepPavlov
    
  • PyPi (📥 8.9K / month):

     pip install deeppavlov
    
DeepKE (🥈30 · 1.9K) - An Open Toolkit for Knowledge Graph Extraction and Construction.. MIT
  • GitHub (👨‍💻 22 · 🔀 490 · 📦 16 · ⏱️ 01.06.2023):

     git clone https://github.com/zjunlp/deepke
    
  • PyPi (📥 1.3K / month):

     pip install deepke
    
SciSpacy (🥈30 · 1.4K) - A full spaCy pipeline and models for scientific/biomedical documents. Apache-2
  • GitHub (👨‍💻 29 · 🔀 190 · 📦 710 · 📋 290 - 9% open · ⏱️ 16.05.2023):

     git clone https://github.com/allenai/scispacy
    
  • PyPi (📥 39K / month):

     pip install scispacy
    
ftfy (🥈29 · 3.5K · 💤) - Fixes mojibake and other glitches in Unicode text, after the fact. MIT
  • GitHub (👨‍💻 18 · 🔀 120 · 📦 11K · 📋 130 - 11% open · ⏱️ 25.10.2022):

     git clone https://github.com/rspeer/python-ftfy
    
  • PyPi (📥 4.1M / month · 📦 580 · ⏱️ 09.02.2022):

     pip install ftfy
    
  • Conda (📥 250K · ⏱️ 13.03.2022):

     conda install -c conda-forge ftfy
    
GluonNLP (🥈29 · 2.5K) - Toolkit that enables easy text preprocessing, datasets loading.. Apache-2
  • GitHub (👨‍💻 84 · 🔀 500 · 📦 1.3K · 📋 530 - 44% open · ⏱️ 25.12.2022):

     git clone https://github.com/dmlc/gluon-nlp
    
  • PyPi (📥 100K / month):

     pip install gluonnlp
    
english-words (🥈28 · 9K · 💤) - A text file containing 479k English words for all your.. Unlicense
  • GitHub (👨‍💻 30 · 🔀 1.6K · 📋 120 - 72% open · ⏱️ 08.11.2022):

     git clone https://github.com/dwyl/english-words
    
  • PyPi (📥 360K / month · 📦 8 · ⏱️ 06.01.2023):

     pip install english-words
    
nlpaug (🥈28 · 4K · 💤) - Data augmentation for NLP. MIT
  • GitHub (👨‍💻 33 · 🔀 430 · 📦 740 · 📋 210 - 27% open · ⏱️ 07.07.2022):

     git clone https://github.com/makcedward/nlpaug
    
  • PyPi (📥 120K / month · 📦 26 · ⏱️ 07.07.2022):

     pip install nlpaug
    
  • Conda (📥 9.7K · ⏱️ 30.01.2023):

     conda install -c conda-forge nlpaug
    
Sumy (🥈28 · 3.2K) - Module for automatic summarization of text documents and HTML pages. Apache-2
  • GitHub (👨‍💻 26 · 🔀 500 · 📦 2K · 📋 110 - 15% open · ⏱️ 21.02.2023):

     git clone https://github.com/miso-belica/sumy
    
  • PyPi (📥 31K / month · 📦 110 · ⏱️ 23.10.2022):

     pip install sumy
    
  • Conda (📥 5.1K · ⏱️ 25.10.2022):

     conda install -c conda-forge sumy
    
fastNLP (🥈28 · 2.9K) - fastNLP: A Modularized and Extensible NLP Framework. Currently still.. Apache-2
  • GitHub (👨‍💻 62 · 🔀 460 · 📥 69 · 📦 140 · 📋 220 - 28% open · ⏱️ 13.12.2022):

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

     pip install fastnlp
    
Ciphey (🥈27 · 13K) - Automatically decrypt encryptions without knowing the key or cipher, decode.. MIT
  • GitHub (👨‍💻 47 · 🔀 790 · 📋 300 - 15% open · ⏱️ 05.12.2022):

     git clone https://github.com/Ciphey/Ciphey
    
  • PyPi (📥 40K / month):

     pip install ciphey
    
  • Docker Hub (📥 19K · 14 · ⏱️ 10.03.2023):

     docker pull remnux/ciphey
    
TextDistance (🥈27 · 3.1K · 💤) - Compute distance between sequences. 30+ algorithms, pure.. MIT
  • GitHub (👨‍💻 13 · 🔀 240 · 📥 900 · 📦 4.2K · ⏱️ 18.09.2022):

     git clone https://github.com/life4/textdistance
    
  • PyPi (📥 360K / month · 📦 60 · ⏱️ 20.09.2022):

     pip install textdistance
    
  • Conda (📥 390K · ⏱️ 18.09.2022):

     conda install -c conda-forge textdistance
    
scattertext (🥈27 · 2.1K) - Beautiful visualizations of how language differs among document.. Apache-2
  • GitHub (👨‍💻 14 · 🔀 280 · 📦 400 · 📋 97 - 19% open · ⏱️ 06.05.2023):

     git clone https://github.com/JasonKessler/scattertext
    
  • PyPi (📥 8.8K / month · 📦 10 · ⏱️ 26.03.2022):

     pip install scattertext
    
  • Conda (📥 79K · ⏱️ 08.12.2022):

     conda install -c conda-forge scattertext
    
qdrant (🥉26 · 11K) - Qdrant - Vector Database for the next generation of AI applications... Apache-2
  • GitHub (👨‍💻 50 · 🔀 520 · 📥 120 · 📋 530 - 17% open · ⏱️ 31.05.2023):

     git clone https://github.com/qdrant/qdrant
    
T5 (🥉26 · 5.2K) - Code for the paper Exploring the Limits of Transfer Learning with a.. Apache-2
  • GitHub (👨‍💻 56 · 🔀 680 · 📦 170 · 📋 400 - 14% open · ⏱️ 22.05.2023):

     git clone https://github.com/google-research/text-to-text-transfer-transformer
    
  • PyPi (📥 21K / month):

     pip install t5
    
OpenPrompt (🥉26 · 3.3K) - An Open-Source Framework for Prompt-Learning. Apache-2
  • GitHub (👨‍💻 20 · 🔀 360 · 📦 53 · 📋 230 - 25% open · ⏱️ 06.05.2023):

     git clone https://github.com/thunlp/OpenPrompt
    
  • PyPi (📥 3.1K / month · 📦 2 · ⏱️ 06.07.2022):

     pip install openprompt
    
PyTextRank (🥉26 · 2K · 💤) - Python implementation of TextRank algorithms (textgraphs) for.. MIT
  • GitHub (👨‍💻 18 · 🔀 340 · 📦 410 · 📋 96 - 25% open · ⏱️ 27.07.2022):

     git clone https://github.com/DerwenAI/pytextrank
    
  • PyPi (📥 45K / month · 📦 16 · ⏱️ 27.07.2022):

     pip install pytextrank
    
sense2vec (🥉26 · 1.5K) - Contextually-keyed word vectors. MIT
  • GitHub (👨‍💻 19 · 🔀 240 · 📥 54K · 📦 260 · 📋 110 - 18% open · ⏱️ 20.04.2023):

     git clone https://github.com/explosion/sense2vec
    
  • PyPi (📥 5.3K / month · 📦 13 · ⏱️ 08.12.2022):

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

     conda install -c conda-forge sense2vec
    
CLTK (🥉25 · 790) - The Classical Language Toolkit. MIT
  • GitHub (👨‍💻 120 · 🔀 310 · 📥 34 · 📦 240 · 📋 550 - 6% open · ⏱️ 06.03.2023):

     git clone https://github.com/cltk/cltk
    
  • PyPi (📥 1.5K / month):

     pip install cltk
    
FARM (🥉23 · 1.7K · 💤) - Fast & easy transfer learning for NLP. Harvesting language.. Apache-2
  • GitHub (👨‍💻 37 · 🔀 230 · 📋 400 - 0% open · ⏱️ 31.08.2022):

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

     pip install farm
    
  • Conda (📥 2.6K · ⏱️ 14.06.2021):

     conda install -c conda-forge farm
    
jiant (🥉23 · 1.5K · 💤) - jiant is an nlp toolkit. MIT
  • GitHub (👨‍💻 60 · 🔀 280 · 📦 3 · 📋 550 - 12% open · ⏱️ 17.10.2022):

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

     pip install jiant
    
YouTokenToMe (🥉23 · 880) - Unsupervised text tokenizer focused on computational efficiency. MIT
  • GitHub (👨‍💻 8 · 🔀 72 · 📦 460 · 📋 56 - 51% open · ⏱️ 29.03.2023):

     git clone https://github.com/vkcom/youtokentome
    
  • PyPi (📥 29K / month):

     pip install youtokentome
    
  • Conda (📥 31K · ⏱️ 30.10.2022):

     conda install -c conda-forge youtokentome
    
lightseq (🥉22 · 2.8K) - LightSeq: A High Performance Library for Sequence Processing and.. Apache-2
  • GitHub (👨‍💻 17 · 🔀 300 · 📥 660 · 📋 270 - 59% open · ⏱️ 10.05.2023):

     git clone https://github.com/bytedance/lightseq
    
  • PyPi (📥 3.5K / month · 📦 2 · ⏱️ 03.11.2022):

     pip install lightseq
    
promptsource (🥉22 · 1.8K) - Toolkit for creating, sharing and using natural language.. Apache-2
  • GitHub (👨‍💻 62 · 🔀 240 · 📋 190 - 27% open · ⏱️ 31.05.2023):

     git clone https://github.com/bigscience-workshop/promptsource
    
  • PyPi (📥 3.2K / month · 📦 1 · ⏱️ 18.04.2022):

     pip install promptsource
    
Sockeye (🥉22 · 1.2K) - Sequence-to-sequence framework with a focus on Neural Machine.. Apache-2
  • GitHub (👨‍💻 59 · 🔀 300 · 📥 16 · 📋 300 - 0% open · ⏱️ 02.03.2023):

     git clone https://github.com/awslabs/sockeye
    
  • PyPi (📥 900 / month):

     pip install sockeye
    
detoxify (🥉22 · 630) - Trained models & code to predict toxic comments on all 3 Jigsaw.. Apache-2
  • GitHub (👨‍💻 9 · 🔀 83 · 📥 230K · 📦 310 · 📋 50 - 54% open · ⏱️ 15.05.2023):

     git clone https://github.com/unitaryai/detoxify
    
  • PyPi (📥 11K / month):

     pip install detoxify
    
NLP Architect (🥉21 · 2.9K · 💤) - A model library for exploring state-of-the-art deep.. Apache-2
  • GitHub (👨‍💻 38 · 🔀 440 · 📦 9 · 📋 130 - 11% open · ⏱️ 07.11.2022):

     git clone https://github.com/IntelLabs/nlp-architect
    
  • PyPi (📥 200 / month):

     pip install nlp-architect
    
Texthero (🥉21 · 2.7K · 💤) - Text preprocessing, representation and visualization from zero to.. MIT
  • GitHub (👨‍💻 20 · 🔀 230 · 📥 110 · 📋 120 - 45% open · ⏱️ 28.10.2022):

     git clone https://github.com/jbesomi/texthero
    
  • PyPi (📥 14K / month):

     pip install texthero
    
finetune (🥉21 · 680) - Scikit-learn style model finetuning for NLP. MPL-2.0
  • GitHub (👨‍💻 21 · 🔀 75 · 📦 10 · 📋 140 - 16% open · ⏱️ 18.05.2023):

     git clone https://github.com/IndicoDataSolutions/finetune
    
  • PyPi (📥 92 / month):

     pip install finetune
    
small-text (🥉21 · 460) - Active Learning for Text Classification in Python. MIT
  • GitHub (👨‍💻 3 · 🔀 47 · 📦 19 · 📋 31 - 22% open · ⏱️ 27.05.2023):

     git clone https://github.com/webis-de/small-text
    
  • PyPi (📥 620 / month · ⏱️ 14.10.2022):

     pip install small-text
    
  • Conda (📥 2.9K · ⏱️ 21.02.2023):

     conda install -c conda-forge small-text
    
fast-bert (🥉20 · 1.8K) - Super easy library for BERT based NLP models. Apache-2
  • GitHub (👨‍💻 36 · 🔀 330 · 📋 250 - 61% open · ⏱️ 31.03.2023):

     git clone https://github.com/utterworks/fast-bert
    
  • PyPi (📥 2K / month):

     pip install fast-bert
    
happy-transformer (🥉20 · 420) - A package built on top of Hugging Faces transformers.. Apache-2 huggingface
  • GitHub (👨‍💻 14 · 🔀 55 · 📦 160 · 📋 120 - 22% open · ⏱️ 06.04.2023):

     git clone https://github.com/EricFillion/happy-transformer
    
  • PyPi (📥 4.5K / month · 📦 5 · ⏱️ 06.02.2022):

     pip install happytransformer
    
textaugment (🥉18 · 320) - TextAugment: Text Augmentation Library. MIT
  • GitHub (👨‍💻 7 · 🔀 55 · 📥 57 · 📦 51 · 📋 20 - 35% open · ⏱️ 03.04.2023):

     git clone https://github.com/dsfsi/textaugment
    
  • PyPi (📥 3.4K / month · 📦 4 · ⏱️ 05.11.2020):

     pip install textaugment
    
TextBox (🥉17 · 970) - TextBox 2.0 is a text generation library with pre-trained language models. MIT
  • GitHub (👨‍💻 18 · 🔀 110 · 📦 5 · 📋 63 - 4% open · ⏱️ 18.05.2023):

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

     pip install textbox
    
UForm (🥉17 · 360 · 🐣) - Multi-Modal Transformers library for Semantic Search and other.. Apache-2
  • GitHub (👨‍💻 8 · 🔀 14 · 📦 4 · 📋 5 - 20% open · ⏱️ 02.05.2023):

     git clone https://github.com/unum-cloud/uform
    
  • PyPi (📥 350 / month · ⏱️ 02.05.2023):

     pip install uform
    
OpenNRE (🥉16 · 4K) - An Open-Source Package for Neural Relation Extraction (NRE). MIT
  • GitHub (👨‍💻 12 · 🔀 1K · 📋 360 - 2% open · ⏱️ 03.01.2023):

     git clone https://github.com/thunlp/OpenNRE
    
Translate (🥉16 · 790 · 💤) - Translate - a PyTorch Language Library. BSD-3
  • GitHub (👨‍💻 88 · 🔀 200 · 📋 55 - 50% open · ⏱️ 10.06.2022):

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

     pip install pytorch-translate
    
VizSeq (🥉12 · 420) - An Analysis Toolkit for Natural Language Generation (Translation,.. MIT
  • GitHub (👨‍💻 3 · 🔀 54 · 📦 6 · 📋 15 - 40% open · ⏱️ 08.05.2023):

     git clone https://github.com/facebookresearch/vizseq
    
  • PyPi (📥 62 / month):

     pip install vizseq
    
Show 38 hidden projects...
  • ChatterBot (🥇35 · 13K · 💀) - ChatterBot is a machine learning, conversational dialog engine.. BSD-3
  • fuzzywuzzy (🥈33 · 8.9K · 💀) - Fuzzy String Matching in Python. ❗️GPL-2.0
  • stanza (🥈31 · 6.7K) - Official Stanford NLP Python Library for Many Human Languages. ❗Unlicensed
  • langid (🥈28 · 2.1K · 💀) - Stand-alone language identification system. BSD-3
  • vaderSentiment (🥈27 · 4K · 💀) - VADER Sentiment Analysis. VADER (Valence Aware Dictionary and.. MIT
  • polyglot (🥈27 · 2.2K · 💀) - Multilingual text (NLP) processing toolkit. ❗️GPL-3.0
  • flashtext (🥉26 · 5.4K · 💀) - Extract Keywords from sentence or Replace keywords in sentences. MIT
  • neuralcoref (🥉26 · 2.7K · 💀) - Fast Coreference Resolution in spaCy with Neural Networks. MIT
  • underthesea (🥉26 · 1.2K) - Underthesea - Vietnamese NLP Toolkit. ❗️GPL-3.0
  • pytorch-nlp (🥉25 · 2.2K · 💀) - Basic Utilities for PyTorch Natural Language Processing.. BSD-3
  • textgenrnn (🥉24 · 4.9K · 💀) - Easily train your own text-generating neural network of any.. MIT
  • Snips NLU (🥉24 · 3.8K · 💀) - Snips Python library to extract meaning from text. Apache-2
  • MatchZoo (🥉24 · 3.8K · 💀) - Facilitating the design, comparison and sharing of deep.. Apache-2
  • Kashgari (🥉23 · 2.4K · 💀) - Kashgari is a production-level NLP Transfer learning.. Apache-2
  • pySBD (🥉23 · 620 · 💀) - pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence.. MIT
  • gpt-2-simple (🥉22 · 3.3K · 💀) - Python package to easily retrain OpenAIs GPT-2 text-.. MIT
  • Texar (🥉22 · 2.4K · 💀) - Toolkit for Machine Learning, Natural Language Processing, and.. Apache-2
  • stop-words (🥉22 · 150 · 💀) - Get list of common stop words in various languages in Python. BSD-3
  • DELTA (🥉21 · 1.5K · 💀) - DELTA is a deep learning based natural language and speech.. Apache-2
  • anaGo (🥉21 · 1.5K · 💀) - Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition,.. MIT
  • PyText (🥉20 · 6.4K · 💤) - A natural language modeling framework based on PyTorch. ❗Unlicensed
  • pyfasttext (🥉20 · 230 · 💀) - Yet another Python binding for fastText. ❗️GPL-3.0
  • fastT5 (🥉19 · 470 · 💀) - boost inference speed of T5 models by 5x & reduce the model size.. Apache-2
  • numerizer (🥉19 · 200) - A Python module to convert natural language numerics into ints and.. MIT
  • DeepMatcher (🥉18 · 490 · 💀) - Python package for performing Entity and Text Matching using.. BSD-3
  • NeuroNER (🥉17 · 1.7K · 💀) - Named-entity recognition using neural networks. Easy-to-use and.. MIT
  • Camphr (🥉17 · 340 · 💀) - Camphr - NLP libary for creating pipeline components. Apache-2 spacy
  • skift (🥉17 · 230 · 💤) - scikit-learn wrappers for Python fastText. MIT
  • nboost (🥉16 · 660 · 💀) - NBoost is a scalable, search-api-boosting platform for deploying.. Apache-2
  • whoosh (🥉16 · 410 · 💀) - Pure-Python full-text search library. ❗Unlicensed
  • textpipe (🥉16 · 300 · 💀) - Textpipe: clean and extract metadata from text. MIT
  • Headliner (🥉15 · 230 · 💀) - Easy training and deployment of seq2seq models. MIT
  • BLINK (🥉14 · 1K · 💀) - Entity Linker solution. MIT
  • spacy-dbpedia-spotlight (🥉14 · 88) - A spaCy wrapper for DBpedia Spotlight. MIT spacy
  • TransferNLP (🥉13 · 290 · 💀) - NLP library designed for reproducible experimentation.. MIT
  • ONNX-T5 (🥉13 · 230 · 💀) - Summarization, translation, sentiment-analysis, text-generation.. Apache-2
  • NeuralQA (🥉13 · 220 · 💀) - NeuralQA: A Usable Library for Question Answering on Large Datasets.. MIT
  • textvec (🥉11 · 190 · 💤) - Text vectorization tool to outperform TFIDF for classification.. MIT

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 (🥇47 · 11K) - Python Imaging Library (Fork). ❗️PIL
  • GitHub (👨‍💻 440 · 🔀 1.9K · 📦 1.2M · 📋 2.8K - 3% open · ⏱️ 01.06.2023):

     git clone https://github.com/python-pillow/Pillow
    
  • PyPi (📥 55M / month):

     pip install Pillow
    
  • Conda (📥 29M · ⏱️ 21.05.2023):

     conda install -c conda-forge pillow
    
Kornia (🥇38 · 8.2K) - Differentiable Computer Vision Library. Apache-2
  • GitHub (👨‍💻 220 · 🔀 840 · 📥 650 · 📦 4.5K · 📋 790 - 31% open · ⏱️ 30.05.2023):

     git clone https://github.com/kornia/kornia
    
  • PyPi (📥 2.7M / month · 📦 100 · ⏱️ 21.12.2022):

     pip install kornia
    
  • Conda (📥 82K · ⏱️ 21.04.2023):

     conda install -c conda-forge kornia
    
imageio (🥇38 · 1.3K) - Python library for reading and writing image data. BSD-2
  • GitHub (👨‍💻 100 · 🔀 260 · 📥 690 · 📦 92K · 📋 540 - 13% open · ⏱️ 31.05.2023):

     git clone https://github.com/imageio/imageio
    
  • PyPi (📥 15M / month):

     pip install imageio
    
  • Conda (📥 5M · ⏱️ 02.05.2023):

     conda install -c conda-forge imageio
    
MoviePy (🥇37 · 11K) - Video editing with Python. MIT
  • GitHub (👨‍💻 160 · 🔀 1.3K · 📦 25K · 📋 1.3K - 23% open · ⏱️ 26.05.2023):

     git clone https://github.com/Zulko/moviepy
    
  • PyPi (📥 650K / month):

     pip install moviepy
    
  • Conda (📥 180K · ⏱️ 07.10.2022):

     conda install -c conda-forge moviepy
    
MMDetection (🥇36 · 24K) - OpenMMLab Detection Toolbox and Benchmark. Apache-2
  • GitHub (👨‍💻 390 · 🔀 8.7K · 📋 7.2K - 10% open · ⏱️ 06.04.2023):

     git clone https://github.com/open-mmlab/mmdetection
    
  • PyPi (📥 170K / month · 📦 29 · ⏱️ 01.06.2022):

     pip install mmdet
    
torchvision (🥇36 · 14K) - Datasets, Transforms and Models specific to Computer Vision. BSD-3
  • GitHub (👨‍💻 530 · 🔀 6.5K · 📥 25K · 📋 2.8K - 25% open · ⏱️ 31.05.2023):

     git clone https://github.com/pytorch/vision
    
  • PyPi (📥 6.3M / month):

     pip install torchvision
    
  • Conda (📥 680K · ⏱️ 08.05.2023):

     conda install -c conda-forge torchvision
    
InsightFace (🥈35 · 15K) - State-of-the-art 2D and 3D Face Analysis Project. MIT
  • GitHub (👨‍💻 53 · 🔀 4.3K · 📥 22K · 📦 330 · 📋 2.2K - 43% open · ⏱️ 22.05.2023):

     git clone https://github.com/deepinsight/insightface
    
  • PyPi (📥 130K / month):

     pip install insightface
    
PyTorch Image Models (🥈34 · 25K) - PyTorch image models, scripts, pretrained weights --.. Apache-2
  • GitHub (👨‍💻 100 · 🔀 4.1K · 📥 4.6M · 📋 740 - 8% open · ⏱️ 25.05.2023):

     git clone https://github.com/rwightman/pytorch-image-models
    
  • PyPi (📥 3.2M / month):

     pip install timm
    
  • Conda (📥 69K · ⏱️ 14.05.2023):

     conda install -c conda-forge timm
    
detectron2 (🥈34 · 25K) - Detectron2 is a platform for object detection, segmentation.. Apache-2
  • GitHub (👨‍💻 250 · 🔀 6.7K · 📦 1.2K · 📋 3.4K - 10% open · ⏱️ 01.06.2023):

     git clone https://github.com/facebookresearch/detectron2
    
  • PyPi (📦 6 · ⏱️ 06.02.2020):

     pip install detectron2
    
  • Conda (📥 170K · ⏱️ 15.05.2023):

     conda install -c conda-forge detectron2
    
Albumentations (🥈34 · 12K) - Fast image augmentation library and an easy-to-use wrapper.. MIT
  • GitHub (👨‍💻 130 · 🔀 1.5K · 📦 15K · 📋 780 - 45% open · ⏱️ 23.03.2023):

     git clone https://github.com/albumentations-team/albumentations
    
  • PyPi (📥 640K / month · 📦 290 · ⏱️ 20.09.2022):

     pip install albumentations
    
  • Conda (📥 110K · ⏱️ 20.09.2022):

     conda install -c conda-forge albumentations
    
PaddleSeg (🥈34 · 7.2K) - Easy-to-use image segmentation library with awesome pre-.. Apache-2
  • GitHub (👨‍💻 110 · 🔀 1.5K · 📦 930 · 📋 1.8K - 14% open · ⏱️ 29.05.2023):

     git clone https://github.com/PaddlePaddle/PaddleSeg
    
  • PyPi (📥 3.4K / month · 📦 3 · ⏱️ 30.11.2022):

     pip install paddleseg
    
PaddleDetection (🥈32 · 11K) - Object Detection toolkit based on PaddlePaddle. It.. Apache-2
  • GitHub (👨‍💻 140 · 🔀 2.6K · 📦 84 · 📋 4.8K - 21% open · ⏱️ 30.05.2023):

     git clone https://github.com/PaddlePaddle/PaddleDetection
    
  • PyPi (📥 730 / month):

     pip install paddledet
    
deepface (🥈32 · 6.5K) - A Lightweight Face Recognition and Facial Attribute Analysis (Age,.. MIT
  • GitHub (👨‍💻 41 · 🔀 1.3K · 📦 1.5K · 📋 700 - 2% open · ⏱️ 11.05.2023):

     git clone https://github.com/serengil/deepface
    
  • PyPi (📥 54K / month · 📦 12 · ⏱️ 24.01.2023):

     pip install deepface
    
Wand (🥈32 · 1.3K) - The ctypes-based simple ImageMagick binding for Python. MIT
  • GitHub (👨‍💻 100 · 🔀 200 · 📥 15K · 📦 16K · 📋 400 - 6% open · ⏱️ 05.03.2023):

     git clone https://github.com/emcconville/wand
    
  • PyPi (📥 700K / month · 📦 710 · ⏱️ 05.01.2023):

     pip install wand
    
  • Conda (📥 25K · ⏱️ 22.08.2022):

     conda install -c conda-forge wand
    
Face Recognition (🥈30 · 48K · 💤) - The worlds simplest facial recognition api for Python.. MIT
  • GitHub (👨‍💻 54 · 🔀 13K · 📥 1.1K · 📋 1.3K - 55% open · ⏱️ 10.06.2022):

     git clone https://github.com/ageitgey/face_recognition
    
  • PyPi (📥 63K / month):

     pip install face_recognition
    
  • Conda (📥 16K · ⏱️ 30.04.2021):

     conda install -c conda-forge face_recognition
    
GluonCV (🥈30 · 5.6K) - Gluon CV Toolkit. Apache-2
  • GitHub (👨‍💻 120 · 🔀 1.2K · 📋 840 - 7% open · ⏱️ 19.01.2023):

     git clone https://github.com/dmlc/gluon-cv
    
  • PyPi (📥 550K / month · 📦 61 · ⏱️ 03.10.2022):

     pip install gluoncv
    
ImageHash (🥈30 · 2.8K) - A Python Perceptual Image Hashing Module. BSD-2
  • GitHub (👨‍💻 25 · 🔀 320 · 📦 9.3K · 📋 120 - 4% open · ⏱️ 07.02.2023):

     git clone https://github.com/JohannesBuchner/imagehash
    
  • PyPi (📥 1.3M / month):

     pip install ImageHash
    
  • Conda (📥 310K · ⏱️ 28.09.2022):

     conda install -c conda-forge imagehash
    
vit-pytorch (🥈29 · 14K) - Implementation of Vision Transformer, a simple way to achieve.. MIT
  • GitHub (👨‍💻 17 · 🔀 2.3K · 📦 260 · 📋 220 - 46% open · ⏱️ 20.05.2023):

     git clone https://github.com/lucidrains/vit-pytorch
    
  • PyPi (📥 21K / month):

     pip install vit-pytorch
    
facenet-pytorch (🥈29 · 3.5K) - Pretrained Pytorch face detection (MTCNN) and facial.. MIT
  • GitHub (👨‍💻 15 · 🔀 780 · 📥 620K · 📦 1.1K · 📋 170 - 39% open · ⏱️ 06.04.2023):

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

     pip install facenet-pytorch
    
sahi (🥈29 · 2.7K) - Framework agnostic sliced/tiled inference + interactive ui + error analysis.. MIT
  • GitHub (👨‍💻 29 · 🔀 390 · 📥 15K · 📦 460 · ⏱️ 15.05.2023):

     git clone https://github.com/obss/sahi
    
  • PyPi (📥 93K / month):

     pip install sahi
    
  • Conda (📥 38K · ⏱️ 16.05.2023):

     conda install -c conda-forge sahi
    
lightly (🥈29 · 2.3K) - A python library for self-supervised learning on images. MIT
  • GitHub (👨‍💻 27 · 🔀 200 · 📦 120 · 📋 410 - 19% open · ⏱️ 01.06.2023):

     git clone https://github.com/lightly-ai/lightly
    
  • PyPi (📥 7K / month · 📦 4 · ⏱️ 31.01.2023):

     pip install lightly
    
opencv-python (🥉28 · 3.5K · 📉) - Automated CI toolchain to produce precompiled opencv-python,.. MIT
  • GitHub (👨‍💻 46 · 🔀 670 · 📋 660 - 11% open · ⏱️ 01.06.2023):

     git clone https://github.com/opencv/opencv-python
    
  • PyPi (📥 7.8M / month):

     pip install opencv-python
    
doctr (🥉28 · 1.8K) - docTR (Document Text Recognition) - a seamless, high-.. Apache-2
  • GitHub (👨‍💻 33 · 🔀 240 · 📥 1.4M · 📦 150 · 📋 250 - 20% open · ⏱️ 01.06.2023):

     git clone https://github.com/mindee/doctr
    
  • PyPi (📥 7.1K / month · 📦 4 · ⏱️ 29.09.2022):

     pip install python-doctr
    
imageai (🥉27 · 7.8K · 📉) - A python library built to empower developers to build applications.. MIT
  • GitHub (👨‍💻 17 · 🔀 2K · 📥 860K · 📦 1.4K · 📋 720 - 39% open · ⏱️ 03.03.2023):

     git clone https://github.com/OlafenwaMoses/ImageAI
    
  • PyPi (📥 11K / month):

     pip install imageai
    
  • Conda (📥 5.7K · ⏱️ 30.04.2021):

     conda install -c conda-forge imageai
    
Face Alignment (🥉26 · 6.3K) - 2D and 3D Face alignment library build using pytorch. BSD-3
  • GitHub (👨‍💻 25 · 🔀 1.3K · 📋 290 - 21% open · ⏱️ 15.04.2023):

     git clone https://github.com/1adrianb/face-alignment
    
  • PyPi (📥 55K / month):

     pip install face-alignment
    
layout-parser (🥉26 · 3.7K · 💤) - A Unified Toolkit for Deep Learning Based Document Image.. Apache-2
  • GitHub (👨‍💻 8 · 🔀 360 · 📦 310 · 📋 130 - 58% open · ⏱️ 06.08.2022):

     git clone https://github.com/Layout-Parser/layout-parser
    
  • PyPi (📥 67K / month · 📦 6 · ⏱️ 06.04.2022):

     pip install layoutparser
    
vidgear (🥉26 · 2.8K) - A High-performance cross-platform Video Processing Python framework.. Apache-2
  • GitHub (👨‍💻 13 · 🔀 220 · 📥 810 · 📦 400 · 📋 250 - 1% open · ⏱️ 26.01.2023):

     git clone https://github.com/abhiTronix/vidgear
    
  • PyPi (📥 8.5K / month):

     pip install vidgear
    
Augmentor (🥉25 · 4.9K) - Image augmentation library in Python for machine learning. MIT
  • GitHub (👨‍💻 23 · 🔀 840 · 📦 600 · 📋 190 - 61% open · ⏱️ 29.03.2023):

     git clone https://github.com/mdbloice/Augmentor
    
  • PyPi (📥 11K / month):

     pip install Augmentor
    
Image Deduplicator (🥉25 · 4.5K) - Finding duplicate images made easy!. Apache-2
  • GitHub (👨‍💻 15 · 🔀 410 · 📦 45 · 📋 130 - 37% open · ⏱️ 28.04.2023):

     git clone https://github.com/idealo/imagededup
    
  • PyPi (📥 1.5K / month · 📦 4 · ⏱️ 16.01.2023):

     pip install imagededup
    
segmentation_models (🥉25 · 4.3K · 💤) - Segmentation models with pretrained backbones. Keras.. MIT
  • GitHub (👨‍💻 14 · 🔀 970 · 📋 510 - 47% open · ⏱️ 29.07.2022):

     git clone https://github.com/qubvel/segmentation_models
    
  • PyPi (📥 25K / month · 📦 28 · ⏱️ 10.01.2020):

     pip install segmentation_models
    
Norfair (🥉25 · 1.8K) - Lightweight Python library for adding real-time multi-object tracking.. BSD-3
  • GitHub (👨‍💻 24 · 🔀 180 · 📥 270 · 📦 120 · 📋 120 - 2% open · ⏱️ 15.05.2023):

     git clone https://github.com/tryolabs/norfair
    
  • PyPi (📥 7K / month · 📦 2 · ⏱️ 04.01.2023):

     pip install norfair
    
MMF (🥉24 · 5.2K) - A modular framework for vision & language multimodal research from.. BSD-3
  • GitHub (👨‍💻 110 · 🔀 880 · 📦 14 · 📋 780 - 30% open · ⏱️ 19.05.2023):

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

     pip install mmf
    
ffcv (🥉24 · 2.5K) - FFCV: Fast Forward Computer Vision (and other ML workloads!). Apache-2
  • GitHub (👨‍💻 26 · 🔀 150 · 📦 23 · 📋 230 - 31% open · ⏱️ 18.04.2023):

     git clone https://github.com/libffcv/ffcv
    
  • PyPi (📥 950 / month · 📦 1 · ⏱️ 28.01.2022):

     pip install ffcv
    
pytorchvideo (🥉23 · 2.9K) - A deep learning library for video understanding research. Apache-2
  • GitHub (👨‍💻 52 · 🔀 340 · 📋 160 - 40% open · ⏱️ 05.05.2023):

     git clone https://github.com/facebookresearch/pytorchvideo
    
  • PyPi (📥 19K / month):

     pip install pytorchvideo
    
kubric (🥉23 · 1.9K) - A data generation pipeline for creating semi-realistic synthetic.. Apache-2
  • GitHub (👨‍💻 23 · 🔀 170 · 📦 2 · 📋 180 - 29% open · ⏱️ 31.03.2023):

     git clone https://github.com/google-research/kubric
    
  • PyPi (📥 15K / month · ⏱️ 06.07.2022):

     pip install kubric-nightly
    
Classy Vision (🥉23 · 1.6K) - An end-to-end PyTorch framework for image and video.. MIT
  • GitHub (👨‍💻 77 · 🔀 280 · 📋 77 - 16% open · ⏱️ 23.03.2023):

     git clone https://github.com/facebookresearch/ClassyVision
    
  • PyPi (📥 2.2K / month):

     pip install classy_vision
    
  • Conda (📥 17K · ⏱️ 22.03.2022):

     conda install -c conda-forge classy_vision
    
pyvips (🥉23 · 520) - python binding for libvips using cffi. MIT
  • GitHub (👨‍💻 15 · 🔀 47 · 📦 520 · 📋 350 - 38% open · ⏱️ 11.05.2023):

     git clone https://github.com/libvips/pyvips
    
  • PyPi (📥 27K / month · 📦 46 · ⏱️ 12.06.2022):

     pip install pyvips
    
  • Conda (📥 57K · ⏱️ 29.10.2022):

     conda install -c conda-forge pyvips
    
vissl (🥉22 · 3K) - VISSL is FAIRs library of extensible, modular and scalable components.. MIT
  • GitHub (👨‍💻 35 · 🔀 310 · 📦 18 · 📋 180 - 42% open · ⏱️ 03.05.2023):

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

     pip install vissl
    
tensorflow-graphics (🥉22 · 2.7K) - TensorFlow Graphics: Differentiable Graphics Layers.. Apache-2
  • GitHub (👨‍💻 39 · 🔀 360 · 📋 240 - 61% open · ⏱️ 27.04.2023):

     git clone https://github.com/tensorflow/graphics
    
  • PyPi (📥 4.4K / month · 📦 8 · ⏱️ 03.12.2021):

     pip install tensorflow-graphics
    
pycls (🥉22 · 2.1K · 💤) - Codebase for Image Classification Research, written in PyTorch. MIT
  • GitHub (👨‍💻 17 · 🔀 230 · 📦 14 · 📋 79 - 29% open · ⏱️ 12.07.2022):

     git clone https://github.com/facebookresearch/pycls
    
  • PyPi (📥 130K / month):

     pip install pycls
    
icevision (🥉22 · 820) - An Agnostic Computer Vision Framework - Pluggable to any Training.. Apache-2
  • GitHub (👨‍💻 41 · 🔀 140 · 📋 570 - 10% open · ⏱️ 07.12.2022):

     git clone https://github.com/airctic/icevision
    
  • PyPi (📥 9.4K / month):

     pip install icevision
    
image-match (🥉20 · 2.9K) - Quickly search over billions of images. Apache-2
  • GitHub (👨‍💻 19 · 🔀 400 · 📋 110 - 57% open · ⏱️ 06.12.2022):

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

     pip install image_match
    
DE⫶TR (🥉19 · 11K) - End-to-End Object Detection with Transformers. Apache-2
  • GitHub (👨‍💻 26 · 🔀 2K · 📋 490 - 42% open · ⏱️ 07.02.2023):

     git clone https://github.com/facebookresearch/detr
    
PySlowFast (🥉19 · 5.7K) - PySlowFast: video understanding codebase from FAIR for.. Apache-2
  • GitHub (👨‍💻 30 · 🔀 1.1K · 📦 10 · 📋 610 - 54% open · ⏱️ 24.04.2023):

     git clone https://github.com/facebookresearch/SlowFast
    
  • PyPi (📥 13 / month):

     pip install pyslowfast
    
scenic (🥉19 · 2.2K) - Scenic: A Jax Library for Computer Vision Research and Beyond. Apache-2
  • GitHub (👨‍💻 63 · 🔀 310 · 📋 150 - 52% open · ⏱️ 01.06.2023):

     git clone https://github.com/google-research/scenic
    
Show 19 hidden projects...
  • scikit-image (🥇42 · 5.4K) - Image processing in Python. ❗Unlicensed
  • imgaug (🥈35 · 14K · 💀) - Image augmentation for machine learning experiments. MIT
  • glfw (🥈35 · 11K) - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. ❗️Zlib
  • PyTorch3D (🥈30 · 7.3K) - PyTorch3D is FAIRs library of reusable components for.. ❗Unlicensed
  • imutils (🥈29 · 4.3K · 💀) - A series of convenience functions to make basic image processing.. MIT
  • chainercv (🥉27 · 1.5K · 💀) - ChainerCV: a Library for Deep Learning in Computer Vision. MIT
  • mtcnn (🥉26 · 2K · 💀) - MTCNN face detection implementation for TensorFlow, as a PIP package. MIT
  • Pillow-SIMD (🥉26 · 2K · 💤) - The friendly PIL fork. ❗️PIL
  • mahotas (🥉25 · 800) - Computer Vision in Python. ❗Unlicensed
  • CellProfiler (🥉25 · 770) - An open-source application for biological image analysis. ❗Unlicensed
  • deep-daze (🥉22 · 4.4K · 💀) - Simple command line tool for text to image generation using.. MIT
  • Image Super-Resolution (🥉22 · 4.2K · 💀) - Super-scale your images and run experiments with.. Apache-2
  • Luminoth (🥉22 · 2.4K · 💀) - Deep Learning toolkit for Computer Vision. BSD-3
  • nude.py (🥉21 · 910 · 💀) - Nudity detection with Python. MIT
  • detecto (🥉20 · 590 · 💀) - Build fully-functioning computer vision models with PyTorch. MIT
  • Caer (🥉18 · 690 · 💀) - A lightweight Computer Vision library. Scale your models, not boilerplate. MIT
  • solt (🥉18 · 260 · 💤) - Streaming over lightweight data transformations. MIT
  • Torch Points 3D (🥉14 · 140 · 💀) - Pytorch framework for doing deep learning on point.. BSD-3
  • HugsVision (🥉13 · 180) - HugsVision is a easy to use huggingface wrapper for state-of-the-.. MIT huggingface

Graph Data

Back to top

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

dgl (🥇37 · 12K) - Python package built to ease deep learning on graph, on top of existing DL.. Apache-2
  • GitHub (👨‍💻 260 · 🔀 2.7K · 📦 95 · 📋 2.2K - 14% open · ⏱️ 01.06.2023):

     git clone https://github.com/dmlc/dgl
    
  • PyPi (📥 64K / month):

     pip install dgl
    
PyTorch Geometric (🥇35 · 18K · 📉) - Graph Neural Network Library for PyTorch. MIT
  • GitHub (👨‍💻 420 · 🔀 3.2K · 📋 3.1K - 22% open · ⏱️ 01.06.2023):

     git clone https://github.com/pyg-team/pytorch_geometric
    
  • PyPi (📥 180K / month):

     pip install torch-geometric
    
  • Conda (📥 25K · ⏱️ 28.04.2023):

     conda install -c conda-forge pytorch_geometric
    
ogb (🥈31 · 1.7K) - Benchmark datasets, data loaders, and evaluators for graph machine learning. MIT
  • GitHub (👨‍💻 30 · 🔀 380 · 📦 860 · 📋 270 - 5% open · ⏱️ 25.05.2023):

     git clone https://github.com/snap-stanford/ogb
    
  • PyPi (📥 29K / month · 📦 22 · ⏱️ 02.11.2022):

     pip install ogb
    
  • Conda (📥 24K · ⏱️ 07.04.2023):

     conda install -c conda-forge ogb
    
pygraphistry (🥈28 · 1.9K) - PyGraphistry is a Python library to quickly load, shape,.. BSD-3
  • GitHub (👨‍💻 37 · 🔀 190 · 📦 92 · 📋 280 - 48% open · ⏱️ 04.05.2023):

     git clone https://github.com/graphistry/pygraphistry
    
  • PyPi (📥 3.3K / month):

     pip install graphistry
    
Paddle Graph Learning (🥈28 · 1.5K) - Paddle Graph Learning (PGL) is an efficient and.. Apache-2
  • GitHub (👨‍💻 31 · 🔀 300 · 📦 43 · 📋 190 - 36% open · ⏱️ 17.05.2023):

     git clone https://github.com/PaddlePaddle/PGL
    
  • PyPi (📥 1.2K / month):

     pip install pgl
    
Spektral (🥈27 · 2.3K) - Graph Neural Networks with Keras and Tensorflow 2. MIT
  • GitHub (👨‍💻 26 · 🔀 330 · 📦 210 · 📋 260 - 23% open · ⏱️ 11.02.2023):

     git clone https://github.com/danielegrattarola/spektral
    
  • PyPi (📥 7.5K / month · 📦 7 · ⏱️ 22.07.2022):

     pip install spektral
    
AmpliGraph (🥈26 · 1.9K) - Python library for Representation Learning on Knowledge.. Apache-2
  • GitHub (👨‍💻 20 · 🔀 230 · 📦 37 · 📋 220 - 14% open · ⏱️ 08.03.2023):

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

     pip install ampligraph
    
PyKEEN (🥈26 · 1.2K) - A Python library for learning and evaluating knowledge graph embeddings. MIT
  • GitHub (👨‍💻 35 · 🔀 160 · 📥 160 · 📋 490 - 16% open · ⏱️ 19.05.2023):

     git clone https://github.com/pykeen/pykeen
    
  • PyPi (📥 2.4K / month):

     pip install pykeen
    
pytorch_geometric_temporal (🥈24 · 2.1K) - PyTorch Geometric Temporal: Spatiotemporal Signal.. MIT
  • GitHub (👨‍💻 26 · 🔀 300 · 📋 150 - 20% open · ⏱️ 18.02.2023):

     git clone https://github.com/benedekrozemberczki/pytorch_geometric_temporal
    
  • PyPi (📥 2.1K / month · 📦 4 · ⏱️ 04.09.2022):

     pip install torch-geometric-temporal
    
Node2Vec (🥈23 · 1.1K · 💤) - Implementation of the node2vec algorithm. MIT
  • GitHub (👨‍💻 11 · 🔀 230 · 📦 410 · 📋 86 - 2% open · ⏱️ 19.10.2022):

     git clone https://github.com/eliorc/node2vec
    
  • PyPi (📥 71K / month · 📦 18 · ⏱️ 01.08.2022):

     pip install node2vec
    
  • Conda (📥 25K · ⏱️ 16.02.2023):

     conda install -c conda-forge node2vec
    
graph4nlp (🥉22 · 1.6K · 💤) - Graph4nlp is the library for the easy use of Graph.. Apache-2
  • GitHub (👨‍💻 28 · 🔀 190 · 📋 170 - 3% open · ⏱️ 13.11.2022):

     git clone https://github.com/graph4ai/graph4nlp
    
  • PyPi (📥 200 / month):

     pip install graph4nlp
    
jraph (🥉21 · 1.2K · 💤) - A Graph Neural Network Library in Jax. Apache-2
  • GitHub (👨‍💻 17 · 🔀 73 · 📦 82 · 📋 35 - 25% open · ⏱️ 31.08.2022):

     git clone https://github.com/deepmind/jraph
    
  • PyPi (📥 4.3K / month · 📦 6 · ⏱️ 12.08.2022):

     pip install jraph
    
  • Conda (📥 2.5K · ⏱️ 31.03.2023):

     conda install -c conda-forge jraph
    
torch-cluster (🥉21 · 650) - PyTorch Extension Library of Optimized Graph Cluster.. MIT
  • GitHub (👨‍💻 30 · 🔀 120 · 📋 130 - 17% open · ⏱️ 27.05.2023):

     git clone https://github.com/rusty1s/pytorch_cluster
    
  • PyPi (📥 12K / month):

     pip install torch-cluster
    
  • Conda (📥 67K · ⏱️ 01.05.2023):

     conda install -c conda-forge pytorch_cluster
    
deepsnap (🥉20 · 480) - Python library assists deep learning on graphs. MIT
  • GitHub (👨‍💻 17 · 🔀 51 · 📥 9 · 📦 50 · 📋 42 - 42% open · ⏱️ 27.03.2023):

     git clone https://github.com/snap-stanford/deepsnap
    
  • PyPi (📥 670 / month · 📦 1 · ⏱️ 05.09.2021):

     pip install deepsnap
    
graph-nets (🥉18 · 5.3K) - Build Graph Nets in Tensorflow. Apache-2
  • GitHub (👨‍💻 11 · 🔀 770 · 📋 130 - 4% open · ⏱️ 12.12.2022):

     git clone https://github.com/deepmind/graph_nets
    
  • PyPi (📥 3.1K / month):

     pip install graph-nets
    
GraphEmbedding (🥉16 · 3.3K · 💤) - Implementation and experiments of graph embedding.. MIT
  • GitHub (👨‍💻 9 · 🔀 940 · 📦 27 · 📋 67 - 62% open · ⏱️ 21.06.2022):

     git clone https://github.com/shenweichen/GraphEmbedding
    
kglib (🥉16 · 540 · 💤) - TypeDB-ML is the Machine Learning integrations library for TypeDB. Apache-2
  • GitHub (👨‍💻 11 · 🔀 98 · 📥 220 · 📋 62 - 17% open · ⏱️ 09.11.2022):

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

     pip install grakn-kglib
    
OpenKE (🥉15 · 3.5K · 💤) - An Open-Source Package for Knowledge Embedding (KE). MIT
  • GitHub (👨‍💻 11 · 🔀 950 · 📋 370 - 4% open · ⏱️ 03.11.2022):

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

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

     pip install auto-graph-learning
    
OpenNE (🥉14 · 1.6K · 💤) - An Open-Source Package for Network Embedding (NE). MIT
  • GitHub (👨‍💻 11 · 🔀 480 · 📋 100 - 4% open · ⏱️ 02.11.2022):

     git clone https://github.com/thunlp/OpenNE
    
Show 16 hidden projects...
  • networkx (🥇42 · 13K) - Network Analysis in Python. ❗Unlicensed
  • igraph (🥇33 · 1.1K) - Python interface for igraph. ❗️GPL-2.0
  • StellarGraph (🥈28 · 2.7K · 💀) - StellarGraph - Machine Learning on Graphs. Apache-2
  • pygal (🥈27 · 2.5K) - PYthon svg GrAph plotting Library. ❗️LGPL-3.0
  • Karate Club (🥈23 · 1.9K) - Karate Club: An API Oriented Open-source Python Framework for.. ❗️GPL-3.0
  • DIG (🥈23 · 1.5K) - A library for graph deep learning research. ❗️GPL-3.0
  • PyTorch-BigGraph (🥉21 · 3.2K) - Generate embeddings from large-scale graph-structured.. ❗Unlicensed
  • DeepWalk (🥉21 · 2.6K · 💀) - DeepWalk - Deep Learning for Graphs. ❗️GPL-3.0
  • pyRDF2Vec (🥉21 · 200) - Python Implementation and Extension of RDF2Vec. MIT
  • Sematch (🥉17 · 410 · 💀) - semantic similarity framework for knowledge graph. Apache-2
  • DeepGraph (🥉16 · 270 · 💀) - Analyze Data with Pandas-based Networks. Documentation:. BSD-3
  • Euler (🥉15 · 2.8K · 💀) - A distributed graph deep learning framework. Apache-2
  • GraphGym (🥉15 · 1.4K) - Platform for designing and evaluating Graph Neural Networks.. ❗Unlicensed
  • GraphSAGE (🥉14 · 3.1K · 💀) - Representation learning on large graphs using stochastic.. MIT
  • GraphVite (🥉14 · 1.1K · 💀) - GraphVite: A General and High-performance Graph Embedding.. Apache-2
  • ptgnn (🥉14 · 370 · 💀) - A PyTorch Graph Neural Network Library. MIT

Audio Data

Back to top

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

espnet (🥇37 · 6.6K) - End-to-End Speech Processing Toolkit. Apache-2
  • GitHub (👨‍💻 350 · 🔀 1.9K · 📥 78 · 📦 190 · 📋 2.2K - 21% open · ⏱️ 31.05.2023):

     git clone https://github.com/espnet/espnet
    
  • PyPi (📥 22K / month · 📦 5 · ⏱️ 28.05.2022):

     pip install espnet
    
speechbrain (🥇36 · 6K) - A PyTorch-based Speech Toolkit. Apache-2
  • GitHub (👨‍💻 200 · 🔀 1.1K · 📦 740 · 📋 950 - 17% open · ⏱️ 01.06.2023):

     git clone https://github.com/speechbrain/speechbrain
    
  • PyPi (📥 110K / month · 📦 11 · ⏱️ 29.08.2022):

     pip install speechbrain
    
torchaudio (🥇35 · 2.1K) - Data manipulation and transformation for audio signal.. BSD-2
  • GitHub (👨‍💻 210 · 🔀 560 · 📋 860 - 27% open · ⏱️ 01.06.2023):

     git clone https://github.com/pytorch/audio
    
  • PyPi (📥 960K / month · 📦 330 · ⏱️ 15.12.2022):

     pip install torchaudio
    
Pydub (🥈34 · 7.3K) - Manipulate audio with a simple and easy high level interface. MIT
  • GitHub (👨‍💻 95 · 🔀 940 · 📦 28K · 📋 560 - 53% open · ⏱️ 08.12.2022):

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

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

     conda install -c conda-forge pydub
    
SpeechRecognition (🥈34 · 7.2K) - Speech recognition module for Python, supporting several.. BSD-3
  • GitHub (👨‍💻 49 · 🔀 2.3K · 📋 590 - 48% open · ⏱️ 13.03.2023):

     git clone https://github.com/Uberi/speech_recognition
    
  • PyPi (📥 470K / month · 📦 780 · ⏱️ 04.12.2022):

     pip install SpeechRecognition
    
  • Conda (📥 170K · ⏱️ 14.03.2023):

     conda install -c conda-forge speechrecognition
    
Coqui TTS (🥈33 · 12K) - - a deep learning toolkit for Text-to-Speech, battle-.. MPL-2.0
  • GitHub (👨‍💻 130 · 🔀 1.6K · 📥 890K · 📋 600 - 5% open · ⏱️ 22.05.2023):

     git clone https://github.com/coqui-ai/TTS
    
  • PyPi (📥 21K / month · 📦 14 · ⏱️ 11.01.2023):

     pip install tts
    
  • Conda (📥 8.2K · ⏱️ 15.12.2021):

     conda install -c conda-forge tts
    
librosa (🥈32 · 6K · 📈) - Python library for audio and music analysis. ISC
  • GitHub (👨‍💻 110 · 🔀 890 · 📋 1.1K - 4% open · ⏱️ 16.05.2023):

     git clone https://github.com/librosa/librosa
    
  • PyPi (📥 2.5M / month · 📦 1.4K · ⏱️ 27.06.2022):

     pip install librosa
    
  • Conda (📥 640K · ⏱️ 17.03.2023):

     conda install -c conda-forge librosa
    
Magenta (🥈31 · 19K) - Magenta: Music and Art Generation with Machine Intelligence. Apache-2
  • GitHub (👨‍💻 160 · 🔀 3.7K · 📦 440 · 📋 960 - 38% open · ⏱️ 01.05.2023):

     git clone https://github.com/magenta/magenta
    
  • PyPi (📥 5.8K / month · 📦 38 · ⏱️ 01.08.2022):

     pip install magenta
    
spleeter (🥈30 · 23K) - Deezer source separation library including pretrained models. MIT
  • GitHub (👨‍💻 19 · 🔀 2.5K · 📥 2.4M · 📦 510 · 📋 750 - 26% open · ⏱️ 06.04.2023):

     git clone https://github.com/deezer/spleeter
    
  • PyPi (📥 17K / month · 📦 6 · ⏱️ 07.09.2022):

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

     conda install -c conda-forge spleeter
    
python-soundfile (🥈29 · 550) - SoundFile is an audio library based on libsndfile, CFFI, and.. BSD-3
  • GitHub (👨‍💻 30 · 🔀 87 · 📥 15K · 📦 21K · 📋 210 - 39% open · ⏱️ 24.03.2023):

     git clone https://github.com/bastibe/python-soundfile
    
  • PyPi (📥 1.3M / month · 📦 150 · ⏱️ 27.09.2022):

     pip install soundfile
    
  • Conda:

     conda install -c anaconda pysoundfile
    
pyAudioAnalysis (🥈28 · 5.3K · 💤) - Python Audio Analysis Library: Feature Extraction,.. Apache-2
  • GitHub (👨‍💻 27 · 🔀 1.1K · 📦 350 · 📋 310 - 60% open · ⏱️ 18.09.2022):

     git clone https://github.com/tyiannak/pyAudioAnalysis
    
  • PyPi (📥 12K / month · 📦 19 · ⏱️ 07.02.2022):

     pip install pyAudioAnalysis
    
audiomentations (🥈28 · 1.4K) - A Python library for audio data augmentation. Inspired by.. MIT
  • GitHub (👨‍💻 24 · 🔀 160 · 📦 270 · 📋 160 - 26% open · ⏱️ 26.05.2023):

     git clone https://github.com/iver56/audiomentations
    
  • PyPi (📥 7.8K / month · 📦 4 · ⏱️ 12.01.2023):

     pip install audiomentations
    
tinytag (🥈28 · 600) - Read audio and music meta data and duration of MP3, OGG, OPUS, MP4, M4A,.. MIT
  • GitHub (👨‍💻 26 · 🔀 100 · 📦 780 · 📋 100 - 15% open · ⏱️ 21.04.2023):

     git clone https://github.com/devsnd/tinytag
    
  • PyPi (📥 19K / month · 📦 100 · ⏱️ 12.03.2022):

     pip install tinytag
    
audioread (🥈28 · 440 · 💤) - cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio.. MIT
  • GitHub (👨‍💻 23 · 🔀 100 · 📦 13K · 📋 87 - 40% open · ⏱️ 18.11.2022):

     git clone https://github.com/beetbox/audioread
    
  • PyPi (📥 1.6M / month · 📦 350 · ⏱️ 12.08.2022):

     pip install audioread
    
  • Conda (📥 650K · ⏱️ 29.10.2022):

     conda install -c conda-forge audioread
    
Porcupine (🥉27 · 3K) - On-device wake word detection powered by deep learning. Apache-2
  • GitHub (👨‍💻 35 · 🔀 420 · 📦 19 · 📋 450 - 0% open · ⏱️ 31.05.2023):

     git clone https://github.com/Picovoice/Porcupine
    
  • PyPi (📥 3.2K / month · 📦 12 · ⏱️ 28.06.2022):

     pip install pvporcupine
    
DDSP (🥉26 · 2.5K) - DDSP: Differentiable Digital Signal Processing. Apache-2
  • GitHub (👨‍💻 32 · 🔀 300 · 📦 40 · 📋 160 - 24% open · ⏱️ 25.05.2023):

     git clone https://github.com/magenta/ddsp
    
  • PyPi (📥 35K / month · 📦 1 · ⏱️ 04.10.2022):

     pip install ddsp
    
  • Conda (📥 14K · ⏱️ 08.06.2020):

     conda install -c conda-forge ddsp
    
kapre (🥉22 · 880 · 💤) - kapre: Keras Audio Preprocessors. MIT
  • GitHub (👨‍💻 13 · 🔀 140 · 📥 23 · 📦 2.3K · 📋 96 - 14% open · ⏱️ 04.07.2022):

     git clone https://github.com/keunwoochoi/kapre
    
  • PyPi (📥 1.7K / month · 📦 14 · ⏱️ 21.01.2022):

     pip install kapre
    
nnAudio (🥉20 · 840) - Audio processing by using pytorch 1D convolution network. MIT
  • GitHub (👨‍💻 14 · 🔀 82 · 📦 100 · 📋 59 - 28% open · ⏱️ 28.03.2023):

     git clone https://github.com/KinWaiCheuk/nnAudio
    
  • PyPi (📥 4.2K / month · 📦 3 · ⏱️ 09.10.2022):

     pip install nnAudio
    
Julius (🥉20 · 340 · 💤) - Fast PyTorch based DSP for audio and 1D signals. MIT
  • GitHub (👨‍💻 2 · 🔀 23 · 📦 350 · 📋 10 - 10% open · ⏱️ 19.09.2022):

     git clone https://github.com/adefossez/julius
    
  • PyPi (📥 180K / month · 📦 6 · ⏱️ 20.09.2022):

     pip install julius
    
Show 10 hidden projects...
  • DeepSpeech (🥈34 · 22K · 💀) - DeepSpeech is an open source embedded (offline, on-.. MPL-2.0
  • aubio (🥈28 · 3K · 💀) - a library for audio and music analysis. ❗️GPL-3.0
  • Essentia (🥈28 · 2.4K) - C++ library for audio and music analysis, description and.. ❗️AGPL-3.0
  • Madmom (🥉25 · 1.1K · 💀) - Python audio and music signal processing library. BSD-3
  • python_speech_features (🥉24 · 2.2K · 💀) - This library provides common speech features for ASR.. MIT
  • TTS (🥉22 · 7.5K · 💀) - Deep learning for Text to Speech (Discussion forum:.. MPL-2.0
  • TimeSide (🥉22 · 350) - scalable audio processing framework and server written in Python. ❗️AGPL-3.0
  • Dejavu (🥉21 · 6.1K · 💀) - Audio fingerprinting and recognition in Python. MIT
  • Muda (🥉17 · 220 · 💀) - A library for augmenting annotated audio data. ISC
  • textlesslib (🥉9 · 410 · 💀) - Library for Textless Spoken Language Processing. MIT

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 (🥇42 · 11K) - WebGL2 powered visualization framework. MIT
  • GitHub (👨‍💻 230 · 🔀 2K · 📦 6K · 📋 2.7K - 8% open · ⏱️ 31.05.2023):

     git clone https://github.com/visgl/deck.gl
    
  • PyPi (📥 1.4M / month · 📦 42 · ⏱️ 04.11.2022):

     pip install pydeck
    
  • Conda (📥 380K · ⏱️ 04.11.2022):

     conda install -c conda-forge pydeck
    
  • npm (📥 410K / month · 📦 450 · ⏱️ 31.05.2023):

     npm install deck.gl
    
GeoPandas (🥇40 · 3.7K) - Python tools for geographic data. BSD-3
  • GitHub (👨‍💻 200 · 🔀 820 · 📥 1.9K · 📦 23K · 📋 1.5K - 26% open · ⏱️ 27.05.2023):

     git clone https://github.com/geopandas/geopandas
    
  • PyPi (📥 4.8M / month · 📦 1.5K · ⏱️ 10.12.2022):

     pip install geopandas
    
  • Conda (📥 2.9M · ⏱️ 06.05.2023):

     conda install -c conda-forge geopandas
    
folium (🥇38 · 6.3K) - Python Data. Leaflet.js Maps. MIT
  • GitHub (👨‍💻 150 · 🔀 2.2K · 📦 26K · 📋 1K - 5% open · ⏱️ 24.05.2023):

     git clone https://github.com/python-visualization/folium
    
  • PyPi (📥 730K / month · 📦 770 · ⏱️ 12.12.2022):

     pip install folium
    
  • Conda (📥 2M · ⏱️ 13.12.2022):

     conda install -c conda-forge folium
    
Rasterio (🥇38 · 2K) - Rasterio reads and writes geospatial raster datasets. BSD-3
  • GitHub (👨‍💻 150 · 🔀 520 · 📥 800 · 📦 7.8K · 📋 1.7K - 7% open · ⏱️ 31.05.2023):

     git clone https://github.com/rasterio/rasterio
    
  • PyPi (📥 1.5M / month · 📦 950 · ⏱️ 13.02.2023):

     pip install rasterio
    
  • Conda (📥 2.3M · ⏱️ 01.06.2023):

     conda install -c conda-forge rasterio
    
Shapely (🥈36 · 3.3K) - Manipulation and analysis of geometric objects. BSD-3
  • GitHub (👨‍💻 140 · 🔀 520 · 📥 1.5K · 📦 46K · 📋 1.1K - 19% open · ⏱️ 20.05.2023):

     git clone https://github.com/shapely/shapely
    
  • PyPi (📥 12M / month · 📦 770 · ⏱️ 30.01.2023):

     pip install shapely
    
  • Conda (📥 7.7M · ⏱️ 17.03.2023):

     conda install -c conda-forge shapely
    
pyproj (🥈36 · 890) - Python interface to PROJ (cartographic projections and coordinate.. MIT
  • GitHub (👨‍💻 61 · 🔀 190 · 📦 21K · 📋 570 - 4% open · ⏱️ 31.05.2023):

     git clone https://github.com/pyproj4/pyproj
    
  • PyPi (📥 6.7M / month · 📦 1.9K · ⏱️ 13.12.2022):

     pip install pyproj
    
  • Conda (📥 6M · ⏱️ 29.03.2023):

     conda install -c conda-forge pyproj
    
Fiona (🥈35 · 1K) - Fiona reads and writes geographic data files. BSD-3
  • GitHub (👨‍💻 68 · 🔀 200 · 📦 13K · 📋 750 - 4% open · ⏱️ 23.05.2023):

     git clone https://github.com/Toblerity/Fiona
    
  • PyPi (📥 5M / month · 📦 860 · ⏱️ 10.02.2023):

     pip install fiona
    
  • Conda (📥 4.5M · ⏱️ 17.05.2023):

     conda install -c conda-forge fiona
    
geopy (🥈33 · 4K · 💤) - Geocoding library for Python. MIT
  • GitHub (👨‍💻 130 · 🔀 610 · 📋 280 - 12% open · ⏱️ 13.11.2022):

     git clone https://github.com/geopy/geopy
    
  • PyPi (📥 4.1M / month · 📦 4K · ⏱️ 13.11.2022):

     pip install geopy
    
  • Conda (📥 1.1M · ⏱️ 13.11.2022):

     conda install -c conda-forge geopy
    
ArcGIS API (🥈32 · 1.6K) - Documentation and samples for ArcGIS API for Python. Apache-2
  • GitHub (👨‍💻 88 · 🔀 1K · 📥 8.3K · 📋 600 - 9% open · ⏱️ 01.06.2023):

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

     pip install arcgis
    
  • Docker Hub (📥 10K · 40 · ⏱️ 17.06.2022):

     docker pull esridocker/arcgis-api-python-notebook
    
ipyleaflet (🥉31 · 1.4K) - A Jupyter - Leaflet.js bridge. MIT
  • GitHub (👨‍💻 82 · 🔀 350 · 📦 4.5K · 📋 570 - 40% open · ⏱️ 10.02.2023):

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

     pip install ipyleaflet
    
  • Conda (📥 1M · ⏱️ 19.10.2022):

     conda install -c conda-forge ipyleaflet
    
  • npm (📥 40K / month · 📦 5 · ⏱️ 19.10.2022):

     npm install jupyter-leaflet
    
geojson (🥉31 · 810) - Python bindings and utilities for GeoJSON. BSD-3
  • GitHub (👨‍💻 53 · 🔀 120 · 📦 13K · 📋 96 - 25% open · ⏱️ 28.05.2023):

     git clone https://github.com/jazzband/geojson
    
  • PyPi (📥 1.1M / month · 📦 1.2K · ⏱️ 26.01.2023):

     pip install geojson
    
  • Conda (📥 710K · ⏱️ 16.02.2023):

     conda install -c conda-forge geojson
    
GeoViews (🥉28 · 480) - Simple, concise geographical visualization in Python. BSD-3
  • GitHub (👨‍💻 28 · 🔀 70 · 📦 680 · 📋 320 - 34% open · ⏱️ 25.05.2023):

     git clone https://github.com/holoviz/geoviews
    
  • PyPi (📥 6.3K / month · 📦 33 · ⏱️ 17.01.2023):

     pip install geoviews
    
  • Conda (📥 170K · ⏱️ 25.05.2023):

     conda install -c conda-forge geoviews
    
PySAL (🥉25 · 1.1K) - PySAL: Python Spatial Analysis Library Meta-Package. BSD-3
  • GitHub (👨‍💻 78 · 🔀 280 · 📋 620 - 2% open · ⏱️ 15.03.2023):

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

     pip install pysal
    
  • Conda (📥 490K · ⏱️ 31.01.2023):

     conda install -c conda-forge pysal
    
pymap3d (🥉24 · 310) - pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef.. BSD-2
  • GitHub (👨‍💻 15 · 🔀 78 · 📦 270 · 📋 47 - 6% open · ⏱️ 05.03.2023):

     git clone https://github.com/geospace-code/pymap3d
    
  • PyPi (📥 60K / month · 📦 20 · ⏱️ 03.07.2022):

     pip install pymap3d
    
  • Conda (📥 52K · ⏱️ 18.04.2023):

     conda install -c conda-forge pymap3d
    
Show 8 hidden projects...
  • Geocoder (🥈32 · 1.5K · 💀) - Python Geocoder. MIT
  • Satpy (🥉31 · 920) - Python package for earth-observing satellite data processing. ❗️GPL-3.0
  • Sentinelsat (🥉29 · 880) - Search and download Copernicus Sentinel satellite images. ❗️GPL-3.0
  • EarthPy (🥉26 · 440 · 💀) - A package built to support working with spatial data using open.. BSD-3
  • prettymaps (🥉24 · 9.8K) - A small set of Python functions to draw pretty maps from.. ❗️AGPL-3.0
  • gmaps (🥉23 · 760 · 💀) - Google maps for Jupyter notebooks. BSD-3
  • Mapbox GL (🥉23 · 640 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
  • geoplotlib (🥉21 · 990 · 💀) - python toolbox for visualizing geographical data and making maps. MIT

Financial Data

Back to top

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

yfinance (🥇38 · 9.6K) - Download market data from Yahoo! Finances API. Apache-2
  • GitHub (👨‍💻 80 · 🔀 1.8K · 📦 23K · 📋 1.1K - 15% open · ⏱️ 23.05.2023):

     git clone https://github.com/ranaroussi/yfinance
    
  • PyPi (📥 640K / month):

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

     conda install -c ranaroussi yfinance
    
ta (🥈30 · 3.6K · 💤) - Technical Analysis Library using Pandas and Numpy. MIT
  • GitHub (👨‍💻 29 · 🔀 780 · 📦 2.2K · 📋 230 - 56% open · ⏱️ 23.08.2022):