diff --git a/.gitignore b/.gitignore index 87cf1bd..32e7206 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # TEMP data/ +data*/ +.joblib_cache/ +.joblib_cache*/ .idea/ .vscode/ diff --git a/Makefile b/Makefile index 5f5a278..3c88837 100644 --- a/Makefile +++ b/Makefile @@ -19,14 +19,25 @@ run: ## Run black code formatter black: - source venv/bin/activate ; black . + source venv/bin/activate ; black --line-length 120 . + +## Run tests +test: + source venv/bin/activate ; PYTHONPATH='./src' pytest -vv --capture=no tests + +## Clear joblib cache +clear-cache: + rm -rf .joblib_cache + +## View API rate limits +api-rates: + curl -I https://api.github.com/users/dylanhogg ## Serve local client serve-local-client: open http://localhost:8002/ cd client/app; python3 -m http.server 8002 - ## AWS S3 cp client app to S3 s3-deploy-app: cd client; make s3-deploy-app; make cf-invalidation @@ -35,6 +46,10 @@ s3-deploy-app: s3-deploy-files: cd server; make s3-deploy-files; make cf-invalidation +## Run jupyter lab +jupyter: + source venv/bin/activate; PYTHONPATH='./src' jupyter lab + .DEFAULT_GOAL := help .PHONY: help help: diff --git a/README.md b/README.md index 9a8481f..f18e864 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 983 curated Python libraries and frameworks ordered by stars. +A selection of 1041 curated Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,60 +9,49 @@ Checkout the interactive version that you can filter and sort: tensorflow: An Open Source Machine Learning Framework for Everyone [https://tensorflow.org](https://tensorflow.org) [https://github.com/tensorflow/tensorflow](https://github.com/tensorflow/tensorflow) -449 stars per week over 381 weeks -171,742 stars, 87,866 forks, 7,751 watches +449 stars per week over 382 weeks +171,770 stars, 87,871 forks, 7,751 watches [ml-dl](categories/ml-dl.md) category, created 2015-11-07, last commit 2023-03-03, main language C++ deep-learning, deep-neural-networks, distributed, machine-learning, ml, neural-network, python, tensorflow -### [Python](https://github.com/thealgorithms/python) by [thealgorithms](https://github.com/thealgorithms) -Python: All Algorithms implemented in Python -[https://the-algorithms.com/](https://the-algorithms.com/) -[https://github.com/thealgorithms/python](https://github.com/thealgorithms/python) -446 stars per week over 345 weeks -154,473 stars, 39,208 forks, 5,968 watches -[study](categories/study.md) category, created 2016-07-16, last commit 2023-03-02, main language Python -algorithm, algorithm-competitions, algorithms-implemented, algos, community-driven, education, hacktoberfest, interview, learn, practice, python, searches, sorting-algorithms, sorts - - ### [transformers](https://github.com/huggingface/transformers) by [huggingface](https://github.com/huggingface) 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. [https://huggingface.co/transformers](https://huggingface.co/transformers) [https://github.com/huggingface/transformers](https://github.com/huggingface/transformers) 367 stars per week over 226 weeks -83,282 stars, 18,314 forks, 912 watches +83,475 stars, 18,339 forks, 912 watches [nlp](categories/nlp.md) category, created 2018-10-29, last commit 2023-03-03, main language Python bert, deep-learning, flax, hacktoberfest, jax, language-model, language-models, machine-learning, model-hub, natural-language-processing, nlp, nlp-library, pretrained-models, python, pytorch, pytorch-transformers, seq2seq, speech-recognition, tensorflow, transformer -### [django](https://github.com/django/django) -django: The Web framework for perfectionists with deadlines. -[https://www.djangoproject.com/](https://www.djangoproject.com/) -[https://github.com/django/django](https://github.com/django/django) -122 stars per week over 565 weeks -69,074 stars, 28,725 forks, 2,265 watches -[web](categories/web.md) category, created 2012-04-28, last commit 2023-03-02, main language Python -apps, django, framework, models, orm, python, templates, views, web - - ### [pytorch](https://github.com/pytorch/pytorch) pytorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration [https://pytorch.org](https://pytorch.org) [https://github.com/pytorch/pytorch](https://github.com/pytorch/pytorch) -185 stars per week over 341 weeks -63,307 stars, 17,573 forks, 1,633 watches -[ml-dl](categories/ml-dl.md) category, created 2016-08-13, last commit 2023-03-03, main language C++ +185 stars per week over 342 weeks +63,350 stars, 17,591 forks, 1,632 watches +[ml-dl](categories/ml-dl.md) category, created 2016-08-13, last commit 2023-03-04, main language C++ autograd, deep-learning, gpu, machine-learning, neural-network, numpy, python, tensor -### [flask](https://github.com/pallets/flask) by [pallets](https://github.com/pallets) -flask: The Python micro framework for building web applications. -[https://flask.palletsprojects.com](https://flask.palletsprojects.com) -[https://github.com/pallets/flask](https://github.com/pallets/flask) -92 stars per week over 673 weeks -62,068 stars, 15,477 forks, 2,143 watches -[web](categories/web.md) category, created 2010-04-06, last commit 2023-03-01, main language Python -flask, jinja, pallets, python, web-framework, werkzeug, wsgi +### [cpython](https://github.com/python/cpython) by [python](https://github.com/python) +cpython: The Python programming language +[https://www.python.org/](https://www.python.org/) +[https://github.com/python/cpython](https://github.com/python/cpython) +161 stars per week over 316 weeks +50,982 stars, 25,966 forks, 1,473 watches +[util](categories/util.md) category, created 2017-02-10, last commit 2023-03-04, main language Python + + +### [InvokeAI](https://github.com/invoke-ai/invokeai) by [invoke-ai](https://github.com/invoke-ai) +InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products. +[https://invoke-ai.github.io/InvokeAI/](https://invoke-ai.github.io/InvokeAI/) +[https://github.com/invoke-ai/invokeai](https://github.com/invoke-ai/invokeai) +400 stars per week over 28 weeks +11,435 stars, 1,296 forks, 131 watches +[diffusion](categories/diffusion.md) category, created 2022-08-17, last commit 2023-03-04, main language Jupyter Notebook +ai-art, artificial-intelligence, generative-art, image-generation, img2img, inpainting, latent-diffusion, linux, macos, outpainting, stable-diffusion, txt2img, windows ### [core](https://github.com/home-assistant/core) by [home-assistant](https://github.com/home-assistant) @@ -70,28 +59,115 @@ core: :house_with_garden: Open source home automation that puts local control an [https://www.home-assistant.io](https://www.home-assistant.io) [https://github.com/home-assistant/core](https://github.com/home-assistant/core) 118 stars per week over 493 weeks -58,569 stars, 22,197 forks, 1,349 watches -[util](categories/util.md) category, created 2013-09-17, last commit 2023-03-03, main language Python +58,588 stars, 22,223 forks, 1,352 watches +[util](categories/util.md) category, created 2013-09-17, last commit 2023-03-04, main language Python asyncio, hacktoberfest, home-automation, internet-of-things, iot, mqtt, python, raspberry-pi +### [ruff](https://github.com/charliermarsh/ruff) by [charliermarsh](https://github.com/charliermarsh) +ruff: An extremely fast Python linter, written in Rust. +[https://beta.ruff.rs](https://beta.ruff.rs) +[https://github.com/charliermarsh/ruff](https://github.com/charliermarsh/ruff) +319 stars per week over 29 weeks +9,508 stars, 302 forks, 48 watches +[util](categories/util.md) category, created 2022-08-09, last commit 2023-03-04, main language Rust +linter, pep8, python, python3, ruff, rust, rustpython, static-analysis, static-code-analysis, style-guide, styleguide + + +### [ChatGPT](https://github.com/acheong08/chatgpt) by [acheong08](https://github.com/acheong08) +ChatGPT: Reverse engineered ChatGPT API +[https://github.com/acheong08/chatgpt](https://github.com/acheong08/chatgpt) +1507 stars per week over 13 weeks +19,819 stars, 3,052 forks, 210 watches +[nlp](categories/nlp.md) category, created 2022-12-03, last commit 2023-03-04, main language Python +chatgpt, cli, gptchat, library, pypi-package, revchatgpt + + +### [Open-Assistant](https://github.com/laion-ai/open-assistant) by [laion-ai](https://github.com/laion-ai) +Open-Assistant: OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so. +[https://open-assistant.io](https://open-assistant.io) +[https://github.com/laion-ai/open-assistant](https://github.com/laion-ai/open-assistant) +1514 stars per week over 11 weeks +17,736 stars, 1,338 forks, 270 watches +[nlp](categories/nlp.md) category, created 2022-12-13, last commit 2023-03-04, main language Python +ai, assistant, chatgpt, discord-bot, language-model, machine-learning, nextjs, python, rlhf + + +### [diffusers](https://github.com/huggingface/diffusers) by [huggingface](https://github.com/huggingface) +🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch +[https://huggingface.co/docs/diffusers](https://huggingface.co/docs/diffusers) +[https://github.com/huggingface/diffusers](https://github.com/huggingface/diffusers) +281 stars per week over 39 weeks +11,238 stars, 2,215 forks, 119 watches +[diffusion](categories/diffusion.md) category, created 2022-05-30, last commit 2023-03-03, main language Python +deep-learning, diffusion, hacktoberfest, image-generation, image2image, pytorch, score-based-generative-modeling, stable-diffusion, text2image + + +### [Python](https://github.com/thealgorithms/python) by [thealgorithms](https://github.com/thealgorithms) +Python: All Algorithms implemented in Python +[https://the-algorithms.com/](https://the-algorithms.com/) +[https://github.com/thealgorithms/python](https://github.com/thealgorithms/python) +446 stars per week over 346 weeks +154,597 stars, 39,224 forks, 5,966 watches +[study](categories/study.md) category, created 2016-07-16, last commit 2023-03-02, main language Python +algorithm, algorithm-competitions, algorithms-implemented, algos, community-driven, education, hacktoberfest, interview, learn, practice, python, searches, sorting-algorithms, sorts + + +### [rich](https://github.com/willmcgugan/rich) by [willmcgugan](https://github.com/willmcgugan) +Rich is a Python library for rich text and beautiful formatting in the terminal. +[https://rich.readthedocs.io/en/latest/](https://rich.readthedocs.io/en/latest/) +[https://github.com/willmcgugan/rich](https://github.com/willmcgugan/rich) +244 stars per week over 173 weeks +42,276 stars, 1,505 forks, 544 watches +[term](categories/term.md) category, created 2019-11-10, last commit 2023-03-04, main language Python +ansi-colors, emoji, markdown, progress-bar, progress-bar-python, python, python-library, python3, rich, syntax-highlighting, tables, terminal, terminal-color, traceback, tracebacks-rich, tui + + +### [django](https://github.com/django/django) +django: The Web framework for perfectionists with deadlines. +[https://www.djangoproject.com/](https://www.djangoproject.com/) +[https://github.com/django/django](https://github.com/django/django) +122 stars per week over 566 weeks +69,086 stars, 28,735 forks, 2,266 watches +[web](categories/web.md) category, created 2012-04-28, last commit 2023-03-04, main language Python +apps, django, framework, models, orm, python, templates, views, web + + +### [airflow](https://github.com/apache/airflow) by [apache](https://github.com/apache) +airflow: Apache Airflow - A platform to programmatically author, schedule, and monitor workflows +[https://airflow.apache.org/](https://airflow.apache.org/) +[https://github.com/apache/airflow](https://github.com/apache/airflow) +71 stars per week over 411 weeks +29,349 stars, 12,007 forks, 758 watches +[ml-ops](categories/ml-ops.md) category, created 2015-04-13, last commit 2023-03-03, main language Python +airflow, apache, apache-airflow, hacktoberfest, python, scheduler, workflow + + ### [keras](https://github.com/keras-team/keras) by [keras-team](https://github.com/keras-team) keras: Deep Learning for humans [http://keras.io/](http://keras.io/) [https://github.com/keras-team/keras](https://github.com/keras-team/keras) -138 stars per week over 413 weeks -57,454 stars, 19,304 forks, 1,923 watches +138 stars per week over 414 weeks +57,473 stars, 19,305 forks, 1,923 watches [ml-dl](categories/ml-dl.md) category, created 2015-03-28, last commit 2023-03-02, main language Python data-science, deep-learning, machine-learning, neural-networks, python, tensorflow +### [langchain](https://github.com/hwchase17/langchain) by [hwchase17](https://github.com/hwchase17) +langchain: ⚡ Building applications with LLMs through composability ⚡ +[https://github.com/hwchase17/langchain](https://github.com/hwchase17/langchain) +462 stars per week over 19 weeks +9,178 stars, 810 forks, 137 watches +[nlp](categories/nlp.md) category, created 2022-10-17, last commit 2023-03-04, main language Python + + ### [fastapi](https://github.com/tiangolo/fastapi) by [tiangolo](https://github.com/tiangolo) FastAPI framework, high performance, easy to learn, fast to code, ready for production [https://fastapi.tiangolo.com/](https://fastapi.tiangolo.com/) [https://github.com/tiangolo/fastapi](https://github.com/tiangolo/fastapi) -249 stars per week over 220 weeks -55,091 stars, 4,568 forks, 616 watches -[web](categories/web.md) category, created 2018-12-08, last commit 2023-03-02, main language Python +249 stars per week over 221 weeks +55,127 stars, 4,572 forks, 616 watches +[web](categories/web.md) category, created 2018-12-08, last commit 2023-03-04, main language Python api, async, asyncio, fastapi, framework, json, json-schema, openapi, openapi3, pydantic, python, python-types, python3, redoc, rest, starlette, swagger, swagger-ui, uvicorn, web @@ -100,104 +176,67 @@ scikit-learn: machine learning in Python [https://scikit-learn.org](https://scikit-learn.org) [https://github.com/scikit-learn/scikit-learn](https://github.com/scikit-learn/scikit-learn) 81 stars per week over 654 weeks -53,170 stars, 23,997 forks, 2,155 watches -[ml](categories/ml.md) category, created 2010-08-17, last commit 2023-03-02, main language Python +53,184 stars, 24,000 forks, 2,155 watches +[ml](categories/ml.md) category, created 2010-08-17, last commit 2023-03-03, main language Python data-analysis, data-science, machine-learning, python, statistics -### [cpython](https://github.com/python/cpython) by [python](https://github.com/python) -cpython: The Python programming language -[https://www.python.org/](https://www.python.org/) -[https://github.com/python/cpython](https://github.com/python/cpython) -161 stars per week over 316 weeks -50,959 stars, 25,948 forks, 1,472 watches -[util](categories/util.md) category, created 2017-02-10, last commit 2023-03-02, main language Python - - -### [requests](https://github.com/psf/requests) by [psf](https://github.com/psf) -requests: A simple, yet elegant, HTTP library. -[https://requests.readthedocs.io/en/latest/](https://requests.readthedocs.io/en/latest/) -[https://github.com/psf/requests](https://github.com/psf/requests) -78 stars per week over 628 weeks -49,131 stars, 8,993 forks, 1,352 watches -[web](categories/web.md) category, created 2011-02-13, last commit 2023-02-27, main language Python -client, cookies, forhumans, http, humans, python, python-requests, requests - - -### [scrapy](https://github.com/scrapy/scrapy) -Scrapy, a fast high-level web crawling & scraping framework for Python. -[https://scrapy.org](https://scrapy.org) -[https://github.com/scrapy/scrapy](https://github.com/scrapy/scrapy) -68 stars per week over 679 weeks -46,335 stars, 9,883 forks, 1,782 watches -[data](categories/data.md) category, created 2010-02-22, last commit 2023-03-02, main language Python -crawler, crawling, framework, hacktoberfest, python, scraping, web-scraping, web-scraping-python - - -### [stable-diffusion](https://github.com/compvis/stable-diffusion) by [compvis](https://github.com/compvis) -stable-diffusion: A latent text-to-image diffusion model -[https://ommer-lab.com/research/latent-diffusion-models/](https://ommer-lab.com/research/latent-diffusion-models/) -[https://github.com/compvis/stable-diffusion](https://github.com/compvis/stable-diffusion) -1505 stars per week over 29 weeks -44,083 stars, 6,866 forks, 423 watches -[diffusion](categories/diffusion.md) category, created 2022-08-10, last commit 2022-11-16, main language Jupyter Notebook +### [textual](https://github.com/willmcgugan/textual) by [willmcgugan](https://github.com/willmcgugan) +Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. +[https://textual.textualize.io/](https://textual.textualize.io/) +[https://github.com/willmcgugan/textual](https://github.com/willmcgugan/textual) +180 stars per week over 99 weeks +17,946 stars, 525 forks, 157 watches +[term](categories/term.md) category, created 2021-04-08, last commit 2023-03-03, main language Python +cli, framework, python, rich, terminal, tui -### [faceswap](https://github.com/deepfakes/faceswap) by [deepfakes](https://github.com/deepfakes) -faceswap: Deepfakes Software For All -[https://www.faceswap.dev](https://www.faceswap.dev) -[https://github.com/deepfakes/faceswap](https://github.com/deepfakes/faceswap) -161 stars per week over 271 weeks -43,824 stars, 12,148 forks, 1,505 watches -[ml-dl](categories/ml-dl.md) category, created 2017-12-19, last commit 2023-02-24, main language Python -deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, myfakeapp, neural-nets, neural-networks, openfaceswap +### [ColossalAI](https://github.com/hpcaitech/colossalai) by [hpcaitech](https://github.com/hpcaitech) +ColossalAI: Making large AI models cheaper, faster and more accessible +[https://www.colossalai.org/](https://www.colossalai.org/) +[https://github.com/hpcaitech/colossalai](https://github.com/hpcaitech/colossalai) +249 stars per week over 70 weeks +17,548 stars, 1,853 forks, 206 watches +[ml-dl](categories/ml-dl.md) category, created 2021-10-28, last commit 2023-03-04, main language Python +ai, big-model, data-parallelism, deep-learning, distributed-computing, foundation-models, heterogeneous-training, hpc, inference, large-scale, model-parallelism, pipeline-parallelism ### [stable-diffusion-webui](https://github.com/automatic1111/stable-diffusion-webui) by [automatic1111](https://github.com/automatic1111) stable-diffusion-webui: Stable Diffusion web UI [https://github.com/automatic1111/stable-diffusion-webui](https://github.com/automatic1111/stable-diffusion-webui) -1547 stars per week over 27 weeks -42,659 stars, 7,890 forks, 397 watches +1555 stars per week over 27 weeks +43,329 stars, 8,008 forks, 402 watches [diffusion](categories/diffusion.md) category, created 2022-08-22, last commit 2023-02-20, main language Python -### [rich](https://github.com/willmcgugan/rich) by [willmcgugan](https://github.com/willmcgugan) -Rich is a Python library for rich text and beautiful formatting in the terminal. -[https://rich.readthedocs.io/en/latest/](https://rich.readthedocs.io/en/latest/) -[https://github.com/willmcgugan/rich](https://github.com/willmcgugan/rich) -244 stars per week over 172 weeks -42,256 stars, 1,505 forks, 544 watches -[term](categories/term.md) category, created 2019-11-10, last commit 2023-02-19, main language Python -ansi-colors, emoji, markdown, progress-bar, progress-bar-python, python, python-library, python3, rich, syntax-highlighting, tables, terminal, terminal-color, traceback, tracebacks-rich, tui - - -### [sherlock](https://github.com/sherlock-project/sherlock) by [sherlock-project](https://github.com/sherlock-project) -sherlock: 🔎 Hunt down social media accounts by username across social networks -[http://sherlock-project.github.io](http://sherlock-project.github.io) -[https://github.com/sherlock-project/sherlock](https://github.com/sherlock-project/sherlock) -180 stars per week over 218 weeks -39,398 stars, 4,675 forks, 982 watches -[web](categories/web.md) category, created 2018-12-24, last commit 2023-02-27, main language Python -cli, hacktoberfest, hacktoberfest2022, information-gathering, linux, macos, osint, python, python3, reconnaissance, redteam, sherlock, tools, windows +### [lightning](https://github.com/pytorchlightning/pytorch-lightning) by [pytorchlightning](https://github.com/pytorchlightning) +lightning: Deep learning framework to train, deploy, and ship AI products Lightning fast. +[https://lightning.ai](https://lightning.ai) +[https://github.com/pytorchlightning/pytorch-lightning](https://github.com/pytorchlightning/pytorch-lightning) +106 stars per week over 205 weeks +21,777 stars, 2,761 forks, 229 watches +[ml-dl](categories/ml-dl.md) category, created 2019-03-31, last commit 2023-03-03, main language Python +ai, artificial-intelligence, data-science, deep-learning, machine-learning, python, pytorch -### [PythonDataScienceHandbook](https://github.com/jakevdp/pythondatasciencehandbook) by [jakevdp](https://github.com/jakevdp) -PythonDataScienceHandbook: Python Data Science Handbook: full text in Jupyter Notebooks -[http://jakevdp.github.io/PythonDataScienceHandbook](http://jakevdp.github.io/PythonDataScienceHandbook) -[https://github.com/jakevdp/pythondatasciencehandbook](https://github.com/jakevdp/pythondatasciencehandbook) -109 stars per week over 342 weeks -37,646 stars, 16,600 forks, 1,774 watches -[study](categories/study.md) category, created 2016-08-10, last commit 2018-11-30, main language Jupyter Notebook -jupyter-notebook, matplotlib, numpy, pandas, python, scikit-learn +### [ray](https://github.com/ray-project/ray) by [ray-project](https://github.com/ray-project) +Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads. +[https://ray.io](https://ray.io) +[https://github.com/ray-project/ray](https://github.com/ray-project/ray) +73 stars per week over 331 weeks +24,399 stars, 4,238 forks, 441 watches +[ml-ops](categories/ml-ops.md) category, created 2016-10-25, last commit 2023-03-04, main language Python +automl, data-science, deep-learning, deployment, distributed, hyperparameter-optimization, hyperparameter-search, java, machine-learning, model-selection, optimization, parallel, python, pytorch, ray, reinforcement-learning, rllib, serving, tensorflow -### [DeepFaceLab](https://github.com/iperov/deepfacelab) by [iperov](https://github.com/iperov) -DeepFaceLab is the leading software for creating deepfakes. -[https://github.com/iperov/deepfacelab](https://github.com/iperov/deepfacelab) -152 stars per week over 247 weeks -37,640 stars, 8,431 forks, 1,056 watches -[ml-dl](categories/ml-dl.md) category, created 2018-06-04, last commit 2022-12-31, main language Python -arxiv, creating-deepfakes, deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfacelab, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, neural-nets, neural-networks +### [OpenBBTerminal](https://github.com/openbb-finance/openbbterminal) by [openbb-finance](https://github.com/openbb-finance) +OpenBBTerminal: Investment Research for Everyone, Anywhere. +[https://openbb.co](https://openbb.co) +[https://github.com/openbb-finance/openbbterminal](https://github.com/openbb-finance/openbbterminal) +168 stars per week over 115 weeks +19,426 stars, 2,023 forks, 239 watches +[finance](categories/finance.md) category, created 2020-12-20, last commit 2023-03-04, main language Python +artificial-intelligence, crypto, cryptocurrency, economics, finance, investment, investment-research, machine-learning, openbb, python, quantitative-finance, stocks ### [pandas](https://github.com/pandas-dev/pandas) by [pandas-dev](https://github.com/pandas-dev) @@ -205,139 +244,117 @@ pandas: Flexible and powerful data analysis / manipulation library for Python, p [https://pandas.pydata.org](https://pandas.pydata.org) [https://github.com/pandas-dev/pandas](https://github.com/pandas-dev/pandas) 56 stars per week over 653 weeks -37,044 stars, 15,835 forks, 1,105 watches -[pandas](categories/pandas.md) category, created 2010-08-24, last commit 2023-03-03, main language Python +37,060 stars, 15,845 forks, 1,105 watches +[pandas](categories/pandas.md) category, created 2010-08-24, last commit 2023-03-04, main language Python alignment, data-analysis, data-science, flexible, pandas, python +### [polars](https://github.com/pola-rs/polars) by [pola-rs](https://github.com/pola-rs) +polars: Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python | Node.js +[https://pola.rs/](https://pola.rs/) +[https://github.com/pola-rs/polars](https://github.com/pola-rs/polars) +101 stars per week over 146 weeks +14,809 stars, 751 forks, 126 watches +[perf](categories/perf.md) category, created 2020-05-13, last commit 2023-03-03, main language Rust +arrow, dataframe, dataframe-library, dataframes, out-of-core, python, rust + + +### [Paddle](https://github.com/paddlepaddle/paddle) by [paddlepaddle](https://github.com/paddlepaddle) +Paddle: PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) +[http://www.paddlepaddle.org/](http://www.paddlepaddle.org/) +[https://github.com/paddlepaddle/paddle](https://github.com/paddlepaddle/paddle) +57 stars per week over 341 weeks +19,707 stars, 5,002 forks, 731 watches +[ml-dl](categories/ml-dl.md) category, created 2016-08-15, last commit 2023-03-03, main language C++ +deep-learning, distributed-training, efficiency, machine-learning, neural-network, paddlepaddle, python, scalability + + +### [ccxt](https://github.com/ccxt/ccxt) +ccxt: A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges +[https://github.com/ccxt/ccxt](https://github.com/ccxt/ccxt) +90 stars per week over 303 weeks +27,419 stars, 6,729 forks, 940 watches +[crypto](categories/crypto.md) category, created 2017-05-14, last commit 2023-03-04, main language JavaScript +altcoin, api, arbitrage, bitcoin, bot, btc, crypto, cryptocurrency, e-commerce, eth, ethereum, exchange, invest, library, market-data, merchant, strategy, trade, trading + + +### [freqtrade](https://github.com/freqtrade/freqtrade) +freqtrade: Free, open source crypto trading bot +[https://www.freqtrade.io](https://www.freqtrade.io) +[https://github.com/freqtrade/freqtrade](https://github.com/freqtrade/freqtrade) +69 stars per week over 302 weeks +20,908 stars, 4,495 forks, 595 watches +[crypto](categories/crypto.md) category, created 2017-05-17, last commit 2023-03-03, main language Python +algorithmic-trading, bitcoin, cryptocurrencies, cryptocurrency, freqtrade, python, telegram-bot, trade, trading-bot + + +### [EdgeGPT](https://github.com/acheong08/edgegpt) by [acheong08](https://github.com/acheong08) +EdgeGPT: Reverse engineered API of Microsoft's Bing Chat +[https://github.com/acheong08/edgegpt](https://github.com/acheong08/edgegpt) +687 stars per week over 3 weeks +2,357 stars, 228 forks, 34 watches +[nlp](categories/nlp.md) category, created 2023-02-09, last commit 2023-03-05, main language Python +binggpt, chatgpt, edge, edgegpt, gpt, reverse-engineering + + ### [black](https://github.com/psf/black) by [psf](https://github.com/psf) black: The uncompromising Python code formatter [https://black.readthedocs.io/en/stable/](https://black.readthedocs.io/en/stable/) [https://github.com/psf/black](https://github.com/psf/black) 121 stars per week over 259 weeks -31,509 stars, 2,032 forks, 230 watches +31,523 stars, 2,033 forks, 230 watches [util](categories/util.md) category, created 2018-03-14, last commit 2023-02-27, main language Python autopep8, code, codeformatter, formatter, gofmt, hacktoberfest, pre-commit-hook, python, yapf -### [pyenv](https://github.com/pyenv/pyenv) -pyenv: Simple Python version management -[https://github.com/pyenv/pyenv](https://github.com/pyenv/pyenv) -56 stars per week over 548 weeks -30,833 stars, 2,722 forks, 384 watches -[util](categories/util.md) category, created 2012-08-31, last commit 2023-03-02, main language Roff -python, shell +### [pyscript](https://github.com/pyscript/pyscript) +pyscript: Home Page: https://pyscript.net Examples: https://pyscript.net/examples +[https://github.com/pyscript/pyscript/discussions](https://github.com/pyscript/pyscript/discussions) +[https://github.com/pyscript/pyscript](https://github.com/pyscript/pyscript) +288 stars per week over 53 weeks +15,525 stars, 1,166 forks, 175 watches +[web](categories/web.md) category, created 2022-02-21, last commit 2023-03-03, main language Python +html, javascript, python, wasm -### [gym](https://github.com/openai/gym) by [openai](https://github.com/openai) -gym: A toolkit for developing and comparing reinforcement learning algorithms. -[https://www.gymlibrary.dev](https://www.gymlibrary.dev) -[https://github.com/openai/gym](https://github.com/openai/gym) -84 stars per week over 357 weeks -30,205 stars, 8,252 forks, 1,010 watches -[sim](categories/sim.md) category, created 2016-04-27, last commit 2023-01-30, main language Python +### [datasets](https://github.com/huggingface/datasets) by [huggingface](https://github.com/huggingface) +datasets: 🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools +[https://huggingface.co/docs/datasets](https://huggingface.co/docs/datasets) +[https://github.com/huggingface/datasets](https://github.com/huggingface/datasets) +100 stars per week over 153 weeks +15,388 stars, 2,044 forks, 261 watches +[nlp](categories/nlp.md) category, created 2020-03-26, last commit 2023-03-03, main language Python +computer-vision, datasets, deep-learning, evaluation, hacktoberfest, machine-learning, metrics, natural-language-processing, nlp, numpy, pandas, pytorch, speech, tensorflow -### [certbot](https://github.com/certbot/certbot) -Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. -[https://github.com/certbot/certbot](https://github.com/certbot/certbot) -68 stars per week over 433 weeks -29,681 stars, 3,332 forks, 762 watches -[security](categories/security.md) category, created 2014-11-12, last commit 2023-03-02, main language Python -acme, acme-client, certbot, certificate, letsencrypt, python +### [pynecone](https://github.com/pynecone-io/pynecone) by [pynecone-io](https://github.com/pynecone-io) +pynecone: 🕸 Web apps in pure Python 🐍 +[https://pynecone.io](https://pynecone.io) +[https://github.com/pynecone-io/pynecone](https://github.com/pynecone-io/pynecone) +298 stars per week over 18 weeks +5,577 stars, 188 forks, 57 watches +[web](categories/web.md) category, created 2022-10-25, last commit 2023-03-04, main language Python +framework, fullstack, infrastructure, open-source, python, python-library, python3, web, webdev -### [airflow](https://github.com/apache/airflow) by [apache](https://github.com/apache) -airflow: Apache Airflow - A platform to programmatically author, schedule, and monitor workflows -[https://airflow.apache.org/](https://airflow.apache.org/) -[https://github.com/apache/airflow](https://github.com/apache/airflow) -71 stars per week over 411 weeks -29,333 stars, 12,009 forks, 759 watches -[ml-ops](categories/ml-ops.md) category, created 2015-04-13, last commit 2023-03-02, main language Python -airflow, apache, apache-airflow, hacktoberfest, python, scheduler, workflow +### [mmdetection](https://github.com/open-mmlab/mmdetection) by [open-mmlab](https://github.com/open-mmlab) +mmdetection: OpenMMLab Detection Toolbox and Benchmark +[https://mmdetection.readthedocs.io](https://mmdetection.readthedocs.io) +[https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection) +97 stars per week over 236 weeks +23,179 stars, 8,406 forks, 363 watches +[ml](categories/ml.md) category, created 2018-08-22, last commit 2023-02-28, main language Python +cascade-rcnn, convnext, detr, fast-rcnn, faster-rcnn, instance-segmentation, mask-rcnn, object-detection, panoptic-segmentation, pytorch, retinanet, rtmdet, semisupervised-learning, ssd, swin-transformer, transformer, vision-transformer, yolo -### [diagrams](https://github.com/mingrammer/diagrams) by [mingrammer](https://github.com/mingrammer) -diagrams: :art: Diagram as Code for prototyping cloud system architectures -[https://diagrams.mingrammer.com](https://diagrams.mingrammer.com) -[https://github.com/mingrammer/diagrams](https://github.com/mingrammer/diagrams) -173 stars per week over 160 weeks -27,938 stars, 1,717 forks, 346 watches -[util](categories/util.md) category, created 2020-02-02, last commit 2023-01-13, main language Python -architecture, diagram, diagram-as-code, graphviz - - -### [ccxt](https://github.com/ccxt/ccxt) -ccxt: A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges -[https://github.com/ccxt/ccxt](https://github.com/ccxt/ccxt) -90 stars per week over 302 weeks -27,411 stars, 6,725 forks, 940 watches -[crypto](categories/crypto.md) category, created 2017-05-14, last commit 2023-03-02, main language JavaScript -altcoin, api, arbitrage, bitcoin, bot, btc, crypto, cryptocurrency, e-commerce, eth, ethereum, exchange, invest, library, market-data, merchant, strategy, trade, trading - - -### [GFPGAN](https://github.com/tencentarc/gfpgan) by [tencentarc](https://github.com/tencentarc) -GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. -[https://github.com/tencentarc/gfpgan](https://github.com/tencentarc/gfpgan) -263 stars per week over 102 weeks -26,911 stars, 4,154 forks, 395 watches -[ml](categories/ml.md) category, created 2021-03-19, last commit 2022-09-16, main language Python -deep-learning, face-restoration, gan, gfpgan, image-restoration, pytorch, super-resolution - - -### [Detectron](https://github.com/facebookresearch/detectron) by [facebookresearch](https://github.com/facebookresearch) -Detectron: FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet. -[https://github.com/facebookresearch/detectron](https://github.com/facebookresearch/detectron) -90 stars per week over 282 weeks -25,556 stars, 5,490 forks, 960 watches -[ml-dl](categories/ml-dl.md) category, created 2017-10-05, last commit 2023-02-21, main language Python - - -### [spaCy](https://github.com/explosion/spacy) by [explosion](https://github.com/explosion) -spaCy: 💫 Industrial-strength Natural Language Processing (NLP) in Python -[https://spacy.io](https://spacy.io) -[https://github.com/explosion/spacy](https://github.com/explosion/spacy) -56 stars per week over 452 weeks -25,380 stars, 4,038 forks, 548 watches -[nlp](categories/nlp.md) category, created 2014-07-03, last commit 2023-03-01, main language Python -ai, artificial-intelligence, cython, data-science, deep-learning, entity-linking, machine-learning, named-entity-recognition, natural-language-processing, neural-network, neural-networks, nlp, nlp-library, python, spacy, text-classification, tokenization - - -### [ray](https://github.com/ray-project/ray) by [ray-project](https://github.com/ray-project) -Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a toolkit of libraries (Ray AIR) for accelerating ML workloads. -[https://ray.io](https://ray.io) -[https://github.com/ray-project/ray](https://github.com/ray-project/ray) -73 stars per week over 331 weeks -24,371 stars, 4,237 forks, 441 watches -[ml-ops](categories/ml-ops.md) category, created 2016-10-25, last commit 2023-03-03, main language Python -automl, data-science, deep-learning, deployment, distributed, hyperparameter-optimization, hyperparameter-search, java, machine-learning, model-selection, optimization, parallel, python, pytorch, ray, reinforcement-learning, rllib, serving, tensorflow - - -### [handson-ml2](https://github.com/ageron/handson-ml2) by [ageron](https://github.com/ageron) -handson-ml2: A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. -[https://github.com/ageron/handson-ml2](https://github.com/ageron/handson-ml2) -111 stars per week over 216 weeks -24,220 stars, 11,679 forks, 632 watches -[ml](categories/ml.md) category, created 2019-01-08, last commit 2023-02-04, main language Jupyter Notebook - - -### [tqdm](https://github.com/tqdm/tqdm) -tqdm: A Fast, Extensible Progress Bar for Python and CLI -[https://tqdm.github.io](https://tqdm.github.io) -[https://github.com/tqdm/tqdm](https://github.com/tqdm/tqdm) -59 stars per week over 404 weeks -24,132 stars, 1,224 forks, 208 watches -[term](categories/term.md) category, created 2015-06-03, last commit 2022-09-03, main language Python -cli, closember, console, discord, gui, jupyter, keras, meter, pandas, parallel, progress, progress-bar, progressbar, progressmeter, python, rate, telegram, terminal, time, utilities - - -### [python-fire](https://github.com/google/python-fire) by [google](https://github.com/google) -python-fire: Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. -[https://github.com/google/python-fire](https://github.com/google/python-fire) -76 stars per week over 314 weeks -24,049 stars, 1,367 forks, 381 watches -[term](categories/term.md) category, created 2017-02-21, last commit 2023-02-13, main language Python -cli, python +### [jax](https://github.com/google/jax) by [google](https://github.com/google) +jax: Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more +[http://jax.readthedocs.io/](http://jax.readthedocs.io/) +[https://github.com/google/jax](https://github.com/google/jax) +97 stars per week over 227 weeks +22,126 stars, 2,073 forks, 309 watches +[ml](categories/ml.md) category, created 2018-10-25, last commit 2023-03-03, main language Python +jax ### [poetry](https://github.com/python-poetry/poetry) by [python-poetry](https://github.com/python-poetry) @@ -345,164 +362,87 @@ poetry: Python packaging and dependency management made easy [https://python-poetry.org](https://python-poetry.org) [https://github.com/python-poetry/poetry](https://github.com/python-poetry/poetry) 91 stars per week over 261 weeks -23,983 stars, 1,918 forks, 184 watches -[util](categories/util.md) category, created 2018-02-28, last commit 2023-03-01, main language Python +24,007 stars, 1,919 forks, 184 watches +[util](categories/util.md) category, created 2018-02-28, last commit 2023-03-04, main language Python dependency-manager, package-manager, packaging, poetry, python -### [pytorch-image-models](https://github.com/rwightman/pytorch-image-models) by [rwightman](https://github.com/rwightman) -pytorch-image-models: PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more -[https://huggingface.co/docs/timm](https://huggingface.co/docs/timm) -[https://github.com/rwightman/pytorch-image-models](https://github.com/rwightman/pytorch-image-models) -111 stars per week over 212 weeks -23,833 stars, 3,932 forks, 297 watches -[ml-dl](categories/ml-dl.md) category, created 2019-02-02, last commit 2023-02-27, main language Python -augmix, cnn-classification, distributed-training, dual-path-networks, efficientnet, efficientnet-training, imagenet-classifier, mixnet, mnasnet, mobile-deep-learning, mobilenet-v2, mobilenetv3, nfnets, normalization-free-training, pretrained-models, pretrained-weights, pytorch, randaugment, resnet, vision-transformer-models - - -### [xgboost](https://github.com/dmlc/xgboost) by [dmlc](https://github.com/dmlc) -xgboost: Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -[https://xgboost.ai/](https://xgboost.ai/) -[https://github.com/dmlc/xgboost](https://github.com/dmlc/xgboost) -50 stars per week over 473 weeks -23,823 stars, 8,550 forks, 925 watches -[ml](categories/ml.md) category, created 2014-02-06, last commit 2023-03-02, main language C++ -distributed-systems, gbdt, gbm, gbrt, machine-learning, xgboost - - -### [detectron2](https://github.com/facebookresearch/detectron2) by [facebookresearch](https://github.com/facebookresearch) -Detectron2 is a platform for object detection, segmentation and other visual recognition tasks. -[https://detectron2.readthedocs.io/en/latest/](https://detectron2.readthedocs.io/en/latest/) -[https://github.com/facebookresearch/detectron2](https://github.com/facebookresearch/detectron2) -130 stars per week over 182 weeks -23,734 stars, 6,486 forks, 366 watches -[ml-dl](categories/ml-dl.md) category, created 2019-09-05, last commit 2023-03-02, main language Python - - -### [mmdetection](https://github.com/open-mmlab/mmdetection) by [open-mmlab](https://github.com/open-mmlab) -mmdetection: OpenMMLab Detection Toolbox and Benchmark -[https://mmdetection.readthedocs.io](https://mmdetection.readthedocs.io) -[https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection) -98 stars per week over 236 weeks -23,170 stars, 8,402 forks, 363 watches -[ml](categories/ml.md) category, created 2018-08-22, last commit 2023-02-28, main language Python -cascade-rcnn, convnext, detr, fast-rcnn, faster-rcnn, instance-segmentation, mask-rcnn, object-detection, panoptic-segmentation, pytorch, retinanet, rtmdet, semisupervised-learning, ssd, swin-transformer, transformer, vision-transformer, yolo - - -### [streamlit](https://github.com/streamlit/streamlit) -Streamlit — The fastest way to build data apps in Python -[https://streamlit.io](https://streamlit.io) -[https://github.com/streamlit/streamlit](https://github.com/streamlit/streamlit) -125 stars per week over 183 weeks -23,014 stars, 2,041 forks, 285 watches -[viz](categories/viz.md) category, created 2019-08-24, last commit 2023-03-02, main language Python -data-analysis, data-science, data-visualization, deep-learning, developer-tools, machine-learning, python, streamlit - - ### [numpy](https://github.com/numpy/numpy) numpy: The fundamental package for scientific computing with Python. [https://numpy.org](https://numpy.org) [https://github.com/numpy/numpy](https://github.com/numpy/numpy) 35 stars per week over 650 weeks -22,822 stars, 7,808 forks, 572 watches -[math](categories/math.md) category, created 2010-09-13, last commit 2023-03-02, main language Python +22,829 stars, 7,814 forks, 572 watches +[math](categories/math.md) category, created 2010-09-13, last commit 2023-03-03, main language Python numpy, python -### [Mask_RCNN](https://github.com/matterport/mask_rcnn) by [matterport](https://github.com/matterport) -Mask_RCNN: Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow -[https://github.com/matterport/mask_rcnn](https://github.com/matterport/mask_rcnn) -81 stars per week over 280 weeks -22,732 stars, 11,267 forks, 596 watches -[ml-dl](categories/ml-dl.md) category, created 2017-10-19, last commit 2019-03-31, main language Python -instance-segmentation, keras, mask-rcnn, object-detection, tensorflow - - -### [algorithms](https://github.com/keon/algorithms) by [keon](https://github.com/keon) -algorithms: Minimal examples of data structures and algorithms in Python -[https://github.com/keon/algorithms](https://github.com/keon/algorithms) -67 stars per week over 328 weeks -22,218 stars, 4,444 forks, 641 watches -[util](categories/util.md) category, created 2016-11-17, last commit 2022-11-12, main language Python -algorithm, algorithms, competitive-programming, data-structure, graph, python, search, sort, tree - - -### [jax](https://github.com/google/jax) by [google](https://github.com/google) -jax: Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more -[http://jax.readthedocs.io/](http://jax.readthedocs.io/) -[https://github.com/google/jax](https://github.com/google/jax) -97 stars per week over 227 weeks -22,114 stars, 2,072 forks, 308 watches -[ml](categories/ml.md) category, created 2018-10-25, last commit 2023-03-03, main language Python -jax - - -### [lightning](https://github.com/pytorchlightning/pytorch-lightning) by [pytorchlightning](https://github.com/pytorchlightning) -lightning: Deep learning framework to train, deploy, and ship AI products Lightning fast. -[https://lightning.ai](https://lightning.ai) -[https://github.com/pytorchlightning/pytorch-lightning](https://github.com/pytorchlightning/pytorch-lightning) -106 stars per week over 204 weeks -21,753 stars, 2,758 forks, 229 watches -[ml-dl](categories/ml-dl.md) category, created 2019-03-31, last commit 2023-03-03, main language Python -ai, artificial-intelligence, data-science, deep-learning, machine-learning, python, pytorch +### [jina](https://github.com/jina-ai/jina) by [jina-ai](https://github.com/jina-ai) +jina: 🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native +[https://docs.jina.ai](https://docs.jina.ai) +[https://github.com/jina-ai/jina](https://github.com/jina-ai/jina) +110 stars per week over 159 weeks +17,606 stars, 2,045 forks, 191 watches +[ml](categories/ml.md) category, created 2020-02-13, last commit 2023-03-03, main language Python +aiops, airflow, cloud-native, creative-ai, crossmodal, deep-learning, fastapi, framework, generative-ai, grpc, kubernetes, machine-learning, microservices, mlops, multimodal, neural-search, pipeline, semantic-search, vector-search-engine, workflow -### [netron](https://github.com/lutzroeder/netron) by [lutzroeder](https://github.com/lutzroeder) -netron: Visualizer for neural network, deep learning, and machine learning models -[https://netron.app](https://netron.app) -[https://github.com/lutzroeder/netron](https://github.com/lutzroeder/netron) -33 stars per week over 635 weeks -21,468 stars, 2,402 forks, 274 watches -[ml](categories/ml.md) category, created 2010-12-26, last commit 2023-03-02, main language JavaScript -ai, caffe, caffe2, coreml, darknet, deep-learning, deeplearning, keras, machine-learning, machinelearning, ml, mxnet, neural-network, onnx, paddle, pytorch, tensorflow, tensorflow-lite, torch, visualizer +### [streamlit](https://github.com/streamlit/streamlit) +Streamlit — The fastest way to build data apps in Python +[https://streamlit.io](https://streamlit.io) +[https://github.com/streamlit/streamlit](https://github.com/streamlit/streamlit) +125 stars per week over 184 weeks +23,043 stars, 2,045 forks, 285 watches +[viz](categories/viz.md) category, created 2019-08-24, last commit 2023-03-03, main language Python +data-analysis, data-science, data-visualization, deep-learning, developer-tools, machine-learning, python, streamlit -### [fairseq](https://github.com/pytorch/fairseq) by [pytorch](https://github.com/pytorch) -fairseq: Facebook AI Research Sequence-to-Sequence Toolkit written in Python. -[https://github.com/pytorch/fairseq](https://github.com/pytorch/fairseq) -73 stars per week over 287 weeks -21,058 stars, 5,271 forks, 359 watches -[nlp](categories/nlp.md) category, created 2017-08-29, last commit 2023-02-23, main language Python -artificial-intelligence, python, pytorch +### [memray](https://github.com/bloomberg/memray) by [bloomberg](https://github.com/bloomberg) +Memray is a memory profiler for Python +[https://bloomberg.github.io/memray/](https://bloomberg.github.io/memray/) +[https://github.com/bloomberg/memray](https://github.com/bloomberg/memray) +215 stars per week over 47 weeks +10,203 stars, 283 forks, 53 watches +[profiling](categories/profiling.md) category, created 2022-04-08, last commit 2023-02-27, main language Python +hacktoberfest, memory, memory-leak, memory-leak-detection, memory-profiler, profiler, python, python3 -### [celery](https://github.com/celery/celery) -celery: Distributed Task Queue (development branch) -[https://docs.celeryq.dev](https://docs.celeryq.dev) -[https://github.com/celery/celery](https://github.com/celery/celery) -29 stars per week over 723 weeks -21,028 stars, 4,438 forks, 475 watches -[perf](categories/perf.md) category, created 2009-04-24, last commit 2023-03-03, main language Python -amqp, python, python-library, python3, queue-tasks, queue-workers, queued-jobs, redis, redis-queue, sqs, sqs-queue, task-manager, task-runner, task-scheduler +### [pytorch-image-models](https://github.com/rwightman/pytorch-image-models) by [rwightman](https://github.com/rwightman) +pytorch-image-models: PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more +[https://huggingface.co/docs/timm](https://huggingface.co/docs/timm) +[https://github.com/rwightman/pytorch-image-models](https://github.com/rwightman/pytorch-image-models) +111 stars per week over 213 weeks +23,868 stars, 3,936 forks, 296 watches +[ml-dl](categories/ml-dl.md) category, created 2019-02-02, last commit 2023-02-27, main language Python +augmix, cnn-classification, distributed-training, dual-path-networks, efficientnet, efficientnet-training, imagenet-classifier, mixnet, mnasnet, mobile-deep-learning, mobilenet-v2, mobilenetv3, nfnets, normalization-free-training, pretrained-models, pretrained-weights, pytorch, randaugment, resnet, vision-transformer-models -### [tornado](https://github.com/tornadoweb/tornado) by [tornadoweb](https://github.com/tornadoweb) -Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. -[http://www.tornadoweb.org/](http://www.tornadoweb.org/) -[https://github.com/tornadoweb/tornado](https://github.com/tornadoweb/tornado) -29 stars per week over 703 weeks -21,003 stars, 5,493 forks, 1,003 watches -[web](categories/web.md) category, created 2009-09-09, last commit 2023-02-21, main language Python -asynchronous, python +### [PaLM-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) by [lucidrains](https://github.com/lucidrains) +PaLM-rlhf-pytorch: Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM +[https://github.com/lucidrains/palm-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) +450 stars per week over 12 weeks +5,536 stars, 431 forks, 109 watches +[nlp](categories/nlp.md) category, created 2022-12-09, last commit 2023-03-01, main language Python +artificial-intelligence, attention-mechanisms, deep-learning, human-feedback, reinforcement-learning, transformers -### [freqtrade](https://github.com/freqtrade/freqtrade) -freqtrade: Free, open source crypto trading bot -[https://www.freqtrade.io](https://www.freqtrade.io) -[https://github.com/freqtrade/freqtrade](https://github.com/freqtrade/freqtrade) -69 stars per week over 302 weeks -20,897 stars, 4,494 forks, 594 watches -[crypto](categories/crypto.md) category, created 2017-05-17, last commit 2023-03-02, main language Python -algorithmic-trading, bitcoin, cryptocurrencies, cryptocurrency, freqtrade, python, telegram-bot, trade, trading-bot +### [arrow](https://github.com/apache/arrow) by [apache](https://github.com/apache) +arrow: Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing +[https://arrow.apache.org/](https://arrow.apache.org/) +[https://github.com/apache/arrow](https://github.com/apache/arrow) +30 stars per week over 367 weeks +11,225 stars, 2,764 forks, 345 watches +[data](categories/data.md) category, created 2016-02-17, last commit 2023-03-04, main language C++ +arrow -### [locust](https://github.com/locustio/locust) by [locustio](https://github.com/locustio) -locust: Scalable load testing tool written in Python -[https://github.com/locustio/locust](https://github.com/locustio/locust) -33 stars per week over 628 weeks -20,777 stars, 2,647 forks, 433 watches -[testing](categories/testing.md) category, created 2011-02-17, last commit 2023-03-01, main language Python -benchmarking, http, load-generator, load-testing, locust, performance-testing, python +### [dream-textures](https://github.com/carson-katri/dream-textures) by [carson-katri](https://github.com/carson-katri) +dream-textures: Stable Diffusion built-in to Blender +[https://github.com/carson-katri/dream-textures](https://github.com/carson-katri/dream-textures) +234 stars per week over 25 weeks +5,974 stars, 306 forks, 95 watches +[diffusion](categories/diffusion.md) category, created 2022-09-08, last commit 2023-02-15, main language Python +ai, blender, blender-addon, image-generation, stable-diffusion ### [mediapipe](https://github.com/google/mediapipe) by [google](https://github.com/google) @@ -510,344 +450,337 @@ mediapipe: Cross-platform, customizable ML solutions for live and streaming medi [https://mediapipe.dev](https://mediapipe.dev) [https://github.com/google/mediapipe](https://github.com/google/mediapipe) 106 stars per week over 194 weeks -20,704 stars, 4,322 forks, 503 watches +20,716 stars, 4,331 forks, 503 watches [ml](categories/ml.md) category, created 2019-06-13, last commit 2023-03-03, main language C++ android, audio-processing, c-plus-plus, calculator, computer-vision, deep-learning, framework, graph-based, graph-framework, inference, machine-learning, mediapipe, mobile-development, perception, pipeline-framework, stream-processing, video-processing -### [mxnet](https://github.com/apache/incubator-mxnet) by [apache](https://github.com/apache) -mxnet: Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more -[https://mxnet.apache.org](https://mxnet.apache.org) -[https://github.com/apache/incubator-mxnet](https://github.com/apache/incubator-mxnet) -49 stars per week over 409 weeks -20,273 stars, 6,871 forks, 1,087 watches -[ml-dl](categories/ml-dl.md) category, created 2015-04-30, last commit 2023-01-26, main language C++ -mxnet - +### [dgl](https://github.com/dmlc/dgl) by [dmlc](https://github.com/dmlc) +dgl: Python package built to ease deep learning on graph, on top of existing DL frameworks. +[http://dgl.ai](http://dgl.ai) +[https://github.com/dmlc/dgl](https://github.com/dmlc/dgl) +44 stars per week over 254 weeks +11,212 stars, 2,722 forks, 173 watches +[ml-dl](categories/ml-dl.md) category, created 2018-04-20, last commit 2023-03-04, main language Python +deep-learning, graph-neural-networks -### [pytudes](https://github.com/norvig/pytudes) by [norvig](https://github.com/norvig) -pytudes: Python programs, usually short, of considerable difficulty, to perfect particular skills. -[https://github.com/norvig/pytudes](https://github.com/norvig/pytudes) -64 stars per week over 313 weeks -20,095 stars, 2,281 forks, 739 watches -[util](categories/util.md) category, created 2017-03-01, last commit 2023-02-08, main language Jupyter Notebook -demonstrate-skills, practice, programming, python, python-3 +### [flask](https://github.com/pallets/flask) by [pallets](https://github.com/pallets) +flask: The Python micro framework for building web applications. +[https://flask.palletsprojects.com](https://flask.palletsprojects.com) +[https://github.com/pallets/flask](https://github.com/pallets/flask) +92 stars per week over 673 weeks +62,081 stars, 15,482 forks, 2,143 watches +[web](categories/web.md) category, created 2010-04-06, last commit 2023-03-01, main language Python +flask, jinja, pallets, python, web-framework, werkzeug, wsgi -### [flatbuffers](https://github.com/google/flatbuffers) by [google](https://github.com/google) -FlatBuffers: Memory Efficient Serialization Library -[http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) -[https://github.com/google/flatbuffers](https://github.com/google/flatbuffers) -43 stars per week over 458 weeks -19,994 stars, 3,026 forks, 644 watches -[perf](categories/perf.md) category, created 2014-05-19, last commit 2023-03-02, main language C++ -c, c-plus-plus, c-sharp, cross-platform, flatbuffers, go, grpc, java, javascript, json-parser, marshalling, mmap, protobuf, python, rpc, rust, serialization, serialization-library, typescript, zero-copy +### [openai-cookbook](https://github.com/openai/openai-cookbook) by [openai](https://github.com/openai) +openai-cookbook: Examples and guides for using the OpenAI API +[https://github.com/openai/openai-cookbook](https://github.com/openai/openai-cookbook) +302 stars per week over 51 weeks +15,510 stars, 2,042 forks, 336 watches +[ml](categories/ml.md) category, created 2022-03-11, last commit 2023-03-03, main language Jupyter Notebook -### [Paddle](https://github.com/paddlepaddle/paddle) by [paddlepaddle](https://github.com/paddlepaddle) -Paddle: PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -[http://www.paddlepaddle.org/](http://www.paddlepaddle.org/) -[https://github.com/paddlepaddle/paddle](https://github.com/paddlepaddle/paddle) -57 stars per week over 341 weeks -19,696 stars, 4,991 forks, 731 watches -[ml-dl](categories/ml-dl.md) category, created 2016-08-15, last commit 2023-03-03, main language C++ -deep-learning, distributed-training, efficiency, machine-learning, neural-network, paddlepaddle, python, scalability - -### [ChatGPT](https://github.com/acheong08/chatgpt) by [acheong08](https://github.com/acheong08) -ChatGPT: Reverse engineered ChatGPT API -[https://github.com/acheong08/chatgpt](https://github.com/acheong08/chatgpt) -1523 stars per week over 12 weeks -19,594 stars, 3,012 forks, 210 watches -[nlp](categories/nlp.md) category, created 2022-12-03, last commit 2023-03-03, main language Python -chatgpt, cli, gptchat, library, pypi-package, revchatgpt +### [sherlock](https://github.com/sherlock-project/sherlock) by [sherlock-project](https://github.com/sherlock-project) +sherlock: 🔎 Hunt down social media accounts by username across social networks +[http://sherlock-project.github.io](http://sherlock-project.github.io) +[https://github.com/sherlock-project/sherlock](https://github.com/sherlock-project/sherlock) +180 stars per week over 218 weeks +39,426 stars, 4,684 forks, 980 watches +[web](categories/web.md) category, created 2018-12-24, last commit 2023-02-27, main language Python +cli, hacktoberfest, hacktoberfest2022, information-gathering, linux, macos, osint, python, python3, reconnaissance, redteam, sherlock, tools, windows -### [cookiecutter](https://github.com/cookiecutter/cookiecutter) -cookiecutter: A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. -[https://pypi.org/project/cookiecutter/](https://pypi.org/project/cookiecutter/) -[https://github.com/cookiecutter/cookiecutter](https://github.com/cookiecutter/cookiecutter) -37 stars per week over 502 weeks -19,032 stars, 1,795 forks, 232 watches -[template](categories/template.md) category, created 2013-07-14, last commit 2022-09-09, main language Python -cookiecutter, python +### [xgboost](https://github.com/dmlc/xgboost) by [dmlc](https://github.com/dmlc) +xgboost: Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow +[https://xgboost.ai/](https://xgboost.ai/) +[https://github.com/dmlc/xgboost](https://github.com/dmlc/xgboost) +50 stars per week over 473 weeks +23,825 stars, 8,551 forks, 925 watches +[ml](categories/ml.md) category, created 2014-02-06, last commit 2023-03-03, main language C++ +distributed-systems, gbdt, gbm, gbrt, machine-learning, xgboost -### [pydata-book](https://github.com/wesm/pydata-book) by [wesm](https://github.com/wesm) -pydata-book: Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media -[https://github.com/wesm/pydata-book](https://github.com/wesm/pydata-book) -34 stars per week over 556 weeks -18,953 stars, 14,013 forks, 1,470 watches -[study](categories/study.md) category, created 2012-06-30, last commit 2022-11-03, main language Jupyter Notebook +### [scrapy](https://github.com/scrapy/scrapy) +Scrapy, a fast high-level web crawling & scraping framework for Python. +[https://scrapy.org](https://scrapy.org) +[https://github.com/scrapy/scrapy](https://github.com/scrapy/scrapy) +68 stars per week over 679 weeks +46,354 stars, 9,883 forks, 1,783 watches +[data](categories/data.md) category, created 2010-02-22, last commit 2023-03-02, main language Python +crawler, crawling, framework, hacktoberfest, python, scraping, web-scraping, web-scraping-python -### [PlotNeuralNet](https://github.com/harisiqbal88/plotneuralnet) by [harisiqbal88](https://github.com/harisiqbal88) -PlotNeuralNet: Latex code for making neural networks diagrams -[https://github.com/harisiqbal88/plotneuralnet](https://github.com/harisiqbal88/plotneuralnet) -78 stars per week over 240 weeks -18,925 stars, 2,579 forks, 223 watches -[ml](categories/ml.md) category, created 2018-07-24, last commit 2020-11-06, main language TeX -deep-neural-networks, latex +### [trivy](https://github.com/aquasecurity/trivy) by [aquasecurity](https://github.com/aquasecurity) +trivy: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +[https://aquasecurity.github.io/trivy](https://aquasecurity.github.io/trivy) +[https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) +80 stars per week over 203 weeks +16,441 stars, 1,597 forks, 154 watches +[security](categories/security.md) category, created 2019-04-11, last commit 2023-03-03, main language Go +containers, devsecops, docker, go, golang, hacktoberfest, iac, infrastructure-as-code, kubernetes, misconfiguration, security, security-tools, vulnerability, vulnerability-detection, vulnerability-scanners -### [shap](https://github.com/slundberg/shap) by [slundberg](https://github.com/slundberg) -shap: A game theoretic approach to explain the output of any machine learning model. -[https://github.com/slundberg/shap](https://github.com/slundberg/shap) -56 stars per week over 327 weeks -18,658 stars, 2,814 forks, 263 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2016-11-22, last commit 2022-06-16, main language Jupyter Notebook -deep-learning, explainability, gradient-boosting, interpretability, machine-learning, shap, shapley +### [jupyterlab](https://github.com/jupyterlab/jupyterlab) +JupyterLab computational environment. +[https://jupyterlab.readthedocs.io/](https://jupyterlab.readthedocs.io/) +[https://github.com/jupyterlab/jupyterlab](https://github.com/jupyterlab/jupyterlab) +35 stars per week over 352 weeks +12,669 stars, 2,576 forks, 309 watches +[jupyter](categories/jupyter.md) category, created 2016-06-03, last commit 2023-03-04, main language TypeScript +jupyter, jupyterlab -### [Real-ESRGAN](https://github.com/xinntao/real-esrgan) by [xinntao](https://github.com/xinntao) -Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration. -[https://github.com/xinntao/real-esrgan](https://github.com/xinntao/real-esrgan) -217 stars per week over 84 weeks -18,415 stars, 1,988 forks, 188 watches -[ml-dl](categories/ml-dl.md) category, created 2021-07-19, last commit 2022-09-20, main language Python -amine, denoise, esrgan, image-restoration, jpeg-compression, pytorch, real-esrgan, super-resolution +### [pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) by [pyg-team](https://github.com/pyg-team) +pytorch_geometric: Graph Neural Network Library for PyTorch +[https://pyg.org](https://pyg.org) +[https://github.com/pyg-team/pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) +59 stars per week over 282 weeks +16,927 stars, 3,110 forks, 250 watches +[ml-dl](categories/ml-dl.md) category, created 2017-10-06, last commit 2023-03-04, main language Python +deep-learning, geometric-deep-learning, graph-convolutional-networks, graph-neural-networks, pytorch -### [dash](https://github.com/plotly/dash) by [plotly](https://github.com/plotly) -dash: Data Apps & Dashboards for Python. No JavaScript Required. -[https://plotly.com/dash](https://plotly.com/dash) -[https://github.com/plotly/dash](https://github.com/plotly/dash) -44 stars per week over 412 weeks -18,191 stars, 1,853 forks, 410 watches -[viz](categories/viz.md) category, created 2015-04-10, last commit 2023-03-02, main language Python -bioinformatics, charting, dash, data-science, data-visualization, finance, flask, gui-framework, julia, jupyter, modeling, plotly, plotly-dash, productivity, python, r, react, rstats, technical-computing, web-app +### [matplotlib](https://github.com/matplotlib/matplotlib) +matplotlib: plotting with Python +[https://matplotlib.org/stable/](https://matplotlib.org/stable/) +[https://github.com/matplotlib/matplotlib](https://github.com/matplotlib/matplotlib) +26 stars per week over 628 weeks +16,947 stars, 6,754 forks, 592 watches +[viz](categories/viz.md) category, created 2011-02-19, last commit 2023-03-03, main language Python +data-science, data-visualization, gtk, hacktoberfest, matplotlib, plotting, python, qt, tk, wx -### [textual](https://github.com/willmcgugan/textual) by [willmcgugan](https://github.com/willmcgugan) -Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. -[https://textual.textualize.io/](https://textual.textualize.io/) -[https://github.com/willmcgugan/textual](https://github.com/willmcgugan/textual) -180 stars per week over 99 weeks -17,923 stars, 524 forks, 157 watches -[term](categories/term.md) category, created 2021-04-08, last commit 2023-03-02, main language Python -cli, framework, python, rich, terminal, tui +### [ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) by [apple](https://github.com/apple) +ml-stable-diffusion: Stable Diffusion with Core ML on Apple Silicon +[https://github.com/apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) +367 stars per week over 15 weeks +5,723 stars, 273 forks, 70 watches +[diffusion](categories/diffusion.md) category, created 2022-11-16, last commit 2023-03-04, main language Python -### [PythonRobotics](https://github.com/atsushisakai/pythonrobotics) by [atsushisakai](https://github.com/atsushisakai) -PythonRobotics: Python sample codes for robotics algorithms. -[https://atsushisakai.github.io/PythonRobotics/](https://atsushisakai.github.io/PythonRobotics/) -[https://github.com/atsushisakai/pythonrobotics](https://github.com/atsushisakai/pythonrobotics) -48 stars per week over 362 weeks -17,642 stars, 5,544 forks, 505 watches -[sim](categories/sim.md) category, created 2016-03-21, last commit 2023-02-21, main language Python -algorithm, animation, autonomous-driving, autonomous-navigation, autonomous-vehicles, control, cvxpy, ekf, hacktoberfest, localization, mapping, path-planning, python, robot, robotics, slam +### [diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) by [divamgupta](https://github.com/divamgupta) +diffusionbee-stable-diffusion-ui: Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed. +[https://diffusionbee.com](https://diffusionbee.com) +[https://github.com/divamgupta/diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) +323 stars per week over 25 weeks +8,308 stars, 330 forks, 77 watches +[diffusion](categories/diffusion.md) category, created 2022-09-06, last commit 2023-02-13, main language JavaScript +electron-app, macos, stable-diffusion -### [jina](https://github.com/jina-ai/jina) by [jina-ai](https://github.com/jina-ai) -jina: 🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native -[https://docs.jina.ai](https://docs.jina.ai) -[https://github.com/jina-ai/jina](https://github.com/jina-ai/jina) -110 stars per week over 159 weeks -17,602 stars, 2,046 forks, 191 watches -[ml](categories/ml.md) category, created 2020-02-13, last commit 2023-03-02, main language Python -aiops, airflow, cloud-native, creative-ai, crossmodal, deep-learning, fastapi, framework, generative-ai, grpc, kubernetes, machine-learning, microservices, mlops, multimodal, neural-search, pipeline, semantic-search, vector-search-engine, workflow +### [certbot](https://github.com/certbot/certbot) +Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. +[https://github.com/certbot/certbot](https://github.com/certbot/certbot) +68 stars per week over 433 weeks +29,683 stars, 3,332 forks, 762 watches +[security](categories/security.md) category, created 2014-11-12, last commit 2023-03-02, main language Python +acme, acme-client, certbot, certificate, letsencrypt, python -### [gpt-2](https://github.com/openai/gpt-2) by [openai](https://github.com/openai) -gpt-2: Code for the paper "Language Models are Unsupervised Multitask Learners" -[https://openai.com/blog/better-language-models/](https://openai.com/blog/better-language-models/) -[https://github.com/openai/gpt-2](https://github.com/openai/gpt-2) -82 stars per week over 211 weeks -17,408 stars, 4,382 forks, 599 watches -[nlp](categories/nlp.md) category, created 2019-02-11, last commit 2020-12-02, main language Python -paper +### [mlflow](https://github.com/mlflow/mlflow) +mlflow: Open source platform for the machine learning lifecycle +[https://mlflow.org](https://mlflow.org) +[https://github.com/mlflow/mlflow](https://github.com/mlflow/mlflow) +55 stars per week over 247 weeks +13,770 stars, 3,217 forks, 287 watches +[ml-ops](categories/ml-ops.md) category, created 2018-06-05, last commit 2023-03-03, main language Python +ai, apache-spark, machine-learning, ml, mlflow, model-management -### [ColossalAI](https://github.com/hpcaitech/colossalai) by [hpcaitech](https://github.com/hpcaitech) -ColossalAI: Making large AI models cheaper, faster and more accessible -[https://www.colossalai.org/](https://www.colossalai.org/) -[https://github.com/hpcaitech/colossalai](https://github.com/hpcaitech/colossalai) -247 stars per week over 70 weeks -17,366 stars, 1,837 forks, 206 watches -[ml-dl](categories/ml-dl.md) category, created 2021-10-28, last commit 2023-03-02, main language Python -ai, big-model, data-parallelism, deep-learning, distributed-computing, foundation-models, heterogeneous-training, hpc, inference, large-scale, model-parallelism, pipeline-parallelism +### [gradio](https://github.com/gradio-app/gradio) by [gradio-app](https://github.com/gradio-app) +gradio: Create UIs for your machine learning model in Python in 3 minutes +[http://www.gradio.app](http://www.gradio.app) +[https://github.com/gradio-app/gradio](https://github.com/gradio-app/gradio) +60 stars per week over 219 weeks +13,315 stars, 870 forks, 104 watches +[viz](categories/viz.md) category, created 2018-12-19, last commit 2023-03-04, main language HTML +data-analysis, data-science, data-visualization, deep-learning, deploy, gradio, gradio-interface, interface, machine-learning, models, python, python-notebook, ui, ui-components -### [bokeh](https://github.com/bokeh/bokeh) -bokeh: Interactive Data Visualization in the browser, from Python -[https://bokeh.org](https://bokeh.org) -[https://github.com/bokeh/bokeh](https://github.com/bokeh/bokeh) -30 stars per week over 570 weeks -17,279 stars, 4,038 forks, 449 watches -[viz](categories/viz.md) category, created 2012-03-26, last commit 2023-03-02, main language Python -bokeh, data-visualisation, interactive-plots, javascript, jupyter, notebooks, numfocus, plots, plotting, python, visualisation, visualization +### [gym](https://github.com/openai/gym) by [openai](https://github.com/openai) +gym: A toolkit for developing and comparing reinforcement learning algorithms. +[https://www.gymlibrary.dev](https://www.gymlibrary.dev) +[https://github.com/openai/gym](https://github.com/openai/gym) +84 stars per week over 357 weeks +30,229 stars, 8,260 forks, 1,010 watches +[sim](categories/sim.md) category, created 2016-04-27, last commit 2023-01-30, main language Python -### [EasyOCR](https://github.com/jaidedai/easyocr) by [jaidedai](https://github.com/jaidedai) -EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc. -[https://www.jaided.ai](https://www.jaided.ai) -[https://github.com/jaidedai/easyocr](https://github.com/jaidedai/easyocr) -110 stars per week over 154 weeks -17,140 stars, 2,480 forks, 283 watches -[data](categories/data.md) category, created 2020-03-14, last commit 2023-01-06, main language Python -cnn, crnn, data-mining, deep-learning, easyocr, image-processing, information-retrieval, lstm, machine-learning, ocr, optical-character-recognition, python, pytorch, scene-text, scene-text-recognition +### [pyenv](https://github.com/pyenv/pyenv) +pyenv: Simple Python version management +[https://github.com/pyenv/pyenv](https://github.com/pyenv/pyenv) +56 stars per week over 548 weeks +30,854 stars, 2,723 forks, 384 watches +[util](categories/util.md) category, created 2012-08-31, last commit 2023-03-02, main language Roff +python, shell -### [matplotlib](https://github.com/matplotlib/matplotlib) -matplotlib: plotting with Python -[https://matplotlib.org/stable/](https://matplotlib.org/stable/) -[https://github.com/matplotlib/matplotlib](https://github.com/matplotlib/matplotlib) -26 stars per week over 627 weeks -16,941 stars, 6,753 forks, 592 watches -[viz](categories/viz.md) category, created 2011-02-19, last commit 2023-03-02, main language Python -data-science, data-visualization, gtk, hacktoberfest, matplotlib, plotting, python, qt, tk, wx +### [spaCy](https://github.com/explosion/spacy) by [explosion](https://github.com/explosion) +spaCy: 💫 Industrial-strength Natural Language Processing (NLP) in Python +[https://spacy.io](https://spacy.io) +[https://github.com/explosion/spacy](https://github.com/explosion/spacy) +56 stars per week over 452 weeks +25,397 stars, 4,040 forks, 548 watches +[nlp](categories/nlp.md) category, created 2014-07-03, last commit 2023-03-01, main language Python +ai, artificial-intelligence, cython, data-science, deep-learning, entity-linking, machine-learning, named-entity-recognition, natural-language-processing, neural-network, neural-networks, nlp, nlp-library, python, spacy, text-classification, tokenization -### [pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) by [pyg-team](https://github.com/pyg-team) -pytorch_geometric: Graph Neural Network Library for PyTorch -[https://pyg.org](https://pyg.org) -[https://github.com/pyg-team/pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) -59 stars per week over 282 weeks -16,915 stars, 3,109 forks, 250 watches -[ml-dl](categories/ml-dl.md) category, created 2017-10-06, last commit 2023-03-02, main language Python -deep-learning, geometric-deep-learning, graph-convolutional-networks, graph-neural-networks, pytorch +### [duckdb](https://github.com/duckdb/duckdb) +DuckDB is an in-process SQL OLAP Database Management System +[http://www.duckdb.org](http://www.duckdb.org) +[https://github.com/duckdb/duckdb](https://github.com/duckdb/duckdb) +35 stars per week over 244 weeks +8,808 stars, 815 forks, 136 watches +[data](categories/data.md) category, created 2018-06-26, last commit 2023-03-04, main language C++ +analytics, database, embedded-database, olap, sql -### [sanic](https://github.com/huge-success/sanic) by [huge-success](https://github.com/huge-success) -sanic: Accelerate your web app development | Build fast. Run fast. -[https://sanic.dev](https://sanic.dev) -[https://github.com/huge-success/sanic](https://github.com/huge-success/sanic) -47 stars per week over 353 weeks -16,883 stars, 1,493 forks, 413 watches -[web](categories/web.md) category, created 2016-05-26, last commit 2023-02-27, main language Python -api-server, asgi, asyncio, framework, python, sanic, web, web-framework, web-server +### [pydantic](https://github.com/samuelcolvin/pydantic) by [samuelcolvin](https://github.com/samuelcolvin) +pydantic: Data validation using Python type hints +[https://docs.pydantic.dev](https://docs.pydantic.dev) +[https://github.com/samuelcolvin/pydantic](https://github.com/samuelcolvin/pydantic) +41 stars per week over 304 weeks +12,670 stars, 1,176 forks, 91 watches +[util](categories/util.md) category, created 2017-05-03, last commit 2023-03-03, main language Python +hints, json-schema, parsing, pydantic, python, python310, python311, python37, python38, python39, validation -### [deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) by [fchollet](https://github.com/fchollet) -deep-learning-with-python-notebooks: Jupyter notebooks for the code samples of the book "Deep Learning with Python" -[https://github.com/fchollet/deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) -57 stars per week over 286 weeks -16,496 stars, 8,040 forks, 642 watches -[study](categories/study.md) category, created 2017-09-05, last commit 2023-02-13, main language Jupyter Notebook +### [requests](https://github.com/psf/requests) by [psf](https://github.com/psf) +requests: A simple, yet elegant, HTTP library. +[https://requests.readthedocs.io/en/latest/](https://requests.readthedocs.io/en/latest/) +[https://github.com/psf/requests](https://github.com/psf/requests) +78 stars per week over 629 weeks +49,147 stars, 8,992 forks, 1,352 watches +[web](categories/web.md) category, created 2011-02-13, last commit 2023-03-03, main language Python +client, cookies, forhumans, http, humans, python, python-requests, requests -### [trivy](https://github.com/aquasecurity/trivy) by [aquasecurity](https://github.com/aquasecurity) -trivy: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more -[https://aquasecurity.github.io/trivy](https://aquasecurity.github.io/trivy) -[https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) -80 stars per week over 203 weeks -16,423 stars, 1,596 forks, 155 watches -[security](categories/security.md) category, created 2019-04-11, last commit 2023-03-02, main language Go -containers, devsecops, docker, go, golang, hacktoberfest, iac, infrastructure-as-code, kubernetes, misconfiguration, security, security-tools, vulnerability, vulnerability-detection, vulnerability-scanners +### [diagrams](https://github.com/mingrammer/diagrams) by [mingrammer](https://github.com/mingrammer) +diagrams: :art: Diagram as Code for prototyping cloud system architectures +[https://diagrams.mingrammer.com](https://diagrams.mingrammer.com) +[https://github.com/mingrammer/diagrams](https://github.com/mingrammer/diagrams) +173 stars per week over 161 weeks +27,950 stars, 1,717 forks, 346 watches +[util](categories/util.md) category, created 2020-02-02, last commit 2023-01-13, main language Python +architecture, diagram, diagram-as-code, graphviz -### [luigi](https://github.com/spotify/luigi) by [spotify](https://github.com/spotify) -Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in. -[https://github.com/spotify/luigi](https://github.com/spotify/luigi) -30 stars per week over 545 weeks -16,364 stars, 2,356 forks, 483 watches -[ml-ops](categories/ml-ops.md) category, created 2012-09-20, last commit 2023-02-25, main language Python -hadoop, luigi, orchestration-framework, python, scheduling +### [prefect](https://github.com/prefecthq/prefect) by [prefecthq](https://github.com/prefecthq) +prefect: The easiest way to coordinate your dataflow +[https://prefect.io](https://prefect.io) +[https://github.com/prefecthq/prefect](https://github.com/prefecthq/prefect) +46 stars per week over 244 weeks +11,414 stars, 1,142 forks, 156 watches +[ml-ops](categories/ml-ops.md) category, created 2018-06-29, last commit 2023-03-03, main language Python +automation, data, data-engineering, data-ops, data-science, infrastructure, ml-ops, observability, orchestration, orion, pipeline, prefect, python, workflow, workflow-engine -### [micropython](https://github.com/micropython/micropython) -MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems -[https://micropython.org](https://micropython.org) -[https://github.com/micropython/micropython](https://github.com/micropython/micropython) -33 stars per week over 480 weeks -16,025 stars, 6,222 forks, 731 watches -[util](categories/util.md) category, created 2013-12-20, last commit 2023-03-02, main language C -embedded, microcontroller, micropython, python +### [pygwalker](https://github.com/kanaries/pygwalker) by [kanaries](https://github.com/kanaries) +PyGWalker: Turn your pandas dataframe into a Tableau-style User Interface for visual analysis +[https://github.com/kanaries/pygwalker](https://github.com/kanaries/pygwalker) +1698 stars per week over 2 weeks +4,124 stars, 107 forks, 20 watches +[pandas](categories/pandas.md) category, created 2023-02-16, last commit 2023-03-03, main language Jupyter Notebook +data-analysis, data-exploration, dataframe, pandas, tableau, tableau-alternative, visualization -### [pyspider](https://github.com/binux/pyspider) by [binux](https://github.com/binux) -pyspider: A Powerful Spider(Web Crawler) System in Python. -[http://docs.pyspider.org/](http://docs.pyspider.org/) -[https://github.com/binux/pyspider](https://github.com/binux/pyspider) -33 stars per week over 471 weeks -15,756 stars, 3,672 forks, 905 watches -[data](categories/data.md) category, created 2014-02-21, last commit 2020-08-02, main language Python -crawler, python +### [lama-cleaner](https://github.com/sanster/lama-cleaner) by [sanster](https://github.com/sanster) +lama-cleaner: Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. +[https://lama-cleaner-docs.vercel.app/](https://lama-cleaner-docs.vercel.app/) +[https://github.com/sanster/lama-cleaner](https://github.com/sanster/lama-cleaner) +122 stars per week over 67 weeks +8,307 stars, 734 forks, 63 watches +[ml-dl](categories/ml-dl.md) category, created 2021-11-15, last commit 2023-03-02, main language Python +inpainting, lama, latent-diffusion, mat, pytorch, stable-diffusion, zits -### [ipython](https://github.com/ipython/ipython) -ipython: Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc. -[https://ipython.readthedocs.org](https://ipython.readthedocs.org) -[https://github.com/ipython/ipython](https://github.com/ipython/ipython) -23 stars per week over 668 weeks -15,709 stars, 4,421 forks, 769 watches -[util](categories/util.md) category, created 2010-05-10, last commit 2023-02-28, main language Python -closember, data-science, hacktoberfest, ipython, jupyter, notebook, python, repl +### [flatbuffers](https://github.com/google/flatbuffers) by [google](https://github.com/google) +FlatBuffers: Memory Efficient Serialization Library +[http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) +[https://github.com/google/flatbuffers](https://github.com/google/flatbuffers) +43 stars per week over 458 weeks +20,000 stars, 3,027 forks, 644 watches +[perf](categories/perf.md) category, created 2014-05-19, last commit 2023-03-04, main language C++ +c, c-plus-plus, c-sharp, cross-platform, flatbuffers, go, grpc, java, javascript, json-parser, marshalling, mmap, protobuf, python, rpc, rust, serialization, serialization-library, typescript, zero-copy -### [PySnooper](https://github.com/cool-rr/pysnooper) by [cool-rr](https://github.com/cool-rr) -PySnooper: Never use print for debugging again -[https://github.com/cool-rr/pysnooper](https://github.com/cool-rr/pysnooper) -77 stars per week over 202 weeks -15,698 stars, 938 forks, 234 watches -[debug](categories/debug.md) category, created 2019-04-18, last commit 2023-01-03, main language Python -debug, debugger, introspection, logging, python +### [detectron2](https://github.com/facebookresearch/detectron2) by [facebookresearch](https://github.com/facebookresearch) +Detectron2 is a platform for object detection, segmentation and other visual recognition tasks. +[https://detectron2.readthedocs.io/en/latest/](https://detectron2.readthedocs.io/en/latest/) +[https://github.com/facebookresearch/detectron2](https://github.com/facebookresearch/detectron2) +130 stars per week over 182 weeks +23,740 stars, 6,491 forks, 366 watches +[ml-dl](categories/ml-dl.md) category, created 2019-09-05, last commit 2023-03-03, main language Python -### [deeplearning-models](https://github.com/rasbt/deeplearning-models) by [rasbt](https://github.com/rasbt) -deeplearning-models: A collection of various deep learning architectures, models, and tips -[https://github.com/rasbt/deeplearning-models](https://github.com/rasbt/deeplearning-models) -80 stars per week over 195 weeks -15,633 stars, 3,851 forks, 594 watches -[ml-dl](categories/ml-dl.md) category, created 2019-06-05, last commit 2023-02-16, main language Jupyter Notebook +### [sanic](https://github.com/huge-success/sanic) by [huge-success](https://github.com/huge-success) +sanic: Accelerate your web app development | Build fast. Run fast. +[https://sanic.dev](https://sanic.dev) +[https://github.com/huge-success/sanic](https://github.com/huge-success/sanic) +47 stars per week over 353 weeks +16,886 stars, 1,493 forks, 413 watches +[web](categories/web.md) category, created 2016-05-26, last commit 2023-02-27, main language Python +api-server, asgi, asyncio, framework, python, sanic, web, web-framework, web-server -### [kivy](https://github.com/kivy/kivy) -kivy: Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS -[https://kivy.org](https://kivy.org) -[https://github.com/kivy/kivy](https://github.com/kivy/kivy) -24 stars per week over 643 weeks -15,569 stars, 2,996 forks, 620 watches -[util](categories/util.md) category, created 2010-11-03, last commit 2023-02-25, main language Python -android, app, ios, kivy, linux, macos, python, ui, windows +### [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) +sqlalchemy: The Database Toolkit for Python +[https://www.sqlalchemy.org](https://www.sqlalchemy.org) +[https://github.com/sqlalchemy/sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) +30 stars per week over 222 weeks +6,870 stars, 1,087 forks, 90 watches +[data](categories/data.md) category, created 2018-11-27, last commit 2023-03-03, main language Python +python, sql, sqlalchemy -### [prophet](https://github.com/facebook/prophet) by [facebook](https://github.com/facebook) -prophet: Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. -[https://facebook.github.io/prophet](https://facebook.github.io/prophet) -[https://github.com/facebook/prophet](https://github.com/facebook/prophet) -47 stars per week over 328 weeks -15,554 stars, 4,371 forks, 421 watches -[time-series](categories/time-series.md) category, created 2016-11-16, last commit 2023-02-28, main language Python -forecasting, python, r +### [fairseq](https://github.com/pytorch/fairseq) by [pytorch](https://github.com/pytorch) +fairseq: Facebook AI Research Sequence-to-Sequence Toolkit written in Python. +[https://github.com/pytorch/fairseq](https://github.com/pytorch/fairseq) +73 stars per week over 287 weeks +21,071 stars, 5,271 forks, 358 watches +[nlp](categories/nlp.md) category, created 2017-08-29, last commit 2023-02-23, main language Python +artificial-intelligence, python, pytorch -### [pyscript](https://github.com/pyscript/pyscript) -pyscript: Home Page: https://pyscript.net Examples: https://pyscript.net/examples -[https://github.com/pyscript/pyscript/discussions](https://github.com/pyscript/pyscript/discussions) -[https://github.com/pyscript/pyscript](https://github.com/pyscript/pyscript) -289 stars per week over 53 weeks -15,518 stars, 1,165 forks, 175 watches -[web](categories/web.md) category, created 2022-02-21, last commit 2023-03-02, main language Python -html, javascript, python, wasm +### [pyright](https://github.com/microsoft/pyright) by [microsoft](https://github.com/microsoft) +pyright: Static type checker for Python +[https://github.com/microsoft/pyright](https://github.com/microsoft/pyright) +47 stars per week over 207 weeks +9,793 stars, 849 forks, 94 watches +[typing](categories/typing.md) category, created 2019-03-12, last commit 2023-03-04, main language Python -### [faker](https://github.com/joke2k/faker) by [joke2k](https://github.com/joke2k) -Faker is a Python package that generates fake data for you. -[https://faker.readthedocs.io](https://faker.readthedocs.io) -[https://github.com/joke2k/faker](https://github.com/joke2k/faker) -28 stars per week over 537 weeks -15,461 stars, 1,728 forks, 222 watches -[data](categories/data.md) category, created 2012-11-12, last commit 2023-03-02, main language Python -dataset, fake, fake-data, python, test-data, test-data-generator, testing +### [pyodide](https://github.com/pyodide/pyodide) +Pyodide is a Python distribution for the browser and Node.js based on WebAssembly +[https://pyodide.org/en/stable/](https://pyodide.org/en/stable/) +[https://github.com/pyodide/pyodide](https://github.com/pyodide/pyodide) +36 stars per week over 262 weeks +9,680 stars, 630 forks, 126 watches +[util](categories/util.md) category, created 2018-02-23, last commit 2023-03-04, main language Python +python, webassembly -### [avatarify-python](https://github.com/alievk/avatarify-python) by [alievk](https://github.com/alievk) -avatarify-python: Avatars for Zoom, Skype and other video-conferencing apps. -[https://github.com/alievk/avatarify-python](https://github.com/alievk/avatarify-python) -101 stars per week over 151 weeks -15,432 stars, 2,409 forks, 302 watches -[util](categories/util.md) category, created 2020-04-06, last commit 2022-11-11, main language Python +### [scipy](https://github.com/scipy/scipy) +SciPy library main repository +[https://scipy.org](https://scipy.org) +[https://github.com/scipy/scipy](https://github.com/scipy/scipy) +17 stars per week over 625 weeks +10,895 stars, 4,616 forks, 343 watches +[ml](categories/ml.md) category, created 2011-03-09, last commit 2023-03-04, main language Python +algorithms, closember, python, scientific-computing, scipy -### [datasets](https://github.com/huggingface/datasets) by [huggingface](https://github.com/huggingface) -datasets: 🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools -[https://huggingface.co/docs/datasets](https://huggingface.co/docs/datasets) -[https://github.com/huggingface/datasets](https://github.com/huggingface/datasets) -100 stars per week over 153 weeks -15,381 stars, 2,040 forks, 262 watches -[nlp](categories/nlp.md) category, created 2020-03-26, last commit 2023-03-02, main language Python -computer-vision, datasets, deep-learning, evaluation, hacktoberfest, machine-learning, metrics, natural-language-processing, nlp, numpy, pandas, pytorch, speech, tensorflow +### [bokeh](https://github.com/bokeh/bokeh) +bokeh: Interactive Data Visualization in the browser, from Python +[https://bokeh.org](https://bokeh.org) +[https://github.com/bokeh/bokeh](https://github.com/bokeh/bokeh) +30 stars per week over 570 weeks +17,285 stars, 4,038 forks, 449 watches +[viz](categories/viz.md) category, created 2012-03-26, last commit 2023-03-03, main language Python +bokeh, data-visualisation, interactive-plots, javascript, jupyter, notebooks, numfocus, plots, plotting, python, visualisation, visualization ### [mypy](https://github.com/python/mypy) by [python](https://github.com/python) @@ -855,413 +788,434 @@ mypy: Optional static typing for Python [https://www.mypy-lang.org/](https://www.mypy-lang.org/) [https://github.com/python/mypy](https://github.com/python/mypy) 27 stars per week over 534 weeks -14,933 stars, 2,462 forks, 228 watches -[typing](categories/typing.md) category, created 2012-12-07, last commit 2023-03-02, main language Python +14,936 stars, 2,463 forks, 228 watches +[typing](categories/typing.md) category, created 2012-12-07, last commit 2023-03-03, main language Python linter, python, typechecker, types, typing -### [polars](https://github.com/pola-rs/polars) by [pola-rs](https://github.com/pola-rs) -polars: Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python | Node.js -[https://pola.rs/](https://pola.rs/) -[https://github.com/pola-rs/polars](https://github.com/pola-rs/polars) -100 stars per week over 146 weeks -14,747 stars, 749 forks, 126 watches -[perf](categories/perf.md) category, created 2020-05-13, last commit 2023-03-02, main language Rust -arrow, dataframe, dataframe-library, dataframes, out-of-core, python, rust - - -### [openai-cookbook](https://github.com/openai/openai-cookbook) by [openai](https://github.com/openai) -openai-cookbook: Examples and guides for using the OpenAI API -[https://github.com/openai/openai-cookbook](https://github.com/openai/openai-cookbook) -286 stars per week over 51 weeks -14,605 stars, 1,928 forks, 326 watches -[ml](categories/ml.md) category, created 2022-03-11, last commit 2023-03-02, main language Jupyter Notebook - - -### [twint](https://github.com/twintproject/twint) by [twintproject](https://github.com/twintproject) -twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations. -[https://github.com/twintproject/twint](https://github.com/twintproject/twint) -48 stars per week over 298 weeks -14,453 stars, 2,486 forks, 313 watches -[data](categories/data.md) category, created 2017-06-10, last commit 2021-03-02, main language Python -elasticsearch, kibana, osint, python, scrape, scrape-followers, scrape-following, scrape-likes, tweep, tweets, twint, twitter +### [sktime](https://github.com/sktime/sktime) +sktime: A unified framework for machine learning with time series +[https://www.sktime.net](https://www.sktime.net) +[https://github.com/sktime/sktime](https://github.com/sktime/sktime) +27 stars per week over 225 weeks +6,216 stars, 1,032 forks, 107 watches +[time-series](categories/time-series.md) category, created 2018-11-06, last commit 2023-03-02, main language Python +data-mining, data-science, forecasting, machine-learning, scikit-learn, time-series, time-series-analysis, time-series-classification, time-series-regression -### [loguru](https://github.com/delgan/loguru) by [delgan](https://github.com/delgan) -loguru: Python logging made (stupidly) simple -[https://github.com/delgan/loguru](https://github.com/delgan/loguru) -49 stars per week over 289 weeks -14,235 stars, 590 forks, 120 watches -[util](categories/util.md) category, created 2017-08-15, last commit 2023-02-01, main language Python -log, logger, logging, python +### [DeepSpeed](https://github.com/microsoft/deepspeed) by [microsoft](https://github.com/microsoft) +DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. +[https://www.deepspeed.ai/](https://www.deepspeed.ai/) +[https://github.com/microsoft/deepspeed](https://github.com/microsoft/deepspeed) +56 stars per week over 162 weeks +9,202 stars, 1,106 forks, 146 watches +[ml-dl](categories/ml-dl.md) category, created 2020-01-23, last commit 2023-03-01, main language Python +billion-parameters, compression, data-parallelism, deep-learning, gpu, inference, machine-learning, mixture-of-experts, model-parallelism, pipeline-parallelism, pytorch, trillion-parameters, zero -### [ml-agents](https://github.com/unity-technologies/ml-agents) by [unity-technologies](https://github.com/unity-technologies) -ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning. -[https://unity.com/products/machine-learning-agents](https://unity.com/products/machine-learning-agents) -[https://github.com/unity-technologies/ml-agents](https://github.com/unity-technologies/ml-agents) -49 stars per week over 286 weeks -14,200 stars, 3,737 forks, 548 watches -[sim](categories/sim.md) category, created 2017-09-08, last commit 2023-01-25, main language C# -deep-learning, deep-reinforcement-learning, machine-learning, neural-networks, reinforcement-learning, unity, unity3d +### [faceswap](https://github.com/deepfakes/faceswap) by [deepfakes](https://github.com/deepfakes) +faceswap: Deepfakes Software For All +[https://www.faceswap.dev](https://www.faceswap.dev) +[https://github.com/deepfakes/faceswap](https://github.com/deepfakes/faceswap) +161 stars per week over 271 weeks +43,839 stars, 12,151 forks, 1,504 watches +[ml-dl](categories/ml-dl.md) category, created 2017-12-19, last commit 2023-02-24, main language Python +deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, myfakeapp, neural-nets, neural-networks, openfaceswap -### [onnx](https://github.com/onnx/onnx) -onnx: Open standard for machine learning interoperability -[https://onnx.ai/](https://onnx.ai/) -[https://github.com/onnx/onnx](https://github.com/onnx/onnx) -49 stars per week over 286 weeks -14,183 stars, 3,348 forks, 431 watches -[ml](categories/ml.md) category, created 2017-09-07, last commit 2023-03-02, main language Python -deep-learning, deep-neural-networks, dnn, keras, machine-learning, ml, mxnet, neural-network, onnx, pytorch, scikit-learn, tensorflow +### [llama](https://github.com/facebookresearch/llama) by [facebookresearch](https://github.com/facebookresearch) +llama: Inference code for LLaMA models +[https://github.com/facebookresearch/llama](https://github.com/facebookresearch/llama) +2540 stars per week over 2 weeks +6,895 stars, 708 forks, 87 watches +[nlp](categories/nlp.md) category, created 2023-02-14, last commit 2023-03-04, main language Python -### [gensim](https://github.com/rare-technologies/gensim) by [rare-technologies](https://github.com/rare-technologies) -gensim: Topic Modelling for Humans -[https://radimrehurek.com/gensim](https://radimrehurek.com/gensim) -[https://github.com/rare-technologies/gensim](https://github.com/rare-technologies/gensim) -22 stars per week over 629 weeks -14,011 stars, 4,325 forks, 430 watches -[nlp](categories/nlp.md) category, created 2011-02-10, last commit 2023-02-17, main language Python -data-mining, data-science, document-similarity, fasttext, gensim, information-retrieval, machine-learning, natural-language-processing, neural-network, nlp, python, topic-modeling, word-embeddings, word-similarity, word2vec +### [dvc](https://github.com/iterative/dvc) by [iterative](https://github.com/iterative) +dvc: 🦉Data Version Control | Git for Data & Models | ML Experiments Management +[https://dvc.org](https://dvc.org) +[https://github.com/iterative/dvc](https://github.com/iterative/dvc) +35 stars per week over 313 weeks +11,169 stars, 1,034 forks, 135 watches +[data](categories/data.md) category, created 2017-03-04, last commit 2023-03-04, main language Python +ai, collaboration, data-science, data-version-control, developer-tools, git, hacktoberfest, machine-learning, python, reproducibility -### [baselines](https://github.com/openai/baselines) by [openai](https://github.com/openai) -OpenAI Baselines: high-quality implementations of reinforcement learning algorithms -[https://github.com/openai/baselines](https://github.com/openai/baselines) -45 stars per week over 301 weeks -13,809 stars, 4,530 forks, 615 watches -[ml](categories/ml.md) category, created 2017-05-24, last commit 2020-01-31, main language Python +### [dagster](https://github.com/dagster-io/dagster) by [dagster-io](https://github.com/dagster-io) +dagster: An orchestration platform for the development, production, and observation of data assets. +[https://dagster.io](https://dagster.io) +[https://github.com/dagster-io/dagster](https://github.com/dagster-io/dagster) +26 stars per week over 252 weeks +6,671 stars, 841 forks, 92 watches +[ml-ops](categories/ml-ops.md) category, created 2018-04-30, last commit 2023-03-03, main language Python +analytics, dagster, data-engineering, data-integration, data-orchestrator, data-pipelines, data-science, etl, metadata, mlops, orchestration, python, scheduler, workflow, workflow-automation -### [mlflow](https://github.com/mlflow/mlflow) -mlflow: Open source platform for the machine learning lifecycle -[https://mlflow.org](https://mlflow.org) -[https://github.com/mlflow/mlflow](https://github.com/mlflow/mlflow) -55 stars per week over 247 weeks -13,757 stars, 3,215 forks, 287 watches -[ml-ops](categories/ml-ops.md) category, created 2018-06-05, last commit 2023-03-02, main language Python -ai, apache-spark, machine-learning, ml, mlflow, model-management +### [AITemplate](https://github.com/facebookincubator/aitemplate) by [facebookincubator](https://github.com/facebookincubator) +AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference. +[https://github.com/facebookincubator/aitemplate](https://github.com/facebookincubator/aitemplate) +89 stars per week over 33 weeks +2,979 stars, 238 forks, 77 watches +[ml-dl](categories/ml-dl.md) category, created 2022-07-15, last commit 2023-03-04, main language Python ### [dalle-mini](https://github.com/borisdayma/dalle-mini) by [borisdayma](https://github.com/borisdayma) dalle-mini: DALL·E Mini - Generate images from a text prompt [https://www.craiyon.com](https://www.craiyon.com) [https://github.com/borisdayma/dalle-mini](https://github.com/borisdayma/dalle-mini) -157 stars per week over 86 weeks -13,723 stars, 1,061 forks, 102 watches +157 stars per week over 87 weeks +13,731 stars, 1,062 forks, 102 watches [ml-dl](categories/ml-dl.md) category, created 2021-07-03, last commit 2023-02-10, main language Python -### [click](https://github.com/pallets/click) by [pallets](https://github.com/pallets) -click: Python composable command line interface toolkit -[https://click.palletsprojects.com](https://click.palletsprojects.com) -[https://github.com/pallets/click](https://github.com/pallets/click) -29 stars per week over 462 weeks -13,549 stars, 1,315 forks, 180 watches -[term](categories/term.md) category, created 2014-04-24, last commit 2023-03-01, main language Python -cli, click, pallets, python +### [optuna](https://github.com/optuna/optuna) +optuna: A hyperparameter optimization framework +[https://optuna.org](https://optuna.org) +[https://github.com/optuna/optuna](https://github.com/optuna/optuna) +29 stars per week over 262 weeks +7,685 stars, 811 forks, 123 watches +[ml](categories/ml.md) category, created 2018-02-21, last commit 2023-03-03, main language Python +distributed, hacktoberfest, hyperparameter-optimization, machine-learning, parallel, python -### [imgaug](https://github.com/aleju/imgaug) by [aleju](https://github.com/aleju) -imgaug: Image augmentation for machine learning experiments. -[http://imgaug.readthedocs.io](http://imgaug.readthedocs.io) -[https://github.com/aleju/imgaug](https://github.com/aleju/imgaug) -33 stars per week over 399 weeks -13,335 stars, 2,361 forks, 230 watches -[ml](categories/ml.md) category, created 2015-07-10, last commit 2020-06-01, main language Python -affine-transformation, augment-images, augmentation, bounding-boxes, contrast, crop, deep-learning, heatmap, image-augmentation, images, keypoints, machine-learning, polygon, segmentation-maps +### [dask](https://github.com/dask/dask) +dask: Parallel computing with task scheduling +[https://dask.org](https://dask.org) +[https://github.com/dask/dask](https://github.com/dask/dask) +25 stars per week over 426 weeks +10,772 stars, 1,598 forks, 216 watches +[perf](categories/perf.md) category, created 2015-01-04, last commit 2023-03-03, main language Python +dask, numpy, pandas, pydata, python, scikit-learn, scipy -### [aiohttp](https://github.com/aio-libs/aiohttp) by [aio-libs](https://github.com/aio-libs) -aiohttp: Asynchronous HTTP client/server framework for asyncio and Python -[https://docs.aiohttp.org](https://docs.aiohttp.org) -[https://github.com/aio-libs/aiohttp](https://github.com/aio-libs/aiohttp) -27 stars per week over 491 weeks -13,314 stars, 1,871 forks, 227 watches -[web](categories/web.md) category, created 2013-10-01, last commit 2023-02-28, main language Python -aiohttp, async, asyncio, hacktoberfest, http, http-client, http-server, python +### [mkdocs-material](https://github.com/squidfunk/mkdocs-material) by [squidfunk](https://github.com/squidfunk) +mkdocs-material: Documentation that simply works +[https://squidfunk.github.io/mkdocs-material/](https://squidfunk.github.io/mkdocs-material/) +[https://github.com/squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) +34 stars per week over 370 weeks +12,958 stars, 2,831 forks, 112 watches +[util](categories/util.md) category, created 2016-01-28, last commit 2023-03-03, main language TypeScript +documentation, material-design, mkdocs, static, template, theme -### [minGPT](https://github.com/karpathy/mingpt) by [karpathy](https://github.com/karpathy) -minGPT: A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training -[https://github.com/karpathy/mingpt](https://github.com/karpathy/mingpt) -100 stars per week over 132 weeks -13,274 stars, 1,510 forks, 228 watches -[nlp](categories/nlp.md) category, created 2020-08-17, last commit 2023-01-08, main language Python +### [DALLE2-pytorch](https://github.com/lucidrains/dalle2-pytorch) by [lucidrains](https://github.com/lucidrains) +DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch +[https://github.com/lucidrains/dalle2-pytorch](https://github.com/lucidrains/dalle2-pytorch) +190 stars per week over 47 weeks +9,043 stars, 787 forks, 123 watches +[ml-dl](categories/ml-dl.md) category, created 2022-04-07, last commit 2023-02-12, main language Python +artificial-intelligence, deep-learning, text-to-image -### [gradio](https://github.com/gradio-app/gradio) by [gradio-app](https://github.com/gradio-app) -gradio: Create UIs for your machine learning model in Python in 3 minutes -[http://www.gradio.app](http://www.gradio.app) -[https://github.com/gradio-app/gradio](https://github.com/gradio-app/gradio) -60 stars per week over 219 weeks -13,249 stars, 864 forks, 103 watches -[viz](categories/viz.md) category, created 2018-12-19, last commit 2023-03-01, main language HTML -data-analysis, data-science, data-visualization, deep-learning, deploy, gradio, gradio-interface, interface, machine-learning, models, python, python-notebook, ui, ui-components +### [nebullvm](https://github.com/nebuly-ai/nebullvm) by [nebuly-ai](https://github.com/nebuly-ai) +nebullvm: Plug and play modules to optimize the performances of your AI systems 🚀 +[https://www.nebuly.com/](https://www.nebuly.com/) +[https://github.com/nebuly-ai/nebullvm](https://github.com/nebuly-ai/nebullvm) +92 stars per week over 55 weeks +5,100 stars, 328 forks, 64 watches +[perf](categories/perf.md) category, created 2022-02-12, last commit 2023-03-03, main language Python +compiler, computing, deep-learning, edge-computing, gpu, huggingface, inference, machine-learning, neural-network, onnx, openvino, optimization, pypi, pytorch, quantization, tensorflow, tensorrt, transformers, tvm -### [horovod](https://github.com/horovod/horovod) -horovod: Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. -[http://horovod.ai](http://horovod.ai) -[https://github.com/horovod/horovod](https://github.com/horovod/horovod) -45 stars per week over 290 weeks -13,065 stars, 2,158 forks, 331 watches -[ml-ops](categories/ml-ops.md) category, created 2017-08-09, last commit 2023-02-23, main language Python -baidu, deep-learning, deeplearning, keras, machine-learning, machinelearning, mpi, mxnet, pytorch, ray, spark, tensorflow, uber - - -### [tensor2tensor](https://github.com/tensorflow/tensor2tensor) by [tensorflow](https://github.com/tensorflow) -tensor2tensor: Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. -[https://github.com/tensorflow/tensor2tensor](https://github.com/tensorflow/tensor2tensor) -43 stars per week over 298 weeks -13,050 stars, 3,181 forks, 459 watches -[ml](categories/ml.md) category, created 2017-06-15, last commit 2023-02-17, main language Python -deep-learning, machine-learning, machine-translation, reinforcement-learning, tpu - - -### [plotly.py](https://github.com/plotly/plotly.py) by [plotly](https://github.com/plotly) -plotly.py: The interactive graphing library for Python (includes Plotly Express) :sparkles: -[https://plotly.com/python/](https://plotly.com/python/) -[https://github.com/plotly/plotly.py](https://github.com/plotly/plotly.py) -26 stars per week over 484 weeks -13,015 stars, 2,306 forks, 275 watches -[viz](categories/viz.md) category, created 2013-11-21, last commit 2023-02-24, main language Python -d3, dashboard, declarative, graph-library, interactive, jupyter-notebook, plotly, plotly-dash, plotlyjs, python, regl, sparkles, visualization, webgl - - -### [ChatterBot](https://github.com/gunthercox/chatterbot) by [gunthercox](https://github.com/gunthercox) -ChatterBot is a machine learning, conversational dialog engine for creating chat bots -[https://chatterbot.readthedocs.io](https://chatterbot.readthedocs.io) -[https://github.com/gunthercox/chatterbot](https://github.com/gunthercox/chatterbot) -29 stars per week over 439 weeks -12,971 stars, 4,248 forks, 551 watches -[nlp](categories/nlp.md) category, created 2014-09-28, last commit 2021-06-01, main language Python -bot, chatbot, chatterbot, conversation, language, machine-learning, python +### [locust](https://github.com/locustio/locust) by [locustio](https://github.com/locustio) +locust: Scalable load testing tool written in Python +[https://github.com/locustio/locust](https://github.com/locustio/locust) +33 stars per week over 628 weeks +20,788 stars, 2,648 forks, 433 watches +[testing](categories/testing.md) category, created 2011-02-17, last commit 2023-03-04, main language Python +benchmarking, http, load-generator, load-testing, locust, performance-testing, python -### [mkdocs-material](https://github.com/squidfunk/mkdocs-material) by [squidfunk](https://github.com/squidfunk) -mkdocs-material: Documentation that simply works -[https://squidfunk.github.io/mkdocs-material/](https://squidfunk.github.io/mkdocs-material/) -[https://github.com/squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) -34 stars per week over 370 weeks -12,943 stars, 2,830 forks, 112 watches -[util](categories/util.md) category, created 2016-01-28, last commit 2023-03-02, main language TypeScript -documentation, material-design, mkdocs, static, template, theme +### [EasyOCR](https://github.com/jaidedai/easyocr) by [jaidedai](https://github.com/jaidedai) +EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc. +[https://www.jaided.ai](https://www.jaided.ai) +[https://github.com/jaidedai/easyocr](https://github.com/jaidedai/easyocr) +110 stars per week over 155 weeks +17,157 stars, 2,483 forks, 283 watches +[data](categories/data.md) category, created 2020-03-14, last commit 2023-01-06, main language Python +cnn, crnn, data-mining, deep-learning, easyocr, image-processing, information-retrieval, lstm, machine-learning, ocr, optical-character-recognition, python, pytorch, scene-text, scene-text-recognition -### [jupyterlab](https://github.com/jupyterlab/jupyterlab) -JupyterLab computational environment. -[https://jupyterlab.readthedocs.io/](https://jupyterlab.readthedocs.io/) -[https://github.com/jupyterlab/jupyterlab](https://github.com/jupyterlab/jupyterlab) -35 stars per week over 352 weeks -12,667 stars, 2,572 forks, 309 watches -[jupyter](categories/jupyter.md) category, created 2016-06-03, last commit 2023-03-02, main language TypeScript -jupyter, jupyterlab +### [great_expectations](https://github.com/great-expectations/great_expectations) by [great-expectations](https://github.com/great-expectations) +great_expectations: Always know what to expect from your data. +[https://docs.greatexpectations.io/](https://docs.greatexpectations.io/) +[https://github.com/great-expectations/great_expectations](https://github.com/great-expectations/great_expectations) +28 stars per week over 285 weeks +8,050 stars, 1,249 forks, 71 watches +[ml-ops](categories/ml-ops.md) category, created 2017-09-11, last commit 2023-03-03, main language Python +cleandata, data-engineering, data-profilers, data-profiling, data-quality, data-science, data-unit-tests, datacleaner, datacleaning, dataquality, dataunittest, eda, exploratory-analysis, exploratory-data-analysis, exploratorydataanalysis, mlops, pipeline, pipeline-debt, pipeline-testing, pipeline-tests -### [pydantic](https://github.com/samuelcolvin/pydantic) by [samuelcolvin](https://github.com/samuelcolvin) -pydantic: Data validation using Python type hints -[https://docs.pydantic.dev](https://docs.pydantic.dev) -[https://github.com/samuelcolvin/pydantic](https://github.com/samuelcolvin/pydantic) -41 stars per week over 304 weeks -12,654 stars, 1,174 forks, 91 watches -[util](categories/util.md) category, created 2017-05-03, last commit 2023-02-24, main language Python -hints, json-schema, parsing, pydantic, python, python310, python311, python37, python38, python39, validation +### [GFPGAN](https://github.com/tencentarc/gfpgan) by [tencentarc](https://github.com/tencentarc) +GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. +[https://github.com/tencentarc/gfpgan](https://github.com/tencentarc/gfpgan) +263 stars per week over 102 weeks +26,952 stars, 4,156 forks, 395 watches +[ml](categories/ml.md) category, created 2021-03-19, last commit 2022-09-16, main language Python +deep-learning, face-restoration, gan, gfpgan, image-restoration, pytorch, super-resolution -### [nni](https://github.com/microsoft/nni) by [microsoft](https://github.com/microsoft) -nni: An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning. -[https://nni.readthedocs.io](https://nni.readthedocs.io) -[https://github.com/microsoft/nni](https://github.com/microsoft/nni) -50 stars per week over 248 weeks -12,556 stars, 1,755 forks, 281 watches -[ml](categories/ml.md) category, created 2018-06-01, last commit 2023-03-03, main language Python -automated-machine-learning, automl, bayesian-optimization, data-science, deep-learning, deep-neural-network, distributed, feature-engineering, hyperparameter-optimization, hyperparameter-tuning, machine-learning, machine-learning-algorithms, mlops, model-compression, nas, neural-architecture-search, neural-network, python, pytorch, tensorflow +### [notebook](https://github.com/jupyter/notebook) by [jupyter](https://github.com/jupyter) +notebook: Jupyter Interactive Notebook +[https://jupyter-notebook.readthedocs.io/](https://jupyter-notebook.readthedocs.io/) +[https://github.com/jupyter/notebook](https://github.com/jupyter/notebook) +23 stars per week over 412 weeks +9,808 stars, 4,017 forks, 321 watches +[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-03-01, main language Jupyter Notebook +closember, jupyter, jupyter-notebook, notebook ### [flair](https://github.com/flairnlp/flair) by [flairnlp](https://github.com/flairnlp) flair: A very simple framework for state-of-the-art Natural Language Processing (NLP) [https://github.com/flairnlp/flair](https://github.com/flairnlp/flair) 50 stars per week over 246 weeks -12,534 stars, 1,997 forks, 202 watches -[nlp](categories/nlp.md) category, created 2018-06-11, last commit 2023-02-22, main language Python +12,538 stars, 1,999 forks, 202 watches +[nlp](categories/nlp.md) category, created 2018-06-11, last commit 2023-03-03, main language Python machine-learning, named-entity-recognition, natural-language-processing, nlp, pytorch, semantic-role-labeling, sequence-labeling, word-embeddings -### [pybind11](https://github.com/pybind/pybind11) by [pybind](https://github.com/pybind) -pybind11: Seamless operability between C++11 and Python -[https://pybind11.readthedocs.io/](https://pybind11.readthedocs.io/) -[https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) -30 stars per week over 399 weeks -12,290 stars, 1,777 forks, 245 watches -[perf](categories/perf.md) category, created 2015-07-05, last commit 2023-02-23, main language C++ -bindings, python +### [PySimpleGUI](https://github.com/pysimplegui/pysimplegui) by [pysimplegui](https://github.com/pysimplegui) +PySimpleGUI: Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs +[https://github.com/pysimplegui/pysimplegui](https://github.com/pysimplegui/pysimplegui) +46 stars per week over 242 weeks +11,304 stars, 1,684 forks, 218 watches +[gui](categories/gui.md) category, created 2018-07-11, last commit 2023-03-01, main language Python +beginner-friendly, datavisualization, games, gui, gui-framework, gui-programming, gui-window, pyside2, pysimplegui, python, python-gui, qt, qt-gui, remi, systemtray, tkinter, tkinter-gui, tkinter-python, user-interface, wxpython -### [networkx](https://github.com/networkx/networkx) -networkx: Network Analysis in Python -[https://networkx.org](https://networkx.org) -[https://github.com/networkx/networkx](https://github.com/networkx/networkx) -18 stars per week over 651 weeks -12,281 stars, 2,851 forks, 280 watches -[graph](categories/graph.md) category, created 2010-09-06, last commit 2023-03-02, main language Python -complex-networks, graph-algorithms, graph-analysis, graph-generation, graph-theory, graph-visualization, python +### [mxnet](https://github.com/apache/incubator-mxnet) by [apache](https://github.com/apache) +mxnet: Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more +[https://mxnet.apache.org](https://mxnet.apache.org) +[https://github.com/apache/incubator-mxnet](https://github.com/apache/incubator-mxnet) +49 stars per week over 409 weeks +20,272 stars, 6,872 forks, 1,087 watches +[ml-dl](categories/ml-dl.md) category, created 2015-04-30, last commit 2023-01-26, main language C++ +mxnet -### [albumentations](https://github.com/albumentations-team/albumentations) by [albumentations-team](https://github.com/albumentations-team) -albumentations: Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125 -[https://albumentations.ai](https://albumentations.ai) -[https://github.com/albumentations-team/albumentations](https://github.com/albumentations-team/albumentations) -47 stars per week over 247 weeks -11,632 stars, 1,477 forks, 123 watches -[ml-dl](categories/ml-dl.md) category, created 2018-06-06, last commit 2023-02-21, main language Python -augmentation, deep-learning, detection, fast-augmentations, image-augmentation, image-classification, image-processing, image-segmentation, machine-learning, object-detection, python, segmentation +### [sympy](https://github.com/sympy/sympy) +sympy: A computer algebra system written in pure Python +[https://sympy.org/](https://sympy.org/) +[https://github.com/sympy/sympy](https://github.com/sympy/sympy) +15 stars per week over 670 weeks +10,361 stars, 3,882 forks, 287 watches +[math](categories/math.md) category, created 2010-04-30, last commit 2023-03-04, main language Python +computer-algebra, hacktoberfest, math, python, science -### [nltk](https://github.com/nltk/nltk) -NLTK Source -[https://www.nltk.org](https://www.nltk.org) -[https://github.com/nltk/nltk](https://github.com/nltk/nltk) -16 stars per week over 703 weeks -11,581 stars, 2,696 forks, 468 watches -[nlp](categories/nlp.md) category, created 2009-09-07, last commit 2023-02-20, main language Python -machine-learning, natural-language-processing, nlp, nltk, python +### [stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) by [nateraw](https://github.com/nateraw) +stable-diffusion-videos: Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts +[https://github.com/nateraw/stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) +84 stars per week over 25 weeks +2,183 stars, 214 forks, 28 watches +[diffusion](categories/diffusion.md) category, created 2022-09-06, last commit 2023-02-18, main language Python +ai-art, huggingface, huggingface-diffusers, machine-learning, stable-diffusion -### [deepmind-research](https://github.com/deepmind/deepmind-research) by [deepmind](https://github.com/deepmind) -deepmind-research: This repository contains implementations and illustrative code to accompany DeepMind publications -[https://github.com/deepmind/deepmind-research](https://github.com/deepmind/deepmind-research) -53 stars per week over 215 weeks -11,487 stars, 2,357 forks, 329 watches -[ml](categories/ml.md) category, created 2019-01-15, last commit 2023-01-31, main language Jupyter Notebook +### [Real-ESRGAN](https://github.com/xinntao/real-esrgan) by [xinntao](https://github.com/xinntao) +Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration. +[https://github.com/xinntao/real-esrgan](https://github.com/xinntao/real-esrgan) +217 stars per week over 84 weeks +18,447 stars, 1,993 forks, 188 watches +[ml-dl](categories/ml-dl.md) category, created 2021-07-19, last commit 2022-09-20, main language Python +amine, denoise, esrgan, image-restoration, jpeg-compression, pytorch, real-esrgan, super-resolution -### [allennlp](https://github.com/allenai/allennlp) by [allenai](https://github.com/allenai) -allennlp: An open-source NLP research library, built on PyTorch. -[http://www.allennlp.org](http://www.allennlp.org) -[https://github.com/allenai/allennlp](https://github.com/allenai/allennlp) -37 stars per week over 302 weeks -11,412 stars, 2,242 forks, 281 watches -[nlp](categories/nlp.md) category, created 2017-05-15, last commit 2022-11-22, main language Python -data-science, deep-learning, natural-language-processing, nlp, python, pytorch +### [faker](https://github.com/joke2k/faker) by [joke2k](https://github.com/joke2k) +Faker is a Python package that generates fake data for you. +[https://faker.readthedocs.io](https://faker.readthedocs.io) +[https://github.com/joke2k/faker](https://github.com/joke2k/faker) +28 stars per week over 537 weeks +15,469 stars, 1,728 forks, 222 watches +[data](categories/data.md) category, created 2012-11-12, last commit 2023-03-03, main language Python +dataset, fake, fake-data, python, test-data, test-data-generator, testing -### [prefect](https://github.com/prefecthq/prefect) by [prefecthq](https://github.com/prefecthq) -prefect: The easiest way to coordinate your dataflow -[https://prefect.io](https://prefect.io) -[https://github.com/prefecthq/prefect](https://github.com/prefecthq/prefect) -46 stars per week over 244 weeks -11,411 stars, 1,142 forks, 155 watches -[ml-ops](categories/ml-ops.md) category, created 2018-06-29, last commit 2023-03-02, main language Python -automation, data, data-engineering, data-ops, data-science, infrastructure, ml-ops, observability, orchestration, orion, pipeline, prefect, python, workflow, workflow-engine +### [celery](https://github.com/celery/celery) +celery: Distributed Task Queue (development branch) +[https://docs.celeryq.dev](https://docs.celeryq.dev) +[https://github.com/celery/celery](https://github.com/celery/celery) +29 stars per week over 723 weeks +21,040 stars, 4,442 forks, 475 watches +[perf](categories/perf.md) category, created 2009-04-24, last commit 2023-03-04, main language Python +amqp, python, python-library, python3, queue-tasks, queue-workers, queued-jobs, redis, redis-queue, sqs, sqs-queue, task-manager, task-runner, task-scheduler -### [InvokeAI](https://github.com/invoke-ai/invokeai) by [invoke-ai](https://github.com/invoke-ai) -InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products. -[https://invoke-ai.github.io/InvokeAI/](https://invoke-ai.github.io/InvokeAI/) -[https://github.com/invoke-ai/invokeai](https://github.com/invoke-ai/invokeai) -402 stars per week over 28 weeks -11,379 stars, 1,291 forks, 131 watches -[diffusion](categories/diffusion.md) category, created 2022-08-17, last commit 2023-02-28, main language Jupyter Notebook -ai-art, artificial-intelligence, generative-art, image-generation, img2img, inpainting, latent-diffusion, linux, macos, outpainting, stable-diffusion, txt2img, windows +### [micropython](https://github.com/micropython/micropython) +MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems +[https://micropython.org](https://micropython.org) +[https://github.com/micropython/micropython](https://github.com/micropython/micropython) +33 stars per week over 480 weeks +16,033 stars, 6,226 forks, 730 watches +[util](categories/util.md) category, created 2013-12-20, last commit 2023-03-02, main language C +embedded, microcontroller, micropython, python -### [PySimpleGUI](https://github.com/pysimplegui/pysimplegui) by [pysimplegui](https://github.com/pysimplegui) -PySimpleGUI: Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs -[https://github.com/pysimplegui/pysimplegui](https://github.com/pysimplegui/pysimplegui) -46 stars per week over 242 weeks -11,296 stars, 1,682 forks, 218 watches -[gui](categories/gui.md) category, created 2018-07-11, last commit 2023-03-01, main language Python -beginner-friendly, datavisualization, games, gui, gui-framework, gui-programming, gui-window, pyside2, pysimplegui, python, python-gui, qt, qt-gui, remi, systemtray, tkinter, tkinter-gui, tkinter-python, user-interface, wxpython +### [autogluon](https://github.com/awslabs/autogluon) by [awslabs](https://github.com/awslabs) +AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data +[https://auto.gluon.ai/](https://auto.gluon.ai/) +[https://github.com/awslabs/autogluon](https://github.com/awslabs/autogluon) +28 stars per week over 187 weeks +5,400 stars, 703 forks, 90 watches +[ml](categories/ml.md) category, created 2019-07-29, last commit 2023-03-03, main language Python +autogluon, automated-machine-learning, automl, computer-vision, data-science, deep-learning, ensemble-learning, forecasting, gluon, hyperparameter-optimization, image-classification, machine-learning, natural-language-processing, object-detection, pytorch, scikit-learn, structured-data, tabular-data, time-series, transfer-learning -### [full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql) by [tiangolo](https://github.com/tiangolo) -full-stack-fastapi-postgresql: Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more. -[https://github.com/tiangolo/full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql) -53 stars per week over 209 weeks -11,240 stars, 2,050 forks, 185 watches -[template](categories/template.md) category, created 2019-02-23, last commit 2020-06-05, main language Python -backend, celery, cookiecutter, docker, fastapi, frontend, json, json-schema, jwt, letsencrypt, openapi, openapi3, pgadmin, postgresql, python, python3, swagger, traefik, vue, vuex +### [sqlmodel](https://github.com/tiangolo/sqlmodel) by [tiangolo](https://github.com/tiangolo) +sqlmodel: SQL databases in Python, designed for simplicity, compatibility, and robustness. +[https://sqlmodel.tiangolo.com/](https://sqlmodel.tiangolo.com/) +[https://github.com/tiangolo/sqlmodel](https://github.com/tiangolo/sqlmodel) +119 stars per week over 79 weeks +9,495 stars, 409 forks, 125 watches +[data](categories/data.md) category, created 2021-08-24, last commit 2023-02-21, main language Python +fastapi, json, json-schema, pydantic, python, sql, sqlalchemy -### [arrow](https://github.com/apache/arrow) by [apache](https://github.com/apache) -arrow: Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -[https://arrow.apache.org/](https://arrow.apache.org/) -[https://github.com/apache/arrow](https://github.com/apache/arrow) -30 stars per week over 367 weeks -11,218 stars, 2,761 forks, 345 watches -[data](categories/data.md) category, created 2016-02-17, last commit 2023-03-03, main language C++ -arrow +### [stable-diffusion](https://github.com/compvis/stable-diffusion) by [compvis](https://github.com/compvis) +stable-diffusion: A latent text-to-image diffusion model +[https://ommer-lab.com/research/latent-diffusion-models/](https://ommer-lab.com/research/latent-diffusion-models/) +[https://github.com/compvis/stable-diffusion](https://github.com/compvis/stable-diffusion) +1496 stars per week over 29 weeks +44,263 stars, 6,888 forks, 422 watches +[diffusion](categories/diffusion.md) category, created 2022-08-10, last commit 2022-11-16, main language Jupyter Notebook -### [dgl](https://github.com/dmlc/dgl) by [dmlc](https://github.com/dmlc) -dgl: Python package built to ease deep learning on graph, on top of existing DL frameworks. -[http://dgl.ai](http://dgl.ai) -[https://github.com/dmlc/dgl](https://github.com/dmlc/dgl) -44 stars per week over 254 weeks -11,202 stars, 2,720 forks, 173 watches -[ml-dl](categories/ml-dl.md) category, created 2018-04-20, last commit 2023-03-03, main language Python -deep-learning, graph-neural-networks +### [ipython](https://github.com/ipython/ipython) +ipython: Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc. +[https://ipython.readthedocs.org](https://ipython.readthedocs.org) +[https://github.com/ipython/ipython](https://github.com/ipython/ipython) +23 stars per week over 668 weeks +15,708 stars, 4,420 forks, 768 watches +[util](categories/util.md) category, created 2010-05-10, last commit 2023-02-28, main language Python +closember, data-science, hacktoberfest, ipython, jupyter, notebook, python, repl -### [diffusers](https://github.com/huggingface/diffusers) by [huggingface](https://github.com/huggingface) -🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch -[https://huggingface.co/docs/diffusers](https://huggingface.co/docs/diffusers) -[https://github.com/huggingface/diffusers](https://github.com/huggingface/diffusers) -282 stars per week over 39 weeks -11,192 stars, 2,205 forks, 118 watches -[diffusion](categories/diffusion.md) category, created 2022-05-30, last commit 2023-03-02, main language Python -deep-learning, diffusion, hacktoberfest, image-generation, image2image, pytorch, score-based-generative-modeling, stable-diffusion, text2image +### [mage-ai](https://github.com/mage-ai/mage-ai) +mage-ai: 🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data. +[https://www.mage.ai/](https://www.mage.ai/) +[https://github.com/mage-ai/mage-ai](https://github.com/mage-ai/mage-ai) +85 stars per week over 41 weeks +3,562 stars, 276 forks, 46 watches +[ml-ops](categories/ml-ops.md) category, created 2022-05-16, last commit 2023-03-04, main language Python +artificial-intelligence, data, data-engineering, data-integration, data-pipelines, data-science, dbt, elt, etl, machine-learning, orchestration, pipeline, pipelines, python, reverse-etl, spark, sql, transformation -### [dvc](https://github.com/iterative/dvc) by [iterative](https://github.com/iterative) -dvc: 🦉Data Version Control | Git for Data & Models | ML Experiments Management -[https://dvc.org](https://dvc.org) -[https://github.com/iterative/dvc](https://github.com/iterative/dvc) -35 stars per week over 312 weeks -11,162 stars, 1,034 forks, 135 watches -[data](categories/data.md) category, created 2017-03-04, last commit 2023-03-02, main language Python -ai, collaboration, data-science, data-version-control, developer-tools, git, hacktoberfest, machine-learning, python, reproducibility +### [musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) by [lucidrains](https://github.com/lucidrains) +musiclm-pytorch: Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch +[https://github.com/lucidrains/musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) +306 stars per week over 5 weeks +1,620 stars, 101 forks, 74 watches +[ml](categories/ml.md) category, created 2023-01-27, last commit 2023-03-02, main language Python +artificial-intelligence, attention-mechanisms, deep-learning, music-synthesis, transformers -### [scipy](https://github.com/scipy/scipy) -SciPy library main repository -[https://scipy.org](https://scipy.org) -[https://github.com/scipy/scipy](https://github.com/scipy/scipy) -17 stars per week over 625 weeks -10,891 stars, 4,612 forks, 343 watches -[ml](categories/ml.md) category, created 2011-03-09, last commit 2023-03-02, main language Python -algorithms, closember, python, scientific-computing, scipy +### [haystack](https://github.com/deepset-ai/haystack) by [deepset-ai](https://github.com/deepset-ai) +haystack: :mag: Haystack is an open source NLP framework to interact with your data using Transformer models and LLMs (GPT-3 and alike). Haystack offers production-ready tools to quickly build ChatGPT-like question answering, semantic search, text generation, and more. +[https://haystack.deepset.ai](https://haystack.deepset.ai) +[https://github.com/deepset-ai/haystack](https://github.com/deepset-ai/haystack) +41 stars per week over 172 weeks +7,133 stars, 1,066 forks, 103 watches +[ml-ops](categories/ml-ops.md) category, created 2019-11-14, last commit 2023-03-03, main language Python +ai, bert, chatgpt, elasticsearch, generative-ai, gpt-3, information-retrieval, language-model, large-language-models, machine-learning, natural-language-processing, nlp, python, pytorch, question-answering, semantic-search, squad, summarization, transfer-learning, transformers -### [annoy](https://github.com/spotify/annoy) by [spotify](https://github.com/spotify) -annoy: Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk -[https://github.com/spotify/annoy](https://github.com/spotify/annoy) -20 stars per week over 517 weeks -10,842 stars, 1,078 forks, 324 watches -[ml](categories/ml.md) category, created 2013-04-01, last commit 2023-02-25, main language C++ -approximate-nearest-neighbor-search, c-plus-plus, golang, locality-sensitive-hashing, lua, nearest-neighbor-search, python +### [speechbrain](https://github.com/speechbrain/speechbrain) +speechbrain: A PyTorch-based Speech Toolkit +[http://speechbrain.github.io](http://speechbrain.github.io) +[https://github.com/speechbrain/speechbrain](https://github.com/speechbrain/speechbrain) +36 stars per week over 148 weeks +5,413 stars, 1,023 forks, 115 watches +[nlp](categories/nlp.md) category, created 2020-04-28, last commit 2023-03-03, main language Python +asr, audio, audio-processing, deep-learning, huggingface, language-model, pytorch, speaker-diarization, speaker-recognition, speaker-verification, speech-enhancement, speech-processing, speech-recognition, speech-separation, speech-to-text, speech-toolkit, speechrecognition, spoken-language-understanding, transformers, voice-recognition -### [dask](https://github.com/dask/dask) -dask: Parallel computing with task scheduling -[https://dask.org](https://dask.org) -[https://github.com/dask/dask](https://github.com/dask/dask) -25 stars per week over 425 weeks -10,772 stars, 1,598 forks, 216 watches -[perf](categories/perf.md) category, created 2015-01-04, last commit 2023-03-02, main language Python -dask, numpy, pandas, pydata, python, scikit-learn, scipy +### [espnet](https://github.com/espnet/espnet) +espnet: End-to-End Speech Processing Toolkit +[https://espnet.github.io/espnet/](https://espnet.github.io/espnet/) +[https://github.com/espnet/espnet](https://github.com/espnet/espnet) +22 stars per week over 272 weeks +6,152 stars, 1,856 forks, 176 watches +[nlp](categories/nlp.md) category, created 2017-12-13, last commit 2023-03-03, main language Python +chainer, deep-learning, end-to-end, kaldi, machine-translation, pytorch, singing-voice-synthesis, speaker-diarization, speech-enhancement, speech-recognition, speech-separation, speech-synthesis, speech-translation, spoken-language-understanding, voice-conversion -### [deck.gl](https://github.com/visgl/deck.gl) by [visgl](https://github.com/visgl) -deck.gl: WebGL2 powered visualization framework -[https://deck.gl](https://deck.gl) -[https://github.com/visgl/deck.gl](https://github.com/visgl/deck.gl) -28 stars per week over 376 weeks -10,646 stars, 1,933 forks, 1,720 watches -[viz](categories/viz.md) category, created 2015-12-15, last commit 2023-03-03, main language JavaScript -data-visualization, geospatial-analysis, javascript, maps, python, visualization, webgl +### [aiohttp](https://github.com/aio-libs/aiohttp) by [aio-libs](https://github.com/aio-libs) +aiohttp: Asynchronous HTTP client/server framework for asyncio and Python +[https://docs.aiohttp.org](https://docs.aiohttp.org) +[https://github.com/aio-libs/aiohttp](https://github.com/aio-libs/aiohttp) +27 stars per week over 491 weeks +13,318 stars, 1,870 forks, 227 watches +[web](categories/web.md) category, created 2013-10-01, last commit 2023-02-28, main language Python +aiohttp, async, asyncio, hacktoberfest, http, http-client, http-server, python + + +### [YOLOX](https://github.com/megvii-basedetection/yolox) by [megvii-basedetection](https://github.com/megvii-basedetection) +YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/ +[https://github.com/megvii-basedetection/yolox](https://github.com/megvii-basedetection/yolox) +93 stars per week over 85 weeks +7,920 stars, 1,915 forks, 72 watches +[ml](categories/ml.md) category, created 2021-07-17, last commit 2023-03-03, main language Python +deep-learning, megengine, ncnn, object-detection, onnx, openvino, pytorch, tensorrt, yolo, yolov3, yolox + + +### [pybind11](https://github.com/pybind/pybind11) by [pybind](https://github.com/pybind) +pybind11: Seamless operability between C++11 and Python +[https://pybind11.readthedocs.io/](https://pybind11.readthedocs.io/) +[https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) +30 stars per week over 400 weeks +12,294 stars, 1,778 forks, 245 watches +[perf](categories/perf.md) category, created 2015-07-05, last commit 2023-02-23, main language C++ +bindings, python + + +### [nni](https://github.com/microsoft/nni) by [microsoft](https://github.com/microsoft) +nni: An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning. +[https://nni.readthedocs.io](https://nni.readthedocs.io) +[https://github.com/microsoft/nni](https://github.com/microsoft/nni) +50 stars per week over 248 weeks +12,566 stars, 1,755 forks, 282 watches +[ml](categories/ml.md) category, created 2018-06-01, last commit 2023-03-03, main language Python +automated-machine-learning, automl, bayesian-optimization, data-science, deep-learning, deep-neural-network, distributed, feature-engineering, hyperparameter-optimization, hyperparameter-tuning, machine-learning, machine-learning-algorithms, mlops, model-compression, nas, neural-architecture-search, neural-network, python, pytorch, tensorflow + + +### [ludwig](https://github.com/uber/ludwig) by [uber](https://github.com/uber) +ludwig: Data-centric declarative deep learning framework +[http://ludwig.ai](http://ludwig.ai) +[https://github.com/uber/ludwig](https://github.com/uber/ludwig) +40 stars per week over 218 weeks +8,780 stars, 1,030 forks, 183 watches +[ml-ops](categories/ml-ops.md) category, created 2018-12-27, last commit 2023-03-04, main language Python +computer-vision, data-centric, data-science, datascience, deep, deep-learning, deeplearning, learning, machine, machine-learning, machinelearning, ml, natural-language, natural-language-processing, neural-network, python, pytorch + + +### [horovod](https://github.com/horovod/horovod) +horovod: Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. +[http://horovod.ai](http://horovod.ai) +[https://github.com/horovod/horovod](https://github.com/horovod/horovod) +44 stars per week over 290 weeks +13,071 stars, 2,158 forks, 331 watches +[ml-ops](categories/ml-ops.md) category, created 2017-08-09, last commit 2023-02-23, main language Python +baidu, deep-learning, deeplearning, keras, machine-learning, machinelearning, mpi, mxnet, pytorch, ray, spark, tensorflow, uber + + +### [dash](https://github.com/plotly/dash) by [plotly](https://github.com/plotly) +dash: Data Apps & Dashboards for Python. No JavaScript Required. +[https://plotly.com/dash](https://plotly.com/dash) +[https://github.com/plotly/dash](https://github.com/plotly/dash) +44 stars per week over 412 weeks +18,198 stars, 1,853 forks, 410 watches +[viz](categories/viz.md) category, created 2015-04-10, last commit 2023-03-02, main language Python +bioinformatics, charting, dash, data-science, data-visualization, finance, flask, gui-framework, julia, jupyter, modeling, plotly, plotly-dash, productivity, python, r, react, rstats, technical-computing, web-app + + +### [qlib](https://github.com/microsoft/qlib) by [microsoft](https://github.com/microsoft) +Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib. +[https://qlib.readthedocs.io/en/latest/](https://qlib.readthedocs.io/en/latest/) +[https://github.com/microsoft/qlib](https://github.com/microsoft/qlib) +78 stars per week over 133 weeks +10,418 stars, 1,861 forks, 250 watches +[finance](categories/finance.md) category, created 2020-08-14, last commit 2023-03-03, main language Python +algorithmic-trading, auto-quant, deep-learning, finance, fintech, investment, machine-learning, paper, platform, python, quant, quant-dataset, quant-models, quantitative-finance, quantitative-trading, research, research-paper, stock-data ### [typer](https://github.com/tiangolo/typer) by [tiangolo](https://github.com/tiangolo) @@ -1269,85 +1223,97 @@ Typer, build great CLIs. Easy to code. Based on Python type hints. [https://typer.tiangolo.com/](https://typer.tiangolo.com/) [https://github.com/tiangolo/typer](https://github.com/tiangolo/typer) 63 stars per week over 166 weeks -10,585 stars, 427 forks, 68 watches +10,601 stars, 427 forks, 68 watches [term](categories/term.md) category, created 2019-12-24, last commit 2023-02-21, main language Python cli, click, python, python3, shell, terminal, typehints, typer -### [Pillow](https://github.com/python-pillow/pillow) by [python-pillow](https://github.com/python-pillow) -Pillow: Python Imaging Library (Fork) -[https://python-pillow.org](https://python-pillow.org) -[https://github.com/python-pillow/pillow](https://github.com/python-pillow/pillow) -19 stars per week over 553 weeks -10,566 stars, 1,986 forks, 219 watches -[util](categories/util.md) category, created 2012-07-24, last commit 2023-03-02, main language Python -c, cross-platform, image, image-processing, pil, pillow, python, python-3 +### [pytest](https://github.com/pytest-dev/pytest) by [pytest-dev](https://github.com/pytest-dev) +pytest: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing +[https://pytest.org](https://pytest.org) +[https://github.com/pytest-dev/pytest](https://github.com/pytest-dev/pytest) +24 stars per week over 402 weeks +9,858 stars, 2,271 forks, 194 watches +[testing](categories/testing.md) category, created 2015-06-15, last commit 2023-03-03, main language Python +hacktoberfest, python, test, testing, unit-testing -### [detr](https://github.com/facebookresearch/detr) by [facebookresearch](https://github.com/facebookresearch) -detr: End-to-End Object Detection with Transformers -[https://github.com/facebookresearch/detr](https://github.com/facebookresearch/detr) -72 stars per week over 144 weeks -10,495 stars, 1,929 forks, 150 watches -[ml-dl](categories/ml-dl.md) category, created 2020-05-26, last commit 2023-02-07, main language Python +### [Gymnasium](https://github.com/farama-foundation/gymnasium) by [farama-foundation](https://github.com/farama-foundation) +Gymnasium: A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym) +[https://gymnasium.farama.org](https://gymnasium.farama.org) +[https://github.com/farama-foundation/gymnasium](https://github.com/farama-foundation/gymnasium) +64 stars per week over 25 weeks +1,651 stars, 189 forks, 18 watches +[sim](categories/sim.md) category, created 2022-09-08, last commit 2023-03-03, main language Python +api, gym, reinforcement-learning -### [lime](https://github.com/marcotcr/lime) by [marcotcr](https://github.com/marcotcr) -Lime: Explaining the predictions of any machine learning classifier -[https://github.com/marcotcr/lime](https://github.com/marcotcr/lime) -28 stars per week over 363 weeks -10,467 stars, 1,711 forks, 270 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2016-03-15, last commit 2021-07-29, main language JavaScript +### [catboost](https://github.com/catboost/catboost) +catboost: A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU. +[https://catboost.ai](https://catboost.ai) +[https://github.com/catboost/catboost](https://github.com/catboost/catboost) +23 stars per week over 293 weeks +6,977 stars, 1,092 forks, 192 watches +[ml](categories/ml.md) category, created 2017-07-18, last commit 2023-03-04, main language C +big-data, catboost, categorical-features, coreml, cuda, data-mining, data-science, decision-trees, gbdt, gbm, gpu, gpu-computing, gradient-boosting, kaggle, machine-learning, python, r, tutorial -### [seaborn](https://github.com/mwaskom/seaborn) by [mwaskom](https://github.com/mwaskom) -seaborn: Statistical data visualization in Python -[https://seaborn.pydata.org](https://seaborn.pydata.org) -[https://github.com/mwaskom/seaborn](https://github.com/mwaskom/seaborn) -18 stars per week over 558 weeks -10,414 stars, 1,710 forks, 252 watches -[viz](categories/viz.md) category, created 2012-06-18, last commit 2023-02-26, main language Python -data-science, data-visualization, matplotlib, pandas, python +### [pycaret](https://github.com/pycaret/pycaret) +pycaret: An open-source, low-code machine learning library in Python +[https://www.pycaret.org](https://www.pycaret.org) +[https://github.com/pycaret/pycaret](https://github.com/pycaret/pycaret) +40 stars per week over 171 weeks +6,966 stars, 1,584 forks, 128 watches +[ml](categories/ml.md) category, created 2019-11-23, last commit 2023-03-02, main language Jupyter Notebook +anomaly-detection, citizen-data-scientists, classification, clustering, data-science, gpu, machine-learning, ml, nlp, pycaret, python, regression, time-series -### [sympy](https://github.com/sympy/sympy) -sympy: A computer algebra system written in pure Python -[https://sympy.org/](https://sympy.org/) -[https://github.com/sympy/sympy](https://github.com/sympy/sympy) -15 stars per week over 670 weeks -10,356 stars, 3,882 forks, 287 watches -[math](categories/math.md) category, created 2010-04-30, last commit 2023-03-02, main language Python -computer-algebra, hacktoberfest, math, python, science +### [kornia](https://github.com/kornia/kornia) +kornia: Open Source Differentiable Computer Vision Library +[https://kornia.github.io/kornia/](https://kornia.github.io/kornia/) +[https://github.com/kornia/kornia](https://github.com/kornia/kornia) +33 stars per week over 236 weeks +7,825 stars, 794 forks, 119 watches +[ml-dl](categories/ml-dl.md) category, created 2018-08-22, last commit 2023-03-04, main language Python +artificial-intelligence, computer-vision, deep-learning, image-processing, machine-learning, neural-network, python, pytorch -### [bullet3](https://github.com/bulletphysics/bullet3) by [bulletphysics](https://github.com/bulletphysics) -bullet3: Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -[http://bulletphysics.org](http://bulletphysics.org) -[https://github.com/bulletphysics/bullet3](https://github.com/bulletphysics/bullet3) -16 stars per week over 620 weeks -10,298 stars, 2,667 forks, 403 watches -[sim](categories/sim.md) category, created 2011-04-12, last commit 2023-02-24, main language C++ -computer-animation, game-development, kinematics, pybullet, reinforcement-learning, robotics, simulation, simulator, virtual-reality +### [onnx](https://github.com/onnx/onnx) +onnx: Open standard for machine learning interoperability +[https://onnx.ai/](https://onnx.ai/) +[https://github.com/onnx/onnx](https://github.com/onnx/onnx) +49 stars per week over 286 weeks +14,187 stars, 3,350 forks, 431 watches +[ml](categories/ml.md) category, created 2017-09-07, last commit 2023-03-03, main language Python +deep-learning, deep-neural-networks, dnn, keras, machine-learning, ml, mxnet, neural-network, onnx, pytorch, scikit-learn, tensorflow -### [ydata-profiling](https://github.com/pandas-profiling/pandas-profiling) by [pandas-profiling](https://github.com/pandas-profiling) -ydata-profiling: Create HTML profiling reports from pandas DataFrame objects -[https://ydata-profiling.ydata.ai](https://ydata-profiling.ydata.ai) -[https://github.com/pandas-profiling/pandas-profiling](https://github.com/pandas-profiling/pandas-profiling) -27 stars per week over 372 weeks -10,289 stars, 1,451 forks, 151 watches -[pandas](categories/pandas.md) category, created 2016-01-09, last commit 2023-01-30, main language Python -big-data-analytics, data-analysis, data-exploration, data-profiling, data-quality, data-science, deep-learning, eda, exploration, exploratory-data-analysis, hacktoberfest, html-report, jupyter, jupyter-notebook, machine-learning, pandas, pandas-dataframe, pandas-profiling, python, statistics +### [scalene](https://github.com/plasma-umass/scalene) by [plasma-umass](https://github.com/plasma-umass) +Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals +[https://github.com/plasma-umass/scalene](https://github.com/plasma-umass/scalene) +44 stars per week over 167 weeks +7,426 stars, 247 forks, 72 watches +[profiling](categories/profiling.md) category, created 2019-12-17, last commit 2023-02-27, main language JavaScript +cpu, cpu-profiling, gpu, gpu-programming, memory-allocation, memory-consumption, performance-analysis, performance-cpu, profiler, profiles-memory, profiling, python, python-profilers, scalene -### [memray](https://github.com/bloomberg/memray) by [bloomberg](https://github.com/bloomberg) -Memray is a memory profiler for Python -[https://bloomberg.github.io/memray/](https://bloomberg.github.io/memray/) -[https://github.com/bloomberg/memray](https://github.com/bloomberg/memray) -217 stars per week over 47 weeks -10,199 stars, 283 forks, 53 watches -[profiling](categories/profiling.md) category, created 2022-04-08, last commit 2023-02-27, main language Python -hacktoberfest, memory, memory-leak, memory-leak-detection, memory-profiler, profiler, python, python3 +### [stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion) by [ashawkey](https://github.com/ashawkey) +stable-dreamfusion: A pytorch implementation of text-to-3D dreamfusion, powered by stable diffusion. +[https://github.com/ashawkey/stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion) +183 stars per week over 21 weeks +3,937 stars, 346 forks, 83 watches +[diffusion](categories/diffusion.md) category, created 2022-10-06, last commit 2023-03-03, main language Python +dreamfusion, gui, nerf, stable-diffusion, text-to-3d + + +### [mmsegmentation](https://github.com/open-mmlab/mmsegmentation) by [open-mmlab](https://github.com/open-mmlab) +mmsegmentation: OpenMMLab Semantic Segmentation Toolbox and Benchmark. +[https://mmsegmentation.readthedocs.io/en/latest/](https://mmsegmentation.readthedocs.io/en/latest/) +[https://github.com/open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation) +37 stars per week over 142 weeks +5,308 stars, 1,955 forks, 52 watches +[ml](categories/ml.md) category, created 2020-06-14, last commit 2023-02-28, main language Python +deeplabv3, image-segmentation, medical-image-segmentation, pspnet, pytorch, realtime-segmentation, retinal-vessel-segmentation, semantic-segmentation, swin-transformer, transformer, vessel-segmentation ### [httpx](https://github.com/encode/httpx) by [encode](https://github.com/encode) @@ -1355,220 +1321,115 @@ httpx: A next generation HTTP client for Python. 🦋 [https://www.python-httpx.org/](https://www.python-httpx.org/) [https://github.com/encode/httpx](https://github.com/encode/httpx) 49 stars per week over 204 weeks -10,131 stars, 673 forks, 112 watches +10,136 stars, 673 forks, 112 watches [web](categories/web.md) category, created 2019-04-04, last commit 2023-03-01, main language Python asyncio, http, python, trio -### [pyinstaller](https://github.com/pyinstaller/pyinstaller) -pyinstaller: Freeze (package) Python programs into stand-alone executables -[http://www.pyinstaller.org](http://www.pyinstaller.org) -[https://github.com/pyinstaller/pyinstaller](https://github.com/pyinstaller/pyinstaller) -17 stars per week over 588 weeks -10,075 stars, 1,858 forks, 232 watches -[util](categories/util.md) category, created 2011-11-23, last commit 2023-02-26, main language Python -bundle, package, py2app, py2exe, pyinstaller, python, python-3, python-to-exe - - -### [dopamine](https://github.com/google/dopamine) by [google](https://github.com/google) -Dopamine is a research framework for fast prototyping of reinforcement learning algorithms. -[https://github.com/google/dopamine](https://github.com/google/dopamine) -[https://github.com/google/dopamine](https://github.com/google/dopamine) -41 stars per week over 240 weeks -10,026 stars, 1,342 forks, 443 watches -[ml](categories/ml.md) category, created 2018-07-26, last commit 2023-02-27, main language Jupyter Notebook -ai, google, ml, rl, tensorflow +### [accelerate](https://github.com/huggingface/accelerate) by [huggingface](https://github.com/huggingface) +accelerate: 🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision +[https://huggingface.co/docs/accelerate](https://huggingface.co/docs/accelerate) +[https://github.com/huggingface/accelerate](https://github.com/huggingface/accelerate) +31 stars per week over 122 weeks +3,793 stars, 346 forks, 70 watches +[ml](categories/ml.md) category, created 2020-10-30, last commit 2023-03-03, main language Python -### [pre-commit](https://github.com/pre-commit/pre-commit) -pre-commit: A framework for managing and maintaining multi-language pre-commit hooks. -[https://pre-commit.com](https://pre-commit.com) -[https://github.com/pre-commit/pre-commit](https://github.com/pre-commit/pre-commit) -21 stars per week over 468 weeks -9,887 stars, 709 forks, 90 watches -[util](categories/util.md) category, created 2014-03-13, last commit 2023-02-28, main language Python -git, linter, pre-commit, python, refactoring +### [DearPyGui](https://github.com/hoffstadt/dearpygui) by [hoffstadt](https://github.com/hoffstadt) +DearPyGui: Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies +[https://dearpygui.readthedocs.io/en/latest/](https://dearpygui.readthedocs.io/en/latest/) +[https://github.com/hoffstadt/dearpygui](https://github.com/hoffstadt/dearpygui) +67 stars per week over 144 weeks +9,757 stars, 511 forks, 138 watches +[gui](categories/gui.md) category, created 2020-05-28, last commit 2023-03-02, main language C++ +cpp, cross-platform, dearpygui, graphics, gui, imgui, linux, macos, native, python, python-gui, toolkit, tools, ui, windows -### [pytest](https://github.com/pytest-dev/pytest) by [pytest-dev](https://github.com/pytest-dev) -pytest: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing -[https://pytest.org](https://pytest.org) -[https://github.com/pytest-dev/pytest](https://github.com/pytest-dev/pytest) -24 stars per week over 402 weeks -9,852 stars, 2,269 forks, 194 watches -[testing](categories/testing.md) category, created 2015-06-15, last commit 2023-02-28, main language Python -hacktoberfest, python, test, testing, unit-testing +### [marqo](https://github.com/marqo-ai/marqo) by [marqo-ai](https://github.com/marqo-ai) +marqo: Tensor search for humans. +[https://www.marqo.ai/](https://www.marqo.ai/) +[https://github.com/marqo-ai/marqo](https://github.com/marqo-ai/marqo) +78 stars per week over 30 weeks +2,409 stars, 93 forks, 26 watches +[ml](categories/ml.md) category, created 2022-08-01, last commit 2023-03-03, main language Python +chatgpt, clip, deep-learning, gpt, hacktoberfest, hnsw, information-retrieval, knn, large-language-models, machine-learning, machinelearning, multi-modal, natural-language-processing, search-engine, semantic-search, tensor-search, transformers, vector-search, vision-language, visual-search -### [unilm](https://github.com/microsoft/unilm) by [microsoft](https://github.com/microsoft) -unilm: Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities -[https://aka.ms/nlpagi](https://aka.ms/nlpagi) -[https://github.com/microsoft/unilm](https://github.com/microsoft/unilm) -52 stars per week over 188 weeks -9,848 stars, 1,597 forks, 248 watches -[nlp](categories/nlp.md) category, created 2019-07-23, last commit 2023-03-01, main language Python -beit, beit-3, deepnet, document-ai, document-foundation-model, foundation-models, language-generation, layoutlm, layoutxlm, llm, minilm, mllm, multimodal, multimodal-pre-trained-model, nlp, pre-trained-model, small-pre-trained-model, trocr, unilm, xlm-e +### [starlette](https://github.com/encode/starlette) by [encode](https://github.com/encode) +starlette: The little ASGI framework that shines. 🌟 +[https://www.starlette.io/](https://www.starlette.io/) +[https://github.com/encode/starlette](https://github.com/encode/starlette) +32 stars per week over 244 weeks +7,944 stars, 720 forks, 111 watches +[web](categories/web.md) category, created 2018-06-25, last commit 2023-03-03, main language Python +async, http, python, websockets -### [ParlAI](https://github.com/facebookresearch/parlai) by [facebookresearch](https://github.com/facebookresearch) -ParlAI: A framework for training and evaluating AI models on a variety of openly available dialogue datasets. -[https://parl.ai](https://parl.ai) -[https://github.com/facebookresearch/parlai](https://github.com/facebookresearch/parlai) -32 stars per week over 305 weeks -9,830 stars, 1,999 forks, 292 watches -[nlp](categories/nlp.md) category, created 2017-04-24, last commit 2023-02-24, main language Python - - -### [notebook](https://github.com/jupyter/notebook) by [jupyter](https://github.com/jupyter) -notebook: Jupyter Interactive Notebook -[https://jupyter-notebook.readthedocs.io/](https://jupyter-notebook.readthedocs.io/) -[https://github.com/jupyter/notebook](https://github.com/jupyter/notebook) -23 stars per week over 412 weeks -9,810 stars, 4,016 forks, 321 watches -[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-03-01, main language Jupyter Notebook -closember, jupyter, jupyter-notebook, notebook - - -### [py-spy](https://github.com/benfred/py-spy) by [benfred](https://github.com/benfred) -py-spy: Sampling profiler for Python programs -[https://github.com/benfred/py-spy](https://github.com/benfred/py-spy) -40 stars per week over 239 weeks -9,793 stars, 346 forks, 111 watches -[profiling](categories/profiling.md) category, created 2018-08-01, last commit 2022-12-09, main language Rust -performance-analysis, profiler, profiling, python - - -### [pyright](https://github.com/microsoft/pyright) by [microsoft](https://github.com/microsoft) -pyright: Static type checker for Python -[https://github.com/microsoft/pyright](https://github.com/microsoft/pyright) -47 stars per week over 207 weeks -9,788 stars, 846 forks, 93 watches -[typing](categories/typing.md) category, created 2019-03-12, last commit 2023-03-02, main language Python - - -### [DearPyGui](https://github.com/hoffstadt/dearpygui) by [hoffstadt](https://github.com/hoffstadt) -DearPyGui: Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies -[https://dearpygui.readthedocs.io/en/latest/](https://dearpygui.readthedocs.io/en/latest/) -[https://github.com/hoffstadt/dearpygui](https://github.com/hoffstadt/dearpygui) -67 stars per week over 144 weeks -9,753 stars, 510 forks, 138 watches -[gui](categories/gui.md) category, created 2020-05-28, last commit 2023-03-02, main language C++ -cpp, cross-platform, dearpygui, graphics, gui, imgui, linux, macos, native, python, python-gui, toolkit, tools, ui, windows - - -### [pyodide](https://github.com/pyodide/pyodide) -Pyodide is a Python distribution for the browser and Node.js based on WebAssembly -[https://pyodide.org/en/stable/](https://pyodide.org/en/stable/) -[https://github.com/pyodide/pyodide](https://github.com/pyodide/pyodide) -36 stars per week over 262 weeks -9,672 stars, 629 forks, 126 watches -[util](categories/util.md) category, created 2018-02-23, last commit 2023-03-02, main language Python -python, webassembly - - -### [sentence-transformers](https://github.com/ukplab/sentence-transformers) by [ukplab](https://github.com/ukplab) -sentence-transformers: Multilingual Sentence & Image Embeddings with BERT -[https://www.SBERT.net](https://www.SBERT.net) -[https://github.com/ukplab/sentence-transformers](https://github.com/ukplab/sentence-transformers) -50 stars per week over 188 weeks -9,557 stars, 1,869 forks, 119 watches -[nlp](categories/nlp.md) category, created 2019-07-24, last commit 2023-01-26, main language Python - - -### [sqlmodel](https://github.com/tiangolo/sqlmodel) by [tiangolo](https://github.com/tiangolo) -sqlmodel: SQL databases in Python, designed for simplicity, compatibility, and robustness. -[https://sqlmodel.tiangolo.com/](https://sqlmodel.tiangolo.com/) -[https://github.com/tiangolo/sqlmodel](https://github.com/tiangolo/sqlmodel) -119 stars per week over 79 weeks -9,492 stars, 409 forks, 124 watches -[data](categories/data.md) category, created 2021-08-24, last commit 2023-02-21, main language Python -fastapi, json, json-schema, pydantic, python, sql, sqlalchemy - - -### [ruff](https://github.com/charliermarsh/ruff) by [charliermarsh](https://github.com/charliermarsh) -ruff: An extremely fast Python linter, written in Rust. -[https://beta.ruff.rs](https://beta.ruff.rs) -[https://github.com/charliermarsh/ruff](https://github.com/charliermarsh/ruff) -321 stars per week over 29 weeks -9,450 stars, 301 forks, 47 watches -[util](categories/util.md) category, created 2022-08-09, last commit 2023-03-02, main language Rust -linter, pep8, python, python3, ruff, rust, rustpython, static-analysis, static-code-analysis, style-guide, styleguide - - -### [Photon](https://github.com/s0md3v/photon) by [s0md3v](https://github.com/s0md3v) -Photon: Incredibly fast crawler designed for OSINT. -[https://github.com/s0md3v/photon](https://github.com/s0md3v/photon) -36 stars per week over 257 weeks -9,429 stars, 1,380 forks, 325 watches -[data](categories/data.md) category, created 2018-03-30, last commit 2022-12-20, main language Python -crawler, information-gathering, osint, python, spider - - -### [uvloop](https://github.com/magicstack/uvloop) by [magicstack](https://github.com/magicstack) -uvloop: Ultra fast asyncio event loop. -[https://github.com/magicstack/uvloop](https://github.com/magicstack/uvloop) -24 stars per week over 381 weeks -9,198 stars, 535 forks, 226 watches -[util](categories/util.md) category, created 2015-11-08, last commit 2023-01-15, main language Cython -async, async-await, async-python, asyncio, event-loop, high-performance, libuv, networking, python, python-3 +### [deck.gl](https://github.com/visgl/deck.gl) by [visgl](https://github.com/visgl) +deck.gl: WebGL2 powered visualization framework +[https://deck.gl](https://deck.gl) +[https://github.com/visgl/deck.gl](https://github.com/visgl/deck.gl) +28 stars per week over 376 weeks +10,650 stars, 1,933 forks, 1,720 watches +[viz](categories/viz.md) category, created 2015-12-15, last commit 2023-03-03, main language JavaScript +data-visualization, geospatial-analysis, javascript, maps, python, visualization, webgl -### [DeepSpeed](https://github.com/microsoft/deepspeed) by [microsoft](https://github.com/microsoft) -DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. -[https://www.deepspeed.ai/](https://www.deepspeed.ai/) -[https://github.com/microsoft/deepspeed](https://github.com/microsoft/deepspeed) -56 stars per week over 162 weeks -9,170 stars, 1,103 forks, 146 watches -[ml-dl](categories/ml-dl.md) category, created 2020-01-23, last commit 2023-03-01, main language Python -billion-parameters, compression, data-parallelism, deep-learning, gpu, inference, machine-learning, mixture-of-experts, model-parallelism, pipeline-parallelism, pytorch, trillion-parameters, zero +### [pytorch3d](https://github.com/facebookresearch/pytorch3d) by [facebookresearch](https://github.com/facebookresearch) +PyTorch3D is FAIR's library of reusable components for deep learning with 3D data +[https://pytorch3d.org/](https://pytorch3d.org/) +[https://github.com/facebookresearch/pytorch3d](https://github.com/facebookresearch/pytorch3d) +39 stars per week over 175 weeks +7,009 stars, 1,077 forks, 141 watches +[ml-dl](categories/ml-dl.md) category, created 2019-10-25, last commit 2023-02-28, main language Python -### [jinja](https://github.com/pallets/jinja) by [pallets](https://github.com/pallets) -jinja: A very fast and expressive template engine. -[https://jinja.palletsprojects.com](https://jinja.palletsprojects.com) -[https://github.com/pallets/jinja](https://github.com/pallets/jinja) -14 stars per week over 645 weeks -9,090 stars, 1,543 forks, 250 watches -[util](categories/util.md) category, created 2010-10-17, last commit 2023-03-01, main language Python -jinja, jinja2, pallets, python, template-engine, templates +### [kedro](https://github.com/kedro-org/kedro) by [kedro-org](https://github.com/kedro-org) +kedro: A Python framework for creating reproducible, maintainable and modular data science code. +[https://kedro.org](https://kedro.org) +[https://github.com/kedro-org/kedro](https://github.com/kedro-org/kedro) +40 stars per week over 202 weeks +8,138 stars, 765 forks, 104 watches +[ml-ops](categories/ml-ops.md) category, created 2019-04-18, last commit 2023-03-02, main language Python +experiment-tracking, hacktoberfest, kedro, machine-learning, mlops, pipeline, python -### [prettymaps](https://github.com/marceloprates/prettymaps) by [marceloprates](https://github.com/marceloprates) -prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. -[https://github.com/marceloprates/prettymaps](https://github.com/marceloprates/prettymaps) -87 stars per week over 104 weeks -9,080 stars, 441 forks, 74 watches -[viz](categories/viz.md) category, created 2021-03-05, last commit 2023-02-15, main language Jupyter Notebook -cartography, generative-art, jupyter-notebook, maps, matplotlib, openstreetmap, python +### [NeMo](https://github.com/nvidia/nemo) by [nvidia](https://github.com/nvidia) +NeMo: a toolkit for conversational AI +[https://nvidia.github.io/NeMo/](https://nvidia.github.io/NeMo/) +[https://github.com/nvidia/nemo](https://github.com/nvidia/nemo) +30 stars per week over 186 weeks +5,790 stars, 1,406 forks, 139 watches +[nlp](categories/nlp.md) category, created 2019-08-05, last commit 2023-03-02, main language Python +asr, deep-learning, language-model, machine-translation, neural-network, nlp, nlp-machine-learning, nmt, speaker-diarization, speaker-recognition, speech-recognition, speech-synthesis, speech-to-text, text-normalization, text-to-speech, tts -### [DALLE2-pytorch](https://github.com/lucidrains/dalle2-pytorch) by [lucidrains](https://github.com/lucidrains) -DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch -[https://github.com/lucidrains/dalle2-pytorch](https://github.com/lucidrains/dalle2-pytorch) -191 stars per week over 47 weeks -9,030 stars, 783 forks, 123 watches -[ml-dl](categories/ml-dl.md) category, created 2022-04-07, last commit 2023-02-12, main language Python -artificial-intelligence, deep-learning, text-to-image +### [paper-qa](https://github.com/whitead/paper-qa) by [whitead](https://github.com/whitead) +paper-qa: LLM Chain for answering questions from documents with citations +[https://github.com/whitead/paper-qa](https://github.com/whitead/paper-qa) +249 stars per week over 4 weeks +997 stars, 66 forks, 21 watches +[nlp](categories/nlp.md) category, created 2023-02-05, last commit 2023-03-02, main language Python -### [falcon](https://github.com/falconry/falcon) by [falconry](https://github.com/falconry) -falcon: The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale. -[https://falcon.readthedocs.io/en/stable/](https://falcon.readthedocs.io/en/stable/) -[https://github.com/falconry/falcon](https://github.com/falconry/falcon) -16 stars per week over 534 weeks -9,015 stars, 901 forks, 267 watches -[web](categories/web.md) category, created 2012-12-06, last commit 2023-01-18, main language Python -api, api-rest, asgi, framework, http, microservices, python, rest, web, wsgi +### [modin](https://github.com/modin-project/modin) by [modin-project](https://github.com/modin-project) +Modin: Scale your Pandas workflows by changing a single line of code +[http://modin.readthedocs.io](http://modin.readthedocs.io) +[https://github.com/modin-project/modin](https://github.com/modin-project/modin) +34 stars per week over 245 weeks +8,421 stars, 591 forks, 108 watches +[perf](categories/perf.md) category, created 2018-06-21, last commit 2023-03-03, main language Python +analytics, data-science, dataframe, datascience, distributed, hacktoberfest, modin, pandas, python, sql -### [tpot](https://github.com/epistasislab/tpot) by [epistasislab](https://github.com/epistasislab) -tpot: A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. -[http://epistasislab.github.io/tpot/](http://epistasislab.github.io/tpot/) -[https://github.com/epistasislab/tpot](https://github.com/epistasislab/tpot) -23 stars per week over 382 weeks -8,966 stars, 1,518 forks, 293 watches -[ml](categories/ml.md) category, created 2015-11-03, last commit 2022-07-29, main language Python -adsp, ag066833, aiml, alzheimer, alzheimers, automated-machine-learning, automation, automl, data-science, feature-engineering, gradient-boosting, hyperparameter-optimization, machine-learning, model-selection, nia, parameter-tuning, python, random-forest, scikit-learn, u01ag066833 +### [pylint](https://github.com/pycqa/pylint) by [pycqa](https://github.com/pycqa) +pylint: It's not just a linter that annoys you! +[http://pylint.pycqa.org](http://pylint.pycqa.org) +[https://github.com/pycqa/pylint](https://github.com/pycqa/pylint) +12 stars per week over 377 weeks +4,534 stars, 979 forks, 75 watches +[util](categories/util.md) category, created 2015-12-09, last commit 2023-03-03, main language Python +closember, code-quality, hacktoberfest, linter, pep8, static-analysis, static-code-analysis ### [serverless-application-model](https://github.com/aws/serverless-application-model) by [aws](https://github.com/aws) @@ -1576,439 +1437,455 @@ serverless-application-model: The AWS Serverless Application Model (AWS SAM) tra [https://aws.amazon.com/serverless/sam](https://aws.amazon.com/serverless/sam) [https://github.com/aws/serverless-application-model](https://github.com/aws/serverless-application-model) 26 stars per week over 333 weeks -8,934 stars, 2,302 forks, 298 watches +8,937 stars, 2,302 forks, 298 watches [util](categories/util.md) category, created 2016-10-10, last commit 2023-03-03, main language Python aws, aws-sam, lambda, sam, sam-specification, serverless, serverless-application-model, serverless-applications -### [gunicorn](https://github.com/benoitc/gunicorn) by [benoitc](https://github.com/benoitc) -gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications. -[http://www.gunicorn.org](http://www.gunicorn.org) -[https://github.com/benoitc/gunicorn](https://github.com/benoitc/gunicorn) -12 stars per week over 691 weeks -8,798 stars, 1,631 forks, 229 watches -[web](categories/web.md) category, created 2009-11-30, last commit 2023-01-26, main language Python -http, http-server, python, wsgi, wsgi-server - - -### [ludwig](https://github.com/uber/ludwig) by [uber](https://github.com/uber) -ludwig: Data-centric declarative deep learning framework -[http://ludwig.ai](http://ludwig.ai) -[https://github.com/uber/ludwig](https://github.com/uber/ludwig) -40 stars per week over 218 weeks -8,780 stars, 1,030 forks, 184 watches -[ml-ops](categories/ml-ops.md) category, created 2018-12-27, last commit 2023-03-03, main language Python -computer-vision, data-centric, data-science, datascience, deep, deep-learning, deeplearning, learning, machine, machine-learning, machinelearning, ml, natural-language, natural-language-processing, neural-network, python, pytorch +### [Pillow](https://github.com/python-pillow/pillow) by [python-pillow](https://github.com/python-pillow) +Pillow: Python Imaging Library (Fork) +[https://python-pillow.org](https://python-pillow.org) +[https://github.com/python-pillow/pillow](https://github.com/python-pillow/pillow) +19 stars per week over 553 weeks +10,572 stars, 1,988 forks, 218 watches +[util](categories/util.md) category, created 2012-07-24, last commit 2023-03-04, main language Python +c, cross-platform, image, image-processing, pil, pillow, python, python-3 -### [autokeras](https://github.com/keras-team/autokeras) by [keras-team](https://github.com/keras-team) -autokeras: AutoML library for deep learning -[http://autokeras.com/](http://autokeras.com/) -[https://github.com/keras-team/autokeras](https://github.com/keras-team/autokeras) -31 stars per week over 275 weeks -8,755 stars, 1,394 forks, 306 watches -[ml-dl](categories/ml-dl.md) category, created 2017-11-19, last commit 2023-02-22, main language Python -autodl, automated-machine-learning, automl, deep-learning, keras, machine-learning, neural-architecture-search, python, tensorflow +### [plotly.py](https://github.com/plotly/plotly.py) by [plotly](https://github.com/plotly) +plotly.py: The interactive graphing library for Python :sparkles: This project now includes Plotly Express! +[https://plotly.com/python/](https://plotly.com/python/) +[https://github.com/plotly/plotly.py](https://github.com/plotly/plotly.py) +26 stars per week over 484 weeks +13,020 stars, 2,306 forks, 275 watches +[viz](categories/viz.md) category, created 2013-11-21, last commit 2023-02-24, main language Python +d3, dashboard, declarative, graph-library, interactive, jupyter-notebook, plotly, plotly-dash, plotlyjs, python, regl, sparkles, visualization, webgl -### [duckdb](https://github.com/duckdb/duckdb) -DuckDB is an in-process SQL OLAP Database Management System -[http://www.duckdb.org](http://www.duckdb.org) -[https://github.com/duckdb/duckdb](https://github.com/duckdb/duckdb) -35 stars per week over 244 weeks -8,723 stars, 813 forks, 135 watches -[data](categories/data.md) category, created 2018-06-26, last commit 2023-03-02, main language C++ -analytics, database, embedded-database, olap, sql +### [tornado](https://github.com/tornadoweb/tornado) by [tornadoweb](https://github.com/tornadoweb) +Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. +[http://www.tornadoweb.org/](http://www.tornadoweb.org/) +[https://github.com/tornadoweb/tornado](https://github.com/tornadoweb/tornado) +29 stars per week over 703 weeks +21,004 stars, 5,494 forks, 1,003 watches +[web](categories/web.md) category, created 2009-09-09, last commit 2023-02-21, main language Python +asynchronous, python ### [rembg](https://github.com/danielgatis/rembg) by [danielgatis](https://github.com/danielgatis) Rembg is a tool to remove images background [https://github.com/danielgatis/rembg](https://github.com/danielgatis/rembg) 63 stars per week over 133 weeks -8,531 stars, 1,067 forks, 105 watches +8,561 stars, 1,069 forks, 105 watches [ml-dl](categories/ml-dl.md) category, created 2020-08-10, last commit 2022-12-28, main language Python background-removal, image-processing, python -### [TextBlob](https://github.com/sloria/textblob) by [sloria](https://github.com/sloria) -TextBlob: Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more. -[https://textblob.readthedocs.io/](https://textblob.readthedocs.io/) -[https://github.com/sloria/textblob](https://github.com/sloria/textblob) -16 stars per week over 504 weeks -8,453 stars, 1,112 forks, 270 watches -[nlp](categories/nlp.md) category, created 2013-06-30, last commit 2021-10-22, main language Python -natural-language-processing, nlp, nltk, pattern, python, python-2, python-3 - - -### [pattern](https://github.com/clips/pattern) by [clips](https://github.com/clips) -pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. -[https://github.com/clips/pattern/wiki](https://github.com/clips/pattern/wiki) -[https://github.com/clips/pattern](https://github.com/clips/pattern) -13 stars per week over 617 weeks -8,424 stars, 1,597 forks, 547 watches -[nlp](categories/nlp.md) category, created 2011-05-03, last commit 2020-04-25, main language Python -machine-learning, natural-language-processing, network-analysis, python, sentiment-analysis, web-mining, wordnet +### [mamba](https://github.com/mamba-org/mamba) by [mamba-org](https://github.com/mamba-org) +mamba: The Fast Cross-Platform Package Manager +[https://mamba.readthedocs.io](https://mamba.readthedocs.io) +[https://github.com/mamba-org/mamba](https://github.com/mamba-org/mamba) +20 stars per week over 208 weeks +4,274 stars, 247 forks, 44 watches +[util](categories/util.md) category, created 2019-03-05, last commit 2023-03-03, main language C++ -### [modin](https://github.com/modin-project/modin) by [modin-project](https://github.com/modin-project) -Modin: Scale your Pandas workflows by changing a single line of code -[http://modin.readthedocs.io](http://modin.readthedocs.io) -[https://github.com/modin-project/modin](https://github.com/modin-project/modin) -34 stars per week over 245 weeks -8,416 stars, 591 forks, 108 watches -[perf](categories/perf.md) category, created 2018-06-21, last commit 2023-03-02, main language Python -analytics, data-science, dataframe, datascience, distributed, hacktoberfest, modin, pandas, python, sql +### [avatarify-python](https://github.com/alievk/avatarify-python) by [alievk](https://github.com/alievk) +avatarify-python: Avatars for Zoom, Skype and other video-conferencing apps. +[https://github.com/alievk/avatarify-python](https://github.com/alievk/avatarify-python) +101 stars per week over 151 weeks +15,436 stars, 2,411 forks, 302 watches +[util](categories/util.md) category, created 2020-04-06, last commit 2022-11-11, main language Python -### [numba](https://github.com/numba/numba) -numba: NumPy aware dynamic Python compiler using LLVM -[http://numba.pydata.org/](http://numba.pydata.org/) -[https://github.com/numba/numba](https://github.com/numba/numba) -14 stars per week over 573 weeks -8,319 stars, 1,004 forks, 207 watches -[perf](categories/perf.md) category, created 2012-03-08, last commit 2023-02-28, main language Python -compiler, cuda, llvm, numpy, parallel, python +### [albumentations](https://github.com/albumentations-team/albumentations) by [albumentations-team](https://github.com/albumentations-team) +albumentations: Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125 +[https://albumentations.ai](https://albumentations.ai) +[https://github.com/albumentations-team/albumentations](https://github.com/albumentations-team/albumentations) +47 stars per week over 247 weeks +11,637 stars, 1,478 forks, 124 watches +[ml-dl](categories/ml-dl.md) category, created 2018-06-06, last commit 2023-02-21, main language Python +augmentation, deep-learning, detection, fast-augmentations, image-augmentation, image-classification, image-processing, image-segmentation, machine-learning, object-detection, python, segmentation -### [lama-cleaner](https://github.com/sanster/lama-cleaner) by [sanster](https://github.com/sanster) -lama-cleaner: Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. -[https://lama-cleaner-docs.vercel.app/](https://lama-cleaner-docs.vercel.app/) -[https://github.com/sanster/lama-cleaner](https://github.com/sanster/lama-cleaner) -122 stars per week over 67 weeks -8,286 stars, 735 forks, 63 watches -[ml-dl](categories/ml-dl.md) category, created 2021-11-15, last commit 2023-03-02, main language Python -inpainting, lama, latent-diffusion, mat, pytorch, stable-diffusion, zits +### [yfinance](https://github.com/ranaroussi/yfinance) by [ranaroussi](https://github.com/ranaroussi) +yfinance: Download market data from Yahoo! Finance's API +[https://aroussi.com/post/python-yahoo-finance](https://aroussi.com/post/python-yahoo-finance) +[https://github.com/ranaroussi/yfinance](https://github.com/ranaroussi/yfinance) +29 stars per week over 302 weeks +9,050 stars, 1,832 forks, 220 watches +[finance](categories/finance.md) category, created 2017-05-21, last commit 2023-02-21, main language Python +financial-data, fix-yahoo-finance, market-data, pandas, python, stock-data, yahoo-finance, yahoo-finance-api -### [diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) by [divamgupta](https://github.com/divamgupta) -diffusionbee-stable-diffusion-ui: Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed. -[https://diffusionbee.com](https://diffusionbee.com) -[https://github.com/divamgupta/diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) -325 stars per week over 25 weeks -8,286 stars, 332 forks, 77 watches -[diffusion](categories/diffusion.md) category, created 2022-09-06, last commit 2023-02-13, main language JavaScript -electron-app, macos, stable-diffusion +### [datasette](https://github.com/simonw/datasette) by [simonw](https://github.com/simonw) +datasette: An open source multi-tool for exploring and publishing data +[https://datasette.io](https://datasette.io) +[https://github.com/simonw/datasette](https://github.com/simonw/datasette) +25 stars per week over 279 weeks +7,185 stars, 498 forks, 101 watches +[data](categories/data.md) category, created 2017-10-23, last commit 2023-01-28, main language Python +asgi, automatic-api, csv, datasets, datasette, datasette-io, docker, json, python, sql, sqlite -### [arrow](https://github.com/arrow-py/arrow) by [arrow-py](https://github.com/arrow-py) -arrow: 🏹 Better dates & times for Python -[https://arrow.readthedocs.io](https://arrow.readthedocs.io) -[https://github.com/arrow-py/arrow](https://github.com/arrow-py/arrow) -15 stars per week over 536 weeks -8,236 stars, 639 forks, 134 watches -[util](categories/util.md) category, created 2012-11-18, last commit 2022-11-15, main language Python -arrow, date, datetime, hacktoberfest, python, time, timestamp, timezones +### [deeplake](https://github.com/activeloopai/hub) by [activeloopai](https://github.com/activeloopai) +deeplake: Data Lake for Deep Learning. Build, manage, query, version, & visualize datasets. Stream data real-time to PyTorch/TensorFlow. https://activeloop.ai +[https://activeloop.ai](https://activeloop.ai) +[https://github.com/activeloopai/hub](https://github.com/activeloopai/hub) +28 stars per week over 186 weeks +5,275 stars, 420 forks, 64 watches +[ml-ops](categories/ml-ops.md) category, created 2019-08-09, last commit 2023-03-04, main language Python +ai, computer-vision, cv, data-centric, data-processing, data-science, data-version-control, datalake, datasets, deep-learning, image-processing, jupyter-notebook, lakehouse, machine-learning, ml, mlops, python, pytorch, tensorflow -### [statsmodels](https://github.com/statsmodels/statsmodels) -Statsmodels: statistical modeling and econometrics in Python -[http://www.statsmodels.org/devel/](http://www.statsmodels.org/devel/) -[https://github.com/statsmodels/statsmodels](https://github.com/statsmodels/statsmodels) -13 stars per week over 611 weeks -8,233 stars, 2,667 forks, 275 watches -[ml](categories/ml.md) category, created 2011-06-12, last commit 2023-02-26, main language Python -count-model, data-analysis, data-science, econometrics, forecasting, generalized-linear-models, hypothesis-testing, prediction, python, regression-models, robust-estimation, statistics, timeseries-analysis +### [flax](https://github.com/google/flax) by [google](https://github.com/google) +Flax is a neural network library for JAX that is designed for flexibility. +[https://flax.readthedocs.io](https://flax.readthedocs.io) +[https://github.com/google/flax](https://github.com/google/flax) +24 stars per week over 164 weeks +4,071 stars, 486 forks, 77 watches +[ml-dl](categories/ml-dl.md) category, created 2020-01-10, last commit 2023-03-03, main language Python +jax -### [paramiko](https://github.com/paramiko/paramiko) -paramiko: The leading native Python SSHv2 protocol library. -[http://paramiko.org](http://paramiko.org) -[https://github.com/paramiko/paramiko](https://github.com/paramiko/paramiko) -11 stars per week over 734 weeks -8,187 stars, 1,915 forks, 319 watches -[util](categories/util.md) category, created 2009-02-02, last commit 2023-02-24, main language Python +### [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) by [aws](https://github.com/aws) +aws-sdk-pandas: pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL). +[https://aws-sdk-pandas.readthedocs.io](https://aws-sdk-pandas.readthedocs.io) +[https://github.com/aws/aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) +15 stars per week over 209 weeks +3,344 stars, 581 forks, 62 watches +[pandas](categories/pandas.md) category, created 2019-02-26, last commit 2023-03-03, main language Python +amazon-athena, amazon-sagemaker-notebook, apache-arrow, apache-parquet, athena, aws, aws-glue, aws-lambda, data-engineering, data-science, emr, etl, glue-catalog, lambda, mysql, pandas, python, redshift -### [Open3D](https://github.com/isl-org/open3d) by [isl-org](https://github.com/isl-org) -Open3D: A Modern Library for 3D Data Processing -[http://www.open3d.org](http://www.open3d.org) -[https://github.com/isl-org/open3d](https://github.com/isl-org/open3d) -25 stars per week over 326 weeks -8,172 stars, 1,897 forks, 172 watches -[sim](categories/sim.md) category, created 2016-12-02, last commit 2023-03-01, main language C++ -3d, 3d-perception, arm, computer-graphics, cpp, cuda, gpu, gui, machine-learning, mesh-processing, odometry, opengl, pointcloud, python, pytorch, reconstruction, registration, rendering, tensorflow, visualization +### [circuitpython](https://github.com/adafruit/circuitpython) by [adafruit](https://github.com/adafruit) +CircuitPython - a Python implementation for teaching coding with microcontrollers +[https://circuitpython.org](https://circuitpython.org) +[https://github.com/adafruit/circuitpython](https://github.com/adafruit/circuitpython) +10 stars per week over 341 weeks +3,423 stars, 920 forks, 130 watches +[util](categories/util.md) category, created 2016-08-20, last commit 2023-03-03, main language C +beginner, circuitpython, cpython, education, embedded, hacktoberfest, microcontroller, micropython, python, python3 -### [kedro](https://github.com/kedro-org/kedro) by [kedro-org](https://github.com/kedro-org) -kedro: A Python framework for creating reproducible, maintainable and modular data science code. -[https://kedro.org](https://kedro.org) -[https://github.com/kedro-org/kedro](https://github.com/kedro-org/kedro) -40 stars per week over 202 weeks -8,137 stars, 765 forks, 104 watches -[ml-ops](categories/ml-ops.md) category, created 2019-04-18, last commit 2023-03-02, main language Python -experiment-tracking, hacktoberfest, kedro, machine-learning, mlops, pipeline, python +### [python-fire](https://github.com/google/python-fire) by [google](https://github.com/google) +python-fire: Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. +[https://github.com/google/python-fire](https://github.com/google/python-fire) +76 stars per week over 314 weeks +24,057 stars, 1,369 forks, 381 watches +[term](categories/term.md) category, created 2017-02-21, last commit 2023-02-13, main language Python +cli, python -### [altair](https://github.com/altair-viz/altair) by [altair-viz](https://github.com/altair-viz) -altair: Declarative statistical visualization library for Python -[https://altair-viz.github.io/](https://altair-viz.github.io/) -[https://github.com/altair-viz/altair](https://github.com/altair-viz/altair) -20 stars per week over 388 weeks -8,084 stars, 717 forks, 147 watches -[viz](categories/viz.md) category, created 2015-09-19, last commit 2023-03-01, main language Python +### [tqdm](https://github.com/tqdm/tqdm) +tqdm: A Fast, Extensible Progress Bar for Python and CLI +[https://tqdm.github.io](https://tqdm.github.io) +[https://github.com/tqdm/tqdm](https://github.com/tqdm/tqdm) +59 stars per week over 404 weeks +24,141 stars, 1,225 forks, 208 watches +[term](categories/term.md) category, created 2015-06-03, last commit 2023-03-03, main language Python +cli, closember, console, discord, gui, jupyter, keras, meter, pandas, parallel, progress, progress-bar, progressbar, progressmeter, python, rate, telegram, terminal, time, utilities -### [great_expectations](https://github.com/great-expectations/great_expectations) by [great-expectations](https://github.com/great-expectations) -great_expectations: Always know what to expect from your data. -[https://docs.greatexpectations.io/](https://docs.greatexpectations.io/) -[https://github.com/great-expectations/great_expectations](https://github.com/great-expectations/great_expectations) -28 stars per week over 285 weeks -8,048 stars, 1,246 forks, 71 watches -[ml-ops](categories/ml-ops.md) category, created 2017-09-11, last commit 2023-03-02, main language Python -cleandata, data-engineering, data-profilers, data-profiling, data-quality, data-science, data-unit-tests, datacleaner, datacleaning, dataquality, dataunittest, eda, exploratory-analysis, exploratory-data-analysis, exploratorydataanalysis, mlops, pipeline, pipeline-debt, pipeline-testing, pipeline-tests +### [prophet](https://github.com/facebook/prophet) by [facebook](https://github.com/facebook) +prophet: Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. +[https://facebook.github.io/prophet](https://facebook.github.io/prophet) +[https://github.com/facebook/prophet](https://github.com/facebook/prophet) +47 stars per week over 328 weeks +15,558 stars, 4,372 forks, 421 watches +[time-series](categories/time-series.md) category, created 2016-11-16, last commit 2023-02-28, main language Python +forecasting, python, r -### [starlette](https://github.com/encode/starlette) by [encode](https://github.com/encode) -starlette: The little ASGI framework that shines. 🌟 -[https://www.starlette.io/](https://www.starlette.io/) -[https://github.com/encode/starlette](https://github.com/encode/starlette) -32 stars per week over 244 weeks -7,940 stars, 721 forks, 111 watches -[web](categories/web.md) category, created 2018-06-25, last commit 2023-03-01, main language Python -async, http, python, websockets +### [numba](https://github.com/numba/numba) +numba: NumPy aware dynamic Python compiler using LLVM +[http://numba.pydata.org/](http://numba.pydata.org/) +[https://github.com/numba/numba](https://github.com/numba/numba) +14 stars per week over 573 weeks +8,326 stars, 1,004 forks, 207 watches +[perf](categories/perf.md) category, created 2012-03-08, last commit 2023-03-03, main language Python +compiler, cuda, llvm, numpy, parallel, python -### [spinningup](https://github.com/openai/spinningup) by [openai](https://github.com/openai) -spinningup: An educational resource to help anyone learn deep reinforcement learning. -[https://spinningup.openai.com/](https://spinningup.openai.com/) -[https://github.com/openai/spinningup](https://github.com/openai/spinningup) -35 stars per week over 225 weeks -7,927 stars, 1,846 forks, 215 watches -[study](categories/study.md) category, created 2018-11-07, last commit 2020-02-07, main language Python +### [dbt-core](https://github.com/dbt-labs/dbt-core) by [dbt-labs](https://github.com/dbt-labs) +dbt-core: dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. +[https://getdbt.com](https://getdbt.com) +[https://github.com/dbt-labs/dbt-core](https://github.com/dbt-labs/dbt-core) +18 stars per week over 364 weeks +6,625 stars, 1,169 forks, 135 watches +[ml-ops](categories/ml-ops.md) category, created 2016-03-10, last commit 2023-03-03, main language Python +analytics, business-intelligence, data-modeling, dbt-viewpoint, elt, pypa, slack -### [boto3](https://github.com/boto/boto3) by [boto](https://github.com/boto) -boto3: AWS SDK for Python -[https://aws.amazon.com/sdk-for-python/](https://aws.amazon.com/sdk-for-python/) -[https://github.com/boto/boto3](https://github.com/boto/boto3) -18 stars per week over 439 weeks -7,921 stars, 1,730 forks, 240 watches -[util](categories/util.md) category, created 2014-10-03, last commit 2023-03-02, main language Python -aws, aws-sdk, cloud, cloud-management, python +### [composer](https://github.com/mosaicml/composer) by [mosaicml](https://github.com/mosaicml) +composer: Train neural networks up to 7x faster +[http://docs.mosaicml.com](http://docs.mosaicml.com) +[https://github.com/mosaicml/composer](https://github.com/mosaicml/composer) +41 stars per week over 72 weeks +3,018 stars, 196 forks, 27 watches +[ml-dl](categories/ml-dl.md) category, created 2021-10-12, last commit 2023-03-04, main language Python +deep-learning, machine-learning, ml-efficiency, ml-systems, ml-training, neural-network, neural-networks, pytorch -### [YOLOX](https://github.com/megvii-basedetection/yolox) by [megvii-basedetection](https://github.com/megvii-basedetection) -YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/ -[https://github.com/megvii-basedetection/yolox](https://github.com/megvii-basedetection/yolox) -93 stars per week over 84 weeks -7,915 stars, 1,915 forks, 72 watches -[ml](categories/ml.md) category, created 2021-07-17, last commit 2023-03-01, main language Python -deep-learning, megengine, ncnn, object-detection, onnx, openvino, pytorch, tensorrt, yolo, yolov3, yolox +### [seaborn](https://github.com/mwaskom/seaborn) by [mwaskom](https://github.com/mwaskom) +seaborn: Statistical data visualization in Python +[https://seaborn.pydata.org](https://seaborn.pydata.org) +[https://github.com/mwaskom/seaborn](https://github.com/mwaskom/seaborn) +18 stars per week over 558 weeks +10,425 stars, 1,709 forks, 252 watches +[viz](categories/viz.md) category, created 2012-06-18, last commit 2023-02-26, main language Python +data-science, data-visualization, matplotlib, pandas, python -### [bottle](https://github.com/bottlepy/bottle) by [bottlepy](https://github.com/bottlepy) -bottle.py is a fast and simple micro-framework for python web-applications. -[http://bottlepy.org/](http://bottlepy.org/) -[https://github.com/bottlepy/bottle](https://github.com/bottlepy/bottle) -11 stars per week over 713 weeks -7,907 stars, 1,446 forks, 312 watches -[web](categories/web.md) category, created 2009-06-30, last commit 2022-09-05, main language Python -bottle, python, rest, web-framework, wsgi +### [pre-commit](https://github.com/pre-commit/pre-commit) +pre-commit: A framework for managing and maintaining multi-language pre-commit hooks. +[https://pre-commit.com](https://pre-commit.com) +[https://github.com/pre-commit/pre-commit](https://github.com/pre-commit/pre-commit) +21 stars per week over 468 weeks +9,894 stars, 709 forks, 90 watches +[util](categories/util.md) category, created 2014-03-13, last commit 2023-03-04, main language Python +git, linter, pre-commit, python, refactoring -### [kornia](https://github.com/kornia/kornia) -kornia: Open Source Differentiable Computer Vision Library -[https://kornia.github.io/kornia/](https://kornia.github.io/kornia/) -[https://github.com/kornia/kornia](https://github.com/kornia/kornia) -33 stars per week over 236 weeks -7,818 stars, 792 forks, 119 watches -[ml-dl](categories/ml-dl.md) category, created 2018-08-22, last commit 2023-03-01, main language Python -artificial-intelligence, computer-vision, deep-learning, image-processing, machine-learning, neural-network, python, pytorch +### [altair](https://github.com/altair-viz/altair) by [altair-viz](https://github.com/altair-viz) +altair: Declarative statistical visualization library for Python +[https://altair-viz.github.io/](https://altair-viz.github.io/) +[https://github.com/altair-viz/altair](https://github.com/altair-viz/altair) +20 stars per week over 389 weeks +8,090 stars, 717 forks, 147 watches +[viz](categories/viz.md) category, created 2015-09-19, last commit 2023-03-01, main language Python -### [pyro](https://github.com/pyro-ppl/pyro) by [pyro-ppl](https://github.com/pyro-ppl) -pyro: Deep universal probabilistic programming with Python and PyTorch -[http://pyro.ai](http://pyro.ai) -[https://github.com/pyro-ppl/pyro](https://github.com/pyro-ppl/pyro) -26 stars per week over 298 weeks -7,810 stars, 965 forks, 201 watches -[ml-dl](categories/ml-dl.md) category, created 2017-06-16, last commit 2023-02-03, main language Python -bayesian, bayesian-inference, deep-learning, machine-learning, probabilistic-modeling, probabilistic-programming, python, pytorch, variational-inference +### [luigi](https://github.com/spotify/luigi) by [spotify](https://github.com/spotify) +Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in. +[https://github.com/spotify/luigi](https://github.com/spotify/luigi) +30 stars per week over 545 weeks +16,367 stars, 2,355 forks, 483 watches +[ml-ops](categories/ml-ops.md) category, created 2012-09-20, last commit 2023-02-25, main language Python +hadoop, luigi, orchestration-framework, python, scheduling -### [vaex](https://github.com/vaexio/vaex) by [vaexio](https://github.com/vaexio) -vaex: Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 -[https://vaex.io](https://vaex.io) -[https://github.com/vaexio/vaex](https://github.com/vaexio/vaex) -17 stars per week over 439 weeks -7,800 stars, 586 forks, 141 watches -[perf](categories/perf.md) category, created 2014-09-27, last commit 2022-12-08, main language Python -bigdata, data-science, dataframe, hdf5, machine-learning, machinelearning, memory-mapped-file, pyarrow, python, tabular-data, visualization +### [networkx](https://github.com/networkx/networkx) +networkx: Network Analysis in Python +[https://networkx.org](https://networkx.org) +[https://github.com/networkx/networkx](https://github.com/networkx/networkx) +18 stars per week over 651 weeks +12,291 stars, 2,850 forks, 280 watches +[graph](categories/graph.md) category, created 2010-09-06, last commit 2023-03-02, main language Python +complex-networks, graph-algorithms, graph-analysis, graph-generation, graph-theory, graph-visualization, python -### [robotframework](https://github.com/robotframework/robotframework) -robotframework: Generic automation framework for acceptance testing and RPA -[http://robotframework.org](http://robotframework.org) -[https://github.com/robotframework/robotframework](https://github.com/robotframework/robotframework) -17 stars per week over 453 weeks -7,800 stars, 2,092 forks, 475 watches -[testing](categories/testing.md) category, created 2014-06-27, last commit 2023-03-01, main language Python -attd, automation, bdd, python, robotframework, rpa, testautomation, testing +### [starlite](https://github.com/starlite-api/starlite) by [starlite-api](https://github.com/starlite-api) +starlite: Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs +[https://starliteproject.dev](https://starliteproject.dev) +[https://github.com/starlite-api/starlite](https://github.com/starlite-api/starlite) +27 stars per week over 64 weeks +1,765 stars, 174 forks, 26 watches +[web](categories/web.md) category, created 2021-12-06, last commit 2023-03-03, main language Python +api, asgi, openapi, pydantic, python, redoc, rest, starlite, starlite-api, starlite-framework, swagger -### [cython](https://github.com/cython/cython) -cython: The most widely used Python to C compiler -[https://cython.org](https://cython.org) -[https://github.com/cython/cython](https://github.com/cython/cython) -12 stars per week over 640 weeks -7,710 stars, 1,364 forks, 231 watches -[util](categories/util.md) category, created 2010-11-21, last commit 2023-03-01, main language Python -big-data, c, cpp, cpython, cpython-extensions, cython, performance, python +### [metaflow](https://github.com/netflix/metaflow) by [netflix](https://github.com/netflix) +metaflow: :rocket: Build and manage real-life data science projects with ease! +[https://metaflow.org](https://metaflow.org) +[https://github.com/netflix/metaflow](https://github.com/netflix/metaflow) +35 stars per week over 180 weeks +6,450 stars, 614 forks, 248 watches +[ml-ops](categories/ml-ops.md) category, created 2019-09-17, last commit 2023-03-02, main language Python +ai, aws, azure, data-science, datascience, gcp, high-performance-computing, kubernetes, machine-learning, ml, ml-infrastructure, ml-platform, mlops, model-management, productivity, python, r, r-package, reproducible-research, rstats -### [optuna](https://github.com/optuna/optuna) -optuna: A hyperparameter optimization framework -[https://optuna.org](https://optuna.org) -[https://github.com/optuna/optuna](https://github.com/optuna/optuna) -29 stars per week over 262 weeks -7,673 stars, 809 forks, 124 watches -[ml](categories/ml.md) category, created 2018-02-21, last commit 2023-03-02, main language Python -distributed, hacktoberfest, hyperparameter-optimization, machine-learning, parallel, python +### [jupyterlite](https://github.com/jupyterlite/jupyterlite) +jupyterlite: Wasm powered Jupyter running in the browser 💡 +[https://jupyterlite.rtfd.io/en/latest/try/lab](https://jupyterlite.rtfd.io/en/latest/try/lab) +[https://github.com/jupyterlite/jupyterlite](https://github.com/jupyterlite/jupyterlite) +30 stars per week over 101 weeks +3,096 stars, 194 forks, 43 watches +[jupyter](categories/jupyter.md) category, created 2021-03-27, last commit 2023-02-15, main language Python +jupyter, jupyterlab, jupyterlab-extension, lite, pyodide, wasm, webassembly -### [graphene](https://github.com/graphql-python/graphene) by [graphql-python](https://github.com/graphql-python) -graphene: GraphQL framework for Python -[http://graphene-python.org/](http://graphene-python.org/) -[https://github.com/graphql-python/graphene](https://github.com/graphql-python/graphene) -19 stars per week over 388 weeks -7,590 stars, 811 forks, 144 watches -[web](categories/web.md) category, created 2015-09-24, last commit 2023-02-28, main language Python -framework, graphene, graphql, python, relay +### [openai-python](https://github.com/openai/openai-python) by [openai](https://github.com/openai) +openai-python: The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. +[https://github.com/openai/openai-python](https://github.com/openai/openai-python) +39 stars per week over 123 weeks +4,856 stars, 779 forks, 114 watches +[util](categories/util.md) category, created 2020-10-25, last commit 2023-03-03, main language Python +openai, python -### [scalene](https://github.com/plasma-umass/scalene) by [plasma-umass](https://github.com/plasma-umass) -Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals -[https://github.com/plasma-umass/scalene](https://github.com/plasma-umass/scalene) -44 stars per week over 167 weeks -7,422 stars, 247 forks, 72 watches -[profiling](categories/profiling.md) category, created 2019-12-17, last commit 2023-02-27, main language JavaScript -cpu, cpu-profiling, gpu, gpu-programming, memory-allocation, memory-consumption, performance-analysis, performance-cpu, profiler, profiles-memory, profiling, python, python-profilers, scalene +### [stablediffusion-infinity](https://github.com/lkwq007/stablediffusion-infinity) by [lkwq007](https://github.com/lkwq007) +stablediffusion-infinity: Outpainting with Stable Diffusion on an infinite canvas +[https://github.com/lkwq007/stablediffusion-infinity](https://github.com/lkwq007/stablediffusion-infinity) +116 stars per week over 26 weeks +3,056 stars, 240 forks, 32 watches +[diffusion](categories/diffusion.md) category, created 2022-09-02, last commit 2023-01-24, main language Python +outpainting, stablediffusion -### [doccano](https://github.com/doccano/doccano) -doccano: Open source annotation tool for machine learning practitioners. -[https://doccano.herokuapp.com](https://doccano.herokuapp.com) -[https://github.com/doccano/doccano](https://github.com/doccano/doccano) +### [BERTopic](https://github.com/maartengr/bertopic) by [maartengr](https://github.com/maartengr) +BERTopic: Leveraging BERT and c-TF-IDF to create easily interpretable topics. +[https://maartengr.github.io/BERTopic/](https://maartengr.github.io/BERTopic/) +[https://github.com/maartengr/bertopic](https://github.com/maartengr/bertopic) +30 stars per week over 127 weeks +3,870 stars, 490 forks, 44 watches +[nlp](categories/nlp.md) category, created 2020-09-22, last commit 2023-03-02, main language Python +bert, ldavis, machine-learning, nlp, sentence-embeddings, topic, topic-modeling, topic-modelling, topic-models, transformers + + +### [doccano](https://github.com/doccano/doccano) +doccano: Open source annotation tool for machine learning practitioners. +[https://doccano.herokuapp.com](https://doccano.herokuapp.com) +[https://github.com/doccano/doccano](https://github.com/doccano/doccano) 29 stars per week over 251 weeks -7,399 stars, 1,494 forks, 125 watches -[nlp](categories/nlp.md) category, created 2018-05-09, last commit 2023-03-02, main language Python +7,406 stars, 1,496 forks, 125 watches +[nlp](categories/nlp.md) category, created 2018-05-09, last commit 2023-03-03, main language Python annotation-tool, data-labeling, dataset, datasets, machine-learning, natural-language-processing, nuxt, nuxtjs, python, text-annotation, vue, vuejs -### [trax](https://github.com/google/trax) by [google](https://github.com/google) -Trax — Deep Learning with Clear Code and Speed -[https://github.com/google/trax](https://github.com/google/trax) -41 stars per week over 177 weeks -7,380 stars, 765 forks, 145 watches -[ml-dl](categories/ml-dl.md) category, created 2019-10-05, last commit 2023-02-15, main language Python -deep-learning, deep-reinforcement-learning, jax, machine-learning, numpy, reinforcement-learning, transformer +### [feast](https://github.com/feast-dev/feast) by [feast-dev](https://github.com/feast-dev) +feast: Feature Store for Machine Learning +[https://feast.dev](https://feast.dev) +[https://github.com/feast-dev/feast](https://github.com/feast-dev/feast) +18 stars per week over 220 weeks +4,027 stars, 752 forks, 74 watches +[ml-ops](categories/ml-ops.md) category, created 2018-12-10, last commit 2023-03-04, main language Python +big-data, data-engineering, data-quality, data-science, feature-store, features, machine-learning, ml, mlops, python -### [nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) by [karpathy](https://github.com/karpathy) -nn-zero-to-hero: Neural Networks: Zero to Hero -[https://github.com/karpathy/nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) -293 stars per week over 25 weeks -7,379 stars, 683 forks, 240 watches -[study](categories/study.md) category, created 2022-09-08, last commit 2023-01-17, main language Jupyter Notebook +### [spack](https://github.com/spack/spack) +spack: A flexible package manager that supports multiple versions, configurations, platforms, and compilers. +[https://spack.io](https://spack.io) +[https://github.com/spack/spack](https://github.com/spack/spack) +6.77 stars per week over 477 weeks +3,233 stars, 1,839 forks, 103 watches +[util](categories/util.md) category, created 2014-01-08, last commit 2023-03-03, main language Python +build-tools, hpc, linux, macos, package-manager, python, radiuss, scientific-computing, spack -### [pymc](https://github.com/pymc-devs/pymc3) by [pymc-devs](https://github.com/pymc-devs) -pymc: Bayesian Modeling in Python -[https://docs.pymc.io/](https://docs.pymc.io/) -[https://github.com/pymc-devs/pymc3](https://github.com/pymc-devs/pymc3) -10 stars per week over 721 weeks -7,346 stars, 1,748 forks, 226 watches -[ml](categories/ml.md) category, created 2009-05-05, last commit 2023-03-02, main language Python -bayesian-inference, mcmc, probabilistic-programming, pytensor, python, statistical-analysis, variational-inference +### [gensim](https://github.com/rare-technologies/gensim) by [rare-technologies](https://github.com/rare-technologies) +gensim: Topic Modelling for Humans +[https://radimrehurek.com/gensim](https://radimrehurek.com/gensim) +[https://github.com/rare-technologies/gensim](https://github.com/rare-technologies/gensim) +22 stars per week over 629 weeks +14,019 stars, 4,327 forks, 430 watches +[nlp](categories/nlp.md) category, created 2011-02-10, last commit 2023-03-03, main language Python +data-mining, data-science, document-similarity, fasttext, gensim, information-retrieval, machine-learning, natural-language-processing, neural-network, nlp, python, topic-modeling, word-embeddings, word-similarity, word2vec -### [gpt-neo](https://github.com/eleutherai/gpt-neo) by [eleutherai](https://github.com/eleutherai) -gpt-neo: An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library. -[https://www.eleuther.ai](https://www.eleuther.ai) -[https://github.com/eleutherai/gpt-neo](https://github.com/eleutherai/gpt-neo) -51 stars per week over 138 weeks -7,202 stars, 719 forks, 171 watches -[nlp](categories/nlp.md) category, created 2020-07-05, last commit 2022-02-25, main language Python -gpt, gpt-2, gpt-3, language-model, transformers +### [pedalboard](https://github.com/spotify/pedalboard) by [spotify](https://github.com/spotify) +pedalboard: 🎛 🔊 A Python library for working with audio. +[https://github.com/spotify/pedalboard](https://github.com/spotify/pedalboard) +46 stars per week over 86 weeks +4,034 stars, 170 forks, 53 watches +[util](categories/util.md) category, created 2021-07-06, last commit 2023-02-22, main language C++ +audio, audio-processing, audio-production, audio-research, audio-unit, juce, pybind11, python, tensorflow, vst3, vst3-host -### [TensorLayer](https://github.com/tensorlayer/tensorlayer) by [tensorlayer](https://github.com/tensorlayer) -TensorLayer: Deep Learning and Reinforcement Learning Library for Scientists and Engineers -[http://tensorlayerx.com](http://tensorlayerx.com) -[https://github.com/tensorlayer/tensorlayer](https://github.com/tensorlayer/tensorlayer) -20 stars per week over 351 weeks -7,153 stars, 1,617 forks, 466 watches -[ml-dl](categories/ml-dl.md) category, created 2016-06-07, last commit 2023-02-18, main language Python -a3c, artificial-intelligence, chatbot, deep-learning, dqn, gan, google, imagenet, neural-network, object-detection, python, reinforcement-learning, tensorflow, tensorflow-tutorial, tensorflow-tutorials, tensorlayer +### [unilm](https://github.com/microsoft/unilm) by [microsoft](https://github.com/microsoft) +unilm: Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities +[https://aka.ms/nlpagi](https://aka.ms/nlpagi) +[https://github.com/microsoft/unilm](https://github.com/microsoft/unilm) +53 stars per week over 188 weeks +10,064 stars, 1,605 forks, 251 watches +[nlp](categories/nlp.md) category, created 2019-07-23, last commit 2023-03-01, main language Python +beit, beit-3, deepnet, document-ai, document-foundation-model, foundation-models, language-generation, layoutlm, layoutxlm, llm, minilm, mllm, multimodal, multimodal-pre-trained-model, nlp, pre-trained-model, small-pre-trained-model, trocr, unilm, xlm-e -### [datasette](https://github.com/simonw/datasette) by [simonw](https://github.com/simonw) -datasette: An open source multi-tool for exploring and publishing data -[https://datasette.io](https://datasette.io) -[https://github.com/simonw/datasette](https://github.com/simonw/datasette) -25 stars per week over 279 weeks -7,131 stars, 497 forks, 101 watches -[data](categories/data.md) category, created 2017-10-23, last commit 2023-01-28, main language Python -asgi, automatic-api, csv, datasets, datasette, datasette-io, docker, json, python, sql, sqlite +### [pyinstaller](https://github.com/pyinstaller/pyinstaller) +pyinstaller: Freeze (package) Python programs into stand-alone executables +[http://www.pyinstaller.org](http://www.pyinstaller.org) +[https://github.com/pyinstaller/pyinstaller](https://github.com/pyinstaller/pyinstaller) +17 stars per week over 588 weeks +10,076 stars, 1,860 forks, 232 watches +[util](categories/util.md) category, created 2011-11-23, last commit 2023-02-26, main language Python +bundle, package, py2app, py2exe, pyinstaller, python, python-3, python-to-exe -### [tsfresh](https://github.com/blue-yonder/tsfresh) by [blue-yonder](https://github.com/blue-yonder) -tsfresh: Automatic extraction of relevant features from time series: -[http://tsfresh.readthedocs.io](http://tsfresh.readthedocs.io) -[https://github.com/blue-yonder/tsfresh](https://github.com/blue-yonder/tsfresh) -21 stars per week over 331 weeks -7,116 stars, 1,119 forks, 159 watches -[time-series](categories/time-series.md) category, created 2016-10-26, last commit 2023-02-28, main language Jupyter Notebook -data-science, feature-extraction, time-series +### [mmcv](https://github.com/open-mmlab/mmcv) by [open-mmlab](https://github.com/open-mmlab) +mmcv: OpenMMLab Computer Vision Foundation +[https://mmcv.readthedocs.io/en/latest/](https://mmcv.readthedocs.io/en/latest/) +[https://github.com/open-mmlab/mmcv](https://github.com/open-mmlab/mmcv) +19 stars per week over 236 weeks +4,727 stars, 1,408 forks, 84 watches +[ml](categories/ml.md) category, created 2018-08-22, last commit 2023-03-03, main language Python -### [haystack](https://github.com/deepset-ai/haystack) by [deepset-ai](https://github.com/deepset-ai) -haystack: :mag: Haystack is an open source NLP framework to interact with your data using Transformer models and LLMs (GPT-3 and alike). Haystack offers production-ready tools to quickly build ChatGPT-like question answering, semantic search, text generation, and more. -[https://haystack.deepset.ai](https://haystack.deepset.ai) -[https://github.com/deepset-ai/haystack](https://github.com/deepset-ai/haystack) -41 stars per week over 172 weeks -7,109 stars, 1,064 forks, 103 watches -[ml-ops](categories/ml-ops.md) category, created 2019-11-14, last commit 2023-03-02, main language Python -ai, bert, chatgpt, elasticsearch, generative-ai, gpt-3, information-retrieval, language-model, large-language-models, machine-learning, natural-language-processing, nlp, python, pytorch, question-answering, semantic-search, squad, summarization, transfer-learning, transformers +### [boto3](https://github.com/boto/boto3) by [boto](https://github.com/boto) +boto3: AWS SDK for Python +[https://aws.amazon.com/sdk-for-python/](https://aws.amazon.com/sdk-for-python/) +[https://github.com/boto/boto3](https://github.com/boto/boto3) +18 stars per week over 439 weeks +7,925 stars, 1,729 forks, 240 watches +[util](categories/util.md) category, created 2014-10-03, last commit 2023-03-03, main language Python +aws, aws-sdk, cloud, cloud-management, python -### [pytorch3d](https://github.com/facebookresearch/pytorch3d) by [facebookresearch](https://github.com/facebookresearch) -PyTorch3D is FAIR's library of reusable components for deep learning with 3D data -[https://pytorch3d.org/](https://pytorch3d.org/) -[https://github.com/facebookresearch/pytorch3d](https://github.com/facebookresearch/pytorch3d) -40 stars per week over 175 weeks -7,005 stars, 1,076 forks, 141 watches -[ml-dl](categories/ml-dl.md) category, created 2019-10-25, last commit 2023-02-28, main language Python +### [ParlAI](https://github.com/facebookresearch/parlai) by [facebookresearch](https://github.com/facebookresearch) +ParlAI: A framework for training and evaluating AI models on a variety of openly available dialogue datasets. +[https://parl.ai](https://parl.ai) +[https://github.com/facebookresearch/parlai](https://github.com/facebookresearch/parlai) +32 stars per week over 305 weeks +9,832 stars, 2,001 forks, 292 watches +[nlp](categories/nlp.md) category, created 2017-04-24, last commit 2023-02-24, main language Python -### [catboost](https://github.com/catboost/catboost) -catboost: A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU. -[https://catboost.ai](https://catboost.ai) -[https://github.com/catboost/catboost](https://github.com/catboost/catboost) -23 stars per week over 293 weeks -6,975 stars, 1,090 forks, 192 watches -[ml](categories/ml.md) category, created 2017-07-18, last commit 2023-03-02, main language C -big-data, catboost, categorical-features, coreml, cuda, data-mining, data-science, decision-trees, gbdt, gbm, gpu, gpu-computing, gradient-boosting, kaggle, machine-learning, python, r, tutorial +### [kivy](https://github.com/kivy/kivy) +kivy: Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS +[https://kivy.org](https://kivy.org) +[https://github.com/kivy/kivy](https://github.com/kivy/kivy) +24 stars per week over 643 weeks +15,574 stars, 2,997 forks, 620 watches +[util](categories/util.md) category, created 2010-11-03, last commit 2023-02-25, main language Python +android, app, ios, kivy, linux, macos, python, ui, windows -### [pycaret](https://github.com/pycaret/pycaret) -pycaret: An open-source, low-code machine learning library in Python -[https://www.pycaret.org](https://www.pycaret.org) -[https://github.com/pycaret/pycaret](https://github.com/pycaret/pycaret) -40 stars per week over 170 weeks -6,961 stars, 1,584 forks, 128 watches -[ml](categories/ml.md) category, created 2019-11-23, last commit 2023-03-02, main language Jupyter Notebook -anomaly-detection, citizen-data-scientists, classification, clustering, data-science, gpu, machine-learning, ml, nlp, pycaret, python, regression, time-series +### [tensor2tensor](https://github.com/tensorflow/tensor2tensor) by [tensorflow](https://github.com/tensorflow) +tensor2tensor: Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. +[https://github.com/tensorflow/tensor2tensor](https://github.com/tensorflow/tensor2tensor) +43 stars per week over 298 weeks +13,064 stars, 3,183 forks, 460 watches +[ml](categories/ml.md) category, created 2017-06-15, last commit 2023-02-17, main language Python +deep-learning, machine-learning, machine-translation, reinforcement-learning, tpu -### [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) -sqlalchemy: The Database Toolkit for Python -[https://www.sqlalchemy.org](https://www.sqlalchemy.org) -[https://github.com/sqlalchemy/sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) -30 stars per week over 222 weeks -6,868 stars, 1,084 forks, 90 watches -[data](categories/data.md) category, created 2018-11-27, last commit 2023-03-01, main language Python -python, sql, sqlalchemy +### [data-diff](https://github.com/datafold/data-diff) by [datafold](https://github.com/datafold) +data-diff: Efficiently diff data in or across relational databases +[https://www.datafold.com/blog/open-source-data-diff](https://www.datafold.com/blog/open-source-data-diff) +[https://github.com/datafold/data-diff](https://github.com/datafold/data-diff) +41 stars per week over 51 weeks +2,155 stars, 102 forks, 16 watches +[data](categories/data.md) category, created 2022-03-07, last commit 2023-03-04, main language Python +data-engineering, data-quality, data-quality-monitoring, data-science, database, databricks-sql, dataengineering, dataquality, dbt, mysql, oracle-database, postgres, postgresql, python, rdbms, snowflake, sql, trino + + +### [robotframework](https://github.com/robotframework/robotframework) +robotframework: Generic automation framework for acceptance testing and RPA +[http://robotframework.org](http://robotframework.org) +[https://github.com/robotframework/robotframework](https://github.com/robotframework/robotframework) +17 stars per week over 453 weeks +7,804 stars, 2,092 forks, 475 watches +[testing](categories/testing.md) category, created 2014-06-27, last commit 2023-03-01, main language Python +attd, automation, bdd, python, robotframework, rpa, testautomation, testing + + +### [setfit](https://github.com/huggingface/setfit) by [huggingface](https://github.com/huggingface) +setfit: Efficient few-shot learning with Sentence Transformers +[https://github.com/huggingface/setfit](https://github.com/huggingface/setfit) +32 stars per week over 35 weeks +1,164 stars, 118 forks, 16 watches +[nlp](categories/nlp.md) category, created 2022-06-30, last commit 2023-03-03, main language Jupyter Notebook +few-shot-learning, nlp, sentence-transformers + + +### [river](https://github.com/online-ml/river) by [online-ml](https://github.com/online-ml) +river: 🌊 Online machine learning in Python +[https://riverml.xyz](https://riverml.xyz) +[https://github.com/online-ml/river](https://github.com/online-ml/river) +19 stars per week over 214 weeks +4,107 stars, 460 forks, 83 watches +[ml](categories/ml.md) category, created 2019-01-24, last commit 2023-03-03, main language Python +concept-drift, data-science, incremental-learning, machine-learning, online-learning, online-machine-learning, online-statistics, python, real-time-processing, stream-processing, streaming, streaming-data ### [hydra](https://github.com/facebookresearch/hydra) by [facebookresearch](https://github.com/facebookresearch) @@ -2016,203 +1893,102 @@ Hydra is a framework for elegantly configuring complex applications [https://hydra.cc](https://hydra.cc) [https://github.com/facebookresearch/hydra](https://github.com/facebookresearch/hydra) 35 stars per week over 194 weeks -6,845 stars, 561 forks, 87 watches +6,848 stars, 561 forks, 87 watches [util](categories/util.md) category, created 2019-06-12, last commit 2023-02-25, main language Python -### [pyod](https://github.com/yzhao062/pyod) by [yzhao062](https://github.com/yzhao062) -pyod: A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection) -[http://pyod.readthedocs.io](http://pyod.readthedocs.io) -[https://github.com/yzhao062/pyod](https://github.com/yzhao062/pyod) -24 stars per week over 282 weeks -6,784 stars, 1,239 forks, 152 watches -[data](categories/data.md) category, created 2017-10-03, last commit 2022-12-16, main language Python -anomaly, anomaly-detection, autoencoder, data-analysis, data-mining, data-science, deep-learning, fraud-detection, machine-learning, neural-networks, novelty-detection, out-of-distribution-detection, outlier-detection, outlier-ensembles, outliers, python, python2, python3, unsupervised-learning +### [diffusion-models-class](https://github.com/huggingface/diffusion-models-class) by [huggingface](https://github.com/huggingface) +diffusion-models-class: Materials for the Hugging Face Diffusion Models Course +[https://github.com/huggingface/diffusion-models-class](https://github.com/huggingface/diffusion-models-class) +94 stars per week over 20 weeks +1,937 stars, 175 forks, 72 watches +[study](categories/study.md) category, created 2022-10-13, last commit 2023-02-21, main language Jupyter Notebook -### [auto-sklearn](https://github.com/automl/auto-sklearn) by [automl](https://github.com/automl) -auto-sklearn: Automated Machine Learning with scikit-learn -[https://automl.github.io/auto-sklearn](https://automl.github.io/auto-sklearn) -[https://github.com/automl/auto-sklearn](https://github.com/automl/auto-sklearn) -16 stars per week over 400 weeks -6,768 stars, 1,213 forks, 212 watches -[ml](categories/ml.md) category, created 2015-07-02, last commit 2022-12-07, main language Python -automated-machine-learning, automl, bayesian-optimization, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, meta-learning, metalearning, scikit-learn, smac +### [pymc](https://github.com/pymc-devs/pymc3) by [pymc-devs](https://github.com/pymc-devs) +pymc: Bayesian Modeling in Python +[https://docs.pymc.io/](https://docs.pymc.io/) +[https://github.com/pymc-devs/pymc3](https://github.com/pymc-devs/pymc3) +10 stars per week over 721 weeks +7,348 stars, 1,748 forks, 226 watches +[ml](categories/ml.md) category, created 2009-05-05, last commit 2023-03-02, main language Python +bayesian-inference, mcmc, probabilistic-programming, pytensor, python, statistical-analysis, variational-inference -### [industry-machine-learning](https://github.com/firmai/industry-machine-learning) by [firmai](https://github.com/firmai) -industry-machine-learning: A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai) -[https://www.linkedin.com/company/firmai](https://www.linkedin.com/company/firmai) -[https://github.com/firmai/industry-machine-learning](https://github.com/firmai/industry-machine-learning) -33 stars per week over 200 weeks -6,735 stars, 1,124 forks, 392 watches -[study](categories/study.md) category, created 2019-05-03, last commit 2021-12-18, main language Jupyter Notebook -data-science, datascience, example, firmai, jupyter-notebook, machine-learning, practical-machine-learning, python +### [maltrail](https://github.com/stamparm/maltrail) by [stamparm](https://github.com/stamparm) +maltrail: Malicious traffic detection system +[https://github.com/stamparm/maltrail](https://github.com/stamparm/maltrail) +11 stars per week over 430 weeks +4,992 stars, 937 forks, 216 watches +[security](categories/security.md) category, created 2014-12-04, last commit 2023-03-04, main language Python +attack-detection, intrusion-detection, malware, network-monitoring, python, security, sensor -### [dagster](https://github.com/dagster-io/dagster) by [dagster-io](https://github.com/dagster-io) -dagster: An orchestration platform for the development, production, and observation of data assets. -[https://dagster.io](https://dagster.io) -[https://github.com/dagster-io/dagster](https://github.com/dagster-io/dagster) -26 stars per week over 252 weeks -6,660 stars, 840 forks, 93 watches -[ml-ops](categories/ml-ops.md) category, created 2018-04-30, last commit 2023-03-03, main language Python -analytics, dagster, data-engineering, data-integration, data-orchestrator, data-pipelines, data-science, etl, metadata, mlops, orchestration, python, scheduler, workflow, workflow-automation +### [astropy](https://github.com/astropy/astropy) +astropy: Astronomy and astrophysics core library +[https://www.astropy.org](https://www.astropy.org) +[https://github.com/astropy/astropy](https://github.com/astropy/astropy) +6.09 stars per week over 606 weeks +3,692 stars, 1,570 forks, 137 watches +[sim](categories/sim.md) category, created 2011-07-21, last commit 2023-03-03, main language Python +astronomy, astrophysics, astropy, python, science -### [pip-tools](https://github.com/jazzband/pip-tools) by [jazzband](https://github.com/jazzband) -pip-tools: A set of tools to keep your pinned Python dependencies fresh. -[https://pip-tools.rtfd.io](https://pip-tools.rtfd.io) -[https://github.com/jazzband/pip-tools](https://github.com/jazzband/pip-tools) -12 stars per week over 546 weeks -6,656 stars, 567 forks, 105 watches -[util](categories/util.md) category, created 2012-09-10, last commit 2023-03-02, main language Python -hashes, lockfile, packaging, pip, pip-compile, pip-tools, python, requirements, setuptools +### [MONAI](https://github.com/project-monai/monai) by [project-monai](https://github.com/project-monai) +MONAI: AI Toolkit for Healthcare Imaging +[https://monai.io/](https://monai.io/) +[https://github.com/project-monai/monai](https://github.com/project-monai/monai) +21 stars per week over 177 weeks +3,811 stars, 740 forks, 88 watches +[ml](categories/ml.md) category, created 2019-10-11, last commit 2023-03-02, main language Python +deep-learning, healthcare-imaging, medical-image-computing, medical-image-processing, monai, python3, pytorch -### [icecream](https://github.com/gruns/icecream) by [gruns](https://github.com/gruns) -icecream: 🍦 Never use print() to debug again. -[https://github.com/gruns/icecream](https://github.com/gruns/icecream) -25 stars per week over 263 weeks -6,617 stars, 137 forks, 50 watches -[debug](categories/debug.md) category, created 2018-02-13, last commit 2022-12-04, main language Python -debug, debugging, debugging-tool, inspects, library, print, python, python3 - - -### [dbt-core](https://github.com/dbt-labs/dbt-core) by [dbt-labs](https://github.com/dbt-labs) -dbt-core: dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications. -[https://getdbt.com](https://getdbt.com) -[https://github.com/dbt-labs/dbt-core](https://github.com/dbt-labs/dbt-core) -18 stars per week over 364 weeks -6,616 stars, 1,170 forks, 135 watches -[ml-ops](categories/ml-ops.md) category, created 2016-03-10, last commit 2023-03-02, main language Python -analytics, business-intelligence, data-modeling, dbt-viewpoint, elt, pypa, slack - - -### [hyperopt](https://github.com/hyperopt/hyperopt) -hyperopt: Distributed Asynchronous Hyperparameter Optimization in Python -[http://hyperopt.github.io/hyperopt](http://hyperopt.github.io/hyperopt) -[https://github.com/hyperopt/hyperopt](https://github.com/hyperopt/hyperopt) -11 stars per week over 599 weeks -6,607 stars, 1,009 forks, 126 watches -[ml](categories/ml.md) category, created 2011-09-06, last commit 2021-11-29, main language Python - - -### [eve](https://github.com/pyeve/eve) by [pyeve](https://github.com/pyeve) -eve: REST API framework designed for human beings -[https://python-eve.org](https://python-eve.org) -[https://github.com/pyeve/eve](https://github.com/pyeve/eve) -12 stars per week over 540 weeks -6,587 stars, 754 forks, 229 watches -[web](categories/web.md) category, created 2012-10-22, last commit 2022-11-10, main language Python -flask, mongodb, python, rest +### [PySnooper](https://github.com/cool-rr/pysnooper) by [cool-rr](https://github.com/cool-rr) +PySnooper: Never use print for debugging again +[https://github.com/cool-rr/pysnooper](https://github.com/cool-rr/pysnooper) +77 stars per week over 202 weeks +15,700 stars, 938 forks, 234 watches +[debug](categories/debug.md) category, created 2019-04-18, last commit 2023-01-03, main language Python +debug, debugger, introspection, logging, python ### [hypothesis](https://github.com/hypothesisworks/hypothesis) by [hypothesisworks](https://github.com/hypothesisworks) Hypothesis is a powerful, flexible, and easy to use library for property-based testing. [https://hypothesis.works](https://hypothesis.works) [https://github.com/hypothesisworks/hypothesis](https://github.com/hypothesisworks/hypothesis) -12 stars per week over 520 weeks -6,551 stars, 550 forks, 68 watches +12 stars per week over 521 weeks +6,552 stars, 550 forks, 68 watches [testing](categories/testing.md) category, created 2013-03-10, last commit 2023-02-17, main language Python fuzzing, property-based-testing, python, testing -### [cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) by [drivendata](https://github.com/drivendata) -cookiecutter-data-science: A logical, reasonably standardized, but flexible project structure for doing and sharing data science work. -[http://drivendata.github.io/cookiecutter-data-science/](http://drivendata.github.io/cookiecutter-data-science/) -[https://github.com/drivendata/cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) -17 stars per week over 383 weeks -6,535 stars, 2,088 forks, 113 watches -[template](categories/template.md) category, created 2015-10-30, last commit 2022-03-11, main language Python -ai, cookiecutter, cookiecutter-data-science, cookiecutter-template, data-science, machine-learning - - -### [featuretools](https://github.com/featurelabs/featuretools) by [featurelabs](https://github.com/featurelabs) -featuretools: An open source python library for automated feature engineering -[https://www.featuretools.com](https://www.featuretools.com) -[https://github.com/featurelabs/featuretools](https://github.com/featurelabs/featuretools) -22 stars per week over 286 weeks -6,530 stars, 840 forks, 158 watches -[ml](categories/ml.md) category, created 2017-09-08, last commit 2023-03-01, main language Python -automated-feature-engineering, automated-machine-learning, automl, data-science, feature-engineering, machine-learning, python, scikit-learn - - -### [marshmallow](https://github.com/marshmallow-code/marshmallow) by [marshmallow-code](https://github.com/marshmallow-code) -marshmallow: A lightweight library for converting complex objects to and from simple Python datatypes. -[https://marshmallow.readthedocs.io/](https://marshmallow.readthedocs.io/) -[https://github.com/marshmallow-code/marshmallow](https://github.com/marshmallow-code/marshmallow) -13 stars per week over 485 weeks -6,446 stars, 623 forks, 81 watches -[util](categories/util.md) category, created 2013-11-10, last commit 2023-02-21, main language Python -deserialization, hacktoberfest, marshalling, python, python-3, schema, serde, serialization, validation - - -### [metaflow](https://github.com/netflix/metaflow) by [netflix](https://github.com/netflix) -metaflow: :rocket: Build and manage real-life data science projects with ease! -[https://metaflow.org](https://metaflow.org) -[https://github.com/netflix/metaflow](https://github.com/netflix/metaflow) -35 stars per week over 180 weeks -6,444 stars, 613 forks, 249 watches -[ml-ops](categories/ml-ops.md) category, created 2019-09-17, last commit 2023-03-02, main language Python -ai, aws, azure, data-science, datascience, gcp, high-performance-computing, kubernetes, machine-learning, ml, ml-infrastructure, ml-platform, mlops, model-management, productivity, python, r, r-package, reproducible-research, rstats - - -### [einops](https://github.com/arogozhnikov/einops) by [arogozhnikov](https://github.com/arogozhnikov) -einops: Deep learning operations reinvented (for pytorch, tensorflow, jax and others) -[https://einops.rocks](https://einops.rocks) -[https://github.com/arogozhnikov/einops](https://github.com/arogozhnikov/einops) -27 stars per week over 231 weeks -6,443 stars, 290 forks, 63 watches -[ml-dl](categories/ml-dl.md) category, created 2018-09-22, last commit 2023-01-18, main language Python -chainer, cupy, deep-learning, gluon, jax, keras, numpy, pytorch, tensor, tensorflow - - -### [latent-diffusion](https://github.com/compvis/latent-diffusion) by [compvis](https://github.com/compvis) -latent-diffusion: High-Resolution Image Synthesis with Latent Diffusion Models -[https://github.com/compvis/latent-diffusion](https://github.com/compvis/latent-diffusion) -100 stars per week over 62 weeks -6,312 stars, 850 forks, 78 watches -[diffusion](categories/diffusion.md) category, created 2021-12-20, last commit 2022-07-26, main language Jupyter Notebook - - -### [werkzeug](https://github.com/pallets/werkzeug) by [pallets](https://github.com/pallets) -werkzeug: The comprehensive WSGI web application library. -[https://werkzeug.palletsprojects.com](https://werkzeug.palletsprojects.com) -[https://github.com/pallets/werkzeug](https://github.com/pallets/werkzeug) -9.75 stars per week over 645 weeks -6,296 stars, 1,683 forks, 227 watches -[web](categories/web.md) category, created 2010-10-18, last commit 2023-03-01, main language Python -http, pallets, python, werkzeug, wsgi - - -### [beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) by [newsapps](https://github.com/newsapps) -beeswithmachineguns: A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications). -[http://apps.chicagotribune.com/](http://apps.chicagotribune.com/) -[https://github.com/newsapps/beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) -9.51 stars per week over 661 weeks -6,293 stars, 664 forks, 227 watches -[testing](categories/testing.md) category, created 2010-06-29, last commit 2017-12-20, main language Python +### [VToonify](https://github.com/williamyang1991/vtoonify) by [williamyang1991](https://github.com/williamyang1991) +[SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer +[https://github.com/williamyang1991/vtoonify](https://github.com/williamyang1991/vtoonify) +116 stars per week over 25 weeks +2,948 stars, 358 forks, 59 watches +[ml-dl](categories/ml-dl.md) category, created 2022-09-09, last commit 2023-02-24, main language Jupyter Notebook +face, siggraph-asia, style-transfer, stylegan2, toonify, video-style-transfer -### [pyre-check](https://github.com/facebook/pyre-check) by [facebook](https://github.com/facebook) -pyre-check: Performant type-checking for python. -[https://pyre-check.org/](https://pyre-check.org/) -[https://github.com/facebook/pyre-check](https://github.com/facebook/pyre-check) -22 stars per week over 277 weeks -6,261 stars, 416 forks, 112 watches -[typing](categories/typing.md) category, created 2017-11-10, last commit 2023-03-02, main language OCaml -abstract-interpretation, code-quality, control-flow-analysis, ocaml, program-analysis, python, security, static-analysis, taint-analysis, type-check, typechecker +### [grist-core](https://github.com/gristlabs/grist-core) by [gristlabs](https://github.com/gristlabs) +grist-core: Grist is the evolution of spreadsheets. +[https://support.getgrist.com/self-managed/](https://support.getgrist.com/self-managed/) +[https://github.com/gristlabs/grist-core](https://github.com/gristlabs/grist-core) +25 stars per week over 145 weeks +3,669 stars, 171 forks, 41 watches +[data](categories/data.md) category, created 2020-05-22, last commit 2023-03-03, main language TypeScript +awesome, database, spreadsheet -### [sktime](https://github.com/sktime/sktime) -sktime: A unified framework for machine learning with time series -[https://www.sktime.net](https://www.sktime.net) -[https://github.com/sktime/sktime](https://github.com/sktime/sktime) -27 stars per week over 225 weeks -6,213 stars, 1,031 forks, 107 watches -[time-series](categories/time-series.md) category, created 2018-11-06, last commit 2023-03-02, main language Python -data-mining, data-science, forecasting, machine-learning, scikit-learn, time-series, time-series-analysis, time-series-classification, time-series-regression +### [refurb](https://github.com/dosisod/refurb) by [dosisod](https://github.com/dosisod) +refurb: A tool for refurbishing and modernizing Python codebases +[https://github.com/dosisod/refurb](https://github.com/dosisod/refurb) +68 stars per week over 31 weeks +2,153 stars, 42 forks, 16 watches +[util](categories/util.md) category, created 2022-07-27, last commit 2023-03-04, main language Python +cli, gplv3, hacktoberfest, mypy, python, python310, testing ### [uvicorn](https://github.com/encode/uvicorn) by [encode](https://github.com/encode) @@ -2220,82 +1996,58 @@ uvicorn: An ASGI web server, for Python. 🦄 [https://www.uvicorn.org/](https://www.uvicorn.org/) [https://github.com/encode/uvicorn](https://github.com/encode/uvicorn) 20 stars per week over 300 weeks -6,211 stars, 551 forks, 84 watches +6,218 stars, 551 forks, 84 watches [web](categories/web.md) category, created 2017-05-31, last commit 2023-03-01, main language Python asgi, asyncio, http, http-server, python -### [autograd](https://github.com/hips/autograd) by [hips](https://github.com/hips) -autograd: Efficiently computes derivatives of numpy code. -[https://github.com/hips/autograd](https://github.com/hips/autograd) -14 stars per week over 431 weeks -6,210 stars, 850 forks, 217 watches -[ml](categories/ml.md) category, created 2014-11-24, last commit 2022-09-29, main language Python - - -### [espnet](https://github.com/espnet/espnet) -espnet: End-to-End Speech Processing Toolkit -[https://espnet.github.io/espnet/](https://espnet.github.io/espnet/) -[https://github.com/espnet/espnet](https://github.com/espnet/espnet) -22 stars per week over 272 weeks -6,146 stars, 1,856 forks, 176 watches -[nlp](categories/nlp.md) category, created 2017-12-13, last commit 2023-03-02, main language Python -chainer, deep-learning, end-to-end, kaldi, machine-translation, pytorch, singing-voice-synthesis, speaker-diarization, speech-enhancement, speech-recognition, speech-separation, speech-synthesis, speech-translation, spoken-language-understanding, voice-conversion - - -### [folium](https://github.com/python-visualization/folium) by [python-visualization](https://github.com/python-visualization) -folium: Python Data. Leaflet.js Maps. -[https://python-visualization.github.io/folium/](https://python-visualization.github.io/folium/) -[https://github.com/python-visualization/folium](https://github.com/python-visualization/folium) -11 stars per week over 512 weeks -6,113 stars, 2,172 forks, 164 watches -[gis](categories/gis.md) category, created 2013-05-09, last commit 2023-02-17, main language Python -closember, data-science, data-visualization, javascript, maps, python - - -### [BlenderGIS](https://github.com/domlysz/blendergis) by [domlysz](https://github.com/domlysz) -BlenderGIS: Blender addons to make the bridge between Blender and geographic data -[https://github.com/domlysz/blendergis](https://github.com/domlysz/blendergis) -13 stars per week over 460 weeks -6,075 stars, 1,133 forks, 245 watches -[gis](categories/gis.md) category, created 2014-05-08, last commit 2022-05-31, main language Python -3d, 3d-map, 3dgis, addon, basemap, blender, delaunay-triangulation, dem, geodata, georeferencing, geospatial, gis, importexport, map, openstreetmap, python, raster, shapefile, terrain-model +### [wandb](https://github.com/wandb/client) +wandb: 🔥 A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API. +[https://wandb.ai](https://wandb.ai) +[https://github.com/wandb/client](https://github.com/wandb/client) +17 stars per week over 310 weeks +5,559 stars, 442 forks, 43 watches +[ml](categories/ml.md) category, created 2017-03-24, last commit 2023-03-04, main language Python +collaboration, data-science, data-versioning, deep-learning, experiment-track, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, keras, machine-learning, ml-platform, mlops, model-versioning, pytorch, reinforcement-learning, reproducibility, tensorflow -### [umap](https://github.com/lmcinnes/umap) by [lmcinnes](https://github.com/lmcinnes) -umap: Uniform Manifold Approximation and Projection -[https://github.com/lmcinnes/umap](https://github.com/lmcinnes/umap) -20 stars per week over 295 weeks -6,075 stars, 705 forks, 126 watches -[ml](categories/ml.md) category, created 2017-07-02, last commit 2023-02-23, main language Python -dimensionality-reduction, machine-learning, topological-data-analysis, umap, visualization +### [orchest](https://github.com/orchest/orchest) +orchest: Build data pipelines, the easy way 🛠️ +[https://orchest.io](https://orchest.io) +[https://github.com/orchest/orchest](https://github.com/orchest/orchest) +25 stars per week over 145 weeks +3,751 stars, 224 forks, 39 watches +[ml-ops](categories/ml-ops.md) category, created 2020-05-21, last commit 2023-01-20, main language Python +airflow, cloud, dag, data-pipelines, data-science, deployment, docker, etl, etl-pipeline, ide, jupyter, jupyterlab, kubernetes, machine-learning, notebooks, orchest, pipelines, python, self-hosted -### [pipx](https://github.com/pypa/pipx) by [pypa](https://github.com/pypa) -pipx: Install and Run Python Applications in Isolated Environments -[https://pypa.github.io/pipx/](https://pypa.github.io/pipx/) -[https://github.com/pypa/pipx](https://github.com/pypa/pipx) -26 stars per week over 229 weeks -6,063 stars, 280 forks, 72 watches -[util](categories/util.md) category, created 2018-10-06, last commit 2023-02-11, main language Python -cli, hacktoberfest, pip, pypi, python, venv +### [Open3D](https://github.com/isl-org/open3d) by [isl-org](https://github.com/isl-org) +Open3D: A Modern Library for 3D Data Processing +[http://www.open3d.org](http://www.open3d.org) +[https://github.com/isl-org/open3d](https://github.com/isl-org/open3d) +25 stars per week over 326 weeks +8,184 stars, 1,899 forks, 172 watches +[sim](categories/sim.md) category, created 2016-12-02, last commit 2023-03-04, main language C++ +3d, 3d-perception, arm, computer-graphics, cpp, cuda, gpu, gui, machine-learning, mesh-processing, odometry, opengl, pointcloud, python, pytorch, reconstruction, registration, rendering, tensorflow, visualization -### [latexify_py](https://github.com/google/latexify_py) by [google](https://github.com/google) -latexify_py: A library to generate LaTeX expression from Python code. -[https://github.com/google/latexify_py](https://github.com/google/latexify_py) -44 stars per week over 135 weeks -6,036 stars, 328 forks, 52 watches -[util](categories/util.md) category, created 2020-07-25, last commit 2023-01-14, main language Python +### [sphinx](https://github.com/sphinx-doc/sphinx) by [sphinx-doc](https://github.com/sphinx-doc) +sphinx: The Sphinx documentation generator +[https://www.sphinx-doc.org/](https://www.sphinx-doc.org/) +[https://github.com/sphinx-doc/sphinx](https://github.com/sphinx-doc/sphinx) +12 stars per week over 426 weeks +5,244 stars, 1,878 forks, 142 watches +[util](categories/util.md) category, created 2015-01-02, last commit 2023-02-18, main language Python +documentation, documentation-tool, markdown, python, restructuredtext, sphinx -### [dream-textures](https://github.com/carson-katri/dream-textures) by [carson-katri](https://github.com/carson-katri) -dream-textures: Stable Diffusion built-in to Blender -[https://github.com/carson-katri/dream-textures](https://github.com/carson-katri/dream-textures) -236 stars per week over 25 weeks -5,955 stars, 304 forks, 95 watches -[diffusion](categories/diffusion.md) category, created 2022-09-08, last commit 2023-02-15, main language Python -ai, blender, blender-addon, image-generation, stable-diffusion +### [sentence-transformers](https://github.com/ukplab/sentence-transformers) by [ukplab](https://github.com/ukplab) +sentence-transformers: Multilingual Sentence & Image Embeddings with BERT +[https://www.SBERT.net](https://www.SBERT.net) +[https://github.com/ukplab/sentence-transformers](https://github.com/ukplab/sentence-transformers) +50 stars per week over 188 weeks +9,570 stars, 1,869 forks, 119 watches +[nlp](categories/nlp.md) category, created 2019-07-24, last commit 2023-01-26, main language Python ### [jupytext](https://github.com/mwouts/jupytext) by [mwouts](https://github.com/mwouts) @@ -2303,68 +2055,131 @@ jupytext: Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts [https://jupytext.readthedocs.io](https://jupytext.readthedocs.io) [https://github.com/mwouts/jupytext](https://github.com/mwouts/jupytext) 23 stars per week over 246 weeks -5,849 stars, 379 forks, 68 watches +5,851 stars, 379 forks, 68 watches [jupyter](categories/jupyter.md) category, created 2018-06-15, last commit 2023-02-25, main language Python hydrogen, jupyter-notebook, jupyterlab, jupyterlab-extension, knitr, markdown, notebooks, python, rmarkdown, rstudio, version-control -### [tianshou](https://github.com/thu-ml/tianshou) by [thu-ml](https://github.com/thu-ml) -tianshou: An elegant PyTorch deep reinforcement learning library. -[https://tianshou.readthedocs.io](https://tianshou.readthedocs.io) -[https://github.com/thu-ml/tianshou](https://github.com/thu-ml/tianshou) -22 stars per week over 254 weeks -5,840 stars, 918 forks, 82 watches -[ml](categories/ml.md) category, created 2018-04-16, last commit 2023-02-03, main language Python -a2c, atari, bcq, benchmark, cql, ddpg, double-dqn, dqn, drl, imitation-learning, library, mujoco, npg, policy-gradient, ppo, pytorch, rl, sac, td3, trpo - - -### [PyGithub](https://github.com/pygithub/pygithub) by [pygithub](https://github.com/pygithub) -PyGithub: Typed interactions with the GitHub API v3 -[https://pygithub.readthedocs.io/](https://pygithub.readthedocs.io/) -[https://github.com/pygithub/pygithub](https://github.com/pygithub/pygithub) -10 stars per week over 574 weeks -5,828 stars, 1,595 forks, 112 watches -[util](categories/util.md) category, created 2012-02-25, last commit 2023-02-23, main language Python -github, github-api, pygithub, python +### [BioGPT](https://github.com/microsoft/biogpt) by [microsoft](https://github.com/microsoft) +microsoft/biogpt +[https://github.com/microsoft/biogpt](https://github.com/microsoft/biogpt) +114 stars per week over 28 weeks +3,312 stars, 312 forks, 61 watches +[nlp](categories/nlp.md) category, created 2022-08-15, last commit 2023-02-13, main language Python -### [NeMo](https://github.com/nvidia/nemo) by [nvidia](https://github.com/nvidia) -NeMo: a toolkit for conversational AI -[https://nvidia.github.io/NeMo/](https://nvidia.github.io/NeMo/) -[https://github.com/nvidia/nemo](https://github.com/nvidia/nemo) -30 stars per week over 186 weeks -5,778 stars, 1,405 forks, 139 watches -[nlp](categories/nlp.md) category, created 2019-08-05, last commit 2023-03-02, main language Python -asr, deep-learning, language-model, machine-translation, neural-network, nlp, nlp-machine-learning, nmt, speaker-diarization, speaker-recognition, speech-recognition, speech-synthesis, speech-to-text, text-normalization, text-to-speech, tts +### [point-e](https://github.com/openai/point-e) by [openai](https://github.com/openai) +point-e: Point cloud diffusion for 3D model synthesis +[https://github.com/openai/point-e](https://github.com/openai/point-e) +354 stars per week over 12 weeks +4,512 stars, 458 forks, 166 watches +[util](categories/util.md) category, created 2022-12-06, last commit 2022-12-20, main language Python -### [pygame](https://github.com/pygame/pygame) -pygame: 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. -[https://www.pygame.org](https://www.pygame.org) -[https://github.com/pygame/pygame](https://github.com/pygame/pygame) -18 stars per week over 309 weeks -5,771 stars, 2,535 forks, 156 watches -[gamedev](categories/gamedev.md) category, created 2017-03-26, last commit 2023-02-28, main language C -game-dev, game-development, gamedev, pygame, python, sdl, sdl2 +### [loguru](https://github.com/delgan/loguru) by [delgan](https://github.com/delgan) +loguru: Python logging made (stupidly) simple +[https://github.com/delgan/loguru](https://github.com/delgan/loguru) +49 stars per week over 289 weeks +14,237 stars, 589 forks, 120 watches +[util](categories/util.md) category, created 2017-08-15, last commit 2023-03-03, main language Python +log, logger, logging, python -### [cleverhans](https://github.com/cleverhans-lab/cleverhans) by [cleverhans-lab](https://github.com/cleverhans-lab) -cleverhans: An adversarial example library for constructing attacks, building defenses, and benchmarking both -[https://github.com/cleverhans-lab/cleverhans](https://github.com/cleverhans-lab/cleverhans) -16 stars per week over 337 weeks -5,719 stars, 1,383 forks, 191 watches -[ml](categories/ml.md) category, created 2016-09-15, last commit 2023-01-31, main language Jupyter Notebook -benchmarking, machine-learning, security +### [darts](https://github.com/unit8co/darts) by [unit8co](https://github.com/unit8co) +darts: A python library for user-friendly forecasting and anomaly detection on time series. +[https://unit8co.github.io/darts/](https://unit8co.github.io/darts/) +[https://github.com/unit8co/darts](https://github.com/unit8co/darts) +23 stars per week over 233 weeks +5,483 stars, 603 forks, 46 watches +[time-series](categories/time-series.md) category, created 2018-09-13, last commit 2023-02-28, main language Python +anomaly-detection, data-science, deep-learning, forecasting, machine-learning, python, time-series -### [python-dotenv](https://github.com/theskumar/python-dotenv) by [theskumar](https://github.com/theskumar) -python-dotenv: Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles. -[https://saurabh-kumar.com/python-dotenv/](https://saurabh-kumar.com/python-dotenv/) -[https://github.com/theskumar/python-dotenv](https://github.com/theskumar/python-dotenv) -12 stars per week over 442 weeks -5,715 stars, 358 forks, 33 watches -[util](categories/util.md) category, created 2014-09-06, last commit 2023-02-24, main language Python -12-factor-app, configuration, devops-tools, dotenv, env, environment-variables, python +### [codon](https://github.com/exaloop/codon) by [exaloop](https://github.com/exaloop) +codon: A high-performance, zero-overhead, extensible Python compiler using LLVM +[https://docs.exaloop.io/codon](https://docs.exaloop.io/codon) +[https://github.com/exaloop/codon](https://github.com/exaloop/codon) +76 stars per week over 74 weeks +5,694 stars, 191 forks, 48 watches +[perf](categories/perf.md) category, created 2021-09-27, last commit 2023-02-06, main language C++ +compiler, gpu-programming, high-performance, llvm, parallel-programming, python + + +### [cython](https://github.com/cython/cython) +cython: The most widely used Python to C compiler +[https://cython.org](https://cython.org) +[https://github.com/cython/cython](https://github.com/cython/cython) +12 stars per week over 641 weeks +7,713 stars, 1,364 forks, 231 watches +[util](categories/util.md) category, created 2010-11-21, last commit 2023-03-01, main language Python +big-data, c, cpp, cpython, cpython-extensions, cython, performance, python + + +### [ml-agents](https://github.com/unity-technologies/ml-agents) by [unity-technologies](https://github.com/unity-technologies) +ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning. +[https://unity.com/products/machine-learning-agents](https://unity.com/products/machine-learning-agents) +[https://github.com/unity-technologies/ml-agents](https://github.com/unity-technologies/ml-agents) +49 stars per week over 286 weeks +14,208 stars, 3,738 forks, 548 watches +[sim](categories/sim.md) category, created 2017-09-08, last commit 2023-01-25, main language C# +deep-learning, deep-reinforcement-learning, machine-learning, neural-networks, reinforcement-learning, unity, unity3d + + +### [ydata-profiling](https://github.com/pandas-profiling/pandas-profiling) by [pandas-profiling](https://github.com/pandas-profiling) +ydata-profiling: Create HTML profiling reports from pandas DataFrame objects +[https://ydata-profiling.ydata.ai](https://ydata-profiling.ydata.ai) +[https://github.com/pandas-profiling/pandas-profiling](https://github.com/pandas-profiling/pandas-profiling) +27 stars per week over 373 weeks +10,294 stars, 1,453 forks, 151 watches +[pandas](categories/pandas.md) category, created 2016-01-09, last commit 2023-01-30, main language Python +big-data-analytics, data-analysis, data-exploration, data-profiling, data-quality, data-science, deep-learning, eda, exploration, exploratory-data-analysis, hacktoberfest, html-report, jupyter, jupyter-notebook, machine-learning, pandas, pandas-dataframe, pandas-profiling, python, statistics + + +### [cookiecutter](https://github.com/cookiecutter/cookiecutter) +cookiecutter: A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. +[https://pypi.org/project/cookiecutter/](https://pypi.org/project/cookiecutter/) +[https://github.com/cookiecutter/cookiecutter](https://github.com/cookiecutter/cookiecutter) +37 stars per week over 503 weeks +19,044 stars, 1,798 forks, 232 watches +[template](categories/template.md) category, created 2013-07-14, last commit 2022-09-09, main language Python +cookiecutter, python + + +### [detr](https://github.com/facebookresearch/detr) by [facebookresearch](https://github.com/facebookresearch) +detr: End-to-End Object Detection with Transformers +[https://github.com/facebookresearch/detr](https://github.com/facebookresearch/detr) +72 stars per week over 144 weeks +10,503 stars, 1,929 forks, 150 watches +[ml-dl](categories/ml-dl.md) category, created 2020-05-26, last commit 2023-02-07, main language Python + + +### [prettymaps](https://github.com/marceloprates/prettymaps) by [marceloprates](https://github.com/marceloprates) +prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. +[https://github.com/marceloprates/prettymaps](https://github.com/marceloprates/prettymaps) +87 stars per week over 104 weeks +9,085 stars, 442 forks, 73 watches +[viz](categories/viz.md) category, created 2021-03-05, last commit 2023-02-15, main language Jupyter Notebook +cartography, generative-art, jupyter-notebook, maps, matplotlib, openstreetmap, python + + +### [nltk](https://github.com/nltk/nltk) +NLTK Source +[https://www.nltk.org](https://www.nltk.org) +[https://github.com/nltk/nltk](https://github.com/nltk/nltk) +16 stars per week over 703 weeks +11,586 stars, 2,696 forks, 468 watches +[nlp](categories/nlp.md) category, created 2009-09-07, last commit 2023-02-20, main language Python +machine-learning, natural-language-processing, nlp, nltk, python + + +### [django-ninja](https://github.com/vitalik/django-ninja) by [vitalik](https://github.com/vitalik) +django-ninja: 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs +[https://django-ninja.rest-framework.com](https://django-ninja.rest-framework.com) +[https://github.com/vitalik/django-ninja](https://github.com/vitalik/django-ninja) +28 stars per week over 145 weeks +4,107 stars, 262 forks, 62 watches +[web](categories/web.md) category, created 2020-05-19, last commit 2023-02-24, main language Python +django, django-ninja, openapi, pydantic, python, rest-api, swagger, swagger-ui ### [dowhy](https://github.com/py-why/dowhy) by [py-why](https://github.com/py-why) @@ -2372,142 +2187,162 @@ DoWhy is a Python library for causal inference that supports explicit modeling a [https://www.pywhy.org/dowhy](https://www.pywhy.org/dowhy) [https://github.com/py-why/dowhy](https://github.com/py-why/dowhy) 22 stars per week over 248 weeks -5,703 stars, 817 forks, 137 watches +5,706 stars, 817 forks, 136 watches [ml](categories/ml.md) category, created 2018-05-31, last commit 2023-02-14, main language Python bayesian-networks, causal-inference, causal-machine-learning, causal-models, causality, data-science, do-calculus, graphical-models, machine-learning, python3, treatment-effects -### [Surprise](https://github.com/nicolashug/surprise) by [nicolashug](https://github.com/nicolashug) -Surprise: A Python scikit for building and analyzing recommender systems -[http://surpriselib.com](http://surpriselib.com) -[https://github.com/nicolashug/surprise](https://github.com/nicolashug/surprise) -17 stars per week over 331 weeks -5,702 stars, 968 forks, 147 watches -[ml](categories/ml.md) category, created 2016-10-23, last commit 2023-01-27, main language Python -factorization, machine-learning, matrix, recommendation, recommender, svd, systems +### [shap](https://github.com/slundberg/shap) by [slundberg](https://github.com/slundberg) +shap: A game theoretic approach to explain the output of any machine learning model. +[https://github.com/slundberg/shap](https://github.com/slundberg/shap) +57 stars per week over 327 weeks +18,682 stars, 2,815 forks, 263 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2016-11-22, last commit 2022-06-16, main language Jupyter Notebook +deep-learning, explainability, gradient-boosting, interpretability, machine-learning, shap, shapley -### [ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) by [apple](https://github.com/apple) -ml-stable-diffusion: Stable Diffusion with Core ML on Apple Silicon -[https://github.com/apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) -372 stars per week over 15 weeks -5,699 stars, 273 forks, 71 watches -[diffusion](categories/diffusion.md) category, created 2022-11-16, last commit 2023-02-15, main language Python +### [gdal](https://github.com/osgeo/gdal) by [osgeo](https://github.com/osgeo) +GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. +[https://gdal.org](https://gdal.org) +[https://github.com/osgeo/gdal](https://github.com/osgeo/gdal) +6.69 stars per week over 542 weeks +3,633 stars, 2,021 forks, 163 watches +[gis](categories/gis.md) category, created 2012-10-09, last commit 2023-03-02, main language C++ +geospatial-data, raster, remote-sensing, vector -### [codon](https://github.com/exaloop/codon) by [exaloop](https://github.com/exaloop) -codon: A high-performance, zero-overhead, extensible Python compiler using LLVM -[https://docs.exaloop.io/codon](https://docs.exaloop.io/codon) -[https://github.com/exaloop/codon](https://github.com/exaloop/codon) -76 stars per week over 74 weeks -5,691 stars, 191 forks, 48 watches -[perf](categories/perf.md) category, created 2021-09-27, last commit 2023-02-06, main language C++ -compiler, gpu-programming, high-performance, llvm, parallel-programming, python +### [strawberry](https://github.com/strawberry-graphql/strawberry) by [strawberry-graphql](https://github.com/strawberry-graphql) +strawberry: A GraphQL library for Python that leverages type annotations 🍓 +[https://strawberry.rocks](https://strawberry.rocks) +[https://github.com/strawberry-graphql/strawberry](https://github.com/strawberry-graphql/strawberry) +13 stars per week over 219 weeks +2,986 stars, 374 forks, 40 watches +[web](categories/web.md) category, created 2018-12-21, last commit 2023-03-02, main language Python +asgi, asyncio, django, graphql, graphql-library, graphql-schema, graphql-server, hacktoberfest, mypy, python, starlette, strawberry -### [isort](https://github.com/pycqa/isort) by [pycqa](https://github.com/pycqa) -isort: A Python utility / library to sort imports. -[https://pycqa.github.io/isort/](https://pycqa.github.io/isort/) -[https://github.com/pycqa/isort](https://github.com/pycqa/isort) -11 stars per week over 495 weeks -5,645 stars, 519 forks, 46 watches -[util](categories/util.md) category, created 2013-09-02, last commit 2023-03-02, main language Python -auto-formatter, cleaner, cli, formatter, hacktoberfest, isort, linter, python, python-utility, python3, sorting-imports +### [handson-ml2](https://github.com/ageron/handson-ml2) by [ageron](https://github.com/ageron) +handson-ml2: A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. +[https://github.com/ageron/handson-ml2](https://github.com/ageron/handson-ml2) +111 stars per week over 216 weeks +24,242 stars, 11,679 forks, 632 watches +[ml](categories/ml.md) category, created 2019-01-08, last commit 2023-02-04, main language Jupyter Notebook -### [Dreambooth-Stable-Diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) by [xavierxiao](https://github.com/xavierxiao) -Dreambooth-Stable-Diffusion: Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion -[https://github.com/xavierxiao/dreambooth-stable-diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) -221 stars per week over 25 weeks -5,636 stars, 618 forks, 83 watches -[diffusion](categories/diffusion.md) category, created 2022-09-06, last commit 2022-09-21, main language Jupyter Notebook -pytorch, pytorch-lightning, stable-diffusion, text-to-image +### [gluonts](https://github.com/awslabs/gluonts) by [awslabs](https://github.com/awslabs) +gluonts: Probabilistic time series modeling in Python +[https://ts.gluon.ai](https://ts.gluon.ai) +[https://github.com/awslabs/gluonts](https://github.com/awslabs/gluonts) +17 stars per week over 198 weeks +3,381 stars, 681 forks, 70 watches +[time-series](categories/time-series.md) category, created 2019-05-15, last commit 2023-03-02, main language Python +artificial-intelligence, aws, data-science, deep-learning, forecasting, machine-learning, mxnet, neural-networks, pytorch, sagemaker, time-series, time-series-forecasting, time-series-prediction, timeseries -### [automl](https://github.com/google/automl) by [google](https://github.com/google) -automl: Google Brain AutoML -[https://github.com/google/automl](https://github.com/google/automl) -36 stars per week over 155 weeks -5,587 stars, 1,417 forks, 157 watches -[ml](categories/ml.md) category, created 2020-03-12, last commit 2023-02-15, main language Jupyter Notebook -automl, efficientdet, efficientnet, efficientnetv2, object-detection +### [mmediting](https://github.com/open-mmlab/mmediting) by [open-mmlab](https://github.com/open-mmlab) +mmediting: OpenMMLab Image and Video Restoration, Editing and Generation Toolbox +[https://mmediting.readthedocs.io/en/latest/](https://mmediting.readthedocs.io/en/latest/) +[https://github.com/open-mmlab/mmediting](https://github.com/open-mmlab/mmediting) +22 stars per week over 184 weeks +4,101 stars, 732 forks, 87 watches +[ml](categories/ml.md) category, created 2019-08-23, last commit 2023-02-24, main language Python +computer-vision, deep-learning, generative-adversarial-network, image-editing, image-generation, image-processing, image-synthesis, inpainting, matting, pytorch, super-resolution, video-frame-interpolation, video-interpolation, video-super-resolution -### [flower](https://github.com/mher/flower) by [mher](https://github.com/mher) -flower: Real-time monitor and web admin for Celery distributed task queue -[https://flower.readthedocs.io](https://flower.readthedocs.io) -[https://github.com/mher/flower](https://github.com/mher/flower) -10 stars per week over 555 weeks -5,581 stars, 1,000 forks, 143 watches -[perf](categories/perf.md) category, created 2012-07-08, last commit 2022-11-14, main language Python -administration, asynchronous, celery, monitoring, python, rabbitmq, redis, task-queue, workers +### [latexify_py](https://github.com/google/latexify_py) by [google](https://github.com/google) +latexify_py: A library to generate LaTeX expression from Python code. +[https://github.com/google/latexify_py](https://github.com/google/latexify_py) +44 stars per week over 136 weeks +6,038 stars, 328 forks, 52 watches +[util](categories/util.md) category, created 2020-07-25, last commit 2023-01-14, main language Python -### [pynecone](https://github.com/pynecone-io/pynecone) by [pynecone-io](https://github.com/pynecone-io) -pynecone: 🕸 Web apps in pure Python 🐍 -[https://pynecone.io](https://pynecone.io) -[https://github.com/pynecone-io/pynecone](https://github.com/pynecone-io/pynecone) -301 stars per week over 18 weeks -5,552 stars, 188 forks, 58 watches -[web](categories/web.md) category, created 2022-10-25, last commit 2023-03-01, main language Python -framework, fullstack, infrastructure, open-source, python, python-library, python3, web, webdev +### [statsforecast](https://github.com/nixtla/statsforecast) by [nixtla](https://github.com/nixtla) +statsforecast: Lightning ⚡️ fast forecasting with statistical and econometric models. +[https://nixtla.github.io/statsforecast/](https://nixtla.github.io/statsforecast/) +[https://github.com/nixtla/statsforecast](https://github.com/nixtla/statsforecast) +34 stars per week over 66 weeks +2,300 stars, 147 forks, 18 watches +[time-series](categories/time-series.md) category, created 2021-11-24, last commit 2023-03-04, main language Python +arima, automl, baselines, data-science, econometrics, ets, exponential-smoothing, fbprophet, forecasting, machine-learning, mstl, naive, neuralprophet, predictions, prophet, python, seasonal-naive, statistics, theta, time-series -### [wandb](https://github.com/wandb/client) -wandb: 🔥 A tool for visualizing and tracking your machine learning experiments. This repo contains the CLI and Python API. -[https://wandb.ai](https://wandb.ai) -[https://github.com/wandb/client](https://github.com/wandb/client) -17 stars per week over 310 weeks -5,545 stars, 442 forks, 43 watches -[ml](categories/ml.md) category, created 2017-03-24, last commit 2023-03-02, main language Python -collaboration, data-science, data-versioning, deep-learning, experiment-track, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, keras, machine-learning, ml-platform, mlops, model-versioning, pytorch, reinforcement-learning, reproducibility, tensorflow +### [pyro](https://github.com/pyro-ppl/pyro) by [pyro-ppl](https://github.com/pyro-ppl) +pyro: Deep universal probabilistic programming with Python and PyTorch +[http://pyro.ai](http://pyro.ai) +[https://github.com/pyro-ppl/pyro](https://github.com/pyro-ppl/pyro) +26 stars per week over 298 weeks +7,813 stars, 965 forks, 201 watches +[ml-dl](categories/ml-dl.md) category, created 2017-06-16, last commit 2023-03-04, main language Python +bayesian, bayesian-inference, deep-learning, machine-learning, probabilistic-modeling, probabilistic-programming, python, pytorch, variational-inference -### [PaLM-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) by [lucidrains](https://github.com/lucidrains) -PaLM-rlhf-pytorch: Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM -[https://github.com/lucidrains/palm-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) -459 stars per week over 12 weeks -5,516 stars, 430 forks, 109 watches -[nlp](categories/nlp.md) category, created 2022-12-09, last commit 2023-03-01, main language Python -artificial-intelligence, attention-mechanisms, deep-learning, human-feedback, reinforcement-learning, transformers +### [txtai](https://github.com/neuml/txtai) by [neuml](https://github.com/neuml) +txtai: 💡 Build AI-powered semantic search applications +[https://neuml.github.io/txtai](https://neuml.github.io/txtai) +[https://github.com/neuml/txtai](https://github.com/neuml/txtai) +26 stars per week over 134 weeks +3,515 stars, 303 forks, 62 watches +[nlp](categories/nlp.md) category, created 2020-08-09, last commit 2023-03-03, main language Python +api, audio-search, cloud-native, contextual-search, deep-learning, document-search, image-search, machine-learning, machine-learning-pipelines, machine-learning-workflows, microservice, neural-search, nlp, python, search, semantic-search, similarity-search, txtai, vector-search, video-search -### [darts](https://github.com/unit8co/darts) by [unit8co](https://github.com/unit8co) -darts: A python library for user-friendly forecasting and anomaly detection on time series. -[https://unit8co.github.io/darts/](https://unit8co.github.io/darts/) -[https://github.com/unit8co/darts](https://github.com/unit8co/darts) -23 stars per week over 233 weeks -5,476 stars, 602 forks, 45 watches -[time-series](categories/time-series.md) category, created 2018-09-13, last commit 2023-02-28, main language Python -anomaly-detection, data-science, deep-learning, forecasting, machine-learning, python, time-series +### [PythonRobotics](https://github.com/atsushisakai/pythonrobotics) by [atsushisakai](https://github.com/atsushisakai) +PythonRobotics: Python sample codes for robotics algorithms. +[https://atsushisakai.github.io/PythonRobotics/](https://atsushisakai.github.io/PythonRobotics/) +[https://github.com/atsushisakai/pythonrobotics](https://github.com/atsushisakai/pythonrobotics) +48 stars per week over 362 weeks +17,654 stars, 5,545 forks, 505 watches +[sim](categories/sim.md) category, created 2016-03-21, last commit 2023-02-21, main language Python +algorithm, animation, autonomous-driving, autonomous-navigation, autonomous-vehicles, control, cvxpy, ekf, hacktoberfest, localization, mapping, path-planning, python, robot, robotics, slam -### [pyprobml](https://github.com/probml/pyprobml) by [probml](https://github.com/probml) -pyprobml: Python code for "Probabilistic Machine learning" book by Kevin Murphy -[https://github.com/probml/pyprobml](https://github.com/probml/pyprobml) -16 stars per week over 341 weeks -5,465 stars, 1,308 forks, 178 watches -[ml](categories/ml.md) category, created 2016-08-17, last commit 2023-01-20, main language Jupyter Notebook -blackjax, colab, flax, jax, jupyter-notebooks, machine-learning, numpyro, pml, probabilistic-programming, pymc3, pyro, pytorch, tensorflow +### [deep-rl-class](https://github.com/huggingface/deep-rl-class) by [huggingface](https://github.com/huggingface) +deep-rl-class: This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course. +[https://github.com/huggingface/deep-rl-class](https://github.com/huggingface/deep-rl-class) +59 stars per week over 45 weeks +2,694 stars, 355 forks, 85 watches +[study](categories/study.md) category, created 2022-04-21, last commit 2023-03-02, main language Jupyter Notebook +deep-learning, deep-reinforcement-learning, reinforcement-learning, reinforcement-learning-excercises -### [speechbrain](https://github.com/speechbrain/speechbrain) -speechbrain: A PyTorch-based Speech Toolkit -[http://speechbrain.github.io](http://speechbrain.github.io) -[https://github.com/speechbrain/speechbrain](https://github.com/speechbrain/speechbrain) -36 stars per week over 148 weeks -5,409 stars, 1,023 forks, 115 watches -[nlp](categories/nlp.md) category, created 2020-04-28, last commit 2023-03-02, main language Python -asr, audio, audio-processing, deep-learning, huggingface, language-model, pytorch, speaker-diarization, speaker-recognition, speaker-verification, speech-enhancement, speech-processing, speech-recognition, speech-separation, speech-to-text, speech-toolkit, speechrecognition, spoken-language-understanding, transformers, voice-recognition +### [sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) by [aws](https://github.com/aws) +sagemaker-python-sdk: A library for training and deploying machine learning models on Amazon SageMaker +[https://sagemaker.readthedocs.io/](https://sagemaker.readthedocs.io/) +[https://github.com/aws/sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) +6.45 stars per week over 276 weeks +1,785 stars, 937 forks, 135 watches +[ml](categories/ml.md) category, created 2017-11-14, last commit 2023-03-03, main language Python +aws, huggingface, machine-learning, mxnet, python, pytorch, sagemaker, tensorflow -### [Tkinter-Designer](https://github.com/parthjadhav/tkinter-designer) by [parthjadhav](https://github.com/parthjadhav) -Tkinter-Designer: An easy and fast way to create a Python GUI 🐍 -[https://github.com/parthjadhav/tkinter-designer](https://github.com/parthjadhav/tkinter-designer) -57 stars per week over 93 weeks -5,396 stars, 517 forks, 57 watches -[util](categories/util.md) category, created 2021-05-18, last commit 2023-02-26, main language Python -automatic, collaborate, drag-and-drop, easy, easy-to-use, fast, figma, gui, gui-application, hacktoberfest, learn, python, python-script, python3, tkinter, tkinter-designer, tkinter-graphic-interface, tkinter-gui, tkinter-python, tkinter-widgets +### [autokeras](https://github.com/keras-team/autokeras) by [keras-team](https://github.com/keras-team) +autokeras: AutoML library for deep learning +[http://autokeras.com/](http://autokeras.com/) +[https://github.com/keras-team/autokeras](https://github.com/keras-team/autokeras) +31 stars per week over 276 weeks +8,758 stars, 1,394 forks, 306 watches +[ml-dl](categories/ml-dl.md) category, created 2017-11-19, last commit 2023-02-22, main language Python +autodl, automated-machine-learning, automl, deep-learning, keras, machine-learning, neural-architecture-search, python, tensorflow + + +### [DeepFaceLab](https://github.com/iperov/deepfacelab) by [iperov](https://github.com/iperov) +DeepFaceLab is the leading software for creating deepfakes. +[https://github.com/iperov/deepfacelab](https://github.com/iperov/deepfacelab) +152 stars per week over 247 weeks +37,675 stars, 8,436 forks, 1,056 watches +[ml-dl](categories/ml-dl.md) category, created 2018-06-04, last commit 2022-12-31, main language Python +arxiv, creating-deepfakes, deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfacelab, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, neural-nets, neural-networks + + +### [trio](https://github.com/python-trio/trio) by [python-trio](https://github.com/python-trio) +Trio – a friendly Python library for async concurrency and I/O +[https://trio.readthedocs.io](https://trio.readthedocs.io) +[https://github.com/python-trio/trio](https://github.com/python-trio/trio) +16 stars per week over 319 weeks +5,199 stars, 294 forks, 88 watches +[perf](categories/perf.md) category, created 2017-01-16, last commit 2023-03-03, main language Python +async, async-await, io, networking, python, structured-concurrency, trio ### [cleanlab](https://github.com/cleanlab/cleanlab) @@ -2515,27 +2350,106 @@ cleanlab: The standard data-centric AI package for data quality and machine lear [https://cleanlab.ai](https://cleanlab.ai) [https://github.com/cleanlab/cleanlab](https://github.com/cleanlab/cleanlab) 21 stars per week over 251 weeks -5,396 stars, 455 forks, 70 watches +5,424 stars, 455 forks, 70 watches [ml](categories/ml.md) category, created 2018-05-11, last commit 2023-03-01, main language Python active-learning, annotations, classification, crowdsourcing, data-centric-ai, data-cleaning, data-labeling, data-quality, data-science, data-validation, entity-recognition, exploratory-data-analysis, image-tagging, label-errors, machine-learning, noisy-labels, out-of-distribution-detection, outlier-detection, robust-machine-learning, weak-supervision -### [autogluon](https://github.com/awslabs/autogluon) by [awslabs](https://github.com/awslabs) -AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data -[https://auto.gluon.ai/](https://auto.gluon.ai/) -[https://github.com/awslabs/autogluon](https://github.com/awslabs/autogluon) -28 stars per week over 187 weeks -5,392 stars, 703 forks, 91 watches -[ml](categories/ml.md) category, created 2019-07-29, last commit 2023-03-02, main language Python -autogluon, automated-machine-learning, automl, computer-vision, data-science, deep-learning, ensemble-learning, forecasting, gluon, hyperparameter-optimization, image-classification, machine-learning, natural-language-processing, object-detection, pytorch, scikit-learn, structured-data, tabular-data, time-series, transfer-learning +### [pip-tools](https://github.com/jazzband/pip-tools) by [jazzband](https://github.com/jazzband) +pip-tools: A set of tools to keep your pinned Python dependencies fresh. +[https://pip-tools.rtfd.io](https://pip-tools.rtfd.io) +[https://github.com/jazzband/pip-tools](https://github.com/jazzband/pip-tools) +12 stars per week over 546 weeks +6,660 stars, 567 forks, 105 watches +[util](categories/util.md) category, created 2012-09-10, last commit 2023-03-02, main language Python +hashes, lockfile, packaging, pip, pip-compile, pip-tools, python, requirements, setuptools -### [mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) by [kingoflolz](https://github.com/kingoflolz) -mesh-transformer-jax: Model parallel transformers in JAX and Haiku -[https://github.com/kingoflolz/mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) -52 stars per week over 102 weeks -5,388 stars, 772 forks, 92 watches -[nlp](categories/nlp.md) category, created 2021-03-13, last commit 2023-01-12, main language Python +### [scikit-image](https://github.com/scikit-image/scikit-image) +scikit-image: Image processing in Python +[https://scikit-image.org](https://scikit-image.org) +[https://github.com/scikit-image/scikit-image](https://github.com/scikit-image/scikit-image) +8.67 stars per week over 608 weeks +5,277 stars, 2,106 forks, 185 watches +[util](categories/util.md) category, created 2011-07-07, last commit 2023-03-02, main language Python +closember, computer-vision, hacktoberfest, image-processing, python + + +### [pyston](https://github.com/pyston/pyston) +pyston: A faster and highly-compatible implementation of the Python programming language. +[https://www.pyston.org/](https://www.pyston.org/) +[https://github.com/pyston/pyston](https://github.com/pyston/pyston) +22 stars per week over 104 weeks +2,348 stars, 85 forks, 34 watches +[util](categories/util.md) category, created 2021-03-01, last commit 2023-02-28, main language Python + + +### [argilla](https://github.com/recognai/rubrix) by [recognai](https://github.com/recognai) +argilla: ✨ Open-source tool for data-centric NLP. Argilla helps domain experts and data teams to build better NLP datasets in less time. +[https://docs.argilla.io](https://docs.argilla.io) +[https://github.com/recognai/rubrix](https://github.com/recognai/rubrix) +17 stars per week over 96 weeks +1,668 stars, 155 forks, 19 watches +[nlp](categories/nlp.md) category, created 2021-04-28, last commit 2023-03-03, main language Python +active-learning, annotation-tool, artificial-intelligence, data-science, dataops, developer-tools, hacktoberfest, human-in-the-loop, knowledge-graph, machine-learning, mlops, natural-language-processing, nlp, python, spacy, text-annotation, text-classification, text-labeling, weak-supervision, weakly-supervised-learning + + +### [notebooks](https://github.com/roboflow/notebooks) by [roboflow](https://github.com/roboflow) +notebooks: Set of Jupyter Notebooks linked to Roboflow blog posts and used in our YouTube videos. +[https://roboflow.com/models](https://roboflow.com/models) +[https://github.com/roboflow/notebooks](https://github.com/roboflow/notebooks) +55 stars per week over 15 weeks +841 stars, 130 forks, 23 watches +[study](categories/study.md) category, created 2022-11-18, last commit 2023-03-03, main language Jupyter Notebook +amazon-sagemaker-lab, computer-vision, deep-learning, deep-neural-networks, google-colab, image-classification, image-segmentation, kaggle, machine-learning, object-detection, pytorch, tutorial, yolov5, yolov6, yolov7, yolov8 + + +### [deeplearning-models](https://github.com/rasbt/deeplearning-models) by [rasbt](https://github.com/rasbt) +deeplearning-models: A collection of various deep learning architectures, models, and tips +[https://github.com/rasbt/deeplearning-models](https://github.com/rasbt/deeplearning-models) +79 stars per week over 195 weeks +15,637 stars, 3,853 forks, 594 watches +[ml-dl](categories/ml-dl.md) category, created 2019-06-05, last commit 2023-02-16, main language Jupyter Notebook + + +### [aim](https://github.com/aimhubio/aim) by [aimhubio](https://github.com/aimhubio) +Aim 💫 — easy-to-use and performant open-source ML experiment tracker. +[https://aimstack.io](https://aimstack.io) +[https://github.com/aimhubio/aim](https://github.com/aimhubio/aim) +16 stars per week over 196 weeks +3,207 stars, 201 forks, 37 watches +[ml-ops](categories/ml-ops.md) category, created 2019-05-31, last commit 2023-03-02, main language TypeScript +ai, data-science, data-visualization, experiment-tracking, machine-learning, metadata, metadata-tracking, ml, mlflow, mlops, python, pytorch, tensorboard, tensorflow, visualization + + +### [graphene](https://github.com/graphql-python/graphene) by [graphql-python](https://github.com/graphql-python) +graphene: GraphQL framework for Python +[http://graphene-python.org/](http://graphene-python.org/) +[https://github.com/graphql-python/graphene](https://github.com/graphql-python/graphene) +19 stars per week over 388 weeks +7,591 stars, 812 forks, 144 watches +[web](categories/web.md) category, created 2015-09-24, last commit 2023-03-03, main language Python +framework, graphene, graphql, python, relay + + +### [clearml](https://github.com/allegroai/clearml) by [allegroai](https://github.com/allegroai) +ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management +[https://clear.ml/docs](https://clear.ml/docs) +[https://github.com/allegroai/clearml](https://github.com/allegroai/clearml) +21 stars per week over 194 weeks +4,149 stars, 563 forks, 85 watches +[ml-ops](categories/ml-ops.md) category, created 2019-06-10, last commit 2023-03-02, main language Python +ai, clearml, control, deep-learning, deeplearning, devops, experiment, experiment-manager, k8s, machine-learning, machinelearning, mlops, trains, trainsai, version, version-control + + +### [pyre-check](https://github.com/facebook/pyre-check) by [facebook](https://github.com/facebook) +pyre-check: Performant type-checking for python. +[https://pyre-check.org/](https://pyre-check.org/) +[https://github.com/facebook/pyre-check](https://github.com/facebook/pyre-check) +22 stars per week over 277 weeks +6,261 stars, 417 forks, 112 watches +[typing](categories/typing.md) category, created 2017-11-10, last commit 2023-03-03, main language OCaml +abstract-interpretation, code-quality, control-flow-analysis, ocaml, program-analysis, python, security, static-analysis, taint-analysis, type-check, typechecker ### [cryptography](https://github.com/pyca/cryptography) by [pyca](https://github.com/pyca) @@ -2543,281 +2457,474 @@ cryptography is a package designed to expose cryptographic primitives and recipe [https://cryptography.io](https://cryptography.io) [https://github.com/pyca/cryptography](https://github.com/pyca/cryptography) 10 stars per week over 499 weeks -5,388 stars, 1,141 forks, 121 watches -[util](categories/util.md) category, created 2013-08-07, last commit 2023-03-02, main language Python +5,391 stars, 1,141 forks, 121 watches +[util](categories/util.md) category, created 2013-08-07, last commit 2023-03-04, main language Python cryptography, python -### [keras-rl](https://github.com/keras-rl/keras-rl) -keras-rl: Deep Reinforcement Learning for Keras. -[http://keras-rl.readthedocs.io/](http://keras-rl.readthedocs.io/) -[https://github.com/keras-rl/keras-rl](https://github.com/keras-rl/keras-rl) -15 stars per week over 347 weeks -5,380 stars, 1,360 forks, 211 watches -[ml](categories/ml.md) category, created 2016-07-02, last commit 2019-11-11, main language Python -keras, machine-learning, neural-networks, reinforcement-learning, tensorflow, theano +### [torchrec](https://github.com/pytorch/torchrec) by [pytorch](https://github.com/pytorch) +torchrec: Pytorch domain library for recommendation systems +[https://github.com/pytorch/torchrec](https://github.com/pytorch/torchrec) +15 stars per week over 85 weeks +1,325 stars, 229 forks, 26 watches +[ml-dl](categories/ml-dl.md) category, created 2021-07-12, last commit 2023-03-02, main language Python +cuda, deep-learning, gpu, pytorch, recommendation-system, recommender-system, sharding -### [flashtext](https://github.com/vi3k6i5/flashtext) by [vi3k6i5](https://github.com/vi3k6i5) -flashtext: Extract Keywords from sentence or Replace keywords in sentences. -[https://github.com/vi3k6i5/flashtext](https://github.com/vi3k6i5/flashtext) -18 stars per week over 289 weeks -5,362 stars, 599 forks, 139 watches -[data](categories/data.md) category, created 2017-08-15, last commit 2020-05-03, main language Python -data-extraction, keyword-extraction, nlp, search-in-text, word2vec +### [alpa](https://github.com/alpa-projects/alpa) by [alpa-projects](https://github.com/alpa-projects) +alpa: Training and serving large-scale neural networks +[https://alpa.ai](https://alpa.ai) +[https://github.com/alpa-projects/alpa](https://github.com/alpa-projects/alpa) +18 stars per week over 105 weeks +1,958 stars, 241 forks, 33 watches +[ml-dl](categories/ml-dl.md) category, created 2021-02-22, last commit 2023-02-28, main language Python +alpa, auto-parallelization, compiler, deep-learning, distributed-computing, distributed-training, high-performance-computing, jax, llm, machine-learning -### [pendulum](https://github.com/sdispater/pendulum) by [sdispater](https://github.com/sdispater) -pendulum: Python datetimes made easy -[https://pendulum.eustace.io](https://pendulum.eustace.io) -[https://github.com/sdispater/pendulum](https://github.com/sdispater/pendulum) -15 stars per week over 348 weeks -5,357 stars, 322 forks, 63 watches -[util](categories/util.md) category, created 2016-06-27, last commit 2023-02-25, main language Python -date, datetime, python, python3, time, timezones +### [ignite](https://github.com/pytorch/ignite) by [pytorch](https://github.com/pytorch) +ignite: High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently. +[https://pytorch-ignite.ai](https://pytorch-ignite.ai) +[https://github.com/pytorch/ignite](https://github.com/pytorch/ignite) +15 stars per week over 275 weeks +4,212 stars, 584 forks, 59 watches +[ml-dl](categories/ml-dl.md) category, created 2017-11-23, last commit 2023-02-27, main language Python +closember, deep-learning, hacktoberfest, machine-learning, metrics, neural-network, python, pytorch -### [mmsegmentation](https://github.com/open-mmlab/mmsegmentation) by [open-mmlab](https://github.com/open-mmlab) -mmsegmentation: OpenMMLab Semantic Segmentation Toolbox and Benchmark. -[https://mmsegmentation.readthedocs.io/en/latest/](https://mmsegmentation.readthedocs.io/en/latest/) -[https://github.com/open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation) -37 stars per week over 141 weeks -5,296 stars, 1,954 forks, 52 watches -[ml](categories/ml.md) category, created 2020-06-14, last commit 2023-02-28, main language Python -deeplabv3, image-segmentation, medical-image-segmentation, pspnet, pytorch, realtime-segmentation, retinal-vessel-segmentation, semantic-segmentation, swin-transformer, transformer, vessel-segmentation +### [evidently](https://github.com/evidentlyai/evidently) by [evidentlyai](https://github.com/evidentlyai) +evidently: Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b +[https://github.com/evidentlyai/evidently](https://github.com/evidentlyai/evidently) +26 stars per week over 118 weeks +3,193 stars, 346 forks, 36 watches +[ml-ops](categories/ml-ops.md) category, created 2020-11-25, last commit 2023-03-03, main language Python +data-drift, data-science, hacktoberfest, html-report, jupyter-notebook, machine-learning, machine-learning-operations, mlops, model-monitoring, pandas-dataframe, production-machine-learning -### [knowledge-repo](https://github.com/airbnb/knowledge-repo) by [airbnb](https://github.com/airbnb) -knowledge-repo: A next-generation curated knowledge sharing platform for data scientists and other technical professions. -[https://github.com/airbnb/knowledge-repo](https://github.com/airbnb/knowledge-repo) -15 stars per week over 341 weeks -5,282 stars, 708 forks, 175 watches -[data](categories/data.md) category, created 2016-08-17, last commit 2023-03-01, main language Python -data, data-analysis, data-science, knowledge +### [evaluate](https://github.com/huggingface/evaluate) by [huggingface](https://github.com/huggingface) +🤗 Evaluate: A library for easily evaluating machine learning models and datasets. +[https://huggingface.co/docs/evaluate](https://huggingface.co/docs/evaluate) +[https://github.com/huggingface/evaluate](https://github.com/huggingface/evaluate) +24 stars per week over 48 weeks +1,169 stars, 117 forks, 43 watches +[ml](categories/ml.md) category, created 2022-03-30, last commit 2023-03-01, main language Python +evaluation, machine-learning -### [scikit-image](https://github.com/scikit-image/scikit-image) -scikit-image: Image processing in Python -[https://scikit-image.org](https://scikit-image.org) -[https://github.com/scikit-image/scikit-image](https://github.com/scikit-image/scikit-image) -8.68 stars per week over 608 weeks -5,276 stars, 2,106 forks, 185 watches -[util](categories/util.md) category, created 2011-07-07, last commit 2023-03-02, main language Python -closember, computer-vision, hacktoberfest, image-processing, python +### [voila](https://github.com/voila-dashboards/voila) by [voila-dashboards](https://github.com/voila-dashboards) +voila: Voilà turns Jupyter notebooks into standalone web applications +[https://voila.readthedocs.io](https://voila.readthedocs.io) +[https://github.com/voila-dashboards/voila](https://github.com/voila-dashboards/voila) +19 stars per week over 236 weeks +4,586 stars, 459 forks, 78 watches +[jupyter](categories/jupyter.md) category, created 2018-08-21, last commit 2023-03-03, main language Python +dashboarding, jupyter, jupyter-notebook, jupyterlab-extension -### [deeplake](https://github.com/activeloopai/hub) by [activeloopai](https://github.com/activeloopai) -deeplake: Data Lake for Deep Learning. Build, manage, query, version, & visualize datasets. Stream data real-time to PyTorch/TensorFlow. https://activeloop.ai -[https://activeloop.ai](https://activeloop.ai) -[https://github.com/activeloopai/hub](https://github.com/activeloopai/hub) -28 stars per week over 186 weeks -5,266 stars, 420 forks, 64 watches -[ml-ops](categories/ml-ops.md) category, created 2019-08-09, last commit 2023-03-02, main language Python -ai, computer-vision, cv, data-centric, data-processing, data-science, data-version-control, datalake, datasets, deep-learning, image-processing, jupyter-notebook, lakehouse, machine-learning, ml, mlops, python, pytorch, tensorflow +### [pipelines](https://github.com/kubeflow/pipelines) by [kubeflow](https://github.com/kubeflow) +pipelines: Machine Learning Pipelines for Kubeflow +[https://www.kubeflow.org/docs/components/pipelines/](https://www.kubeflow.org/docs/components/pipelines/) +[https://github.com/kubeflow/pipelines](https://github.com/kubeflow/pipelines) +12 stars per week over 251 weeks +3,120 stars, 1,394 forks, 102 watches +[ml-ops](categories/ml-ops.md) category, created 2018-05-12, last commit 2023-03-04, main language Python +data-science, kubeflow, kubeflow-pipelines, kubernetes, machine-learning, mlops, pipeline + + +### [flyte](https://github.com/flyteorg/flyte) by [flyteorg](https://github.com/flyteorg) +flyte: Kubernetes-native workflow automation platform for complex, mission-critical data and ML processes at scale. It has been battle-tested at Lyft, Spotify, Freenome, and others and is truly open-source. +[https://flyte.org](https://flyte.org) +[https://github.com/flyteorg/flyte](https://github.com/flyteorg/flyte) +17 stars per week over 175 weeks +3,138 stars, 329 forks, 266 watches +[ml-ops](categories/ml-ops.md) category, created 2019-10-21, last commit 2023-03-04, main language Python +battle-tested, data, data-analysis, data-science, dataops, declarative, flyte, golang, grpc, hacktoberfest, kubernetes, kubernetes-operator, machine-learning, mlops, orchestration-engine, production, production-grade, python, scale, workflow + + +### [Mask_RCNN](https://github.com/matterport/mask_rcnn) by [matterport](https://github.com/matterport) +Mask_RCNN: Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow +[https://github.com/matterport/mask_rcnn](https://github.com/matterport/mask_rcnn) +81 stars per week over 280 weeks +22,741 stars, 11,272 forks, 596 watches +[ml-dl](categories/ml-dl.md) category, created 2017-10-19, last commit 2019-03-31, main language Python +instance-segmentation, keras, mask-rcnn, object-detection, tensorflow + + +### [deepchecks](https://github.com/deepchecks/deepchecks) +Deepchecks - Tests for Continuous Validation of ML Models & Data. Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort. +[https://docs.deepchecks.com/stable](https://docs.deepchecks.com/stable) +[https://github.com/deepchecks/deepchecks](https://github.com/deepchecks/deepchecks) +33 stars per week over 72 weeks +2,460 stars, 179 forks, 11 watches +[data](categories/data.md) category, created 2021-10-11, last commit 2023-03-03, main language Python +data-drift, data-science, data-validation, deep-learning, html-report, jupyter-notebook, machine-learning, ml, mlops, model-monitoring, model-validation, pandas-dataframe, python, pytorch + + +### [allennlp](https://github.com/allenai/allennlp) by [allenai](https://github.com/allenai) +allennlp: An open-source NLP research library, built on PyTorch. +[http://www.allennlp.org](http://www.allennlp.org) +[https://github.com/allenai/allennlp](https://github.com/allenai/allennlp) +37 stars per week over 302 weeks +11,413 stars, 2,242 forks, 281 watches +[nlp](categories/nlp.md) category, created 2017-05-15, last commit 2022-11-22, main language Python +data-science, deep-learning, natural-language-processing, nlp, python, pytorch + + +### [paramiko](https://github.com/paramiko/paramiko) +paramiko: The leading native Python SSHv2 protocol library. +[http://paramiko.org](http://paramiko.org) +[https://github.com/paramiko/paramiko](https://github.com/paramiko/paramiko) +11 stars per week over 734 weeks +8,190 stars, 1,915 forks, 319 watches +[util](categories/util.md) category, created 2009-02-02, last commit 2023-03-03, main language Python + + +### [PyOxidizer](https://github.com/indygreg/pyoxidizer) by [indygreg](https://github.com/indygreg) +PyOxidizer: A modern Python application packaging and distribution tool +[https://github.com/indygreg/pyoxidizer](https://github.com/indygreg/pyoxidizer) +20 stars per week over 219 weeks +4,548 stars, 197 forks, 60 watches +[util](categories/util.md) category, created 2018-12-18, last commit 2023-01-21, main language Rust + + +### [minGPT](https://github.com/karpathy/mingpt) by [karpathy](https://github.com/karpathy) +minGPT: A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training +[https://github.com/karpathy/mingpt](https://github.com/karpathy/mingpt) +100 stars per week over 132 weeks +13,298 stars, 1,514 forks, 229 watches +[nlp](categories/nlp.md) category, created 2020-08-17, last commit 2023-01-08, main language Python + + +### [isort](https://github.com/pycqa/isort) by [pycqa](https://github.com/pycqa) +isort: A Python utility / library to sort imports. +[https://pycqa.github.io/isort/](https://pycqa.github.io/isort/) +[https://github.com/pycqa/isort](https://github.com/pycqa/isort) +11 stars per week over 495 weeks +5,647 stars, 519 forks, 46 watches +[util](categories/util.md) category, created 2013-09-02, last commit 2023-03-02, main language Python +auto-formatter, cleaner, cli, formatter, hacktoberfest, isort, linter, python, python-utility, python3, sorting-imports + + +### [Kats](https://github.com/facebookresearch/kats) by [facebookresearch](https://github.com/facebookresearch) +Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends. +[https://github.com/facebookresearch/kats](https://github.com/facebookresearch/kats) +40 stars per week over 105 weeks +4,241 stars, 452 forks, 73 watches +[time-series](categories/time-series.md) category, created 2021-02-25, last commit 2023-03-02, main language Python + + +### [Tkinter-Designer](https://github.com/parthjadhav/tkinter-designer) by [parthjadhav](https://github.com/parthjadhav) +Tkinter-Designer: An easy and fast way to create a Python GUI 🐍 +[https://github.com/parthjadhav/tkinter-designer](https://github.com/parthjadhav/tkinter-designer) +57 stars per week over 93 weeks +5,406 stars, 517 forks, 57 watches +[util](categories/util.md) category, created 2021-05-18, last commit 2023-02-26, main language Python +automatic, collaborate, drag-and-drop, easy, easy-to-use, fast, figma, gui, gui-application, hacktoberfest, learn, python, python-script, python3, tkinter, tkinter-designer, tkinter-graphic-interface, tkinter-gui, tkinter-python, tkinter-widgets + + +### [Detectron](https://github.com/facebookresearch/detectron) by [facebookresearch](https://github.com/facebookresearch) +Detectron: FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet. +[https://github.com/facebookresearch/detectron](https://github.com/facebookresearch/detectron) +90 stars per week over 282 weeks +25,558 stars, 5,492 forks, 960 watches +[ml-dl](categories/ml-dl.md) category, created 2017-10-05, last commit 2023-02-21, main language Python + + +### [coveragepy](https://github.com/nedbat/coveragepy) by [nedbat](https://github.com/nedbat) +coveragepy: The code coverage tool for Python +[https://coverage.readthedocs.io](https://coverage.readthedocs.io) +[https://github.com/nedbat/coveragepy](https://github.com/nedbat/coveragepy) +9.8 stars per week over 245 weeks +2,402 stars, 346 forks, 27 watches +[testing](categories/testing.md) category, created 2018-06-23, last commit 2023-02-26, main language Python + + +### [featuretools](https://github.com/featurelabs/featuretools) by [featurelabs](https://github.com/featurelabs) +featuretools: An open source python library for automated feature engineering +[https://www.featuretools.com](https://www.featuretools.com) +[https://github.com/featurelabs/featuretools](https://github.com/featurelabs/featuretools) +22 stars per week over 286 weeks +6,531 stars, 840 forks, 158 watches +[ml](categories/ml.md) category, created 2017-09-08, last commit 2023-03-03, main language Python +automated-feature-engineering, automated-machine-learning, automl, data-science, feature-engineering, machine-learning, python, scikit-learn + + +### [hatch](https://github.com/pypa/hatch) by [pypa](https://github.com/pypa) +hatch: Modern, extensible Python project management +[https://hatch.pypa.io/latest/](https://hatch.pypa.io/latest/) +[https://github.com/pypa/hatch](https://github.com/pypa/hatch) +12 stars per week over 300 weeks +3,689 stars, 182 forks, 47 watches +[util](categories/util.md) category, created 2017-05-31, last commit 2023-02-09, main language Python +build, cli, packaging, plugin, python, versioning, virtualenv + + +### [tianshou](https://github.com/thu-ml/tianshou) by [thu-ml](https://github.com/thu-ml) +tianshou: An elegant PyTorch deep reinforcement learning library. +[https://tianshou.readthedocs.io](https://tianshou.readthedocs.io) +[https://github.com/thu-ml/tianshou](https://github.com/thu-ml/tianshou) +22 stars per week over 254 weeks +5,847 stars, 917 forks, 82 watches +[ml](categories/ml.md) category, created 2018-04-16, last commit 2023-03-04, main language Python +a2c, atari, bcq, benchmark, cql, ddpg, double-dqn, dqn, drl, imitation-learning, library, mujoco, npg, policy-gradient, ppo, pytorch, rl, sac, td3, trpo + + +### [consensus-specs](https://github.com/ethereum/consensus-specs) by [ethereum](https://github.com/ethereum) +consensus-specs: Ethereum Proof-of-Stake Consensus Specifications +[https://github.com/ethereum/consensus-specs](https://github.com/ethereum/consensus-specs) +13 stars per week over 232 weeks +3,073 stars, 787 forks, 246 watches +[crypto](categories/crypto.md) category, created 2018-09-20, last commit 2023-03-02, main language Python + + +### [panel](https://github.com/holoviz/panel) by [holoviz](https://github.com/holoviz) +panel: A high-level app and dashboarding solution for Python +[https://panel.holoviz.org](https://panel.holoviz.org) +[https://github.com/holoviz/panel](https://github.com/holoviz/panel) +11 stars per week over 236 weeks +2,613 stars, 322 forks, 48 watches +[viz](categories/viz.md) category, created 2018-08-23, last commit 2023-03-04, main language Python +bokeh, control-panels, dashboards, dataapp, datascience, dataviz, gui, holoviews, holoviz, hvplot, jupyter, matplotlib, panel, plotly + + +### [FLAML](https://github.com/microsoft/flaml) by [microsoft](https://github.com/microsoft) +FLAML: A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP. +[https://microsoft.github.io/FLAML/](https://microsoft.github.io/FLAML/) +[https://github.com/microsoft/flaml](https://github.com/microsoft/flaml) +17 stars per week over 132 weeks +2,291 stars, 349 forks, 41 watches +[ml](categories/ml.md) category, created 2020-08-20, last commit 2023-03-01, main language Jupyter Notebook +automated-machine-learning, automl, classification, data-science, deep-learning, finetuning, hyperparam, hyperparameter-optimization, jupyter-notebook, machine-learning, natural-language-generation, natural-language-processing, python, random-forest, regression, scikit-learn, tabular-data, timeseries-forecasting, tuning + + +### [botorch](https://github.com/pytorch/botorch) by [pytorch](https://github.com/pytorch) +botorch: Bayesian optimization in PyTorch +[https://botorch.org/](https://botorch.org/) +[https://github.com/pytorch/botorch](https://github.com/pytorch/botorch) +10 stars per week over 239 weeks +2,544 stars, 306 forks, 50 watches +[ml-dl](categories/ml-dl.md) category, created 2018-07-30, last commit 2023-03-02, main language Jupyter Notebook ### [pypdf](https://github.com/py-pdf/pypdf2) by [py-pdf](https://github.com/py-pdf) pypdf: A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files [https://pypdf.readthedocs.io/en/latest/](https://pypdf.readthedocs.io/en/latest/) [https://github.com/py-pdf/pypdf2](https://github.com/py-pdf/pypdf2) -9.04 stars per week over 582 weeks -5,264 stars, 1,170 forks, 143 watches -[util](categories/util.md) category, created 2012-01-06, last commit 2023-03-02, main language Python +9.05 stars per week over 582 weeks +5,269 stars, 1,171 forks, 143 watches +[util](categories/util.md) category, created 2012-01-06, last commit 2023-03-04, main language Python help-wanted, pdf, pdf-documents, pdf-manipulation, pdf-parser, pdf-parsing, pypdf2, python -### [sphinx](https://github.com/sphinx-doc/sphinx) by [sphinx-doc](https://github.com/sphinx-doc) -sphinx: The Sphinx documentation generator -[https://www.sphinx-doc.org/](https://www.sphinx-doc.org/) -[https://github.com/sphinx-doc/sphinx](https://github.com/sphinx-doc/sphinx) -12 stars per week over 426 weeks -5,237 stars, 1,876 forks, 142 watches -[util](categories/util.md) category, created 2015-01-02, last commit 2023-02-18, main language Python -documentation, documentation-tool, markdown, python, restructuredtext, sphinx +### [click](https://github.com/pallets/click) by [pallets](https://github.com/pallets) +click: Python composable command line interface toolkit +[https://click.palletsprojects.com](https://click.palletsprojects.com) +[https://github.com/pallets/click](https://github.com/pallets/click) +29 stars per week over 462 weeks +13,554 stars, 1,315 forks, 180 watches +[term](categories/term.md) category, created 2014-04-24, last commit 2023-03-01, main language Python +cli, click, pallets, python -### [trio](https://github.com/python-trio/trio) by [python-trio](https://github.com/python-trio) -Trio – a friendly Python library for async concurrency and I/O -[https://trio.readthedocs.io](https://trio.readthedocs.io) -[https://github.com/python-trio/trio](https://github.com/python-trio/trio) -16 stars per week over 319 weeks -5,194 stars, 294 forks, 88 watches -[perf](categories/perf.md) category, created 2017-01-16, last commit 2023-03-01, main language Python -async, async-await, io, networking, python, structured-concurrency, trio +### [tox](https://github.com/tox-dev/tox) by [tox-dev](https://github.com/tox-dev) +tox: Command line driven CI frontend and development task automation tool. +[https://tox.wiki](https://tox.wiki) +[https://github.com/tox-dev/tox](https://github.com/tox-dev/tox) +9.48 stars per week over 337 weeks +3,197 stars, 461 forks, 41 watches +[testing](categories/testing.md) category, created 2016-09-17, last commit 2023-03-02, main language Python +actions, appveyor, automation, azure-pipelines, circleci, cli, continuous-integration, gitlab, hacktoberfest, pep-621, python, testing, travis, venv, virtualenv -### [kaggle-api](https://github.com/kaggle/kaggle-api) by [kaggle](https://github.com/kaggle) -kaggle-api: Official Kaggle API -[https://github.com/kaggle/kaggle-api](https://github.com/kaggle/kaggle-api) -19 stars per week over 266 weeks -5,188 stars, 984 forks, 192 watches -[data](categories/data.md) category, created 2018-01-25, last commit 2023-03-01, main language Python +### [einops](https://github.com/arogozhnikov/einops) by [arogozhnikov](https://github.com/arogozhnikov) +einops: Deep learning operations reinvented (for pytorch, tensorflow, jax and others) +[https://einops.rocks](https://einops.rocks) +[https://github.com/arogozhnikov/einops](https://github.com/arogozhnikov/einops) +27 stars per week over 232 weeks +6,449 stars, 290 forks, 63 watches +[ml-dl](categories/ml-dl.md) category, created 2018-09-22, last commit 2023-01-18, main language Python +chainer, cupy, deep-learning, gluon, jax, keras, numpy, pytorch, tensor, tensorflow -### [mmf](https://github.com/facebookresearch/mmf) by [facebookresearch](https://github.com/facebookresearch) -mmf: A modular framework for vision & language multimodal research from Facebook AI Research (FAIR) -[https://mmf.sh/](https://mmf.sh/) -[https://github.com/facebookresearch/mmf](https://github.com/facebookresearch/mmf) -21 stars per week over 244 weeks -5,155 stars, 910 forks, 117 watches -[ml-dl](categories/ml-dl.md) category, created 2018-06-27, last commit 2023-02-02, main language Python -captioning, deep-learning, dialog, hateful-memes, multi-tasking, multimodal, pretrained-models, pytorch, textvqa, vqa +### [discoart](https://github.com/jina-ai/discoart) by [jina-ai](https://github.com/jina-ai) +discoart: 🪩 Create Disco Diffusion artworks in one line +[https://github.com/jina-ai/discoart](https://github.com/jina-ai/discoart) +102 stars per week over 35 weeks +3,648 stars, 221 forks, 33 watches +[diffusion](categories/diffusion.md) category, created 2022-06-30, last commit 2022-08-17, main language Python +clip-guided-diffusion, creative-ai, creative-art, cross-modal, dalle, diffusion, disco-diffusion, discodiffusion, generative-art, imgen, latent-diffusion, midjourney, multimodal, prompts, stable-diffusion -### [pyinstrument](https://github.com/joerick/pyinstrument) by [joerick](https://github.com/joerick) -pyinstrument: 🚴 Call stack profiler for Python. Shows you why your code is slow! -[https://pyinstrument.readthedocs.io/](https://pyinstrument.readthedocs.io/) -[https://github.com/joerick/pyinstrument](https://github.com/joerick/pyinstrument) -10 stars per week over 468 weeks -5,141 stars, 220 forks, 55 watches -[profiling](categories/profiling.md) category, created 2014-03-13, last commit 2022-12-27, main language Python -async, django, performance, profile, profiler, python +### [statsmodels](https://github.com/statsmodels/statsmodels) +Statsmodels: statistical modeling and econometrics in Python +[http://www.statsmodels.org/devel/](http://www.statsmodels.org/devel/) +[https://github.com/statsmodels/statsmodels](https://github.com/statsmodels/statsmodels) +13 stars per week over 612 weeks +8,235 stars, 2,670 forks, 275 watches +[ml](categories/ml.md) category, created 2011-06-12, last commit 2023-02-26, main language Python +count-model, data-analysis, data-science, econometrics, forecasting, generalized-linear-models, hypothesis-testing, prediction, python, regression-models, robust-estimation, statistics, timeseries-analysis -### [handcalcs](https://github.com/connorferster/handcalcs) by [connorferster](https://github.com/connorferster) -handcalcs: Python library for converting Python calculations into rendered latex. -[https://github.com/connorferster/handcalcs](https://github.com/connorferster/handcalcs) -32 stars per week over 158 weeks -5,138 stars, 398 forks, 78 watches -[jupyter](categories/jupyter.md) category, created 2020-02-19, last commit 2022-12-27, main language CSS +### [xarray](https://github.com/pydata/xarray) by [pydata](https://github.com/pydata) +xarray: N-D labeled arrays and datasets in Python +[https://xarray.dev](https://xarray.dev) +[https://github.com/pydata/xarray](https://github.com/pydata/xarray) +5.87 stars per week over 491 weeks +2,886 stars, 883 forks, 106 watches +[util](categories/util.md) category, created 2013-09-30, last commit 2023-03-03, main language Python +dask, netcdf, numpy, pandas, python, xarray -### [papermill](https://github.com/nteract/papermill) by [nteract](https://github.com/nteract) -papermill: 📚 Parameterize, execute, and analyze notebooks -[http://papermill.readthedocs.io/en/latest/](http://papermill.readthedocs.io/en/latest/) -[https://github.com/nteract/papermill](https://github.com/nteract/papermill) -17 stars per week over 295 weeks -5,128 stars, 386 forks, 91 watches -[jupyter](categories/jupyter.md) category, created 2017-07-06, last commit 2022-10-18, main language Python -julia, jupyter, notebook, notebook-generator, notebooks, nteract, pipeline, publishing, python, r, scala +### [trax](https://github.com/google/trax) by [google](https://github.com/google) +Trax — Deep Learning with Clear Code and Speed +[https://github.com/google/trax](https://github.com/google/trax) +41 stars per week over 178 weeks +7,382 stars, 765 forks, 145 watches +[ml-dl](categories/ml-dl.md) category, created 2019-10-05, last commit 2023-02-15, main language Python +deep-learning, deep-reinforcement-learning, jax, machine-learning, numpy, reinforcement-learning, transformer -### [skorch](https://github.com/skorch-dev/skorch) by [skorch-dev](https://github.com/skorch-dev) -skorch: A scikit-learn compatible neural network library that wraps PyTorch -[https://github.com/skorch-dev/skorch](https://github.com/skorch-dev/skorch) -17 stars per week over 293 weeks -5,049 stars, 337 forks, 82 watches -[ml-dl](categories/ml-dl.md) category, created 2017-07-18, last commit 2023-02-13, main language Jupyter Notebook -hacktoberfest, machine-learning, pytorch, scikit-learn +### [pyod](https://github.com/yzhao062/pyod) by [yzhao062](https://github.com/yzhao062) +pyod: A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection) +[http://pyod.readthedocs.io](http://pyod.readthedocs.io) +[https://github.com/yzhao062/pyod](https://github.com/yzhao062/pyod) +24 stars per week over 282 weeks +6,790 stars, 1,240 forks, 152 watches +[data](categories/data.md) category, created 2017-10-03, last commit 2022-12-16, main language Python +anomaly, anomaly-detection, autoencoder, data-analysis, data-mining, data-science, deep-learning, fraud-detection, machine-learning, neural-networks, novelty-detection, out-of-distribution-detection, outlier-detection, outlier-ensembles, outliers, python, python2, python3, unsupervised-learning -### [bandit](https://github.com/pycqa/bandit) by [pycqa](https://github.com/pycqa) -Bandit is a tool designed to find common security issues in Python code. -[https://bandit.readthedocs.io](https://bandit.readthedocs.io) -[https://github.com/pycqa/bandit](https://github.com/pycqa/bandit) -19 stars per week over 253 weeks -4,999 stars, 510 forks, 65 watches -[security](categories/security.md) category, created 2018-04-26, last commit 2023-03-02, main language Python -bandit, linter, python, security, security-scanner, security-tools, static-code-analysis +### [vaex](https://github.com/vaexio/vaex) by [vaexio](https://github.com/vaexio) +vaex: Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 +[https://vaex.io](https://vaex.io) +[https://github.com/vaexio/vaex](https://github.com/vaexio/vaex) +17 stars per week over 440 weeks +7,812 stars, 586 forks, 141 watches +[perf](categories/perf.md) category, created 2014-09-27, last commit 2022-12-08, main language Python +bigdata, data-science, dataframe, hdf5, machine-learning, machinelearning, memory-mapped-file, pyarrow, python, tabular-data, visualization -### [maltrail](https://github.com/stamparm/maltrail) by [stamparm](https://github.com/stamparm) -maltrail: Malicious traffic detection system -[https://github.com/stamparm/maltrail](https://github.com/stamparm/maltrail) -11 stars per week over 430 weeks -4,991 stars, 936 forks, 216 watches -[security](categories/security.md) category, created 2014-12-04, last commit 2023-03-02, main language Python -attack-detection, intrusion-detection, malware, network-monitoring, python, security, sensor +### [web3.py](https://github.com/ethereum/web3.py) by [ethereum](https://github.com/ethereum) +web3.py: A python interface for interacting with the Ethereum blockchain and ecosystem. +[http://web3py.readthedocs.io](http://web3py.readthedocs.io) +[https://github.com/ethereum/web3.py](https://github.com/ethereum/web3.py) +11 stars per week over 359 weeks +4,065 stars, 1,357 forks, 117 watches +[crypto](categories/crypto.md) category, created 2016-04-14, last commit 2023-02-24, main language Python -### [autoscraper](https://github.com/alirezamika/autoscraper) by [alirezamika](https://github.com/alirezamika) -autoscraper: A Smart, Automatic, Fast and Lightweight Web Scraper for Python -[https://github.com/alirezamika/autoscraper](https://github.com/alirezamika/autoscraper) -38 stars per week over 130 weeks -4,972 stars, 525 forks, 125 watches -[data](categories/data.md) category, created 2020-08-31, last commit 2022-07-17, main language Python -ai, artificial-intelligence, automation, crawler, machine-learning, python, scrape, scraper, scraping, web-scraping, webautomation, webscraping +### [torchgeo](https://github.com/microsoft/torchgeo) by [microsoft](https://github.com/microsoft) +TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data +[https://torchgeo.rtfd.io](https://torchgeo.rtfd.io) +[https://github.com/microsoft/torchgeo](https://github.com/microsoft/torchgeo) +15 stars per week over 93 weeks +1,487 stars, 174 forks, 37 watches +[gis](categories/gis.md) category, created 2021-05-21, last commit 2023-03-03, main language Python +datasets, deep-learning, earth-observation, models, pytorch, remote-sensing, torchvision, transforms + + +### [PythonDataScienceHandbook](https://github.com/jakevdp/pythondatasciencehandbook) by [jakevdp](https://github.com/jakevdp) +PythonDataScienceHandbook: Python Data Science Handbook: full text in Jupyter Notebooks +[http://jakevdp.github.io/PythonDataScienceHandbook](http://jakevdp.github.io/PythonDataScienceHandbook) +[https://github.com/jakevdp/pythondatasciencehandbook](https://github.com/jakevdp/pythondatasciencehandbook) +109 stars per week over 342 weeks +37,652 stars, 16,606 forks, 1,775 watches +[study](categories/study.md) category, created 2016-08-10, last commit 2018-11-30, main language Jupyter Notebook +jupyter-notebook, matplotlib, numpy, pandas, python, scikit-learn -### [pipreqs](https://github.com/bndr/pipreqs) by [bndr](https://github.com/bndr) -pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward. -[https://github.com/bndr/pipreqs](https://github.com/bndr/pipreqs) -12 stars per week over 410 weeks -4,931 stars, 330 forks, 60 watches -[util](categories/util.md) category, created 2015-04-22, last commit 2023-01-14, main language Python +### [geemap](https://github.com/giswqs/geemap) by [giswqs](https://github.com/giswqs) +geemap: A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and ipywidgets. +[https://geemap.org](https://geemap.org) +[https://github.com/giswqs/geemap](https://github.com/giswqs/geemap) +16 stars per week over 156 weeks +2,570 stars, 929 forks, 101 watches +[gis](categories/gis.md) category, created 2020-03-08, last commit 2023-02-28, main language Python +colab, data-science, dataviz, earth-engine, earthengine, folium, geospatial, gis, google-earth-engine, image-processing, ipyleaflet, ipywidgets, jupyter, jupyter-notebook, landsat, mapping, python, remote-sensing, streamlit, streamlit-webapp -### [nebullvm](https://github.com/nebuly-ai/nebullvm) by [nebuly-ai](https://github.com/nebuly-ai) -nebullvm: Plug and play modules to optimize the performances of your AI systems 🚀 -[https://www.nebuly.com/](https://www.nebuly.com/) -[https://github.com/nebuly-ai/nebullvm](https://github.com/nebuly-ai/nebullvm) -89 stars per week over 54 weeks -4,883 stars, 314 forks, 61 watches -[ml-dl](categories/ml-dl.md) category, created 2022-02-12, last commit 2023-03-02, main language Python -compiler, computing, deep-learning, edge-computing, gpu, huggingface, inference, machine-learning, neural-network, onnx, openvino, optimization, pypi, pytorch, quantization, tensorflow, tensorrt, transformers, tvm +### [amundsen](https://github.com/amundsen-io/amundsen) by [amundsen-io](https://github.com/amundsen-io) +Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data. +[https://www.amundsen.io/amundsen/](https://www.amundsen.io/amundsen/) +[https://github.com/amundsen-io/amundsen](https://github.com/amundsen-io/amundsen) +19 stars per week over 198 weeks +3,796 stars, 906 forks, 246 watches +[data](categories/data.md) category, created 2019-05-14, last commit 2023-02-28, main language Python +amundsen, data-catalog, data-discovery, linuxfoundation, metadata -### [Augmentor](https://github.com/mdbloice/augmentor) by [mdbloice](https://github.com/mdbloice) -Augmentor: Image augmentation library in Python for machine learning. -[https://augmentor.readthedocs.io/en/stable](https://augmentor.readthedocs.io/en/stable) -[https://github.com/mdbloice/augmentor](https://github.com/mdbloice/augmentor) -13 stars per week over 365 weeks -4,868 stars, 858 forks, 123 watches -[ml](categories/ml.md) category, created 2016-03-01, last commit 2023-01-24, main language Python -augmentation, deep-learning, machine-learning, neural-networks +### [cramming](https://github.com/jonasgeiping/cramming) by [jonasgeiping](https://github.com/jonasgeiping) +Cramming the training of a (BERT-type) language model into limited compute. +[https://github.com/jonasgeiping/cramming](https://github.com/jonasgeiping/cramming) +101 stars per week over 9 weeks +953 stars, 61 forks, 20 watches +[nlp](categories/nlp.md) category, created 2022-12-29, last commit 2023-02-19, main language Python +english-language, language-model, machine-learning -### [textgenrnn](https://github.com/minimaxir/textgenrnn) by [minimaxir](https://github.com/minimaxir) -textgenrnn: Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code. -[https://github.com/minimaxir/textgenrnn](https://github.com/minimaxir/textgenrnn) -16 stars per week over 290 weeks -4,866 stars, 751 forks, 138 watches -[nlp](categories/nlp.md) category, created 2017-08-07, last commit 2020-07-14, main language Python -deep-learning, keras, python, tensorflow, text-generation +### [jupyter-book](https://github.com/executablebooks/jupyter-book) by [executablebooks](https://github.com/executablebooks) +jupyter-book: Create beautiful, publication-quality books and documents from computational content. +[http://jupyterbook.org](http://jupyterbook.org) +[https://github.com/executablebooks/jupyter-book](https://github.com/executablebooks/jupyter-book) +13 stars per week over 246 weeks +3,257 stars, 614 forks, 60 watches +[jupyter](categories/jupyter.md) category, created 2018-06-14, last commit 2023-03-01, main language Python +documentation-generator, jupyter, sphinx-doc -### [apscheduler](https://github.com/agronholm/apscheduler) by [agronholm](https://github.com/agronholm) -apscheduler: Task scheduling library for Python -[https://github.com/agronholm/apscheduler](https://github.com/agronholm/apscheduler) -13 stars per week over 361 weeks -4,864 stars, 618 forks, 122 watches -[util](categories/util.md) category, created 2016-03-27, last commit 2023-02-07, main language Python +### [Dreambooth-Stable-Diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) by [xavierxiao](https://github.com/xavierxiao) +Dreambooth-Stable-Diffusion: Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion +[https://github.com/xavierxiao/dreambooth-stable-diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) +220 stars per week over 25 weeks +5,662 stars, 622 forks, 83 watches +[diffusion](categories/diffusion.md) category, created 2022-09-06, last commit 2022-09-21, main language Jupyter Notebook +pytorch, pytorch-lightning, stable-diffusion, text-to-image -### [deep-learning-v2-pytorch](https://github.com/udacity/deep-learning-v2-pytorch) by [udacity](https://github.com/udacity) -deep-learning-v2-pytorch: Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101 -[https://github.com/udacity/deep-learning-v2-pytorch](https://github.com/udacity/deep-learning-v2-pytorch) -20 stars per week over 234 weeks -4,861 stars, 5,220 forks, 174 watches -[study](categories/study.md) category, created 2018-09-04, last commit 2022-12-24, main language Jupyter Notebook -convolutional-networks, deep-learning, neural-network, pytorch, recurrent-networks, sentiment-analysis, style-transfer +### [pytudes](https://github.com/norvig/pytudes) by [norvig](https://github.com/norvig) +pytudes: Python programs, usually short, of considerable difficulty, to perfect particular skills. +[https://github.com/norvig/pytudes](https://github.com/norvig/pytudes) +64 stars per week over 313 weeks +20,095 stars, 2,281 forks, 739 watches +[util](categories/util.md) category, created 2017-03-01, last commit 2023-02-08, main language Jupyter Notebook +demonstrate-skills, practice, programming, python, python-3 -### [pycodestyle](https://github.com/pycqa/pycodestyle) by [pycqa](https://github.com/pycqa) -pycodestyle: Simple Python style checker in one Python file -[https://pycodestyle.pycqa.org](https://pycodestyle.pycqa.org) -[https://github.com/pycqa/pycodestyle](https://github.com/pycqa/pycodestyle) -6.83 stars per week over 700 weeks -4,778 stars, 697 forks, 120 watches -[util](categories/util.md) category, created 2009-10-02, last commit 2022-12-13, main language Python -flake8-plugin, linter-flake8, linter-plugin, pep8, python, style-guide, styleguide +### [umap](https://github.com/lmcinnes/umap) by [lmcinnes](https://github.com/lmcinnes) +umap: Uniform Manifold Approximation and Projection +[https://github.com/lmcinnes/umap](https://github.com/lmcinnes/umap) +20 stars per week over 296 weeks +6,081 stars, 705 forks, 126 watches +[ml](categories/ml.md) category, created 2017-07-02, last commit 2023-02-23, main language Python +dimensionality-reduction, machine-learning, topological-data-analysis, umap, visualization -### [transitions](https://github.com/pytransitions/transitions) by [pytransitions](https://github.com/pytransitions) -transitions: A lightweight, object-oriented finite state machine implementation in Python with many extensions -[https://github.com/pytransitions/transitions](https://github.com/pytransitions/transitions) -10 stars per week over 437 weeks -4,776 stars, 511 forks, 91 watches -[util](categories/util.md) category, created 2014-10-12, last commit 2023-01-06, main language Python -hierarchical-state-machine, nested-states, python, state-diagram, state-machine +### [netron](https://github.com/lutzroeder/netron) by [lutzroeder](https://github.com/lutzroeder) +netron: Visualizer for neural network, deep learning, and machine learning models +[https://netron.app](https://netron.app) +[https://github.com/lutzroeder/netron](https://github.com/lutzroeder/netron) +33 stars per week over 636 weeks +21,483 stars, 2,405 forks, 275 watches +[ml](categories/ml.md) category, created 2010-12-26, last commit 2023-03-04, main language JavaScript +ai, caffe, caffe2, coreml, darknet, deep-learning, deeplearning, keras, machine-learning, machinelearning, ml, mxnet, neural-network, onnx, paddle, pytorch, tensorflow, tensorflow-lite, torch, visualizer -### [mmcv](https://github.com/open-mmlab/mmcv) by [open-mmlab](https://github.com/open-mmlab) -mmcv: OpenMMLab Computer Vision Foundation -[https://mmcv.readthedocs.io/en/latest/](https://mmcv.readthedocs.io/en/latest/) -[https://github.com/open-mmlab/mmcv](https://github.com/open-mmlab/mmcv) -19 stars per week over 236 weeks -4,725 stars, 1,404 forks, 84 watches -[ml](categories/ml.md) category, created 2018-08-22, last commit 2023-02-27, main language Python +### [balance](https://github.com/facebookresearch/balance) by [facebookresearch](https://github.com/facebookresearch) +balance: The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest. +[https://import-balance.org](https://import-balance.org) +[https://github.com/facebookresearch/balance](https://github.com/facebookresearch/balance) +37 stars per week over 15 weeks +590 stars, 28 forks, 5 watches +[ml](categories/ml.md) category, created 2022-11-15, last commit 2023-02-19, main language Python -### [AugLy](https://github.com/facebookresearch/augly) by [facebookresearch](https://github.com/facebookresearch) -AugLy: A data augmentations library for audio, image, text, and video. -[https://ai.facebook.com/blog/augly-a-new-data-augmentation-library-to-help-build-more-robust-ai-models/](https://ai.facebook.com/blog/augly-a-new-data-augmentation-library-to-help-build-more-robust-ai-models/) -[https://github.com/facebookresearch/augly](https://github.com/facebookresearch/augly) -51 stars per week over 90 weeks -4,671 stars, 275 forks, 62 watches -[data](categories/data.md) category, created 2021-06-09, last commit 2022-12-05, main language Python +### [ibis](https://github.com/ibis-project/ibis) by [ibis-project](https://github.com/ibis-project) +ibis: Expressive analytics in Python at any scale. +[https://ibis-project.org](https://ibis-project.org) +[https://github.com/ibis-project/ibis](https://github.com/ibis-project/ibis) +6.03 stars per week over 411 weeks +2,478 stars, 397 forks, 75 watches +[data](categories/data.md) category, created 2015-04-17, last commit 2023-03-04, main language Python +bigquery, clickhouse, dask, database, datafusion, duckdb, impala, mssql, mysql, pandas, polars, postgresql, pyarrow, pyspark, python, snowflake, sql, sqlite, trino ### [attrs](https://github.com/python-attrs/attrs) by [python-attrs](https://github.com/python-attrs) @@ -2830,987 +2937,1091 @@ attrs: Python Classes Without Boilerplate attributes, boilerplate, classes, oop, python -### [voila](https://github.com/voila-dashboards/voila) by [voila-dashboards](https://github.com/voila-dashboards) -voila: Voilà turns Jupyter notebooks into standalone web applications -[https://voila.readthedocs.io](https://voila.readthedocs.io) -[https://github.com/voila-dashboards/voila](https://github.com/voila-dashboards/voila) -19 stars per week over 236 weeks -4,586 stars, 459 forks, 78 watches -[jupyter](categories/jupyter.md) category, created 2018-08-21, last commit 2023-02-21, main language Python -dashboarding, jupyter, jupyter-notebook, jupyterlab-extension +### [folium](https://github.com/python-visualization/folium) by [python-visualization](https://github.com/python-visualization) +folium: Python Data. Leaflet.js Maps. +[https://python-visualization.github.io/folium/](https://python-visualization.github.io/folium/) +[https://github.com/python-visualization/folium](https://github.com/python-visualization/folium) +11 stars per week over 512 weeks +6,115 stars, 2,173 forks, 164 watches +[gis](categories/gis.md) category, created 2013-05-09, last commit 2023-02-17, main language Python +closember, data-science, data-visualization, javascript, maps, python -### [awslogs](https://github.com/jorgebastida/awslogs) by [jorgebastida](https://github.com/jorgebastida) -awslogs: AWS CloudWatch logs for Humans™ -[https://github.com/jorgebastida/awslogs](https://github.com/jorgebastida/awslogs) -10 stars per week over 423 weeks -4,565 stars, 328 forks, 59 watches -[util](categories/util.md) category, created 2015-01-21, last commit 2020-07-10, main language Python +### [viztracer](https://github.com/gaogaotiantian/viztracer) by [gaogaotiantian](https://github.com/gaogaotiantian) +VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution. +[https://viztracer.readthedocs.io/](https://viztracer.readthedocs.io/) +[https://github.com/gaogaotiantian/viztracer](https://github.com/gaogaotiantian/viztracer) +22 stars per week over 134 weeks +3,060 stars, 293 forks, 40 watches +[profiling](categories/profiling.md) category, created 2020-08-05, last commit 2023-02-17, main language Python +debugging, flamegraph, logging, profiling, python, python3, tracer, visualization -### [PyOxidizer](https://github.com/indygreg/pyoxidizer) by [indygreg](https://github.com/indygreg) -PyOxidizer: A modern Python application packaging and distribution tool -[https://github.com/indygreg/pyoxidizer](https://github.com/indygreg/pyoxidizer) -20 stars per week over 219 weeks -4,545 stars, 196 forks, 60 watches -[util](categories/util.md) category, created 2018-12-18, last commit 2023-01-21, main language Rust +### [algorithms](https://github.com/keon/algorithms) by [keon](https://github.com/keon) +algorithms: Minimal examples of data structures and algorithms in Python +[https://github.com/keon/algorithms](https://github.com/keon/algorithms) +67 stars per week over 328 weeks +22,225 stars, 4,444 forks, 641 watches +[util](categories/util.md) category, created 2016-11-17, last commit 2022-11-12, main language Python +algorithm, algorithms, competitive-programming, data-structure, graph, python, search, sort, tree -### [pylint](https://github.com/pycqa/pylint) by [pycqa](https://github.com/pycqa) -pylint: It's not just a linter that annoys you! -[http://pylint.pycqa.org](http://pylint.pycqa.org) -[https://github.com/pycqa/pylint](https://github.com/pycqa/pylint) -12 stars per week over 377 weeks -4,531 stars, 979 forks, 75 watches -[util](categories/util.md) category, created 2015-12-09, last commit 2023-03-02, main language Python -closember, code-quality, hacktoberfest, linter, pep8, static-analysis, static-code-analysis +### [werkzeug](https://github.com/pallets/werkzeug) by [pallets](https://github.com/pallets) +werkzeug: The comprehensive WSGI web application library. +[https://werkzeug.palletsprojects.com](https://werkzeug.palletsprojects.com) +[https://github.com/pallets/werkzeug](https://github.com/pallets/werkzeug) +9.75 stars per week over 645 weeks +6,296 stars, 1,683 forks, 227 watches +[web](categories/web.md) category, created 2010-10-18, last commit 2023-03-03, main language Python +http, pallets, python, werkzeug, wsgi -### [tenacity](https://github.com/jd/tenacity) by [jd](https://github.com/jd) -tenacity: Retrying library for Python -[http://tenacity.readthedocs.io](http://tenacity.readthedocs.io) -[https://github.com/jd/tenacity](https://github.com/jd/tenacity) -13 stars per week over 342 weeks -4,516 stars, 225 forks, 44 watches -[util](categories/util.md) category, created 2016-08-11, last commit 2023-02-28, main language Python -failure, hacktoberfest, python, retry, retry-library +### [EasyNLP](https://github.com/alibaba/easynlp) by [alibaba](https://github.com/alibaba) +EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit +[https://github.com/alibaba/easynlp](https://github.com/alibaba/easynlp) +30 stars per week over 47 weeks +1,460 stars, 185 forks, 31 watches +[nlp](categories/nlp.md) category, created 2022-04-06, last commit 2023-02-26, main language Python +bert, deep-learning, fewshot-learning, knowledge-distillation, knowledge-pretraining, machine-learning, nlp, pretrained-models, pytorch, text-classification, text-image-retrieval, text-to-image-synthesis, transfer-learning, transformers -### [point-e](https://github.com/openai/point-e) by [openai](https://github.com/openai) -point-e: Point cloud diffusion for 3D model synthesis -[https://github.com/openai/point-e](https://github.com/openai/point-e) -360 stars per week over 12 weeks -4,480 stars, 458 forks, 163 watches -[util](categories/util.md) category, created 2022-12-06, last commit 2022-12-20, main language Python +### [pygame](https://github.com/pygame/pygame) +pygame: 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. +[https://www.pygame.org](https://www.pygame.org) +[https://github.com/pygame/pygame](https://github.com/pygame/pygame) +18 stars per week over 310 weeks +5,773 stars, 2,540 forks, 156 watches +[gamedev](categories/gamedev.md) category, created 2017-03-26, last commit 2023-03-04, main language C +game-dev, game-development, gamedev, pygame, python, sdl, sdl2 -### [lux](https://github.com/lux-org/lux) by [lux-org](https://github.com/lux-org) -lux: Automatically visualize your pandas dataframe via a single print! 📊 💡 -[https://github.com/lux-org/lux](https://github.com/lux-org/lux) -27 stars per week over 164 weeks -4,453 stars, 344 forks, 86 watches -[viz](categories/viz.md) category, created 2020-01-08, last commit 2022-05-21, main language Python -data-science, exploratory-data-analysis, jupyter, pandas, python, visualization, visualization-tools +### [neural_prophet](https://github.com/ourownstory/neural_prophet) by [ourownstory](https://github.com/ourownstory) +neural_prophet: NeuralProphet: A simple forecasting package +[https://neuralprophet.com](https://neuralprophet.com) +[https://github.com/ourownstory/neural_prophet](https://github.com/ourownstory/neural_prophet) +19 stars per week over 147 weeks +2,813 stars, 390 forks, 50 watches +[ml](categories/ml.md) category, created 2020-05-04, last commit 2023-03-03, main language Python +artificial-intelligence, autoregression, deep-learning, fbprophet, forecast, forecasting, forecasting-algorithm, forecasting-model, machine-learning, neural, neural-network, neuralprophet, prediction, prophet, python, pytorch, seasonality, time-series, timeseries, trend + + +### [gunicorn](https://github.com/benoitc/gunicorn) by [benoitc](https://github.com/benoitc) +gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications. +[http://www.gunicorn.org](http://www.gunicorn.org) +[https://github.com/benoitc/gunicorn](https://github.com/benoitc/gunicorn) +12 stars per week over 691 weeks +8,801 stars, 1,631 forks, 229 watches +[web](categories/web.md) category, created 2009-11-30, last commit 2023-01-26, main language Python +http, http-server, python, wsgi, wsgi-server + + +### [dtale](https://github.com/man-group/dtale) by [man-group](https://github.com/man-group) +dtale: Visualizer for pandas data structures +[http://alphatechadmin.pythonanywhere.com](http://alphatechadmin.pythonanywhere.com) +[https://github.com/man-group/dtale](https://github.com/man-group/dtale) +20 stars per week over 189 weeks +3,907 stars, 332 forks, 68 watches +[viz](categories/viz.md) category, created 2019-07-15, last commit 2023-03-03, main language TypeScript +data-analysis, data-science, data-visualization, flask, ipython, jupyter-notebook, pandas, plotly-dash, python27, python3, react, react-virtualized, visualization, xarray + + +### [shapely](https://github.com/shapely/shapely) +shapely: Manipulation and analysis of geometric objects +[https://shapely.readthedocs.io/en/stable/](https://shapely.readthedocs.io/en/stable/) +[https://github.com/shapely/shapely](https://github.com/shapely/shapely) +5.46 stars per week over 583 weeks +3,185 stars, 514 forks, 86 watches +[gis](categories/gis.md) category, created 2011-12-31, last commit 2023-02-27, main language Python + + +### [Cirq](https://github.com/quantumlib/cirq) by [quantumlib](https://github.com/quantumlib) +Cirq: A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits. +[https://github.com/quantumlib/cirq](https://github.com/quantumlib/cirq) +13 stars per week over 272 weeks +3,673 stars, 834 forks, 177 watches +[sim](categories/sim.md) category, created 2017-12-14, last commit 2023-03-03, main language Python +cirq, nisq, quantum-algorithms, quantum-circuits, quantum-computing + + +### [falcon](https://github.com/falconry/falcon) by [falconry](https://github.com/falconry) +falcon: The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale. +[https://falcon.readthedocs.io/en/stable/](https://falcon.readthedocs.io/en/stable/) +[https://github.com/falconry/falcon](https://github.com/falconry/falcon) +16 stars per week over 534 weeks +9,016 stars, 901 forks, 267 watches +[web](categories/web.md) category, created 2012-12-06, last commit 2023-01-18, main language Python +api, api-rest, asgi, framework, http, microservices, python, rest, web, wsgi + + +### [osmnx](https://github.com/gboeing/osmnx) by [gboeing](https://github.com/gboeing) +OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap. +[https://geoffboeing.com/publications/osmnx-complex-street-networks/](https://geoffboeing.com/publications/osmnx-complex-street-networks/) +[https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) +11 stars per week over 345 weeks +4,070 stars, 746 forks, 121 watches +[gis](categories/gis.md) category, created 2016-07-24, last commit 2023-02-22, main language Python +geography, geospatial, gis, mapping, networks, networkx, openstreetmap, osm, osmnx, overpass-api, python, routing, spatial, spatial-analysis, spatial-data, street-networks, transport, transportation, urban, urban-planning + + +### [latent-diffusion](https://github.com/compvis/latent-diffusion) by [compvis](https://github.com/compvis) +latent-diffusion: High-Resolution Image Synthesis with Latent Diffusion Models +[https://github.com/compvis/latent-diffusion](https://github.com/compvis/latent-diffusion) +100 stars per week over 62 weeks +6,337 stars, 852 forks, 78 watches +[diffusion](categories/diffusion.md) category, created 2021-12-20, last commit 2022-07-26, main language Jupyter Notebook -### [BasicSR](https://github.com/xpixelgroup/basicsr) by [xpixelgroup](https://github.com/xpixelgroup) -BasicSR: Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet. -[https://basicsr.readthedocs.io/en/latest/](https://basicsr.readthedocs.io/en/latest/) -[https://github.com/xpixelgroup/basicsr](https://github.com/xpixelgroup/basicsr) -17 stars per week over 254 weeks -4,429 stars, 899 forks, 88 watches -[ml-dl](categories/ml-dl.md) category, created 2018-04-19, last commit 2023-02-02, main language Python -basicsr, basicvsr, dfdnet, ecbsr, edsr, edvr, esrgan, pytorch, rcan, restoration, srgan, srresnet, stylegan2, super-resolution, swinir +### [alembic](https://github.com/sqlalchemy/alembic) by [sqlalchemy](https://github.com/sqlalchemy) +alembic: A database migrations tool for SQLAlchemy. +[https://github.com/sqlalchemy/alembic](https://github.com/sqlalchemy/alembic) +8.01 stars per week over 222 weeks +1,785 stars, 180 forks, 19 watches +[data](categories/data.md) category, created 2018-11-27, last commit 2023-03-01, main language Python +python, sql, sqlalchemy -### [deep-daze](https://github.com/lucidrains/deep-daze) by [lucidrains](https://github.com/lucidrains) -deep-daze: Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun -[https://github.com/lucidrains/deep-daze](https://github.com/lucidrains/deep-daze) -39 stars per week over 110 weeks -4,384 stars, 330 forks, 75 watches -[ml](categories/ml.md) category, created 2021-01-17, last commit 2022-03-13, main language Python -artificial-intelligence, deep-learning, implicit-neural-representation, multi-modality, siren, text-to-image, transformers +### [data](https://github.com/pytorch/data) by [pytorch](https://github.com/pytorch) +data: A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries. +[https://github.com/pytorch/data](https://github.com/pytorch/data) +9.75 stars per week over 94 weeks +922 stars, 115 forks, 26 watches +[data](categories/data.md) category, created 2021-05-12, last commit 2023-03-03, main language Python -### [DrQA](https://github.com/facebookresearch/drqa) by [facebookresearch](https://github.com/facebookresearch) -DrQA: Reading Wikipedia to Answer Open-Domain Questions -[https://github.com/facebookresearch/drqa](https://github.com/facebookresearch/drqa) -14 stars per week over 295 weeks -4,349 stars, 904 forks, 165 watches -[nlp](categories/nlp.md) category, created 2017-07-07, last commit 2021-05-18, main language Python +### [optimum](https://github.com/huggingface/optimum) by [huggingface](https://github.com/huggingface) +optimum: 🏎️ Accelerate training and inference of 🤗 Transformers with easy to use hardware optimization tools +[https://huggingface.co/docs/optimum/](https://huggingface.co/docs/optimum/) +[https://github.com/huggingface/optimum](https://github.com/huggingface/optimum) +11 stars per week over 84 weeks +947 stars, 142 forks, 41 watches +[ml](categories/ml.md) category, created 2021-07-20, last commit 2023-03-04, main language Python +graphcore, habana, inference, intel, onnx, onnxruntime, optimization, pytorch, quantization, training, transformers -### [mlxtend](https://github.com/rasbt/mlxtend) by [rasbt](https://github.com/rasbt) -mlxtend: A library of extension and helper modules for Python's data analysis and machine learning libraries. -[http://rasbt.github.io/mlxtend/](http://rasbt.github.io/mlxtend/) -[https://github.com/rasbt/mlxtend](https://github.com/rasbt/mlxtend) -9.6 stars per week over 446 weeks -4,284 stars, 806 forks, 117 watches -[ml](categories/ml.md) category, created 2014-08-14, last commit 2023-02-26, main language Python -association-rules, data-mining, data-science, machine-learning, python, supervised-learning, unsupervised-learning +### [Merlion](https://github.com/salesforce/merlion) by [salesforce](https://github.com/salesforce) +Merlion: A Machine Learning Framework for Time Series Intelligence +[https://github.com/salesforce/merlion](https://github.com/salesforce/merlion) +34 stars per week over 83 weeks +2,891 stars, 247 forks, 46 watches +[time-series](categories/time-series.md) category, created 2021-07-28, last commit 2023-02-15, main language Python +anomaly-detection, automl, benchmarking, ensemble-learning, forecasting, machine-learning, time-series -### [mamba](https://github.com/mamba-org/mamba) by [mamba-org](https://github.com/mamba-org) -mamba: The Fast Cross-Platform Package Manager -[https://mamba.readthedocs.io](https://mamba.readthedocs.io) -[https://github.com/mamba-org/mamba](https://github.com/mamba-org/mamba) -20 stars per week over 208 weeks -4,272 stars, 247 forks, 44 watches -[util](categories/util.md) category, created 2019-03-05, last commit 2023-03-02, main language C++ +### [nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) by [karpathy](https://github.com/karpathy) +nn-zero-to-hero: Neural Networks: Zero to Hero +[https://github.com/karpathy/nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) +290 stars per week over 25 weeks +7,393 stars, 685 forks, 240 watches +[study](categories/study.md) category, created 2022-09-08, last commit 2023-01-17, main language Jupyter Notebook -### [Kats](https://github.com/facebookresearch/kats) by [facebookresearch](https://github.com/facebookresearch) -Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends. -[https://github.com/facebookresearch/kats](https://github.com/facebookresearch/kats) -40 stars per week over 105 weeks -4,238 stars, 451 forks, 73 watches -[time-series](categories/time-series.md) category, created 2021-02-25, last commit 2023-03-02, main language Python +### [jinja](https://github.com/pallets/jinja) by [pallets](https://github.com/pallets) +jinja: A very fast and expressive template engine. +[https://jinja.palletsprojects.com](https://jinja.palletsprojects.com) +[https://github.com/pallets/jinja](https://github.com/pallets/jinja) +14 stars per week over 646 weeks +9,088 stars, 1,544 forks, 250 watches +[util](categories/util.md) category, created 2010-10-17, last commit 2023-03-01, main language Python +jinja, jinja2, pallets, python, template-engine, templates -### [tablib](https://github.com/jazzband/tablib) by [jazzband](https://github.com/jazzband) -tablib: Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. -[https://tablib.readthedocs.io/](https://tablib.readthedocs.io/) -[https://github.com/jazzband/tablib](https://github.com/jazzband/tablib) -6.8 stars per week over 622 weeks -4,234 stars, 573 forks, 141 watches -[data](categories/data.md) category, created 2011-03-28, last commit 2023-02-17, main language Python +### [SeleniumBase](https://github.com/seleniumbase/seleniumbase) by [seleniumbase](https://github.com/seleniumbase) +SeleniumBase: A Python browser automation framework for creating reliable end-to-end tests. +[https://seleniumbase.io](https://seleniumbase.io) +[https://github.com/seleniumbase/seleniumbase](https://github.com/seleniumbase/seleniumbase) +6.72 stars per week over 469 weeks +3,157 stars, 761 forks, 122 watches +[testing](categories/testing.md) category, created 2014-03-04, last commit 2023-03-04, main language Python +behave, chrome, chromedriver, e2e-testing, firefox, pytest, pytest-plugin, python, python3, selenium, selenium-python, seleniumbase, test, web-automation, webdriver, webkit -### [ignite](https://github.com/pytorch/ignite) by [pytorch](https://github.com/pytorch) -ignite: High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently. -[https://pytorch-ignite.ai](https://pytorch-ignite.ai) -[https://github.com/pytorch/ignite](https://github.com/pytorch/ignite) -15 stars per week over 275 weeks -4,212 stars, 583 forks, 59 watches -[ml-dl](categories/ml-dl.md) category, created 2017-11-23, last commit 2023-02-27, main language Python -closember, deep-learning, hacktoberfest, machine-learning, metrics, neural-network, python, pytorch +### [bandit](https://github.com/pycqa/bandit) by [pycqa](https://github.com/pycqa) +Bandit is a tool designed to find common security issues in Python code. +[https://bandit.readthedocs.io](https://bandit.readthedocs.io) +[https://github.com/pycqa/bandit](https://github.com/pycqa/bandit) +19 stars per week over 253 weeks +5,002 stars, 510 forks, 65 watches +[security](categories/security.md) category, created 2018-04-26, last commit 2023-03-02, main language Python +bandit, linter, python, security, security-scanner, security-tools, static-code-analysis -### [micrograd](https://github.com/karpathy/micrograd) by [karpathy](https://github.com/karpathy) -micrograd: A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API -[https://github.com/karpathy/micrograd](https://github.com/karpathy/micrograd) -27 stars per week over 150 weeks -4,209 stars, 458 forks, 93 watches -[study](categories/study.md) category, created 2020-04-13, last commit 2020-04-18, main language Jupyter Notebook +### [pyprobml](https://github.com/probml/pyprobml) by [probml](https://github.com/probml) +pyprobml: Python code for "Probabilistic Machine learning" book by Kevin Murphy +[https://github.com/probml/pyprobml](https://github.com/probml/pyprobml) +16 stars per week over 341 weeks +5,468 stars, 1,309 forks, 178 watches +[ml](categories/ml.md) category, created 2016-08-17, last commit 2023-01-20, main language Jupyter Notebook +blackjax, colab, flax, jax, jupyter-notebooks, machine-learning, numpyro, pml, probabilistic-programming, pymc3, pyro, pytorch, tensorflow -### [toolz](https://github.com/pytoolz/toolz) by [pytoolz](https://github.com/pytoolz) -toolz: A functional standard library for Python. -[http://toolz.readthedocs.org/](http://toolz.readthedocs.org/) -[https://github.com/pytoolz/toolz](https://github.com/pytoolz/toolz) -8.46 stars per week over 494 weeks -4,177 stars, 249 forks, 82 watches -[util](categories/util.md) category, created 2013-09-13, last commit 2022-11-03, main language Python +### [tsfresh](https://github.com/blue-yonder/tsfresh) by [blue-yonder](https://github.com/blue-yonder) +tsfresh: Automatic extraction of relevant features from time series: +[http://tsfresh.readthedocs.io](http://tsfresh.readthedocs.io) +[https://github.com/blue-yonder/tsfresh](https://github.com/blue-yonder/tsfresh) +21 stars per week over 331 weeks +7,118 stars, 1,120 forks, 158 watches +[time-series](categories/time-series.md) category, created 2016-10-26, last commit 2023-02-28, main language Jupyter Notebook +data-science, feature-extraction, time-series -### [clearml](https://github.com/allegroai/clearml) by [allegroai](https://github.com/allegroai) -ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management -[https://clear.ml/docs](https://clear.ml/docs) -[https://github.com/allegroai/clearml](https://github.com/allegroai/clearml) -21 stars per week over 194 weeks -4,150 stars, 562 forks, 85 watches -[ml-ops](categories/ml-ops.md) category, created 2019-06-10, last commit 2023-03-02, main language Python -ai, clearml, control, deep-learning, deeplearning, devops, experiment, experiment-manager, k8s, machine-learning, machinelearning, mlops, trains, trainsai, version, version-control +### [marshmallow](https://github.com/marshmallow-code/marshmallow) by [marshmallow-code](https://github.com/marshmallow-code) +marshmallow: A lightweight library for converting complex objects to and from simple Python datatypes. +[https://marshmallow.readthedocs.io/](https://marshmallow.readthedocs.io/) +[https://github.com/marshmallow-code/marshmallow](https://github.com/marshmallow-code/marshmallow) +13 stars per week over 486 weeks +6,445 stars, 623 forks, 81 watches +[util](categories/util.md) category, created 2013-11-10, last commit 2023-02-21, main language Python +deserialization, hacktoberfest, marshalling, python, python-3, schema, serde, serialization, validation -### [pytype](https://github.com/google/pytype) by [google](https://github.com/google) -pytype: A static type analyzer for Python code -[https://google.github.io/pytype](https://google.github.io/pytype) -[https://github.com/google/pytype](https://github.com/google/pytype) -9.94 stars per week over 415 weeks -4,129 stars, 267 forks, 56 watches -[typing](categories/typing.md) category, created 2015-03-18, last commit 2023-03-02, main language Python -linter, python, static-analysis, static-code-analysis, typechecker, types, typing +### [annoy](https://github.com/spotify/annoy) by [spotify](https://github.com/spotify) +annoy: Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk +[https://github.com/spotify/annoy](https://github.com/spotify/annoy) +20 stars per week over 517 weeks +10,849 stars, 1,078 forks, 324 watches +[ml](categories/ml.md) category, created 2013-04-01, last commit 2023-02-25, main language C++ +approximate-nearest-neighbor-search, c-plus-plus, golang, locality-sensitive-hashing, lua, nearest-neighbor-search, python -### [river](https://github.com/online-ml/river) by [online-ml](https://github.com/online-ml) -river: 🌊 Online machine learning in Python -[https://riverml.xyz](https://riverml.xyz) -[https://github.com/online-ml/river](https://github.com/online-ml/river) -19 stars per week over 214 weeks -4,106 stars, 459 forks, 83 watches -[ml](categories/ml.md) category, created 2019-01-24, last commit 2023-03-01, main language Python -concept-drift, data-science, incremental-learning, machine-learning, online-learning, online-machine-learning, online-statistics, python, real-time-processing, stream-processing, streaming, streaming-data +### [ChatterBot](https://github.com/gunthercox/chatterbot) by [gunthercox](https://github.com/gunthercox) +ChatterBot is a machine learning, conversational dialog engine for creating chat bots +[https://chatterbot.readthedocs.io](https://chatterbot.readthedocs.io) +[https://github.com/gunthercox/chatterbot](https://github.com/gunthercox/chatterbot) +29 stars per week over 440 weeks +12,973 stars, 4,247 forks, 551 watches +[nlp](categories/nlp.md) category, created 2014-09-28, last commit 2021-06-01, main language Python +bot, chatbot, chatterbot, conversation, language, machine-learning, python -### [django-ninja](https://github.com/vitalik/django-ninja) by [vitalik](https://github.com/vitalik) -django-ninja: 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs -[https://django-ninja.rest-framework.com](https://django-ninja.rest-framework.com) -[https://github.com/vitalik/django-ninja](https://github.com/vitalik/django-ninja) -28 stars per week over 145 weeks -4,105 stars, 261 forks, 62 watches -[web](categories/web.md) category, created 2020-05-19, last commit 2023-02-24, main language Python -django, django-ninja, openapi, pydantic, python, rest-api, swagger, swagger-ui +### [pipx](https://github.com/pypa/pipx) by [pypa](https://github.com/pypa) +pipx: Install and Run Python Applications in Isolated Environments +[https://pypa.github.io/pipx/](https://pypa.github.io/pipx/) +[https://github.com/pypa/pipx](https://github.com/pypa/pipx) +26 stars per week over 230 weeks +6,067 stars, 280 forks, 72 watches +[util](categories/util.md) category, created 2018-10-06, last commit 2023-02-11, main language Python +cli, hacktoberfest, pip, pypi, python, venv -### [mmediting](https://github.com/open-mmlab/mmediting) by [open-mmlab](https://github.com/open-mmlab) -mmediting: OpenMMLab Image and Video Restoration, Editing and Generation Toolbox -[https://mmediting.readthedocs.io/en/latest/](https://mmediting.readthedocs.io/en/latest/) -[https://github.com/open-mmlab/mmediting](https://github.com/open-mmlab/mmediting) -22 stars per week over 184 weeks -4,101 stars, 733 forks, 87 watches -[ml](categories/ml.md) category, created 2019-08-23, last commit 2023-02-24, main language Python -computer-vision, deep-learning, generative-adversarial-network, image-editing, image-generation, image-processing, image-synthesis, inpainting, matting, pytorch, super-resolution, video-frame-interpolation, video-interpolation, video-super-resolution +### [captum](https://github.com/pytorch/captum) by [pytorch](https://github.com/pytorch) +captum: Model interpretability and understanding for PyTorch +[https://captum.ai](https://captum.ai) +[https://github.com/pytorch/captum](https://github.com/pytorch/captum) +20 stars per week over 183 weeks +3,779 stars, 404 forks, 214 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2019-08-27, last commit 2023-02-03, main language Python +feature-attribution, feature-importance, interpretability, interpretable-ai, interpretable-ml -### [flax](https://github.com/google/flax) by [google](https://github.com/google) -Flax is a neural network library for JAX that is designed for flexibility. -[https://flax.readthedocs.io](https://flax.readthedocs.io) -[https://github.com/google/flax](https://github.com/google/flax) -24 stars per week over 164 weeks -4,070 stars, 486 forks, 77 watches -[ml-dl](categories/ml-dl.md) category, created 2020-01-10, last commit 2023-03-02, main language Python -jax +### [py-spy](https://github.com/benfred/py-spy) by [benfred](https://github.com/benfred) +py-spy: Sampling profiler for Python programs +[https://github.com/benfred/py-spy](https://github.com/benfred/py-spy) +40 stars per week over 239 weeks +9,796 stars, 347 forks, 111 watches +[profiling](categories/profiling.md) category, created 2018-08-01, last commit 2022-12-09, main language Rust +performance-analysis, profiler, profiling, python -### [osmnx](https://github.com/gboeing/osmnx) by [gboeing](https://github.com/gboeing) -OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap. -[https://geoffboeing.com/publications/osmnx-complex-street-networks/](https://geoffboeing.com/publications/osmnx-complex-street-networks/) -[https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) -11 stars per week over 344 weeks -4,069 stars, 746 forks, 121 watches -[gis](categories/gis.md) category, created 2016-07-24, last commit 2023-02-22, main language Python -geography, geospatial, gis, mapping, networks, networkx, openstreetmap, osm, osmnx, overpass-api, python, routing, spatial, spatial-analysis, spatial-data, street-networks, transport, transportation, urban, urban-planning +### [reloadium](https://github.com/reloadware/reloadium) by [reloadware](https://github.com/reloadware) +reloadium: Advanced Hot Reloading & Profiling for Python +[https://reloadium.io](https://reloadium.io) +[https://github.com/reloadware/reloadium](https://github.com/reloadware/reloadium) +37 stars per week over 59 weeks +2,228 stars, 39 forks, 24 watches +[profiling](categories/profiling.md) category, created 2022-01-15, last commit 2023-02-27, main language Python +django, edit-and-continue, flask, hot-reload, hot-reloading, pandas, python, python3 -### [web3.py](https://github.com/ethereum/web3.py) by [ethereum](https://github.com/ethereum) -web3.py: A python interface for interacting with the Ethereum blockchain and ecosystem. -[http://web3py.readthedocs.io](http://web3py.readthedocs.io) -[https://github.com/ethereum/web3.py](https://github.com/ethereum/web3.py) -11 stars per week over 359 weeks -4,061 stars, 1,352 forks, 117 watches -[crypto](categories/crypto.md) category, created 2016-04-14, last commit 2023-02-24, main language Python +### [slither](https://github.com/crytic/slither) by [crytic](https://github.com/crytic) +slither: Static Analyzer for Solidity +[https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/](https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/) +[https://github.com/crytic/slither](https://github.com/crytic/slither) +16 stars per week over 234 weeks +3,873 stars, 704 forks, 62 watches +[crypto](categories/crypto.md) category, created 2018-09-05, last commit 2023-02-25, main language Python +ethereum, solidity, static-analysis -### [pedalboard](https://github.com/spotify/pedalboard) by [spotify](https://github.com/spotify) -pedalboard: 🎛 🔊 A Python library for working with audio. -[https://github.com/spotify/pedalboard](https://github.com/spotify/pedalboard) -46 stars per week over 86 weeks -4,031 stars, 169 forks, 53 watches -[util](categories/util.md) category, created 2021-07-06, last commit 2023-02-22, main language C++ -audio, audio-processing, audio-production, audio-research, audio-unit, juce, pybind11, python, tensorflow, vst3, vst3-host +### [coremltools](https://github.com/apple/coremltools) by [apple](https://github.com/apple) +coremltools: Core ML tools contain supporting tools for Core ML model conversion, editing, and validation. +[https://coremltools.readme.io](https://coremltools.readme.io) +[https://github.com/apple/coremltools](https://github.com/apple/coremltools) +10 stars per week over 296 weeks +3,140 stars, 488 forks, 114 watches +[ml](categories/ml.md) category, created 2017-06-30, last commit 2023-02-21, main language Python +coreml, coremltools, machine-learning, model-conversion, model-converter, pytorch, tensorflow -### [feast](https://github.com/feast-dev/feast) by [feast-dev](https://github.com/feast-dev) -feast: Feature Store for Machine Learning -[https://feast.dev](https://feast.dev) -[https://github.com/feast-dev/feast](https://github.com/feast-dev/feast) -18 stars per week over 220 weeks -4,024 stars, 752 forks, 74 watches -[ml-ops](categories/ml-ops.md) category, created 2018-12-10, last commit 2023-03-02, main language Python -big-data, data-engineering, data-quality, data-science, feature-store, features, machine-learning, ml, mlops, python +### [jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) by [jupyterlab](https://github.com/jupyterlab) +jupyterlab-desktop: JupyterLab desktop application, based on Electron. +[https://github.com/jupyterlab/jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) +8.59 stars per week over 304 weeks +2,616 stars, 237 forks, 42 watches +[jupyter](categories/jupyter.md) category, created 2017-05-04, last commit 2023-02-24, main language TypeScript +jupyter, jupyter-notebook, jupyterlab -### [openai-python](https://github.com/openai/openai-python) by [openai](https://github.com/openai) -openai-python: The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. -[https://github.com/openai/openai-python](https://github.com/openai/openai-python) -32 stars per week over 122 weeks -3,982 stars, 687 forks, 108 watches -[util](categories/util.md) category, created 2020-10-25, last commit 2023-03-02, main language Python -openai, python +### [skorch](https://github.com/skorch-dev/skorch) by [skorch-dev](https://github.com/skorch-dev) +skorch: A scikit-learn compatible neural network library that wraps PyTorch +[https://github.com/skorch-dev/skorch](https://github.com/skorch-dev/skorch) +17 stars per week over 293 weeks +5,049 stars, 337 forks, 82 watches +[ml-dl](categories/ml-dl.md) category, created 2017-07-18, last commit 2023-02-13, main language Jupyter Notebook +hacktoberfest, machine-learning, pytorch, scikit-learn + + +### [pandera](https://github.com/pandera-dev/pandera) by [pandera-dev](https://github.com/pandera-dev) +pandera: A light-weight, flexible, and expressive statistical data testing library +[https://www.union.ai/pandera](https://www.union.ai/pandera) +[https://github.com/pandera-dev/pandera](https://github.com/pandera-dev/pandera) +8.82 stars per week over 226 weeks +1,997 stars, 164 forks, 14 watches +[pandas](categories/pandas.md) category, created 2018-11-01, last commit 2023-02-20, main language Python +assertions, data-assertions, data-check, data-cleaning, data-processing, data-validation, data-verification, dataframe-schema, dataframes, hypothesis-testing, pandas, pandas-dataframe, pandas-validation, pandas-validator, schema, testing, testing-tools, validation -### [yellowbrick](https://github.com/districtdatalabs/yellowbrick) by [districtdatalabs](https://github.com/districtdatalabs) -yellowbrick: Visual analysis and diagnostic tools to facilitate machine learning model selection. -[http://www.scikit-yb.org/](http://www.scikit-yb.org/) -[https://github.com/districtdatalabs/yellowbrick](https://github.com/districtdatalabs/yellowbrick) -11 stars per week over 354 weeks -3,927 stars, 543 forks, 101 watches -[ml](categories/ml.md) category, created 2016-05-18, last commit 2023-02-27, main language Python -anaconda, estimator, machine-learning, matplotlib, model-selection, python, scikit-learn, visual-analysis, visualization, visualizer +### [lightly](https://github.com/lightly-ai/lightly) by [lightly-ai](https://github.com/lightly-ai) +lightly: A python library for self-supervised learning on images. +[https://docs.lightly.ai/self-supervised-learning/](https://docs.lightly.ai/self-supervised-learning/) +[https://github.com/lightly-ai/lightly](https://github.com/lightly-ai/lightly) +17 stars per week over 124 weeks +2,155 stars, 181 forks, 23 watches +[ml](categories/ml.md) category, created 2020-10-13, last commit 2023-03-03, main language Python +active-learning, computer-vision, contrastive-learning, deep-learning, embeddings, machine-learning, pytorch, self-supervised-learning -### [stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion) by [ashawkey](https://github.com/ashawkey) -stable-dreamfusion: A pytorch implementation of text-to-3D dreamfusion, powered by stable diffusion. -[https://github.com/ashawkey/stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion) -185 stars per week over 21 weeks -3,921 stars, 343 forks, 82 watches -[diffusion](categories/diffusion.md) category, created 2022-10-06, last commit 2023-02-25, main language Python -dreamfusion, gui, nerf, stable-diffusion, text-to-3d +### [qiskit](https://github.com/qiskit/qiskit) +Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules. +[https://qiskit.org](https://qiskit.org) +[https://github.com/qiskit/qiskit](https://github.com/qiskit/qiskit) +13 stars per week over 220 weeks +2,913 stars, 778 forks, 97 watches +[sim](categories/sim.md) category, created 2018-12-12, last commit 2023-03-02, main language OpenQASM +documentation, qiskit, quantum-computing, quantum-programming-language -### [mimesis](https://github.com/lk-geimfari/mimesis) by [lk-geimfari](https://github.com/lk-geimfari) -Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages. -[https://mimesis.name](https://mimesis.name) -[https://github.com/lk-geimfari/mimesis](https://github.com/lk-geimfari/mimesis) -11 stars per week over 338 weeks -3,915 stars, 308 forks, 64 watches -[data](categories/data.md) category, created 2016-09-09, last commit 2023-02-26, main language Python -api-mock, data, datascience, dummy, fake, faker, fixtures, generator, json, json-generator, mimesis, mock, python, schema, synthetic-data, testing +### [knowledge-repo](https://github.com/airbnb/knowledge-repo) by [airbnb](https://github.com/airbnb) +knowledge-repo: A next-generation curated knowledge sharing platform for data scientists and other technical professions. +[https://github.com/airbnb/knowledge-repo](https://github.com/airbnb/knowledge-repo) +15 stars per week over 341 weeks +5,282 stars, 710 forks, 175 watches +[data](categories/data.md) category, created 2016-08-17, last commit 2023-03-01, main language Python +data, data-analysis, data-science, knowledge -### [dtale](https://github.com/man-group/dtale) by [man-group](https://github.com/man-group) -dtale: Visualizer for pandas data structures -[http://alphatechadmin.pythonanywhere.com](http://alphatechadmin.pythonanywhere.com) -[https://github.com/man-group/dtale](https://github.com/man-group/dtale) -20 stars per week over 189 weeks -3,902 stars, 331 forks, 68 watches -[viz](categories/viz.md) category, created 2019-07-15, last commit 2023-02-22, main language TypeScript -data-analysis, data-science, data-visualization, flask, ipython, jupyter-notebook, pandas, plotly-dash, python27, python3, react, react-virtualized, visualization, xarray +### [bullet3](https://github.com/bulletphysics/bullet3) by [bulletphysics](https://github.com/bulletphysics) +bullet3: Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. +[http://bulletphysics.org](http://bulletphysics.org) +[https://github.com/bulletphysics/bullet3](https://github.com/bulletphysics/bullet3) +16 stars per week over 620 weeks +10,303 stars, 2,668 forks, 403 watches +[sim](categories/sim.md) category, created 2011-04-12, last commit 2023-02-24, main language C++ +computer-animation, game-development, kinematics, pybullet, reinforcement-learning, robotics, simulation, simulator, virtual-reality -### [slither](https://github.com/crytic/slither) by [crytic](https://github.com/crytic) -slither: Static Analyzer for Solidity -[https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/](https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/) -[https://github.com/crytic/slither](https://github.com/crytic/slither) -16 stars per week over 234 weeks -3,865 stars, 703 forks, 62 watches -[crypto](categories/crypto.md) category, created 2018-09-05, last commit 2023-02-25, main language Python -ethereum, solidity, static-analysis +### [twint](https://github.com/twintproject/twint) by [twintproject](https://github.com/twintproject) +twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations. +[https://github.com/twintproject/twint](https://github.com/twintproject/twint) +48 stars per week over 299 weeks +14,458 stars, 2,490 forks, 313 watches +[data](categories/data.md) category, created 2017-06-10, last commit 2021-03-02, main language Python +elasticsearch, kibana, osint, python, scrape, scrape-followers, scrape-following, scrape-likes, tweep, tweets, twint, twitter -### [BERTopic](https://github.com/maartengr/bertopic) by [maartengr](https://github.com/maartengr) -BERTopic: Leveraging BERT and c-TF-IDF to create easily interpretable topics. -[https://maartengr.github.io/BERTopic/](https://maartengr.github.io/BERTopic/) -[https://github.com/maartengr/bertopic](https://github.com/maartengr/bertopic) -30 stars per week over 127 weeks -3,850 stars, 490 forks, 44 watches -[nlp](categories/nlp.md) category, created 2020-09-22, last commit 2023-03-02, main language Python -bert, ldavis, machine-learning, nlp, sentence-embeddings, topic, topic-modeling, topic-modelling, topic-models, transformers +### [ploomber](https://github.com/ploomber/ploomber) +ploomber: The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️ +[https://ploomber.io](https://ploomber.io) +[https://github.com/ploomber/ploomber](https://github.com/ploomber/ploomber) +18 stars per week over 162 weeks +2,983 stars, 206 forks, 26 watches +[ml-ops](categories/ml-ops.md) category, created 2020-01-20, last commit 2023-01-31, main language Python +data-engineering, data-science, jupyter, jupyter-notebooks, machine-learning, mlops, notebooks, papermill, pipelines, pycharm, vscode, workflow -### [Transformers-Tutorials](https://github.com/nielsrogge/transformers-tutorials) by [nielsrogge](https://github.com/nielsrogge) -Transformers-Tutorials: This repository contains demos I made with the Transformers library by HuggingFace. -[https://github.com/nielsrogge/transformers-tutorials](https://github.com/nielsrogge/transformers-tutorials) -29 stars per week over 130 weeks -3,829 stars, 603 forks, 86 watches -[study](categories/study.md) category, created 2020-08-31, last commit 2023-02-28, main language Jupyter Notebook -bert, gpt-2, layoutlm, pytorch, transformers, vision-transformer +### [mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) by [kingoflolz](https://github.com/kingoflolz) +mesh-transformer-jax: Model parallel transformers in JAX and Haiku +[https://github.com/kingoflolz/mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) +52 stars per week over 103 weeks +5,398 stars, 773 forks, 92 watches +[nlp](categories/nlp.md) category, created 2021-03-13, last commit 2023-01-12, main language Python -### [nlpaug](https://github.com/makcedward/nlpaug) by [makcedward](https://github.com/makcedward) -nlpaug: Data augmentation for NLP -[https://makcedward.github.io/](https://makcedward.github.io/) -[https://github.com/makcedward/nlpaug](https://github.com/makcedward/nlpaug) -18 stars per week over 206 weeks -3,822 stars, 428 forks, 39 watches -[nlp](categories/nlp.md) category, created 2019-03-21, last commit 2022-07-07, main language Jupyter Notebook -adversarial-attacks, adversarial-example, ai, artificial-intelligence, augmentation, data-science, machine-learning, ml, natural-language-processing, nlp +### [leafmap](https://github.com/giswqs/leafmap) by [giswqs](https://github.com/giswqs) +leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment +[https://leafmap.org](https://leafmap.org) +[https://github.com/giswqs/leafmap](https://github.com/giswqs/leafmap) +14 stars per week over 103 weeks +1,527 stars, 190 forks, 46 watches +[gis](categories/gis.md) category, created 2021-03-10, last commit 2023-03-04, main language Python +data-science, dataviz, folium, geopython, geospatial, geospatial-analysis, gis, ipyleaflet, jupyter, jupyter-notebook, keplergl, leafmap, mapping, plotly, pydeck, python, streamlit, streamlit-webapp, whiteboxtools -### [causalml](https://github.com/uber/causalml) by [uber](https://github.com/uber) -causalml: Uplift modeling and causal inference with machine learning algorithms -[https://github.com/uber/causalml](https://github.com/uber/causalml) -20 stars per week over 190 weeks -3,819 stars, 613 forks, 78 watches -[ml](categories/ml.md) category, created 2019-07-09, last commit 2023-02-03, main language Python -causal-inference, incubation, machine-learning, uplift-modeling +### [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) by [open-telemetry](https://github.com/open-telemetry) +opentelemetry-python: OpenTelemetry Python API and SDK +[https://opentelemetry.io](https://opentelemetry.io) +[https://github.com/open-telemetry/opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) +6.01 stars per week over 199 weeks +1,201 stars, 436 forks, 34 watches +[util](categories/util.md) category, created 2019-05-07, last commit 2023-03-03, main language Python +correlationcontext, distributed-tracing, logging, metrics, opentelemetry, python, sdk, tracecontext -### [MONAI](https://github.com/project-monai/monai) by [project-monai](https://github.com/project-monai) -MONAI: AI Toolkit for Healthcare Imaging -[https://monai.io/](https://monai.io/) -[https://github.com/project-monai/monai](https://github.com/project-monai/monai) -21 stars per week over 177 weeks -3,804 stars, 740 forks, 88 watches -[ml](categories/ml.md) category, created 2019-10-11, last commit 2023-03-02, main language Python -deep-learning, healthcare-imaging, medical-image-computing, medical-image-processing, monai, python3, pytorch +### [opencv-python](https://github.com/skvark/opencv-python) by [skvark](https://github.com/skvark) +opencv-python: Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages. +[https://pypi.org/project/opencv-python/](https://pypi.org/project/opencv-python/) +[https://github.com/skvark/opencv-python](https://github.com/skvark/opencv-python) +9.16 stars per week over 360 weeks +3,301 stars, 640 forks, 81 watches +[ml](categories/ml.md) category, created 2016-04-08, last commit 2023-02-22, main language Shell +manylinux, opencv, opencv-contrib-python, opencv-python, precompiled, pypi, python, python-3, wheel -### [amundsen](https://github.com/amundsen-io/amundsen) by [amundsen-io](https://github.com/amundsen-io) -Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data. -[https://www.amundsen.io/amundsen/](https://www.amundsen.io/amundsen/) -[https://github.com/amundsen-io/amundsen](https://github.com/amundsen-io/amundsen) -19 stars per week over 198 weeks -3,793 stars, 906 forks, 246 watches -[data](categories/data.md) category, created 2019-05-14, last commit 2023-02-28, main language Python -amundsen, data-catalog, data-discovery, linuxfoundation, metadata +### [mimesis](https://github.com/lk-geimfari/mimesis) by [lk-geimfari](https://github.com/lk-geimfari) +Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages. +[https://mimesis.name](https://mimesis.name) +[https://github.com/lk-geimfari/mimesis](https://github.com/lk-geimfari/mimesis) +11 stars per week over 338 weeks +3,915 stars, 308 forks, 64 watches +[data](categories/data.md) category, created 2016-09-09, last commit 2023-02-26, main language Python +api-mock, data, datascience, dummy, fake, faker, fixtures, generator, json, json-generator, mimesis, mock, python, schema, synthetic-data, testing -### [memory_profiler](https://github.com/pythonprofilers/memory_profiler) by [pythonprofilers](https://github.com/pythonprofilers) -memory_profiler: Monitor Memory usage of Python code -[http://pypi.python.org/pypi/memory_profiler](http://pypi.python.org/pypi/memory_profiler) -[https://github.com/pythonprofilers/memory_profiler](https://github.com/pythonprofilers/memory_profiler) -6.37 stars per week over 594 weeks -3,786 stars, 366 forks, 76 watches -[profiling](categories/profiling.md) category, created 2011-10-14, last commit 2022-12-06, main language Python +### [mlxtend](https://github.com/rasbt/mlxtend) by [rasbt](https://github.com/rasbt) +mlxtend: A library of extension and helper modules for Python's data analysis and machine learning libraries. +[http://rasbt.github.io/mlxtend/](http://rasbt.github.io/mlxtend/) +[https://github.com/rasbt/mlxtend](https://github.com/rasbt/mlxtend) +9.6 stars per week over 446 weeks +4,286 stars, 806 forks, 117 watches +[ml](categories/ml.md) category, created 2014-08-14, last commit 2023-02-26, main language Python +association-rules, data-mining, data-science, machine-learning, python, supervised-learning, unsupervised-learning -### [accelerate](https://github.com/huggingface/accelerate) by [huggingface](https://github.com/huggingface) -accelerate: 🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision -[https://huggingface.co/docs/accelerate](https://huggingface.co/docs/accelerate) -[https://github.com/huggingface/accelerate](https://github.com/huggingface/accelerate) -31 stars per week over 122 weeks -3,786 stars, 344 forks, 70 watches -[ml](categories/ml.md) category, created 2020-10-30, last commit 2023-03-02, main language Python +### [vispy](https://github.com/vispy/vispy) +vispy: Main repository for Vispy +[http://vispy.org](http://vispy.org) +[https://github.com/vispy/vispy](https://github.com/vispy/vispy) +5.82 stars per week over 519 weeks +3,022 stars, 607 forks, 119 watches +[viz](categories/viz.md) category, created 2013-03-21, last commit 2023-01-23, main language Python +closember, hacktoberfest, opengl, python, visualization -### [captum](https://github.com/pytorch/captum) by [pytorch](https://github.com/pytorch) -captum: Model interpretability and understanding for PyTorch -[https://captum.ai](https://captum.ai) -[https://github.com/pytorch/captum](https://github.com/pytorch/captum) -20 stars per week over 183 weeks -3,779 stars, 404 forks, 214 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2019-08-27, last commit 2023-02-03, main language Python -feature-attribution, feature-importance, interpretability, interpretable-ai, interpretable-ml +### [mmf](https://github.com/facebookresearch/mmf) by [facebookresearch](https://github.com/facebookresearch) +mmf: A modular framework for vision & language multimodal research from Facebook AI Research (FAIR) +[https://mmf.sh/](https://mmf.sh/) +[https://github.com/facebookresearch/mmf](https://github.com/facebookresearch/mmf) +21 stars per week over 244 weeks +5,154 stars, 911 forks, 117 watches +[ml-dl](categories/ml-dl.md) category, created 2018-06-27, last commit 2023-02-02, main language Python +captioning, deep-learning, dialog, hateful-memes, multi-tasking, multimodal, pretrained-models, pytorch, textvqa, vqa -### [orchest](https://github.com/orchest/orchest) -orchest: Build data pipelines, the easy way 🛠️ -[https://orchest.io](https://orchest.io) -[https://github.com/orchest/orchest](https://github.com/orchest/orchest) -25 stars per week over 145 weeks -3,749 stars, 223 forks, 39 watches -[ml-ops](categories/ml-ops.md) category, created 2020-05-21, last commit 2023-01-20, main language Python -airflow, cloud, dag, data-pipelines, data-science, deployment, docker, etl, etl-pipeline, ide, jupyter, jupyterlab, kubernetes, machine-learning, notebooks, orchest, pipelines, python, self-hosted +### [mplfinance](https://github.com/matplotlib/mplfinance) by [matplotlib](https://github.com/matplotlib) +mplfinance: Financial Markets Data Visualization using Matplotlib +[https://pypi.org/project/mplfinance/](https://pypi.org/project/mplfinance/) +[https://github.com/matplotlib/mplfinance](https://github.com/matplotlib/mplfinance) +15 stars per week over 169 weeks +2,620 stars, 534 forks, 85 watches +[finance](categories/finance.md) category, created 2019-12-05, last commit 2023-01-26, main language Python +candlestick, candlestick-chart, candlestickchart, finance, hacktoberfest, hacktoberfest2022, hactoberfest, intraday-data, market-data, matplotlib, mplfinance, ohlc, ohlc-chart, ohlc-data, ohlc-plot, ohlcv, trading-days -### [panda3d](https://github.com/panda3d/panda3d) -panda3d: Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU -[https://www.panda3d.org/](https://www.panda3d.org/) -[https://github.com/panda3d/panda3d](https://github.com/panda3d/panda3d) -7.62 stars per week over 491 weeks -3,746 stars, 755 forks, 195 watches -[gamedev](categories/gamedev.md) category, created 2013-09-30, last commit 2023-02-26, main language C++ -c-plus-plus, cross-platform, game-development, game-engine, gamedev, multi-platform, open-source, opengl, panda3d, panda3d-game-engine, python +### [lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) by [ashleve](https://github.com/ashleve) +lightning-hydra-template: PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡ +[https://github.com/ashleve/lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) +19 stars per week over 121 weeks +2,334 stars, 401 forks, 20 watches +[util](categories/util.md) category, created 2020-11-04, last commit 2023-02-11, main language Python +best-practices, comet, config, deep-learning, hydra, mlflow, mlops, neptune, project-structure, pytorch, pytorch-lightning, reproducibility, template, tensorboard, wandb ### [PyWebIO](https://github.com/pywebio/pywebio) by [pywebio](https://github.com/pywebio) PyWebIO: Write interactive web app in script way. [https://pywebio.readthedocs.io](https://pywebio.readthedocs.io) [https://github.com/pywebio/pywebio](https://github.com/pywebio/pywebio) -23 stars per week over 156 weeks -3,716 stars, 334 forks, 51 watches +23 stars per week over 157 weeks +3,718 stars, 334 forks, 50 watches [web](categories/web.md) category, created 2020-02-29, last commit 2023-02-06, main language Python pywebio -### [hatch](https://github.com/pypa/hatch) by [pypa](https://github.com/pypa) -hatch: Modern, extensible Python project management -[https://hatch.pypa.io/latest/](https://hatch.pypa.io/latest/) -[https://github.com/pypa/hatch](https://github.com/pypa/hatch) -12 stars per week over 300 weeks -3,690 stars, 182 forks, 47 watches -[util](categories/util.md) category, created 2017-05-31, last commit 2023-02-09, main language Python -build, cli, packaging, plugin, python, versioning, virtualenv +### [deepmind-research](https://github.com/deepmind/deepmind-research) by [deepmind](https://github.com/deepmind) +deepmind-research: This repository contains implementations and illustrative code to accompany DeepMind publications +[https://github.com/deepmind/deepmind-research](https://github.com/deepmind/deepmind-research) +53 stars per week over 215 weeks +11,494 stars, 2,359 forks, 329 watches +[ml](categories/ml.md) category, created 2019-01-15, last commit 2023-01-31, main language Jupyter Notebook -### [Cirq](https://github.com/quantumlib/cirq) by [quantumlib](https://github.com/quantumlib) -Cirq: A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits. -[https://github.com/quantumlib/cirq](https://github.com/quantumlib/cirq) -13 stars per week over 272 weeks -3,673 stars, 834 forks, 176 watches -[sim](categories/sim.md) category, created 2017-12-14, last commit 2023-03-02, main language Python -cirq, nisq, quantum-algorithms, quantum-circuits, quantum-computing +### [PyGithub](https://github.com/pygithub/pygithub) by [pygithub](https://github.com/pygithub) +PyGithub: Typed interactions with the GitHub API v3 +[https://pygithub.readthedocs.io/](https://pygithub.readthedocs.io/) +[https://github.com/pygithub/pygithub](https://github.com/pygithub/pygithub) +10 stars per week over 575 weeks +5,830 stars, 1,595 forks, 112 watches +[util](categories/util.md) category, created 2012-02-25, last commit 2023-02-23, main language Python +github, github-api, pygithub, python -### [grist-core](https://github.com/gristlabs/grist-core) by [gristlabs](https://github.com/gristlabs) -grist-core: Grist is the evolution of spreadsheets. -[https://support.getgrist.com/self-managed/](https://support.getgrist.com/self-managed/) -[https://github.com/gristlabs/grist-core](https://github.com/gristlabs/grist-core) -25 stars per week over 145 weeks -3,669 stars, 171 forks, 41 watches -[data](categories/data.md) category, created 2020-05-22, last commit 2023-03-02, main language TypeScript -awesome, database, spreadsheet +### [pytype](https://github.com/google/pytype) by [google](https://github.com/google) +pytype: A static type analyzer for Python code +[https://google.github.io/pytype](https://google.github.io/pytype) +[https://github.com/google/pytype](https://github.com/google/pytype) +9.93 stars per week over 415 weeks +4,128 stars, 267 forks, 56 watches +[typing](categories/typing.md) category, created 2015-03-18, last commit 2023-03-03, main language Python +linter, python, static-analysis, static-code-analysis, typechecker, types, typing -### [RPA-Python](https://github.com/tebelorg/rpa-python) by [tebelorg](https://github.com/tebelorg) -RPA-Python: Python package for doing RPA -[https://github.com/tebelorg/rpa-python](https://github.com/tebelorg/rpa-python) -17 stars per week over 204 weeks -3,661 stars, 541 forks, 101 watches -[util](categories/util.md) category, created 2019-03-30, last commit 2022-09-07, main language Python -cross-platform, opencv, python, rpa, sikuli, tagui, tesseract +### [tenacity](https://github.com/jd/tenacity) by [jd](https://github.com/jd) +tenacity: Retrying library for Python +[http://tenacity.readthedocs.io](http://tenacity.readthedocs.io) +[https://github.com/jd/tenacity](https://github.com/jd/tenacity) +13 stars per week over 342 weeks +4,520 stars, 225 forks, 44 watches +[util](categories/util.md) category, created 2016-08-11, last commit 2023-02-28, main language Python +failure, hacktoberfest, python, retry, retry-library + + +### [warehouse](https://github.com/pypi/warehouse) by [pypi](https://github.com/pypi) +warehouse: The Python Package Index +[https://pypi.org](https://pypi.org) +[https://github.com/pypi/warehouse](https://github.com/pypi/warehouse) +6.09 stars per week over 518 weeks +3,157 stars, 908 forks, 105 watches +[util](categories/util.md) category, created 2013-03-30, last commit 2023-03-03, main language Python -### [discoart](https://github.com/jina-ai/discoart) by [jina-ai](https://github.com/jina-ai) -discoart: 🪩 Create Disco Diffusion artworks in one line -[https://github.com/jina-ai/discoart](https://github.com/jina-ai/discoart) -103 stars per week over 35 weeks -3,645 stars, 221 forks, 33 watches -[diffusion](categories/diffusion.md) category, created 2022-06-30, last commit 2022-08-17, main language Python -clip-guided-diffusion, creative-ai, creative-art, cross-modal, dalle, diffusion, disco-diffusion, discodiffusion, generative-art, imgen, latent-diffusion, midjourney, multimodal, prompts, stable-diffusion +### [auto-sklearn](https://github.com/automl/auto-sklearn) by [automl](https://github.com/automl) +auto-sklearn: Automated Machine Learning with scikit-learn +[https://automl.github.io/auto-sklearn](https://automl.github.io/auto-sklearn) +[https://github.com/automl/auto-sklearn](https://github.com/automl/auto-sklearn) +16 stars per week over 400 weeks +6,772 stars, 1,213 forks, 213 watches +[ml](categories/ml.md) category, created 2015-07-02, last commit 2022-12-07, main language Python +automated-machine-learning, automl, bayesian-optimization, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, meta-learning, metalearning, scikit-learn, smac -### [gdal](https://github.com/osgeo/gdal) by [osgeo](https://github.com/osgeo) -GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -[https://gdal.org](https://gdal.org) -[https://github.com/osgeo/gdal](https://github.com/osgeo/gdal) -6.69 stars per week over 542 weeks -3,630 stars, 2,019 forks, 163 watches -[gis](categories/gis.md) category, created 2012-10-09, last commit 2023-03-02, main language C++ -geospatial-data, raster, remote-sensing, vector +### [RecBole](https://github.com/rucaibox/recbole) by [rucaibox](https://github.com/rucaibox) +RecBole: A unified, comprehensive and efficient recommendation library +[https://recbole.io/](https://recbole.io/) +[https://github.com/rucaibox/recbole](https://github.com/rucaibox/recbole) +17 stars per week over 142 weeks +2,491 stars, 459 forks, 39 watches +[ml](categories/ml.md) category, created 2020-06-11, last commit 2023-03-02, main language Python +collaborative-filtering, ctr-prediction, deep-learning, graph-neural-networks, knowledge-graph, pytorch, recommendation-system, recommendations, recommender, recommender-systems, sequential-recommendation -### [freezegun](https://github.com/spulec/freezegun) by [spulec](https://github.com/spulec) -freezegun: Let your Python tests travel through time -[https://github.com/spulec/freezegun](https://github.com/spulec/freezegun) -6.73 stars per week over 533 weeks -3,591 stars, 249 forks, 31 watches -[testing](categories/testing.md) category, created 2012-12-11, last commit 2023-02-22, main language Python +### [fastapi-users](https://github.com/fastapi-users/fastapi-users) +fastapi-users: Ready-to-use and customizable users management for FastAPI +[https://fastapi-users.github.io/fastapi-users/](https://fastapi-users.github.io/fastapi-users/) +[https://github.com/fastapi-users/fastapi-users](https://github.com/fastapi-users/fastapi-users) +14 stars per week over 178 weeks +2,520 stars, 250 forks, 34 watches +[web](categories/web.md) category, created 2019-10-05, last commit 2023-02-14, main language Python +async, asyncio, fastapi, fastapi-users, python, starlette, users -### [geopandas](https://github.com/geopandas/geopandas) -geopandas: Python tools for geographic data -[http://geopandas.org/](http://geopandas.org/) -[https://github.com/geopandas/geopandas](https://github.com/geopandas/geopandas) -7.06 stars per week over 505 weeks -3,565 stars, 794 forks, 106 watches -[gis](categories/gis.md) category, created 2013-06-27, last commit 2023-02-27, main language Python +### [pyglet](https://github.com/pyglet/pyglet) +pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications. +[http://pyglet.org](http://pyglet.org) +[https://github.com/pyglet/pyglet](https://github.com/pyglet/pyglet) +7.27 stars per week over 195 weeks +1,417 stars, 252 forks, 32 watches +[gamedev](categories/gamedev.md) category, created 2019-06-09, last commit 2023-03-03, main language Python +gamedev, opengl, pyglet, python, scientific-visualization -### [mage-ai](https://github.com/mage-ai/mage-ai) -mage-ai: 🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data. -[https://www.mage.ai/](https://www.mage.ai/) -[https://github.com/mage-ai/mage-ai](https://github.com/mage-ai/mage-ai) -85 stars per week over 41 weeks -3,549 stars, 277 forks, 46 watches -[ml-ops](categories/ml-ops.md) category, created 2022-05-16, last commit 2023-03-03, main language Python -artificial-intelligence, data, data-engineering, data-integration, data-pipelines, data-science, dbt, elt, etl, machine-learning, orchestration, pipeline, pipelines, python, reverse-etl, spark, sql, transformation +### [handcalcs](https://github.com/connorferster/handcalcs) by [connorferster](https://github.com/connorferster) +handcalcs: Python library for converting Python calculations into rendered latex. +[https://github.com/connorferster/handcalcs](https://github.com/connorferster/handcalcs) +32 stars per week over 158 weeks +5,140 stars, 398 forks, 78 watches +[jupyter](categories/jupyter.md) category, created 2020-02-19, last commit 2022-12-27, main language CSS -### [txtai](https://github.com/neuml/txtai) by [neuml](https://github.com/neuml) -txtai: 💡 Build AI-powered semantic search applications -[https://neuml.github.io/txtai](https://neuml.github.io/txtai) -[https://github.com/neuml/txtai](https://github.com/neuml/txtai) -26 stars per week over 133 weeks -3,513 stars, 303 forks, 62 watches -[nlp](categories/nlp.md) category, created 2020-08-09, last commit 2023-03-02, main language Python -api, audio-search, cloud-native, contextual-search, deep-learning, document-search, image-search, machine-learning, machine-learning-pipelines, machine-learning-workflows, microservice, neural-search, nlp, python, search, semantic-search, similarity-search, txtai, vector-search, video-search +### [fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) by [zhanymkanov](https://github.com/zhanymkanov) +fastapi-best-practices: FastAPI Best Practices and Conventions we used @ hi.peerlink.me +[https://github.com/zhanymkanov/fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) +91 stars per week over 29 weeks +2,721 stars, 198 forks, 52 watches +[study](categories/study.md) category, created 2022-08-09, last commit 2023-01-09, main language None +best-practices, fastapi -### [layout-parser](https://github.com/layout-parser/layout-parser) -layout-parser: A Unified Toolkit for Deep Learning Based Document Image Analysis -[https://layout-parser.github.io/](https://layout-parser.github.io/) -[https://github.com/layout-parser/layout-parser](https://github.com/layout-parser/layout-parser) -24 stars per week over 142 weeks -3,496 stars, 350 forks, 60 watches -[nlp](categories/nlp.md) category, created 2020-06-10, last commit 2022-08-06, main language Python -computer-vision, deep-learning, detectron2, document-image-processing, document-layout-analysis, layout-analysis, layout-detection, layout-parser, object-detection, ocr +### [stumpy](https://github.com/tdameritrade/stumpy) by [tdameritrade](https://github.com/tdameritrade) +STUMPY is a powerful and scalable Python library for modern time series analysis +[https://stumpy.readthedocs.io/en/latest/](https://stumpy.readthedocs.io/en/latest/) +[https://github.com/tdameritrade/stumpy](https://github.com/tdameritrade/stumpy) +12 stars per week over 200 weeks +2,562 stars, 248 forks, 53 watches +[time-series](categories/time-series.md) category, created 2019-05-03, last commit 2023-02-16, main language Python +anomaly-detection, dask, data-science, matrix-profile, motif-discovery, numba, pattern-matching, pydata, python, time-series-analysis, time-series-data-mining, time-series-segmentation -### [python-ftfy](https://github.com/rspeer/python-ftfy) by [rspeer](https://github.com/rspeer) -python-ftfy: Fixes mojibake and other glitches in Unicode text, after the fact. -[http://ftfy.readthedocs.org](http://ftfy.readthedocs.org) -[https://github.com/rspeer/python-ftfy](https://github.com/rspeer/python-ftfy) -6.29 stars per week over 549 weeks -3,451 stars, 116 forks, 75 watches -[util](categories/util.md) category, created 2012-08-24, last commit 2022-10-25, main language Python +### [papermill](https://github.com/nteract/papermill) by [nteract](https://github.com/nteract) +papermill: 📚 Parameterize, execute, and analyze notebooks +[http://papermill.readthedocs.io/en/latest/](http://papermill.readthedocs.io/en/latest/) +[https://github.com/nteract/papermill](https://github.com/nteract/papermill) +17 stars per week over 295 weeks +5,130 stars, 388 forks, 91 watches +[jupyter](categories/jupyter.md) category, created 2017-07-06, last commit 2022-10-18, main language Python +julia, jupyter, notebook, notebook-generator, notebooks, nteract, pipeline, publishing, python, r, scala -### [circuitpython](https://github.com/adafruit/circuitpython) by [adafruit](https://github.com/adafruit) -CircuitPython - a Python implementation for teaching coding with microcontrollers -[https://circuitpython.org](https://circuitpython.org) -[https://github.com/adafruit/circuitpython](https://github.com/adafruit/circuitpython) -10 stars per week over 340 weeks -3,422 stars, 918 forks, 130 watches -[util](categories/util.md) category, created 2016-08-20, last commit 2023-03-02, main language C -beginner, circuitpython, cpython, education, embedded, hacktoberfest, microcontroller, micropython, python, python3 +### [tpot](https://github.com/epistasislab/tpot) by [epistasislab](https://github.com/epistasislab) +tpot: A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. +[http://epistasislab.github.io/tpot/](http://epistasislab.github.io/tpot/) +[https://github.com/epistasislab/tpot](https://github.com/epistasislab/tpot) +23 stars per week over 382 weeks +8,968 stars, 1,517 forks, 293 watches +[ml](categories/ml.md) category, created 2015-11-03, last commit 2022-07-29, main language Python +adsp, ag066833, aiml, alzheimer, alzheimers, automated-machine-learning, automation, automl, data-science, feature-engineering, gradient-boosting, hyperparameter-optimization, machine-learning, model-selection, nia, parameter-tuning, python, random-forest, scikit-learn, u01ag066833 -### [pywebview](https://github.com/r0x0r/pywebview) by [r0x0r](https://github.com/r0x0r) -pywebview: Build GUI for your Python program with JavaScript, HTML, and CSS -[https://pywebview.flowrl.com](https://pywebview.flowrl.com) -[https://github.com/r0x0r/pywebview](https://github.com/r0x0r/pywebview) -7.84 stars per week over 432 weeks -3,390 stars, 441 forks, 58 watches -[gui](categories/gui.md) category, created 2014-11-20, last commit 2023-02-28, main language Python -cef, cocoa, gtk, gui, html, javascript, linux, osx, python, qt, webkit, windows +### [pandarallel](https://github.com/nalepae/pandarallel) by [nalepae](https://github.com/nalepae) +pandarallel: A simple and efficient tool to parallelize Pandas operations on all available CPUs +[https://nalepae.github.io/pandarallel](https://nalepae.github.io/pandarallel) +[https://github.com/nalepae/pandarallel](https://github.com/nalepae/pandarallel) +13 stars per week over 208 weeks +2,907 stars, 176 forks, 27 watches +[pandas](categories/pandas.md) category, created 2019-03-10, last commit 2023-02-12, main language Python +pandas, parallel, python -### [gluonts](https://github.com/awslabs/gluonts) by [awslabs](https://github.com/awslabs) -gluonts: Probabilistic time series modeling in Python -[https://ts.gluon.ai](https://ts.gluon.ai) -[https://github.com/awslabs/gluonts](https://github.com/awslabs/gluonts) -17 stars per week over 198 weeks -3,377 stars, 680 forks, 70 watches -[time-series](categories/time-series.md) category, created 2019-05-15, last commit 2023-03-02, main language Python -artificial-intelligence, aws, data-science, deep-learning, forecasting, machine-learning, mxnet, neural-networks, pytorch, sagemaker, time-series, time-series-forecasting, time-series-prediction, timeseries +### [line_profiler](https://github.com/pyutils/line_profiler) by [pyutils](https://github.com/pyutils) +line_profiler: Line-by-line profiling for Python +[https://github.com/pyutils/line_profiler](https://github.com/pyutils/line_profiler) +9.98 stars per week over 168 weeks +1,684 stars, 97 forks, 16 watches +[profiling](categories/profiling.md) category, created 2019-12-10, last commit 2023-03-04, main language Cython -### [plotnine](https://github.com/has2k1/plotnine) by [has2k1](https://github.com/has2k1) -plotnine: A grammar of graphics for Python -[https://plotnine.readthedocs.io/en/stable/](https://plotnine.readthedocs.io/en/stable/) -[https://github.com/has2k1/plotnine](https://github.com/has2k1/plotnine) -11 stars per week over 305 weeks -3,376 stars, 194 forks, 67 watches -[viz](categories/viz.md) category, created 2017-04-24, last commit 2023-02-01, main language Python -data-analysis, grammar, graphics, plotting, python +### [full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql) by [tiangolo](https://github.com/tiangolo) +full-stack-fastapi-postgresql: Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more. +[https://github.com/tiangolo/full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql) +53 stars per week over 210 weeks +11,263 stars, 2,054 forks, 187 watches +[template](categories/template.md) category, created 2019-02-23, last commit 2020-06-05, main language Python +backend, celery, cookiecutter, docker, fastapi, frontend, json, json-schema, jwt, letsencrypt, openapi, openapi3, pgadmin, postgresql, python, python3, swagger, traefik, vue, vuex -### [ReAgent](https://github.com/facebookresearch/reagent) by [facebookresearch](https://github.com/facebookresearch) -ReAgent: A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.) -[https://reagent.ai](https://reagent.ai) -[https://github.com/facebookresearch/reagent](https://github.com/facebookresearch/reagent) -11 stars per week over 292 weeks -3,352 stars, 508 forks, 150 watches -[ml](categories/ml.md) category, created 2017-07-27, last commit 2023-02-28, main language Python +### [pip-audit](https://github.com/trailofbits/pip-audit) by [trailofbits](https://github.com/trailofbits) +pip-audit: Audits Python environments and dependency trees for known vulnerabilities +[https://pypi.org/project/pip-audit/](https://pypi.org/project/pip-audit/) +[https://github.com/trailofbits/pip-audit](https://github.com/trailofbits/pip-audit) +9.66 stars per week over 78 weeks +758 stars, 49 forks, 20 watches +[security](categories/security.md) category, created 2021-09-02, last commit 2023-02-24, main language Python +pip, python, security, security-audit, supply-chain -### [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) by [aws](https://github.com/aws) -aws-sdk-pandas: pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL). -[https://aws-sdk-pandas.readthedocs.io](https://aws-sdk-pandas.readthedocs.io) -[https://github.com/aws/aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) -15 stars per week over 209 weeks -3,341 stars, 581 forks, 61 watches -[pandas](categories/pandas.md) category, created 2019-02-26, last commit 2023-03-02, main language Python -amazon-athena, amazon-sagemaker-notebook, apache-arrow, apache-parquet, athena, aws, aws-glue, aws-lambda, data-engineering, data-science, emr, etl, glue-catalog, lambda, mysql, pandas, python, redshift +### [PlotNeuralNet](https://github.com/harisiqbal88/plotneuralnet) by [harisiqbal88](https://github.com/harisiqbal88) +PlotNeuralNet: Latex code for making neural networks diagrams +[https://github.com/harisiqbal88/plotneuralnet](https://github.com/harisiqbal88/plotneuralnet) +78 stars per week over 240 weeks +18,929 stars, 2,579 forks, 223 watches +[ml](categories/ml.md) category, created 2018-07-24, last commit 2020-11-06, main language TeX +deep-neural-networks, latex -### [opencv-python](https://github.com/skvark/opencv-python) by [skvark](https://github.com/skvark) -opencv-python: Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages. -[https://pypi.org/project/opencv-python/](https://pypi.org/project/opencv-python/) -[https://github.com/skvark/opencv-python](https://github.com/skvark/opencv-python) -9.16 stars per week over 360 weeks -3,298 stars, 640 forks, 81 watches -[ml](categories/ml.md) category, created 2016-04-08, last commit 2023-02-22, main language Shell -manylinux, opencv, opencv-contrib-python, opencv-python, precompiled, pypi, python, python-3, wheel +### [satpy](https://github.com/pytroll/satpy) by [pytroll](https://github.com/pytroll) +satpy: Python package for earth-observing satellite data processing +[http://satpy.readthedocs.org/en/latest/](http://satpy.readthedocs.org/en/latest/) +[https://github.com/pytroll/satpy](https://github.com/pytroll/satpy) +2.43 stars per week over 368 weeks +897 stars, 261 forks, 31 watches +[gis](categories/gis.md) category, created 2016-02-09, last commit 2023-02-21, main language Python +closember, dask, hacktoberfest, python, satellite, weather, xarray -### [BioGPT](https://github.com/microsoft/biogpt) by [microsoft](https://github.com/microsoft) -microsoft/biogpt -[https://github.com/microsoft/biogpt](https://github.com/microsoft/biogpt) -115 stars per week over 28 weeks -3,290 stars, 311 forks, 61 watches -[nlp](categories/nlp.md) category, created 2022-08-15, last commit 2023-02-13, main language Python +### [flake8](https://github.com/pycqa/flake8) by [pycqa](https://github.com/pycqa) +flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. +[https://flake8.pycqa.org](https://flake8.pycqa.org) +[https://github.com/pycqa/flake8](https://github.com/pycqa/flake8) +6.03 stars per week over 442 weeks +2,665 stars, 274 forks, 34 watches +[util](categories/util.md) category, created 2014-09-13, last commit 2023-02-21, main language Python +complexity-analysis, flake8, linter, linter-flake8, pep8, python, python3, static-analysis, static-code-analysis, style-guide, styleguide, stylelint -### [pyzmq](https://github.com/zeromq/pyzmq) by [zeromq](https://github.com/zeromq) -PyZMQ: Python bindings for zeromq -[http://zguide.zeromq.org/py:all](http://zguide.zeromq.org/py:all) -[https://github.com/zeromq/pyzmq](https://github.com/zeromq/pyzmq) -4.99 stars per week over 658 weeks -3,283 stars, 616 forks, 102 watches -[util](categories/util.md) category, created 2010-07-21, last commit 2023-02-23, main language Python -cython, python, zeromq +### [geopandas](https://github.com/geopandas/geopandas) +geopandas: Python tools for geographic data +[http://geopandas.org/](http://geopandas.org/) +[https://github.com/geopandas/geopandas](https://github.com/geopandas/geopandas) +7.06 stars per week over 505 weeks +3,568 stars, 794 forks, 106 watches +[gis](categories/gis.md) category, created 2013-06-27, last commit 2023-03-04, main language Python -### [polyaxon](https://github.com/polyaxon/polyaxon) -polyaxon: MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle -[https://polyaxon.com](https://polyaxon.com) -[https://github.com/polyaxon/polyaxon](https://github.com/polyaxon/polyaxon) -10 stars per week over 322 weeks -3,266 stars, 320 forks, 78 watches -[ml-ops](categories/ml-ops.md) category, created 2016-12-26, last commit 2023-03-03, main language None -artificial-intelligence, caffe, data-science, deep-learning, hyperparameter-optimization, jupyter, jupyterlab, k8s, keras, kubernetes, machine-learning, ml, mlops, mxnet, notebook, pipelines, pytorch, reinforcement-learning, tensorflow, workflow +### [explainerdashboard](https://github.com/oegedijk/explainerdashboard) by [oegedijk](https://github.com/oegedijk) +explainerdashboard: Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models. +[http://explainerdashboard.readthedocs.io](http://explainerdashboard.readthedocs.io) +[https://github.com/oegedijk/explainerdashboard](https://github.com/oegedijk/explainerdashboard) +9.1 stars per week over 174 weeks +1,588 stars, 208 forks, 18 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2019-10-30, last commit 2023-02-18, main language Python +dash, dashboard, data-scientists, explainer, inner-workings, interactive-dashboards, interactive-plots, model-predictions, permutation-importances, plotly, shap, shap-values, xai, xai-library -### [uwsgi](https://github.com/unbit/uwsgi) by [unbit](https://github.com/unbit) -uWSGI application server container -[http://projects.unbit.it/uwsgi](http://projects.unbit.it/uwsgi) -[https://github.com/unbit/uwsgi](https://github.com/unbit/uwsgi) -5.48 stars per week over 594 weeks -3,260 stars, 670 forks, 113 watches -[web](categories/web.md) category, created 2011-10-09, last commit 2023-01-10, main language C +### [flask-restx](https://github.com/python-restx/flask-restx) by [python-restx](https://github.com/python-restx) +flask-restx: Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask +[https://flask-restx.readthedocs.io/en/latest/](https://flask-restx.readthedocs.io/en/latest/) +[https://github.com/python-restx/flask-restx](https://github.com/python-restx/flask-restx) +10 stars per week over 164 weeks +1,762 stars, 294 forks, 70 watches +[web](categories/web.md) category, created 2020-01-09, last commit 2023-03-04, main language Python +api, flask, json, python, rest, restful, restplus, restx, swagger -### [jupyter-book](https://github.com/executablebooks/jupyter-book) by [executablebooks](https://github.com/executablebooks) -jupyter-book: Create beautiful, publication-quality books and documents from computational content. -[http://jupyterbook.org](http://jupyterbook.org) -[https://github.com/executablebooks/jupyter-book](https://github.com/executablebooks/jupyter-book) -13 stars per week over 246 weeks -3,253 stars, 612 forks, 60 watches -[jupyter](categories/jupyter.md) category, created 2018-06-14, last commit 2023-03-01, main language Python -documentation-generator, jupyter, sphinx-doc +### [lightseq](https://github.com/bytedance/lightseq) by [bytedance](https://github.com/bytedance) +LightSeq: A High Performance Library for Sequence Processing and Generation +[https://github.com/bytedance/lightseq](https://github.com/bytedance/lightseq) +15 stars per week over 169 weeks +2,602 stars, 297 forks, 53 watches +[nlp](categories/nlp.md) category, created 2019-12-06, last commit 2023-03-03, main language C++ +accelerate, bart, beam-search, bert, cuda, diverse-decoding, gpt, inference, multilingual-nmt, sampling, training, transformer -### [python-socketio](https://github.com/miguelgrinberg/python-socketio) by [miguelgrinberg](https://github.com/miguelgrinberg) -python-socketio: Python Socket.IO server and client -[https://github.com/miguelgrinberg/python-socketio](https://github.com/miguelgrinberg/python-socketio) -8.16 stars per week over 398 weeks -3,251 stars, 525 forks, 63 watches -[util](categories/util.md) category, created 2015-07-15, last commit 2023-02-16, main language Python -asyncio, eventlet, gevent, long-polling, low-latency, python, socket-io, socketio, socketio-server, web-server, websocket +### [causalml](https://github.com/uber/causalml) by [uber](https://github.com/uber) +causalml: Uplift modeling and causal inference with machine learning algorithms +[https://github.com/uber/causalml](https://github.com/uber/causalml) +20 stars per week over 190 weeks +3,819 stars, 613 forks, 78 watches +[ml](categories/ml.md) category, created 2019-07-09, last commit 2023-02-03, main language Python +causal-inference, incubation, machine-learning, uplift-modeling -### [Binance-volatility-trading-bot](https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot) by [cyberpunkmetalhead](https://github.com/cyberpunkmetalhead) -Binance-volatility-trading-bot: This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script. -[https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot](https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot) -34 stars per week over 94 weeks -3,243 stars, 760 forks, 148 watches -[crypto](categories/crypto.md) category, created 2021-05-08, last commit 2021-06-10, main language Python +### [python-dotenv](https://github.com/theskumar/python-dotenv) by [theskumar](https://github.com/theskumar) +python-dotenv: Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles. +[https://saurabh-kumar.com/python-dotenv/](https://saurabh-kumar.com/python-dotenv/) +[https://github.com/theskumar/python-dotenv](https://github.com/theskumar/python-dotenv) +12 stars per week over 443 weeks +5,716 stars, 358 forks, 33 watches +[util](categories/util.md) category, created 2014-09-06, last commit 2023-02-24, main language Python +12-factor-app, configuration, devops-tools, dotenv, env, environment-variables, python -### [remi](https://github.com/dddomodossola/remi) by [dddomodossola](https://github.com/dddomodossola) -remi: Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet. -[https://github.com/dddomodossola/remi](https://github.com/dddomodossola/remi) -6.92 stars per week over 467 weeks -3,231 stars, 394 forks, 121 watches -[gui](categories/gui.md) category, created 2014-03-20, last commit 2023-02-01, main language Python -gui, gui-library, platform-independent, python, remi, ui +### [gpt-2](https://github.com/openai/gpt-2) by [openai](https://github.com/openai) +gpt-2: Code for the paper "Language Models are Unsupervised Multitask Learners" +[https://openai.com/blog/better-language-models/](https://openai.com/blog/better-language-models/) +[https://github.com/openai/gpt-2](https://github.com/openai/gpt-2) +82 stars per week over 211 weeks +17,453 stars, 4,391 forks, 601 watches +[nlp](categories/nlp.md) category, created 2019-02-11, last commit 2020-12-02, main language Python +paper -### [spack](https://github.com/spack/spack) -spack: A flexible package manager that supports multiple versions, configurations, platforms, and compilers. -[https://spack.io](https://spack.io) -[https://github.com/spack/spack](https://github.com/spack/spack) -6.77 stars per week over 477 weeks -3,230 stars, 1,838 forks, 103 watches -[util](categories/util.md) category, created 2014-01-08, last commit 2023-03-02, main language Python -build-tools, hpc, linux, macos, package-manager, python, radiuss, scientific-computing, spack +### [distributed](https://github.com/dask/distributed) by [dask](https://github.com/dask) +distributed: A distributed task scheduler for Dask +[https://distributed.dask.org](https://distributed.dask.org) +[https://github.com/dask/distributed](https://github.com/dask/distributed) +3.7 stars per week over 390 weeks +1,444 stars, 677 forks, 58 watches +[perf](categories/perf.md) category, created 2015-09-13, last commit 2023-03-04, main language Python +dask, distributed-computing, hacktoberfest, pydata, python -### [aim](https://github.com/aimhubio/aim) by [aimhubio](https://github.com/aimhubio) -Aim 💫 — easy-to-use and performant open-source ML experiment tracker. -[https://aimstack.io](https://aimstack.io) -[https://github.com/aimhubio/aim](https://github.com/aimhubio/aim) -16 stars per week over 196 weeks -3,200 stars, 200 forks, 37 watches -[ml-ops](categories/ml-ops.md) category, created 2019-05-31, last commit 2023-03-02, main language TypeScript -ai, data-science, data-visualization, experiment-tracking, machine-learning, metadata, metadata-tracking, ml, mlflow, mlops, python, pytorch, tensorboard, tensorflow, visualization +### [ta-lib-python](https://github.com/ta-lib/ta-lib-python) by [ta-lib](https://github.com/ta-lib) +ta-lib-python: Python wrapper for TA-Lib (http://ta-lib.org/). +[http://ta-lib.github.io/ta-lib-python](http://ta-lib.github.io/ta-lib-python) +[https://github.com/ta-lib/ta-lib-python](https://github.com/ta-lib/ta-lib-python) +13 stars per week over 571 weeks +7,519 stars, 1,472 forks, 319 watches +[finance](categories/finance.md) category, created 2012-03-23, last commit 2023-02-28, main language Cython +finance, pattern-recognition, python, quantitative-finance, ta-lib, technical-analysis -### [tox](https://github.com/tox-dev/tox) by [tox-dev](https://github.com/tox-dev) -tox: Command line driven CI frontend and development task automation tool. -[https://tox.wiki](https://tox.wiki) -[https://github.com/tox-dev/tox](https://github.com/tox-dev/tox) -9.49 stars per week over 336 weeks -3,196 stars, 461 forks, 41 watches -[testing](categories/testing.md) category, created 2016-09-17, last commit 2023-03-02, main language Python -actions, appveyor, automation, azure-pipelines, circleci, cli, continuous-integration, gitlab, hacktoberfest, pep-621, python, testing, travis, venv, virtualenv +### [apscheduler](https://github.com/agronholm/apscheduler) by [agronholm](https://github.com/agronholm) +apscheduler: Task scheduling library for Python +[https://github.com/agronholm/apscheduler](https://github.com/agronholm/apscheduler) +13 stars per week over 362 weeks +4,869 stars, 618 forks, 122 watches +[util](categories/util.md) category, created 2016-03-27, last commit 2023-02-07, main language Python -### [PyTorch-BigGraph](https://github.com/facebookresearch/pytorch-biggraph) by [facebookresearch](https://github.com/facebookresearch) -PyTorch-BigGraph: Generate embeddings from large-scale graph-structured data. -[https://torchbiggraph.readthedocs.io/](https://torchbiggraph.readthedocs.io/) -[https://github.com/facebookresearch/pytorch-biggraph](https://github.com/facebookresearch/pytorch-biggraph) -13 stars per week over 230 weeks -3,194 stars, 438 forks, 92 watches -[ml-dl](categories/ml-dl.md) category, created 2018-10-01, last commit 2022-12-08, main language Python +### [brax](https://github.com/google/brax) by [google](https://github.com/google) +brax: Massively parallel rigidbody physics simulation on accelerator hardware. +[https://github.com/google/brax](https://github.com/google/brax) +16 stars per week over 91 weeks +1,552 stars, 162 forks, 37 watches +[sim](categories/sim.md) category, created 2021-06-02, last commit 2023-02-09, main language Jupyter Notebook +jax, physics-simulation, reinforcement-learning, robotics -### [evidently](https://github.com/evidentlyai/evidently) by [evidentlyai](https://github.com/evidentlyai) -evidently: Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b -[https://github.com/evidentlyai/evidently](https://github.com/evidentlyai/evidently) -26 stars per week over 118 weeks -3,191 stars, 346 forks, 36 watches -[ml-ops](categories/ml-ops.md) category, created 2020-11-25, last commit 2023-02-22, main language Python -data-drift, data-science, hacktoberfest, html-report, jupyter-notebook, machine-learning, machine-learning-operations, mlops, model-monitoring, pandas-dataframe, production-machine-learning +### [finetuner](https://github.com/jina-ai/finetuner) by [jina-ai](https://github.com/jina-ai) +finetuner: :dart: Task-oriented finetuning for better embeddings on neural search +[https://finetuner.jina.ai](https://finetuner.jina.ai) +[https://github.com/jina-ai/finetuner](https://github.com/jina-ai/finetuner) +11 stars per week over 81 weeks +954 stars, 48 forks, 24 watches +[ml](categories/ml.md) category, created 2021-08-11, last commit 2023-03-02, main language Python +few-shot-learning, fine-tuning, finetuning, jina, metric-learning, negative-sampling, neural-search, pretrained-models, siamese-network, similarity-learning, transfer-learning, triplet-loss -### [shapely](https://github.com/shapely/shapely) -shapely: Manipulation and analysis of geometric objects -[https://shapely.readthedocs.io/en/stable/](https://shapely.readthedocs.io/en/stable/) -[https://github.com/shapely/shapely](https://github.com/shapely/shapely) -5.46 stars per week over 582 weeks -3,184 stars, 514 forks, 86 watches -[gis](categories/gis.md) category, created 2011-12-31, last commit 2023-02-27, main language Python +### [vizier](https://github.com/google/vizier) by [google](https://github.com/google) +vizier: Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google Vizier Service. +[https://oss-vizier.readthedocs.io](https://oss-vizier.readthedocs.io) +[https://github.com/google/vizier](https://github.com/google/vizier) +17 stars per week over 54 weeks +967 stars, 45 forks, 20 watches +[ml](categories/ml.md) category, created 2022-02-16, last commit 2023-03-01, main language Python +algorithm, bayesian-optimization, blackbox-optimization, deep-learning, distributed-computing, distributed-systems, evolutionary-algorithms, google, grpc, hyperparameter-optimization, hyperparameter-tuning, machine-learning, open-source, optimization, tuning, tuning-parameters, vizier -### [gpt-2-simple](https://github.com/minimaxir/gpt-2-simple) by [minimaxir](https://github.com/minimaxir) -gpt-2-simple: Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts -[https://github.com/minimaxir/gpt-2-simple](https://github.com/minimaxir/gpt-2-simple) -15 stars per week over 202 weeks -3,178 stars, 652 forks, 74 watches -[nlp](categories/nlp.md) category, created 2019-04-13, last commit 2022-05-22, main language Python -openai, tensorflow, text-generation, textgenrnn +### [uvloop](https://github.com/magicstack/uvloop) by [magicstack](https://github.com/magicstack) +uvloop: Ultra fast asyncio event loop. +[https://github.com/magicstack/uvloop](https://github.com/magicstack/uvloop) +24 stars per week over 382 weeks +9,199 stars, 535 forks, 226 watches +[util](categories/util.md) category, created 2015-11-08, last commit 2023-01-15, main language Cython +async, async-await, async-python, asyncio, event-loop, high-performance, libuv, networking, python, python-3 -### [websocket-client](https://github.com/websocket-client/websocket-client) -websocket-client: WebSocket client for Python -[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) -[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) -4.99 stars per week over 635 weeks -3,170 stars, 732 forks, 90 watches -[web](categories/web.md) category, created 2010-12-28, last commit 2023-03-01, main language Python -python, rfc-6455, websocket, websocket-client, websockets, websockets-client +### [addons](https://github.com/tensorflow/addons) by [tensorflow](https://github.com/tensorflow) +addons: Useful extra functionality for TensorFlow 2.x maintained by SIG-addons +[https://github.com/tensorflow/addons](https://github.com/tensorflow/addons) +7.24 stars per week over 222 weeks +1,613 stars, 599 forks, 58 watches +[ml](categories/ml.md) category, created 2018-11-26, last commit 2023-03-01, main language Python +deep-learning, machine-learning, neural-network, python, tensorflow, tensorflow-addons -### [XlsxWriter](https://github.com/jmcnamara/xlsxwriter) by [jmcnamara](https://github.com/jmcnamara) -XlsxWriter: A Python module for creating Excel XLSX files. -[https://xlsxwriter.readthedocs.io](https://xlsxwriter.readthedocs.io) -[https://github.com/jmcnamara/xlsxwriter](https://github.com/jmcnamara/xlsxwriter) -5.98 stars per week over 530 weeks -3,167 stars, 593 forks, 121 watches -[data](categories/data.md) category, created 2013-01-04, last commit 2023-03-01, main language Python -charts, libxlsxwriter, pandas, python, spreadsheet, xlsx, xlsx-files, xlsxwriter +### [csvkit](https://github.com/wireservice/csvkit) by [wireservice](https://github.com/wireservice) +csvkit: A suite of utilities for converting to and working with CSV, the king of tabular file formats. +[http://csvkit.rtfd.org/](http://csvkit.rtfd.org/) +[https://github.com/wireservice/csvkit](https://github.com/wireservice/csvkit) +8.66 stars per week over 622 weeks +5,388 stars, 583 forks, 132 watches +[util](categories/util.md) category, created 2011-04-01, last commit 2023-02-22, main language Python -### [sqlparse](https://github.com/andialbrecht/sqlparse) by [andialbrecht](https://github.com/andialbrecht) -sqlparse: A non-validating SQL parser module for Python -[https://github.com/andialbrecht/sqlparse](https://github.com/andialbrecht/sqlparse) -5.57 stars per week over 567 weeks -3,162 stars, 622 forks, 93 watches -[data](categories/data.md) category, created 2012-04-18, last commit 2023-01-05, main language Python +### [blankly](https://github.com/blankly-finance/blankly) by [blankly-finance](https://github.com/blankly-finance) +blankly: 🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package. +[https://package.blankly.finance](https://package.blankly.finance) +[https://github.com/blankly-finance/blankly](https://github.com/blankly-finance/blankly) +14 stars per week over 103 weeks +1,474 stars, 194 forks, 28 watches +[finance](categories/finance.md) category, created 2021-03-09, last commit 2023-02-02, main language Python +algotrading, binance, blankly, bot, bot-framework, bots, coinbase, crypto, cryptocurrency, framework, investment, platform, python, stocks, trading, trading-bot, trading-strategies -### [warehouse](https://github.com/pypi/warehouse) by [pypi](https://github.com/pypi) -warehouse: The Python Package Index -[https://pypi.org](https://pypi.org) -[https://github.com/pypi/warehouse](https://github.com/pypi/warehouse) -6.1 stars per week over 517 weeks -3,157 stars, 908 forks, 105 watches -[util](categories/util.md) category, created 2013-03-30, last commit 2023-03-02, main language Python +### [ReAgent](https://github.com/facebookresearch/reagent) by [facebookresearch](https://github.com/facebookresearch) +ReAgent: A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.) +[https://reagent.ai](https://reagent.ai) +[https://github.com/facebookresearch/reagent](https://github.com/facebookresearch/reagent) +11 stars per week over 292 weeks +3,352 stars, 508 forks, 150 watches +[ml](categories/ml.md) category, created 2017-07-27, last commit 2023-02-28, main language Python -### [SeleniumBase](https://github.com/seleniumbase/seleniumbase) by [seleniumbase](https://github.com/seleniumbase) -SeleniumBase: A Python browser automation framework for creating reliable end-to-end tests. -[https://seleniumbase.io](https://seleniumbase.io) -[https://github.com/seleniumbase/seleniumbase](https://github.com/seleniumbase/seleniumbase) -6.72 stars per week over 469 weeks -3,155 stars, 762 forks, 122 watches -[testing](categories/testing.md) category, created 2014-03-04, last commit 2023-03-02, main language Python -behave, chrome, chromedriver, e2e-testing, firefox, pytest, pytest-plugin, python, python3, selenium, selenium-python, seleniumbase, test, web-automation, webdriver, webkit +### [zipline](https://github.com/quantopian/zipline) by [quantopian](https://github.com/quantopian) +Zipline, a Pythonic Algorithmic Trading Library +[https://www.zipline.io](https://www.zipline.io) +[https://github.com/quantopian/zipline](https://github.com/quantopian/zipline) +29 stars per week over 541 weeks +15,851 stars, 4,541 forks, 1,008 watches +[finance](categories/finance.md) category, created 2012-10-19, last commit 2020-10-14, main language Python +algorithmic-trading, python, quant, zipline -### [coremltools](https://github.com/apple/coremltools) by [apple](https://github.com/apple) -coremltools: Core ML tools contain supporting tools for Core ML model conversion, editing, and validation. -[https://coremltools.readme.io](https://coremltools.readme.io) -[https://github.com/apple/coremltools](https://github.com/apple/coremltools) -10 stars per week over 296 weeks -3,139 stars, 488 forks, 114 watches -[ml](categories/ml.md) category, created 2017-06-30, last commit 2023-02-21, main language Python -coreml, coremltools, machine-learning, model-conversion, model-converter, pytorch, tensorflow +### [deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) by [fchollet](https://github.com/fchollet) +deep-learning-with-python-notebooks: Jupyter notebooks for the code samples of the book "Deep Learning with Python" +[https://github.com/fchollet/deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) +57 stars per week over 286 weeks +16,498 stars, 8,043 forks, 642 watches +[study](categories/study.md) category, created 2017-09-05, last commit 2023-02-13, main language Jupyter Notebook -### [markdown](https://github.com/python-markdown/markdown) by [python-markdown](https://github.com/python-markdown) -markdown: A Python implementation of John Gruber’s Markdown with Extension support. -[https://python-markdown.github.io/](https://python-markdown.github.io/) -[https://github.com/python-markdown/markdown](https://github.com/python-markdown/markdown) -4.71 stars per week over 665 weeks -3,138 stars, 817 forks, 75 watches -[util](categories/util.md) category, created 2010-05-29, last commit 2023-01-09, main language Python -markdown, markdown-parser, markdown-to-html, python, python-markdown, python3 +### [TensorLayer](https://github.com/tensorlayer/tensorlayer) by [tensorlayer](https://github.com/tensorlayer) +TensorLayer: Deep Learning and Reinforcement Learning Library for Scientists and Engineers +[http://tensorlayerx.com](http://tensorlayerx.com) +[https://github.com/tensorlayer/tensorlayer](https://github.com/tensorlayer/tensorlayer) +20 stars per week over 351 weeks +7,154 stars, 1,617 forks, 466 watches +[ml-dl](categories/ml-dl.md) category, created 2016-06-07, last commit 2023-02-18, main language Python +a3c, artificial-intelligence, chatbot, deep-learning, dqn, gan, google, imagenet, neural-network, object-detection, python, reinforcement-learning, tensorflow, tensorflow-tutorial, tensorflow-tutorials, tensorlayer -### [flyte](https://github.com/flyteorg/flyte) by [flyteorg](https://github.com/flyteorg) -flyte: Kubernetes-native workflow automation platform for complex, mission-critical data and ML processes at scale. It has been battle-tested at Lyft, Spotify, Freenome, and others and is truly open-source. -[https://flyte.org](https://flyte.org) -[https://github.com/flyteorg/flyte](https://github.com/flyteorg/flyte) -17 stars per week over 175 weeks -3,135 stars, 329 forks, 266 watches -[ml-ops](categories/ml-ops.md) category, created 2019-10-21, last commit 2023-03-02, main language Python -battle-tested, data, data-analysis, data-science, dataops, declarative, flyte, golang, grpc, hacktoberfest, kubernetes, kubernetes-operator, machine-learning, mlops, orchestration-engine, production, production-grade, python, scale, workflow +### [Transformers-Tutorials](https://github.com/nielsrogge/transformers-tutorials) by [nielsrogge](https://github.com/nielsrogge) +Transformers-Tutorials: This repository contains demos I made with the Transformers library by HuggingFace. +[https://github.com/nielsrogge/transformers-tutorials](https://github.com/nielsrogge/transformers-tutorials) +29 stars per week over 130 weeks +3,834 stars, 607 forks, 86 watches +[study](categories/study.md) category, created 2020-08-31, last commit 2023-02-28, main language Jupyter Notebook +bert, gpt-2, layoutlm, pytorch, transformers, vision-transformer -### [blaze](https://github.com/blaze/blaze) -blaze: NumPy and Pandas interface to Big Data -[blaze.pydata.org](blaze.pydata.org) -[https://github.com/blaze/blaze](https://github.com/blaze/blaze) -5.79 stars per week over 540 weeks -3,126 stars, 388 forks, 199 watches -[pandas](categories/pandas.md) category, created 2012-10-26, last commit 2019-08-15, main language Python +### [dm-haiku](https://github.com/deepmind/dm-haiku) by [deepmind](https://github.com/deepmind) +dm-haiku: JAX-based neural network library +[https://dm-haiku.readthedocs.io](https://dm-haiku.readthedocs.io) +[https://github.com/deepmind/dm-haiku](https://github.com/deepmind/dm-haiku) +15 stars per week over 158 weeks +2,385 stars, 199 forks, 39 watches +[ml-dl](categories/ml-dl.md) category, created 2020-02-18, last commit 2023-03-03, main language Python +deep-learning, deep-neural-networks, jax, machine-learning, neural-networks -### [pipelines](https://github.com/kubeflow/pipelines) by [kubeflow](https://github.com/kubeflow) -pipelines: Machine Learning Pipelines for Kubeflow -[https://www.kubeflow.org/docs/components/pipelines/](https://www.kubeflow.org/docs/components/pipelines/) -[https://github.com/kubeflow/pipelines](https://github.com/kubeflow/pipelines) -12 stars per week over 250 weeks -3,120 stars, 1,393 forks, 101 watches -[ml-ops](categories/ml-ops.md) category, created 2018-05-12, last commit 2023-03-03, main language Python -data-science, kubeflow, kubeflow-pipelines, kubernetes, machine-learning, mlops, pipeline +### [lovely-tensors](https://github.com/xl0/lovely-tensors) by [xl0](https://github.com/xl0) +lovely-tensors: Tensors, ready for human consumption +[https://xl0.github.io/lovely-tensors](https://xl0.github.io/lovely-tensors) +[https://github.com/xl0/lovely-tensors](https://github.com/xl0/lovely-tensors) +43 stars per week over 21 weeks +923 stars, 14 forks, 8 watches +[util](categories/util.md) category, created 2022-10-07, last commit 2023-01-27, main language Jupyter Notebook +deep-learning, library, pytorch, statistics, visualization -### [jupyterlite](https://github.com/jupyterlite/jupyterlite) -jupyterlite: Wasm powered Jupyter running in the browser 💡 -[https://jupyterlite.rtfd.io/en/latest/try/lab](https://jupyterlite.rtfd.io/en/latest/try/lab) -[https://github.com/jupyterlite/jupyterlite](https://github.com/jupyterlite/jupyterlite) -30 stars per week over 100 weeks -3,093 stars, 194 forks, 43 watches -[jupyter](categories/jupyter.md) category, created 2021-03-27, last commit 2023-02-15, main language Python -jupyter, jupyterlab, jupyterlab-extension, lite, pyodide, wasm, webassembly +### [terminal-copilot](https://github.com/methexis-inc/terminal-copilot) by [methexis-inc](https://github.com/methexis-inc) +terminal-copilot: A smart terminal assistant that helps you find the right command. +[https://github.com/methexis-inc/terminal-copilot](https://github.com/methexis-inc/terminal-copilot) +37 stars per week over 12 weeks +448 stars, 25 forks, 6 watches +[util](categories/util.md) category, created 2022-12-11, last commit 2023-01-25, main language Python -### [lit](https://github.com/pair-code/lit) by [pair-code](https://github.com/pair-code) -lit: The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface. -[https://pair-code.github.io/lit](https://pair-code.github.io/lit) -[https://github.com/pair-code/lit](https://github.com/pair-code/lit) -22 stars per week over 135 weeks -3,083 stars, 327 forks, 70 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2020-07-28, last commit 2022-12-02, main language TypeScript -machine-learning, natural-language-processing, visualization +### [pydata-book](https://github.com/wesm/pydata-book) by [wesm](https://github.com/wesm) +pydata-book: Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media +[https://github.com/wesm/pydata-book](https://github.com/wesm/pydata-book) +34 stars per week over 557 weeks +18,959 stars, 14,016 forks, 1,470 watches +[study](categories/study.md) category, created 2012-06-30, last commit 2022-11-03, main language Jupyter Notebook -### [consensus-specs](https://github.com/ethereum/consensus-specs) by [ethereum](https://github.com/ethereum) -consensus-specs: Ethereum Proof-of-Stake Consensus Specifications -[https://github.com/ethereum/consensus-specs](https://github.com/ethereum/consensus-specs) -13 stars per week over 232 weeks -3,069 stars, 786 forks, 244 watches -[crypto](categories/crypto.md) category, created 2018-09-20, last commit 2023-03-02, main language Python +### [automl](https://github.com/google/automl) by [google](https://github.com/google) +automl: Google Brain AutoML +[https://github.com/google/automl](https://github.com/google/automl) +35 stars per week over 155 weeks +5,594 stars, 1,418 forks, 157 watches +[ml](categories/ml.md) category, created 2020-03-12, last commit 2023-02-15, main language Jupyter Notebook +automl, efficientdet, efficientnet, efficientnetv2, object-detection -### [joblib](https://github.com/joblib/joblib) -joblib: Computing with Python functions. -[http://joblib.readthedocs.org](http://joblib.readthedocs.org) -[https://github.com/joblib/joblib](https://github.com/joblib/joblib) -4.59 stars per week over 669 weeks -3,068 stars, 366 forks, 61 watches -[util](categories/util.md) category, created 2010-05-07, last commit 2023-02-21, main language Python -caching, memoization, multiprocessing, parallel-computing, python, threading +### [pywebview](https://github.com/r0x0r/pywebview) by [r0x0r](https://github.com/r0x0r) +pywebview: Build GUI for your Python program with JavaScript, HTML, and CSS +[https://pywebview.flowrl.com](https://pywebview.flowrl.com) +[https://github.com/r0x0r/pywebview](https://github.com/r0x0r/pywebview) +7.86 stars per week over 432 weeks +3,400 stars, 442 forks, 58 watches +[gui](categories/gui.md) category, created 2014-11-20, last commit 2023-02-28, main language Python +cef, cocoa, gtk, gui, html, javascript, linux, osx, python, qt, webkit, windows -### [textdistance](https://github.com/life4/textdistance) by [life4](https://github.com/life4) -textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. -[https://github.com/life4/textdistance](https://github.com/life4/textdistance) -10 stars per week over 304 weeks -3,064 stars, 241 forks, 61 watches -[nlp](categories/nlp.md) category, created 2017-05-05, last commit 2022-09-18, main language Python -algorithm, algorithms, damerau-levenshtein, damerau-levenshtein-distance, diff, distance, distance-calculation, hamming-distance, jellyfish, levenshtein, levenshtein-distance, python, textdistance +### [holoviews](https://github.com/holoviz/holoviews) by [holoviz](https://github.com/holoviz) +holoviews: With Holoviews, your data visualizes itself. +[https://holoviews.org](https://holoviews.org) +[https://github.com/holoviz/holoviews](https://github.com/holoviz/holoviews) +5.18 stars per week over 460 weeks +2,388 stars, 373 forks, 61 watches +[viz](categories/viz.md) category, created 2014-05-07, last commit 2023-03-03, main language Python +holoviews, holoviz, plotting -### [stablediffusion-infinity](https://github.com/lkwq007/stablediffusion-infinity) by [lkwq007](https://github.com/lkwq007) -stablediffusion-infinity: Outpainting with Stable Diffusion on an infinite canvas -[https://github.com/lkwq007/stablediffusion-infinity](https://github.com/lkwq007/stablediffusion-infinity) -117 stars per week over 26 weeks -3,053 stars, 237 forks, 32 watches -[diffusion](categories/diffusion.md) category, created 2022-09-02, last commit 2023-01-24, main language Python -outpainting, stablediffusion +### [ormar](https://github.com/collerek/ormar) by [collerek](https://github.com/collerek) +ormar: python async orm with fastapi in mind and pydantic validation +[https://collerek.github.io/ormar/](https://collerek.github.io/ormar/) +[https://github.com/collerek/ormar](https://github.com/collerek/ormar) +9.36 stars per week over 135 weeks +1,264 stars, 62 forks, 15 watches +[data](categories/data.md) category, created 2020-08-02, last commit 2023-02-28, main language Python +alembic, async-orm, databases, fastapi, orm, pydantic, python-orm, sqlalchemy -### [viztracer](https://github.com/gaogaotiantian/viztracer) by [gaogaotiantian](https://github.com/gaogaotiantian) -VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution. -[https://viztracer.readthedocs.io/](https://viztracer.readthedocs.io/) -[https://github.com/gaogaotiantian/viztracer](https://github.com/gaogaotiantian/viztracer) -22 stars per week over 134 weeks -3,053 stars, 291 forks, 40 watches -[profiling](categories/profiling.md) category, created 2020-08-05, last commit 2023-02-17, main language Python -debugging, flamegraph, logging, profiling, python, python3, tracer, visualization +### [tablib](https://github.com/jazzband/tablib) by [jazzband](https://github.com/jazzband) +tablib: Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. +[https://tablib.readthedocs.io/](https://tablib.readthedocs.io/) +[https://github.com/jazzband/tablib](https://github.com/jazzband/tablib) +6.8 stars per week over 622 weeks +4,233 stars, 573 forks, 141 watches +[data](categories/data.md) category, created 2011-03-28, last commit 2023-03-03, main language Python -### [glide-text2im](https://github.com/openai/glide-text2im) by [openai](https://github.com/openai) -glide-text2im: GLIDE: a diffusion-based text-conditional image synthesis model -[https://github.com/openai/glide-text2im](https://github.com/openai/glide-text2im) -47 stars per week over 64 weeks -3,037 stars, 434 forks, 124 watches -[diffusion](categories/diffusion.md) category, created 2021-12-10, last commit 2022-03-21, main language Python +### [tf-quant-finance](https://github.com/google/tf-quant-finance) by [google](https://github.com/google) +tf-quant-finance: High-performance TensorFlow library for quantitative finance. +[https://github.com/google/tf-quant-finance](https://github.com/google/tf-quant-finance) +19 stars per week over 188 weeks +3,655 stars, 490 forks, 169 watches +[finance](categories/finance.md) category, created 2019-07-24, last commit 2023-02-17, main language Python +finance, gpu, gpu-computing, high-performance, high-performance-computing, numerical-integration, numerical-methods, numerical-optimization, python, quantitative-finance, quantlib, tensorflow -### [vispy](https://github.com/vispy/vispy) -vispy: Main repository for Vispy -[http://vispy.org](http://vispy.org) -[https://github.com/vispy/vispy](https://github.com/vispy/vispy) -5.82 stars per week over 519 weeks -3,021 stars, 607 forks, 119 watches -[viz](categories/viz.md) category, created 2013-03-21, last commit 2023-01-23, main language Python -closember, hacktoberfest, opengl, python, visualization +### [theseus](https://github.com/facebookresearch/theseus) by [facebookresearch](https://github.com/facebookresearch) +theseus: A library for differentiable nonlinear optimization +[https://github.com/facebookresearch/theseus](https://github.com/facebookresearch/theseus) +18 stars per week over 67 weeks +1,226 stars, 85 forks, 29 watches +[math](categories/math.md) category, created 2021-11-18, last commit 2023-02-27, main language Python +bilevel-optimization, computer-vision, deep-learning, differentiable-optimization, embodied-ai, gauss-newton, implicit-differentiation, levenberg-marquardt, nonlinear-least-squares, pytorch, robotics -### [composer](https://github.com/mosaicml/composer) by [mosaicml](https://github.com/mosaicml) -composer: Train neural networks up to 7x faster -[http://docs.mosaicml.com](http://docs.mosaicml.com) -[https://github.com/mosaicml/composer](https://github.com/mosaicml/composer) -41 stars per week over 72 weeks -3,019 stars, 196 forks, 27 watches -[ml-dl](categories/ml-dl.md) category, created 2021-10-12, last commit 2023-03-02, main language Python -deep-learning, machine-learning, ml-efficiency, ml-systems, ml-training, neural-network, neural-networks, pytorch +### [arcade](https://github.com/pythonarcade/arcade) by [pythonarcade](https://github.com/pythonarcade) +arcade: Easy to use Python library for creating 2D arcade games. +[http://arcade.academy](http://arcade.academy) +[https://github.com/pythonarcade/arcade](https://github.com/pythonarcade/arcade) +3.76 stars per week over 373 weeks +1,404 stars, 264 forks, 57 watches +[gamedev](categories/gamedev.md) category, created 2016-01-04, last commit 2023-03-04, main language Python +arcade-api, arcade-framework, arcade-learning-environment, educational-resources, educational-technology, opengl, python, python3 -### [praw](https://github.com/praw-dev/praw) by [praw-dev](https://github.com/praw-dev) -PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. -[http://praw.readthedocs.io/](http://praw.readthedocs.io/) -[https://github.com/praw-dev/praw](https://github.com/praw-dev/praw) -4.6 stars per week over 654 weeks -3,011 stars, 450 forks, 71 watches -[data](categories/data.md) category, created 2010-08-19, last commit 2023-02-25, main language Python -api, oauth, praw, python, reddit, reddit-api +### [torchio](https://github.com/fepegar/torchio) by [fepegar](https://github.com/fepegar) +torchio: Medical imaging toolkit for deep learning +[http://www.torchio.org](http://www.torchio.org) +[https://github.com/fepegar/torchio](https://github.com/fepegar/torchio) +9.66 stars per week over 170 weeks +1,649 stars, 203 forks, 17 watches +[ml-dl](categories/ml-dl.md) category, created 2019-11-26, last commit 2023-03-01, main language Python +augmentation, data-augmentation, deep-learning, machine-learning, medical-image-analysis, medical-image-computing, medical-image-processing, medical-images, medical-imaging-datasets, medical-imaging-with-deep-learning, python, pytorch -### [funcy](https://github.com/suor/funcy) by [suor](https://github.com/suor) -funcy: A fancy and practical functional tools -[https://github.com/suor/funcy](https://github.com/suor/funcy) -5.51 stars per week over 541 weeks -2,986 stars, 134 forks, 73 watches -[util](categories/util.md) category, created 2012-10-13, last commit 2023-02-26, main language Python -functional-programming, python, utilities +### [pyinstrument](https://github.com/joerick/pyinstrument) by [joerick](https://github.com/joerick) +pyinstrument: 🚴 Call stack profiler for Python. Shows you why your code is slow! +[https://pyinstrument.readthedocs.io/](https://pyinstrument.readthedocs.io/) +[https://github.com/joerick/pyinstrument](https://github.com/joerick/pyinstrument) +10 stars per week over 468 weeks +5,144 stars, 220 forks, 55 watches +[profiling](categories/profiling.md) category, created 2014-03-13, last commit 2022-12-27, main language Python +async, django, performance, profile, profiler, python -### [strawberry](https://github.com/strawberry-graphql/strawberry) by [strawberry-graphql](https://github.com/strawberry-graphql) -strawberry: A GraphQL library for Python that leverages type annotations 🍓 -[https://strawberry.rocks](https://strawberry.rocks) -[https://github.com/strawberry-graphql/strawberry](https://github.com/strawberry-graphql/strawberry) -13 stars per week over 219 weeks -2,984 stars, 373 forks, 40 watches -[web](categories/web.md) category, created 2018-12-21, last commit 2023-03-02, main language Python -asgi, asyncio, django, graphql, graphql-library, graphql-schema, graphql-server, hacktoberfest, mypy, python, starlette, strawberry +### [rasterio](https://github.com/rasterio/rasterio) +Rasterio reads and writes geospatial raster datasets +[https://rasterio.readthedocs.io/](https://rasterio.readthedocs.io/) +[https://github.com/rasterio/rasterio](https://github.com/rasterio/rasterio) +3.88 stars per week over 486 weeks +1,889 stars, 508 forks, 151 watches +[gis](categories/gis.md) category, created 2013-11-04, last commit 2023-02-27, main language Python +cli, cython, gdal, gis, mapbox-satellite-oss, python, raster -### [ploomber](https://github.com/ploomber/ploomber) -ploomber: The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️ -[https://ploomber.io](https://ploomber.io) -[https://github.com/ploomber/ploomber](https://github.com/ploomber/ploomber) -18 stars per week over 162 weeks -2,982 stars, 206 forks, 26 watches -[ml-ops](categories/ml-ops.md) category, created 2020-01-20, last commit 2023-01-31, main language Python -data-engineering, data-science, jupyter, jupyter-notebooks, machine-learning, mlops, notebooks, papermill, pipelines, pycharm, vscode, workflow +### [flower](https://github.com/adap/flower) by [adap](https://github.com/adap) +Flower: A Friendly Federated Learning Framework +[https://flower.dev](https://flower.dev) +[https://github.com/adap/flower](https://github.com/adap/flower) +12 stars per week over 158 weeks +2,061 stars, 449 forks, 23 watches +[ml-ops](categories/ml-ops.md) category, created 2020-02-17, last commit 2023-03-01, main language Python +deep-learning, federated-analytics, federated-learning, federated-learning-framework, fleet-intelligence, fleet-learning, flower, keras-federated-learning, machine-learning, pytorch, pytorch-federated-learning, scikit-learn, tensorflow, tensorflow-federated-learning -### [AITemplate](https://github.com/facebookincubator/aitemplate) by [facebookincubator](https://github.com/facebookincubator) -AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference. -[https://github.com/facebookincubator/aitemplate](https://github.com/facebookincubator/aitemplate) -90 stars per week over 33 weeks -2,977 stars, 238 forks, 77 watches -[ml-dl](categories/ml-dl.md) category, created 2022-07-15, last commit 2023-03-02, main language Python +### [pygments](https://github.com/pygments/pygments) +Pygments is a generic syntax highlighter written in Python +[http://pygments.org/](http://pygments.org/) +[https://github.com/pygments/pygments](https://github.com/pygments/pygments) +6.62 stars per week over 183 weeks +1,212 stars, 507 forks, 31 watches +[util](categories/util.md) category, created 2019-08-31, last commit 2023-03-03, main language Python +python, syntax-highlighting + + +### [basic-pitch](https://github.com/spotify/basic-pitch) by [spotify](https://github.com/spotify) +basic-pitch: A lightweight yet powerful audio-to-MIDI converter with pitch bend detection +[https://basicpitch.io](https://basicpitch.io) +[https://github.com/spotify/basic-pitch](https://github.com/spotify/basic-pitch) +37 stars per week over 43 weeks +1,651 stars, 95 forks, 32 watches +[util](categories/util.md) category, created 2022-05-03, last commit 2023-02-27, main language Python +audio, lightweight, machine-learning, midi, music, pitch-detection, polyphonic, python, transcription, typescript ### [vissl](https://github.com/facebookresearch/vissl) by [facebookresearch](https://github.com/facebookresearch) @@ -3818,586 +4029,673 @@ VISSL is FAIR's library of extensible, modular and scalable components for SOTA [https://vissl.ai](https://vissl.ai) [https://github.com/facebookresearch/vissl](https://github.com/facebookresearch/vissl) 19 stars per week over 151 weeks -2,969 stars, 311 forks, 52 watches +2,968 stars, 312 forks, 52 watches [ml](categories/ml.md) category, created 2020-04-09, last commit 2022-12-28, main language Jupyter Notebook -### [more-itertools](https://github.com/more-itertools/more-itertools) -more-itertools: More routines for operating on iterables, beyond itertools -[https://more-itertools.rtfd.io](https://more-itertools.rtfd.io) -[https://github.com/more-itertools/more-itertools](https://github.com/more-itertools/more-itertools) -5.22 stars per week over 566 weeks -2,958 stars, 239 forks, 36 watches -[util](categories/util.md) category, created 2012-04-26, last commit 2023-02-28, main language Python +### [AugLy](https://github.com/facebookresearch/augly) by [facebookresearch](https://github.com/facebookresearch) +AugLy: A data augmentations library for audio, image, text, and video. +[https://ai.facebook.com/blog/augly-a-new-data-augmentation-library-to-help-build-more-robust-ai-models/](https://ai.facebook.com/blog/augly-a-new-data-augmentation-library-to-help-build-more-robust-ai-models/) +[https://github.com/facebookresearch/augly](https://github.com/facebookresearch/augly) +51 stars per week over 90 weeks +4,671 stars, 275 forks, 62 watches +[data](categories/data.md) category, created 2021-06-09, last commit 2022-12-05, main language Python -### [qgrid](https://github.com/quantopian/qgrid) by [quantopian](https://github.com/quantopian) -qgrid: An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks -[https://github.com/quantopian/qgrid](https://github.com/quantopian/qgrid) -6.7 stars per week over 439 weeks -2,946 stars, 419 forks, 88 watches -[jupyter](categories/jupyter.md) category, created 2014-09-30, last commit 2020-04-07, main language Python +### [alibi](https://github.com/seldonio/alibi) by [seldonio](https://github.com/seldonio) +alibi: Algorithms for explaining machine learning models +[https://docs.seldon.io/projects/alibi/en/stable/](https://docs.seldon.io/projects/alibi/en/stable/) +[https://github.com/seldonio/alibi](https://github.com/seldonio/alibi) +9.29 stars per week over 209 weeks +1,949 stars, 221 forks, 42 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2019-02-26, last commit 2023-03-01, main language Python +counterfactual, explanations, interpretability, machine-learning, xai -### [VToonify](https://github.com/williamyang1991/vtoonify) by [williamyang1991](https://github.com/williamyang1991) -[SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer -[https://github.com/williamyang1991/vtoonify](https://github.com/williamyang1991/vtoonify) -117 stars per week over 25 weeks -2,946 stars, 358 forks, 59 watches -[ml-dl](categories/ml-dl.md) category, created 2022-09-09, last commit 2023-02-24, main language Jupyter Notebook -face, siggraph-asia, style-transfer, stylegan2, toonify, video-style-transfer +### [ipyvizzu](https://github.com/vizzuhq/ipyvizzu) by [vizzuhq](https://github.com/vizzuhq) +ipyvizzu: Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax. +[https://ipyvizzu.vizzuhq.com](https://ipyvizzu.vizzuhq.com) +[https://github.com/vizzuhq/ipyvizzu](https://github.com/vizzuhq/ipyvizzu) +12 stars per week over 60 weeks +762 stars, 60 forks, 16 watches +[jupyter](categories/jupyter.md) category, created 2022-01-05, last commit 2023-03-01, main language Python +animation, chart, charting, charts, data-visualization, dataviz, graphing, graphs, ipython, jupyter, jupyter-notebook, plotting, python, storytelling, vizzu -### [cerberus](https://github.com/pyeve/cerberus) by [pyeve](https://github.com/pyeve) -cerberus: Lightweight, extensible data validation library for Python -[http://python-cerberus.org](http://python-cerberus.org) -[https://github.com/pyeve/cerberus](https://github.com/pyeve/cerberus) -5.43 stars per week over 542 weeks -2,944 stars, 230 forks, 48 watches -[data](categories/data.md) category, created 2012-10-10, last commit 2021-05-05, main language Python -data-validation, python +### [dalle-playground](https://github.com/saharmor/dalle-playground) by [saharmor](https://github.com/saharmor) +dalle-playground: A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini) +[https://github.com/saharmor/dalle-playground](https://github.com/saharmor/dalle-playground) +33 stars per week over 76 weeks +2,587 stars, 565 forks, 28 watches +[ml-dl](categories/ml-dl.md) category, created 2021-09-13, last commit 2023-02-19, main language JavaScript +artificial, artificial-intelligence, dall-e, dalle, dalle-mini, gan, machine-learning, openai, stable-diffusion, text-to-image, transformers -### [datashader](https://github.com/holoviz/datashader) by [holoviz](https://github.com/holoviz) -datashader: Quickly and accurately render even the largest data. -[http://datashader.org](http://datashader.org) -[https://github.com/holoviz/datashader](https://github.com/holoviz/datashader) -7.81 stars per week over 375 weeks -2,931 stars, 364 forks, 95 watches -[gis](categories/gis.md) category, created 2015-12-23, last commit 2023-02-27, main language Python -data-visualizations, datashader, holoviz, rasterization +### [sparseml](https://github.com/neuralmagic/sparseml) by [neuralmagic](https://github.com/neuralmagic) +sparseml: Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models +[https://github.com/neuralmagic/sparseml](https://github.com/neuralmagic/sparseml) +13 stars per week over 116 weeks +1,519 stars, 116 forks, 40 watches +[ml-dl](categories/ml-dl.md) category, created 2020-12-11, last commit 2023-03-04, main language Python +automl, computer-vision-algorithms, deep-learning-algorithms, deep-learning-library, deep-learning-models, image-classification, keras, model-sparsification, nlp, object-detection, onnx, pruning, pruning-algorithms, pytorch, recipe-driven-approaches, smaller-models, sparsification, sparsification-recipes, sparsity, tensorflow -### [glow](https://github.com/pytorch/glow) by [pytorch](https://github.com/pytorch) -glow: Compiler for Neural Network hardware accelerators -[https://github.com/pytorch/glow](https://github.com/pytorch/glow) -10 stars per week over 283 weeks -2,921 stars, 665 forks, 155 watches -[ml](categories/ml.md) category, created 2017-09-29, last commit 2023-02-22, main language C++ +### [zarr-python](https://github.com/zarr-developers/zarr-python) by [zarr-developers](https://github.com/zarr-developers) +zarr-python: An implementation of chunked, compressed, N-dimensional arrays for Python. +[http://zarr.readthedocs.io/](http://zarr.readthedocs.io/) +[https://github.com/zarr-developers/zarr-python](https://github.com/zarr-developers/zarr-python) +2.9 stars per week over 376 weeks +1,093 stars, 217 forks, 45 watches +[data](categories/data.md) category, created 2015-12-15, last commit 2023-02-23, main language Python +compressed, hacktoberfest, ndimensional-arrays, python, zarr -### [qiskit](https://github.com/qiskit/qiskit) -Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules. -[https://qiskit.org](https://qiskit.org) -[https://github.com/qiskit/qiskit](https://github.com/qiskit/qiskit) -13 stars per week over 220 weeks -2,912 stars, 777 forks, 97 watches -[sim](categories/sim.md) category, created 2018-12-12, last commit 2023-03-02, main language OpenQASM -documentation, qiskit, quantum-computing, quantum-programming-language +### [icecream](https://github.com/gruns/icecream) by [gruns](https://github.com/gruns) +icecream: 🍦 Never use print() to debug again. +[https://github.com/gruns/icecream](https://github.com/gruns/icecream) +25 stars per week over 263 weeks +6,618 stars, 137 forks, 50 watches +[debug](categories/debug.md) category, created 2018-02-13, last commit 2022-12-04, main language Python +debug, debugging, debugging-tool, inspects, library, print, python, python3 + + +### [bottle](https://github.com/bottlepy/bottle) by [bottlepy](https://github.com/bottlepy) +bottle.py is a fast and simple micro-framework for python web-applications. +[http://bottlepy.org/](http://bottlepy.org/) +[https://github.com/bottlepy/bottle](https://github.com/bottlepy/bottle) +11 stars per week over 713 weeks +7,910 stars, 1,446 forks, 312 watches +[web](categories/web.md) category, created 2009-06-30, last commit 2022-09-05, main language Python +bottle, python, rest, web-framework, wsgi + + +### [pyzmq](https://github.com/zeromq/pyzmq) by [zeromq](https://github.com/zeromq) +PyZMQ: Python bindings for zeromq +[http://zguide.zeromq.org/py:all](http://zguide.zeromq.org/py:all) +[https://github.com/zeromq/pyzmq](https://github.com/zeromq/pyzmq) +4.99 stars per week over 658 weeks +3,284 stars, 616 forks, 102 watches +[util](categories/util.md) category, created 2010-07-21, last commit 2023-02-23, main language Python +cython, python, zeromq + + +### [h5py](https://github.com/h5py/h5py) +h5py: HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. +[http://www.h5py.org](http://www.h5py.org) +[https://github.com/h5py/h5py](https://github.com/h5py/h5py) +3.36 stars per week over 545 weeks +1,833 stars, 491 forks, 55 watches +[perf](categories/perf.md) category, created 2012-09-21, last commit 2023-03-04, main language Python + + +### [BasicSR](https://github.com/xpixelgroup/basicsr) by [xpixelgroup](https://github.com/xpixelgroup) +BasicSR: Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet. +[https://basicsr.readthedocs.io/en/latest/](https://basicsr.readthedocs.io/en/latest/) +[https://github.com/xpixelgroup/basicsr](https://github.com/xpixelgroup/basicsr) +17 stars per week over 254 weeks +4,434 stars, 899 forks, 88 watches +[ml-dl](categories/ml-dl.md) category, created 2018-04-19, last commit 2023-02-02, main language Python +basicsr, basicvsr, dfdnet, ecbsr, edsr, edvr, esrgan, pytorch, rcan, restoration, srgan, srresnet, stylegan2, super-resolution, swinir -### [pandarallel](https://github.com/nalepae/pandarallel) by [nalepae](https://github.com/nalepae) -pandarallel: A simple and efficient tool to parallelize Pandas operations on all available CPUs -[https://nalepae.github.io/pandarallel](https://nalepae.github.io/pandarallel) -[https://github.com/nalepae/pandarallel](https://github.com/nalepae/pandarallel) -13 stars per week over 207 weeks -2,906 stars, 176 forks, 27 watches -[pandas](categories/pandas.md) category, created 2019-03-10, last commit 2023-02-12, main language Python -pandas, parallel, python +### [imgaug](https://github.com/aleju/imgaug) by [aleju](https://github.com/aleju) +imgaug: Image augmentation for machine learning experiments. +[http://imgaug.readthedocs.io](http://imgaug.readthedocs.io) +[https://github.com/aleju/imgaug](https://github.com/aleju/imgaug) +33 stars per week over 399 weeks +13,340 stars, 2,362 forks, 231 watches +[ml](categories/ml.md) category, created 2015-07-10, last commit 2020-06-01, main language Python +affine-transformation, augment-images, augmentation, bounding-boxes, contrast, crop, deep-learning, heatmap, image-augmentation, images, keypoints, machine-learning, polygon, segmentation-maps -### [Merlion](https://github.com/salesforce/merlion) by [salesforce](https://github.com/salesforce) -Merlion: A Machine Learning Framework for Time Series Intelligence -[https://github.com/salesforce/merlion](https://github.com/salesforce/merlion) -34 stars per week over 83 weeks -2,888 stars, 247 forks, 46 watches -[time-series](categories/time-series.md) category, created 2021-07-28, last commit 2023-02-15, main language Python -anomaly-detection, automl, benchmarking, ensemble-learning, forecasting, machine-learning, time-series +### [featureform](https://github.com/featureform/embeddinghub) +featureform: The Virtual Feature Store. Turn your existing data infrastructure into a feature store. +[https://www.featureform.com](https://www.featureform.com) +[https://github.com/featureform/embeddinghub](https://github.com/featureform/embeddinghub) +9.77 stars per week over 124 weeks +1,214 stars, 46 forks, 13 watches +[nlp](categories/nlp.md) category, created 2020-10-16, last commit 2023-03-04, main language Go +data-quality, data-science, embeddings, embeddings-similarity, feature-engineering, feature-store, hacktoberfest, machine-learning, ml, mlops, python, vector-database -### [xarray](https://github.com/pydata/xarray) by [pydata](https://github.com/pydata) -xarray: N-D labeled arrays and datasets in Python -[https://xarray.dev](https://xarray.dev) -[https://github.com/pydata/xarray](https://github.com/pydata/xarray) -5.87 stars per week over 491 weeks -2,884 stars, 883 forks, 106 watches -[util](categories/util.md) category, created 2013-09-30, last commit 2023-03-02, main language Python -dask, netcdf, numpy, pandas, python, xarray +### [backtesting.py](https://github.com/kernc/backtesting.py) by [kernc](https://github.com/kernc) +backtesting.py: :mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python. +[https://kernc.github.io/backtesting.py/](https://kernc.github.io/backtesting.py/) +[https://github.com/kernc/backtesting.py](https://github.com/kernc/backtesting.py) +15 stars per week over 217 weeks +3,336 stars, 665 forks, 94 watches +[finance](categories/finance.md) category, created 2019-01-02, last commit 2023-01-15, main language Python +algo-trading, algorithmic-trading, backtesting, backtesting-engine, backtesting-frameworks, backtesting-trading-strategies, finance, financial-markets, forex, forex-trading, framework, hacktoberfest, investing, investment, investment-strategies, stocks, trading, trading-algorithms, trading-simulator, trading-strategies -### [book](https://github.com/cosmicpython/book) by [cosmicpython](https://github.com/cosmicpython) -book: A Book about Pythonic Application Architecture Patterns for Managing Complexity. Cosmos is the Opposite of Chaos you see. O'R. wouldn't actually let us call it "Cosmic Python" tho. -[https://www.cosmicpython.com](https://www.cosmicpython.com) -[https://github.com/cosmicpython/book](https://github.com/cosmicpython/book) -13 stars per week over 212 weeks -2,871 stars, 489 forks, 94 watches -[study](categories/study.md) category, created 2019-02-05, last commit 2023-02-06, main language Python +### [vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) by [googlecloudplatform](https://github.com/googlecloudplatform) +vertex-ai-samples: Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud +[https://cloud.google.com/vertex-ai](https://cloud.google.com/vertex-ai) +[https://github.com/googlecloudplatform/vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) +6.64 stars per week over 92 weeks +614 stars, 417 forks, 37 watches +[ml](categories/ml.md) category, created 2021-05-27, last commit 2023-03-03, main language Jupyter Notebook +ai, data-science, gcp, google-cloud-platform, ml, mlops, notebook, python, samples, vertex-ai -### [PandasGUI](https://github.com/adamerose/pandasgui) by [adamerose](https://github.com/adamerose) -PandasGUI: A GUI for Pandas DataFrames -[https://github.com/adamerose/pandasgui](https://github.com/adamerose/pandasgui) -14 stars per week over 194 weeks -2,849 stars, 195 forks, 54 watches -[pandas](categories/pandas.md) category, created 2019-06-12, last commit 2022-03-16, main language Python -dataframe, gui, pandas, viewer +### [hamilton](https://github.com/stitchfix/hamilton) by [stitchfix](https://github.com/stitchfix) +hamilton: A scalable general purpose micro-framework for defining dataflows. THIS REPOSITORY HAS BEEN MOVED TO www.github.com/dagworks-inc/hamilton +[https://www.github.com/dagworks-inc/hamilton](https://www.github.com/dagworks-inc/hamilton) +[https://github.com/stitchfix/hamilton](https://github.com/stitchfix/hamilton) +6.14 stars per week over 144 weeks +889 stars, 44 forks, 18 watches +[pandas](categories/pandas.md) category, created 2020-05-26, last commit 2023-02-26, main language Python +dag, data-engineering, data-platform, data-science, dataframe, etl, etl-framework, etl-pipeline, feature-engineering, featurization, hamilton, hamiltonian, machine-learning, numpy, pandas, python, software-engineering, stitch-fix -### [neural_prophet](https://github.com/ourownstory/neural_prophet) by [ourownstory](https://github.com/ourownstory) -neural_prophet: NeuralProphet: A simple forecasting package -[https://neuralprophet.com](https://neuralprophet.com) -[https://github.com/ourownstory/neural_prophet](https://github.com/ourownstory/neural_prophet) -19 stars per week over 147 weeks -2,811 stars, 389 forks, 50 watches -[ml](categories/ml.md) category, created 2020-05-04, last commit 2023-03-02, main language Python -artificial-intelligence, autoregression, deep-learning, fbprophet, forecast, forecasting, forecasting-algorithm, forecasting-model, machine-learning, neural, neural-network, neuralprophet, prediction, prophet, python, pytorch, seasonality, time-series, timeseries, trend +### [datashader](https://github.com/holoviz/datashader) by [holoviz](https://github.com/holoviz) +datashader: Quickly and accurately render even the largest data. +[http://datashader.org](http://datashader.org) +[https://github.com/holoviz/datashader](https://github.com/holoviz/datashader) +7.81 stars per week over 375 weeks +2,932 stars, 364 forks, 95 watches +[gis](categories/gis.md) category, created 2015-12-23, last commit 2023-02-27, main language Python +data-visualizations, datashader, holoviz, rasterization -### [opyrator](https://github.com/ml-tooling/opyrator) by [ml-tooling](https://github.com/ml-tooling) -opyrator: 🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more. -[https://opyrator-playground.mltooling.org](https://opyrator-playground.mltooling.org) -[https://github.com/ml-tooling/opyrator](https://github.com/ml-tooling/opyrator) -28 stars per week over 99 weeks -2,802 stars, 137 forks, 49 watches -[viz](categories/viz.md) category, created 2021-04-06, last commit 2021-05-06, main language Python -deployment, faas, fastapi, functions, machine-learning, microservices, pydantic, python, python-functions, serverless, streamlit, type-hints +### [tensorstore](https://github.com/google/tensorstore) by [google](https://github.com/google) +tensorstore: Library for reading and writing large multi-dimensional arrays. +[https://google.github.io/tensorstore/](https://google.github.io/tensorstore/) +[https://github.com/google/tensorstore](https://github.com/google/tensorstore) +7.2 stars per week over 152 weeks +1,100 stars, 83 forks, 33 watches +[data](categories/data.md) category, created 2020-03-30, last commit 2023-03-03, main language C++ -### [behave](https://github.com/behave/behave) -behave: BDD, Python style. -[https://github.com/behave/behave](https://github.com/behave/behave) -4.69 stars per week over 592 weeks -2,778 stars, 610 forks, 119 watches -[testing](categories/testing.md) category, created 2011-10-25, last commit 2022-12-19, main language Python +### [shapash](https://github.com/maif/shapash) by [maif](https://github.com/maif) +shapash: 🔅 Shapash makes Machine Learning models transparent and understandable by everyone +[https://maif.github.io/shapash/](https://maif.github.io/shapash/) +[https://github.com/maif/shapash](https://github.com/maif/shapash) +14 stars per week over 148 weeks +2,123 stars, 260 forks, 38 watches +[ml](categories/ml.md) category, created 2020-04-29, last commit 2023-03-03, main language Jupyter Notebook +ethical-artificial-intelligence, explainability, explainable-ml, interpretability, lime, machine-learning, python, shap, transparency -### [texthero](https://github.com/jbesomi/texthero) by [jbesomi](https://github.com/jbesomi) -texthero: Text preprocessing, representation and visualization from zero to hero. -[https://texthero.org](https://texthero.org) -[https://github.com/jbesomi/texthero](https://github.com/jbesomi/texthero) -17 stars per week over 151 weeks -2,711 stars, 229 forks, 43 watches -[nlp](categories/nlp.md) category, created 2020-04-06, last commit 2022-10-28, main language Python -machine-learning, nlp, nlp-pipeline, text-clustering, text-mining, text-preprocessing, text-representation, text-visualization, texthero, word-embeddings +### [plotnine](https://github.com/has2k1/plotnine) by [has2k1](https://github.com/has2k1) +plotnine: A grammar of graphics for Python +[https://plotnine.readthedocs.io/en/stable/](https://plotnine.readthedocs.io/en/stable/) +[https://github.com/has2k1/plotnine](https://github.com/has2k1/plotnine) +11 stars per week over 305 weeks +3,377 stars, 194 forks, 67 watches +[viz](categories/viz.md) category, created 2017-04-24, last commit 2023-02-01, main language Python +data-analysis, grammar, graphics, plotting, python -### [python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) by [ets-labs](https://github.com/ets-labs) -python-dependency-injector: Dependency injection framework for Python -[https://python-dependency-injector.ets-labs.org/](https://python-dependency-injector.ets-labs.org/) -[https://github.com/ets-labs/python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) -6.36 stars per week over 425 weeks -2,707 stars, 203 forks, 46 watches -[util](categories/util.md) category, created 2015-01-04, last commit 2022-12-19, main language Python -aiohttp, asyncio, dependency-injection, dependency-injection-container, dependency-injection-framework, design-patterns, factory, flask, flask-application, flask-restful, ioc, ioc-container, python, python-2, python-3, python3, singleton, threadlocal +### [camelot](https://github.com/camelot-dev/camelot) by [camelot-dev](https://github.com/camelot-dev) +camelot: A Python library to extract tabular data from PDFs +[https://camelot-py.readthedocs.io](https://camelot-py.readthedocs.io) +[https://github.com/camelot-dev/camelot](https://github.com/camelot-dev/camelot) +9.64 stars per week over 191 weeks +1,850 stars, 340 forks, 47 watches +[util](categories/util.md) category, created 2019-07-01, last commit 2023-02-26, main language Python -### [fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) by [zhanymkanov](https://github.com/zhanymkanov) -fastapi-best-practices: FastAPI Best Practices and Conventions we used @ hi.peerlink.me -[https://github.com/zhanymkanov/fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) -91 stars per week over 29 weeks -2,694 stars, 197 forks, 52 watches -[study](categories/study.md) category, created 2022-08-09, last commit 2023-01-09, main language None -best-practices, fastapi +### [CogVideo](https://github.com/thudm/cogvideo) by [thudm](https://github.com/thudm) +Text-to-video generation. The repo for ICLR2023 paper "CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers" +[https://github.com/thudm/cogvideo](https://github.com/thudm/cogvideo) +62 stars per week over 40 weeks +2,489 stars, 237 forks, 89 watches +[ml](categories/ml.md) category, created 2022-05-29, last commit 2022-11-17, main language Python -### [deep-rl-class](https://github.com/huggingface/deep-rl-class) by [huggingface](https://github.com/huggingface) -deep-rl-class: This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course. -[https://github.com/huggingface/deep-rl-class](https://github.com/huggingface/deep-rl-class) -59 stars per week over 45 weeks -2,690 stars, 352 forks, 85 watches -[study](categories/study.md) category, created 2022-04-21, last commit 2023-03-02, main language Jupyter Notebook -deep-learning, deep-reinforcement-learning, reinforcement-learning, reinforcement-learning-excercises +### [lime](https://github.com/marcotcr/lime) by [marcotcr](https://github.com/marcotcr) +Lime: Explaining the predictions of any machine learning classifier +[https://github.com/marcotcr/lime](https://github.com/marcotcr/lime) +28 stars per week over 363 weeks +10,476 stars, 1,716 forks, 270 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2016-03-15, last commit 2021-07-29, main language JavaScript -### [thinc](https://github.com/explosion/thinc) by [explosion](https://github.com/explosion) -thinc: 🔮 A refreshing functional take on deep learning, compatible with your favorite libraries -[https://thinc.ai](https://thinc.ai) -[https://github.com/explosion/thinc](https://github.com/explosion/thinc) -6.11 stars per week over 437 weeks -2,672 stars, 270 forks, 82 watches -[ml-dl](categories/ml-dl.md) category, created 2014-10-16, last commit 2023-03-01, main language Python -ai, artificial-intelligence, deep-learning, functional-programming, jax, machine-learning, machine-learning-library, mxnet, natural-language-processing, nlp, python, pytorch, spacy, tensorflow, type-checking +### [Daft](https://github.com/eventual-inc/daft) by [eventual-inc](https://github.com/eventual-inc) +Daft: The Python DataFrame for Complex Data +[https://github.com/eventual-inc/daft](https://github.com/eventual-inc/daft) +10 stars per week over 44 weeks +470 stars, 18 forks, 6 watches +[pandas](categories/pandas.md) category, created 2022-04-25, last commit 2023-03-04, main language Python +data-engineering, data-science, dataframe, deep-learning, distributed-computing, image-processing, machine-learning, python -### [flake8](https://github.com/pycqa/flake8) by [pycqa](https://github.com/pycqa) -flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. -[https://flake8.pycqa.org](https://flake8.pycqa.org) -[https://github.com/pycqa/flake8](https://github.com/pycqa/flake8) -6.03 stars per week over 441 weeks -2,664 stars, 274 forks, 34 watches -[util](categories/util.md) category, created 2014-09-13, last commit 2023-02-21, main language Python -complexity-analysis, flake8, linter, linter-flake8, pep8, python, python3, static-analysis, static-code-analysis, style-guide, styleguide, stylelint +### [websocket-client](https://github.com/websocket-client/websocket-client) +websocket-client: WebSocket client for Python +[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) +[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) +4.99 stars per week over 635 weeks +3,173 stars, 732 forks, 90 watches +[web](categories/web.md) category, created 2010-12-28, last commit 2023-03-01, main language Python +python, rfc-6455, websocket, websocket-client, websockets, websockets-client -### [neuralcoref](https://github.com/huggingface/neuralcoref) by [huggingface](https://github.com/huggingface) -neuralcoref: ✨Fast Coreference Resolution in spaCy with Neural Networks -[https://huggingface.co/coref/](https://huggingface.co/coref/) -[https://github.com/huggingface/neuralcoref](https://github.com/huggingface/neuralcoref) -8.98 stars per week over 295 weeks -2,653 stars, 460 forks, 97 watches -[nlp](categories/nlp.md) category, created 2017-07-03, last commit 2021-06-22, main language C -coreference, coreference-resolution, machine-learning, neural-networks, nlp, python, pytorch, spacy, spacy-extension, spacy-pipeline +### [Photon](https://github.com/s0md3v/photon) by [s0md3v](https://github.com/s0md3v) +Photon: Incredibly fast crawler designed for OSINT. +[https://github.com/s0md3v/photon](https://github.com/s0md3v/photon) +36 stars per week over 257 weeks +9,433 stars, 1,380 forks, 326 watches +[data](categories/data.md) category, created 2018-03-30, last commit 2022-12-20, main language Python +crawler, information-gathering, osint, python, spider -### [eli5](https://github.com/teamhg-memex/eli5) by [teamhg-memex](https://github.com/teamhg-memex) -eli5: A library for debugging/inspecting machine learning classifiers and explaining their predictions -[http://eli5.readthedocs.io](http://eli5.readthedocs.io) -[https://github.com/teamhg-memex/eli5](https://github.com/teamhg-memex/eli5) -7.86 stars per week over 337 weeks -2,650 stars, 326 forks, 70 watches -[ml](categories/ml.md) category, created 2016-09-15, last commit 2020-01-22, main language Jupyter Notebook -crfsuite, data-science, explanation, inspection, lightgbm, machine-learning, nlp, python, scikit-learn, xgboost +### [Surprise](https://github.com/nicolashug/surprise) by [nicolashug](https://github.com/nicolashug) +Surprise: A Python scikit for building and analyzing recommender systems +[http://surpriselib.com](http://surpriselib.com) +[https://github.com/nicolashug/surprise](https://github.com/nicolashug/surprise) +17 stars per week over 332 weeks +5,705 stars, 968 forks, 147 watches +[ml](categories/ml.md) category, created 2016-10-23, last commit 2023-01-27, main language Python +factorization, machine-learning, matrix, recommendation, recommender, svd, systems -### [stellargraph](https://github.com/stellargraph/stellargraph) -StellarGraph - Machine Learning on Graphs -[https://stellargraph.readthedocs.io/](https://stellargraph.readthedocs.io/) -[https://github.com/stellargraph/stellargraph](https://github.com/stellargraph/stellargraph) -10 stars per week over 255 weeks -2,636 stars, 401 forks, 61 watches -[graph](categories/graph.md) category, created 2018-04-13, last commit 2021-10-29, main language Python -data-science, deep-learning, gcn, geometric-deep-learning, graph-analysis, graph-convolutional-networks, graph-data, graph-machine-learning, graph-neural-networks, graphs, heterogeneous-networks, interpretability, link-prediction, machine-learning, machine-learning-algorithms, networkx, python, saliency-map, stellargraph-library +### [PettingZoo](https://github.com/pettingzoo-team/pettingzoo) by [pettingzoo-team](https://github.com/pettingzoo-team) +PettingZoo: A standard API for multi-agent reinforcement learning environments, with popular reference environments and related utilities +[https://pettingzoo.farama.org](https://pettingzoo.farama.org) +[https://github.com/pettingzoo-team/pettingzoo](https://github.com/pettingzoo-team/pettingzoo) +10 stars per week over 162 weeks +1,687 stars, 274 forks, 19 watches +[sim](categories/sim.md) category, created 2020-01-20, last commit 2023-03-04, main language Python +api, gym, gymnasium, multi-agent-reinforcement-learning, reinforcement-learning -### [itsdangerous](https://github.com/pallets/itsdangerous) by [pallets](https://github.com/pallets) -itsdangerous: Safely pass trusted data to untrusted environments and back. -[https://itsdangerous.palletsprojects.com](https://itsdangerous.palletsprojects.com) -[https://github.com/pallets/itsdangerous](https://github.com/pallets/itsdangerous) -4.32 stars per week over 610 weeks -2,636 stars, 214 forks, 57 watches -[data](categories/data.md) category, created 2011-06-24, last commit 2023-03-01, main language Python -hmac, itsdangerous, pallets, python, security, serialization +### [arrow](https://github.com/arrow-py/arrow) by [arrow-py](https://github.com/arrow-py) +arrow: 🏹 Better dates & times for Python +[https://arrow.readthedocs.io](https://arrow.readthedocs.io) +[https://github.com/arrow-py/arrow](https://github.com/arrow-py/arrow) +15 stars per week over 537 weeks +8,236 stars, 639 forks, 134 watches +[util](categories/util.md) category, created 2012-11-18, last commit 2022-11-15, main language Python +arrow, date, datetime, hacktoberfest, python, time, timestamp, timezones -### [Pretrained-Language-Model](https://github.com/huawei-noah/pretrained-language-model) by [huawei-noah](https://github.com/huawei-noah) -Pretrained-Language-Model: Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab. -[https://github.com/huawei-noah/pretrained-language-model](https://github.com/huawei-noah/pretrained-language-model) -15 stars per week over 169 weeks -2,631 stars, 567 forks, 53 watches -[nlp](categories/nlp.md) category, created 2019-12-02, last commit 2022-12-25, main language Python -knowledge-distillation, large-scale-distributed, model-compression, pretrained-models, quantization +### [panda3d](https://github.com/panda3d/panda3d) +panda3d: Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU +[https://www.panda3d.org/](https://www.panda3d.org/) +[https://github.com/panda3d/panda3d](https://github.com/panda3d/panda3d) +7.61 stars per week over 491 weeks +3,745 stars, 755 forks, 195 watches +[gamedev](categories/gamedev.md) category, created 2013-09-30, last commit 2023-02-26, main language C++ +c-plus-plus, cross-platform, game-development, game-engine, gamedev, multi-platform, open-source, opengl, panda3d, panda3d-game-engine, python -### [jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) by [jupyterlab](https://github.com/jupyterlab) -jupyterlab-desktop: JupyterLab desktop application, based on Electron. -[https://github.com/jupyterlab/jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) -8.59 stars per week over 304 weeks -2,614 stars, 236 forks, 42 watches -[jupyter](categories/jupyter.md) category, created 2017-05-04, last commit 2023-02-24, main language TypeScript -jupyter, jupyter-notebook, jupyterlab +### [xlwings](https://github.com/zoomeranalytics/xlwings) by [zoomeranalytics](https://github.com/zoomeranalytics) +xlwings is a Python library that makes it easy to call Python from Excel and vice versa. It works with Excel on Windows and macOS as well as with Google Sheets and Excel on the web. +[https://www.xlwings.org](https://www.xlwings.org) +[https://github.com/zoomeranalytics/xlwings](https://github.com/zoomeranalytics/xlwings) +5.42 stars per week over 467 weeks +2,534 stars, 455 forks, 119 watches +[data](categories/data.md) category, created 2014-03-17, last commit 2023-03-02, main language Python +automation, excel, google-sheets, googlesheets, python, reporting -### [panel](https://github.com/holoviz/panel) by [holoviz](https://github.com/holoviz) -panel: A high-level app and dashboarding solution for Python -[https://panel.holoviz.org](https://panel.holoviz.org) -[https://github.com/holoviz/panel](https://github.com/holoviz/panel) -11 stars per week over 236 weeks -2,610 stars, 321 forks, 48 watches -[viz](categories/viz.md) category, created 2018-08-23, last commit 2023-03-02, main language Python -bokeh, control-panels, dashboards, dataapp, datascience, dataviz, gui, holoviews, holoviz, hvplot, jupyter, matplotlib, panel, plotly +### [spektral](https://github.com/danielegrattarola/spektral) by [danielegrattarola](https://github.com/danielegrattarola) +spektral: Graph Neural Networks with Keras and Tensorflow 2. +[https://graphneural.network](https://graphneural.network) +[https://github.com/danielegrattarola/spektral](https://github.com/danielegrattarola/spektral) +10 stars per week over 215 weeks +2,235 stars, 332 forks, 43 watches +[ml-dl](categories/ml-dl.md) category, created 2019-01-17, last commit 2023-02-11, main language Python +deep-learning, graph-deep-learning, graph-neural-networks, keras, python, tensorflow, tensorflow2 -### [pudb](https://github.com/inducer/pudb) by [inducer](https://github.com/inducer) -pudb: Full-screen console debugger for Python -[https://documen.tician.de/pudb/](https://documen.tician.de/pudb/) -[https://github.com/inducer/pudb](https://github.com/inducer/pudb) -4.22 stars per week over 616 weeks -2,600 stars, 217 forks, 47 watches -[debug](categories/debug.md) category, created 2011-05-13, last commit 2023-01-10, main language Python -bpython, debug, debugger, ipython, pdb, pytest, pytest-plugin, python, urwid +### [more-itertools](https://github.com/more-itertools/more-itertools) +more-itertools: More routines for operating on iterables, beyond itertools +[https://more-itertools.rtfd.io](https://more-itertools.rtfd.io) +[https://github.com/more-itertools/more-itertools](https://github.com/more-itertools/more-itertools) +5.23 stars per week over 566 weeks +2,960 stars, 241 forks, 36 watches +[util](categories/util.md) category, created 2012-04-26, last commit 2023-03-03, main language Python -### [lightseq](https://github.com/bytedance/lightseq) by [bytedance](https://github.com/bytedance) -LightSeq: A High Performance Library for Sequence Processing and Generation -[https://github.com/bytedance/lightseq](https://github.com/bytedance/lightseq) -15 stars per week over 169 weeks -2,596 stars, 297 forks, 53 watches -[nlp](categories/nlp.md) category, created 2019-12-06, last commit 2023-03-02, main language C++ -accelerate, bart, beam-search, bert, cuda, diverse-decoding, gpt, inference, multilingual-nmt, sampling, training, transformer +### [nbconvert](https://github.com/jupyter/nbconvert) by [jupyter](https://github.com/jupyter) +nbconvert: Jupyter Notebook Conversion +[https://nbconvert.readthedocs.io/](https://nbconvert.readthedocs.io/) +[https://github.com/jupyter/nbconvert](https://github.com/jupyter/nbconvert) +3.52 stars per week over 412 weeks +1,451 stars, 512 forks, 51 watches +[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-02-20, main language Python -### [pandas-datareader](https://github.com/pydata/pandas-datareader) by [pydata](https://github.com/pydata) -pandas-datareader: Extract data from a wide range of Internet sources into a pandas DataFrame. -[https://pydata.github.io/pandas-datareader/stable/index.html](https://pydata.github.io/pandas-datareader/stable/index.html) -[https://github.com/pydata/pandas-datareader](https://github.com/pydata/pandas-datareader) -6.1 stars per week over 424 weeks -2,587 stars, 637 forks, 138 watches -[pandas](categories/pandas.md) category, created 2015-01-15, last commit 2022-03-16, main language Python -data, data-analysis, dataset, econdb, economic-data, fama-french, finance, financial-data, fred, html, pandas, pydata, python, stock-data +### [Coercer](https://github.com/p0dalirius/coercer) by [p0dalirius](https://github.com/p0dalirius) +Coercer: A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods. +[https://podalirius.net/](https://podalirius.net/) +[https://github.com/p0dalirius/coercer](https://github.com/p0dalirius/coercer) +31 stars per week over 35 weeks +1,118 stars, 122 forks, 18 watches +[util](categories/util.md) category, created 2022-06-30, last commit 2023-01-18, main language Python +authentication, automatic, call, coerce, fuzzing, ntlm, privilege-escalation, rpc -### [dalle-playground](https://github.com/saharmor/dalle-playground) by [saharmor](https://github.com/saharmor) -dalle-playground: A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini) -[https://github.com/saharmor/dalle-playground](https://github.com/saharmor/dalle-playground) -33 stars per week over 76 weeks -2,586 stars, 565 forks, 28 watches -[ml-dl](categories/ml-dl.md) category, created 2021-09-13, last commit 2023-02-19, main language JavaScript -artificial, artificial-intelligence, dall-e, dalle, dalle-mini, gan, machine-learning, openai, stable-diffusion, text-to-image, transformers +### [thinc](https://github.com/explosion/thinc) by [explosion](https://github.com/explosion) +thinc: 🔮 A refreshing functional take on deep learning, compatible with your favorite libraries +[https://thinc.ai](https://thinc.ai) +[https://github.com/explosion/thinc](https://github.com/explosion/thinc) +6.11 stars per week over 437 weeks +2,673 stars, 270 forks, 82 watches +[ml-dl](categories/ml-dl.md) category, created 2014-10-16, last commit 2023-03-03, main language Python +ai, artificial-intelligence, deep-learning, functional-programming, jax, machine-learning, machine-learning-library, mxnet, natural-language-processing, nlp, python, pytorch, spacy, tensorflow, type-checking -### [Wikipedia](https://github.com/goldsmith/wikipedia) by [goldsmith](https://github.com/goldsmith) -Wikipedia: A Pythonic wrapper for the Wikipedia API -[https://wikipedia.readthedocs.org/](https://wikipedia.readthedocs.org/) -[https://github.com/goldsmith/wikipedia](https://github.com/goldsmith/wikipedia) -5.17 stars per week over 497 weeks -2,570 stars, 520 forks, 82 watches -[data](categories/data.md) category, created 2013-08-20, last commit 2020-10-09, main language Python +### [baselines](https://github.com/openai/baselines) by [openai](https://github.com/openai) +OpenAI Baselines: high-quality implementations of reinforcement learning algorithms +[https://github.com/openai/baselines](https://github.com/openai/baselines) +45 stars per week over 301 weeks +13,822 stars, 4,533 forks, 615 watches +[ml](categories/ml.md) category, created 2017-05-24, last commit 2020-01-31, main language Python -### [geemap](https://github.com/giswqs/geemap) by [giswqs](https://github.com/giswqs) -geemap: A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and ipywidgets. -[https://geemap.org](https://geemap.org) -[https://github.com/giswqs/geemap](https://github.com/giswqs/geemap) -16 stars per week over 155 weeks -2,569 stars, 929 forks, 101 watches -[gis](categories/gis.md) category, created 2020-03-08, last commit 2023-02-28, main language Python -colab, data-science, dataviz, earth-engine, earthengine, folium, geospatial, gis, google-earth-engine, image-processing, ipyleaflet, ipywidgets, jupyter, jupyter-notebook, landsat, mapping, python, remote-sensing, streamlit, streamlit-webapp +### [XlsxWriter](https://github.com/jmcnamara/xlsxwriter) by [jmcnamara](https://github.com/jmcnamara) +XlsxWriter: A Python module for creating Excel XLSX files. +[https://xlsxwriter.readthedocs.io](https://xlsxwriter.readthedocs.io) +[https://github.com/jmcnamara/xlsxwriter](https://github.com/jmcnamara/xlsxwriter) +5.98 stars per week over 530 weeks +3,169 stars, 594 forks, 121 watches +[data](categories/data.md) category, created 2013-01-04, last commit 2023-03-01, main language Python +charts, libxlsxwriter, pandas, python, spreadsheet, xlsx, xlsx-files, xlsxwriter -### [stumpy](https://github.com/tdameritrade/stumpy) by [tdameritrade](https://github.com/tdameritrade) -STUMPY is a powerful and scalable Python library for modern time series analysis -[https://stumpy.readthedocs.io/en/latest/](https://stumpy.readthedocs.io/en/latest/) -[https://github.com/tdameritrade/stumpy](https://github.com/tdameritrade/stumpy) -12 stars per week over 200 weeks -2,561 stars, 248 forks, 53 watches -[time-series](categories/time-series.md) category, created 2019-05-03, last commit 2023-02-16, main language Python -anomaly-detection, dask, data-science, matrix-profile, motif-discovery, numba, pattern-matching, pydata, python, time-series-analysis, time-series-data-mining, time-series-segmentation +### [joblib](https://github.com/joblib/joblib) +joblib: Computing with Python functions. +[http://joblib.readthedocs.org](http://joblib.readthedocs.org) +[https://github.com/joblib/joblib](https://github.com/joblib/joblib) +4.59 stars per week over 669 weeks +3,071 stars, 367 forks, 61 watches +[util](categories/util.md) category, created 2010-05-07, last commit 2023-02-21, main language Python +caching, memoization, multiprocessing, parallel-computing, python, threading -### [urwid](https://github.com/urwid/urwid) -urwid: Console user interface library for Python (official repo) -[urwid.org](urwid.org) -[https://github.com/urwid/urwid](https://github.com/urwid/urwid) -3.75 stars per week over 679 weeks -2,545 stars, 311 forks, 62 watches -[term](categories/term.md) category, created 2010-02-25, last commit 2022-07-12, main language Python +### [awkward](https://github.com/scikit-hep/awkward-1.0) by [scikit-hep](https://github.com/scikit-hep) +awkward: Manipulate JSON-like data with NumPy-like idioms. +[https://awkward-array.org](https://awkward-array.org) +[https://github.com/scikit-hep/awkward-1.0](https://github.com/scikit-hep/awkward-1.0) +3.51 stars per week over 185 weeks +651 stars, 68 forks, 17 watches +[data](categories/data.md) category, created 2019-08-14, last commit 2023-03-03, main language Python +apache-arrow, cern-root, columnar-format, data-analysis, jagged-array, json, numba, numpy, pandas, python, ragged-array, scikit-hep -### [botorch](https://github.com/pytorch/botorch) by [pytorch](https://github.com/pytorch) -botorch: Bayesian optimization in PyTorch -[https://botorch.org/](https://botorch.org/) -[https://github.com/pytorch/botorch](https://github.com/pytorch/botorch) -10 stars per week over 239 weeks -2,539 stars, 306 forks, 50 watches -[ml-dl](categories/ml-dl.md) category, created 2018-07-30, last commit 2023-03-02, main language Jupyter Notebook +### [connector-x](https://github.com/sfu-db/connector-x) by [sfu-db](https://github.com/sfu-db) +connector-x: Fastest library to load data from DB to DataFrames in Rust and Python +[https://sfu-db.github.io/connector-x/intro.html](https://sfu-db.github.io/connector-x/intro.html) +[https://github.com/sfu-db/connector-x](https://github.com/sfu-db/connector-x) +10 stars per week over 111 weeks +1,122 stars, 79 forks, 26 watches +[data](categories/data.md) category, created 2021-01-13, last commit 2023-02-28, main language Rust +database, dataframe, python, rust, sql -### [xlwings](https://github.com/zoomeranalytics/xlwings) by [zoomeranalytics](https://github.com/zoomeranalytics) -xlwings is a Python library that makes it easy to call Python from Excel and vice versa. It works with Excel on Windows and macOS as well as with Google Sheets and Excel on the web. -[https://www.xlwings.org](https://www.xlwings.org) -[https://github.com/zoomeranalytics/xlwings](https://github.com/zoomeranalytics/xlwings) -5.42 stars per week over 467 weeks -2,534 stars, 455 forks, 119 watches -[data](categories/data.md) category, created 2014-03-17, last commit 2023-03-02, main language Python -automation, excel, google-sheets, googlesheets, python, reporting +### [deepsparse](https://github.com/neuralmagic/deepsparse) by [neuralmagic](https://github.com/neuralmagic) +deepsparse: Inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application +[https://github.com/neuralmagic/deepsparse](https://github.com/neuralmagic/deepsparse) +11 stars per week over 115 weeks +1,297 stars, 81 forks, 40 watches +[nlp](categories/nlp.md) category, created 2020-12-14, last commit 2023-03-02, main language Python +auto-ml, computer-vision, cpu-inference-api, cpus, deepsparse-engine, inference, machinelearning, ml, nlp, object-detection, onnx, pretrained-models, pruning, pytorch, quantization, sparsification, sparsification-recipe, sparsified-models, tensorflow, yolov3 -### [fastapi-users](https://github.com/fastapi-users/fastapi-users) -fastapi-users: Ready-to-use and customizable users management for FastAPI -[https://fastapi-users.github.io/fastapi-users/](https://fastapi-users.github.io/fastapi-users/) -[https://github.com/fastapi-users/fastapi-users](https://github.com/fastapi-users/fastapi-users) -14 stars per week over 177 weeks -2,517 stars, 250 forks, 34 watches -[web](categories/web.md) category, created 2019-10-05, last commit 2023-02-14, main language Python -async, asyncio, fastapi, fastapi-users, python, starlette, users +### [grass](https://github.com/osgeo/grass) by [osgeo](https://github.com/osgeo) +GRASS GIS - free and open source Geographic Information System (GIS) +[https://grass.osgeo.org](https://grass.osgeo.org) +[https://github.com/osgeo/grass](https://github.com/osgeo/grass) +3.01 stars per week over 198 weeks +596 stars, 223 forks, 43 watches +[gis](categories/gis.md) category, created 2019-05-17, last commit 2023-03-02, main language C +earth-observation, geospatial, geospatial-analysis, gis, grass-gis, hacktoberfest, open-science, osgeo, raster, remote-sensing, science, spatial, timeseries-analysis, vector -### [mljar-supervised](https://github.com/mljar/mljar-supervised) by [mljar](https://github.com/mljar) -mljar-supervised: Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation -[https://mljar.com](https://mljar.com) -[https://github.com/mljar/mljar-supervised](https://github.com/mljar/mljar-supervised) -11 stars per week over 225 weeks -2,486 stars, 326 forks, 43 watches -[ml](categories/ml.md) category, created 2018-11-05, last commit 2022-12-30, main language Python -automated-machine-learning, automatic-machine-learning, automl, catboost, data-science, decision-tree, ensemble, feature-engineering, hyper-parameters, hyperparameter-optimization, lightgbm, machine-learning, mljar, models-tuning, neural-network, random-forest, scikit-learn, shap, tuning-algorithm, xgboost +### [eve](https://github.com/pyeve/eve) by [pyeve](https://github.com/pyeve) +eve: REST API framework designed for human beings +[https://python-eve.org](https://python-eve.org) +[https://github.com/pyeve/eve](https://github.com/pyeve/eve) +12 stars per week over 540 weeks +6,586 stars, 754 forks, 229 watches +[web](categories/web.md) category, created 2012-10-22, last commit 2022-11-10, main language Python +flask, mongodb, python, rest -### [RecBole](https://github.com/rucaibox/recbole) by [rucaibox](https://github.com/rucaibox) -RecBole: A unified, comprehensive and efficient recommendation library -[https://recbole.io/](https://recbole.io/) -[https://github.com/rucaibox/recbole](https://github.com/rucaibox/recbole) -17 stars per week over 142 weeks -2,485 stars, 458 forks, 39 watches -[ml](categories/ml.md) category, created 2020-06-11, last commit 2023-03-02, main language Python -collaborative-filtering, ctr-prediction, deep-learning, graph-neural-networks, knowledge-graph, pytorch, recommendation-system, recommendations, recommender, recommender-systems, sequential-recommendation +### [python-socketio](https://github.com/miguelgrinberg/python-socketio) by [miguelgrinberg](https://github.com/miguelgrinberg) +python-socketio: Python Socket.IO server and client +[https://github.com/miguelgrinberg/python-socketio](https://github.com/miguelgrinberg/python-socketio) +8.16 stars per week over 398 weeks +3,253 stars, 526 forks, 63 watches +[util](categories/util.md) category, created 2015-07-15, last commit 2023-02-16, main language Python +asyncio, eventlet, gevent, long-polling, low-latency, python, socket-io, socketio, socketio-server, web-server, websocket -### [CogVideo](https://github.com/thudm/cogvideo) by [thudm](https://github.com/thudm) -Text-to-video generation. The repo for ICLR2023 paper "CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers" -[https://github.com/thudm/cogvideo](https://github.com/thudm/cogvideo) -62 stars per week over 39 weeks -2,485 stars, 237 forks, 89 watches -[ml](categories/ml.md) category, created 2022-05-29, last commit 2022-11-17, main language Python +### [machine-learning-book](https://github.com/rasbt/machine-learning-book) by [rasbt](https://github.com/rasbt) +machine-learning-book: Code Repository for Machine Learning with PyTorch and Scikit-Learn +[https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn](https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn) +[https://github.com/rasbt/machine-learning-book](https://github.com/rasbt/machine-learning-book) +25 stars per week over 63 weeks +1,628 stars, 613 forks, 31 watches +[study](categories/study.md) category, created 2021-12-19, last commit 2023-02-02, main language Jupyter Notebook +deep-learning, machine-learning, neural-networks, pytorch, scikit-learn -### [ibis](https://github.com/ibis-project/ibis) by [ibis-project](https://github.com/ibis-project) -ibis: Expressive analytics in Python at any scale. -[https://ibis-project.org](https://ibis-project.org) -[https://github.com/ibis-project/ibis](https://github.com/ibis-project/ibis) -6.02 stars per week over 411 weeks -2,476 stars, 397 forks, 75 watches -[data](categories/data.md) category, created 2015-04-17, last commit 2023-03-02, main language Python -bigquery, clickhouse, dask, database, datafusion, duckdb, impala, mssql, mysql, pandas, polars, postgresql, pyarrow, pyspark, python, snowflake, sql, sqlite, trino +### [polyaxon](https://github.com/polyaxon/polyaxon) +polyaxon: MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle +[https://polyaxon.com](https://polyaxon.com) +[https://github.com/polyaxon/polyaxon](https://github.com/polyaxon/polyaxon) +10 stars per week over 322 weeks +3,265 stars, 319 forks, 78 watches +[ml-ops](categories/ml-ops.md) category, created 2016-12-26, last commit 2023-03-03, main language None +artificial-intelligence, caffe, data-science, deep-learning, hyperparameter-optimization, jupyter, jupyterlab, k8s, keras, kubernetes, machine-learning, ml, mlops, mxnet, notebook, pipelines, pytorch, reinforcement-learning, tensorflow, workflow -### [deepchecks](https://github.com/deepchecks/deepchecks) -Deepchecks - Tests for Continuous Validation of ML Models & Data. Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort. -[https://docs.deepchecks.com/stable](https://docs.deepchecks.com/stable) -[https://github.com/deepchecks/deepchecks](https://github.com/deepchecks/deepchecks) -33 stars per week over 72 weeks -2,456 stars, 178 forks, 11 watches -[data](categories/data.md) category, created 2021-10-11, last commit 2023-03-02, main language Python -data-drift, data-science, data-validation, deep-learning, html-report, jupyter-notebook, machine-learning, ml, mlops, model-monitoring, model-validation, pandas-dataframe, python, pytorch +### [dopamine](https://github.com/google/dopamine) by [google](https://github.com/google) +Dopamine is a research framework for fast prototyping of reinforcement learning algorithms. +[https://github.com/google/dopamine](https://github.com/google/dopamine) +[https://github.com/google/dopamine](https://github.com/google/dopamine) +41 stars per week over 240 weeks +10,026 stars, 1,343 forks, 442 watches +[ml](categories/ml.md) category, created 2018-07-26, last commit 2023-02-27, main language Jupyter Notebook +ai, google, ml, rl, tensorflow -### [Top2Vec](https://github.com/ddangelov/top2vec) by [ddangelov](https://github.com/ddangelov) -Top2Vec learns jointly embedded topic, document and word vectors. -[https://github.com/ddangelov/top2vec](https://github.com/ddangelov/top2vec) -15 stars per week over 154 weeks -2,441 stars, 336 forks, 38 watches -[nlp](categories/nlp.md) category, created 2020-03-20, last commit 2023-01-26, main language Python -bert, document-embedding, pre-trained-language-models, semantic-search, sentence-encoder, sentence-transformers, text-search, text-semantic-similarity, top2vec, topic-modeling, topic-modelling, topic-search, topic-vector, word-embeddings +### [PiML-Toolbox](https://github.com/selfexplainml/piml-toolbox) by [selfexplainml](https://github.com/selfexplainml) +PiML-Toolbox: PiML (Python Interpretable Machine Learning) toolbox for model development and model validation +[https://selfexplainml.github.io/PiML-Toolbox](https://selfexplainml.github.io/PiML-Toolbox) +[https://github.com/selfexplainml/piml-toolbox](https://github.com/selfexplainml/piml-toolbox) +12 stars per week over 44 weeks +550 stars, 61 forks, 15 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2022-04-29, last commit 2023-03-01, main language Jupyter Notebook +interpretable-machine-learning, low-code, ml-workflow, model-diagnostics -### [hiplot](https://github.com/facebookresearch/hiplot) by [facebookresearch](https://github.com/facebookresearch) -HiPlot makes understanding high dimensional data easy -[https://facebookresearch.github.io/hiplot/](https://facebookresearch.github.io/hiplot/) -[https://github.com/facebookresearch/hiplot](https://github.com/facebookresearch/hiplot) -14 stars per week over 173 weeks -2,426 stars, 123 forks, 29 watches -[viz](categories/viz.md) category, created 2019-11-08, last commit 2022-12-05, main language TypeScript +### [stable-diffusion-tensorflow](https://github.com/divamgupta/stable-diffusion-tensorflow) by [divamgupta](https://github.com/divamgupta) +stable-diffusion-tensorflow: Stable Diffusion in TensorFlow / Keras +[https://github.com/divamgupta/stable-diffusion-tensorflow](https://github.com/divamgupta/stable-diffusion-tensorflow) +56 stars per week over 24 weeks +1,382 stars, 193 forks, 21 watches +[diffusion](categories/diffusion.md) category, created 2022-09-15, last commit 2022-11-22, main language Python -### [coveragepy](https://github.com/nedbat/coveragepy) by [nedbat](https://github.com/nedbat) -coveragepy: The code coverage tool for Python -[https://coverage.readthedocs.io](https://coverage.readthedocs.io) -[https://github.com/nedbat/coveragepy](https://github.com/nedbat/coveragepy) -9.81 stars per week over 244 weeks -2,403 stars, 346 forks, 27 watches -[testing](categories/testing.md) category, created 2018-06-23, last commit 2023-02-26, main language Python +### [freezegun](https://github.com/spulec/freezegun) by [spulec](https://github.com/spulec) +freezegun: Let your Python tests travel through time +[https://github.com/spulec/freezegun](https://github.com/spulec/freezegun) +6.73 stars per week over 533 weeks +3,594 stars, 249 forks, 31 watches +[testing](categories/testing.md) category, created 2012-12-11, last commit 2023-02-22, main language Python -### [marqo](https://github.com/marqo-ai/marqo) by [marqo-ai](https://github.com/marqo-ai) -marqo: Tensor search for humans. -[https://www.marqo.ai/](https://www.marqo.ai/) -[https://github.com/marqo-ai/marqo](https://github.com/marqo-ai/marqo) -78 stars per week over 30 weeks -2,399 stars, 92 forks, 27 watches -[ml](categories/ml.md) category, created 2022-08-01, last commit 2023-03-02, main language Python -chatgpt, clip, deep-learning, gpt, hacktoberfest, hnsw, information-retrieval, knn, large-language-models, machine-learning, machinelearning, multi-modal, natural-language-processing, search-engine, semantic-search, tensor-search, transformers, vector-search, vision-language, visual-search +### [RPA-Python](https://github.com/tebelorg/rpa-python) by [tebelorg](https://github.com/tebelorg) +RPA-Python: Python package for doing RPA +[https://github.com/tebelorg/rpa-python](https://github.com/tebelorg/rpa-python) +17 stars per week over 205 weeks +3,663 stars, 541 forks, 101 watches +[util](categories/util.md) category, created 2019-03-30, last commit 2022-09-07, main language Python +cross-platform, opencv, python, rpa, sikuli, tagui, tesseract -### [notifiers](https://github.com/liiight/notifiers) by [liiight](https://github.com/liiight) -notifiers: The easy way to send notifications -[http://notifiers.readthedocs.io/](http://notifiers.readthedocs.io/) -[https://github.com/liiight/notifiers](https://github.com/liiight/notifiers) -7.98 stars per week over 300 weeks -2,394 stars, 93 forks, 33 watches -[util](categories/util.md) category, created 2017-06-01, last commit 2022-07-14, main language Python -notification-service, notifications, notifier, pypi, python, python3 +### [kaggle-api](https://github.com/kaggle/kaggle-api) by [kaggle](https://github.com/kaggle) +kaggle-api: Official Kaggle API +[https://github.com/kaggle/kaggle-api](https://github.com/kaggle/kaggle-api) +19 stars per week over 266 weeks +5,190 stars, 984 forks, 192 watches +[data](categories/data.md) category, created 2018-01-25, last commit 2023-03-01, main language Python -### [mujoco-py](https://github.com/openai/mujoco-py) by [openai](https://github.com/openai) -mujoco-py: MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3. -[https://github.com/openai/mujoco-py](https://github.com/openai/mujoco-py) -6.69 stars per week over 357 weeks -2,394 stars, 740 forks, 167 watches -[sim](categories/sim.md) category, created 2016-04-24, last commit 2022-11-17, main language Cython +### [pendulum](https://github.com/sdispater/pendulum) by [sdispater](https://github.com/sdispater) +pendulum: Python datetimes made easy +[https://pendulum.eustace.io](https://pendulum.eustace.io) +[https://github.com/sdispater/pendulum](https://github.com/sdispater/pendulum) +15 stars per week over 348 weeks +5,357 stars, 322 forks, 63 watches +[util](categories/util.md) category, created 2016-06-27, last commit 2023-02-25, main language Python +date, datetime, python, python3, time, timezones -### [hnswlib](https://github.com/nmslib/hnswlib) by [nmslib](https://github.com/nmslib) -hnswlib: Header-only C++/python library for fast approximate nearest neighbors -[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) -[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) -8.1 stars per week over 295 weeks -2,391 stars, 432 forks, 62 watches -[ml](categories/ml.md) category, created 2017-07-06, last commit 2023-02-05, main language C++ +### [raster-vision](https://github.com/azavea/raster-vision) by [azavea](https://github.com/azavea) +raster-vision: An open source library and framework for deep learning on satellite and aerial imagery. +[https://docs.rastervision.io](https://docs.rastervision.io) +[https://github.com/azavea/raster-vision](https://github.com/azavea/raster-vision) +5.67 stars per week over 317 weeks +1,799 stars, 351 forks, 83 watches +[gis](categories/gis.md) category, created 2017-02-02, last commit 2023-02-27, main language Python +classification, computer-vision, deep-learning, geospatial, machine-learning, object-detection, pytorch, remote-sensing, semantic-segmentation -### [dm-haiku](https://github.com/deepmind/dm-haiku) by [deepmind](https://github.com/deepmind) -dm-haiku: JAX-based neural network library -[https://dm-haiku.readthedocs.io](https://dm-haiku.readthedocs.io) -[https://github.com/deepmind/dm-haiku](https://github.com/deepmind/dm-haiku) -15 stars per week over 158 weeks -2,386 stars, 199 forks, 39 watches -[ml-dl](categories/ml-dl.md) category, created 2020-02-18, last commit 2023-03-02, main language Python -deep-learning, deep-neural-networks, jax, machine-learning, neural-networks +### [mljar-supervised](https://github.com/mljar/mljar-supervised) by [mljar](https://github.com/mljar) +mljar-supervised: Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation +[https://mljar.com](https://mljar.com) +[https://github.com/mljar/mljar-supervised](https://github.com/mljar/mljar-supervised) +11 stars per week over 225 weeks +2,489 stars, 326 forks, 43 watches +[ml](categories/ml.md) category, created 2018-11-05, last commit 2022-12-30, main language Python +automated-machine-learning, automatic-machine-learning, automl, catboost, data-science, decision-tree, ensemble, feature-engineering, hyper-parameters, hyperparameter-optimization, lightgbm, machine-learning, mljar, models-tuning, neural-network, random-forest, scikit-learn, shap, tuning-algorithm, xgboost -### [holoviews](https://github.com/holoviz/holoviews) by [holoviz](https://github.com/holoviz) -holoviews: With Holoviews, your data visualizes itself. -[https://holoviews.org](https://holoviews.org) -[https://github.com/holoviz/holoviews](https://github.com/holoviz/holoviews) -5.18 stars per week over 460 weeks -2,384 stars, 373 forks, 61 watches -[viz](categories/viz.md) category, created 2014-05-07, last commit 2023-03-01, main language Python -holoviews, holoviz, plotting +### [lux](https://github.com/lux-org/lux) by [lux-org](https://github.com/lux-org) +lux: Automatically visualize your pandas dataframe via a single print! 📊 💡 +[https://github.com/lux-org/lux](https://github.com/lux-org/lux) +27 stars per week over 164 weeks +4,456 stars, 344 forks, 86 watches +[viz](categories/viz.md) category, created 2020-01-08, last commit 2022-05-21, main language Python +data-science, exploratory-data-analysis, jupyter, pandas, python, visualization, visualization-tools -### [nbdime](https://github.com/jupyter/nbdime) by [jupyter](https://github.com/jupyter) -nbdime: Tools for diffing and merging of Jupyter notebooks. -[http://nbdime.readthedocs.io](http://nbdime.readthedocs.io) -[https://github.com/jupyter/nbdime](https://github.com/jupyter/nbdime) -6.24 stars per week over 380 weeks -2,376 stars, 156 forks, 44 watches -[jupyter](categories/jupyter.md) category, created 2015-11-16, last commit 2023-01-15, main language Python -diff, diffing, git, hg, jupyter, jupyter-notebook, jupyterlab-extension, mercurial, merge, merge-driver, mergetool, vcs, version-control +### [lit](https://github.com/pair-code/lit) by [pair-code](https://github.com/pair-code) +lit: The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface. +[https://pair-code.github.io/lit](https://pair-code.github.io/lit) +[https://github.com/pair-code/lit](https://github.com/pair-code/lit) +22 stars per week over 135 weeks +3,082 stars, 327 forks, 70 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2020-07-28, last commit 2022-12-02, main language TypeScript +machine-learning, natural-language-processing, visualization -### [VQGAN-CLIP](https://github.com/nerdyrodent/vqgan-clip) by [nerdyrodent](https://github.com/nerdyrodent) -VQGAN-CLIP: Just playing with getting VQGAN+CLIP running locally, rather than having to use colab. -[https://github.com/nerdyrodent/vqgan-clip](https://github.com/nerdyrodent/vqgan-clip) -27 stars per week over 87 weeks -2,371 stars, 410 forks, 53 watches -[ml-dl](categories/ml-dl.md) category, created 2021-07-02, last commit 2022-10-02, main language Python -text-to-image, text2image +### [autoscraper](https://github.com/alirezamika/autoscraper) by [alirezamika](https://github.com/alirezamika) +autoscraper: A Smart, Automatic, Fast and Lightweight Web Scraper for Python +[https://github.com/alirezamika/autoscraper](https://github.com/alirezamika/autoscraper) +38 stars per week over 130 weeks +4,975 stars, 525 forks, 125 watches +[data](categories/data.md) category, created 2020-08-31, last commit 2022-07-17, main language Python +ai, artificial-intelligence, automation, crawler, machine-learning, python, scrape, scraper, scraping, web-scraping, webautomation, webscraping -### [ipyparallel](https://github.com/ipython/ipyparallel) by [ipython](https://github.com/ipython) -ipyparallel: IPython Parallel: Interactive Parallel Computing in Python -[https://ipyparallel.readthedocs.io/](https://ipyparallel.readthedocs.io/) -[https://github.com/ipython/ipyparallel](https://github.com/ipython/ipyparallel) -5.73 stars per week over 412 weeks -2,361 stars, 959 forks, 120 watches -[perf](categories/perf.md) category, created 2015-04-09, last commit 2023-02-08, main language Jupyter Notebook -jupyter, parallel, python +### [pointers.py](https://github.com/zerointensity/pointers.py) by [zerointensity](https://github.com/zerointensity) +pointers.py: Bringing the hell of pointers to Python. +[https://pointers.zintensity.dev/](https://pointers.zintensity.dev/) +[https://github.com/zerointensity/pointers.py](https://github.com/zerointensity/pointers.py) +15 stars per week over 51 weeks +802 stars, 11 forks, 4 watches +[perf](categories/perf.md) category, created 2022-03-09, last commit 2023-02-14, main language Python +pointers, python, python-pointers -### [pyston](https://github.com/pyston/pyston) -pyston: A faster and highly-compatible implementation of the Python programming language. -[https://www.pyston.org/](https://www.pyston.org/) -[https://github.com/pyston/pyston](https://github.com/pyston/pyston) -22 stars per week over 104 weeks -2,348 stars, 85 forks, 34 watches -[util](categories/util.md) category, created 2021-03-01, last commit 2023-02-28, main language Python +### [uwsgi](https://github.com/unbit/uwsgi) by [unbit](https://github.com/unbit) +uWSGI application server container +[http://projects.unbit.it/uwsgi](http://projects.unbit.it/uwsgi) +[https://github.com/unbit/uwsgi](https://github.com/unbit/uwsgi) +5.48 stars per week over 595 weeks +3,261 stars, 671 forks, 113 watches +[web](categories/web.md) category, created 2011-10-09, last commit 2023-01-10, main language C -### [lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) by [ashleve](https://github.com/ashleve) -lightning-hydra-template: PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡ -[https://github.com/ashleve/lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) -19 stars per week over 121 weeks -2,326 stars, 396 forks, 20 watches -[util](categories/util.md) category, created 2020-11-04, last commit 2023-02-11, main language Python -best-practices, comet, config, deep-learning, hydra, mlflow, mlops, neptune, project-structure, pytorch, pytorch-lightning, reproducibility, template, tensorboard, wandb +### [yellowbrick](https://github.com/districtdatalabs/yellowbrick) by [districtdatalabs](https://github.com/districtdatalabs) +yellowbrick: Visual analysis and diagnostic tools to facilitate machine learning model selection. +[http://www.scikit-yb.org/](http://www.scikit-yb.org/) +[https://github.com/districtdatalabs/yellowbrick](https://github.com/districtdatalabs/yellowbrick) +11 stars per week over 354 weeks +3,927 stars, 543 forks, 101 watches +[ml](categories/ml.md) category, created 2016-05-18, last commit 2023-02-27, main language Python +anaconda, estimator, machine-learning, matplotlib, model-selection, python, scikit-learn, visual-analysis, visualization, visualizer ### [CodeGen](https://github.com/salesforce/codegen) by [salesforce](https://github.com/salesforce) CodeGen is an open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. [https://github.com/salesforce/codegen](https://github.com/salesforce/codegen) 47 stars per week over 48 weeks -2,306 stars, 174 forks, 43 watches +2,316 stars, 176 forks, 43 watches [nlp](categories/nlp.md) category, created 2022-03-28, last commit 2022-12-01, main language Python codex, generativemodel, languagemodel, llm, programsynthesis, tpu-acceleration -### [statsforecast](https://github.com/nixtla/statsforecast) by [nixtla](https://github.com/nixtla) -statsforecast: Lightning ⚡️ fast forecasting with statistical and econometric models. -[https://nixtla.github.io/statsforecast/](https://nixtla.github.io/statsforecast/) -[https://github.com/nixtla/statsforecast](https://github.com/nixtla/statsforecast) -34 stars per week over 66 weeks -2,296 stars, 146 forks, 18 watches -[time-series](categories/time-series.md) category, created 2021-11-24, last commit 2023-02-28, main language Python -arima, automl, baselines, data-science, econometrics, ets, exponential-smoothing, fbprophet, forecasting, machine-learning, mstl, naive, neuralprophet, predictions, prophet, python, seasonal-naive, statistics, theta, time-series +### [criticality_score](https://github.com/ossf/criticality_score) by [ossf](https://github.com/ossf) +criticality_score: Gives criticality score for an open source project +[https://github.com/ossf/criticality_score](https://github.com/ossf/criticality_score) +9.86 stars per week over 119 weeks +1,180 stars, 89 forks, 30 watches +[util](categories/util.md) category, created 2020-11-17, last commit 2023-02-28, main language Go -### [FLAML](https://github.com/microsoft/flaml) by [microsoft](https://github.com/microsoft) -FLAML: A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP. -[https://microsoft.github.io/FLAML/](https://microsoft.github.io/FLAML/) -[https://github.com/microsoft/flaml](https://github.com/microsoft/flaml) -17 stars per week over 132 weeks -2,290 stars, 350 forks, 41 watches -[ml](categories/ml.md) category, created 2020-08-20, last commit 2023-03-01, main language Jupyter Notebook -automated-machine-learning, automl, classification, data-science, deep-learning, finetuning, hyperparam, hyperparameter-optimization, jupyter-notebook, machine-learning, natural-language-generation, natural-language-processing, python, random-forest, regression, scikit-learn, tabular-data, timeseries-forecasting, tuning +### [hiplot](https://github.com/facebookresearch/hiplot) by [facebookresearch](https://github.com/facebookresearch) +HiPlot makes understanding high dimensional data easy +[https://facebookresearch.github.io/hiplot/](https://facebookresearch.github.io/hiplot/) +[https://github.com/facebookresearch/hiplot](https://github.com/facebookresearch/hiplot) +14 stars per week over 173 weeks +2,429 stars, 124 forks, 29 watches +[viz](categories/viz.md) category, created 2019-11-08, last commit 2023-03-03, main language TypeScript + + +### [imageio](https://github.com/imageio/imageio) +imageio: Python library for reading and writing image data +[https://imageio.readthedocs.io](https://imageio.readthedocs.io) +[https://github.com/imageio/imageio](https://github.com/imageio/imageio) +2.35 stars per week over 513 weeks +1,204 stars, 244 forks, 32 watches +[util](categories/util.md) category, created 2013-05-04, last commit 2023-03-03, main language Python +animated-gif, dicom, imageio, python, scientific-formats, video, webcam-capture + + +### [SDV](https://github.com/sdv-dev/sdv) by [sdv-dev](https://github.com/sdv-dev) +SDV: Synthetic Data Generation for tabular, relational and time series data. +[https://sdv.dev/SDV](https://sdv.dev/SDV) +[https://github.com/sdv-dev/sdv](https://github.com/sdv-dev/sdv) +5.18 stars per week over 251 weeks +1,302 stars, 208 forks, 40 watches +[data](categories/data.md) category, created 2018-05-11, last commit 2023-01-24, main language Python +data-generation, deep-learning, gan, gans, generative-adversarial-network, generative-ai, generative-model, machine-learning, multi-table, relational-datasets, sdv, synthetic-data, synthetic-data-generation, time-series + + +### [ipyvolume](https://github.com/maartenbreddels/ipyvolume) by [maartenbreddels](https://github.com/maartenbreddels) +ipyvolume: 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL +[https://github.com/maartenbreddels/ipyvolume](https://github.com/maartenbreddels/ipyvolume) +5.66 stars per week over 323 weeks +1,830 stars, 236 forks, 51 watches +[jupyter](categories/jupyter.md) category, created 2016-12-21, last commit 2023-02-25, main language TypeScript +dataviz, ipython-widget, jupyter, jupyter-notebook, plotting, python, quiver, rendering-3d-volumes, scientific-visualization, threejs, virtual-reality, visualisation, volume-rendering, webgl + + +### [skops](https://github.com/skops-dev/skops) by [skops-dev](https://github.com/skops-dev) +skops is a Python library helping you share your scikit-learn based models and put them in production +[https://skops.readthedocs.io/en/stable/](https://skops.readthedocs.io/en/stable/) +[https://github.com/skops-dev/skops](https://github.com/skops-dev/skops) +6.17 stars per week over 43 weeks +269 stars, 42 forks, 9 watches +[ml-ops](categories/ml-ops.md) category, created 2022-05-04, last commit 2023-03-03, main language Python +hacktoberfest, huggingface, machine-learning, mlops, scikit-learn + + +### [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) by [open-telemetry](https://github.com/open-telemetry) +opentelemetry-python-contrib: OpenTelemetry instrumentation for Python modules +[https://opentelemetry.io](https://opentelemetry.io) +[https://github.com/open-telemetry/opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) +2.38 stars per week over 173 weeks +412 stars, 320 forks, 14 watches +[util](categories/util.md) category, created 2019-11-08, last commit 2023-02-28, main language Python ### [pycryptodome](https://github.com/legrandin/pycryptodome) by [legrandin](https://github.com/legrandin) @@ -4405,3870 +4703,4061 @@ pycryptodome: A self-contained cryptographic library for Python [https://www.pycryptodome.org](https://www.pycryptodome.org) [https://github.com/legrandin/pycryptodome](https://github.com/legrandin/pycryptodome) 4.93 stars per week over 461 weeks -2,273 stars, 420 forks, 59 watches +2,274 stars, 420 forks, 59 watches [util](categories/util.md) category, created 2014-05-02, last commit 2023-01-28, main language C cryptography, python, security -### [spektral](https://github.com/danielegrattarola/spektral) by [danielegrattarola](https://github.com/danielegrattarola) -spektral: Graph Neural Networks with Keras and Tensorflow 2. -[https://graphneural.network](https://graphneural.network) -[https://github.com/danielegrattarola/spektral](https://github.com/danielegrattarola/spektral) -10 stars per week over 215 weeks -2,234 stars, 332 forks, 43 watches -[ml-dl](categories/ml-dl.md) category, created 2019-01-17, last commit 2023-02-11, main language Python -deep-learning, graph-deep-learning, graph-neural-networks, keras, python, tensorflow, tensorflow2 - - -### [reloadium](https://github.com/reloadware/reloadium) by [reloadware](https://github.com/reloadware) -reloadium: Advanced Hot Reloading & Profiling for Python -[https://reloadium.io](https://reloadium.io) -[https://github.com/reloadware/reloadium](https://github.com/reloadware/reloadium) -37 stars per week over 58 weeks -2,224 stars, 39 forks, 24 watches -[profiling](categories/profiling.md) category, created 2022-01-15, last commit 2023-02-27, main language Python -django, edit-and-continue, flask, hot-reload, hot-reloading, pandas, python, python3 - - -### [swifter](https://github.com/jmcarpenter2/swifter) by [jmcarpenter2](https://github.com/jmcarpenter2) -swifter: A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner -[https://github.com/jmcarpenter2/swifter](https://github.com/jmcarpenter2/swifter) -8.69 stars per week over 255 weeks -2,223 stars, 99 forks, 30 watches -[pandas](categories/pandas.md) category, created 2018-04-07, last commit 2022-08-16, main language Python -dask, modin, pandas, pandas-dataframe, parallel-computing, parallelization +### [quart](https://github.com/pallets/quart) by [pallets](https://github.com/pallets) +quart: An async Python micro framework for building web applications. +[https://quart.palletsprojects.com](https://quart.palletsprojects.com) +[https://github.com/pallets/quart](https://github.com/pallets/quart) +5.94 stars per week over 277 weeks +1,646 stars, 100 forks, 26 watches +[web](categories/web.md) category, created 2017-11-10, last commit 2023-02-12, main language Python +asgi, asyncio, http-server, python, quart -### [Astra](https://github.com/flipkart-incubator/astra) by [flipkart-incubator](https://github.com/flipkart-incubator) -Astra: Automated Security Testing For REST API's -[https://github.com/flipkart-incubator/astra](https://github.com/flipkart-incubator/astra) -8.14 stars per week over 268 weeks -2,183 stars, 361 forks, 85 watches -[web](categories/web.md) category, created 2018-01-10, last commit 2023-02-16, main language Python -ci-cd, owasp, penetration-testing, penetration-testing-framework, postman-collection, python, restapiautomation, sdlc, security, security-automation +### [transitions](https://github.com/pytransitions/transitions) by [pytransitions](https://github.com/pytransitions) +transitions: A lightweight, object-oriented finite state machine implementation in Python with many extensions +[https://github.com/pytransitions/transitions](https://github.com/pytransitions/transitions) +10 stars per week over 438 weeks +4,779 stars, 511 forks, 91 watches +[util](categories/util.md) category, created 2014-10-12, last commit 2023-01-06, main language Python +hierarchical-state-machine, nested-states, python, state-diagram, state-machine -### [stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) by [nateraw](https://github.com/nateraw) -stable-diffusion-videos: Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts -[https://github.com/nateraw/stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) -85 stars per week over 25 weeks -2,178 stars, 213 forks, 28 watches -[diffusion](categories/diffusion.md) category, created 2022-09-06, last commit 2023-02-18, main language Python -ai-art, huggingface, huggingface-diffusers, machine-learning, stable-diffusion +### [TabPFN](https://github.com/automl/tabpfn) by [automl](https://github.com/automl) +TabPFN: Official implementation of the TabPFN and the tabpfn package. +[https://arxiv.org/abs/2207.01848](https://arxiv.org/abs/2207.01848) +[https://github.com/automl/tabpfn](https://github.com/automl/tabpfn) +19 stars per week over 35 weeks +701 stars, 49 forks, 16 watches +[ml](categories/ml.md) category, created 2022-07-01, last commit 2023-03-02, main language Python -### [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) by [pytest-dev](https://github.com/pytest-dev) -pytest-testinfra: Testinfra test your infrastructures -[https://testinfra.readthedocs.io](https://testinfra.readthedocs.io) -[https://github.com/pytest-dev/pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) -5.22 stars per week over 415 weeks -2,168 stars, 321 forks, 82 watches -[testing](categories/testing.md) category, created 2015-03-15, last commit 2023-01-11, main language Python -ansible, chef, devops, devops-tools, docker, infrastructure-as-code, infrastructure-testing, kubernetes, nagios, puppet, pytest-plugin, python, saltstack, tdd, tdd-utilities, testing, testing-tools +### [flower](https://github.com/mher/flower) by [mher](https://github.com/mher) +flower: Real-time monitor and web admin for Celery distributed task queue +[https://flower.readthedocs.io](https://flower.readthedocs.io) +[https://github.com/mher/flower](https://github.com/mher/flower) +10 stars per week over 556 weeks +5,581 stars, 1,001 forks, 143 watches +[perf](categories/perf.md) category, created 2012-07-08, last commit 2022-11-14, main language Python +administration, asynchronous, celery, monitoring, python, rabbitmq, redis, task-queue, workers -### [data-diff](https://github.com/datafold/data-diff) by [datafold](https://github.com/datafold) -data-diff: Efficiently diff data in or across relational databases -[https://www.datafold.com/blog/open-source-data-diff](https://www.datafold.com/blog/open-source-data-diff) -[https://github.com/datafold/data-diff](https://github.com/datafold/data-diff) -41 stars per week over 51 weeks -2,153 stars, 102 forks, 16 watches -[data](categories/data.md) category, created 2022-03-07, last commit 2023-03-02, main language Python -data-engineering, data-quality, data-quality-monitoring, data-science, database, databricks-sql, dataengineering, dataquality, dbt, mysql, oracle-database, postgres, postgresql, python, rdbms, snowflake, sql, trino +### [praw](https://github.com/praw-dev/praw) by [praw-dev](https://github.com/praw-dev) +PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. +[http://praw.readthedocs.io/](http://praw.readthedocs.io/) +[https://github.com/praw-dev/praw](https://github.com/praw-dev/praw) +4.6 stars per week over 654 weeks +3,012 stars, 450 forks, 71 watches +[data](categories/data.md) category, created 2010-08-19, last commit 2023-02-25, main language Python +api, oauth, praw, python, reddit, reddit-api -### [lightly](https://github.com/lightly-ai/lightly) by [lightly-ai](https://github.com/lightly-ai) -lightly: A python library for self-supervised learning on images. -[https://docs.lightly.ai/self-supervised-learning/](https://docs.lightly.ai/self-supervised-learning/) -[https://github.com/lightly-ai/lightly](https://github.com/lightly-ai/lightly) -17 stars per week over 124 weeks -2,153 stars, 179 forks, 23 watches -[ml](categories/ml.md) category, created 2020-10-13, last commit 2023-03-02, main language Python -active-learning, computer-vision, contrastive-learning, deep-learning, embeddings, machine-learning, pytorch, self-supervised-learning +### [filesystem_spec](https://github.com/fsspec/filesystem_spec) by [fsspec](https://github.com/fsspec) +filesystem_spec: A specification that python filesystems should adhere to. +[https://github.com/fsspec/filesystem_spec](https://github.com/fsspec/filesystem_spec) +2.18 stars per week over 253 weeks +553 stars, 239 forks, 22 watches +[util](categories/util.md) category, created 2018-04-23, last commit 2023-03-04, main language Python -### [refurb](https://github.com/dosisod/refurb) by [dosisod](https://github.com/dosisod) -refurb: A tool for refurbishing and modernizing Python codebases -[https://github.com/dosisod/refurb](https://github.com/dosisod/refurb) -68 stars per week over 31 weeks -2,150 stars, 42 forks, 16 watches -[util](categories/util.md) category, created 2022-07-27, last commit 2023-03-02, main language Python -cli, gplv3, hacktoberfest, mypy, python, python310, testing +### [gefyra](https://github.com/gefyrahq/gefyra) by [gefyrahq](https://github.com/gefyrahq) +gefyra: Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes. +[https://gefyra.dev](https://gefyra.dev) +[https://github.com/gefyrahq/gefyra](https://github.com/gefyrahq/gefyra) +6.29 stars per week over 67 weeks +424 stars, 23 forks, 7 watches +[util](categories/util.md) category, created 2021-11-18, last commit 2023-02-22, main language Python +coding, containers, developer-tool, development, docker, k8s, kubernetes, tunnel -### [earthengine-api](https://github.com/google/earthengine-api) by [google](https://github.com/google) -earthengine-api: Python and JavaScript bindings for calling the Earth Engine API. -[https://github.com/google/earthengine-api](https://github.com/google/earthengine-api) -5.22 stars per week over 410 weeks -2,141 stars, 918 forks, 207 watches -[gis](categories/gis.md) category, created 2015-04-22, last commit 2023-03-01, main language JavaScript +### [pyscaffold](https://github.com/pyscaffold/pyscaffold) +pyscaffold: 🛠 Python project template generator with batteries included +[https://pyscaffold.org](https://pyscaffold.org) +[https://github.com/pyscaffold/pyscaffold](https://github.com/pyscaffold/pyscaffold) +3.73 stars per week over 465 weeks +1,736 stars, 172 forks, 40 watches +[template](categories/template.md) category, created 2014-04-02, last commit 2023-02-21, main language Python +distribution, git, package, package-creation, project-template, python, release-automation, template-project -### [PynamoDB](https://github.com/pynamodb/pynamodb) by [pynamodb](https://github.com/pynamodb) -PynamoDB: A pythonic interface to Amazon's DynamoDB -[http://pynamodb.readthedocs.io](http://pynamodb.readthedocs.io) -[https://github.com/pynamodb/pynamodb](https://github.com/pynamodb/pynamodb) -4.47 stars per week over 475 weeks -2,126 stars, 417 forks, 41 watches -[data](categories/data.md) category, created 2014-01-20, last commit 2023-02-28, main language Python -aws, dynamodb, python +### [glow](https://github.com/pytorch/glow) by [pytorch](https://github.com/pytorch) +glow: Compiler for Neural Network hardware accelerators +[https://github.com/pytorch/glow](https://github.com/pytorch/glow) +10 stars per week over 283 weeks +2,920 stars, 665 forks, 155 watches +[ml](categories/ml.md) category, created 2017-09-29, last commit 2023-02-22, main language C++ -### [shapash](https://github.com/maif/shapash) by [maif](https://github.com/maif) -shapash: 🔅 Shapash makes Machine Learning models transparent and understandable by everyone -[https://maif.github.io/shapash/](https://maif.github.io/shapash/) -[https://github.com/maif/shapash](https://github.com/maif/shapash) -14 stars per week over 148 weeks -2,124 stars, 260 forks, 39 watches -[ml](categories/ml.md) category, created 2020-04-29, last commit 2023-03-01, main language Jupyter Notebook -ethical-artificial-intelligence, explainability, explainable-ml, interpretability, lime, machine-learning, python, shap, transparency +### [typeguard](https://github.com/agronholm/typeguard) by [agronholm](https://github.com/agronholm) +typeguard: Run-time type checker for Python +[https://github.com/agronholm/typeguard](https://github.com/agronholm/typeguard) +2.98 stars per week over 375 weeks +1,117 stars, 82 forks, 16 watches +[typing](categories/typing.md) category, created 2015-12-27, last commit 2023-03-01, main language Python -### [pyyaml](https://github.com/yaml/pyyaml) by [yaml](https://github.com/yaml) -pyyaml: Canonical source repository for PyYAML -[https://github.com/yaml/pyyaml](https://github.com/yaml/pyyaml) -3.55 stars per week over 591 weeks -2,098 stars, 435 forks, 49 watches -[util](categories/util.md) category, created 2011-11-03, last commit 2022-09-13, main language Python -python, yaml +### [jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) by [jupyter-lsp](https://github.com/jupyter-lsp) +jupyterlab-lsp: Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol +[https://github.com/jupyter-lsp/jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) +7.75 stars per week over 185 weeks +1,434 stars, 119 forks, 17 watches +[jupyter](categories/jupyter.md) category, created 2019-08-17, last commit 2023-01-02, main language TypeScript +autocompletion, ipython, julia-language, jupyter, jupyter-lab, jupyter-notebook, jupyterlab, jupyterlab-extension, language-server-protocol, linter, lsp, notebook, notebook-jupyter, r -### [nbviewer](https://github.com/jupyter/nbviewer) by [jupyter](https://github.com/jupyter) -nbviewer: nbconvert as a web service: Render Jupyter Notebooks as static web pages -[https://nbviewer.jupyter.org](https://nbviewer.jupyter.org) -[https://github.com/jupyter/nbviewer](https://github.com/jupyter/nbviewer) -3.74 stars per week over 551 weeks -2,061 stars, 537 forks, 93 watches -[jupyter](categories/jupyter.md) category, created 2012-08-05, last commit 2023-01-27, main language Python -jupyter, jupyter-notebook, nbconvert +### [pyspider](https://github.com/binux/pyspider) by [binux](https://github.com/binux) +pyspider: A Powerful Spider(Web Crawler) System in Python. +[http://docs.pyspider.org/](http://docs.pyspider.org/) +[https://github.com/binux/pyspider](https://github.com/binux/pyspider) +33 stars per week over 471 weeks +15,758 stars, 3,673 forks, 905 watches +[data](categories/data.md) category, created 2014-02-21, last commit 2020-08-02, main language Python +crawler, python -### [flower](https://github.com/adap/flower) by [adap](https://github.com/adap) -Flower: A Friendly Federated Learning Framework -[https://flower.dev](https://flower.dev) -[https://github.com/adap/flower](https://github.com/adap/flower) -12 stars per week over 158 weeks -2,054 stars, 445 forks, 23 watches -[ml-ops](categories/ml-ops.md) category, created 2020-02-17, last commit 2023-03-01, main language Python -deep-learning, federated-analytics, federated-learning, federated-learning-framework, fleet-intelligence, fleet-learning, flower, keras-federated-learning, machine-learning, pytorch, pytorch-federated-learning, scikit-learn, tensorflow, tensorflow-federated-learning +### [scikit-lego](https://github.com/koaning/scikit-lego) by [koaning](https://github.com/koaning) +scikit-lego: Extra blocks for scikit-learn pipelines. +[https://scikit-lego.netlify.app](https://scikit-lego.netlify.app) +[https://github.com/koaning/scikit-lego](https://github.com/koaning/scikit-lego) +4.55 stars per week over 214 weeks +978 stars, 102 forks, 19 watches +[ml](categories/ml.md) category, created 2019-01-21, last commit 2023-03-04, main language Python +common-sense, machine-learning, scikit-learn -### [pyflux](https://github.com/rjt1990/pyflux) by [rjt1990](https://github.com/rjt1990) -pyflux: Open source time series library for Python -[https://github.com/rjt1990/pyflux](https://github.com/rjt1990/pyflux) -5.48 stars per week over 367 weeks -2,012 stars, 236 forks, 70 watches -[time-series](categories/time-series.md) category, created 2016-02-16, last commit 2018-12-16, main language Python -statistics, time-series +### [tensorly](https://github.com/tensorly/tensorly) +TensorLy: Tensor Learning in Python. +[http://tensorly.org](http://tensorly.org) +[https://github.com/tensorly/tensorly](https://github.com/tensorly/tensorly) +4.13 stars per week over 332 weeks +1,371 stars, 269 forks, 46 watches +[ml](categories/ml.md) category, created 2016-10-21, last commit 2023-02-16, main language Python +cupy, decomposition, jax, machine-learning, mxnet, numpy, python, pytorch, regression, tensor, tensor-algebra, tensor-decomposition, tensor-factorization, tensor-learning, tensor-methods, tensor-regression, tensorflow, tensorly -### [pandera](https://github.com/pandera-dev/pandera) by [pandera-dev](https://github.com/pandera-dev) -pandera: A light-weight, flexible, and expressive statistical data testing library -[https://www.union.ai/pandera](https://www.union.ai/pandera) -[https://github.com/pandera-dev/pandera](https://github.com/pandera-dev/pandera) -8.82 stars per week over 226 weeks -1,995 stars, 164 forks, 13 watches -[pandas](categories/pandas.md) category, created 2018-11-01, last commit 2023-02-20, main language Python -assertions, data-assertions, data-check, data-cleaning, data-processing, data-validation, data-verification, dataframe-schema, dataframes, hypothesis-testing, pandas, pandas-dataframe, pandas-validation, pandas-validator, schema, testing, testing-tools, validation +### [asyncer](https://github.com/tiangolo/asyncer) by [tiangolo](https://github.com/tiangolo) +Asyncer, async and await, focused on developer experience. +[https://asyncer.tiangolo.com/](https://asyncer.tiangolo.com/) +[https://github.com/tiangolo/asyncer](https://github.com/tiangolo/asyncer) +15 stars per week over 60 weeks +964 stars, 38 forks, 15 watches +[perf](categories/perf.md) category, created 2022-01-04, last commit 2023-02-21, main language Python +anyio, async, asyncio, python, trio -### [Phoenix](https://github.com/wxwidgets/phoenix) by [wxwidgets](https://github.com/wxwidgets) -Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before. -[http://wxpython.org/](http://wxpython.org/) -[https://github.com/wxwidgets/phoenix](https://github.com/wxwidgets/phoenix) -3.52 stars per week over 554 weeks -1,953 stars, 496 forks, 104 watches -[gui](categories/gui.md) category, created 2012-07-17, last commit 2023-02-28, main language Python -awesome, cross-platform, gui, gui-framework, gui-toolkit, linux, macosx, python, windows, wxpython, wxwidgets +### [toolz](https://github.com/pytoolz/toolz) by [pytoolz](https://github.com/pytoolz) +toolz: A functional standard library for Python. +[http://toolz.readthedocs.org/](http://toolz.readthedocs.org/) +[https://github.com/pytoolz/toolz](https://github.com/pytoolz/toolz) +8.46 stars per week over 494 weeks +4,180 stars, 249 forks, 82 watches +[util](categories/util.md) category, created 2013-09-13, last commit 2022-11-03, main language Python -### [alpa](https://github.com/alpa-projects/alpa) by [alpa-projects](https://github.com/alpa-projects) -alpa: Training and serving large-scale neural networks -[https://alpa.ai](https://alpa.ai) -[https://github.com/alpa-projects/alpa](https://github.com/alpa-projects/alpa) -18 stars per week over 105 weeks -1,950 stars, 241 forks, 33 watches -[ml-dl](categories/ml-dl.md) category, created 2021-02-22, last commit 2023-02-28, main language Python -alpa, auto-parallelization, compiler, deep-learning, distributed-computing, distributed-training, high-performance-computing, jax, llm, machine-learning +### [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) by [pytest-dev](https://github.com/pytest-dev) +pytest-xdist: pytest plugin for distributed testing and loop-on-failures testing modes. +[https://pytest-xdist.readthedocs.io](https://pytest-xdist.readthedocs.io) +[https://github.com/pytest-dev/pytest-xdist](https://github.com/pytest-dev/pytest-xdist) +2.81 stars per week over 391 weeks +1,100 stars, 192 forks, 47 watches +[testing](categories/testing.md) category, created 2015-09-01, last commit 2023-02-27, main language Python +hacktoberfest, pytest, pytest-plugin -### [pint](https://github.com/hgrecco/pint) by [hgrecco](https://github.com/hgrecco) -pint: Operate and manipulate physical quantities in Python -[http://pint.readthedocs.org/](http://pint.readthedocs.org/) -[https://github.com/hgrecco/pint](https://github.com/hgrecco/pint) -3.51 stars per week over 555 weeks -1,947 stars, 416 forks, 40 watches -[util](categories/util.md) category, created 2012-07-13, last commit 2023-02-13, main language Python -python, science, units +### [omegaconf](https://github.com/omry/omegaconf) by [omry](https://github.com/omry) +omegaconf: Flexible Python configuration system. The last one you will ever need. +[https://github.com/omry/omegaconf](https://github.com/omry/omegaconf) +6.04 stars per week over 234 weeks +1,419 stars, 74 forks, 16 watches +[util](categories/util.md) category, created 2018-09-03, last commit 2022-12-20, main language Python +configuration-files, configuration-loader, python, python-types, schema-validator, yaml, yaml-configuration -### [alibi](https://github.com/seldonio/alibi) by [seldonio](https://github.com/seldonio) -alibi: Algorithms for explaining machine learning models -[https://docs.seldon.io/projects/alibi/en/stable/](https://docs.seldon.io/projects/alibi/en/stable/) -[https://github.com/seldonio/alibi](https://github.com/seldonio/alibi) -9.3 stars per week over 209 weeks -1,947 stars, 221 forks, 42 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2019-02-26, last commit 2023-03-01, main language Python -counterfactual, explanations, interpretability, machine-learning, xai +### [spacy-transformers](https://github.com/explosion/spacy-transformers) by [explosion](https://github.com/explosion) +spacy-transformers: 🛸 Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy +[https://spacy.io/usage/embeddings-transformers](https://spacy.io/usage/embeddings-transformers) +[https://github.com/explosion/spacy-transformers](https://github.com/explosion/spacy-transformers) +6.45 stars per week over 188 weeks +1,214 stars, 156 forks, 30 watches +[nlp](categories/nlp.md) category, created 2019-07-26, last commit 2023-03-03, main language Python +bert, google, gpt-2, huggingface, language-model, machine-learning, natural-language-processing, natural-language-understanding, nlp, openai, pytorch, pytorch-model, spacy, spacy-extension, spacy-pipeline, transfer-learning, xlnet -### [diffusion-models-class](https://github.com/huggingface/diffusion-models-class) by [huggingface](https://github.com/huggingface) -diffusion-models-class: Materials for the Hugging Face Diffusion Models Course -[https://github.com/huggingface/diffusion-models-class](https://github.com/huggingface/diffusion-models-class) -95 stars per week over 20 weeks -1,932 stars, 175 forks, 72 watches -[study](categories/study.md) category, created 2022-10-13, last commit 2023-02-21, main language Jupyter Notebook +### [quantstats](https://github.com/ranaroussi/quantstats) by [ranaroussi](https://github.com/ranaroussi) +quantstats: Portfolio analytics for quants, written in Python +[https://github.com/ranaroussi/quantstats](https://github.com/ranaroussi/quantstats) +14 stars per week over 200 weeks +2,862 stars, 570 forks, 86 watches +[finance](categories/finance.md) category, created 2019-05-01, last commit 2022-07-05, main language Python +algo-trading, algorithmic-trading, algotrading, finance, plotting, python, quant, quantitative-analysis, quantitative-finance, quantitative-trading, visualization -### [py-evm](https://github.com/ethereum/py-evm) by [ethereum](https://github.com/ethereum) -py-evm: A Python implementation of the Ethereum Virtual Machine -[https://py-evm.readthedocs.io/en/latest/](https://py-evm.readthedocs.io/en/latest/) -[https://github.com/ethereum/py-evm](https://github.com/ethereum/py-evm) -5.99 stars per week over 322 weeks -1,931 stars, 578 forks, 97 watches -[crypto](categories/crypto.md) category, created 2016-12-27, last commit 2022-12-16, main language Python -ethereum, ethereum-virtual-machine, evm, python +### [python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) by [ets-labs](https://github.com/ets-labs) +python-dependency-injector: Dependency injection framework for Python +[https://python-dependency-injector.ets-labs.org/](https://python-dependency-injector.ets-labs.org/) +[https://github.com/ets-labs/python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) +6.35 stars per week over 426 weeks +2,706 stars, 204 forks, 46 watches +[util](categories/util.md) category, created 2015-01-04, last commit 2022-12-19, main language Python +aiohttp, asyncio, dependency-injection, dependency-injection-container, dependency-injection-framework, design-patterns, factory, flask, flask-application, flask-restful, ioc, ioc-container, python, python-2, python-3, python3, singleton, threadlocal -### [rasterio](https://github.com/rasterio/rasterio) -Rasterio reads and writes geospatial raster datasets -[https://rasterio.readthedocs.io/](https://rasterio.readthedocs.io/) -[https://github.com/rasterio/rasterio](https://github.com/rasterio/rasterio) -3.88 stars per week over 486 weeks -1,889 stars, 508 forks, 151 watches -[gis](categories/gis.md) category, created 2013-11-04, last commit 2023-02-27, main language Python -cli, cython, gdal, gis, mapbox-satellite-oss, python, raster +### [layout-parser](https://github.com/layout-parser/layout-parser) +layout-parser: A Unified Toolkit for Deep Learning Based Document Image Analysis +[https://layout-parser.github.io/](https://layout-parser.github.io/) +[https://github.com/layout-parser/layout-parser](https://github.com/layout-parser/layout-parser) +24 stars per week over 142 weeks +3,499 stars, 350 forks, 60 watches +[nlp](categories/nlp.md) category, created 2020-06-10, last commit 2022-08-06, main language Python +computer-vision, deep-learning, detectron2, document-image-processing, document-layout-analysis, layout-analysis, layout-detection, layout-parser, object-detection, ocr -### [snakeviz](https://github.com/jiffyclub/snakeviz) by [jiffyclub](https://github.com/jiffyclub) -snakeviz: An in-browser Python profile viewer -[https://jiffyclub.github.io/snakeviz/](https://jiffyclub.github.io/snakeviz/) -[https://github.com/jiffyclub/snakeviz](https://github.com/jiffyclub/snakeviz) -3.39 stars per week over 557 weeks -1,889 stars, 129 forks, 23 watches -[profiling](categories/profiling.md) category, created 2012-06-26, last commit 2023-02-17, main language Python +### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) by [pyjanitor-devs](https://github.com/pyjanitor-devs) +pyjanitor: Clean APIs for data cleaning. Python implementation of R package Janitor +[https://pyjanitor-devs.github.io/pyjanitor](https://pyjanitor-devs.github.io/pyjanitor) +[https://github.com/pyjanitor-devs/pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) +4.27 stars per week over 261 weeks +1,115 stars, 159 forks, 21 watches +[pandas](categories/pandas.md) category, created 2018-03-04, last commit 2023-03-03, main language Python +cleaning-data, data, data-engineering, dataframe, hacktoberfest, pandas, pydata -### [cityscapesScripts](https://github.com/mcordts/cityscapesscripts) by [mcordts](https://github.com/mcordts) -cityscapesScripts: README and scripts for the Cityscapes Dataset -[https://github.com/mcordts/cityscapesscripts](https://github.com/mcordts/cityscapesscripts) -5.11 stars per week over 366 weeks -1,874 stars, 578 forks, 45 watches -[gis](categories/gis.md) category, created 2016-02-20, last commit 2022-10-22, main language Python +### [PynamoDB](https://github.com/pynamodb/pynamodb) by [pynamodb](https://github.com/pynamodb) +PynamoDB: A pythonic interface to Amazon's DynamoDB +[http://pynamodb.readthedocs.io](http://pynamodb.readthedocs.io) +[https://github.com/pynamodb/pynamodb](https://github.com/pynamodb/pynamodb) +4.47 stars per week over 475 weeks +2,126 stars, 418 forks, 41 watches +[data](categories/data.md) category, created 2014-01-20, last commit 2023-02-28, main language Python +aws, dynamodb, python -### [dill](https://github.com/uqfoundation/dill) by [uqfoundation](https://github.com/uqfoundation) -dill: serialize all of python -[http://dill.rtfd.io](http://dill.rtfd.io) -[https://github.com/uqfoundation/dill](https://github.com/uqfoundation/dill) -3.7 stars per week over 505 weeks -1,870 stars, 157 forks, 22 watches -[data](categories/data.md) category, created 2013-06-28, last commit 2023-02-20, main language Python +### [nbQA](https://github.com/nbqa-dev/nbqa) by [nbqa-dev](https://github.com/nbqa-dev) +nbQA: Run isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks +[https://nbqa.readthedocs.io/en/latest/index.html](https://nbqa.readthedocs.io/en/latest/index.html) +[https://github.com/nbqa-dev/nbqa](https://github.com/nbqa-dev/nbqa) +5.13 stars per week over 138 weeks +709 stars, 35 forks, 7 watches +[jupyter](categories/jupyter.md) category, created 2020-07-11, last commit 2023-02-27, main language Python +black, codequality, doctest, flake8, isort, jupyter-notebook, lint, mypy, pre-commit, pre-commit-hook, pylint, python, pyupgrade, yapf -### [lazypredict](https://github.com/shankarpandala/lazypredict) by [shankarpandala](https://github.com/shankarpandala) -lazypredict: Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning -[https://github.com/shankarpandala/lazypredict](https://github.com/shankarpandala/lazypredict) -10 stars per week over 171 weeks -1,865 stars, 212 forks, 23 watches -[ml](categories/ml.md) category, created 2019-11-16, last commit 2022-09-28, main language Python -automl, classification, machine-learning, regression +### [python-bigquery](https://github.com/googleapis/python-bigquery) by [googleapis](https://github.com/googleapis) +googleapis/python-bigquery +[https://github.com/googleapis/python-bigquery](https://github.com/googleapis/python-bigquery) +3.4 stars per week over 168 weeks +573 stars, 233 forks, 58 watches +[data](categories/data.md) category, created 2019-12-10, last commit 2023-03-04, main language Python -### [camelot](https://github.com/camelot-dev/camelot) by [camelot-dev](https://github.com/camelot-dev) -camelot: A Python library to extract tabular data from PDFs -[https://camelot-py.readthedocs.io](https://camelot-py.readthedocs.io) -[https://github.com/camelot-dev/camelot](https://github.com/camelot-dev/camelot) -9.65 stars per week over 191 weeks -1,849 stars, 340 forks, 47 watches -[util](categories/util.md) category, created 2019-07-01, last commit 2023-02-26, main language Python +### [BlenderGIS](https://github.com/domlysz/blendergis) by [domlysz](https://github.com/domlysz) +BlenderGIS: Blender addons to make the bridge between Blender and geographic data +[https://github.com/domlysz/blendergis](https://github.com/domlysz/blendergis) +13 stars per week over 460 weeks +6,075 stars, 1,134 forks, 245 watches +[gis](categories/gis.md) category, created 2014-05-08, last commit 2022-05-31, main language Python +3d, 3d-map, 3dgis, addon, basemap, blender, delaunay-triangulation, dem, geodata, georeferencing, geospatial, gis, importexport, map, openstreetmap, python, raster, shapefile, terrain-model -### [h5py](https://github.com/h5py/h5py) -h5py: HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. -[http://www.h5py.org](http://www.h5py.org) -[https://github.com/h5py/h5py](https://github.com/h5py/h5py) -3.36 stars per week over 545 weeks -1,832 stars, 490 forks, 55 watches -[perf](categories/perf.md) category, created 2012-09-21, last commit 2023-03-01, main language Python +### [QuantEcon.py](https://github.com/quantecon/quantecon.py) by [quantecon](https://github.com/quantecon) +QuantEcon.py: A community based Python library for quantitative economics +[https://quantecon.org/quantecon-py/](https://quantecon.org/quantecon-py/) +[https://github.com/quantecon/quantecon.py](https://github.com/quantecon/quantecon.py) +3.1 stars per week over 519 weeks +1,611 stars, 2,147 forks, 147 watches +[sim](categories/sim.md) category, created 2013-03-22, last commit 2023-02-24, main language Python -### [ipyvolume](https://github.com/maartenbreddels/ipyvolume) by [maartenbreddels](https://github.com/maartenbreddels) -ipyvolume: 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL -[https://github.com/maartenbreddels/ipyvolume](https://github.com/maartenbreddels/ipyvolume) -5.65 stars per week over 323 weeks -1,828 stars, 236 forks, 51 watches -[jupyter](categories/jupyter.md) category, created 2016-12-21, last commit 2023-02-25, main language TypeScript -dataviz, ipython-widget, jupyter, jupyter-notebook, plotting, python, quiver, rendering-3d-volumes, scientific-visualization, threejs, virtual-reality, visualisation, volume-rendering, webgl +### [gpt-neo](https://github.com/eleutherai/gpt-neo) by [eleutherai](https://github.com/eleutherai) +gpt-neo: An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library. +[https://www.eleuther.ai](https://www.eleuther.ai) +[https://github.com/eleutherai/gpt-neo](https://github.com/eleutherai/gpt-neo) +51 stars per week over 139 weeks +7,211 stars, 723 forks, 170 watches +[nlp](categories/nlp.md) category, created 2020-07-05, last commit 2022-02-25, main language Python +gpt, gpt-2, gpt-3, language-model, transformers -### [pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) by [pyfilesystem](https://github.com/pyfilesystem) -pyfilesystem2: Python's Filesystem abstraction layer -[https://www.pyfilesystem.org](https://www.pyfilesystem.org) -[https://github.com/pyfilesystem/pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) -5.47 stars per week over 333 weeks -1,822 stars, 173 forks, 46 watches -[util](categories/util.md) category, created 2016-10-14, last commit 2022-10-18, main language Python -filesystem, filesystem-library, ftp, pyfilesystem, pyfilesystem2, python, tar, zip +### [memory_profiler](https://github.com/pythonprofilers/memory_profiler) by [pythonprofilers](https://github.com/pythonprofilers) +memory_profiler: Monitor Memory usage of Python code +[http://pypi.python.org/pypi/memory_profiler](http://pypi.python.org/pypi/memory_profiler) +[https://github.com/pythonprofilers/memory_profiler](https://github.com/pythonprofilers/memory_profiler) +6.37 stars per week over 594 weeks +3,788 stars, 366 forks, 76 watches +[profiling](categories/profiling.md) category, created 2011-10-14, last commit 2022-12-06, main language Python ### [mesa](https://github.com/projectmesa/mesa) by [projectmesa](https://github.com/projectmesa) Mesa is an agent-based modeling framework in Python [https://github.com/projectmesa/mesa](https://github.com/projectmesa/mesa) 4.13 stars per week over 441 weeks -1,820 stars, 757 forks, 89 watches +1,823 stars, 758 forks, 89 watches [sim](categories/sim.md) category, created 2014-09-19, last commit 2023-02-10, main language Python agent-based-modeling, agent-based-simulation, complex-systems, complexity-analysis, gis, mesa, modeling-agents, simulation, simulation-environment, simulation-framework, spatial-models +### [imodels](https://github.com/csinva/imodels) by [csinva](https://github.com/csinva) +imodels: Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible). +[https://csinva.io/imodels](https://csinva.io/imodels) +[https://github.com/csinva/imodels](https://github.com/csinva/imodels) +5.51 stars per week over 191 weeks +1,054 stars, 97 forks, 24 watches +[ml](categories/ml.md) category, created 2019-07-04, last commit 2023-02-12, main language Jupyter Notebook +ai, artificial-intelligence, bayesian-rule-list, data-science, explainable-ai, explainable-ml, imodels, interpretability, machine-learning, ml, optimal-classification-tree, python, rule-learning, rulefit, rules, scikit-learn, statistics, supervised-learning + + +### [graphein](https://github.com/a-r-j/graphein) by [a-r-j](https://github.com/a-r-j) +graphein: Protein Graph Library +[https://graphein.ai/](https://graphein.ai/) +[https://github.com/a-r-j/graphein](https://github.com/a-r-j/graphein) +4.11 stars per week over 183 weeks +754 stars, 97 forks, 16 watches +[sim](categories/sim.md) category, created 2019-08-28, last commit 2023-02-21, main language Jupyter Notebook +bioinformatics, computational-biology, deep-learning, dgl, drug-discovery, gene-regulatory-networks, geometric-deep-learning, graph-neural-networks, interactome, interactomics, ppi-networks, protein, protein-data-bank, protein-design, protein-structure, python, pytorch, pytorch-geometric, rna, structural-biology + + +### [ipykernel](https://github.com/ipython/ipykernel) by [ipython](https://github.com/ipython) +ipykernel: IPython Kernel for Jupyter +[https://ipykernel.readthedocs.io/en/stable/](https://ipykernel.readthedocs.io/en/stable/) +[https://github.com/ipython/ipykernel](https://github.com/ipython/ipykernel) +1.3 stars per week over 412 weeks +536 stars, 337 forks, 34 watches +[util](categories/util.md) category, created 2015-04-09, last commit 2023-03-02, main language Python +closember, ipython, ipython-kernel, jupyter, jupyter-notebook, kernel, python + + +### [orbit](https://github.com/uber/orbit) by [uber](https://github.com/uber) +orbit: A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. +[https://orbit-ml.readthedocs.io/en/stable/](https://orbit-ml.readthedocs.io/en/stable/) +[https://github.com/uber/orbit](https://github.com/uber/orbit) +9.76 stars per week over 164 weeks +1,608 stars, 120 forks, 33 watches +[time-series](categories/time-series.md) category, created 2020-01-07, last commit 2023-01-29, main language Python +arima, bayesian, bayesian-methods, bayesian-statistics, changepoint, exponential-smoothing, forecast, forecasting, machine-learning, orbit, probabilistic, probabilistic-programming, pyro, pystan, python, pytorch, regression, regression-models, stan, time-series + + +### [spinningup](https://github.com/openai/spinningup) by [openai](https://github.com/openai) +spinningup: An educational resource to help anyone learn deep reinforcement learning. +[https://spinningup.openai.com/](https://spinningup.openai.com/) +[https://github.com/openai/spinningup](https://github.com/openai/spinningup) +35 stars per week over 225 weeks +7,937 stars, 1,850 forks, 216 watches +[study](categories/study.md) category, created 2018-11-07, last commit 2020-02-07, main language Python + + ### [wrapt](https://github.com/grahamdumpleton/wrapt) by [grahamdumpleton](https://github.com/grahamdumpleton) wrapt: A Python module for decorators, wrappers and monkey patching. [https://github.com/grahamdumpleton/wrapt](https://github.com/grahamdumpleton/wrapt) 3.57 stars per week over 509 weeks -1,820 stars, 209 forks, 45 watches +1,821 stars, 209 forks, 45 watches [util](categories/util.md) category, created 2013-05-29, last commit 2023-02-27, main language Python -### [pygraphistry](https://github.com/graphistry/pygraphistry) by [graphistry](https://github.com/graphistry) -PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer -[https://github.com/graphistry/pygraphistry](https://github.com/graphistry/pygraphistry) -4.48 stars per week over 404 weeks -1,810 stars, 188 forks, 47 watches -[data](categories/data.md) category, created 2015-06-02, last commit 2022-12-23, main language Python -csv, cudf, cugraph, gpu, graph, graph-visualization, graphistry, igraph, jupyter, neo4j, network-analysis, network-visualization, networkx, pandas, python, rapids, splunk, tigergraph, visualization, webgl +### [anyio](https://github.com/agronholm/anyio) by [agronholm](https://github.com/agronholm) +anyio: High level asynchronous concurrency and networking framework that works on top of either trio or asyncio +[https://github.com/agronholm/anyio](https://github.com/agronholm/anyio) +5.05 stars per week over 237 weeks +1,196 stars, 101 forks, 26 watches +[perf](categories/perf.md) category, created 2018-08-19, last commit 2023-03-03, main language Python +async-await, asyncio, curio, trio -### [raster-vision](https://github.com/azavea/raster-vision) by [azavea](https://github.com/azavea) -raster-vision: An open source library and framework for deep learning on satellite and aerial imagery. -[https://docs.rastervision.io](https://docs.rastervision.io) -[https://github.com/azavea/raster-vision](https://github.com/azavea/raster-vision) -5.68 stars per week over 317 weeks -1,800 stars, 351 forks, 83 watches -[gis](categories/gis.md) category, created 2017-02-02, last commit 2023-02-27, main language Python -classification, computer-vision, deep-learning, geospatial, machine-learning, object-detection, pytorch, remote-sensing, semantic-segmentation +### [sedona](https://github.com/apache/incubator-sedona) by [apache](https://github.com/apache) +sedona: A cluster computing framework for processing large-scale geospatial data +[http://sedona.apache.org/](http://sedona.apache.org/) +[https://github.com/apache/incubator-sedona](https://github.com/apache/incubator-sedona) +3.33 stars per week over 410 weeks +1,366 stars, 561 forks, 105 watches +[gis](categories/gis.md) category, created 2015-04-24, last commit 2023-03-04, main language Java +cluster-computing, geospatial, java, python, scala, spatial-analysis, spatial-query, spatial-sql -### [felicette](https://github.com/plant99/felicette) by [plant99](https://github.com/plant99) -felicette: Satellite imagery for dummies. -[https://github.com/plant99/felicette](https://github.com/plant99/felicette) -13 stars per week over 137 weeks -1,796 stars, 85 forks, 39 watches -[gis](categories/gis.md) category, created 2020-07-12, last commit 2021-09-08, main language Python -earth-observation, earth-science, geoinformatics, geospatial, geospatial-data, geospatial-visualization, gis, python, python3, satellite-data, satellite-imagery, satellite-images +### [safety](https://github.com/pyupio/safety) by [pyupio](https://github.com/pyupio) +Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. +[https://pyup.io/safety/](https://pyup.io/safety/) +[https://github.com/pyupio/safety](https://github.com/pyupio/safety) +4.41 stars per week over 332 weeks +1,465 stars, 124 forks, 31 watches +[security](categories/security.md) category, created 2016-10-19, last commit 2023-02-26, main language Python +python, security, security-vulnerability, travis, vulnerability-detection, vulnerability-scanners -### [jellyfish](https://github.com/jamesturk/jellyfish) by [jamesturk](https://github.com/jamesturk) -jellyfish: 🪼 a python library for doing approximate and phonetic matching of strings. -[https://jamesturk.github.io/jellyfish/](https://jamesturk.github.io/jellyfish/) -[https://github.com/jamesturk/jellyfish](https://github.com/jamesturk/jellyfish) -2.72 stars per week over 660 weeks -1,795 stars, 152 forks, 42 watches -[nlp](categories/nlp.md) category, created 2010-07-09, last commit 2023-02-03, main language Python -fuzzy-search, hacktoberfest, hamming, jaro-winkler, levenshtein, metaphone, python, soundex +### [s3fs](https://github.com/fsspec/s3fs) by [fsspec](https://github.com/fsspec) +s3fs: S3 Filesystem +[http://s3fs.readthedocs.io/en/latest/](http://s3fs.readthedocs.io/en/latest/) +[https://github.com/fsspec/s3fs](https://github.com/fsspec/s3fs) +1.78 stars per week over 363 weeks +648 stars, 216 forks, 22 watches +[util](categories/util.md) category, created 2016-03-16, last commit 2023-02-23, main language Python +hacktoberfest -### [coursera-deep-learning-specialization](https://github.com/amanchadha/coursera-deep-learning-specialization) by [amanchadha](https://github.com/amanchadha) -coursera-deep-learning-specialization: Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models -[https://github.com/amanchadha/coursera-deep-learning-specialization](https://github.com/amanchadha/coursera-deep-learning-specialization) -12 stars per week over 140 weeks -1,793 stars, 1,562 forks, 17 watches -[study](categories/study.md) category, created 2020-06-24, last commit 2022-02-07, main language Jupyter Notebook -andrew-ng, andrew-ng-course, cnns, convolutional-neural-network, convolutional-neural-networks, coursera, coursera-assignment, coursera-machine-learning, coursera-specialization, deep-learning, hyperparameter-optimization, hyperparameter-tuning, neural-machine-translation, neural-network, neural-networks, neural-style-transfer, recurrent-neural-network, recurrent-neural-networks, regularization, rnns +### [fpdf2](https://github.com/pyfpdf/fpdf2) by [pyfpdf](https://github.com/pyfpdf) +fpdf2: Simple PDF generation for Python +[https://pyfpdf.github.io/fpdf2/](https://pyfpdf.github.io/fpdf2/) +[https://github.com/pyfpdf/fpdf2](https://github.com/pyfpdf/fpdf2) +1.99 stars per week over 311 weeks +621 stars, 165 forks, 17 watches +[util](categories/util.md) category, created 2017-03-15, last commit 2023-03-03, main language Python +barcode, hacktoberfest, library, markdown, pdf, pdf-generation, pdf-library, python, python3, svg -### [sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) by [aws](https://github.com/aws) -sagemaker-python-sdk: A library for training and deploying machine learning models on Amazon SageMaker -[https://sagemaker.readthedocs.io/](https://sagemaker.readthedocs.io/) -[https://github.com/aws/sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) -6.46 stars per week over 276 weeks -1,785 stars, 937 forks, 135 watches -[ml](categories/ml.md) category, created 2017-11-14, last commit 2023-03-03, main language Python -aws, huggingface, machine-learning, mxnet, python, pytorch, sagemaker, tensorflow +### [texthero](https://github.com/jbesomi/texthero) by [jbesomi](https://github.com/jbesomi) +texthero: Text preprocessing, representation and visualization from zero to hero. +[https://texthero.org](https://texthero.org) +[https://github.com/jbesomi/texthero](https://github.com/jbesomi/texthero) +17 stars per week over 151 weeks +2,709 stars, 229 forks, 43 watches +[nlp](categories/nlp.md) category, created 2020-04-06, last commit 2022-10-28, main language Python +machine-learning, nlp, nlp-pipeline, text-clustering, text-mining, text-preprocessing, text-representation, text-visualization, texthero, word-embeddings -### [alembic](https://github.com/sqlalchemy/alembic) by [sqlalchemy](https://github.com/sqlalchemy) -alembic: A database migrations tool for SQLAlchemy. -[https://github.com/sqlalchemy/alembic](https://github.com/sqlalchemy/alembic) -8.02 stars per week over 222 weeks -1,784 stars, 179 forks, 19 watches -[data](categories/data.md) category, created 2018-11-27, last commit 2023-03-01, main language Python -python, sql, sqlalchemy +### [pysystemtrade](https://github.com/robcarver17/pysystemtrade) by [robcarver17](https://github.com/robcarver17) +pysystemtrade: Systematic Trading in python +[https://github.com/robcarver17/pysystemtrade](https://github.com/robcarver17/pysystemtrade) +5.02 stars per week over 379 weeks +1,904 stars, 637 forks, 156 watches +[finance](categories/finance.md) category, created 2015-11-27, last commit 2023-03-03, main language Python -### [pyparsing](https://github.com/pyparsing/pyparsing) -pyparsing: Python library for creating PEG parsers -[https://github.com/pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) -5.85 stars per week over 302 weeks -1,770 stars, 241 forks, 23 watches -[util](categories/util.md) category, created 2017-05-14, last commit 2023-02-12, main language Python -parser-combinators, parsing, parsing-expression-grammar, parsing-library, peg-parsers, python, python-2, python-3, python2, python3, text-processing +### [remi](https://github.com/dddomodossola/remi) by [dddomodossola](https://github.com/dddomodossola) +remi: Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet. +[https://github.com/dddomodossola/remi](https://github.com/dddomodossola/remi) +6.91 stars per week over 467 weeks +3,232 stars, 394 forks, 121 watches +[gui](categories/gui.md) category, created 2014-03-20, last commit 2023-02-01, main language Python +gui, gui-library, platform-independent, python, remi, ui -### [gin-config](https://github.com/google/gin-config) by [google](https://github.com/google) -gin-config: Gin provides a lightweight configuration framework for Python -[https://github.com/google/gin-config](https://github.com/google/gin-config) -7.23 stars per week over 244 weeks -1,767 stars, 113 forks, 24 watches -[util](categories/util.md) category, created 2018-06-27, last commit 2022-12-05, main language Python -configuration-management, python, tensorflow, tensorflow-experiments +### [deep-learning-v2-pytorch](https://github.com/udacity/deep-learning-v2-pytorch) by [udacity](https://github.com/udacity) +deep-learning-v2-pytorch: Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101 +[https://github.com/udacity/deep-learning-v2-pytorch](https://github.com/udacity/deep-learning-v2-pytorch) +20 stars per week over 234 weeks +4,861 stars, 5,222 forks, 174 watches +[study](categories/study.md) category, created 2018-09-04, last commit 2022-12-24, main language Jupyter Notebook +convolutional-networks, deep-learning, neural-network, pytorch, recurrent-networks, sentiment-analysis, style-transfer -### [machine-learning-interviews](https://github.com/alirezadir/machine-learning-interview-enlightener) by [alirezadir](https://github.com/alirezadir) -machine-learning-interviews: This repo is meant to serve as a guide for Machine Learning/AI technical interviews. -[https://github.com/alirezadir/machine-learning-interview-enlightener](https://github.com/alirezadir/machine-learning-interview-enlightener) -16 stars per week over 108 weeks -1,762 stars, 354 forks, 48 watches -[study](categories/study.md) category, created 2021-01-31, last commit 2023-03-01, main language Jupyter Notebook -ai, deep-learning, interview, interview-practice, interview-preparation, interviews, machine-learning, machine-learning-algorithms, scalable-applications, system-design +### [pycodestyle](https://github.com/pycqa/pycodestyle) by [pycqa](https://github.com/pycqa) +pycodestyle: Simple Python style checker in one Python file +[https://pycodestyle.pycqa.org](https://pycodestyle.pycqa.org) +[https://github.com/pycqa/pycodestyle](https://github.com/pycqa/pycodestyle) +6.83 stars per week over 700 weeks +4,780 stars, 697 forks, 120 watches +[util](categories/util.md) category, created 2009-10-02, last commit 2022-12-13, main language Python +flake8-plugin, linter-flake8, linter-plugin, pep8, python, style-guide, styleguide -### [flask-restx](https://github.com/python-restx/flask-restx) by [python-restx](https://github.com/python-restx) -flask-restx: Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask -[https://flask-restx.readthedocs.io/en/latest/](https://flask-restx.readthedocs.io/en/latest/) -[https://github.com/python-restx/flask-restx](https://github.com/python-restx/flask-restx) -10 stars per week over 164 weeks -1,762 stars, 294 forks, 70 watches -[web](categories/web.md) category, created 2020-01-09, last commit 2023-02-19, main language Python -api, flask, json, python, rest, restful, restplus, restx, swagger +### [pipreqs](https://github.com/bndr/pipreqs) by [bndr](https://github.com/bndr) +pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward. +[https://github.com/bndr/pipreqs](https://github.com/bndr/pipreqs) +12 stars per week over 410 weeks +4,936 stars, 330 forks, 60 watches +[util](categories/util.md) category, created 2015-04-22, last commit 2023-01-14, main language Python -### [hypertools](https://github.com/contextlab/hypertools) by [contextlab](https://github.com/contextlab) -hypertools: A Python toolbox for gaining geometric insights into high-dimensional data -[http://hypertools.readthedocs.io/en/latest/](http://hypertools.readthedocs.io/en/latest/) -[https://github.com/contextlab/hypertools](https://github.com/contextlab/hypertools) -5.25 stars per week over 335 weeks -1,761 stars, 160 forks, 60 watches -[ml](categories/ml.md) category, created 2016-09-27, last commit 2022-02-12, main language Python -data-visualization, data-wrangling, high-dimensional-data, python, text-vectorization, time-series, topic-modeling, visualization +### [autograd](https://github.com/hips/autograd) by [hips](https://github.com/hips) +autograd: Efficiently computes derivatives of numpy code. +[https://github.com/hips/autograd](https://github.com/hips/autograd) +14 stars per week over 431 weeks +6,211 stars, 850 forks, 217 watches +[ml](categories/ml.md) category, created 2014-11-24, last commit 2022-09-29, main language Python -### [starlite](https://github.com/starlite-api/starlite) by [starlite-api](https://github.com/starlite-api) -starlite: Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs -[https://starliteproject.dev](https://starliteproject.dev) -[https://github.com/starlite-api/starlite](https://github.com/starlite-api/starlite) -27 stars per week over 64 weeks -1,760 stars, 173 forks, 26 watches -[web](categories/web.md) category, created 2021-12-06, last commit 2023-03-02, main language Python -api, asgi, openapi, pydantic, python, redoc, rest, starlite, starlite-api, starlite-framework, swagger +### [nbdime](https://github.com/jupyter/nbdime) by [jupyter](https://github.com/jupyter) +nbdime: Tools for diffing and merging of Jupyter notebooks. +[http://nbdime.readthedocs.io](http://nbdime.readthedocs.io) +[https://github.com/jupyter/nbdime](https://github.com/jupyter/nbdime) +6.25 stars per week over 380 weeks +2,382 stars, 156 forks, 44 watches +[jupyter](categories/jupyter.md) category, created 2015-11-16, last commit 2023-01-15, main language Python +diff, diffing, git, hg, jupyter, jupyter-notebook, jupyterlab-extension, mercurial, merge, merge-driver, mergetool, vcs, version-control -### [example-code-2e](https://github.com/fluentpython/example-code-2e) by [fluentpython](https://github.com/fluentpython) -example-code-2e: Example code for Fluent Python, 2nd edition (O'Reilly 2022) -[https://amzn.to/3J48u2J](https://amzn.to/3J48u2J) -[https://github.com/fluentpython/example-code-2e](https://github.com/fluentpython/example-code-2e) -8.46 stars per week over 206 weeks -1,743 stars, 524 forks, 54 watches -[study](categories/study.md) category, created 2019-03-21, last commit 2022-04-24, main language Python -concurrency, iterators, metaprogramming, python, python3, special-methods +### [llvmlite](https://github.com/numba/llvmlite) by [numba](https://github.com/numba) +llvmlite: A lightweight LLVM python binding for writing JIT compilers +[http://llvmlite.pydata.org/](http://llvmlite.pydata.org/) +[https://github.com/numba/llvmlite](https://github.com/numba/llvmlite) +3.49 stars per week over 447 weeks +1,561 stars, 299 forks, 53 watches +[util](categories/util.md) category, created 2014-08-07, last commit 2023-02-14, main language Python + + +### [eo-learn](https://github.com/sentinel-hub/eo-learn) by [sentinel-hub](https://github.com/sentinel-hub) +eo-learn: Earth observation processing framework for machine learning in Python +[https://github.com/sentinel-hub/eo-learn](https://github.com/sentinel-hub/eo-learn) +3.92 stars per week over 248 weeks +974 stars, 283 forks, 48 watches +[gis](categories/gis.md) category, created 2018-05-31, last commit 2023-01-24, main language Python +eo-data, eo-research, machine-learning, python-package + + +### [datapane](https://github.com/datapane/datapane) +datapane: Build full-stack data analytics apps in Python +[https://datapane.com](https://datapane.com) +[https://github.com/datapane/datapane](https://github.com/datapane/datapane) +5.27 stars per week over 149 weeks +788 stars, 64 forks, 16 watches +[viz](categories/viz.md) category, created 2020-04-23, last commit 2023-03-03, main language Python +dashboard, data-visualization, hacktoberfest, python, reporting -### [pyscaffold](https://github.com/pyscaffold/pyscaffold) -pyscaffold: 🛠 Python project template generator with batteries included -[https://pyscaffold.org](https://pyscaffold.org) -[https://github.com/pyscaffold/pyscaffold](https://github.com/pyscaffold/pyscaffold) -3.73 stars per week over 465 weeks -1,734 stars, 172 forks, 40 watches -[template](categories/template.md) category, created 2014-04-02, last commit 2023-02-21, main language Python -distribution, git, package, package-creation, project-template, python, release-automation, template-project +### [cleverhans](https://github.com/cleverhans-lab/cleverhans) by [cleverhans-lab](https://github.com/cleverhans-lab) +cleverhans: An adversarial example library for constructing attacks, building defenses, and benchmarking both +[https://github.com/cleverhans-lab/cleverhans](https://github.com/cleverhans-lab/cleverhans) +16 stars per week over 337 weeks +5,721 stars, 1,383 forks, 191 watches +[ml](categories/ml.md) category, created 2016-09-15, last commit 2023-01-31, main language Jupyter Notebook +benchmarking, machine-learning, security -### [koila](https://github.com/rentruewang/koila) by [rentruewang](https://github.com/rentruewang) -koila: Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code. -[https://rentruewang.github.io/koila](https://rentruewang.github.io/koila) -[https://github.com/rentruewang/koila](https://github.com/rentruewang/koila) -25 stars per week over 67 weeks -1,720 stars, 63 forks, 11 watches -[ml](categories/ml.md) category, created 2021-11-17, last commit 2023-02-28, main language Python -deep-learning, gradient-accumulation, lazy-evaluation, machine-learning, memory-management, neural-network, out-of-memory, python, pytorch +### [cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) by [drivendata](https://github.com/drivendata) +cookiecutter-data-science: A logical, reasonably standardized, but flexible project structure for doing and sharing data science work. +[http://drivendata.github.io/cookiecutter-data-science/](http://drivendata.github.io/cookiecutter-data-science/) +[https://github.com/drivendata/cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) +17 stars per week over 383 weeks +6,536 stars, 2,089 forks, 113 watches +[template](categories/template.md) category, created 2015-10-30, last commit 2022-03-11, main language Python +ai, cookiecutter, cookiecutter-data-science, cookiecutter-template, data-science, machine-learning -### [python-diskcache](https://github.com/grantjenks/python-diskcache) by [grantjenks](https://github.com/grantjenks) -python-diskcache: Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python. -[http://www.grantjenks.com/docs/diskcache/](http://www.grantjenks.com/docs/diskcache/) -[https://github.com/grantjenks/python-diskcache](https://github.com/grantjenks/python-diskcache) -4.63 stars per week over 369 weeks -1,709 stars, 107 forks, 19 watches -[util](categories/util.md) category, created 2016-02-03, last commit 2022-02-20, main language Python -cache, filesystem, key-value-store, persistence, python +### [petastorm](https://github.com/uber/petastorm) by [uber](https://github.com/uber) +Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code. +[https://github.com/uber/petastorm](https://github.com/uber/petastorm) +6.45 stars per week over 246 weeks +1,589 stars, 267 forks, 43 watches +[data](categories/data.md) category, created 2018-06-15, last commit 2023-02-03, main language Python +deep-learning, machine-learning, parquet, parquet-files, pyarrow, pyspark, pytorch, sysml, tensorflow -### [aitextgen](https://github.com/minimaxir/aitextgen) by [minimaxir](https://github.com/minimaxir) -aitextgen: A robust Python tool for text-based AI training and generation using GPT-2. -[https://docs.aitextgen.io](https://docs.aitextgen.io) -[https://github.com/minimaxir/aitextgen](https://github.com/minimaxir/aitextgen) -10 stars per week over 165 weeks -1,696 stars, 194 forks, 37 watches -[nlp](categories/nlp.md) category, created 2019-12-29, last commit 2022-08-09, main language Python +### [nbgrader](https://github.com/jupyter/nbgrader) by [jupyter](https://github.com/jupyter) +nbgrader: A system for assigning and grading notebooks +[https://nbgrader.readthedocs.io/](https://nbgrader.readthedocs.io/) +[https://github.com/jupyter/nbgrader](https://github.com/jupyter/nbgrader) +2.63 stars per week over 442 weeks +1,162 stars, 318 forks, 42 watches +[jupyter](categories/jupyter.md) category, created 2014-09-13, last commit 2023-03-03, main language Python +grading, jupyter, jupyter-notebook, jupyterhub, nbgrader, teaching -### [pyLDAvis](https://github.com/bmabey/pyldavis) by [bmabey](https://github.com/bmabey) -pyLDAvis: Python library for interactive topic model visualization. Port of the R LDAvis package. -[https://github.com/bmabey/pyldavis](https://github.com/bmabey/pyldavis) -4.1 stars per week over 412 weeks -1,688 stars, 350 forks, 56 watches -[ml](categories/ml.md) category, created 2015-04-09, last commit 2023-02-15, main language Jupyter Notebook +### [vectorbt](https://github.com/polakowo/vectorbt) by [polakowo](https://github.com/polakowo) +vectorbt: Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research. +[https://vectorbt.dev](https://vectorbt.dev) +[https://github.com/polakowo/vectorbt](https://github.com/polakowo/vectorbt) +9.48 stars per week over 276 weeks +2,624 stars, 453 forks, 97 watches +[finance](categories/finance.md) category, created 2017-11-14, last commit 2023-02-27, main language Python +algorithmic-trading, algorithmic-traiding, backtesting, cryptocurrency, data-science, data-visualization, finance, machine-learning, portfolio-optimization, quantitative-analysis, quantitative-finance, time-series, trading, trading-strategies -### [PettingZoo](https://github.com/pettingzoo-team/pettingzoo) by [pettingzoo-team](https://github.com/pettingzoo-team) -PettingZoo: A standard API for multi-agent reinforcement learning environments, with popular reference environments and related utilities -[https://pettingzoo.farama.org](https://pettingzoo.farama.org) -[https://github.com/pettingzoo-team/pettingzoo](https://github.com/pettingzoo-team/pettingzoo) -10 stars per week over 162 weeks -1,684 stars, 271 forks, 19 watches -[sim](categories/sim.md) category, created 2020-01-20, last commit 2023-03-01, main language Python -api, gym, gymnasium, multi-agent-reinforcement-learning, reinforcement-learning +### [dill](https://github.com/uqfoundation/dill) by [uqfoundation](https://github.com/uqfoundation) +dill: serialize all of python +[http://dill.rtfd.io](http://dill.rtfd.io) +[https://github.com/uqfoundation/dill](https://github.com/uqfoundation/dill) +3.7 stars per week over 505 weeks +1,870 stars, 157 forks, 22 watches +[data](categories/data.md) category, created 2013-06-28, last commit 2023-02-20, main language Python -### [cryptofeed](https://github.com/bmoscon/cryptofeed) by [bmoscon](https://github.com/bmoscon) -cryptofeed: Cryptocurrency Exchange Websocket Data Feed Handler -[https://github.com/bmoscon/cryptofeed](https://github.com/bmoscon/cryptofeed) -6.18 stars per week over 271 weeks -1,680 stars, 544 forks, 76 watches -[crypto](categories/crypto.md) category, created 2017-12-16, last commit 2023-03-02, main language Python -asyncio, binance, bitcoin, btc, coinbase, coinbase-api, crypto, cryptocurrencies, cryptocurrency, ethereum, exchange, ftx-exchange, influxdb, market-data, python, trading, trading-platform, websocket, websockets +### [Phoenix](https://github.com/wxwidgets/phoenix) by [wxwidgets](https://github.com/wxwidgets) +Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before. +[http://wxpython.org/](http://wxpython.org/) +[https://github.com/wxwidgets/phoenix](https://github.com/wxwidgets/phoenix) +3.52 stars per week over 554 weeks +1,953 stars, 496 forks, 104 watches +[gui](categories/gui.md) category, created 2012-07-17, last commit 2023-03-03, main language Python +awesome, cross-platform, gui, gui-framework, gui-toolkit, linux, macosx, python, windows, wxpython, wxwidgets -### [line_profiler](https://github.com/pyutils/line_profiler) by [pyutils](https://github.com/pyutils) -line_profiler: Line-by-line profiling for Python -[https://github.com/pyutils/line_profiler](https://github.com/pyutils/line_profiler) -9.97 stars per week over 168 weeks -1,680 stars, 97 forks, 16 watches -[profiling](categories/profiling.md) category, created 2019-12-10, last commit 2022-12-09, main language Cython +### [astro-sdk](https://github.com/astronomer/astro-sdk) by [astronomer](https://github.com/astronomer) +astro-sdk: Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow. +[https://astro-sdk-python.rtfd.io/](https://astro-sdk-python.rtfd.io/) +[https://github.com/astronomer/astro-sdk](https://github.com/astronomer/astro-sdk) +3.56 stars per week over 64 weeks +231 stars, 32 forks, 14 watches +[ml-ops](categories/ml-ops.md) category, created 2021-12-06, last commit 2023-03-02, main language Python +airflow, apache-airflow, bigquery, dags, data-analysis, data-science, elt, etl, gcs, pandas, postgres, python, s3, snowflake, sql, sqlite, workflows -### [greykite](https://github.com/linkedin/greykite) by [linkedin](https://github.com/linkedin) -greykite: A flexible, intuitive and fast forecasting library -[https://github.com/linkedin/greykite](https://github.com/linkedin/greykite) -17 stars per week over 96 weeks -1,674 stars, 92 forks, 37 watches -[ml](categories/ml.md) category, created 2021-04-27, last commit 2022-08-31, main language Python +### [python-driver](https://github.com/datastax/python-driver) by [datastax](https://github.com/datastax) +python-driver: DataStax Python Driver for Apache Cassandra +[https://github.com/datastax/python-driver](https://github.com/datastax/python-driver) +2.62 stars per week over 503 weeks +1,319 stars, 510 forks, 81 watches +[data](categories/data.md) category, created 2013-07-08, last commit 2023-02-28, main language Python -### [ipdb](https://github.com/gotcha/ipdb) by [gotcha](https://github.com/gotcha) -ipdb: Integration of IPython pdb -[https://github.com/gotcha/ipdb](https://github.com/gotcha/ipdb) -2.63 stars per week over 632 weeks -1,666 stars, 146 forks, 27 watches -[debug](categories/debug.md) category, created 2011-01-15, last commit 2022-12-13, main language Python -debugger, ipython, python +### [flow-forecast](https://github.com/aistream-peelout/flow-forecast) by [aistream-peelout](https://github.com/aistream-peelout) +flow-forecast: Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting). +[https://flow-forecast.atlassian.net/wiki/spaces/FF/overview](https://flow-forecast.atlassian.net/wiki/spaces/FF/overview) +[https://github.com/aistream-peelout/flow-forecast](https://github.com/aistream-peelout/flow-forecast) +7.17 stars per week over 185 weeks +1,330 stars, 227 forks, 21 watches +[time-series](categories/time-series.md) category, created 2019-08-15, last commit 2023-02-27, main language Python +anomaly-detection, deep-learning, deep-neural-networks, forecasting, hacktoberfest, lstm, pytorch, state-of-the-art-models, time-series, time-series-analysis, time-series-forecasting, time-series-regression, transfer-learning, transformer -### [argilla](https://github.com/recognai/rubrix) by [recognai](https://github.com/recognai) -argilla: ✨ Open-source tool for data-centric NLP. Argilla helps domain experts and data teams to build better NLP datasets in less time. -[https://docs.argilla.io](https://docs.argilla.io) -[https://github.com/recognai/rubrix](https://github.com/recognai/rubrix) -17 stars per week over 96 weeks -1,664 stars, 153 forks, 19 watches -[nlp](categories/nlp.md) category, created 2021-04-28, last commit 2023-03-02, main language Python -active-learning, annotation-tool, artificial-intelligence, data-science, dataops, developer-tools, hacktoberfest, human-in-the-loop, knowledge-graph, machine-learning, mlops, natural-language-processing, nlp, python, spacy, text-annotation, text-classification, text-labeling, weak-supervision, weakly-supervised-learning +### [Augmentor](https://github.com/mdbloice/augmentor) by [mdbloice](https://github.com/mdbloice) +Augmentor: Image augmentation library in Python for machine learning. +[https://augmentor.readthedocs.io/en/stable](https://augmentor.readthedocs.io/en/stable) +[https://github.com/mdbloice/augmentor](https://github.com/mdbloice/augmentor) +13 stars per week over 365 weeks +4,868 stars, 858 forks, 123 watches +[ml](categories/ml.md) category, created 2016-03-01, last commit 2023-01-24, main language Python +augmentation, deep-learning, machine-learning, neural-networks -### [torchio](https://github.com/fepegar/torchio) by [fepegar](https://github.com/fepegar) -torchio: Medical imaging toolkit for deep learning -[http://www.torchio.org](http://www.torchio.org) -[https://github.com/fepegar/torchio](https://github.com/fepegar/torchio) -9.67 stars per week over 170 weeks -1,648 stars, 203 forks, 17 watches -[ml-dl](categories/ml-dl.md) category, created 2019-11-26, last commit 2023-03-01, main language Python -augmentation, data-augmentation, deep-learning, machine-learning, medical-image-analysis, medical-image-computing, medical-image-processing, medical-images, medical-imaging-datasets, medical-imaging-with-deep-learning, python, pytorch +### [gpt-2-simple](https://github.com/minimaxir/gpt-2-simple) by [minimaxir](https://github.com/minimaxir) +gpt-2-simple: Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts +[https://github.com/minimaxir/gpt-2-simple](https://github.com/minimaxir/gpt-2-simple) +15 stars per week over 203 weeks +3,178 stars, 652 forks, 74 watches +[nlp](categories/nlp.md) category, created 2019-04-13, last commit 2022-05-22, main language Python +openai, tensorflow, text-generation, textgenrnn -### [basic-pitch](https://github.com/spotify/basic-pitch) by [spotify](https://github.com/spotify) -basic-pitch: A lightweight yet powerful audio-to-MIDI converter with pitch bend detection -[https://basicpitch.io](https://basicpitch.io) -[https://github.com/spotify/basic-pitch](https://github.com/spotify/basic-pitch) -37 stars per week over 43 weeks -1,648 stars, 95 forks, 32 watches -[util](categories/util.md) category, created 2022-05-03, last commit 2023-02-27, main language Python -audio, lightweight, machine-learning, midi, music, pitch-detection, polyphonic, python, transcription, typescript +### [deep-daze](https://github.com/lucidrains/deep-daze) by [lucidrains](https://github.com/lucidrains) +deep-daze: Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun +[https://github.com/lucidrains/deep-daze](https://github.com/lucidrains/deep-daze) +39 stars per week over 111 weeks +4,384 stars, 329 forks, 75 watches +[ml](categories/ml.md) category, created 2021-01-17, last commit 2022-03-13, main language Python +artificial-intelligence, deep-learning, implicit-neural-representation, multi-modality, siren, text-to-image, transformers -### [NeuroNER](https://github.com/franck-dernoncourt/neuroner) by [franck-dernoncourt](https://github.com/franck-dernoncourt) -NeuroNER: Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results. -[http://neuroner.com](http://neuroner.com) -[https://github.com/franck-dernoncourt/neuroner](https://github.com/franck-dernoncourt/neuroner) -5.27 stars per week over 312 weeks -1,646 stars, 485 forks, 84 watches -[nlp](categories/nlp.md) category, created 2017-03-07, last commit 2019-10-02, main language Python -deep-learning, machine-learning, named-entity-recognition, neural-networks, nlp, tensorflow +### [TextBlob](https://github.com/sloria/textblob) by [sloria](https://github.com/sloria) +TextBlob: Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more. +[https://textblob.readthedocs.io/](https://textblob.readthedocs.io/) +[https://github.com/sloria/textblob](https://github.com/sloria/textblob) +16 stars per week over 505 weeks +8,454 stars, 1,114 forks, 269 watches +[nlp](categories/nlp.md) category, created 2013-06-30, last commit 2021-10-22, main language Python +natural-language-processing, nlp, nltk, pattern, python, python-2, python-3 -### [quart](https://github.com/pallets/quart) by [pallets](https://github.com/pallets) -quart: An async Python micro framework for building web applications. -[https://quart.palletsprojects.com](https://quart.palletsprojects.com) -[https://github.com/pallets/quart](https://github.com/pallets/quart) -5.93 stars per week over 277 weeks -1,643 stars, 100 forks, 25 watches -[web](categories/web.md) category, created 2017-11-10, last commit 2023-02-12, main language Python -asgi, asyncio, http-server, python, quart +### [pint](https://github.com/hgrecco/pint) by [hgrecco](https://github.com/hgrecco) +pint: Operate and manipulate physical quantities in Python +[http://pint.readthedocs.org/](http://pint.readthedocs.org/) +[https://github.com/hgrecco/pint](https://github.com/hgrecco/pint) +3.51 stars per week over 555 weeks +1,949 stars, 416 forks, 40 watches +[util](categories/util.md) category, created 2012-07-13, last commit 2023-02-13, main language Python +python, science, units -### [FARM](https://github.com/deepset-ai/farm) by [deepset-ai](https://github.com/deepset-ai) -FARM: :house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering. -[https://farm.deepset.ai](https://farm.deepset.ai) -[https://github.com/deepset-ai/farm](https://github.com/deepset-ai/farm) -8.62 stars per week over 189 weeks -1,631 stars, 233 forks, 54 watches -[nlp](categories/nlp.md) category, created 2019-07-17, last commit 2022-08-31, main language Python -bert, deep-learning, germanbert, language-models, ner, nlp, nlp-framework, nlp-library, pretrained-models, pytorch, question-answering, roberta, transfer-learning, xlnet-pytorch +### [intake](https://github.com/intake/intake) +Intake is a lightweight package for finding, investigating, loading and disseminating data. +[https://intake.readthedocs.io/](https://intake.readthedocs.io/) +[https://github.com/intake/intake](https://github.com/intake/intake) +3.01 stars per week over 289 weeks +873 stars, 125 forks, 43 watches +[data](categories/data.md) category, created 2017-08-14, last commit 2023-03-01, main language Python +data-access, data-catalog, python -### [Gymnasium](https://github.com/farama-foundation/gymnasium) by [farama-foundation](https://github.com/farama-foundation) -Gymnasium: A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym) -[https://gymnasium.farama.org](https://gymnasium.farama.org) -[https://github.com/farama-foundation/gymnasium](https://github.com/farama-foundation/gymnasium) -64 stars per week over 25 weeks -1,628 stars, 186 forks, 18 watches -[sim](categories/sim.md) category, created 2022-09-08, last commit 2023-02-25, main language Python -api, gym, reinforcement-learning +### [nlpaug](https://github.com/makcedward/nlpaug) by [makcedward](https://github.com/makcedward) +nlpaug: Data augmentation for NLP +[https://makcedward.github.io/](https://makcedward.github.io/) +[https://github.com/makcedward/nlpaug](https://github.com/makcedward/nlpaug) +18 stars per week over 206 weeks +3,823 stars, 429 forks, 39 watches +[nlp](categories/nlp.md) category, created 2019-03-21, last commit 2022-07-07, main language Jupyter Notebook +adversarial-attacks, adversarial-example, ai, artificial-intelligence, augmentation, data-science, machine-learning, ml, natural-language-processing, nlp -### [machine-learning-book](https://github.com/rasbt/machine-learning-book) by [rasbt](https://github.com/rasbt) -machine-learning-book: Code Repository for Machine Learning with PyTorch and Scikit-Learn -[https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn](https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn) -[https://github.com/rasbt/machine-learning-book](https://github.com/rasbt/machine-learning-book) -25 stars per week over 62 weeks -1,625 stars, 610 forks, 31 watches -[study](categories/study.md) category, created 2021-12-19, last commit 2023-02-02, main language Jupyter Notebook -deep-learning, machine-learning, neural-networks, pytorch, scikit-learn +### [greykite](https://github.com/linkedin/greykite) by [linkedin](https://github.com/linkedin) +greykite: A flexible, intuitive and fast forecasting library +[https://github.com/linkedin/greykite](https://github.com/linkedin/greykite) +17 stars per week over 96 weeks +1,674 stars, 92 forks, 37 watches +[ml](categories/ml.md) category, created 2021-04-27, last commit 2022-08-31, main language Python -### [heartrate](https://github.com/alexmojaki/heartrate) by [alexmojaki](https://github.com/alexmojaki) -heartrate: Simple real time visualisation of the execution of a Python program. -[https://github.com/alexmojaki/heartrate](https://github.com/alexmojaki/heartrate) -8.02 stars per week over 201 weeks -1,614 stars, 124 forks, 33 watches -[debug](categories/debug.md) category, created 2019-04-24, last commit 2021-11-13, main language Python -debugger, python, visualization +### [PyTorch-BigGraph](https://github.com/facebookresearch/pytorch-biggraph) by [facebookresearch](https://github.com/facebookresearch) +PyTorch-BigGraph: Generate embeddings from large-scale graph-structured data. +[https://torchbiggraph.readthedocs.io/](https://torchbiggraph.readthedocs.io/) +[https://github.com/facebookresearch/pytorch-biggraph](https://github.com/facebookresearch/pytorch-biggraph) +13 stars per week over 230 weeks +3,194 stars, 438 forks, 92 watches +[ml-dl](categories/ml-dl.md) category, created 2018-10-01, last commit 2022-12-08, main language Python -### [addons](https://github.com/tensorflow/addons) by [tensorflow](https://github.com/tensorflow) -addons: Useful extra functionality for TensorFlow 2.x maintained by SIG-addons -[https://github.com/tensorflow/addons](https://github.com/tensorflow/addons) -7.25 stars per week over 222 weeks -1,613 stars, 599 forks, 58 watches -[ml](categories/ml.md) category, created 2018-11-26, last commit 2023-03-01, main language Python -deep-learning, machine-learning, neural-network, python, tensorflow, tensorflow-addons +### [FinancePy](https://github.com/domokane/financepy) by [domokane](https://github.com/domokane) +FinancePy: A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives. +[https://financepy.com/](https://financepy.com/) +[https://github.com/domokane/financepy](https://github.com/domokane/financepy) +7.34 stars per week over 175 weeks +1,285 stars, 196 forks, 49 watches +[finance](categories/finance.md) category, created 2019-10-27, last commit 2023-02-26, main language Jupyter Notebook +asset-allocation, bonds, credit, currency, derivatives, derivatives-pricing, finance, fixed-income, investment, numba, pricing, python, risk, risk-management, students, valuation -### [ecco](https://github.com/jalammar/ecco) by [jalammar](https://github.com/jalammar) -ecco: Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2, BERT, RoBERTA, T5, and T0). -[https://ecco.readthedocs.io](https://ecco.readthedocs.io) -[https://github.com/jalammar/ecco](https://github.com/jalammar/ecco) -13 stars per week over 120 weeks -1,613 stars, 118 forks, 21 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2020-11-07, last commit 2022-01-18, main language Jupyter Notebook -explorables, language-models, natural-language-processing, nlp, pytorch, visualization +### [pandas-datareader](https://github.com/pydata/pandas-datareader) by [pydata](https://github.com/pydata) +pandas-datareader: Extract data from a wide range of Internet sources into a pandas DataFrame. +[https://pydata.github.io/pandas-datareader/stable/index.html](https://pydata.github.io/pandas-datareader/stable/index.html) +[https://github.com/pydata/pandas-datareader](https://github.com/pydata/pandas-datareader) +6.1 stars per week over 424 weeks +2,590 stars, 637 forks, 138 watches +[pandas](categories/pandas.md) category, created 2015-01-15, last commit 2022-03-16, main language Python +data, data-analysis, dataset, econdb, economic-data, fama-french, finance, financial-data, fred, html, pandas, pydata, python, stock-data -### [QuantEcon.py](https://github.com/quantecon/quantecon.py) by [quantecon](https://github.com/quantecon) -QuantEcon.py: A community based Python library for quantitative economics -[https://quantecon.org/quantecon-py/](https://quantecon.org/quantecon-py/) -[https://github.com/quantecon/quantecon.py](https://github.com/quantecon/quantecon.py) -3.1 stars per week over 519 weeks -1,611 stars, 2,146 forks, 147 watches -[sim](categories/sim.md) category, created 2013-03-22, last commit 2023-02-24, main language Python +### [hyperopt](https://github.com/hyperopt/hyperopt) +hyperopt: Distributed Asynchronous Hyperparameter Optimization in Python +[http://hyperopt.github.io/hyperopt](http://hyperopt.github.io/hyperopt) +[https://github.com/hyperopt/hyperopt](https://github.com/hyperopt/hyperopt) +11 stars per week over 599 weeks +6,607 stars, 1,009 forks, 126 watches +[ml](categories/ml.md) category, created 2011-09-06, last commit 2021-11-29, main language Python -### [orbit](https://github.com/uber/orbit) by [uber](https://github.com/uber) -orbit: A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. -[https://orbit-ml.readthedocs.io/en/stable/](https://orbit-ml.readthedocs.io/en/stable/) -[https://github.com/uber/orbit](https://github.com/uber/orbit) -9.79 stars per week over 164 weeks -1,610 stars, 120 forks, 33 watches -[time-series](categories/time-series.md) category, created 2020-01-07, last commit 2023-01-29, main language Python -arima, bayesian, bayesian-methods, bayesian-statistics, changepoint, exponential-smoothing, forecast, forecasting, machine-learning, orbit, probabilistic, probabilistic-programming, pyro, pystan, python, pytorch, regression, regression-models, stan, time-series +### [markdown](https://github.com/python-markdown/markdown) by [python-markdown](https://github.com/python-markdown) +markdown: A Python implementation of John Gruber’s Markdown with Extension support. +[https://python-markdown.github.io/](https://python-markdown.github.io/) +[https://github.com/python-markdown/markdown](https://github.com/python-markdown/markdown) +4.71 stars per week over 666 weeks +3,139 stars, 817 forks, 75 watches +[util](categories/util.md) category, created 2010-05-29, last commit 2023-01-09, main language Python +markdown, markdown-parser, markdown-to-html, python, python-markdown, python3 -### [musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) by [lucidrains](https://github.com/lucidrains) -musiclm-pytorch: Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch -[https://github.com/lucidrains/musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) -321 stars per week over 5 weeks -1,608 stars, 102 forks, 73 watches -[ml](categories/ml.md) category, created 2023-01-27, last commit 2023-03-02, main language Python -artificial-intelligence, attention-mechanisms, deep-learning, music-synthesis, transformers +### [WeightWatcher](https://github.com/calculatedcontent/weightwatcher) by [calculatedcontent](https://github.com/calculatedcontent) +WeightWatcher: The WeightWatcher tool for predicting the accuracy of Deep Neural Networks +[https://github.com/calculatedcontent/weightwatcher](https://github.com/calculatedcontent/weightwatcher) +5.18 stars per week over 222 weeks +1,153 stars, 100 forks, 29 watches +[ml-dl](categories/ml-dl.md) category, created 2018-11-28, last commit 2023-03-04, main language Python -### [Pipe](https://github.com/julienpalard/pipe) by [julienpalard](https://github.com/julienpalard) -Pipe: A Python library to use infix notation in Python -[https://github.com/julienpalard/pipe](https://github.com/julienpalard/pipe) -2.37 stars per week over 673 weeks -1,598 stars, 103 forks, 27 watches -[util](categories/util.md) category, created 2010-04-08, last commit 2022-11-16, main language Python +### [asitop](https://github.com/tlkh/asitop) by [tlkh](https://github.com/tlkh) +asitop: Perf monitoring CLI tool for Apple Silicon +[https://tlkh.github.io/asitop/](https://tlkh.github.io/asitop/) +[https://github.com/tlkh/asitop](https://github.com/tlkh/asitop) +19 stars per week over 70 weeks +1,366 stars, 81 forks, 19 watches +[perf](categories/perf.md) category, created 2021-10-27, last commit 2023-01-24, main language Python +apple-silicon, cli, cpu, gpu, m1, macos -### [petastorm](https://github.com/uber/petastorm) by [uber](https://github.com/uber) -Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code. -[https://github.com/uber/petastorm](https://github.com/uber/petastorm) -6.46 stars per week over 246 weeks -1,588 stars, 267 forks, 43 watches -[data](categories/data.md) category, created 2018-06-15, last commit 2023-02-03, main language Python -deep-learning, machine-learning, parquet, parquet-files, pyarrow, pyspark, pytorch, sysml, tensorflow +### [pyproj](https://github.com/pyproj4/pyproj) by [pyproj4](https://github.com/pyproj4) +pyproj: Python interface to PROJ (cartographic projections and coordinate transformations library) +[https://pyproj4.github.io/pyproj](https://pyproj4.github.io/pyproj) +[https://github.com/pyproj4/pyproj](https://github.com/pyproj4/pyproj) +2.01 stars per week over 426 weeks +858 stars, 190 forks, 30 watches +[gis](categories/gis.md) category, created 2014-12-29, last commit 2023-02-25, main language Python +cartographic-projection, coordinate-systems, coordinate-transformation, geodesic, geospatial, hacktoberfest, python -### [explainerdashboard](https://github.com/oegedijk/explainerdashboard) by [oegedijk](https://github.com/oegedijk) -explainerdashboard: Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models. -[http://explainerdashboard.readthedocs.io](http://explainerdashboard.readthedocs.io) -[https://github.com/oegedijk/explainerdashboard](https://github.com/oegedijk/explainerdashboard) -9.11 stars per week over 174 weeks -1,588 stars, 208 forks, 18 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2019-10-30, last commit 2023-02-18, main language Python -dash, dashboard, data-scientists, explainer, inner-workings, interactive-dashboards, interactive-plots, model-predictions, permutation-importances, plotly, shap, shap-values, xai, xai-library +### [Pretrained-Language-Model](https://github.com/huawei-noah/pretrained-language-model) by [huawei-noah](https://github.com/huawei-noah) +Pretrained-Language-Model: Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab. +[https://github.com/huawei-noah/pretrained-language-model](https://github.com/huawei-noah/pretrained-language-model) +15 stars per week over 169 weeks +2,632 stars, 567 forks, 53 watches +[nlp](categories/nlp.md) category, created 2019-12-02, last commit 2022-12-25, main language Python +knowledge-distillation, large-scale-distributed, model-compression, pretrained-models, quantization -### [llvmlite](https://github.com/numba/llvmlite) by [numba](https://github.com/numba) -llvmlite: A lightweight LLVM python binding for writing JIT compilers -[http://llvmlite.pydata.org/](http://llvmlite.pydata.org/) -[https://github.com/numba/llvmlite](https://github.com/numba/llvmlite) -3.49 stars per week over 447 weeks -1,561 stars, 299 forks, 53 watches -[util](categories/util.md) category, created 2014-08-07, last commit 2023-02-14, main language Python +### [aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) by [giswqs](https://github.com/giswqs) +aws-open-data-geo: A list of open geospatial datasets on AWS +[https://github.com/giswqs/aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) +21 stars per week over 11 weeks +235 stars, 6 forks, 9 watches +[gis](categories/gis.md) category, created 2022-12-18, last commit 2023-03-04, main language Python +aws, environment, geospatial, mapping, open-data, satellite-imagery, sustainability -### [magnitude](https://github.com/plasticityai/magnitude) by [plasticityai](https://github.com/plasticityai) -magnitude: A fast, efficient universal vector embedding utility package. -[https://github.com/plasticityai/magnitude](https://github.com/plasticityai/magnitude) -5.95 stars per week over 261 weeks -1,559 stars, 113 forks, 37 watches -[nlp](categories/nlp.md) category, created 2018-02-24, last commit 2020-07-17, main language Python -embeddings, fast, fasttext, gensim, glove, machine-learning, machine-learning-library, memory-efficient, natural-language-processing, nlp, python, vectors, word-embeddings, word2vec +### [funcy](https://github.com/suor/funcy) by [suor](https://github.com/suor) +funcy: A fancy and practical functional tools +[https://github.com/suor/funcy](https://github.com/suor/funcy) +5.51 stars per week over 542 weeks +2,986 stars, 134 forks, 73 watches +[util](categories/util.md) category, created 2012-10-13, last commit 2023-02-26, main language Python +functional-programming, python, utilities -### [shiv](https://github.com/linkedin/shiv) by [linkedin](https://github.com/linkedin) -shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included. -[https://github.com/linkedin/shiv](https://github.com/linkedin/shiv) -6.0 stars per week over 259 weeks -1,556 stars, 85 forks, 26 watches -[util](categories/util.md) category, created 2018-03-13, last commit 2022-11-04, main language Python +### [pygraphistry](https://github.com/graphistry/pygraphistry) by [graphistry](https://github.com/graphistry) +PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer +[https://github.com/graphistry/pygraphistry](https://github.com/graphistry/pygraphistry) +4.47 stars per week over 404 weeks +1,811 stars, 188 forks, 47 watches +[data](categories/data.md) category, created 2015-06-02, last commit 2022-12-23, main language Python +csv, cudf, cugraph, gpu, graph, graph-visualization, graphistry, igraph, jupyter, neo4j, network-analysis, network-visualization, networkx, pandas, python, rapids, splunk, tigergraph, visualization, webgl -### [brax](https://github.com/google/brax) by [google](https://github.com/google) -brax: Massively parallel rigidbody physics simulation on accelerator hardware. -[https://github.com/google/brax](https://github.com/google/brax) -16 stars per week over 91 weeks -1,551 stars, 162 forks, 37 watches -[sim](categories/sim.md) category, created 2021-06-02, last commit 2023-02-09, main language Jupyter Notebook -jax, physics-simulation, reinforcement-learning, robotics +### [pyparsing](https://github.com/pyparsing/pyparsing) +pyparsing: Python library for creating PEG parsers +[https://github.com/pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) +5.85 stars per week over 303 weeks +1,772 stars, 241 forks, 23 watches +[util](categories/util.md) category, created 2017-05-14, last commit 2023-02-12, main language Python +parser-combinators, parsing, parsing-expression-grammar, parsing-library, peg-parsers, python, python-2, python-3, python2, python3, text-processing -### [birdseye](https://github.com/alexmojaki/birdseye) by [alexmojaki](https://github.com/alexmojaki) -birdseye: Graphical Python debugger which lets you easily view the values of all evaluated expressions -[https://birdseye.readthedocs.io](https://birdseye.readthedocs.io) -[https://github.com/alexmojaki/birdseye](https://github.com/alexmojaki/birdseye) -5.26 stars per week over 292 weeks -1,541 stars, 77 forks, 42 watches -[debug](categories/debug.md) category, created 2017-07-22, last commit 2022-05-18, main language JavaScript -ast, birdseye, debugger, debugging, python, python-debugger +### [swifter](https://github.com/jmcarpenter2/swifter) by [jmcarpenter2](https://github.com/jmcarpenter2) +swifter: A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner +[https://github.com/jmcarpenter2/swifter](https://github.com/jmcarpenter2/swifter) +8.68 stars per week over 256 weeks +2,224 stars, 99 forks, 30 watches +[pandas](categories/pandas.md) category, created 2018-04-07, last commit 2022-08-16, main language Python +dask, modin, pandas, pandas-dataframe, parallel-computing, parallelization -### [pytest-mock](https://github.com/pytest-dev/pytest-mock) by [pytest-dev](https://github.com/pytest-dev) -pytest-mock: Thin-wrapper around the mock package for easier use with pytest -[https://pytest-mock.readthedocs.io/en/latest/](https://pytest-mock.readthedocs.io/en/latest/) -[https://github.com/pytest-dev/pytest-mock](https://github.com/pytest-dev/pytest-mock) -3.41 stars per week over 450 weeks -1,537 stars, 122 forks, 33 watches -[testing](categories/testing.md) category, created 2014-07-17, last commit 2023-02-27, main language Python -hacktoberfest, mock, pytest +### [filprofiler](https://github.com/pythonspeed/filprofiler) by [pythonspeed](https://github.com/pythonspeed) +filprofiler: A Python memory profiler for data processing and scientific computing applications +[https://pythonspeed.com/products/filmemoryprofiler/](https://pythonspeed.com/products/filmemoryprofiler/) +[https://github.com/pythonspeed/filprofiler](https://github.com/pythonspeed/filprofiler) +5.13 stars per week over 141 weeks +726 stars, 20 forks, 9 watches +[profiling](categories/profiling.md) category, created 2020-06-18, last commit 2023-03-01, main language Rust +memory, memory-, memory-leak, memory-leak-detection, memory-leak-finder, memory-leaks, memory-profiler, memory-profiling, python -### [fastapi-react](https://github.com/buuntu/fastapi-react) by [buuntu](https://github.com/buuntu) -fastapi-react: 🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker -[https://github.com/buuntu/fastapi-react](https://github.com/buuntu/fastapi-react) -9.92 stars per week over 153 weeks -1,527 stars, 259 forks, 37 watches -[template](categories/template.md) category, created 2020-03-21, last commit 2022-02-18, main language Python -boilerplate, cookiecutter, docker, fastapi, full-stack, jwt, nginx, oauth2, postgres, react, react-admin, sqlalchemy, typescript +### [backtrader](https://github.com/mementum/backtrader) by [mementum](https://github.com/mementum) +backtrader: Python Backtesting library for trading strategies +[https://www.backtrader.com](https://www.backtrader.com) +[https://github.com/mementum/backtrader](https://github.com/mementum/backtrader) +23 stars per week over 425 weeks +10,145 stars, 3,152 forks, 579 watches +[finance](categories/finance.md) category, created 2015-01-10, last commit 2021-07-17, main language Python +backtesting, metaclass, python, trading -### [leafmap](https://github.com/giswqs/leafmap) by [giswqs](https://github.com/giswqs) -leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment -[https://leafmap.org](https://leafmap.org) -[https://github.com/giswqs/leafmap](https://github.com/giswqs/leafmap) -14 stars per week over 103 weeks -1,527 stars, 190 forks, 46 watches -[gis](categories/gis.md) category, created 2021-03-10, last commit 2023-03-01, main language Python -data-science, dataviz, folium, geopython, geospatial, geospatial-analysis, gis, ipyleaflet, jupyter, jupyter-notebook, keplergl, leafmap, mapping, plotly, pydeck, python, streamlit, streamlit-webapp, whiteboxtools +### [keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) by [leondgarse](https://github.com/leondgarse) +keras_cv_attention_models: Keras beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,edgenext,efficientformer,efficientnet,fbnet,flexivit,gcvit,ghostnet,gmlp,gpvit,halonet,hornet,iformer,lcnet,levit,maxvit,mlp-mixer,mobilevit,nat,nfnets,pvt,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolov7,yolox +[https://github.com/leondgarse/keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) +4.32 stars per week over 82 weeks +358 stars, 59 forks, 17 watches +[ml-dl](categories/ml-dl.md) category, created 2021-08-02, last commit 2023-02-25, main language Python +anchor-free, attention, coco, detection, imagenet, keras, model, recognition, tensorflow, tf, tf2, visualizing -### [sparseml](https://github.com/neuralmagic/sparseml) by [neuralmagic](https://github.com/neuralmagic) -sparseml: Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models -[https://github.com/neuralmagic/sparseml](https://github.com/neuralmagic/sparseml) -13 stars per week over 116 weeks -1,520 stars, 116 forks, 40 watches -[ml-dl](categories/ml-dl.md) category, created 2020-12-11, last commit 2023-02-28, main language Python -automl, computer-vision-algorithms, deep-learning-algorithms, deep-learning-library, deep-learning-models, image-classification, keras, model-sparsification, nlp, object-detection, onnx, pruning, pruning-algorithms, pytorch, recipe-driven-approaches, smaller-models, sparsification, sparsification-recipes, sparsity, tensorflow +### [sqlparse](https://github.com/andialbrecht/sqlparse) by [andialbrecht](https://github.com/andialbrecht) +sqlparse: A non-validating SQL parser module for Python +[https://github.com/andialbrecht/sqlparse](https://github.com/andialbrecht/sqlparse) +5.57 stars per week over 567 weeks +3,164 stars, 622 forks, 93 watches +[data](categories/data.md) category, created 2012-04-18, last commit 2023-01-05, main language Python -### [FGVC](https://github.com/vt-vl-lab/fgvc) by [vt-vl-lab](https://github.com/vt-vl-lab) -FGVC: [ECCV 2020] Flow-edge Guided Video Completion -[https://github.com/vt-vl-lab/fgvc](https://github.com/vt-vl-lab/fgvc) -11 stars per week over 129 weeks -1,482 stars, 243 forks, 68 watches -[ml-dl](categories/ml-dl.md) category, created 2020-09-09, last commit 2021-12-14, main language Python +### [FastAPI-template](https://github.com/s3rius/fastapi-template) by [s3rius](https://github.com/s3rius) +FastAPI-template: Feature rich robust FastAPI template. +[https://github.com/s3rius/fastapi-template](https://github.com/s3rius/fastapi-template) +5.33 stars per week over 125 weeks +671 stars, 69 forks, 13 watches +[web](categories/web.md) category, created 2020-10-05, last commit 2023-02-05, main language Python +aerich, alembic, asynchronous, asyncio, cookiecutter, cookiecutter-python3, cookiecutter-template, fastapi, fastapi-boilerplate, fastapi-template, graphql, opentelemetry, ormar, prometheus, python3, sentry, sqlalchemy-orm, strawberry-graphql, tortoise-orm -### [torchgeo](https://github.com/microsoft/torchgeo) by [microsoft](https://github.com/microsoft) -TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data -[https://torchgeo.rtfd.io](https://torchgeo.rtfd.io) -[https://github.com/microsoft/torchgeo](https://github.com/microsoft/torchgeo) -15 stars per week over 93 weeks -1,482 stars, 174 forks, 37 watches -[gis](categories/gis.md) category, created 2021-05-21, last commit 2023-03-02, main language Python -datasets, deep-learning, earth-observation, models, pytorch, remote-sensing, torchvision, transforms +### [dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) by [facultyai](https://github.com/facultyai) +dash-bootstrap-components: Bootstrap components for Plotly Dash +[https://dash-bootstrap-components.opensource.faculty.ai/](https://dash-bootstrap-components.opensource.faculty.ai/) +[https://github.com/facultyai/dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) +4.09 stars per week over 232 weeks +949 stars, 202 forks, 21 watches +[viz](categories/viz.md) category, created 2018-09-21, last commit 2023-02-28, main language JavaScript +bootstrap, dashboards, julia, plotly-dash, python, r -### [blankly](https://github.com/blankly-finance/blankly) by [blankly-finance](https://github.com/blankly-finance) -blankly: 🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package. -[https://package.blankly.finance](https://package.blankly.finance) -[https://github.com/blankly-finance/blankly](https://github.com/blankly-finance/blankly) -14 stars per week over 103 weeks -1,472 stars, 193 forks, 28 watches -[crypto](categories/crypto.md) category, created 2021-03-09, last commit 2023-02-02, main language Python -algotrading, binance, blankly, bot, bot-framework, bots, coinbase, crypto, cryptocurrency, framework, investment, platform, python, stocks, trading, trading-bot, trading-strategies +### [hnswlib](https://github.com/nmslib/hnswlib) by [nmslib](https://github.com/nmslib) +hnswlib: Header-only C++/python library for fast approximate nearest neighbors +[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) +[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) +8.1 stars per week over 295 weeks +2,394 stars, 432 forks, 62 watches +[ml](categories/ml.md) category, created 2017-07-06, last commit 2023-02-05, main language C++ -### [safety](https://github.com/pyupio/safety) by [pyupio](https://github.com/pyupio) -Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected. -[https://pyup.io/safety/](https://pyup.io/safety/) -[https://github.com/pyupio/safety](https://github.com/pyupio/safety) -4.41 stars per week over 332 weeks -1,465 stars, 124 forks, 31 watches -[security](categories/security.md) category, created 2016-10-19, last commit 2023-02-26, main language Python -python, security, security-vulnerability, travis, vulnerability-detection, vulnerability-scanners +### [ipyparallel](https://github.com/ipython/ipyparallel) by [ipython](https://github.com/ipython) +ipyparallel: IPython Parallel: Interactive Parallel Computing in Python +[https://ipyparallel.readthedocs.io/](https://ipyparallel.readthedocs.io/) +[https://github.com/ipython/ipyparallel](https://github.com/ipython/ipyparallel) +5.72 stars per week over 412 weeks +2,361 stars, 959 forks, 120 watches +[perf](categories/perf.md) category, created 2015-04-09, last commit 2023-02-08, main language Jupyter Notebook +jupyter, parallel, python -### [EasyNLP](https://github.com/alibaba/easynlp) by [alibaba](https://github.com/alibaba) -EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit -[https://github.com/alibaba/easynlp](https://github.com/alibaba/easynlp) -30 stars per week over 47 weeks -1,459 stars, 185 forks, 31 watches -[nlp](categories/nlp.md) category, created 2022-04-06, last commit 2023-02-26, main language Python -bert, deep-learning, fewshot-learning, knowledge-distillation, knowledge-pretraining, machine-learning, nlp, pretrained-models, pytorch, text-classification, text-image-retrieval, text-to-image-synthesis, transfer-learning, transformers +### [unprompted](https://github.com/thereforegames/unprompted) by [thereforegames](https://github.com/thereforegames) +unprompted: Text generator written for Stable Diffusion workflows. +[https://github.com/thereforegames/unprompted](https://github.com/thereforegames/unprompted) +16 stars per week over 17 weeks +287 stars, 31 forks, 9 watches +[diffusion](categories/diffusion.md) category, created 2022-10-31, last commit 2023-02-25, main language Python -### [nbconvert](https://github.com/jupyter/nbconvert) by [jupyter](https://github.com/jupyter) -nbconvert: Jupyter Notebook Conversion -[https://nbconvert.readthedocs.io/](https://nbconvert.readthedocs.io/) -[https://github.com/jupyter/nbconvert](https://github.com/jupyter/nbconvert) -3.52 stars per week over 412 weeks -1,450 stars, 512 forks, 51 watches -[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-02-20, main language Python +### [pyscf](https://github.com/pyscf/pyscf) +pyscf: Python module for quantum chemistry +[https://github.com/pyscf/pyscf](https://github.com/pyscf/pyscf) +1.85 stars per week over 461 weeks +854 stars, 459 forks, 76 watches +[sim](categories/sim.md) category, created 2014-05-02, last commit 2023-03-04, main language Python -### [distributed](https://github.com/dask/distributed) by [dask](https://github.com/dask) -distributed: A distributed task scheduler for Dask -[https://distributed.dask.org](https://distributed.dask.org) -[https://github.com/dask/distributed](https://github.com/dask/distributed) -3.71 stars per week over 389 weeks -1,444 stars, 676 forks, 58 watches -[perf](categories/perf.md) category, created 2015-09-13, last commit 2023-03-02, main language Python -dask, distributed-computing, hacktoberfest, pydata, python +### [austin](https://github.com/p403n1x87/austin) by [p403n1x87](https://github.com/p403n1x87) +austin: Python frame stack sampler for CPython +[https://github.com/p403n1x87/austin](https://github.com/p403n1x87/austin) +4.83 stars per week over 232 weeks +1,123 stars, 37 forks, 14 watches +[profiling](categories/profiling.md) category, created 2018-09-20, last commit 2023-02-21, main language C +debugging-tools, performance, profiling, python -### [jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) by [jupyter-lsp](https://github.com/jupyter-lsp) -jupyterlab-lsp: Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol -[https://github.com/jupyter-lsp/jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) -7.76 stars per week over 184 weeks -1,434 stars, 119 forks, 17 watches -[jupyter](categories/jupyter.md) category, created 2019-08-17, last commit 2023-01-02, main language TypeScript -autocompletion, ipython, julia-language, jupyter, jupyter-lab, jupyter-notebook, jupyterlab, jupyterlab-extension, language-server-protocol, linter, lsp, notebook, notebook-jupyter, r +### [rioxarray](https://github.com/corteva/rioxarray) by [corteva](https://github.com/corteva) +rioxarray: geospatial xarray extension powered by rasterio +[https://corteva.github.io/rioxarray](https://corteva.github.io/rioxarray) +[https://github.com/corteva/rioxarray](https://github.com/corteva/rioxarray) +1.84 stars per week over 202 weeks +373 stars, 60 forks, 14 watches +[gis](categories/gis.md) category, created 2019-04-16, last commit 2023-03-03, main language Python +gdal, geospatial, gis, hacktoberfest, netcdf, python, raster, rasterio, xarray -### [python-lambda](https://github.com/nficano/python-lambda) by [nficano](https://github.com/nficano) -python-lambda: A toolkit for developing and deploying serverless Python code in AWS Lambda. -[https://github.com/nficano/python-lambda](https://github.com/nficano/python-lambda) -3.9 stars per week over 366 weeks -1,426 stars, 229 forks, 32 watches -[util](categories/util.md) category, created 2016-02-26, last commit 2022-06-03, main language Python -aws, aws-lambda, microservices, python, serverless +### [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) by [pytest-dev](https://github.com/pytest-dev) +pytest-testinfra: Testinfra test your infrastructures +[https://testinfra.readthedocs.io](https://testinfra.readthedocs.io) +[https://github.com/pytest-dev/pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) +5.21 stars per week over 416 weeks +2,169 stars, 321 forks, 82 watches +[testing](categories/testing.md) category, created 2015-03-15, last commit 2023-01-11, main language Python +ansible, chef, devops, devops-tools, docker, infrastructure-as-code, infrastructure-testing, kubernetes, nagios, puppet, pytest-plugin, python, saltstack, tdd, tdd-utilities, testing, testing-tools -### [omegaconf](https://github.com/omry/omegaconf) by [omry](https://github.com/omry) -omegaconf: Flexible Python configuration system. The last one you will ever need. -[https://github.com/omry/omegaconf](https://github.com/omry/omegaconf) -6.05 stars per week over 234 weeks -1,418 stars, 74 forks, 16 watches -[util](categories/util.md) category, created 2018-09-03, last commit 2022-12-20, main language Python -configuration-files, configuration-loader, python, python-types, schema-validator, yaml, yaml-configuration +### [python-benedict](https://github.com/fabiocaccamo/python-benedict) by [fabiocaccamo](https://github.com/fabiocaccamo) +python-benedict: :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities. +[https://github.com/fabiocaccamo/python-benedict](https://github.com/fabiocaccamo/python-benedict) +4.92 stars per week over 198 weeks +975 stars, 40 forks, 12 watches +[util](categories/util.md) category, created 2019-05-17, last commit 2023-03-02, main language Python +base64, csv, decode, dict, dictionary, encode, filter, flatten, json, keypath, pickle, plist, python, query-string, subset, toml, traverse, xls, xml, yaml -### [pyglet](https://github.com/pyglet/pyglet) -pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications. -[http://pyglet.org](http://pyglet.org) -[https://github.com/pyglet/pyglet](https://github.com/pyglet/pyglet) -7.27 stars per week over 194 weeks -1,415 stars, 252 forks, 32 watches -[gamedev](categories/gamedev.md) category, created 2019-06-09, last commit 2023-02-28, main language Python -gamedev, opengl, pyglet, python, scientific-visualization +### [machine-learning-interviews](https://github.com/alirezadir/machine-learning-interview-enlightener) by [alirezadir](https://github.com/alirezadir) +machine-learning-interviews: This repo is meant to serve as a guide for Machine Learning/AI technical interviews. +[https://github.com/alirezadir/machine-learning-interview-enlightener](https://github.com/alirezadir/machine-learning-interview-enlightener) +16 stars per week over 109 weeks +1,765 stars, 354 forks, 48 watches +[study](categories/study.md) category, created 2021-01-31, last commit 2023-03-01, main language Jupyter Notebook +ai, deep-learning, interview, interview-practice, interview-preparation, interviews, machine-learning, machine-learning-algorithms, scalable-applications, system-design -### [arcade](https://github.com/pythonarcade/arcade) by [pythonarcade](https://github.com/pythonarcade) -arcade: Easy to use Python library for creating 2D arcade games. -[http://arcade.academy](http://arcade.academy) -[https://github.com/pythonarcade/arcade](https://github.com/pythonarcade/arcade) -3.76 stars per week over 373 weeks -1,404 stars, 264 forks, 57 watches -[gamedev](categories/gamedev.md) category, created 2016-01-04, last commit 2023-03-02, main language Python -arcade-api, arcade-framework, arcade-learning-environment, educational-resources, educational-technology, opengl, python, python3 +### [deepmd-kit](https://github.com/deepmodeling/deepmd-kit) by [deepmodeling](https://github.com/deepmodeling) +deepmd-kit: A deep learning package for many-body potential energy representation and molecular dynamics +[https://docs.deepmodeling.com/projects/deepmd/](https://docs.deepmodeling.com/projects/deepmd/) +[https://github.com/deepmodeling/deepmd-kit](https://github.com/deepmodeling/deepmd-kit) +3.88 stars per week over 272 weeks +1,057 stars, 401 forks, 45 watches +[sim](categories/sim.md) category, created 2017-12-12, last commit 2022-12-19, main language C++ +ase, computational-chemistry, cpp, cuda, deep-learning, deepmd, ipi, lammps, materials-science, molecular-dynamics, potential-energy, python, rocm, tensorflow -### [simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) -simple-salesforce: A very simple Salesforce.com REST API client for Python -[https://github.com/simple-salesforce/simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) -2.65 stars per week over 528 weeks -1,402 stars, 615 forks, 89 watches -[data](categories/data.md) category, created 2013-01-17, last commit 2023-01-18, main language Python -api, api-client, python, salesforce +### [PyTables](https://github.com/pytables/pytables) by [pytables](https://github.com/pytables) +PyTables: A Python package to manage extremely large amounts of data +[http://www.pytables.org](http://www.pytables.org) +[https://github.com/pytables/pytables](https://github.com/pytables/pytables) +1.94 stars per week over 613 weeks +1,190 stars, 241 forks, 58 watches +[data](categories/data.md) category, created 2011-06-03, last commit 2023-02-09, main language Python -### [pytest-cov](https://github.com/pytest-dev/pytest-cov) by [pytest-dev](https://github.com/pytest-dev) -pytest-cov: Coverage plugin for pytest. -[https://github.com/pytest-dev/pytest-cov](https://github.com/pytest-dev/pytest-cov) -3.02 stars per week over 463 weeks -1,397 stars, 192 forks, 34 watches -[testing](categories/testing.md) category, created 2014-04-17, last commit 2023-02-28, main language Python -pytest, python +### [fugue](https://github.com/fugue-project/fugue) by [fugue-project](https://github.com/fugue-project) +fugue: A unified interface for distributed computing. Fugue executes SQL, Python, and Pandas code on Spark, Dask and Ray without any rewrites. +[https://fugue-tutorials.readthedocs.io/](https://fugue-tutorials.readthedocs.io/) +[https://github.com/fugue-project/fugue](https://github.com/fugue-project/fugue) +8.11 stars per week over 153 weeks +1,246 stars, 66 forks, 20 watches +[data](categories/data.md) category, created 2020-03-24, last commit 2023-02-23, main language Python +dask, data-practitioners, distributed, distributed-computing, distributed-systems, machine-learning, pandas, spark, sql -### [arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) -arxiv-vanity: Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF. -[https://www.arxiv-vanity.com](https://www.arxiv-vanity.com) -[https://github.com/arxiv-vanity/arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) -4.78 stars per week over 289 weeks -1,385 stars, 89 forks, 22 watches -[nlp](categories/nlp.md) category, created 2017-08-12, last commit 2022-01-18, main language Python -academic-publishing, arxiv, latex, science +### [pytest-mock](https://github.com/pytest-dev/pytest-mock) by [pytest-dev](https://github.com/pytest-dev) +pytest-mock: Thin-wrapper around the mock package for easier use with pytest +[https://pytest-mock.readthedocs.io/en/latest/](https://pytest-mock.readthedocs.io/en/latest/) +[https://github.com/pytest-dev/pytest-mock](https://github.com/pytest-dev/pytest-mock) +3.42 stars per week over 450 weeks +1,541 stars, 122 forks, 33 watches +[testing](categories/testing.md) category, created 2014-07-17, last commit 2023-02-27, main language Python +hacktoberfest, mock, pytest -### [orator](https://github.com/sdispater/orator) by [sdispater](https://github.com/sdispater) -orator: The Orator ORM provides a simple yet beautiful ActiveRecord implementation. -[https://orator-orm.com](https://orator-orm.com) -[https://github.com/sdispater/orator](https://github.com/sdispater/orator) -3.41 stars per week over 405 weeks -1,385 stars, 164 forks, 46 watches -[data](categories/data.md) category, created 2015-05-24, last commit 2022-03-13, main language Python -database, orm, python +### [fastRAG](https://github.com/intellabs/fastrag) by [intellabs](https://github.com/intellabs) +fastRAG: Efficient Retrieval Augmentation and Generation Framework +[https://github.com/intellabs/fastrag](https://github.com/intellabs/fastrag) +23 stars per week over 5 weeks +135 stars, 10 forks, 2 watches +[nlp](categories/nlp.md) category, created 2023-01-23, last commit 2023-03-01, main language Python +benchmark, colbert, diffusion, information-retrieval, knowledge-graph, multi-modal, nlp, question-answering, semantic-search, sentence-transformers, summarization, transformers -### [stable-diffusion-tensorflow](https://github.com/divamgupta/stable-diffusion-tensorflow) by [divamgupta](https://github.com/divamgupta) -stable-diffusion-tensorflow: Stable Diffusion in TensorFlow / Keras -[https://github.com/divamgupta/stable-diffusion-tensorflow](https://github.com/divamgupta/stable-diffusion-tensorflow) -57 stars per week over 24 weeks -1,381 stars, 193 forks, 21 watches -[diffusion](categories/diffusion.md) category, created 2022-09-15, last commit 2022-11-22, main language Python +### [movingpandas](https://github.com/anitagraser/movingpandas) by [anitagraser](https://github.com/anitagraser) +movingpandas: Implementation of Trajectory classes and functions built on top of GeoPandas +[http://movingpandas.org](http://movingpandas.org) +[https://github.com/anitagraser/movingpandas](https://github.com/anitagraser/movingpandas) +4.24 stars per week over 220 weeks +932 stars, 170 forks, 37 watches +[gis](categories/gis.md) category, created 2018-12-16, last commit 2023-02-16, main language Python +geopandas, movement-data, python, spatial-data-analysis, trajectory, trajectory-analysis -### [mesh](https://github.com/tensorflow/mesh) by [tensorflow](https://github.com/tensorflow) -Mesh TensorFlow: Model Parallelism Made Easier -[https://github.com/tensorflow/mesh](https://github.com/tensorflow/mesh) -5.92 stars per week over 232 weeks -1,374 stars, 241 forks, 47 watches -[ml-dl](categories/ml-dl.md) category, created 2018-09-20, last commit 2023-01-25, main language Python +### [koila](https://github.com/rentruewang/koila) by [rentruewang](https://github.com/rentruewang) +koila: Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code. +[https://rentruewang.github.io/koila](https://rentruewang.github.io/koila) +[https://github.com/rentruewang/koila](https://github.com/rentruewang/koila) +25 stars per week over 67 weeks +1,720 stars, 63 forks, 11 watches +[ml](categories/ml.md) category, created 2021-11-17, last commit 2023-02-28, main language Python +deep-learning, gradient-accumulation, lazy-evaluation, machine-learning, memory-management, neural-network, out-of-memory, python, pytorch -### [language](https://github.com/google-research/language) by [google-research](https://github.com/google-research) -language: Shared repository for open-sourced projects from the Google AI Language team. -[https://ai.google/research/teams/language/](https://ai.google/research/teams/language/) -[https://github.com/google-research/language](https://github.com/google-research/language) -6.0 stars per week over 228 weeks -1,370 stars, 323 forks, 64 watches -[nlp](categories/nlp.md) category, created 2018-10-16, last commit 2023-02-23, main language Python -machine-learning, natural-language-processing, research +### [cartopy](https://github.com/scitools/cartopy) by [scitools](https://github.com/scitools) +Cartopy - a cartographic python library with matplotlib support +[https://scitools.org.uk/cartopy/docs/latest](https://scitools.org.uk/cartopy/docs/latest) +[https://github.com/scitools/cartopy](https://github.com/scitools/cartopy) +2.15 stars per week over 552 weeks +1,185 stars, 338 forks, 56 watches +[gis](categories/gis.md) category, created 2012-08-03, last commit 2023-02-28, main language Python +cartopy, geometry, maps, matplotlib, projections, python, spatial -### [tensorly](https://github.com/tensorly/tensorly) -TensorLy: Tensor Learning in Python. -[http://tensorly.org](http://tensorly.org) -[https://github.com/tensorly/tensorly](https://github.com/tensorly/tensorly) -4.12 stars per week over 332 weeks -1,369 stars, 269 forks, 46 watches -[ml](categories/ml.md) category, created 2016-10-21, last commit 2023-02-16, main language Python -cupy, decomposition, jax, machine-learning, mxnet, numpy, python, pytorch, regression, tensor, tensor-algebra, tensor-decomposition, tensor-factorization, tensor-learning, tensor-methods, tensor-regression, tensorflow, tensorly +### [tavern](https://github.com/taverntesting/tavern) by [taverntesting](https://github.com/taverntesting) +tavern: A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax +[https://taverntesting.github.io/](https://taverntesting.github.io/) +[https://github.com/taverntesting/tavern](https://github.com/taverntesting/tavern) +3.28 stars per week over 278 weeks +913 stars, 182 forks, 28 watches +[testing](categories/testing.md) category, created 2017-11-01, last commit 2023-02-16, main language Python +http, mqtt, pytest, python, test-automation, testing -### [sedona](https://github.com/apache/incubator-sedona) by [apache](https://github.com/apache) -sedona: A cluster computing framework for processing large-scale geospatial data -[http://sedona.apache.org/](http://sedona.apache.org/) -[https://github.com/apache/incubator-sedona](https://github.com/apache/incubator-sedona) -3.33 stars per week over 410 weeks -1,367 stars, 561 forks, 105 watches -[gis](categories/gis.md) category, created 2015-04-24, last commit 2023-03-01, main language Java -cluster-computing, geospatial, java, python, scala, spatial-analysis, spatial-query, spatial-sql +### [sqlacodegen](https://github.com/agronholm/sqlacodegen) by [agronholm](https://github.com/agronholm) +sqlacodegen: Automatic model code generator for SQLAlchemy +[https://github.com/agronholm/sqlacodegen](https://github.com/agronholm/sqlacodegen) +4.05 stars per week over 322 weeks +1,307 stars, 200 forks, 21 watches +[data](categories/data.md) category, created 2016-12-28, last commit 2023-03-04, main language Python -### [asitop](https://github.com/tlkh/asitop) by [tlkh](https://github.com/tlkh) -asitop: Perf monitoring CLI tool for Apple Silicon -[https://tlkh.github.io/asitop/](https://tlkh.github.io/asitop/) -[https://github.com/tlkh/asitop](https://github.com/tlkh/asitop) -19 stars per week over 70 weeks -1,362 stars, 81 forks, 20 watches -[perf](categories/perf.md) category, created 2021-10-27, last commit 2023-01-24, main language Python -apple-silicon, cli, cpu, gpu, m1, macos +### [lazypredict](https://github.com/shankarpandala/lazypredict) by [shankarpandala](https://github.com/shankarpandala) +lazypredict: Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning +[https://github.com/shankarpandala/lazypredict](https://github.com/shankarpandala/lazypredict) +10 stars per week over 172 weeks +1,874 stars, 212 forks, 23 watches +[ml](categories/ml.md) category, created 2019-11-16, last commit 2022-09-28, main language Python +automl, classification, machine-learning, regression -### [optimus](https://github.com/hi-primus/optimus) by [hi-primus](https://github.com/hi-primus) -optimus: :truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark -[https://hi-optimus.com](https://hi-optimus.com) -[https://github.com/hi-primus/optimus](https://github.com/hi-primus/optimus) -4.56 stars per week over 294 weeks -1,342 stars, 225 forks, 42 watches -[ml-ops](categories/ml-ops.md) category, created 2017-07-13, last commit 2022-10-17, main language Python -big-data-cleaning, bigdata, cudf, dask, dask-cudf, data-analysis, data-cleaner, data-cleaning, data-cleansing, data-exploration, data-extraction, data-preparation, data-profiling, data-science, data-transformation, data-wrangling, machine-learning, pyspark, spark +### [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) by [pytest-dev](https://github.com/pytest-dev) +pytest-asyncio: Asyncio support for pytest +[https://pytest-asyncio.readthedocs.io](https://pytest-asyncio.readthedocs.io) +[https://github.com/pytest-dev/pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) +2.68 stars per week over 412 weeks +1,106 stars, 118 forks, 35 watches +[testing](categories/testing.md) category, created 2015-04-11, last commit 2023-02-25, main language Python -### [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) by [jupyter-widgets](https://github.com/jupyter-widgets) -ipyleaflet: A Jupyter - Leaflet.js bridge -[https://ipyleaflet.readthedocs.io](https://ipyleaflet.readthedocs.io) -[https://github.com/jupyter-widgets/ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) -2.89 stars per week over 460 weeks -1,332 stars, 351 forks, 61 watches -[gis](categories/gis.md) category, created 2014-05-07, last commit 2023-02-10, main language JavaScript -jupyter, jupyterlab-extension, leaflet, visualization +### [textgenrnn](https://github.com/minimaxir/textgenrnn) by [minimaxir](https://github.com/minimaxir) +textgenrnn: Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code. +[https://github.com/minimaxir/textgenrnn](https://github.com/minimaxir/textgenrnn) +16 stars per week over 290 weeks +4,867 stars, 751 forks, 138 watches +[nlp](categories/nlp.md) category, created 2017-08-07, last commit 2020-07-14, main language Python +deep-learning, keras, python, tensorflow, text-generation -### [flow-forecast](https://github.com/aistream-peelout/flow-forecast) by [aistream-peelout](https://github.com/aistream-peelout) -flow-forecast: Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting). -[https://flow-forecast.atlassian.net/wiki/spaces/FF/overview](https://flow-forecast.atlassian.net/wiki/spaces/FF/overview) -[https://github.com/aistream-peelout/flow-forecast](https://github.com/aistream-peelout/flow-forecast) -7.18 stars per week over 185 weeks -1,330 stars, 227 forks, 21 watches -[time-series](categories/time-series.md) category, created 2019-08-15, last commit 2023-02-27, main language Python -anomaly-detection, deep-learning, deep-neural-networks, forecasting, hacktoberfest, lstm, pytorch, state-of-the-art-models, time-series, time-series-analysis, time-series-forecasting, time-series-regression, transfer-learning, transformer +### [py-shiny](https://github.com/rstudio/py-shiny) by [rstudio](https://github.com/rstudio) +py-shiny: Shiny for Python +[https://shiny.rstudio.com/py/](https://shiny.rstudio.com/py/) +[https://github.com/rstudio/py-shiny](https://github.com/rstudio/py-shiny) +4.05 stars per week over 83 weeks +339 stars, 20 forks, 23 watches +[web](categories/web.md) category, created 2021-07-27, last commit 2023-03-04, main language JavaScript -### [pmdarima](https://github.com/alkaline-ml/pmdarima) by [alkaline-ml](https://github.com/alkaline-ml) -pmdarima: A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function. -[https://www.alkaline-ml.com/pmdarima](https://www.alkaline-ml.com/pmdarima) -[https://github.com/alkaline-ml/pmdarima](https://github.com/alkaline-ml/pmdarima) -4.29 stars per week over 309 weeks -1,327 stars, 220 forks, 36 watches -[time-series](categories/time-series.md) category, created 2017-03-30, last commit 2022-12-20, main language Python -arima, econometrics, forecasting, forecasting-models, machine-learning, pmdarima, python, sarimax, time-series +### [kedro-viz](https://github.com/kedro-org/kedro-viz) by [kedro-org](https://github.com/kedro-org) +kedro-viz: Visualise your Kedro data and machine-learning pipelines and track your experiments. +[https://demo.kedro.org/](https://demo.kedro.org/) +[https://github.com/kedro-org/kedro-viz](https://github.com/kedro-org/kedro-viz) +2.63 stars per week over 199 weeks +525 stars, 87 forks, 11 watches +[ml-ops](categories/ml-ops.md) category, created 2019-05-09, last commit 2023-03-02, main language JavaScript +data-visualization, experiment-tracking, hacktoberfest, kedro, kedro-plugin, python, react -### [torchrec](https://github.com/pytorch/torchrec) by [pytorch](https://github.com/pytorch) -torchrec: Pytorch domain library for recommendation systems -[https://github.com/pytorch/torchrec](https://github.com/pytorch/torchrec) -15 stars per week over 85 weeks -1,326 stars, 229 forks, 26 watches -[ml-dl](categories/ml-dl.md) category, created 2021-07-12, last commit 2023-03-02, main language Python -cuda, deep-learning, gpu, pytorch, recommendation-system, recommender-system, sharding +### [sqlite-utils](https://github.com/simonw/sqlite-utils) by [simonw](https://github.com/simonw) +sqlite-utils: Python CLI utility and library for manipulating SQLite databases +[https://sqlite-utils.datasette.io](https://sqlite-utils.datasette.io) +[https://github.com/simonw/sqlite-utils](https://github.com/simonw/sqlite-utils) +4.57 stars per week over 242 weeks +1,106 stars, 84 forks, 19 watches +[data](categories/data.md) category, created 2018-07-14, last commit 2022-12-10, main language Python +cli, click, datasette, datasette-io, datasette-tool, python, sqlite, sqlite-database -### [python-driver](https://github.com/datastax/python-driver) by [datastax](https://github.com/datastax) -python-driver: DataStax Python Driver for Apache Cassandra -[https://github.com/datastax/python-driver](https://github.com/datastax/python-driver) -2.62 stars per week over 503 weeks -1,319 stars, 510 forks, 81 watches -[data](categories/data.md) category, created 2013-07-08, last commit 2023-02-28, main language Python +### [scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) by [intel](https://github.com/intel) +scikit-learn-intelex: Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application +[https://intel.github.io/scikit-learn-intelex/](https://intel.github.io/scikit-learn-intelex/) +[https://github.com/intel/scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) +3.78 stars per week over 238 weeks +902 stars, 148 forks, 28 watches +[perf](categories/perf.md) category, created 2018-08-07, last commit 2023-03-03, main language Python +ai-inference, ai-machine-learning, ai-training, analytics, big-data, data-analysis, gpu, intel, machine-learning, machine-learning-algorithms, oneapi, python, scikit-learn, swrepo -### [sqlacodegen](https://github.com/agronholm/sqlacodegen) by [agronholm](https://github.com/agronholm) -sqlacodegen: Automatic model code generator for SQLAlchemy -[https://github.com/agronholm/sqlacodegen](https://github.com/agronholm/sqlacodegen) -4.05 stars per week over 322 weeks -1,306 stars, 200 forks, 21 watches -[data](categories/data.md) category, created 2016-12-28, last commit 2023-02-26, main language Python +### [pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) by [pyfilesystem](https://github.com/pyfilesystem) +pyfilesystem2: Python's Filesystem abstraction layer +[https://www.pyfilesystem.org](https://www.pyfilesystem.org) +[https://github.com/pyfilesystem/pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) +5.47 stars per week over 333 weeks +1,822 stars, 173 forks, 46 watches +[util](categories/util.md) category, created 2016-10-14, last commit 2022-10-18, main language Python +filesystem, filesystem-library, ftp, pyfilesystem, pyfilesystem2, python, tar, zip -### [JoJoGAN](https://github.com/mchong6/jojogan) by [mchong6](https://github.com/mchong6) -Official PyTorch repo for JoJoGAN: One Shot Face Stylization -[https://github.com/mchong6/jojogan](https://github.com/mchong6/jojogan) -20 stars per week over 63 weeks -1,302 stars, 196 forks, 25 watches -[data](categories/data.md) category, created 2021-12-17, last commit 2022-02-05, main language Jupyter Notebook -anime, gans, image-translation +### [FARM](https://github.com/deepset-ai/farm) by [deepset-ai](https://github.com/deepset-ai) +FARM: :house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering. +[https://farm.deepset.ai](https://farm.deepset.ai) +[https://github.com/deepset-ai/farm](https://github.com/deepset-ai/farm) +8.61 stars per week over 189 weeks +1,632 stars, 233 forks, 54 watches +[nlp](categories/nlp.md) category, created 2019-07-17, last commit 2022-08-31, main language Python +bert, deep-learning, germanbert, language-models, ner, nlp, nlp-framework, nlp-library, pretrained-models, pytorch, question-answering, roberta, transfer-learning, xlnet-pytorch + + +### [fastapi-crudrouter](https://github.com/awtkns/fastapi-crudrouter) by [awtkns](https://github.com/awtkns) +fastapi-crudrouter: A dynamic FastAPI router that automatically creates CRUD routes for your models +[https://fastapi-crudrouter.awtkns.com](https://fastapi-crudrouter.awtkns.com) +[https://github.com/awtkns/fastapi-crudrouter](https://github.com/awtkns/fastapi-crudrouter) +8.95 stars per week over 115 weeks +1,030 stars, 122 forks, 12 watches +[web](categories/web.md) category, created 2020-12-19, last commit 2023-01-28, main language Python +api, async, asyncio, code-generation, crud, crud-routes, fastapi, fastapi-crudrouter, framework, openapi, openapi-route, python, python3, redoc, rest, sql, swagger-ui, web -### [SDV](https://github.com/sdv-dev/sdv) by [sdv-dev](https://github.com/sdv-dev) -SDV: Synthetic Data Generation for tabular, relational and time series data. -[https://sdv.dev/SDV](https://sdv.dev/SDV) -[https://github.com/sdv-dev/sdv](https://github.com/sdv-dev/sdv) -5.16 stars per week over 251 weeks -1,295 stars, 208 forks, 40 watches -[data](categories/data.md) category, created 2018-05-11, last commit 2023-01-24, main language Python -data-generation, deep-learning, gan, gans, generative-adversarial-network, generative-ai, generative-model, machine-learning, multi-table, relational-datasets, sdv, synthetic-data, synthetic-data-generation, time-series +### [snakeviz](https://github.com/jiffyclub/snakeviz) by [jiffyclub](https://github.com/jiffyclub) +snakeviz: An in-browser Python profile viewer +[https://jiffyclub.github.io/snakeviz/](https://jiffyclub.github.io/snakeviz/) +[https://github.com/jiffyclub/snakeviz](https://github.com/jiffyclub/snakeviz) +3.39 stars per week over 557 weeks +1,889 stars, 129 forks, 23 watches +[profiling](categories/profiling.md) category, created 2012-06-26, last commit 2023-02-17, main language Python -### [deepsparse](https://github.com/neuralmagic/deepsparse) by [neuralmagic](https://github.com/neuralmagic) -deepsparse: Inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application -[https://github.com/neuralmagic/deepsparse](https://github.com/neuralmagic/deepsparse) -11 stars per week over 115 weeks -1,293 stars, 81 forks, 40 watches -[nlp](categories/nlp.md) category, created 2020-12-14, last commit 2023-03-02, main language Python -auto-ml, computer-vision, cpu-inference-api, cpus, deepsparse-engine, inference, machinelearning, ml, nlp, object-detection, onnx, pretrained-models, pruning, pytorch, quantization, sparsification, sparsification-recipe, sparsified-models, tensorflow, yolov3 +### [titiler](https://github.com/developmentseed/titiler) by [developmentseed](https://github.com/developmentseed) +titiler: Build your own Raster dynamic map tile services +[https://developmentseed.org/titiler/](https://developmentseed.org/titiler/) +[https://github.com/developmentseed/titiler](https://github.com/developmentseed/titiler) +2.51 stars per week over 192 weeks +482 stars, 103 forks, 18 watches +[gis](categories/gis.md) category, created 2019-06-28, last commit 2023-03-01, main language Python +aws-cdk, aws-lambda, cog, cogeotiff, dynamic, fastapi, gdal, map-tile-server, map-tiles, mosaicjson, raster, rasterio, rest, server, stac, tile -### [ormar](https://github.com/collerek/ormar) by [collerek](https://github.com/collerek) -ormar: python async orm with fastapi in mind and pydantic validation -[https://collerek.github.io/ormar/](https://collerek.github.io/ormar/) -[https://github.com/collerek/ormar](https://github.com/collerek/ormar) -9.38 stars per week over 134 weeks -1,264 stars, 62 forks, 15 watches -[data](categories/data.md) category, created 2020-08-02, last commit 2023-02-28, main language Python -alembic, async-orm, databases, fastapi, orm, pydantic, python-orm, sqlalchemy +### [VQGAN-CLIP](https://github.com/nerdyrodent/vqgan-clip) by [nerdyrodent](https://github.com/nerdyrodent) +VQGAN-CLIP: Just playing with getting VQGAN+CLIP running locally, rather than having to use colab. +[https://github.com/nerdyrodent/vqgan-clip](https://github.com/nerdyrodent/vqgan-clip) +27 stars per week over 87 weeks +2,373 stars, 410 forks, 53 watches +[ml-dl](categories/ml-dl.md) category, created 2021-07-02, last commit 2022-10-02, main language Python +text-to-image, text2image -### [spacy-models](https://github.com/explosion/spacy-models) by [explosion](https://github.com/explosion) -spacy-models: 💫 Models for the spaCy Natural Language Processing (NLP) library -[https://spacy.io](https://spacy.io) -[https://github.com/explosion/spacy-models](https://github.com/explosion/spacy-models) -4.04 stars per week over 311 weeks -1,258 stars, 283 forks, 49 watches -[nlp](categories/nlp.md) category, created 2017-03-14, last commit 2023-01-23, main language Python -machine-learning, machine-learning-models, models, natural-language-processing, nlp, spacy, spacy-models, statistical-models +### [FEDOT](https://github.com/nccr-itmo/fedot) by [nccr-itmo](https://github.com/nccr-itmo) +FEDOT: Automated modeling and machine learning framework FEDOT +[https://fedot.readthedocs.io](https://fedot.readthedocs.io) +[https://github.com/nccr-itmo/fedot](https://github.com/nccr-itmo/fedot) +3.03 stars per week over 163 weeks +497 stars, 70 forks, 10 watches +[ml-ops](categories/ml-ops.md) category, created 2020-01-13, last commit 2023-02-27, main language Python +automated-machine-learning, automation, automl, evolutionary-algorithms, fedot, genetic-programming, hyperparameter-optimization, machine-learning, multimodality, parameter-tuning, structural-learning -### [tika-python](https://github.com/chrismattmann/tika-python) by [chrismattmann](https://github.com/chrismattmann) -Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community. -[https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python) -2.75 stars per week over 453 weeks -1,244 stars, 226 forks, 38 watches -[nlp](categories/nlp.md) category, created 2014-06-26, last commit 2023-01-22, main language Python -buffer, covid-19, detection, extraction, memex, mime, nlp, nlp-library, nlp-machine-learning, parse, parser-interface, python, recognition, text-extraction, text-recognition, tika-python, tika-server, tika-server-jar, translation-interface, usc +### [pattern](https://github.com/clips/pattern) by [clips](https://github.com/clips) +pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. +[https://github.com/clips/pattern/wiki](https://github.com/clips/pattern/wiki) +[https://github.com/clips/pattern](https://github.com/clips/pattern) +13 stars per week over 617 weeks +8,428 stars, 1,597 forks, 547 watches +[nlp](categories/nlp.md) category, created 2011-05-03, last commit 2020-04-25, main language Python +machine-learning, natural-language-processing, network-analysis, python, sentiment-analysis, web-mining, wordnet -### [theseus](https://github.com/facebookresearch/theseus) by [facebookresearch](https://github.com/facebookresearch) -theseus: A library for differentiable nonlinear optimization -[https://github.com/facebookresearch/theseus](https://github.com/facebookresearch/theseus) -18 stars per week over 67 weeks -1,225 stars, 84 forks, 29 watches -[math](categories/math.md) category, created 2021-11-18, last commit 2023-02-27, main language Python -bilevel-optimization, computer-vision, deep-learning, differentiable-optimization, embodied-ai, gauss-newton, implicit-differentiation, levenberg-marquardt, nonlinear-least-squares, pytorch, robotics +### [BlackSheep](https://github.com/neoteroi/blacksheep) by [neoteroi](https://github.com/neoteroi) +BlackSheep: Fast ASGI web framework for Python +[https://www.neoteroi.dev/blacksheep/](https://www.neoteroi.dev/blacksheep/) +[https://github.com/neoteroi/blacksheep](https://github.com/neoteroi/blacksheep) +5.29 stars per week over 223 weeks +1,182 stars, 52 forks, 23 watches +[web](categories/web.md) category, created 2018-11-22, last commit 2023-02-17, main language Python +asgi, asyncio, blacksheep, framework, http, http-server, python, server, web ### [mangum](https://github.com/jordaneremieff/mangum) by [jordaneremieff](https://github.com/jordaneremieff) mangum: AWS Lambda support for ASGI applications [https://mangum.io/](https://mangum.io/) [https://github.com/jordaneremieff/mangum](https://github.com/jordaneremieff/mangum) -5.68 stars per week over 215 weeks -1,225 stars, 80 forks, 16 watches +5.67 stars per week over 215 weeks +1,224 stars, 80 forks, 16 watches [web](categories/web.md) category, created 2019-01-14, last commit 2022-11-27, main language Python api-gateway, asgi, asyncio, aws, aws-lambda, django, fastapi, lambda, python, python3, quart, sanic, serverless, starlette -### [osmnx-examples](https://github.com/gboeing/osmnx-examples) by [gboeing](https://github.com/gboeing) -osmnx-examples: Usage examples, demos, and tutorials for OSMnx. -[https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) -[https://github.com/gboeing/osmnx-examples](https://github.com/gboeing/osmnx-examples) -4.18 stars per week over 292 weeks -1,223 stars, 449 forks, 54 watches -[gis](categories/gis.md) category, created 2017-07-22, last commit 2023-01-01, main language Jupyter Notebook -accessibility, binder, cities, city, jupyter-notebook, network-analysis, notebooks, openstreetmap, public-transport, python, street-networks, transit, transport, transportation, urban-analytics, urban-data-science, urban-design, urban-planning +### [torchtyping](https://github.com/patrick-kidger/torchtyping) by [patrick-kidger](https://github.com/patrick-kidger) +torchtyping: Type annotations and dynamic checking for a tensor's shape, dtype, names, etc. +[https://github.com/patrick-kidger/torchtyping](https://github.com/patrick-kidger/torchtyping) +11 stars per week over 101 weeks +1,202 stars, 28 forks, 14 watches +[typing](categories/typing.md) category, created 2021-03-28, last commit 2023-01-20, main language Python +named-tensors, python-typing, pytorch, shape, tensors, typing -### [torchsde](https://github.com/google-research/torchsde) by [google-research](https://github.com/google-research) -torchsde: Differentiable SDE solvers with GPU support and efficient sensitivity analysis. -[https://github.com/google-research/torchsde](https://github.com/google-research/torchsde) -8.79 stars per week over 138 weeks -1,218 stars, 145 forks, 33 watches -[math](categories/math.md) category, created 2020-07-06, last commit 2021-07-26, main language Python -deep-learning, deep-neural-networks, differential-equations, dynamical-systems, neural-differential-equations, pytorch, stochastic-differential-equations, stochastic-processes, stochastic-volatility-models +### [scholarly](https://github.com/scholarly-python-package/scholarly) by [scholarly-python-package](https://github.com/scholarly-python-package) +scholarly: Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs! +[https://scholarly.readthedocs.io/](https://scholarly.readthedocs.io/) +[https://github.com/scholarly-python-package/scholarly](https://github.com/scholarly-python-package/scholarly) +2.05 stars per week over 430 weeks +883 stars, 254 forks, 25 watches +[data](categories/data.md) category, created 2014-12-02, last commit 2023-01-16, main language Python +citation-analysis, citation-index, citation-network, citations, googlescholar, publication-data, python, python-3, python3, scholar, scholarly-articles, scholarly-communications -### [spacy-transformers](https://github.com/explosion/spacy-transformers) by [explosion](https://github.com/explosion) -spacy-transformers: 🛸 Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy -[https://spacy.io/usage/embeddings-transformers](https://spacy.io/usage/embeddings-transformers) -[https://github.com/explosion/spacy-transformers](https://github.com/explosion/spacy-transformers) -6.46 stars per week over 188 weeks -1,214 stars, 156 forks, 30 watches -[nlp](categories/nlp.md) category, created 2019-07-26, last commit 2023-02-17, main language Python -bert, google, gpt-2, huggingface, language-model, machine-learning, natural-language-processing, natural-language-understanding, nlp, openai, pytorch, pytorch-model, spacy, spacy-extension, spacy-pipeline, transfer-learning, xlnet +### [pudb](https://github.com/inducer/pudb) by [inducer](https://github.com/inducer) +pudb: Full-screen console debugger for Python +[https://documen.tician.de/pudb/](https://documen.tician.de/pudb/) +[https://github.com/inducer/pudb](https://github.com/inducer/pudb) +4.22 stars per week over 616 weeks +2,601 stars, 217 forks, 47 watches +[debug](categories/debug.md) category, created 2011-05-13, last commit 2023-01-10, main language Python +bpython, debug, debugger, ipython, pdb, pytest, pytest-plugin, python, urwid -### [featureform](https://github.com/featureform/embeddinghub) -featureform: The Virtual Feature Store. Turn your existing data infrastructure into a feature store. -[https://www.featureform.com](https://www.featureform.com) -[https://github.com/featureform/embeddinghub](https://github.com/featureform/embeddinghub) -9.77 stars per week over 124 weeks -1,211 stars, 46 forks, 13 watches -[nlp](categories/nlp.md) category, created 2020-10-16, last commit 2023-03-02, main language Go -data-quality, data-science, embeddings, embeddings-similarity, feature-engineering, feature-store, hacktoberfest, machine-learning, ml, mlops, python, vector-database +### [PandasGUI](https://github.com/adamerose/pandasgui) by [adamerose](https://github.com/adamerose) +PandasGUI: A GUI for Pandas DataFrames +[https://github.com/adamerose/pandasgui](https://github.com/adamerose/pandasgui) +14 stars per week over 194 weeks +2,853 stars, 195 forks, 54 watches +[pandas](categories/pandas.md) category, created 2019-06-12, last commit 2022-03-16, main language Python +dataframe, gui, pandas, viewer -### [pygments](https://github.com/pygments/pygments) -Pygments is a generic syntax highlighter written in Python -[http://pygments.org/](http://pygments.org/) -[https://github.com/pygments/pygments](https://github.com/pygments/pygments) -6.61 stars per week over 182 weeks -1,209 stars, 507 forks, 31 watches -[util](categories/util.md) category, created 2019-08-31, last commit 2023-03-02, main language Python -python, syntax-highlighting +### [astronomer](https://github.com/astronomer/astronomer) +astronomer: Helm Charts for the Astronomer Platform, Apache Airflow as a Service on Kubernetes +[https://www.astronomer.io](https://www.astronomer.io) +[https://github.com/astronomer/astronomer](https://github.com/astronomer/astronomer) +1.64 stars per week over 267 weeks +440 stars, 81 forks, 44 watches +[ml-ops](categories/ml-ops.md) category, created 2018-01-15, last commit 2023-03-03, main language Python +apache-airflow, astronomer-platform, docker, kubernetes -### [imageio](https://github.com/imageio/imageio) -imageio: Python library for reading and writing image data -[https://imageio.readthedocs.io](https://imageio.readthedocs.io) -[https://github.com/imageio/imageio](https://github.com/imageio/imageio) -2.35 stars per week over 512 weeks -1,204 stars, 244 forks, 32 watches -[util](categories/util.md) category, created 2013-05-04, last commit 2023-03-02, main language Python -animated-gif, dicom, imageio, python, scientific-formats, video, webcam-capture +### [stellargraph](https://github.com/stellargraph/stellargraph) +StellarGraph - Machine Learning on Graphs +[https://stellargraph.readthedocs.io/](https://stellargraph.readthedocs.io/) +[https://github.com/stellargraph/stellargraph](https://github.com/stellargraph/stellargraph) +10 stars per week over 255 weeks +2,637 stars, 401 forks, 61 watches +[graph](categories/graph.md) category, created 2018-04-13, last commit 2021-10-29, main language Python +data-science, deep-learning, gcn, geometric-deep-learning, graph-analysis, graph-convolutional-networks, graph-data, graph-machine-learning, graph-neural-networks, graphs, heterogeneous-networks, interpretability, link-prediction, machine-learning, machine-learning-algorithms, networkx, python, saliency-map, stellargraph-library -### [torchtyping](https://github.com/patrick-kidger/torchtyping) by [patrick-kidger](https://github.com/patrick-kidger) -torchtyping: Type annotations and dynamic checking for a tensor's shape, dtype, names, etc. -[https://github.com/patrick-kidger/torchtyping](https://github.com/patrick-kidger/torchtyping) -11 stars per week over 100 weeks -1,202 stars, 28 forks, 14 watches -[typing](categories/typing.md) category, created 2021-03-28, last commit 2023-01-20, main language Python -named-tensors, python-typing, pytorch, shape, tensors, typing +### [sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) by [sentinel-hub](https://github.com/sentinel-hub) +sentinelhub-py: Download and process satellite imagery in Python using Sentinel Hub services. +[http://sentinelhub-py.readthedocs.io/en/latest/](http://sentinelhub-py.readthedocs.io/en/latest/) +[https://github.com/sentinel-hub/sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) +2.24 stars per week over 302 weeks +677 stars, 219 forks, 47 watches +[gis](categories/gis.md) category, created 2017-05-17, last commit 2023-02-24, main language Python +aws, ogc-services, python-library, satellite-imagery, sentinel-hub -### [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) by [open-telemetry](https://github.com/open-telemetry) -opentelemetry-python: OpenTelemetry Python API and SDK -[https://opentelemetry.io](https://opentelemetry.io) -[https://github.com/open-telemetry/opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) -6.02 stars per week over 199 weeks -1,200 stars, 436 forks, 34 watches -[util](categories/util.md) category, created 2019-05-07, last commit 2023-03-03, main language Python -correlationcontext, distributed-tracing, logging, metrics, opentelemetry, python, sdk, tracecontext +### [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) by [jupyter-widgets](https://github.com/jupyter-widgets) +ipyleaflet: A Jupyter - Leaflet.js bridge +[https://ipyleaflet.readthedocs.io](https://ipyleaflet.readthedocs.io) +[https://github.com/jupyter-widgets/ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) +2.89 stars per week over 460 weeks +1,332 stars, 351 forks, 61 watches +[gis](categories/gis.md) category, created 2014-05-07, last commit 2023-02-10, main language JavaScript +jupyter, jupyterlab-extension, leaflet, visualization -### [anyio](https://github.com/agronholm/anyio) by [agronholm](https://github.com/agronholm) -anyio: High level asynchronous concurrency and networking framework that works on top of either trio or asyncio -[https://github.com/agronholm/anyio](https://github.com/agronholm/anyio) -5.05 stars per week over 236 weeks -1,195 stars, 101 forks, 26 watches -[perf](categories/perf.md) category, created 2018-08-19, last commit 2023-02-23, main language Python -async-await, asyncio, curio, trio +### [ecco](https://github.com/jalammar/ecco) by [jalammar](https://github.com/jalammar) +ecco: Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2, BERT, RoBERTA, T5, and T0). +[https://ecco.readthedocs.io](https://ecco.readthedocs.io) +[https://github.com/jalammar/ecco](https://github.com/jalammar/ecco) +13 stars per week over 121 weeks +1,615 stars, 118 forks, 21 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2020-11-07, last commit 2022-01-18, main language Jupyter Notebook +explorables, language-models, natural-language-processing, nlp, pytorch, visualization -### [PyTables](https://github.com/pytables/pytables) by [pytables](https://github.com/pytables) -PyTables: A Python package to manage extremely large amounts of data -[http://www.pytables.org](http://www.pytables.org) -[https://github.com/pytables/pytables](https://github.com/pytables/pytables) -1.94 stars per week over 613 weeks -1,190 stars, 241 forks, 59 watches -[data](categories/data.md) category, created 2011-06-03, last commit 2023-02-09, main language Python +### [prettytable](https://github.com/jazzband/prettytable) by [jazzband](https://github.com/jazzband) +prettytable: Display tabular data in a visually appealing ASCII table format +[https://pypi.org/project/PrettyTable/](https://pypi.org/project/PrettyTable/) +[https://github.com/jazzband/prettytable](https://github.com/jazzband/prettytable) +2.6 stars per week over 372 weeks +968 stars, 122 forks, 20 watches +[term](categories/term.md) category, created 2016-01-15, last commit 2023-03-02, main language Python +package, python, python-3, utility-library -### [cartopy](https://github.com/scitools/cartopy) by [scitools](https://github.com/scitools) -Cartopy - a cartographic python library with matplotlib support -[https://scitools.org.uk/cartopy/docs/latest](https://scitools.org.uk/cartopy/docs/latest) -[https://github.com/scitools/cartopy](https://github.com/scitools/cartopy) -2.15 stars per week over 552 weeks -1,186 stars, 338 forks, 56 watches -[gis](categories/gis.md) category, created 2012-08-03, last commit 2023-02-28, main language Python -cartopy, geometry, maps, matplotlib, projections, python, spatial +### [Fiona](https://github.com/toblerity/fiona) by [toblerity](https://github.com/toblerity) +Fiona reads and writes geographic data files +[https://fiona.readthedocs.io/](https://fiona.readthedocs.io/) +[https://github.com/toblerity/fiona](https://github.com/toblerity/fiona) +1.76 stars per week over 583 weeks +1,024 stars, 196 forks, 48 watches +[gis](categories/gis.md) category, created 2011-12-31, last commit 2023-02-26, main language Python +cli, cython, gdal, gis, ogr, python, vector -### [BlackSheep](https://github.com/neoteroi/blacksheep) by [neoteroi](https://github.com/neoteroi) -BlackSheep: Fast ASGI web framework for Python -[https://www.neoteroi.dev/blacksheep/](https://www.neoteroi.dev/blacksheep/) -[https://github.com/neoteroi/blacksheep](https://github.com/neoteroi/blacksheep) -5.29 stars per week over 223 weeks -1,181 stars, 52 forks, 23 watches -[web](categories/web.md) category, created 2018-11-22, last commit 2023-02-17, main language Python -asgi, asyncio, blacksheep, framework, http, http-server, python, server, web +### [industry-machine-learning](https://github.com/firmai/industry-machine-learning) by [firmai](https://github.com/firmai) +industry-machine-learning: A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai) +[https://www.linkedin.com/company/firmai](https://www.linkedin.com/company/firmai) +[https://github.com/firmai/industry-machine-learning](https://github.com/firmai/industry-machine-learning) +33 stars per week over 200 weeks +6,736 stars, 1,124 forks, 392 watches +[study](categories/study.md) category, created 2019-05-03, last commit 2021-12-18, main language Jupyter Notebook +data-science, datascience, example, firmai, jupyter-notebook, machine-learning, practical-machine-learning, python -### [pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) by [hysts](https://github.com/hysts) -pytorch_image_classification: PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet -[https://github.com/hysts/pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) -4.32 stars per week over 272 weeks -1,178 stars, 292 forks, 27 watches -[ml-dl](categories/ml-dl.md) category, created 2017-12-09, last commit 2021-12-12, main language Python -cifar10, computer-vision, fashion-mnist, imagenet, pytorch +### [cattrs](https://github.com/python-attrs/cattrs) by [python-attrs](https://github.com/python-attrs) +cattrs: Complex custom class converters for attrs. +[https://github.com/python-attrs/cattrs](https://github.com/python-attrs/cattrs) +1.77 stars per week over 340 weeks +603 stars, 86 forks, 16 watches +[typing](categories/typing.md) category, created 2016-08-28, last commit 2023-03-02, main language Python +attrs, deserialization, serialization + + +### [jsonpickle](https://github.com/jsonpickle/jsonpickle) +jsonpickle: Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python. +[https://jsonpickle.github.io](https://jsonpickle.github.io) +[https://github.com/jsonpickle/jsonpickle](https://github.com/jsonpickle/jsonpickle) +1.6 stars per week over 690 weeks +1,106 stars, 155 forks, 32 watches +[data](categories/data.md) category, created 2009-12-10, last commit 2023-02-22, main language Python +bsd-3-clause, deserialization, json, objectstorage, pickle, python, serialization + + +### [nbviewer](https://github.com/jupyter/nbviewer) by [jupyter](https://github.com/jupyter) +nbviewer: nbconvert as a web service: Render Jupyter Notebooks as static web pages +[https://nbviewer.jupyter.org](https://nbviewer.jupyter.org) +[https://github.com/jupyter/nbviewer](https://github.com/jupyter/nbviewer) +3.73 stars per week over 552 weeks +2,061 stars, 537 forks, 93 watches +[jupyter](categories/jupyter.md) category, created 2012-08-05, last commit 2023-01-27, main language Python +jupyter, jupyter-notebook, nbconvert -### [criticality_score](https://github.com/ossf/criticality_score) by [ossf](https://github.com/ossf) -criticality_score: Gives criticality score for an open source project -[https://github.com/ossf/criticality_score](https://github.com/ossf/criticality_score) -9.81 stars per week over 119 weeks -1,172 stars, 88 forks, 30 watches -[util](categories/util.md) category, created 2020-11-17, last commit 2023-02-28, main language Go +### [cryptofeed](https://github.com/bmoscon/cryptofeed) by [bmoscon](https://github.com/bmoscon) +cryptofeed: Cryptocurrency Exchange Websocket Data Feed Handler +[https://github.com/bmoscon/cryptofeed](https://github.com/bmoscon/cryptofeed) +6.17 stars per week over 272 weeks +1,680 stars, 544 forks, 75 watches +[crypto](categories/crypto.md) category, created 2017-12-16, last commit 2023-03-04, main language Python +asyncio, binance, bitcoin, btc, coinbase, coinbase-api, crypto, cryptocurrencies, cryptocurrency, ethereum, exchange, ftx-exchange, influxdb, market-data, python, trading, trading-platform, websocket, websockets -### [evaluate](https://github.com/huggingface/evaluate) by [huggingface](https://github.com/huggingface) -🤗 Evaluate: A library for easily evaluating machine learning models and datasets. -[https://huggingface.co/docs/evaluate](https://huggingface.co/docs/evaluate) -[https://github.com/huggingface/evaluate](https://github.com/huggingface/evaluate) -24 stars per week over 48 weeks -1,167 stars, 117 forks, 43 watches -[ml](categories/ml.md) category, created 2022-03-30, last commit 2023-03-01, main language Python -evaluation, machine-learning +### [pytest-cov](https://github.com/pytest-dev/pytest-cov) by [pytest-dev](https://github.com/pytest-dev) +pytest-cov: Coverage plugin for pytest. +[https://github.com/pytest-dev/pytest-cov](https://github.com/pytest-dev/pytest-cov) +3.01 stars per week over 463 weeks +1,397 stars, 192 forks, 34 watches +[testing](categories/testing.md) category, created 2014-04-17, last commit 2023-02-28, main language Python +pytest, python -### [nbgrader](https://github.com/jupyter/nbgrader) by [jupyter](https://github.com/jupyter) -nbgrader: A system for assigning and grading notebooks -[https://nbgrader.readthedocs.io/](https://nbgrader.readthedocs.io/) -[https://github.com/jupyter/nbgrader](https://github.com/jupyter/nbgrader) -2.63 stars per week over 441 weeks -1,162 stars, 318 forks, 42 watches -[jupyter](categories/jupyter.md) category, created 2014-09-13, last commit 2023-03-02, main language Python -grading, jupyter, jupyter-notebook, jupyterhub, nbgrader, teaching +### [ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) by [coyote-a](https://github.com/coyote-a) +coyote-a/ultimate-upscale-for-automatic1111 +[https://github.com/coyote-a/ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) +22 stars per week over 8 weeks +201 stars, 15 forks, 4 watches +[diffusion](categories/diffusion.md) category, created 2023-01-02, last commit 2023-02-07, main language Python -### [eventlet](https://github.com/eventlet/eventlet) -eventlet: Concurrent networking library for Python -[https://eventlet.net](https://eventlet.net) -[https://github.com/eventlet/eventlet](https://github.com/eventlet/eventlet) -2.17 stars per week over 533 weeks -1,159 stars, 299 forks, 63 watches -[perf](categories/perf.md) category, created 2012-12-11, last commit 2023-03-01, main language Python -c10k, concurrency, greenlet, network, production-ready, python +### [Binance-volatility-trading-bot](https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot) by [cyberpunkmetalhead](https://github.com/cyberpunkmetalhead) +Binance-volatility-trading-bot: This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script. +[https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot](https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot) +34 stars per week over 95 weeks +3,243 stars, 760 forks, 148 watches +[crypto](categories/crypto.md) category, created 2021-05-08, last commit 2021-06-10, main language Python -### [setfit](https://github.com/huggingface/setfit) by [huggingface](https://github.com/huggingface) -setfit: Efficient few-shot learning with Sentence Transformers -[https://github.com/huggingface/setfit](https://github.com/huggingface/setfit) -32 stars per week over 35 weeks -1,157 stars, 117 forks, 16 watches -[nlp](categories/nlp.md) category, created 2022-06-30, last commit 2023-02-28, main language Jupyter Notebook -few-shot-learning, nlp, sentence-transformers +### [squirrel-core](https://github.com/merantix-momentum/squirrel-core) by [merantix-momentum](https://github.com/merantix-momentum) +squirrel-core: A Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way :chestnut: +[https://squirrel-core.readthedocs.io/](https://squirrel-core.readthedocs.io/) +[https://github.com/merantix-momentum/squirrel-core](https://github.com/merantix-momentum/squirrel-core) +4.61 stars per week over 55 weeks +255 stars, 6 forks, 13 watches +[ml](categories/ml.md) category, created 2022-02-11, last commit 2023-03-02, main language Python +ai, cloud-computing, collaboration, computer-vision, cv, data-ingestion, data-mesh, data-science, dataops, datasets, deep-learning, distributed, jax, machine-learning, ml, natural-language-processing, nlp, python, pytorch, tensorflow -### [WeightWatcher](https://github.com/calculatedcontent/weightwatcher) by [calculatedcontent](https://github.com/calculatedcontent) -WeightWatcher: The WeightWatcher tool for predicting the accuracy of Deep Neural Networks -[https://github.com/calculatedcontent/weightwatcher](https://github.com/calculatedcontent/weightwatcher) -5.18 stars per week over 222 weeks -1,152 stars, 100 forks, 29 watches -[ml-dl](categories/ml-dl.md) category, created 2018-11-28, last commit 2023-03-03, main language Python +### [python-ftfy](https://github.com/rspeer/python-ftfy) by [rspeer](https://github.com/rspeer) +python-ftfy: Fixes mojibake and other glitches in Unicode text, after the fact. +[http://ftfy.readthedocs.org](http://ftfy.readthedocs.org) +[https://github.com/rspeer/python-ftfy](https://github.com/rspeer/python-ftfy) +6.28 stars per week over 549 weeks +3,451 stars, 116 forks, 75 watches +[util](categories/util.md) category, created 2012-08-24, last commit 2022-10-25, main language Python -### [advertorch](https://github.com/borealisai/advertorch) by [borealisai](https://github.com/borealisai) -advertorch: A Toolbox for Adversarial Robustness Research -[https://github.com/borealisai/advertorch](https://github.com/borealisai/advertorch) -5.13 stars per week over 222 weeks -1,140 stars, 180 forks, 27 watches -[ml](categories/ml.md) category, created 2018-11-29, last commit 2022-05-29, main language Jupyter Notebook -adversarial-attacks, adversarial-example, adversarial-examples, adversarial-learning, adversarial-machine-learning, adversarial-perturbations, benchmarking, machine-learning, pytorch, robustness, security, toolbox +### [spacy-models](https://github.com/explosion/spacy-models) by [explosion](https://github.com/explosion) +spacy-models: 💫 Models for the spaCy Natural Language Processing (NLP) library +[https://spacy.io](https://spacy.io) +[https://github.com/explosion/spacy-models](https://github.com/explosion/spacy-models) +4.04 stars per week over 311 weeks +1,259 stars, 283 forks, 49 watches +[nlp](categories/nlp.md) category, created 2017-03-14, last commit 2023-01-23, main language Python +machine-learning, machine-learning-models, models, natural-language-processing, nlp, spacy, spacy-models, statistical-models -### [bit](https://github.com/ofek/bit) by [ofek](https://github.com/ofek) -Bitcoin made easy. -[https://ofek.dev/bit/](https://ofek.dev/bit/) -[https://github.com/ofek/bit](https://github.com/ofek/bit) -3.44 stars per week over 328 weeks -1,131 stars, 188 forks, 48 watches -[crypto](categories/crypto.md) category, created 2016-11-12, last commit 2023-02-11, main language Python -bitcoin, cryptocurrencies, libraries, payments, python +### [fastparquet](https://github.com/dask/fastparquet) by [dask](https://github.com/dask) +fastparquet: python implementation of the parquet columnar file format. +[https://github.com/dask/fastparquet](https://github.com/dask/fastparquet) +1.68 stars per week over 382 weeks +642 stars, 164 forks, 18 watches +[data](categories/data.md) category, created 2015-11-06, last commit 2023-02-09, main language Python +hacktoberfest -### [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) by [pytest-dev](https://github.com/pytest-dev) -pytest-bdd: BDD library for the py.test runner -[https://pytest-bdd.readthedocs.io/en/latest/](https://pytest-bdd.readthedocs.io/en/latest/) -[https://github.com/pytest-dev/pytest-bdd](https://github.com/pytest-dev/pytest-bdd) -2.18 stars per week over 518 weeks -1,130 stars, 189 forks, 53 watches -[testing](categories/testing.md) category, created 2013-03-29, last commit 2023-02-27, main language Python +### [fairo](https://github.com/facebookresearch/droidlet) by [facebookresearch](https://github.com/facebookresearch) +fairo: A modular embodied agent architecture and platform for building embodied agents +[https://github.com/facebookresearch/droidlet](https://github.com/facebookresearch/droidlet) +6.51 stars per week over 121 weeks +793 stars, 79 forks, 38 watches +[sim](categories/sim.md) category, created 2020-11-02, last commit 2023-02-01, main language Jupyter Notebook -### [austin](https://github.com/p403n1x87/austin) by [p403n1x87](https://github.com/p403n1x87) -austin: Python frame stack sampler for CPython -[https://github.com/p403n1x87/austin](https://github.com/p403n1x87/austin) -4.83 stars per week over 232 weeks -1,121 stars, 37 forks, 14 watches -[profiling](categories/profiling.md) category, created 2018-09-20, last commit 2023-02-21, main language C -debugging-tools, performance, profiling, python +### [pyLDAvis](https://github.com/bmabey/pyldavis) by [bmabey](https://github.com/bmabey) +pyLDAvis: Python library for interactive topic model visualization. Port of the R LDAvis package. +[https://github.com/bmabey/pyldavis](https://github.com/bmabey/pyldavis) +4.09 stars per week over 412 weeks +1,688 stars, 350 forks, 56 watches +[ml](categories/ml.md) category, created 2015-04-09, last commit 2023-02-15, main language Jupyter Notebook -### [Coercer](https://github.com/p0dalirius/coercer) by [p0dalirius](https://github.com/p0dalirius) -Coercer: A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods. -[https://podalirius.net/](https://podalirius.net/) -[https://github.com/p0dalirius/coercer](https://github.com/p0dalirius/coercer) -31 stars per week over 35 weeks -1,118 stars, 122 forks, 18 watches -[util](categories/util.md) category, created 2022-06-30, last commit 2023-01-18, main language Python -authentication, automatic, call, coerce, fuzzing, ntlm, privilege-escalation, rpc +### [fastapi-cache](https://github.com/long2ice/fastapi-cache) by [long2ice](https://github.com/long2ice) +fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached. +[https://github.com/long2ice/fastapi-cache](https://github.com/long2ice/fastapi-cache) +[https://github.com/long2ice/fastapi-cache](https://github.com/long2ice/fastapi-cache) +4.62 stars per week over 131 weeks +608 stars, 90 forks, 9 watches +[web](categories/web.md) category, created 2020-08-25, last commit 2023-02-15, main language Python +cache, fastapi, memcached, redis -### [pysal](https://github.com/pysal/pysal) -PySAL: Python Spatial Analysis Library Meta-Package -[http://pysal.org/pysal](http://pysal.org/pysal) -[https://github.com/pysal/pysal](https://github.com/pysal/pysal) -2.13 stars per week over 523 weeks -1,117 stars, 292 forks, 81 watches -[gis](categories/gis.md) category, created 2013-02-19, last commit 2023-01-28, main language Jupyter Notebook +### [eventlet](https://github.com/eventlet/eventlet) +eventlet: Concurrent networking library for Python +[https://eventlet.net](https://eventlet.net) +[https://github.com/eventlet/eventlet](https://github.com/eventlet/eventlet) +2.17 stars per week over 533 weeks +1,160 stars, 299 forks, 63 watches +[perf](categories/perf.md) category, created 2012-12-11, last commit 2023-03-01, main language Python +c10k, concurrency, greenlet, network, production-ready, python -### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) by [pyjanitor-devs](https://github.com/pyjanitor-devs) -pyjanitor: Clean APIs for data cleaning. Python implementation of R package Janitor -[https://pyjanitor-devs.github.io/pyjanitor](https://pyjanitor-devs.github.io/pyjanitor) -[https://github.com/pyjanitor-devs/pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) -4.28 stars per week over 260 weeks -1,115 stars, 159 forks, 21 watches -[pandas](categories/pandas.md) category, created 2018-03-04, last commit 2023-03-02, main language Python -cleaning-data, data, data-engineering, dataframe, hacktoberfest, pandas, pydata +### [ipdb](https://github.com/gotcha/ipdb) by [gotcha](https://github.com/gotcha) +ipdb: Integration of IPython pdb +[https://github.com/gotcha/ipdb](https://github.com/gotcha/ipdb) +2.63 stars per week over 633 weeks +1,667 stars, 146 forks, 27 watches +[debug](categories/debug.md) category, created 2011-01-15, last commit 2022-12-13, main language Python +debugger, ipython, python -### [typeguard](https://github.com/agronholm/typeguard) by [agronholm](https://github.com/agronholm) -typeguard: Run-time type checker for Python -[https://github.com/agronholm/typeguard](https://github.com/agronholm/typeguard) -2.96 stars per week over 374 weeks -1,110 stars, 82 forks, 16 watches -[typing](categories/typing.md) category, created 2015-12-27, last commit 2023-03-01, main language Python +### [pycom](https://github.com/omyyyy/pycom) by [omyyyy](https://github.com/omyyyy) +pycom: A Python compiler, down to native code, using C++ +[https://github.com/omyyyy/pycom](https://github.com/omyyyy/pycom) +33 stars per week over 33 weeks +1,100 stars, 21 forks, 17 watches +[perf](categories/perf.md) category, created 2022-07-16, last commit 2022-08-31, main language C++ -### [connector-x](https://github.com/sfu-db/connector-x) by [sfu-db](https://github.com/sfu-db) -connector-x: Fastest library to load data from DB to DataFrames in Rust and Python -[https://sfu-db.github.io/connector-x/intro.html](https://sfu-db.github.io/connector-x/intro.html) -[https://github.com/sfu-db/connector-x](https://github.com/sfu-db/connector-x) -9.97 stars per week over 111 weeks -1,109 stars, 79 forks, 24 watches -[data](categories/data.md) category, created 2021-01-13, last commit 2023-02-28, main language Rust -database, dataframe, python, rust, sql +### [transformers-interpret](https://github.com/cdpierse/transformers-interpret) by [cdpierse](https://github.com/cdpierse) +transformers-interpret: Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code. +[https://github.com/cdpierse/transformers-interpret](https://github.com/cdpierse/transformers-interpret) +6.74 stars per week over 144 weeks +975 stars, 86 forks, 17 watches +[ml-interpretability](categories/ml-interpretability.md) category, created 2020-05-27, last commit 2023-01-14, main language Jupyter Notebook +captum, computer-vision, deep-learning, explainable-ai, interpretability, machine-learning, model-explainability, natural-language-processing, neural-network, nlp, transformers, transformers-model -### [jsonpickle](https://github.com/jsonpickle/jsonpickle) -jsonpickle: Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python. -[https://jsonpickle.github.io](https://jsonpickle.github.io) -[https://github.com/jsonpickle/jsonpickle](https://github.com/jsonpickle/jsonpickle) -1.6 stars per week over 690 weeks -1,107 stars, 155 forks, 32 watches -[data](categories/data.md) category, created 2009-12-10, last commit 2023-02-22, main language Python -bsd-3-clause, deserialization, json, objectstorage, pickle, python, serialization +### [awslogs](https://github.com/jorgebastida/awslogs) by [jorgebastida](https://github.com/jorgebastida) +awslogs: AWS CloudWatch logs for Humans™ +[https://github.com/jorgebastida/awslogs](https://github.com/jorgebastida/awslogs) +10 stars per week over 423 weeks +4,567 stars, 328 forks, 59 watches +[util](categories/util.md) category, created 2015-01-21, last commit 2020-07-10, main language Python -### [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) by [pytest-dev](https://github.com/pytest-dev) -pytest-asyncio: Asyncio support for pytest -[https://pytest-asyncio.readthedocs.io](https://pytest-asyncio.readthedocs.io) -[https://github.com/pytest-dev/pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) -2.69 stars per week over 411 weeks -1,106 stars, 118 forks, 35 watches -[testing](categories/testing.md) category, created 2015-04-11, last commit 2023-02-25, main language Python +### [aitextgen](https://github.com/minimaxir/aitextgen) by [minimaxir](https://github.com/minimaxir) +aitextgen: A robust Python tool for text-based AI training and generation using GPT-2. +[https://docs.aitextgen.io](https://docs.aitextgen.io) +[https://github.com/minimaxir/aitextgen](https://github.com/minimaxir/aitextgen) +10 stars per week over 166 weeks +1,697 stars, 194 forks, 37 watches +[nlp](categories/nlp.md) category, created 2019-12-29, last commit 2022-08-09, main language Python -### [sqlite-utils](https://github.com/simonw/sqlite-utils) by [simonw](https://github.com/simonw) -sqlite-utils: Python CLI utility and library for manipulating SQLite databases -[https://sqlite-utils.datasette.io](https://sqlite-utils.datasette.io) -[https://github.com/simonw/sqlite-utils](https://github.com/simonw/sqlite-utils) -4.57 stars per week over 241 weeks -1,105 stars, 84 forks, 19 watches -[data](categories/data.md) category, created 2018-07-14, last commit 2022-12-10, main language Python -cli, click, datasette, datasette-io, datasette-tool, python, sqlite, sqlite-database +### [neo4j-python-driver](https://github.com/neo4j/neo4j-python-driver) by [neo4j](https://github.com/neo4j) +neo4j-python-driver: Neo4j Bolt driver for Python +[https://neo4j.com/docs/api/python-driver/current/](https://neo4j.com/docs/api/python-driver/current/) +[https://github.com/neo4j/neo4j-python-driver](https://github.com/neo4j/neo4j-python-driver) +1.9 stars per week over 408 weeks +775 stars, 170 forks, 98 watches +[data](categories/data.md) category, created 2015-05-05, last commit 2023-02-27, main language Python +binary-protocol, cypher, database-driver, driver, graph-database, neo4j, protocol, python, python3, query-language -### [tensorstore](https://github.com/google/tensorstore) by [google](https://github.com/google) -tensorstore: Library for reading and writing large multi-dimensional arrays. -[https://google.github.io/tensorstore/](https://google.github.io/tensorstore/) -[https://github.com/google/tensorstore](https://github.com/google/tensorstore) -7.21 stars per week over 152 weeks -1,100 stars, 82 forks, 33 watches -[data](categories/data.md) category, created 2020-03-30, last commit 2023-03-01, main language C++ +### [xarray-spatial](https://github.com/makepath/xarray-spatial) by [makepath](https://github.com/makepath) +xarray-spatial: Raster-based Spatial Analytics for Python +[https://xarray-spatial.org](https://xarray-spatial.org) +[https://github.com/makepath/xarray-spatial](https://github.com/makepath/xarray-spatial) +4.24 stars per week over 160 weeks +679 stars, 76 forks, 24 watches +[gis](categories/gis.md) category, created 2020-02-08, last commit 2023-03-02, main language Python +datashader, numba, python, raster-analysis, spatial-analysis, xarray -### [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) by [pytest-dev](https://github.com/pytest-dev) -pytest-xdist: pytest plugin for distributed testing and loop-on-failures testing modes. -[https://pytest-xdist.readthedocs.io](https://pytest-xdist.readthedocs.io) -[https://github.com/pytest-dev/pytest-xdist](https://github.com/pytest-dev/pytest-xdist) -2.81 stars per week over 391 weeks -1,100 stars, 192 forks, 47 watches -[testing](categories/testing.md) category, created 2015-09-01, last commit 2023-02-27, main language Python -hacktoberfest, pytest, pytest-plugin +### [behave](https://github.com/behave/behave) +behave: BDD, Python style. +[https://github.com/behave/behave](https://github.com/behave/behave) +4.69 stars per week over 592 weeks +2,778 stars, 610 forks, 119 watches +[testing](categories/testing.md) category, created 2011-10-25, last commit 2022-12-19, main language Python -### [pycom](https://github.com/omyyyy/pycom) by [omyyyy](https://github.com/omyyyy) -pycom: A Python compiler, down to native code, using C++ -[https://github.com/omyyyy/pycom](https://github.com/omyyyy/pycom) -33 stars per week over 32 weeks -1,100 stars, 21 forks, 17 watches -[perf](categories/perf.md) category, created 2022-07-16, last commit 2022-08-31, main language C++ +### [siuba](https://github.com/machow/siuba) by [machow](https://github.com/machow) +siuba: Python library for using dplyr like syntax with pandas and SQL +[https://siuba.org](https://siuba.org) +[https://github.com/machow/siuba](https://github.com/machow/siuba) +4.72 stars per week over 212 weeks +1,001 stars, 43 forks, 21 watches +[pandas](categories/pandas.md) category, created 2019-02-09, last commit 2022-11-16, main language Python +data-analysis, dplyr, pandas, python, sql -### [zarr-python](https://github.com/zarr-developers/zarr-python) by [zarr-developers](https://github.com/zarr-developers) -zarr-python: An implementation of chunked, compressed, N-dimensional arrays for Python. -[http://zarr.readthedocs.io/](http://zarr.readthedocs.io/) -[https://github.com/zarr-developers/zarr-python](https://github.com/zarr-developers/zarr-python) -2.9 stars per week over 376 weeks -1,091 stars, 217 forks, 45 watches -[data](categories/data.md) category, created 2015-12-15, last commit 2023-02-23, main language Python -compressed, hacktoberfest, ndimensional-arrays, python, zarr +### [gs-quant](https://github.com/goldmansachs/gs-quant) by [goldmansachs](https://github.com/goldmansachs) +gs-quant: Python toolkit for quantitative finance +[https://developer.gs.com/discover/products/gs-quant/](https://developer.gs.com/discover/products/gs-quant/) +[https://github.com/goldmansachs/gs-quant](https://github.com/goldmansachs/gs-quant) +7.62 stars per week over 220 weeks +1,678 stars, 340 forks, 75 watches +[finance](categories/finance.md) category, created 2018-12-14, last commit 2023-03-01, main language Jupyter Notebook +derivatives, goldman-sachs, gs-quant, risk-management, trading-strategies + + +### [python-soundfile](https://github.com/bastibe/python-soundfile) by [bastibe](https://github.com/bastibe) +python-soundfile: SoundFile is an audio library based on libsndfile, CFFI, and NumPy +[https://github.com/bastibe/python-soundfile](https://github.com/bastibe/python-soundfile) +1.05 stars per week over 496 weeks +523 stars, 87 forks, 17 watches +[util](categories/util.md) category, created 2013-08-27, last commit 2023-02-24, main language Python -### [httptools](https://github.com/magicstack/httptools) by [magicstack](https://github.com/magicstack) -httptools: Fast HTTP parser -[https://github.com/magicstack/httptools](https://github.com/magicstack/httptools) -3.05 stars per week over 357 weeks -1,090 stars, 71 forks, 40 watches -[web](categories/web.md) category, created 2016-04-25, last commit 2022-09-13, main language Python +### [natsort](https://github.com/sethmmorton/natsort) by [sethmmorton](https://github.com/sethmmorton) +natsort: Simple yet flexible natural sorting in Python. +[https://pypi.org/project/natsort/](https://pypi.org/project/natsort/) +[https://github.com/sethmmorton/natsort](https://github.com/sethmmorton/natsort) +1.3 stars per week over 565 weeks +734 stars, 42 forks, 14 watches +[util](categories/util.md) category, created 2012-05-03, last commit 2023-03-02, main language Python +natsort, natural-sort, python, sorting, sorting-interface -### [mayavi](https://github.com/enthought/mayavi) by [enthought](https://github.com/enthought) -mayavi: 3D visualization of scientific data in Python -[http://docs.enthought.com/mayavi/mayavi/](http://docs.enthought.com/mayavi/mayavi/) -[https://github.com/enthought/mayavi](https://github.com/enthought/mayavi) -1.72 stars per week over 631 weeks -1,088 stars, 265 forks, 97 watches -[viz](categories/viz.md) category, created 2011-01-24, last commit 2022-10-18, main language Python +### [pyyaml](https://github.com/yaml/pyyaml) by [yaml](https://github.com/yaml) +pyyaml: Canonical source repository for PyYAML +[https://github.com/yaml/pyyaml](https://github.com/yaml/pyyaml) +3.55 stars per week over 591 weeks +2,099 stars, 435 forks, 49 watches +[util](categories/util.md) category, created 2011-11-03, last commit 2022-09-13, main language Python +python, yaml -### [dataclasses-json](https://github.com/lidatong/dataclasses-json) by [lidatong](https://github.com/lidatong) -dataclasses-json: Easily serialize Data Classes to and from JSON -[https://github.com/lidatong/dataclasses-json](https://github.com/lidatong/dataclasses-json) -4.24 stars per week over 253 weeks -1,077 stars, 117 forks, 10 watches -[util](categories/util.md) category, created 2018-04-21, last commit 2022-08-14, main language Python -dataclasses, json, python +### [iris](https://github.com/scitools/iris) by [scitools](https://github.com/scitools) +iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data +[https://scitools-iris.readthedocs.io/en/latest/](https://scitools-iris.readthedocs.io/en/latest/) +[https://github.com/scitools/iris](https://github.com/scitools/iris) +0.97 stars per week over 551 weeks +538 stars, 264 forks, 45 watches +[gis](categories/gis.md) category, created 2012-08-06, last commit 2023-02-28, main language Python +data-analysis, earth-science, grib, iris, meteorology, netcdf, oceanography, python, spaceweather, visualisation -### [yappi](https://github.com/sumerc/yappi) by [sumerc](https://github.com/sumerc) -yappi: Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware. -[https://github.com/sumerc/yappi](https://github.com/sumerc/yappi) -1.54 stars per week over 699 weeks -1,077 stars, 58 forks, 13 watches -[profiling](categories/profiling.md) category, created 2009-10-07, last commit 2022-11-25, main language Python -asgi, asynchronous, asyncio, coroutine, cpu, gevent, greenlet, multi-threaded-applications, multithreading, performance, profile, profilers, python, thread +### [optimus](https://github.com/hi-primus/optimus) by [hi-primus](https://github.com/hi-primus) +optimus: :truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark +[https://hi-optimus.com](https://hi-optimus.com) +[https://github.com/hi-primus/optimus](https://github.com/hi-primus/optimus) +4.56 stars per week over 294 weeks +1,342 stars, 225 forks, 42 watches +[ml-ops](categories/ml-ops.md) category, created 2017-07-13, last commit 2022-10-17, main language Python +big-data-cleaning, bigdata, cudf, dask, dask-cudf, data-analysis, data-cleaner, data-cleaning, data-cleansing, data-exploration, data-extraction, data-preparation, data-profiling, data-science, data-transformation, data-wrangling, machine-learning, pyspark, spark -### [dgl-ke](https://github.com/awslabs/dgl-ke) by [awslabs](https://github.com/awslabs) -dgl-ke: High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings. -[https://dglke.dgl.ai/doc/](https://dglke.dgl.ai/doc/) -[https://github.com/awslabs/dgl-ke](https://github.com/awslabs/dgl-ke) -6.88 stars per week over 156 weeks -1,076 stars, 183 forks, 23 watches -[ml](categories/ml.md) category, created 2020-03-03, last commit 2022-11-18, main language Python -dgl, graph-learning, knowledge-graph, knowledge-graphs-embeddings, machine-learning +### [itsdangerous](https://github.com/pallets/itsdangerous) by [pallets](https://github.com/pallets) +itsdangerous: Safely pass trusted data to untrusted environments and back. +[https://itsdangerous.palletsprojects.com](https://itsdangerous.palletsprojects.com) +[https://github.com/pallets/itsdangerous](https://github.com/pallets/itsdangerous) +4.32 stars per week over 610 weeks +2,637 stars, 214 forks, 57 watches +[data](categories/data.md) category, created 2011-06-24, last commit 2023-03-01, main language Python +hmac, itsdangerous, pallets, python, security, serialization -### [geoplot](https://github.com/residentmario/geoplot) by [residentmario](https://github.com/residentmario) -geoplot: High-level geospatial data visualization library for Python. -[https://residentmario.github.io/geoplot/index.html](https://residentmario.github.io/geoplot/index.html) -[https://github.com/residentmario/geoplot](https://github.com/residentmario/geoplot) -3.02 stars per week over 348 weeks -1,053 stars, 91 forks, 35 watches -[gis](categories/gis.md) category, created 2016-06-29, last commit 2022-03-18, main language Python -geopandas, geospatial-data, geospatial-visualization, matplotlib, spatial-analysis +### [dask-geopandas](https://github.com/geopandas/dask-geopandas) by [geopandas](https://github.com/geopandas) +dask-geopandas: Parallel GeoPandas with Dask +[https://dask-geopandas.readthedocs.io/](https://dask-geopandas.readthedocs.io/) +[https://github.com/geopandas/dask-geopandas](https://github.com/geopandas/dask-geopandas) +2.26 stars per week over 159 weeks +361 stars, 37 forks, 22 watches +[gis](categories/gis.md) category, created 2020-02-13, last commit 2023-02-27, main language Python -### [imodels](https://github.com/csinva/imodels) by [csinva](https://github.com/csinva) -imodels: Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible). -[https://csinva.io/imodels](https://csinva.io/imodels) -[https://github.com/csinva/imodels](https://github.com/csinva/imodels) -5.5 stars per week over 191 weeks -1,052 stars, 97 forks, 24 watches -[ml](categories/ml.md) category, created 2019-07-04, last commit 2023-02-12, main language Jupyter Notebook -ai, artificial-intelligence, bayesian-rule-list, data-science, explainable-ai, explainable-ml, imodels, interpretability, machine-learning, ml, optimal-classification-tree, python, rule-learning, rulefit, rules, scikit-learn, statistics, supervised-learning +### [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) by [pytest-dev](https://github.com/pytest-dev) +pytest-bdd: BDD library for the py.test runner +[https://pytest-bdd.readthedocs.io/en/latest/](https://pytest-bdd.readthedocs.io/en/latest/) +[https://github.com/pytest-dev/pytest-bdd](https://github.com/pytest-dev/pytest-bdd) +2.18 stars per week over 518 weeks +1,130 stars, 189 forks, 53 watches +[testing](categories/testing.md) category, created 2013-03-29, last commit 2023-02-27, main language Python -### [fastapi-crudrouter](https://github.com/awtkns/fastapi-crudrouter) by [awtkns](https://github.com/awtkns) -fastapi-crudrouter: A dynamic FastAPI router that automatically creates CRUD routes for your models -[https://fastapi-crudrouter.awtkns.com](https://fastapi-crudrouter.awtkns.com) -[https://github.com/awtkns/fastapi-crudrouter](https://github.com/awtkns/fastapi-crudrouter) -8.97 stars per week over 114 weeks -1,030 stars, 122 forks, 12 watches -[web](categories/web.md) category, created 2020-12-19, last commit 2023-01-28, main language Python -api, async, asyncio, code-generation, crud, crud-routes, fastapi, fastapi-crudrouter, framework, openapi, openapi-route, python, python3, redoc, rest, sql, swagger-ui, web +### [Top2Vec](https://github.com/ddangelov/top2vec) by [ddangelov](https://github.com/ddangelov) +Top2Vec learns jointly embedded topic, document and word vectors. +[https://github.com/ddangelov/top2vec](https://github.com/ddangelov/top2vec) +15 stars per week over 154 weeks +2,443 stars, 337 forks, 38 watches +[nlp](categories/nlp.md) category, created 2020-03-20, last commit 2023-01-26, main language Python +bert, document-embedding, pre-trained-language-models, semantic-search, sentence-encoder, sentence-transformers, text-search, text-semantic-similarity, top2vec, topic-modeling, topic-modelling, topic-search, topic-vector, word-embeddings -### [logzero](https://github.com/metachris/logzero) by [metachris](https://github.com/metachris) -logzero: Robust and effective logging for Python 2 and 3. -[https://logzero.readthedocs.io](https://logzero.readthedocs.io) -[https://github.com/metachris/logzero](https://github.com/metachris/logzero) -3.45 stars per week over 298 weeks -1,030 stars, 69 forks, 26 watches -[util](categories/util.md) category, created 2017-06-12, last commit 2021-03-17, main language Python -logfiles, logging, logzero, python +### [deeplab2](https://github.com/google-research/deeplab2) by [google-research](https://github.com/google-research) +DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks. +[https://github.com/google-research/deeplab2](https://github.com/google-research/deeplab2) +9.24 stars per week over 94 weeks +874 stars, 146 forks, 22 watches +[ml](categories/ml.md) category, created 2021-05-12, last commit 2023-01-17, main language Python -### [Fiona](https://github.com/toblerity/fiona) by [toblerity](https://github.com/toblerity) -Fiona reads and writes geographic data files -[https://fiona.readthedocs.io/](https://fiona.readthedocs.io/) -[https://github.com/toblerity/fiona](https://github.com/toblerity/fiona) -1.76 stars per week over 582 weeks -1,024 stars, 196 forks, 48 watches -[gis](categories/gis.md) category, created 2011-12-31, last commit 2023-02-26, main language Python -cli, cython, gdal, gis, ogr, python, vector +### [pastas](https://github.com/pastas/pastas) +pastas: :spaghetti: Pastas is an open-source Python framework for the analysis of groundwater time series. +[https://pastas.readthedocs.io](https://pastas.readthedocs.io) +[https://github.com/pastas/pastas](https://github.com/pastas/pastas) +0.82 stars per week over 359 weeks +295 stars, 55 forks, 18 watches +[time-series](categories/time-series.md) category, created 2016-04-15, last commit 2023-02-07, main language Python +analysis, groundwater, hydrology, pastas, python, timeseries -### [python-patterns](https://github.com/brandon-rhodes/python-patterns) by [brandon-rhodes](https://github.com/brandon-rhodes) -python-patterns: Source code behind the python-patterns.guide site by Brandon Rhodes -[https://github.com/brandon-rhodes/python-patterns](https://github.com/brandon-rhodes/python-patterns) -3.85 stars per week over 265 weeks -1,021 stars, 93 forks, 254 watches -[util](categories/util.md) category, created 2018-01-31, last commit 2021-01-05, main language Python +### [similarity](https://github.com/tensorflow/similarity) by [tensorflow](https://github.com/tensorflow) +similarity: TensorFlow Similarity is a python package focused on making similarity learning quick and easy. +[https://github.com/tensorflow/similarity](https://github.com/tensorflow/similarity) +6.53 stars per week over 141 weeks +926 stars, 91 forks, 31 watches +[ml-dl](categories/ml-dl.md) category, created 2020-06-15, last commit 2023-01-16, main language Python +barlow-twins, clustering, contrastive-learning, cosine-similarity, deep-learning, knn, machine-learning, metric-learning, nearest-neighbor-search, nearest-neighbors, python, simclr, simclr2, similarity-learning, similarity-search, simsiam, tensorflow, unsupervised-learning -### [pympler](https://github.com/pympler/pympler) -pympler: Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. -[https://github.com/pympler/pympler](https://github.com/pympler/pympler) -1.87 stars per week over 543 weeks -1,015 stars, 83 forks, 10 watches -[perf](categories/perf.md) category, created 2012-10-04, last commit 2022-07-24, main language Python +### [fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) by [koxudaxi](https://github.com/koxudaxi) +fastapi-code-generator: This code generator creates FastAPI app from an openapi file. +[https://github.com/koxudaxi/fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) +4.71 stars per week over 142 weeks +669 stars, 75 forks, 15 watches +[web](categories/web.md) category, created 2020-06-14, last commit 2023-02-15, main language Python +fastapi, generator, openapi, pydantic, python -### [pyshp](https://github.com/geospatialpython/pyshp) by [geospatialpython](https://github.com/geospatialpython) -pyshp: This library reads and writes ESRI Shapefiles in pure Python. -[https://github.com/geospatialpython/pyshp](https://github.com/geospatialpython/pyshp) -2.15 stars per week over 469 weeks -1,008 stars, 260 forks, 64 watches -[gis](categories/gis.md) category, created 2014-03-04, last commit 2023-02-02, main language Python +### [latentblending](https://github.com/lunarring/latentblending) by [lunarring](https://github.com/lunarring) +latentblending: Create butter-smooth transitions between prompts, powered by stable diffusion +[https://github.com/lunarring/latentblending](https://github.com/lunarring/latentblending) +13 stars per week over 15 weeks +206 stars, 18 forks, 12 watches +[diffusion](categories/diffusion.md) category, created 2022-11-19, last commit 2023-03-02, main language Python +animation, diffusion, stable-diffusion -### [fiber](https://github.com/uber/fiber) by [uber](https://github.com/uber) -fiber: Distributed Computing for AI Made Simple -[https://uber.github.io/fiber/](https://uber.github.io/fiber/) -[https://github.com/uber/fiber](https://github.com/uber/fiber) -6.11 stars per week over 164 weeks -1,004 stars, 113 forks, 22 watches -[data](categories/data.md) category, created 2020-01-07, last commit 2021-03-15, main language Python -distributed-computing, machine-learning, multiprocessing, python, sandbox +### [opyrator](https://github.com/ml-tooling/opyrator) by [ml-tooling](https://github.com/ml-tooling) +opyrator: 🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more. +[https://opyrator-playground.mltooling.org](https://opyrator-playground.mltooling.org) +[https://github.com/ml-tooling/opyrator](https://github.com/ml-tooling/opyrator) +28 stars per week over 99 weeks +2,802 stars, 137 forks, 49 watches +[viz](categories/viz.md) category, created 2021-04-06, last commit 2021-05-06, main language Python +deployment, faas, fastapi, functions, machine-learning, microservices, pydantic, python, python-functions, serverless, streamlit, type-hints -### [siuba](https://github.com/machow/siuba) by [machow](https://github.com/machow) -siuba: Python library for using dplyr like syntax with pandas and SQL -[https://siuba.org](https://siuba.org) -[https://github.com/machow/siuba](https://github.com/machow/siuba) -4.72 stars per week over 211 weeks -1,000 stars, 42 forks, 21 watches -[pandas](categories/pandas.md) category, created 2019-02-09, last commit 2022-11-16, main language Python -data-analysis, dplyr, pandas, python, sql +### [tika-python](https://github.com/chrismattmann/tika-python) by [chrismattmann](https://github.com/chrismattmann) +Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community. +[https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python) +2.75 stars per week over 453 weeks +1,245 stars, 226 forks, 38 watches +[nlp](categories/nlp.md) category, created 2014-06-26, last commit 2023-01-22, main language Python +buffer, covid-19, detection, extraction, memex, mime, nlp, nlp-library, nlp-machine-learning, parse, parser-interface, python, recognition, text-extraction, text-recognition, tika-python, tika-server, tika-server-jar, translation-interface, usc -### [pytest-sugar](https://github.com/teemu/pytest-sugar) by [teemu](https://github.com/teemu) -pytest-sugar: a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly) -[https://github.com/teemu/pytest-sugar](https://github.com/teemu/pytest-sugar) -1.97 stars per week over 505 weeks -998 stars, 68 forks, 17 watches -[testing](categories/testing.md) category, created 2013-06-25, last commit 2022-12-11, main language Python -pytest, pytest-plugin, pytest-sugar, python, testing +### [python-dialogflow](https://github.com/dialogflow/dialogflow-python-client-v2) by [dialogflow](https://github.com/dialogflow) +python-dialogflow: Python client for Dialogflow: Design and integrate a conversational user interface into your applications and devices. +[https://dialogflow.com/](https://dialogflow.com/) +[https://github.com/dialogflow/dialogflow-python-client-v2](https://github.com/dialogflow/dialogflow-python-client-v2) +1.38 stars per week over 279 weeks +387 stars, 145 forks, 53 watches +[nlp](categories/nlp.md) category, created 2017-10-24, last commit 2023-03-04, main language Python +dialogflow, machine-learning, python -### [scikit-lego](https://github.com/koaning/scikit-lego) by [koaning](https://github.com/koaning) -scikit-lego: Extra blocks for scikit-learn pipelines. -[https://scikit-lego.netlify.app](https://scikit-lego.netlify.app) -[https://github.com/koaning/scikit-lego](https://github.com/koaning/scikit-lego) -4.55 stars per week over 214 weeks -977 stars, 102 forks, 19 watches -[ml](categories/ml.md) category, created 2019-01-21, last commit 2023-03-01, main language Python -common-sense, machine-learning, scikit-learn +### [book](https://github.com/cosmicpython/book) by [cosmicpython](https://github.com/cosmicpython) +book: A Book about Pythonic Application Architecture Patterns for Managing Complexity. Cosmos is the Opposite of Chaos you see. O'R. wouldn't actually let us call it "Cosmic Python" tho. +[https://www.cosmicpython.com](https://www.cosmicpython.com) +[https://github.com/cosmicpython/book](https://github.com/cosmicpython/book) +13 stars per week over 212 weeks +2,873 stars, 490 forks, 94 watches +[study](categories/study.md) category, created 2019-02-05, last commit 2023-02-06, main language Python -### [bcrypt](https://github.com/pyca/bcrypt) by [pyca](https://github.com/pyca) -bcrypt: Modern(-ish) password hashing for your software and your servers -[https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt) -1.91 stars per week over 511 weeks -976 stars, 136 forks, 28 watches -[util](categories/util.md) category, created 2013-05-11, last commit 2023-02-27, main language Python -python +### [DrQA](https://github.com/facebookresearch/drqa) by [facebookresearch](https://github.com/facebookresearch) +DrQA: Reading Wikipedia to Answer Open-Domain Questions +[https://github.com/facebookresearch/drqa](https://github.com/facebookresearch/drqa) +14 stars per week over 295 weeks +4,349 stars, 903 forks, 165 watches +[nlp](categories/nlp.md) category, created 2017-07-07, last commit 2021-05-18, main language Python -### [eo-learn](https://github.com/sentinel-hub/eo-learn) by [sentinel-hub](https://github.com/sentinel-hub) -eo-learn: Earth observation processing framework for machine learning in Python -[https://github.com/sentinel-hub/eo-learn](https://github.com/sentinel-hub/eo-learn) -3.93 stars per week over 248 weeks -974 stars, 282 forks, 48 watches -[gis](categories/gis.md) category, created 2018-05-31, last commit 2023-01-24, main language Python -eo-data, eo-research, machine-learning, python-package +### [specialist](https://github.com/brandtbucher/specialist) by [brandtbucher](https://github.com/brandtbucher) +specialist: Visualize CPython 3.11's specializing, adaptive interpreter. :fire: +[https://github.com/brandtbucher/specialist](https://github.com/brandtbucher/specialist) +13 stars per week over 39 weeks +516 stars, 9 forks, 10 watches +[perf](categories/perf.md) category, created 2022-06-01, last commit 2023-03-01, main language Python -### [transformers-interpret](https://github.com/cdpierse/transformers-interpret) by [cdpierse](https://github.com/cdpierse) -transformers-interpret: Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code. -[https://github.com/cdpierse/transformers-interpret](https://github.com/cdpierse/transformers-interpret) -6.74 stars per week over 144 weeks -973 stars, 86 forks, 17 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2020-05-27, last commit 2023-01-14, main language Jupyter Notebook -captum, computer-vision, deep-learning, explainable-ai, interpretability, machine-learning, model-explainability, natural-language-processing, neural-network, nlp, transformers, transformers-model +### [FastAPI-Backend-Template](https://github.com/aeternalis-ingenium/fastapi-backend-template) by [aeternalis-ingenium](https://github.com/aeternalis-ingenium) +FastAPI-Backend-Template: A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker. +[https://github.com/aeternalis-ingenium/fastapi-backend-template](https://github.com/aeternalis-ingenium/fastapi-backend-template) +22 stars per week over 12 weeks +289 stars, 49 forks, 10 watches +[web](categories/web.md) category, created 2022-12-05, last commit 2023-02-05, main language Python +alembic, asynchronous, asyncpg, codecov, coverage, docker, docker-compose, fastapi, githubactions, jwt, postgresql, pre-commit, pytest, python, sqlalchemy + + +### [CoastSat](https://github.com/kvos/coastsat) by [kvos](https://github.com/kvos) +CoastSat: Global shoreline mapping tool from satellite imagery +[http://coastsat.wrl.unsw.edu.au/](http://coastsat.wrl.unsw.edu.au/) +[https://github.com/kvos/coastsat](https://github.com/kvos/coastsat) +2.18 stars per week over 231 weeks +505 stars, 206 forks, 23 watches +[gis](categories/gis.md) category, created 2018-09-28, last commit 2023-02-23, main language Jupyter Notebook +coastal-engineering, earth-engine, google-earth-engine, remote-sensing, satellite-images, shoreline-detection -### [python-benedict](https://github.com/fabiocaccamo/python-benedict) by [fabiocaccamo](https://github.com/fabiocaccamo) -python-benedict: :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities. -[https://github.com/fabiocaccamo/python-benedict](https://github.com/fabiocaccamo/python-benedict) -4.89 stars per week over 198 weeks -968 stars, 40 forks, 12 watches -[util](categories/util.md) category, created 2019-05-17, last commit 2023-03-02, main language Python -base64, csv, decode, dict, dictionary, encode, filter, flatten, json, keypath, pickle, plist, python, query-string, subset, toml, traverse, xls, xml, yaml +### [mujoco-py](https://github.com/openai/mujoco-py) by [openai](https://github.com/openai) +mujoco-py: MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3. +[https://github.com/openai/mujoco-py](https://github.com/openai/mujoco-py) +6.69 stars per week over 358 weeks +2,395 stars, 741 forks, 167 watches +[sim](categories/sim.md) category, created 2016-04-24, last commit 2022-11-17, main language Cython -### [pycoingecko](https://github.com/man-c/pycoingecko) by [man-c](https://github.com/man-c) -pycoingecko: Python wrapper for the CoinGecko API -[https://github.com/man-c/pycoingecko](https://github.com/man-c/pycoingecko) -4.09 stars per week over 236 weeks -966 stars, 259 forks, 33 watches -[crypto](categories/crypto.md) category, created 2018-08-24, last commit 2022-10-26, main language Python -api, api-wrapper, coingecko, crypto, cryptocurrency, nft, nfts, python, python3, wrapper +### [zenodo](https://github.com/zenodo/zenodo) +zenodo: Research. Shared. +[https://zenodo.org](https://zenodo.org) +[https://github.com/zenodo/zenodo](https://github.com/zenodo/zenodo) +1.46 stars per week over 524 weeks +765 stars, 228 forks, 40 watches +[util](categories/util.md) category, created 2013-02-11, last commit 2023-03-02, main language Python +digital-library, elasticsearch, flask, invenio, inveniosoftware, library-management, open-access, open-science, postgresql, python, research-data-management, research-data-repository, scientific-publications, zenodo -### [vizier](https://github.com/google/vizier) by [google](https://github.com/google) -vizier: Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google Vizier Service. -[https://oss-vizier.readthedocs.io](https://oss-vizier.readthedocs.io) -[https://github.com/google/vizier](https://github.com/google/vizier) -17 stars per week over 54 weeks -965 stars, 44 forks, 19 watches -[ml](categories/ml.md) category, created 2022-02-16, last commit 2023-03-01, main language Python -algorithm, bayesian-optimization, blackbox-optimization, deep-learning, distributed-computing, distributed-systems, evolutionary-algorithms, google, grpc, hyperparameter-optimization, hyperparameter-tuning, machine-learning, open-source, optimization, tuning, tuning-parameters, vizier +### [hvplot](https://github.com/holoviz/hvplot) by [holoviz](https://github.com/holoviz) +hvplot: A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews +[https://hvplot.holoviz.org](https://hvplot.holoviz.org) +[https://github.com/holoviz/hvplot](https://github.com/holoviz/hvplot) +2.79 stars per week over 258 weeks +721 stars, 83 forks, 23 watches +[pandas](categories/pandas.md) category, created 2018-03-19, last commit 2023-02-10, main language Python +datashader, holoviews, holoviz, plotting -### [asyncer](https://github.com/tiangolo/asyncer) by [tiangolo](https://github.com/tiangolo) -Asyncer, async and await, focused on developer experience. -[https://asyncer.tiangolo.com/](https://asyncer.tiangolo.com/) -[https://github.com/tiangolo/asyncer](https://github.com/tiangolo/asyncer) -15 stars per week over 60 weeks -963 stars, 38 forks, 15 watches -[perf](categories/perf.md) category, created 2022-01-04, last commit 2023-02-21, main language Python -anyio, async, asyncio, python, trio +### [dask-ml](https://github.com/dask/dask-ml) by [dask](https://github.com/dask) +dask-ml: Scalable Machine Learning with Dask +[http://ml.dask.org](http://ml.dask.org) +[https://github.com/dask/dask-ml](https://github.com/dask/dask-ml) +2.8 stars per week over 298 weeks +836 stars, 237 forks, 41 watches +[ml](categories/ml.md) category, created 2017-06-15, last commit 2023-02-10, main language Python +hacktoberfest -### [cramming](https://github.com/jonasgeiping/cramming) by [jonasgeiping](https://github.com/jonasgeiping) -Cramming the training of a (BERT-type) language model into limited compute. -[https://github.com/jonasgeiping/cramming](https://github.com/jonasgeiping/cramming) -104 stars per week over 9 weeks -953 stars, 61 forks, 20 watches -[nlp](categories/nlp.md) category, created 2022-12-29, last commit 2023-02-19, main language Python -english-language, language-model, machine-learning +### [python-diskcache](https://github.com/grantjenks/python-diskcache) by [grantjenks](https://github.com/grantjenks) +python-diskcache: Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python. +[http://www.grantjenks.com/docs/diskcache/](http://www.grantjenks.com/docs/diskcache/) +[https://github.com/grantjenks/python-diskcache](https://github.com/grantjenks/python-diskcache) +4.63 stars per week over 369 weeks +1,710 stars, 107 forks, 19 watches +[util](categories/util.md) category, created 2016-02-03, last commit 2022-02-20, main language Python +cache, filesystem, key-value-store, persistence, python -### [finetuner](https://github.com/jina-ai/finetuner) by [jina-ai](https://github.com/jina-ai) -finetuner: :dart: Task-oriented finetuning for better embeddings on neural search -[https://finetuner.jina.ai](https://finetuner.jina.ai) -[https://github.com/jina-ai/finetuner](https://github.com/jina-ai/finetuner) -11 stars per week over 81 weeks -951 stars, 48 forks, 24 watches -[ml](categories/ml.md) category, created 2021-08-11, last commit 2023-03-02, main language Python -few-shot-learning, fine-tuning, finetuning, jina, metric-learning, negative-sampling, neural-search, pretrained-models, siamese-network, similarity-learning, transfer-learning, triplet-loss +### [shiv](https://github.com/linkedin/shiv) by [linkedin](https://github.com/linkedin) +shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included. +[https://github.com/linkedin/shiv](https://github.com/linkedin/shiv) +5.99 stars per week over 259 weeks +1,556 stars, 85 forks, 26 watches +[util](categories/util.md) category, created 2018-03-13, last commit 2022-11-04, main language Python -### [dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) by [facultyai](https://github.com/facultyai) -dash-bootstrap-components: Bootstrap components for Plotly Dash -[https://dash-bootstrap-components.opensource.faculty.ai/](https://dash-bootstrap-components.opensource.faculty.ai/) -[https://github.com/facultyai/dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) -4.09 stars per week over 232 weeks -950 stars, 202 forks, 21 watches -[viz](categories/viz.md) category, created 2018-09-21, last commit 2023-02-28, main language JavaScript -bootstrap, dashboards, julia, plotly-dash, python, r +### [pysal](https://github.com/pysal/pysal) +PySAL: Python Spatial Analysis Library Meta-Package +[http://pysal.org/pysal](http://pysal.org/pysal) +[https://github.com/pysal/pysal](https://github.com/pysal/pysal) +2.13 stars per week over 523 weeks +1,117 stars, 292 forks, 81 watches +[gis](categories/gis.md) category, created 2013-02-19, last commit 2023-01-28, main language Jupyter Notebook -### [ai-economist](https://github.com/salesforce/ai-economist) by [salesforce](https://github.com/salesforce) -ai-economist: Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist). -[https://www.einstein.ai/the-ai-economist](https://www.einstein.ai/the-ai-economist) -[https://github.com/salesforce/ai-economist](https://github.com/salesforce/ai-economist) -6.82 stars per week over 139 weeks -949 stars, 194 forks, 46 watches -[sim](categories/sim.md) category, created 2020-07-02, last commit 2022-05-09, main language Python -ai, deep-reinforcement-learning, economics, ml, multi-agent, multi-agent-reinforcement-learning, python-3, reinforcement-learning-environments, simulation-framework +### [snoop](https://github.com/alexmojaki/snoop) by [alexmojaki](https://github.com/alexmojaki) +snoop: A powerful set of Python debugging tools, based on PySnooper +[https://github.com/alexmojaki/snoop](https://github.com/alexmojaki/snoop) +4.53 stars per week over 198 weeks +901 stars, 31 forks, 17 watches +[debug](categories/debug.md) category, created 2019-05-13, last commit 2022-12-22, main language Python +debugger, debugging, debugging-tools, logging, python -### [pynacl](https://github.com/pyca/pynacl) by [pyca](https://github.com/pyca) -pynacl: Python binding to the Networking and Cryptography (NaCl) library -[https://pynacl.readthedocs.io/](https://pynacl.readthedocs.io/) -[https://github.com/pyca/pynacl](https://github.com/pyca/pynacl) -1.81 stars per week over 523 weeks -945 stars, 220 forks, 27 watches -[util](categories/util.md) category, created 2013-02-22, last commit 2023-01-19, main language C -cryptography, libsodium, nacl, python +### [glide-text2im](https://github.com/openai/glide-text2im) by [openai](https://github.com/openai) +glide-text2im: GLIDE: a diffusion-based text-conditional image synthesis model +[https://github.com/openai/glide-text2im](https://github.com/openai/glide-text2im) +47 stars per week over 64 weeks +3,041 stars, 434 forks, 124 watches +[diffusion](categories/diffusion.md) category, created 2021-12-10, last commit 2022-03-21, main language Python -### [optimum](https://github.com/huggingface/optimum) by [huggingface](https://github.com/huggingface) -optimum: 🏎️ Accelerate training and inference of 🤗 Transformers with easy to use hardware optimization tools -[https://huggingface.co/docs/optimum/](https://huggingface.co/docs/optimum/) -[https://github.com/huggingface/optimum](https://github.com/huggingface/optimum) -11 stars per week over 84 weeks -945 stars, 141 forks, 41 watches -[ml](categories/ml.md) category, created 2021-07-20, last commit 2023-03-02, main language Python -graphcore, habana, inference, intel, onnx, onnxruntime, optimization, pytorch, quantization, training, transformers +### [data-validation](https://github.com/tensorflow/data-validation) by [tensorflow](https://github.com/tensorflow) +data-validation: Library for exploring and validating machine learning data +[https://github.com/tensorflow/data-validation](https://github.com/tensorflow/data-validation) +2.87 stars per week over 243 weeks +699 stars, 150 forks, 49 watches +[ml-ops](categories/ml-ops.md) category, created 2018-07-02, last commit 2023-03-02, main language Python -### [pdoc](https://github.com/pdoc3/pdoc) by [pdoc3](https://github.com/pdoc3) -pdoc: :snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects -[https://pdoc3.github.io/pdoc/](https://pdoc3.github.io/pdoc/) -[https://github.com/pdoc3/pdoc](https://github.com/pdoc3/pdoc) -4.34 stars per week over 217 weeks -942 stars, 137 forks, 8 watches -[util](categories/util.md) category, created 2019-01-02, last commit 2022-12-21, main language Python -api-documentation, docs, docs-generator, docstring, docstring-documentation, docstrings, documentation, documentation-dumper, documentation-generator, documentation-tool, generator, hacktoberfest, pdoc, python, python3 +### [cuda-python](https://github.com/nvidia/cuda-python) by [nvidia](https://github.com/nvidia) +cuda-python: CUDA Python Low-level Bindings +[https://nvidia.github.io/cuda-python/](https://nvidia.github.io/cuda-python/) +[https://github.com/nvidia/cuda-python](https://github.com/nvidia/cuda-python) +6.24 stars per week over 87 weeks +548 stars, 43 forks, 22 watches +[ml](categories/ml.md) category, created 2021-06-28, last commit 2023-02-28, main language Python -### [movingpandas](https://github.com/anitagraser/movingpandas) by [anitagraser](https://github.com/anitagraser) -movingpandas: Implementation of Trajectory classes and functions built on top of GeoPandas -[http://movingpandas.org](http://movingpandas.org) -[https://github.com/anitagraser/movingpandas](https://github.com/anitagraser/movingpandas) -4.25 stars per week over 219 weeks -933 stars, 170 forks, 37 watches -[gis](categories/gis.md) category, created 2018-12-16, last commit 2023-02-16, main language Python -geopandas, movement-data, python, spatial-data-analysis, trajectory, trajectory-analysis +### [loky](https://github.com/joblib/loky) by [joblib](https://github.com/joblib) +loky: Robust and reusable Executor for joblib +[http://loky.readthedocs.io/en/stable/](http://loky.readthedocs.io/en/stable/) +[https://github.com/joblib/loky](https://github.com/joblib/loky) +1.19 stars per week over 375 weeks +445 stars, 43 forks, 10 watches +[perf](categories/perf.md) category, created 2015-12-25, last commit 2023-03-02, main language Python +multiprocessing-library, python -### [similarity](https://github.com/tensorflow/similarity) by [tensorflow](https://github.com/tensorflow) -similarity: TensorFlow Similarity is a python package focused on making similarity learning quick and easy. -[https://github.com/tensorflow/similarity](https://github.com/tensorflow/similarity) -6.54 stars per week over 141 weeks -926 stars, 91 forks, 31 watches -[ml-dl](categories/ml-dl.md) category, created 2020-06-15, last commit 2023-01-16, main language Python -barlow-twins, clustering, contrastive-learning, cosine-similarity, deep-learning, knn, machine-learning, metric-learning, nearest-neighbor-search, nearest-neighbors, python, simclr, simclr2, similarity-learning, similarity-search, simsiam, tensorflow, unsupervised-learning +### [earthengine-api](https://github.com/google/earthengine-api) by [google](https://github.com/google) +earthengine-api: Python and JavaScript bindings for calling the Earth Engine API. +[https://github.com/google/earthengine-api](https://github.com/google/earthengine-api) +5.22 stars per week over 410 weeks +2,143 stars, 918 forks, 207 watches +[gis](categories/gis.md) category, created 2015-04-22, last commit 2023-03-01, main language JavaScript -### [python-package-template](https://github.com/tezromach/python-package-template) by [tezromach](https://github.com/tezromach) -python-package-template: 🚀 Your next Python package needs a bleeding-edge project structure. -[https://github.com/tezromach/python-package-template](https://github.com/tezromach/python-package-template) -6.15 stars per week over 150 weeks -924 stars, 92 forks, 6 watches -[template](categories/template.md) category, created 2020-04-15, last commit 2022-05-18, main language Python -best-practices, codestyle, cookiecutter, formatters, makefile, poetry, python, python-packages, semantic-versions, template +### [spacy-streamlit](https://github.com/explosion/spacy-streamlit) by [explosion](https://github.com/explosion) +spacy-streamlit: 👑 spaCy building blocks and visualizers for Streamlit apps +[https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py](https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py) +[https://github.com/explosion/spacy-streamlit](https://github.com/explosion/spacy-streamlit) +4.51 stars per week over 140 weeks +635 stars, 103 forks, 17 watches +[nlp](categories/nlp.md) category, created 2020-06-23, last commit 2023-02-27, main language Python +dependency-parsing, machine-learning, named-entity-recognition, natural-language-processing, ner, nlp, part-of-speech-tagging, spacy, streamlit, text-classification, tokenization, visualizer, visualizers, word-vectors -### [textstat](https://github.com/shivam5992/textstat) by [shivam5992](https://github.com/shivam5992) -textstat: :memo: python package to calculate readability statistics of a text object - paragraphs, sentences, articles. -[https://textstat.org](https://textstat.org) -[https://github.com/shivam5992/textstat](https://github.com/shivam5992/textstat) -2.03 stars per week over 454 weeks -923 stars, 148 forks, 17 watches -[nlp](categories/nlp.md) category, created 2014-06-18, last commit 2022-07-08, main language Python -flesch-kincaid-grade, flesch-reading-ease, python, readability, smog, textstat +### [algo-trader](https://github.com/idanya/algo-trader) by [idanya](https://github.com/idanya) +algo-trader: Trading bot with support for realtime trading, backtesting, custom strategies and much more. +[https://github.com/idanya/algo-trader](https://github.com/idanya/algo-trader) +8.28 stars per week over 76 weeks +635 stars, 67 forks, 22 watches +[finance](categories/finance.md) category, created 2021-09-14, last commit 2023-03-02, main language Python +algorithmic-trading, backtesting, crypto-bot, python, technical-analysis, trading-bot, trading-strategies -### [lovely-tensors](https://github.com/xl0/lovely-tensors) by [xl0](https://github.com/xl0) -lovely-tensors: Tensors, ready for human consumption -[https://xl0.github.io/lovely-tensors](https://xl0.github.io/lovely-tensors) -[https://github.com/xl0/lovely-tensors](https://github.com/xl0/lovely-tensors) -43 stars per week over 21 weeks -923 stars, 14 forks, 8 watches -[util](categories/util.md) category, created 2022-10-07, last commit 2023-01-27, main language Jupyter Notebook -deep-learning, library, pytorch, statistics, visualization +### [micrograd](https://github.com/karpathy/micrograd) by [karpathy](https://github.com/karpathy) +micrograd: A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API +[https://github.com/karpathy/micrograd](https://github.com/karpathy/micrograd) +27 stars per week over 150 weeks +4,218 stars, 460 forks, 93 watches +[study](categories/study.md) category, created 2020-04-13, last commit 2020-04-18, main language Jupyter Notebook -### [data](https://github.com/pytorch/data) by [pytorch](https://github.com/pytorch) -data: A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries. -[https://github.com/pytorch/data](https://github.com/pytorch/data) -9.76 stars per week over 94 weeks -920 stars, 114 forks, 26 watches -[data](categories/data.md) category, created 2021-05-12, last commit 2023-02-28, main language Python +### [pmdarima](https://github.com/alkaline-ml/pmdarima) by [alkaline-ml](https://github.com/alkaline-ml) +pmdarima: A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function. +[https://www.alkaline-ml.com/pmdarima](https://www.alkaline-ml.com/pmdarima) +[https://github.com/alkaline-ml/pmdarima](https://github.com/alkaline-ml/pmdarima) +4.29 stars per week over 309 weeks +1,327 stars, 220 forks, 36 watches +[time-series](categories/time-series.md) category, created 2017-03-30, last commit 2022-12-20, main language Python +arima, econometrics, forecasting, forecasting-models, machine-learning, pmdarima, python, sarimax, time-series -### [tavern](https://github.com/taverntesting/tavern) by [taverntesting](https://github.com/taverntesting) -tavern: A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax -[https://taverntesting.github.io/](https://taverntesting.github.io/) -[https://github.com/taverntesting/tavern](https://github.com/taverntesting/tavern) -3.28 stars per week over 278 weeks -913 stars, 182 forks, 28 watches -[testing](categories/testing.md) category, created 2017-11-01, last commit 2023-02-16, main language Python -http, mqtt, pytest, python, test-automation, testing +### [neuralcoref](https://github.com/huggingface/neuralcoref) by [huggingface](https://github.com/huggingface) +neuralcoref: ✨Fast Coreference Resolution in spaCy with Neural Networks +[https://huggingface.co/coref/](https://huggingface.co/coref/) +[https://github.com/huggingface/neuralcoref](https://github.com/huggingface/neuralcoref) +8.97 stars per week over 295 weeks +2,653 stars, 460 forks, 97 watches +[nlp](categories/nlp.md) category, created 2017-07-03, last commit 2021-06-22, main language C +coreference, coreference-resolution, machine-learning, neural-networks, nlp, python, pytorch, spacy, spacy-extension, spacy-pipeline -### [cytoolz](https://github.com/pytoolz/cytoolz) by [pytoolz](https://github.com/pytoolz) -cytoolz: Cython implementation of Toolz: High performance functional utilities -[https://github.com/pytoolz/cytoolz](https://github.com/pytoolz/cytoolz) -1.95 stars per week over 465 weeks -907 stars, 66 forks, 23 watches -[util](categories/util.md) category, created 2014-04-04, last commit 2022-12-19, main language Python +### [textdistance](https://github.com/life4/textdistance) by [life4](https://github.com/life4) +textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. +[https://github.com/life4/textdistance](https://github.com/life4/textdistance) +10 stars per week over 304 weeks +3,064 stars, 241 forks, 61 watches +[nlp](categories/nlp.md) category, created 2017-05-05, last commit 2022-09-18, main language Python +algorithm, algorithms, damerau-levenshtein, damerau-levenshtein-distance, diff, distance, distance-calculation, hamming-distance, jellyfish, levenshtein, levenshtein-distance, python, textdistance -### [scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) by [intel](https://github.com/intel) -scikit-learn-intelex: Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application -[https://intel.github.io/scikit-learn-intelex/](https://intel.github.io/scikit-learn-intelex/) -[https://github.com/intel/scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) -3.78 stars per week over 238 weeks -902 stars, 147 forks, 28 watches -[perf](categories/perf.md) category, created 2018-08-07, last commit 2023-03-01, main language Python -ai-inference, ai-machine-learning, ai-training, analytics, big-data, data-analysis, gpu, intel, machine-learning, machine-learning-algorithms, oneapi, python, scikit-learn, swrepo +### [basemap](https://github.com/matplotlib/basemap) by [matplotlib](https://github.com/matplotlib) +basemap: Plot on map projections (with coastlines and political boundaries) using matplotlib +[https://github.com/matplotlib/basemap](https://github.com/matplotlib/basemap) +1.13 stars per week over 628 weeks +712 stars, 395 forks, 60 watches +[gis](categories/gis.md) category, created 2011-02-19, last commit 2022-11-29, main language Python +gis, maps, plots -### [faster-cpython](https://github.com/markshannon/faster-cpython) by [markshannon](https://github.com/markshannon) -faster-cpython: How to make CPython faster. -[https://github.com/markshannon/faster-cpython](https://github.com/markshannon/faster-cpython) -7.29 stars per week over 123 weeks -901 stars, 21 forks, 84 watches -[perf](categories/perf.md) category, created 2020-10-19, last commit 2020-10-28, main language None +### [Mephisto](https://github.com/facebookresearch/mephisto) by [facebookresearch](https://github.com/facebookresearch) +Mephisto: A suite of tools for managing crowdsourcing tasks from the inception through to data packaging for research use. +[https://mephisto.ai/](https://mephisto.ai/) +[https://github.com/facebookresearch/mephisto](https://github.com/facebookresearch/mephisto) +1.42 stars per week over 184 weeks +263 stars, 59 forks, 15 watches +[data](categories/data.md) category, created 2019-08-19, last commit 2023-02-18, main language JavaScript -### [snoop](https://github.com/alexmojaki/snoop) by [alexmojaki](https://github.com/alexmojaki) -snoop: A powerful set of Python debugging tools, based on PySnooper -[https://github.com/alexmojaki/snoop](https://github.com/alexmojaki/snoop) -4.53 stars per week over 198 weeks -900 stars, 31 forks, 17 watches -[debug](categories/debug.md) category, created 2019-05-13, last commit 2022-12-22, main language Python -debugger, debugging, debugging-tools, logging, python +### [pyfolio](https://github.com/quantopian/pyfolio) by [quantopian](https://github.com/quantopian) +pyfolio: Portfolio and risk analytics in Python +[https://quantopian.github.io/pyfolio](https://quantopian.github.io/pyfolio) +[https://github.com/quantopian/pyfolio](https://github.com/quantopian/pyfolio) +11 stars per week over 404 weeks +4,845 stars, 1,553 forks, 306 watches +[finance](categories/finance.md) category, created 2015-06-01, last commit 2020-07-15, main language Jupyter Notebook -### [satpy](https://github.com/pytroll/satpy) by [pytroll](https://github.com/pytroll) -satpy: Python package for earth-observing satellite data processing -[http://satpy.readthedocs.org/en/latest/](http://satpy.readthedocs.org/en/latest/) -[https://github.com/pytroll/satpy](https://github.com/pytroll/satpy) -2.43 stars per week over 368 weeks -896 stars, 261 forks, 31 watches -[gis](categories/gis.md) category, created 2016-02-09, last commit 2023-02-21, main language Python -closember, dask, hacktoberfest, python, satellite, weather, xarray +### [fast-api-admin-template](https://github.com/janetech-inc/fast-api-admin-template) by [janetech-inc](https://github.com/janetech-inc) +fast-api-admin-template: A test driven micro-service template to build and deploy a fast-api service with admin feature. +[https://github.com/janetech-inc/fast-api-admin-template](https://github.com/janetech-inc/fast-api-admin-template) +37 stars per week over 2 weeks +96 stars, 10 forks, 3 watches +[template](categories/template.md) category, created 2023-02-15, last commit 2023-03-01, main language JavaScript -### [blessed](https://github.com/jquast/blessed) by [jquast](https://github.com/jquast) -Blessed is an easy, practical library for making python terminal apps -[http://pypi.python.org/pypi/blessed](http://pypi.python.org/pypi/blessed) -[https://github.com/jquast/blessed](https://github.com/jquast/blessed) -1.9 stars per week over 469 weeks -893 stars, 68 forks, 23 watches -[term](categories/term.md) category, created 2014-03-01, last commit 2023-02-04, main language Python -cli, curses, terminal +### [pdoc](https://github.com/pdoc3/pdoc) by [pdoc3](https://github.com/pdoc3) +pdoc: :snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects +[https://pdoc3.github.io/pdoc/](https://pdoc3.github.io/pdoc/) +[https://github.com/pdoc3/pdoc](https://github.com/pdoc3/pdoc) +4.33 stars per week over 217 weeks +942 stars, 136 forks, 8 watches +[util](categories/util.md) category, created 2019-01-02, last commit 2022-12-21, main language Python +api-documentation, docs, docs-generator, docstring, docstring-documentation, docstrings, documentation, documentation-dumper, documentation-generator, documentation-tool, generator, hacktoberfest, pdoc, python, python3 -### [hamilton](https://github.com/stitchfix/hamilton) by [stitchfix](https://github.com/stitchfix) -hamilton: A scalable general purpose micro-framework for defining dataflows. THIS REPOSITORY HAS BEEN MOVED TO www.github.com/dagworks-inc/hamilton -[https://www.github.com/dagworks-inc/hamilton](https://www.github.com/dagworks-inc/hamilton) -[https://github.com/stitchfix/hamilton](https://github.com/stitchfix/hamilton) -6.16 stars per week over 144 weeks -890 stars, 44 forks, 18 watches -[pandas](categories/pandas.md) category, created 2020-05-26, last commit 2023-02-26, main language Python -dag, data-engineering, data-platform, data-science, dataframe, etl, etl-framework, etl-pipeline, feature-engineering, featurization, hamilton, hamiltonian, machine-learning, numpy, pandas, python, software-engineering, stitch-fix +### [tiny-diffusion](https://github.com/tanelp/tiny-diffusion) by [tanelp](https://github.com/tanelp) +tiny-diffusion: A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets. +[https://github.com/tanelp/tiny-diffusion](https://github.com/tanelp/tiny-diffusion) +49 stars per week over 7 weeks +357 stars, 25 forks, 7 watches +[ml](categories/ml.md) category, created 2023-01-13, last commit 2023-02-19, main language Jupyter Notebook -### [bamboolib](https://github.com/tkrabel/bamboolib) by [tkrabel](https://github.com/tkrabel) -bamboolib - a GUI for pandas DataFrames -[https://bamboolib.com](https://bamboolib.com) -[https://github.com/tkrabel/bamboolib](https://github.com/tkrabel/bamboolib) -4.5 stars per week over 196 weeks -884 stars, 95 forks, 31 watches -[pandas](categories/pandas.md) category, created 2019-05-29, last commit 2022-09-27, main language Jupyter Notebook -jupyter-notebook, jupyterlab, pandas, pandas-dataframes, python +### [pymde](https://github.com/cvxgrp/pymde) by [cvxgrp](https://github.com/cvxgrp) +pymde: Minimum-distortion embedding with PyTorch +[https://pymde.org](https://pymde.org) +[https://github.com/cvxgrp/pymde](https://github.com/cvxgrp/pymde) +3.94 stars per week over 118 weeks +465 stars, 26 forks, 9 watches +[ml](categories/ml.md) category, created 2020-11-29, last commit 2022-11-20, main language Python +cuda, dimensionality-reduction, embedding, feature-vectors, gpu, graph-embedding, machine-learning, pytorch, visualization -### [scholarly](https://github.com/scholarly-python-package/scholarly) by [scholarly-python-package](https://github.com/scholarly-python-package) -scholarly: Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs! -[https://scholarly.readthedocs.io/](https://scholarly.readthedocs.io/) -[https://github.com/scholarly-python-package/scholarly](https://github.com/scholarly-python-package/scholarly) -2.05 stars per week over 430 weeks -881 stars, 254 forks, 25 watches -[data](categories/data.md) category, created 2014-12-02, last commit 2023-01-16, main language Python -citation-analysis, citation-index, citation-network, citations, googlescholar, publication-data, python, python-3, python3, scholar, scholarly-articles, scholarly-communications +### [dgl-ke](https://github.com/awslabs/dgl-ke) by [awslabs](https://github.com/awslabs) +dgl-ke: High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings. +[https://dglke.dgl.ai/doc/](https://dglke.dgl.ai/doc/) +[https://github.com/awslabs/dgl-ke](https://github.com/awslabs/dgl-ke) +6.88 stars per week over 156 weeks +1,078 stars, 183 forks, 23 watches +[ml](categories/ml.md) category, created 2020-03-03, last commit 2022-11-18, main language Python +dgl, graph-learning, knowledge-graph, knowledge-graphs-embeddings, machine-learning -### [deeplab2](https://github.com/google-research/deeplab2) by [google-research](https://github.com/google-research) -DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks. -[https://github.com/google-research/deeplab2](https://github.com/google-research/deeplab2) -9.27 stars per week over 94 weeks -874 stars, 146 forks, 22 watches -[ml](categories/ml.md) category, created 2021-05-12, last commit 2023-01-17, main language Python +### [py-evm](https://github.com/ethereum/py-evm) by [ethereum](https://github.com/ethereum) +py-evm: A Python implementation of the Ethereum Virtual Machine +[https://py-evm.readthedocs.io/en/latest/](https://py-evm.readthedocs.io/en/latest/) +[https://github.com/ethereum/py-evm](https://github.com/ethereum/py-evm) +5.99 stars per week over 322 weeks +1,933 stars, 578 forks, 97 watches +[crypto](categories/crypto.md) category, created 2016-12-27, last commit 2022-12-16, main language Python +ethereum, ethereum-virtual-machine, evm, python -### [intake](https://github.com/intake/intake) -Intake is a lightweight package for finding, investigating, loading and disseminating data. -[https://intake.readthedocs.io/](https://intake.readthedocs.io/) -[https://github.com/intake/intake](https://github.com/intake/intake) -3.01 stars per week over 289 weeks -873 stars, 125 forks, 43 watches -[data](categories/data.md) category, created 2017-08-14, last commit 2023-03-01, main language Python -data-access, data-catalog, python +### [DeepForest](https://github.com/weecology/deepforest) by [weecology](https://github.com/weecology) +DeepForest: Python Package for Tree Crown Detection in Airborne RGB imagery +[https://deepforest.readthedocs.io/](https://deepforest.readthedocs.io/) +[https://github.com/weecology/deepforest](https://github.com/weecology/deepforest) +1.31 stars per week over 260 weeks +341 stars, 132 forks, 15 watches +[gis](categories/gis.md) category, created 2018-03-07, last commit 2023-02-22, main language JavaScript -### [skweak](https://github.com/norskregnesentral/skweak) by [norskregnesentral](https://github.com/norskregnesentral) -skweak: A software toolkit for weak supervision applied to NLP tasks -[https://github.com/norskregnesentral/skweak](https://github.com/norskregnesentral/skweak) -8.44 stars per week over 102 weeks -864 stars, 70 forks, 27 watches -[nlp](categories/nlp.md) category, created 2021-03-16, last commit 2022-11-08, main language Python -data-science, distant-supervision, natural-language-processing, nlp-library, nlp-machine-learning, python, spacy, training-data, weak-supervision +### [bcrypt](https://github.com/pyca/bcrypt) by [pyca](https://github.com/pyca) +bcrypt: Modern(-ish) password hashing for your software and your servers +[https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt) +1.91 stars per week over 512 weeks +978 stars, 136 forks, 28 watches +[util](categories/util.md) category, created 2013-05-11, last commit 2023-02-27, main language Python +python -### [pyproj](https://github.com/pyproj4/pyproj) by [pyproj4](https://github.com/pyproj4) -pyproj: Python interface to PROJ (cartographic projections and coordinate transformations library) -[https://pyproj4.github.io/pyproj](https://pyproj4.github.io/pyproj) -[https://github.com/pyproj4/pyproj](https://github.com/pyproj4/pyproj) -2.01 stars per week over 426 weeks -858 stars, 190 forks, 30 watches -[gis](categories/gis.md) category, created 2014-12-29, last commit 2023-02-25, main language Python -cartographic-projection, coordinate-systems, coordinate-transformation, geodesic, geospatial, hacktoberfest, python +### [python-package-template](https://github.com/tezromach/python-package-template) by [tezromach](https://github.com/tezromach) +python-package-template: 🚀 Your next Python package needs a bleeding-edge project structure. +[https://github.com/tezromach/python-package-template](https://github.com/tezromach/python-package-template) +6.16 stars per week over 150 weeks +927 stars, 92 forks, 6 watches +[template](categories/template.md) category, created 2020-04-15, last commit 2022-05-18, main language Python +best-practices, codestyle, cookiecutter, formatters, makefile, poetry, python, python-packages, semantic-versions, template -### [pyscf](https://github.com/pyscf/pyscf) -pyscf: Python module for quantum chemistry -[https://github.com/pyscf/pyscf](https://github.com/pyscf/pyscf) -1.85 stars per week over 461 weeks -853 stars, 458 forks, 76 watches -[sim](categories/sim.md) category, created 2014-05-02, last commit 2023-03-03, main language Python +### [GeoTorchAI](https://github.com/datasystemslab/geotorch) by [datasystemslab](https://github.com/datasystemslab) +GeoTorchAI: A Spatiotemporal Deep Learning Framework (https://dl.acm.org/doi/abs/10.1145/3557915.3561036) +[https://kanchanchy.github.io/geotorchai/](https://kanchanchy.github.io/geotorchai/) +[https://github.com/datasystemslab/geotorch](https://github.com/datasystemslab/geotorch) +7.56 stars per week over 40 weeks +309 stars, 21 forks, 9 watches +[gis](categories/gis.md) category, created 2022-05-23, last commit 2023-02-05, main language Python +classification-model, convlstm-pytorch, deep-learning, deep-neural-networks, deepsat, prediction-model, raster-data, satellite-classification, satellite-images, segmentation-models, sequence-models, spatial-data-analysis, spatio-temporal-analysis, spatio-temporal-models, spatio-temporal-prediction, st-resnet -### [sentinelsat](https://github.com/sentinelsat/sentinelsat) -sentinelsat: Search and download Copernicus Sentinel satellite images -[https://sentinelsat.readthedocs.io](https://sentinelsat.readthedocs.io) -[https://github.com/sentinelsat/sentinelsat](https://github.com/sentinelsat/sentinelsat) -2.1 stars per week over 406 weeks -851 stars, 230 forks, 60 watches -[gis](categories/gis.md) category, created 2015-05-22, last commit 2022-11-03, main language Python -copernicus, esa, geographic-data, hacktoberfest, open-data, remote-sensing, satellite-imagery, sentinel +### [cerberus](https://github.com/pyeve/cerberus) by [pyeve](https://github.com/pyeve) +cerberus: Lightweight, extensible data validation library for Python +[http://python-cerberus.org](http://python-cerberus.org) +[https://github.com/pyeve/cerberus](https://github.com/pyeve/cerberus) +5.42 stars per week over 542 weeks +2,943 stars, 230 forks, 48 watches +[data](categories/data.md) category, created 2012-10-10, last commit 2021-05-05, main language Python +data-validation, python -### [notebooks](https://github.com/roboflow/notebooks) by [roboflow](https://github.com/roboflow) -notebooks: Set of Jupyter Notebooks linked to Roboflow blog posts and used in our YouTube videos. -[https://roboflow.com/models](https://roboflow.com/models) -[https://github.com/roboflow/notebooks](https://github.com/roboflow/notebooks) -55 stars per week over 15 weeks -837 stars, 128 forks, 23 watches -[study](categories/study.md) category, created 2022-11-18, last commit 2023-03-03, main language Jupyter Notebook -amazon-sagemaker-lab, computer-vision, deep-learning, deep-neural-networks, google-colab, image-classification, image-segmentation, kaggle, machine-learning, object-detection, pytorch, tutorial, yolov5, yolov6, yolov7, yolov8 +### [earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) by [amazon-science](https://github.com/amazon-science) +earth-forecasting-transformer: Official implementation of Earthformer +[https://github.com/amazon-science/earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) +7.08 stars per week over 24 weeks +176 stars, 30 forks, 10 watches +[gis](categories/gis.md) category, created 2022-09-12, last commit 2023-02-03, main language Jupyter Notebook -### [dask-ml](https://github.com/dask/dask-ml) by [dask](https://github.com/dask) -dask-ml: Scalable Machine Learning with Dask -[http://ml.dask.org](http://ml.dask.org) -[https://github.com/dask/dask-ml](https://github.com/dask/dask-ml) -2.81 stars per week over 298 weeks -837 stars, 237 forks, 41 watches -[ml](categories/ml.md) category, created 2017-06-15, last commit 2023-02-10, main language Python -hacktoberfest +### [simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) +simple-salesforce: A very simple Salesforce.com REST API client for Python +[https://github.com/simple-salesforce/simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) +2.65 stars per week over 528 weeks +1,402 stars, 615 forks, 89 watches +[data](categories/data.md) category, created 2013-01-17, last commit 2023-01-18, main language Python +api, api-client, python, salesforce -### [emmett](https://github.com/emmett-framework/emmett) by [emmett-framework](https://github.com/emmett-framework) -emmett: The web framework for inventors -[https://github.com/emmett-framework/emmett](https://github.com/emmett-framework/emmett) -1.9 stars per week over 436 weeks -829 stars, 62 forks, 31 watches -[web](categories/web.md) category, created 2014-10-20, last commit 2023-01-30, main language Python -asgi, asyncio, emmett, python, web-framework +### [eli5](https://github.com/teamhg-memex/eli5) by [teamhg-memex](https://github.com/teamhg-memex) +eli5: A library for debugging/inspecting machine learning classifiers and explaining their predictions +[http://eli5.readthedocs.io](http://eli5.readthedocs.io) +[https://github.com/teamhg-memex/eli5](https://github.com/teamhg-memex/eli5) +7.86 stars per week over 337 weeks +2,651 stars, 326 forks, 70 watches +[ml](categories/ml.md) category, created 2016-09-15, last commit 2020-01-22, main language Jupyter Notebook +crfsuite, data-science, explanation, inspection, lightgbm, machine-learning, nlp, python, scikit-learn, xgboost -### [python-progressbar](https://github.com/wolph/python-progressbar) by [wolph](https://github.com/wolph) -python-progressbar: Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2" -[http://progressbar-2.readthedocs.org/en/latest/](http://progressbar-2.readthedocs.org/en/latest/) -[https://github.com/wolph/python-progressbar](https://github.com/wolph/python-progressbar) -1.4 stars per week over 575 weeks -806 stars, 95 forks, 22 watches -[util](categories/util.md) category, created 2012-02-20, last commit 2023-02-02, main language Python -bar, cli, console, eta, gui, library, percentage, progress, progress-bar, progressbar, python, rate, terminal, time +### [ethtx](https://github.com/ethtx/ethtx) +ethtx: Python package with core transaction decoding functions. +[https://www.ethtx.info](https://www.ethtx.info) +[https://github.com/ethtx/ethtx](https://github.com/ethtx/ethtx) +4.61 stars per week over 87 weeks +405 stars, 64 forks, 16 watches +[crypto](categories/crypto.md) category, created 2021-06-28, last commit 2022-12-01, main language Python -### [pointers.py](https://github.com/zerointensity/pointers.py) by [zerointensity](https://github.com/zerointensity) -pointers.py: Bringing the hell of pointers to Python. -[https://pointers.zintensity.dev/](https://pointers.zintensity.dev/) -[https://github.com/zerointensity/pointers.py](https://github.com/zerointensity/pointers.py) -15 stars per week over 51 weeks -802 stars, 11 forks, 4 watches -[perf](categories/perf.md) category, created 2022-03-09, last commit 2023-02-14, main language Python -pointers, python, python-pointers +### [Pipe](https://github.com/julienpalard/pipe) by [julienpalard](https://github.com/julienpalard) +Pipe: A Python library to use infix notation in Python +[https://github.com/julienpalard/pipe](https://github.com/julienpalard/pipe) +2.37 stars per week over 673 weeks +1,598 stars, 103 forks, 27 watches +[util](categories/util.md) category, created 2010-04-08, last commit 2022-11-16, main language Python -### [mahotas](https://github.com/luispedro/mahotas) by [luispedro](https://github.com/luispedro) -mahotas: Computer Vision in Python -[https://mahotas.rtfd.io](https://mahotas.rtfd.io) -[https://github.com/luispedro/mahotas](https://github.com/luispedro/mahotas) -1.17 stars per week over 682 weeks -796 stars, 151 forks, 48 watches -[viz](categories/viz.md) category, created 2010-01-31, last commit 2023-02-26, main language Python -c-plus-plus, computer-vision, numpy, python, python-2, python-3 +### [OWSLib](https://github.com/geopython/owslib) by [geopython](https://github.com/geopython) +OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. +[https://geopython.github.io/OWSLib](https://geopython.github.io/OWSLib) +[https://github.com/geopython/owslib](https://github.com/geopython/owslib) +0.55 stars per week over 581 weeks +322 stars, 262 forks, 30 watches +[gis](categories/gis.md) category, created 2012-01-13, last commit 2023-02-24, main language Python -### [fairo](https://github.com/facebookresearch/droidlet) by [facebookresearch](https://github.com/facebookresearch) -fairo: A modular embodied agent architecture and platform for building embodied agents -[https://github.com/facebookresearch/droidlet](https://github.com/facebookresearch/droidlet) -6.52 stars per week over 121 weeks -793 stars, 79 forks, 38 watches -[sim](categories/sim.md) category, created 2020-11-02, last commit 2023-02-01, main language Jupyter Notebook +### [cityscapesScripts](https://github.com/mcordts/cityscapesscripts) by [mcordts](https://github.com/mcordts) +cityscapesScripts: README and scripts for the Cityscapes Dataset +[https://github.com/mcordts/cityscapesscripts](https://github.com/mcordts/cityscapesscripts) +5.1 stars per week over 367 weeks +1,874 stars, 578 forks, 45 watches +[gis](categories/gis.md) category, created 2016-02-20, last commit 2022-10-22, main language Python -### [datapane](https://github.com/datapane/datapane) -datapane: Build full-stack data analytics apps in Python -[https://datapane.com](https://datapane.com) -[https://github.com/datapane/datapane](https://github.com/datapane/datapane) -5.28 stars per week over 149 weeks -788 stars, 64 forks, 16 watches -[viz](categories/viz.md) category, created 2020-04-23, last commit 2023-03-01, main language Python -dashboard, data-visualization, hacktoberfest, python, reporting +### [tket](https://github.com/cqcl/tket) by [cqcl](https://github.com/cqcl) +tket: Source code for the TKET quantum compiler, Python bindings and utilities +[https://github.com/cqcl/tket](https://github.com/cqcl/tket) +2.17 stars per week over 76 weeks +167 stars, 30 forks, 14 watches +[util](categories/util.md) category, created 2021-09-13, last commit 2023-02-28, main language C++ +compiler, quantum-computing + + +### [unionml](https://github.com/unionai-oss/unionml) by [unionai-oss](https://github.com/unionai-oss) +UnionML: the easiest way to build and deploy machine learning microservices +[https://www.union.ai/unionml](https://www.union.ai/unionml) +[https://github.com/unionai-oss/unionml](https://github.com/unionai-oss/unionml) +3.94 stars per week over 67 weeks +266 stars, 37 forks, 4 watches +[ml-ops](categories/ml-ops.md) category, created 2021-11-17, last commit 2022-12-21, main language Python +hacktoberfest, machine-learning, mlops -### [advertools](https://github.com/eliasdabbas/advertools) by [eliasdabbas](https://github.com/eliasdabbas) -advertools - online marketing productivity and analysis tools -[https://advertools.readthedocs.io](https://advertools.readthedocs.io) -[https://github.com/eliasdabbas/advertools](https://github.com/eliasdabbas/advertools) -2.56 stars per week over 302 weeks -776 stars, 164 forks, 33 watches -[data](categories/data.md) category, created 2017-05-14, last commit 2022-12-13, main language Python -advertising, adwords, digital-marketing, google-ads, keywords, log-analysis, logfile-parser, marketing, online-marketing, python, robots-txt, scrapy, search-engine-marketing, search-engine-optimization, seo, seo-crawler, serp, social-media, twitter-api, youtube +### [notifiers](https://github.com/liiight/notifiers) by [liiight](https://github.com/liiight) +notifiers: The easy way to send notifications +[http://notifiers.readthedocs.io/](http://notifiers.readthedocs.io/) +[https://github.com/liiight/notifiers](https://github.com/liiight/notifiers) +7.98 stars per week over 300 weeks +2,397 stars, 93 forks, 33 watches +[util](categories/util.md) category, created 2017-06-01, last commit 2022-07-14, main language Python +notification-service, notifications, notifier, pypi, python, python3 -### [neo4j-python-driver](https://github.com/neo4j/neo4j-python-driver) by [neo4j](https://github.com/neo4j) -neo4j-python-driver: Neo4j Bolt driver for Python -[https://neo4j.com/docs/api/python-driver/current/](https://neo4j.com/docs/api/python-driver/current/) -[https://github.com/neo4j/neo4j-python-driver](https://github.com/neo4j/neo4j-python-driver) -1.9 stars per week over 408 weeks -775 stars, 170 forks, 98 watches -[data](categories/data.md) category, created 2015-05-05, last commit 2023-02-27, main language Python -binary-protocol, cypher, database-driver, driver, graph-database, neo4j, protocol, python, python3, query-language +### [keras-rl](https://github.com/keras-rl/keras-rl) +keras-rl: Deep Reinforcement Learning for Keras. +[http://keras-rl.readthedocs.io/](http://keras-rl.readthedocs.io/) +[https://github.com/keras-rl/keras-rl](https://github.com/keras-rl/keras-rl) +15 stars per week over 348 weeks +5,380 stars, 1,360 forks, 211 watches +[ml](categories/ml.md) category, created 2016-07-02, last commit 2019-11-11, main language Python +keras, machine-learning, neural-networks, reinforcement-learning, tensorflow, theano -### [watermark](https://github.com/rasbt/watermark) by [rasbt](https://github.com/rasbt) -watermark: An IPython magic extension for printing date and time stamps, version numbers, and hardware information -[https://github.com/rasbt/watermark](https://github.com/rasbt/watermark) -1.71 stars per week over 448 weeks -767 stars, 82 forks, 13 watches -[util](categories/util.md) category, created 2014-07-30, last commit 2022-09-13, main language Python -ipython, jupyter, magic-extension, python +### [fastapi-react](https://github.com/buuntu/fastapi-react) by [buuntu](https://github.com/buuntu) +fastapi-react: 🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker +[https://github.com/buuntu/fastapi-react](https://github.com/buuntu/fastapi-react) +9.91 stars per week over 154 weeks +1,528 stars, 259 forks, 37 watches +[template](categories/template.md) category, created 2020-03-21, last commit 2022-02-18, main language Python +boilerplate, cookiecutter, docker, fastapi, full-stack, jwt, nginx, oauth2, postgres, react, react-admin, sqlalchemy, typescript -### [zenodo](https://github.com/zenodo/zenodo) -zenodo: Research. Shared. -[https://zenodo.org](https://zenodo.org) -[https://github.com/zenodo/zenodo](https://github.com/zenodo/zenodo) -1.45 stars per week over 524 weeks -762 stars, 228 forks, 40 watches -[util](categories/util.md) category, created 2013-02-11, last commit 2023-03-02, main language Python -digital-library, elasticsearch, flask, invenio, inveniosoftware, library-management, open-access, open-science, postgresql, python, research-data-management, research-data-repository, scientific-publications, zenodo +### [spopt](https://github.com/pysal/spopt) by [pysal](https://github.com/pysal) +spopt: Spatial Optimization +[https://pysal.org/spopt/](https://pysal.org/spopt/) +[https://github.com/pysal/spopt](https://github.com/pysal/spopt) +0.89 stars per week over 209 weeks +187 stars, 34 forks, 13 watches +[gis](categories/gis.md) category, created 2019-03-01, last commit 2023-03-02, main language Python +facility-location, location-allocation, location-modeling, python, regionalization, resource-planning, routing, spatial-analysis, spatial-optimization, transportation -### [pymunk](https://github.com/viblo/pymunk) by [viblo](https://github.com/viblo) -Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python -[http://www.pymunk.org](http://www.pymunk.org) -[https://github.com/viblo/pymunk](https://github.com/viblo/pymunk) -1.55 stars per week over 491 weeks -761 stars, 179 forks, 22 watches -[sim](categories/sim.md) category, created 2013-10-02, last commit 2023-01-29, main language Python -library, physics-2d, physics-engine, physics-simulation, pygame, pyglet, python, python-library +### [File-Injector](https://github.com/carlospuenteg/file-injector) by [carlospuenteg](https://github.com/carlospuenteg) +File-Injector: File Injector is a script that allows you to store any file in an image using steganography +[https://github.com/carlospuenteg/file-injector](https://github.com/carlospuenteg/file-injector) +20 stars per week over 19 weeks +397 stars, 19 forks, 7 watches +[util](categories/util.md) category, created 2022-10-22, last commit 2022-11-18, main language Python +extraction, file, file-injection, file-injector, files, image, image-manipulation, image-processing, injection, noise, numpy, photography, python, python3, steganography, storage -### [ipyvizzu](https://github.com/vizzuhq/ipyvizzu) by [vizzuhq](https://github.com/vizzuhq) -ipyvizzu: Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax. -[https://ipyvizzu.vizzuhq.com](https://ipyvizzu.vizzuhq.com) -[https://github.com/vizzuhq/ipyvizzu](https://github.com/vizzuhq/ipyvizzu) -12 stars per week over 60 weeks -761 stars, 60 forks, 16 watches -[jupyter](categories/jupyter.md) category, created 2022-01-05, last commit 2023-03-01, main language Python -animation, chart, charting, charts, data-visualization, dataviz, graphing, graphs, ipython, jupyter, jupyter-notebook, plotting, python, storytelling, vizzu +### [holoviz](https://github.com/holoviz/holoviz) +holoviz: High-level tools to simplify visualization in Python. +[https://holoviz.org/](https://holoviz.org/) +[https://github.com/holoviz/holoviz](https://github.com/holoviz/holoviz) +2.33 stars per week over 284 weeks +661 stars, 116 forks, 35 watches +[viz](categories/viz.md) category, created 2017-09-22, last commit 2023-01-30, main language Python +colorcet, datashader, geoviews, holoviews, holoviz, hvplot, panel -### [forbiddenfruit](https://github.com/clarete/forbiddenfruit) by [clarete](https://github.com/clarete) -forbiddenfruit: Patch built-in python objects -[https://clarete.li/forbiddenfruit/](https://clarete.li/forbiddenfruit/) -[https://github.com/clarete/forbiddenfruit](https://github.com/clarete/forbiddenfruit) -1.47 stars per week over 517 weeks -758 stars, 49 forks, 28 watches -[util](categories/util.md) category, created 2013-04-03, last commit 2022-03-12, main language Python -monkey-patching, python +### [jellyfish](https://github.com/jamesturk/jellyfish) by [jamesturk](https://github.com/jamesturk) +jellyfish: 🪼 a python library for doing approximate and phonetic matching of strings. +[https://jamesturk.github.io/jellyfish/](https://jamesturk.github.io/jellyfish/) +[https://github.com/jamesturk/jellyfish](https://github.com/jamesturk/jellyfish) +2.72 stars per week over 660 weeks +1,799 stars, 152 forks, 42 watches +[nlp](categories/nlp.md) category, created 2010-07-09, last commit 2023-02-03, main language Python +fuzzy-search, hacktoberfest, hamming, jaro-winkler, levenshtein, metaphone, python, soundex -### [pip-audit](https://github.com/trailofbits/pip-audit) by [trailofbits](https://github.com/trailofbits) -pip-audit: Audits Python environments and dependency trees for known vulnerabilities -[https://pypi.org/project/pip-audit/](https://pypi.org/project/pip-audit/) -[https://github.com/trailofbits/pip-audit](https://github.com/trailofbits/pip-audit) -9.69 stars per week over 78 weeks -757 stars, 49 forks, 20 watches -[security](categories/security.md) category, created 2021-09-02, last commit 2023-02-24, main language Python -pip, python, security, security-audit, supply-chain +### [pecos](https://github.com/amzn/pecos) by [amzn](https://github.com/amzn) +PECOS - Prediction for Enormous and Correlated Spaces +[https://libpecos.org/](https://libpecos.org/) +[https://github.com/amzn/pecos](https://github.com/amzn/pecos) +3.02 stars per week over 133 weeks +403 stars, 89 forks, 21 watches +[ml](categories/ml.md) category, created 2020-08-12, last commit 2023-02-28, main language Python +approximate-nearest-neighbor-search, extreme-multi-label-classification, extreme-multi-label-ranking, machine-learning-algorithms, transformers -### [graphein](https://github.com/a-r-j/graphein) by [a-r-j](https://github.com/a-r-j) -graphein: Protein Graph Library -[https://graphein.ai/](https://graphein.ai/) -[https://github.com/a-r-j/graphein](https://github.com/a-r-j/graphein) -4.11 stars per week over 183 weeks -754 stars, 97 forks, 16 watches -[sim](categories/sim.md) category, created 2019-08-28, last commit 2023-02-21, main language Jupyter Notebook -bioinformatics, computational-biology, deep-learning, dgl, drug-discovery, gene-regulatory-networks, geometric-deep-learning, graph-neural-networks, interactome, interactomics, ppi-networks, protein, protein-data-bank, protein-design, protein-structure, python, pytorch, pytorch-geometric, rna, structural-biology +### [Astra](https://github.com/flipkart-incubator/astra) by [flipkart-incubator](https://github.com/flipkart-incubator) +Astra: Automated Security Testing For REST API's +[https://github.com/flipkart-incubator/astra](https://github.com/flipkart-incubator/astra) +8.13 stars per week over 268 weeks +2,184 stars, 361 forks, 85 watches +[web](categories/web.md) category, created 2018-01-10, last commit 2023-02-16, main language Python +ci-cd, owasp, penetration-testing, penetration-testing-framework, postman-collection, python, restapiautomation, sdlc, security, security-automation -### [GlobalMLBuildingFootprints](https://github.com/microsoft/globalmlbuildingfootprints) by [microsoft](https://github.com/microsoft) -GlobalMLBuildingFootprints: Worldwide building footprints derived from satellite imagery -[https://github.com/microsoft/globalmlbuildingfootprints](https://github.com/microsoft/globalmlbuildingfootprints) -16 stars per week over 45 weeks -754 stars, 94 forks, 31 watches -[gis](categories/gis.md) category, created 2022-04-22, last commit 2022-11-16, main language Python +### [airflow-chart](https://github.com/astronomer/airflow-chart) by [astronomer](https://github.com/astronomer) +airflow-chart: A Helm chart to install Apache Airflow on Kubernetes +[https://github.com/astronomer/airflow-chart](https://github.com/astronomer/airflow-chart) +1.53 stars per week over 162 weeks +248 stars, 89 forks, 44 watches +[ml-ops](categories/ml-ops.md) category, created 2020-01-22, last commit 2023-03-02, main language Python +airflow, apache-airflow, helm-chart, kubernetes -### [pyheat](https://github.com/csurfer/pyheat) by [csurfer](https://github.com/csurfer) -pyheat: pprofile + matplotlib = Python program profiled as an awesome heatmap! -[https://github.com/csurfer/pyheat](https://github.com/csurfer/pyheat) -2.34 stars per week over 316 weeks -741 stars, 40 forks, 13 watches -[profiling](categories/profiling.md) category, created 2017-02-04, last commit 2021-09-18, main language Python -heatmap, matplotlib, profiling, python +### [sentinelsat](https://github.com/sentinelsat/sentinelsat) +sentinelsat: Search and download Copernicus Sentinel satellite images +[https://sentinelsat.readthedocs.io](https://sentinelsat.readthedocs.io) +[https://github.com/sentinelsat/sentinelsat](https://github.com/sentinelsat/sentinelsat) +2.09 stars per week over 406 weeks +850 stars, 230 forks, 60 watches +[gis](categories/gis.md) category, created 2015-05-22, last commit 2022-11-03, main language Python +copernicus, esa, geographic-data, hacktoberfest, open-data, remote-sensing, satellite-imagery, sentinel -### [mpmath](https://github.com/fredrik-johansson/mpmath) by [fredrik-johansson](https://github.com/fredrik-johansson) -mpmath: Python library for arbitrary-precision floating-point arithmetic -[http://mpmath.org](http://mpmath.org) -[https://github.com/fredrik-johansson/mpmath](https://github.com/fredrik-johansson/mpmath) -1.26 stars per week over 586 weeks -736 stars, 152 forks, 40 watches -[math](categories/math.md) category, created 2011-12-07, last commit 2023-01-10, main language Python -arbitrary-precision, complex-numbers, floating-point, multiprecision, numerical-integration, numerical-methods, numerical-optimization, ordinary-differential-equations, plotting, python, special-functions +### [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) by [developmentseed](https://github.com/developmentseed) +geojson-pydantic: Pydantic data models for the GeoJSON spec +[https://github.com/developmentseed/geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) +0.87 stars per week over 145 weeks +126 stars, 28 forks, 11 watches +[gis](categories/gis.md) category, created 2020-05-21, last commit 2023-03-01, main language Python +geojson, geojson-spec, pydantic -### [natsort](https://github.com/sethmmorton/natsort) by [sethmmorton](https://github.com/sethmmorton) -natsort: Simple yet flexible natural sorting in Python. -[https://pypi.org/project/natsort/](https://pypi.org/project/natsort/) -[https://github.com/sethmmorton/natsort](https://github.com/sethmmorton/natsort) -1.3 stars per week over 565 weeks -733 stars, 42 forks, 14 watches -[util](categories/util.md) category, created 2012-05-03, last commit 2023-03-02, main language Python -natsort, natural-sort, python, sorting, sorting-interface +### [finmarketpy](https://github.com/cuemacro/finmarketpy) by [cuemacro](https://github.com/cuemacro) +finmarketpy: Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians) +[http://www.cuemacro.com](http://www.cuemacro.com) +[https://github.com/cuemacro/finmarketpy](https://github.com/cuemacro/finmarketpy) +7.31 stars per week over 419 weeks +3,065 stars, 482 forks, 217 watches +[finance](categories/finance.md) category, created 2015-02-19, last commit 2022-12-20, main language Python +backtesting-trading-strategies, python, trading-strategies -### [parameterized](https://github.com/wolever/parameterized) by [wolever](https://github.com/wolever) -Parameterized testing with any Python test framework -[https://github.com/wolever/parameterized](https://github.com/wolever/parameterized) -1.26 stars per week over 572 weeks -724 stars, 95 forks, 18 watches -[testing](categories/testing.md) category, created 2012-03-10, last commit 2023-03-02, main language Python +### [PyNeuraLogic](https://github.com/lukaszahradnik/pyneuralogic) by [lukaszahradnik](https://github.com/lukaszahradnik) +PyNeuraLogic lets you use Python to create Differentiable Logic Programs +[https://pyneuralogic.readthedocs.io/](https://pyneuralogic.readthedocs.io/) +[https://github.com/lukaszahradnik/pyneuralogic](https://github.com/lukaszahradnik/pyneuralogic) +1.85 stars per week over 117 weeks +216 stars, 18 forks, 5 watches +[math](categories/math.md) category, created 2020-12-06, last commit 2023-03-03, main language Python +deep-learning, differentiable-programming, geometric-deep-learning, graph-neural-networks, logic-programming, machine-learning, python, pytorch, relational-learning -### [filprofiler](https://github.com/pythonspeed/filprofiler) by [pythonspeed](https://github.com/pythonspeed) -filprofiler: A Python memory profiler for data processing and scientific computing applications -[https://pythonspeed.com/products/filmemoryprofiler/](https://pythonspeed.com/products/filmemoryprofiler/) -[https://github.com/pythonspeed/filprofiler](https://github.com/pythonspeed/filprofiler) -5.13 stars per week over 141 weeks -724 stars, 20 forks, 9 watches -[profiling](categories/profiling.md) category, created 2020-06-18, last commit 2023-03-01, main language Rust -memory, memory-, memory-leak, memory-leak-detection, memory-leak-finder, memory-leaks, memory-profiler, memory-profiling, python +### [mayavi](https://github.com/enthought/mayavi) by [enthought](https://github.com/enthought) +mayavi: 3D visualization of scientific data in Python +[http://docs.enthought.com/mayavi/mayavi/](http://docs.enthought.com/mayavi/mayavi/) +[https://github.com/enthought/mayavi](https://github.com/enthought/mayavi) +1.72 stars per week over 631 weeks +1,088 stars, 265 forks, 97 watches +[viz](categories/viz.md) category, created 2011-01-24, last commit 2022-10-18, main language Python -### [hvplot](https://github.com/holoviz/hvplot) by [holoviz](https://github.com/holoviz) -hvplot: A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews -[https://hvplot.holoviz.org](https://hvplot.holoviz.org) -[https://github.com/holoviz/hvplot](https://github.com/holoviz/hvplot) -2.79 stars per week over 258 weeks -721 stars, 82 forks, 23 watches -[pandas](categories/pandas.md) category, created 2018-03-19, last commit 2023-02-10, main language Python -datashader, holoviews, holoviz, plotting +### [git-re-basin](https://github.com/samuela/git-re-basin) by [samuela](https://github.com/samuela) +git-re-basin: Code release for "Git Re-Basin: Merging Models modulo Permutation Symmetries" +[https://arxiv.org/abs/2209.04836](https://arxiv.org/abs/2209.04836) +[https://github.com/samuela/git-re-basin](https://github.com/samuela/git-re-basin) +15 stars per week over 24 weeks +378 stars, 33 forks, 5 watches +[ml-dl](categories/ml-dl.md) category, created 2022-09-13, last commit 2023-03-01, main language Python +deep-learning, deeplearning, jax, machine-learning, neural-networks -### [whale](https://github.com/hyperqueryhq/whale) by [hyperqueryhq](https://github.com/hyperqueryhq) -whale: 🐳 The stupidly simple CLI workspace for your data warehouse. -[https://rsyi.gitbook.io/whale](https://rsyi.gitbook.io/whale) -[https://github.com/hyperqueryhq/whale](https://github.com/hyperqueryhq/whale) -4.98 stars per week over 144 weeks -718 stars, 38 forks, 41 watches -[data](categories/data.md) category, created 2020-05-27, last commit 2022-10-13, main language Python -data-catalog, data-discovery, data-documentation +### [human-learn](https://github.com/koaning/human-learn) by [koaning](https://github.com/koaning) +human-learn: Natural Intelligence is still a pretty good idea. +[https://koaning.github.io/human-learn/](https://koaning.github.io/human-learn/) +[https://github.com/koaning/human-learn](https://github.com/koaning/human-learn) +4.94 stars per week over 138 weeks +682 stars, 55 forks, 13 watches +[data](categories/data.md) category, created 2020-07-11, last commit 2023-02-23, main language Jupyter Notebook +benchmark, machine-learning, scikit-learn -### [basemap](https://github.com/matplotlib/basemap) by [matplotlib](https://github.com/matplotlib) -basemap: Plot on map projections (with coastlines and political boundaries) using matplotlib -[https://github.com/matplotlib/basemap](https://github.com/matplotlib/basemap) -1.13 stars per week over 627 weeks -712 stars, 395 forks, 60 watches -[gis](categories/gis.md) category, created 2011-02-19, last commit 2022-11-29, main language Python -gis, maps, plots +### [exchange_calendars](https://github.com/gerrymanoim/exchange_calendars) by [gerrymanoim](https://github.com/gerrymanoim) +exchange_calendars: Calendars for various securities exchanges. +[https://github.com/gerrymanoim/exchange_calendars](https://github.com/gerrymanoim/exchange_calendars) +1.92 stars per week over 122 weeks +235 stars, 78 forks, 14 watches +[finance](categories/finance.md) category, created 2020-10-30, last commit 2023-02-14, main language Python -### [nbQA](https://github.com/nbqa-dev/nbqa) by [nbqa-dev](https://github.com/nbqa-dev) -nbQA: Run isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks -[https://nbqa.readthedocs.io/en/latest/index.html](https://nbqa.readthedocs.io/en/latest/index.html) -[https://github.com/nbqa-dev/nbqa](https://github.com/nbqa-dev/nbqa) -5.13 stars per week over 137 weeks -707 stars, 35 forks, 7 watches -[jupyter](categories/jupyter.md) category, created 2020-07-11, last commit 2023-02-27, main language Python -black, codequality, doctest, flake8, isort, jupyter-notebook, lint, mypy, pre-commit, pre-commit-hook, pylint, python, pyupgrade, yapf +### [pyalgotrade](https://github.com/gbeced/pyalgotrade) by [gbeced](https://github.com/gbeced) +pyalgotrade: Python Algorithmic Trading Library +[http://gbeced.github.io/pyalgotrade/](http://gbeced.github.io/pyalgotrade/) +[https://github.com/gbeced/pyalgotrade](https://github.com/gbeced/pyalgotrade) +6.83 stars per week over 573 weeks +3,915 stars, 1,333 forks, 353 watches +[finance](categories/finance.md) category, created 2012-03-07, last commit 2023-03-05, main language Python -### [data-validation](https://github.com/tensorflow/data-validation) by [tensorflow](https://github.com/tensorflow) -data-validation: Library for exploring and validating machine learning data -[https://github.com/tensorflow/data-validation](https://github.com/tensorflow/data-validation) -2.87 stars per week over 243 weeks -700 stars, 150 forks, 49 watches -[ml-ops](categories/ml-ops.md) category, created 2018-07-02, last commit 2023-03-02, main language Python +### [earthpy](https://github.com/earthlab/earthpy) by [earthlab](https://github.com/earthlab) +earthpy: A package built to support working with spatial data using open source python +[https://earthpy.readthedocs.io](https://earthpy.readthedocs.io) +[https://github.com/earthlab/earthpy](https://github.com/earthlab/earthpy) +1.61 stars per week over 262 weeks +422 stars, 151 forks, 21 watches +[gis](categories/gis.md) category, created 2018-02-20, last commit 2021-12-20, main language Python +education, python, raster, spatial-data, vector -### [TabPFN](https://github.com/automl/tabpfn) by [automl](https://github.com/automl) -TabPFN: Official implementation of the TabPFN and the tabpfn package. -[https://arxiv.org/abs/2207.01848](https://arxiv.org/abs/2207.01848) -[https://github.com/automl/tabpfn](https://github.com/automl/tabpfn) -20 stars per week over 35 weeks -700 stars, 49 forks, 16 watches -[ml](categories/ml.md) category, created 2022-07-01, last commit 2023-03-02, main language Python +### [emmett](https://github.com/emmett-framework/emmett) by [emmett-framework](https://github.com/emmett-framework) +emmett: The web framework for inventors +[https://github.com/emmett-framework/emmett](https://github.com/emmett-framework/emmett) +1.9 stars per week over 436 weeks +829 stars, 62 forks, 31 watches +[web](categories/web.md) category, created 2014-10-20, last commit 2023-01-30, main language Python +asgi, asyncio, emmett, python, web-framework + +### [whale](https://github.com/hyperqueryhq/whale) by [hyperqueryhq](https://github.com/hyperqueryhq) +whale: 🐳 The stupidly simple CLI workspace for your data warehouse. +[https://rsyi.gitbook.io/whale](https://rsyi.gitbook.io/whale) +[https://github.com/hyperqueryhq/whale](https://github.com/hyperqueryhq/whale) +4.97 stars per week over 144 weeks +718 stars, 38 forks, 41 watches +[data](categories/data.md) category, created 2020-05-27, last commit 2022-10-13, main language Python +data-catalog, data-discovery, data-documentation -### [mordecai](https://github.com/openeventdata/mordecai) by [openeventdata](https://github.com/openeventdata) -mordecai: Full text geoparsing as a Python library -[https://github.com/openeventdata/mordecai](https://github.com/openeventdata/mordecai) -1.99 stars per week over 349 weeks -694 stars, 93 forks, 36 watches -[gis](categories/gis.md) category, created 2016-06-23, last commit 2021-02-01, main language Python -geocoding, geonames, geoparsing, nlp, spacy, toponym-resolution + +### [rio-tiler](https://github.com/cogeotiff/rio-tiler) by [cogeotiff](https://github.com/cogeotiff) +rio-tiler: User friendly Rasterio plugin to read raster datasets. +[https://cogeotiff.github.io/rio-tiler/](https://cogeotiff.github.io/rio-tiler/) +[https://github.com/cogeotiff/rio-tiler](https://github.com/cogeotiff/rio-tiler) +1.35 stars per week over 282 weeks +382 stars, 86 forks, 66 watches +[gis](categories/gis.md) category, created 2017-10-06, last commit 2023-02-28, main language Python +cog, cogeotiff, gdal, maptile, mercator, raster, raster-processing, rasterio, satellite, slippy-map, tile -### [landsat-util](https://github.com/developmentseed/landsat-util) by [developmentseed](https://github.com/developmentseed) -landsat-util: A utility to search, download and process Landsat 8 satellite imagery -[https://github.com/developmentseed/landsat-util](https://github.com/developmentseed/landsat-util) -1.53 stars per week over 448 weeks -685 stars, 155 forks, 128 watches -[gis](categories/gis.md) category, created 2014-08-01, last commit 2018-07-30, main language Python +### [advertools](https://github.com/eliasdabbas/advertools) by [eliasdabbas](https://github.com/eliasdabbas) +advertools - online marketing productivity and analysis tools +[https://advertools.readthedocs.io](https://advertools.readthedocs.io) +[https://github.com/eliasdabbas/advertools](https://github.com/eliasdabbas/advertools) +2.56 stars per week over 303 weeks +776 stars, 164 forks, 33 watches +[data](categories/data.md) category, created 2017-05-14, last commit 2022-12-13, main language Python +advertising, adwords, digital-marketing, google-ads, keywords, log-analysis, logfile-parser, marketing, online-marketing, python, robots-txt, scrapy, search-engine-marketing, search-engine-optimization, seo, seo-crawler, serp, social-media, twitter-api, youtube -### [py-frameworks-bench](https://github.com/klen/py-frameworks-bench) by [klen](https://github.com/klen) -py-frameworks-bench: Another benchmark for some python frameworks -[https://klen.github.io/py-frameworks-bench/](https://klen.github.io/py-frameworks-bench/) -[https://github.com/klen/py-frameworks-bench](https://github.com/klen/py-frameworks-bench) -1.67 stars per week over 409 weeks -684 stars, 80 forks, 27 watches -[perf](categories/perf.md) category, created 2015-04-30, last commit 2022-03-14, main language Python -benchmark, python-frameworks +### [sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) by [aws-samples](https://github.com/aws-samples) +sagemaker-ssh-helper: A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH +[https://github.com/aws-samples/sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) +3.99 stars per week over 20 weeks +81 stars, 10 forks, 6 watches +[util](categories/util.md) category, created 2022-10-14, last commit 2023-02-27, main language Python +amazon-sagemaker, aws, aws-systems-manager, machine-learning, pycharm, sagemaker, sagemaker-studio, ssh, vscode -### [human-learn](https://github.com/koaning/human-learn) by [koaning](https://github.com/koaning) -human-learn: Natural Intelligence is still a pretty good idea. -[https://koaning.github.io/human-learn/](https://koaning.github.io/human-learn/) -[https://github.com/koaning/human-learn](https://github.com/koaning/human-learn) -4.95 stars per week over 137 weeks -682 stars, 55 forks, 13 watches -[data](categories/data.md) category, created 2020-07-11, last commit 2023-02-23, main language Jupyter Notebook -benchmark, machine-learning, scikit-learn +### [h3-py](https://github.com/uber/h3-py) by [uber](https://github.com/uber) +h3-py: Python bindings for H3, a hierarchical hexagonal geospatial indexing system +[https://uber.github.io/h3-py](https://uber.github.io/h3-py) +[https://github.com/uber/h3-py](https://github.com/uber/h3-py) +2.55 stars per week over 246 weeks +628 stars, 115 forks, 36 watches +[gis](categories/gis.md) category, created 2018-06-12, last commit 2022-11-24, main language Python +geocoding, geospatial, gis, h3, hexagonal-architecture, python, uber -### [AutoTS](https://github.com/winedarksea/autots) by [winedarksea](https://github.com/winedarksea) -AutoTS: Automated Time Series Forecasting -[https://github.com/winedarksea/autots](https://github.com/winedarksea/autots) -3.99 stars per week over 170 weeks -680 stars, 65 forks, 14 watches -[time-series](categories/time-series.md) category, created 2019-11-26, last commit 2023-02-02, main language Python -automl, autots, deep-learning, feature-engineering, forecasting, machine-learning, preprocessing, time-series +### [ml-metadata](https://github.com/google/ml-metadata) by [google](https://github.com/google) +ml-metadata: For recording and retrieving metadata associated with ML developer and data scientist workflows. +[https://www.tensorflow.org/tfx/guide/mlmd](https://www.tensorflow.org/tfx/guide/mlmd) +[https://github.com/google/ml-metadata](https://github.com/google/ml-metadata) +2.41 stars per week over 215 weeks +520 stars, 118 forks, 29 watches +[ml-ops](categories/ml-ops.md) category, created 2019-01-15, last commit 2023-03-02, main language C++ -### [xarray-spatial](https://github.com/makepath/xarray-spatial) by [makepath](https://github.com/makepath) -xarray-spatial: Raster-based Spatial Analytics for Python -[https://xarray-spatial.org](https://xarray-spatial.org) -[https://github.com/makepath/xarray-spatial](https://github.com/makepath/xarray-spatial) -4.24 stars per week over 159 weeks -677 stars, 76 forks, 24 watches -[gis](categories/gis.md) category, created 2020-02-08, last commit 2023-03-02, main language Python -datashader, numba, python, raster-analysis, spatial-analysis, xarray +### [rebound](https://github.com/shobrook/rebound) by [shobrook](https://github.com/shobrook) +rebound: Command-line tool that instantly fetches Stack Overflow results when an exception is thrown +[https://github.com/shobrook/rebound](https://github.com/shobrook/rebound) +15 stars per week over 261 weeks +3,998 stars, 383 forks, 77 watches +[debug](categories/debug.md) category, created 2018-02-28, last commit 2022-02-16, main language Python +command-line-interface, command-line-tool, error-messages, python, stackoverflow, terminal-app -### [sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) by [sentinel-hub](https://github.com/sentinel-hub) -sentinelhub-py: Download and process satellite imagery in Python using Sentinel Hub services. -[http://sentinelhub-py.readthedocs.io/en/latest/](http://sentinelhub-py.readthedocs.io/en/latest/) -[https://github.com/sentinel-hub/sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) -2.24 stars per week over 302 weeks -676 stars, 219 forks, 47 watches -[gis](categories/gis.md) category, created 2017-05-17, last commit 2023-02-24, main language Python -aws, ogc-services, python-library, satellite-imagery, sentinel-hub +### [ghapi](https://github.com/fastai/ghapi) by [fastai](https://github.com/fastai) +ghapi: A delightful and complete interface to GitHub's amazing API +[https://ghapi.fast.ai/](https://ghapi.fast.ai/) +[https://github.com/fastai/ghapi](https://github.com/fastai/ghapi) +3.66 stars per week over 119 weeks +436 stars, 44 forks, 8 watches +[util](categories/util.md) category, created 2020-11-21, last commit 2022-09-27, main language Jupyter Notebook +api-client, github, github-api, nbdev, openapi -### [spacy-stanza](https://github.com/explosion/spacy-stanza) by [explosion](https://github.com/explosion) -spacy-stanza: 💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy -[https://github.com/explosion/spacy-stanza](https://github.com/explosion/spacy-stanza) -3.15 stars per week over 213 weeks -672 stars, 50 forks, 25 watches -[nlp](categories/nlp.md) category, created 2019-01-31, last commit 2022-05-27, main language Python -corenlp, data-science, machine-learning, natural-language-processing, nlp, spacy, spacy-pipeline, stanford-corenlp, stanford-machine-learning, stanford-nlp, stanza +### [pyvis](https://github.com/westhealth/pyvis) by [westhealth](https://github.com/westhealth) +pyvis: Python package for creating and visualizing interactive network graphs. +[http://pyvis.readthedocs.io/en/latest/](http://pyvis.readthedocs.io/en/latest/) +[https://github.com/westhealth/pyvis](https://github.com/westhealth/pyvis) +2.45 stars per week over 251 weeks +616 stars, 115 forks, 15 watches +[graph](categories/graph.md) category, created 2018-05-10, last commit 2023-02-10, main language HTML +network-visualization, networkx, python -### [FastAPI-template](https://github.com/s3rius/fastapi-template) by [s3rius](https://github.com/s3rius) -FastAPI-template: Feature rich robust FastAPI template. -[https://github.com/s3rius/fastapi-template](https://github.com/s3rius/fastapi-template) -5.34 stars per week over 125 weeks -671 stars, 69 forks, 13 watches -[web](categories/web.md) category, created 2020-10-05, last commit 2023-02-05, main language Python -aerich, alembic, asynchronous, asyncio, cookiecutter, cookiecutter-python3, cookiecutter-template, fastapi, fastapi-boilerplate, fastapi-template, graphql, opentelemetry, ormar, prometheus, python3, sentry, sqlalchemy-orm, strawberry-graphql, tortoise-orm +### [python-rasterstats](https://github.com/perrygeo/python-rasterstats) by [perrygeo](https://github.com/perrygeo) +python-rasterstats: Summary statistics of geospatial raster datasets based on vector geometries. +[https://github.com/perrygeo/python-rasterstats](https://github.com/perrygeo/python-rasterstats) +0.91 stars per week over 493 weeks +447 stars, 108 forks, 33 watches +[gis](categories/gis.md) category, created 2013-09-18, last commit 2023-03-01, main language Python -### [fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) by [koxudaxi](https://github.com/koxudaxi) -fastapi-code-generator: This code generator creates FastAPI app from an openapi file. -[https://github.com/koxudaxi/fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) -4.7 stars per week over 141 weeks -666 stars, 76 forks, 15 watches -[web](categories/web.md) category, created 2020-06-14, last commit 2023-02-15, main language Python -fastapi, generator, openapi, pydantic, python +### [pytest-sugar](https://github.com/teemu/pytest-sugar) by [teemu](https://github.com/teemu) +pytest-sugar: a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly) +[https://github.com/teemu/pytest-sugar](https://github.com/teemu/pytest-sugar) +1.97 stars per week over 505 weeks +998 stars, 68 forks, 17 watches +[testing](categories/testing.md) category, created 2013-06-25, last commit 2022-12-11, main language Python +pytest, pytest-plugin, pytest-sugar, python, testing -### [holoviz](https://github.com/holoviz/holoviz) -holoviz: High-level tools to simplify visualization in Python. -[https://holoviz.org/](https://holoviz.org/) -[https://github.com/holoviz/holoviz](https://github.com/holoviz/holoviz) -2.33 stars per week over 284 weeks -661 stars, 116 forks, 35 watches -[viz](categories/viz.md) category, created 2017-09-22, last commit 2023-01-30, main language Python -colorcet, datashader, geoviews, holoviews, holoviz, hvplot, panel +### [nbformat](https://github.com/jupyter/nbformat) by [jupyter](https://github.com/jupyter) +nbformat: Reference implementation of the Jupyter Notebook format +[http://nbformat.readthedocs.io/](http://nbformat.readthedocs.io/) +[https://github.com/jupyter/nbformat](https://github.com/jupyter/nbformat) +0.49 stars per week over 412 weeks +204 stars, 144 forks, 26 watches +[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-03-01, main language Python -### [CodeT5](https://github.com/salesforce/codet5) by [salesforce](https://github.com/salesforce) -Code for CodeT5: a new code-aware pre-trained encoder-decoder model. -[https://arxiv.org/abs/2109.00859](https://arxiv.org/abs/2109.00859) -[https://github.com/salesforce/codet5](https://github.com/salesforce/codet5) -8.19 stars per week over 80 weeks -660 stars, 123 forks, 21 watches -[nlp](categories/nlp.md) category, created 2021-08-16, last commit 2022-07-08, main language Python -code-intelligence, language-model, nlp, programming-language, representation-learning +### [pyroad](https://github.com/amaargiru/pyroad) by [amaargiru](https://github.com/amaargiru) +pyroad: Detailed Python developer roadmap +[https://github.com/amaargiru/pyroad](https://github.com/amaargiru/pyroad) +14 stars per week over 17 weeks +248 stars, 27 forks, 5 watches +[study](categories/study.md) category, created 2022-11-03, last commit 2023-02-27, main language Jupyter Notebook +python, roadmap, tutorial ### [python-devtools](https://github.com/samuelcolvin/python-devtools) by [samuelcolvin](https://github.com/samuelcolvin) python-devtools: Dev tools for python [https://python-devtools.helpmanual.io/](https://python-devtools.helpmanual.io/) [https://github.com/samuelcolvin/python-devtools](https://github.com/samuelcolvin/python-devtools) -2.27 stars per week over 288 weeks +2.27 stars per week over 289 weeks 656 stars, 33 forks, 8 watches [util](categories/util.md) category, created 2017-08-20, last commit 2023-02-06, main language Python devtools, python, python-devtools -### [awkward](https://github.com/scikit-hep/awkward-1.0) by [scikit-hep](https://github.com/scikit-hep) -awkward: Manipulate JSON-like data with NumPy-like idioms. -[https://awkward-array.org](https://awkward-array.org) -[https://github.com/scikit-hep/awkward-1.0](https://github.com/scikit-hep/awkward-1.0) -3.51 stars per week over 185 weeks -650 stars, 68 forks, 17 watches -[data](categories/data.md) category, created 2019-08-14, last commit 2023-03-02, main language Python -apache-arrow, cern-root, columnar-format, data-analysis, jagged-array, json, numba, numpy, pandas, python, ragged-array, scikit-hep +### [cytoolz](https://github.com/pytoolz/cytoolz) by [pytoolz](https://github.com/pytoolz) +cytoolz: Cython implementation of Toolz: High performance functional utilities +[https://github.com/pytoolz/cytoolz](https://github.com/pytoolz/cytoolz) +1.95 stars per week over 465 weeks +907 stars, 66 forks, 23 watches +[util](categories/util.md) category, created 2014-04-04, last commit 2022-12-19, main language Python -### [s3fs](https://github.com/fsspec/s3fs) by [fsspec](https://github.com/fsspec) -s3fs: S3 Filesystem -[http://s3fs.readthedocs.io/en/latest/](http://s3fs.readthedocs.io/en/latest/) -[https://github.com/fsspec/s3fs](https://github.com/fsspec/s3fs) -1.78 stars per week over 363 weeks -647 stars, 216 forks, 22 watches -[util](categories/util.md) category, created 2016-03-16, last commit 2023-02-23, main language Python -hacktoberfest +### [scikit-mobility](https://github.com/scikit-mobility/scikit-mobility) +scikit-mobility: mobility analysis in Python +[https://scikit-mobility.github.io/scikit-mobility/](https://scikit-mobility.github.io/scikit-mobility/) +[https://github.com/scikit-mobility/scikit-mobility](https://github.com/scikit-mobility/scikit-mobility) +2.97 stars per week over 200 weeks +597 stars, 139 forks, 28 watches +[gis](categories/gis.md) category, created 2019-04-30, last commit 2023-01-20, main language Python +complex-systems, data-analysis, data-science, human-mobility, mobility-analysis, mobility-flows, network-science, risk-assessment, scikit-mobility, statistics, synthetic-flows -### [fastparquet](https://github.com/dask/fastparquet) by [dask](https://github.com/dask) -fastparquet: python implementation of the parquet columnar file format. -[https://github.com/dask/fastparquet](https://github.com/dask/fastparquet) -1.67 stars per week over 382 weeks -639 stars, 164 forks, 18 watches -[data](categories/data.md) category, created 2015-11-06, last commit 2023-02-09, main language Python -hacktoberfest +### [blaze](https://github.com/blaze/blaze) +blaze: NumPy and Pandas interface to Big Data +[blaze.pydata.org](blaze.pydata.org) +[https://github.com/blaze/blaze](https://github.com/blaze/blaze) +5.79 stars per week over 540 weeks +3,126 stars, 388 forks, 199 watches +[pandas](categories/pandas.md) category, created 2012-10-26, last commit 2019-08-15, main language Python -### [quantumcomputingbook](https://github.com/jackhidary/quantumcomputingbook) by [jackhidary](https://github.com/jackhidary) -quantumcomputingbook: Companion site for the textbook Quantum Computing: An Applied Approach -[https://github.com/jackhidary/quantumcomputingbook](https://github.com/jackhidary/quantumcomputingbook) -3.04 stars per week over 209 weeks -636 stars, 188 forks, 55 watches -[study](categories/study.md) category, created 2019-02-28, last commit 2021-10-14, main language Jupyter Notebook -cirq, google-quantum, qiskit, quantum, quantum-computing, quantum-information, quantum-information-science, quantum-processor, quantum-supremacy, rigetti, sycamore +### [beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) by [newsapps](https://github.com/newsapps) +beeswithmachineguns: A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications). +[http://apps.chicagotribune.com/](http://apps.chicagotribune.com/) +[https://github.com/newsapps/beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) +9.51 stars per week over 661 weeks +6,293 stars, 664 forks, 227 watches +[testing](categories/testing.md) category, created 2010-06-29, last commit 2017-12-20, main language Python + + +### [microprediction](https://github.com/microprediction/microprediction) +microprediction: If you can measure it, consider it predicted +[http://www.microprediction.org](http://www.microprediction.org) +[https://github.com/microprediction/microprediction](https://github.com/microprediction/microprediction) +1.51 stars per week over 158 weeks +239 stars, 39 forks, 13 watches +[time-series](categories/time-series.md) category, created 2020-02-20, last commit 2023-03-04, main language Jupyter Notebook +fbprophet, filterpy, hmmlearn, kalman-filter, keras, nowcasting, online-algorithms, pmdarima, time-series, timeseries, timeseries-analysis, timeseries-clustering, timeseries-data, timeseries-database, timeseries-forecasting, timeseries-prediction, tsfresh, tslearn + + +### [JoJoGAN](https://github.com/mchong6/jojogan) by [mchong6](https://github.com/mchong6) +Official PyTorch repo for JoJoGAN: One Shot Face Stylization +[https://github.com/mchong6/jojogan](https://github.com/mchong6/jojogan) +20 stars per week over 63 weeks +1,303 stars, 196 forks, 25 watches +[data](categories/data.md) category, created 2021-12-17, last commit 2022-02-05, main language Jupyter Notebook +anime, gans, image-translation + + +### [birdseye](https://github.com/alexmojaki/birdseye) by [alexmojaki](https://github.com/alexmojaki) +birdseye: Graphical Python debugger which lets you easily view the values of all evaluated expressions +[https://birdseye.readthedocs.io](https://birdseye.readthedocs.io) +[https://github.com/alexmojaki/birdseye](https://github.com/alexmojaki/birdseye) +5.26 stars per week over 293 weeks +1,542 stars, 77 forks, 42 watches +[debug](categories/debug.md) category, created 2017-07-22, last commit 2022-05-18, main language JavaScript +ast, birdseye, debugger, debugging, python, python-debugger + + +### [rio-cogeo](https://github.com/cogeotiff/rio-cogeo) by [cogeotiff](https://github.com/cogeotiff) +rio-cogeo: Cloud Optimized GeoTIFF creation and validation plugin for rasterio +[https://cogeotiff.github.io/rio-cogeo/](https://cogeotiff.github.io/rio-cogeo/) +[https://github.com/cogeotiff/rio-cogeo](https://github.com/cogeotiff/rio-cogeo) +0.84 stars per week over 260 weeks +219 stars, 30 forks, 44 watches +[gis](categories/gis.md) category, created 2018-03-09, last commit 2022-10-26, main language Python +cog, cogeotiff, geotiff, rasterio, satellite + + +### [python-driver](https://github.com/scylladb/python-driver) by [scylladb](https://github.com/scylladb) +python-driver: ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra +[https://python-driver.docs.scylladb.com](https://python-driver.docs.scylladb.com) +[https://github.com/scylladb/python-driver](https://github.com/scylladb/python-driver) +0.17 stars per week over 223 weeks +38 stars, 27 forks, 6 watches +[data](categories/data.md) category, created 2018-11-20, last commit 2023-02-15, main language Python +python, scylladb + + +### [pymunk](https://github.com/viblo/pymunk) by [viblo](https://github.com/viblo) +Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python +[http://www.pymunk.org](http://www.pymunk.org) +[https://github.com/viblo/pymunk](https://github.com/viblo/pymunk) +1.55 stars per week over 491 weeks +761 stars, 179 forks, 22 watches +[sim](categories/sim.md) category, created 2013-10-02, last commit 2023-01-29, main language Python +library, physics-2d, physics-engine, physics-simulation, pygame, pyglet, python, python-library -### [spacy-streamlit](https://github.com/explosion/spacy-streamlit) by [explosion](https://github.com/explosion) -spacy-streamlit: 👑 spaCy building blocks and visualizers for Streamlit apps -[https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py](https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py) -[https://github.com/explosion/spacy-streamlit](https://github.com/explosion/spacy-streamlit) -4.51 stars per week over 140 weeks -634 stars, 103 forks, 17 watches -[nlp](categories/nlp.md) category, created 2020-06-23, last commit 2023-02-27, main language Python -dependency-parsing, machine-learning, named-entity-recognition, natural-language-processing, ner, nlp, part-of-speech-tagging, spacy, streamlit, text-classification, tokenization, visualizer, visualizers, word-vectors +### [activitysim](https://github.com/activitysim/activitysim) +activitysim: An Open Platform for Activity-Based Travel Modeling +[https://activitysim.github.io](https://activitysim.github.io) +[https://github.com/activitysim/activitysim](https://github.com/activitysim/activitysim) +0.33 stars per week over 454 weeks +152 stars, 87 forks, 42 watches +[sim](categories/sim.md) category, created 2014-06-18, last commit 2023-01-31, main language Jupyter Notebook +activitysim, bsd-3-clause, data-science, microsimulation, python, travel-modeling -### [algo-trader](https://github.com/idanya/algo-trader) by [idanya](https://github.com/idanya) -algo-trader: Trading bot with support for realtime trading, backtesting, custom strategies and much more. -[https://github.com/idanya/algo-trader](https://github.com/idanya/algo-trader) -8.3 stars per week over 76 weeks -634 stars, 67 forks, 22 watches -[util](categories/util.md) category, created 2021-09-14, last commit 2023-03-02, main language Python -algorithmic-trading, backtesting, crypto-bot, python, technical-analysis, trading-bot, trading-strategies +### [mahotas](https://github.com/luispedro/mahotas) by [luispedro](https://github.com/luispedro) +mahotas: Computer Vision in Python +[https://mahotas.rtfd.io](https://mahotas.rtfd.io) +[https://github.com/luispedro/mahotas](https://github.com/luispedro/mahotas) +1.17 stars per week over 683 weeks +796 stars, 151 forks, 48 watches +[viz](categories/viz.md) category, created 2010-01-31, last commit 2023-02-26, main language Python +c-plus-plus, computer-vision, numpy, python, python-2, python-3 -### [h3-py](https://github.com/uber/h3-py) by [uber](https://github.com/uber) -h3-py: Python bindings for H3, a hierarchical hexagonal geospatial indexing system -[https://uber.github.io/h3-py](https://uber.github.io/h3-py) -[https://github.com/uber/h3-py](https://github.com/uber/h3-py) -2.55 stars per week over 246 weeks -628 stars, 115 forks, 36 watches -[gis](categories/gis.md) category, created 2018-06-12, last commit 2022-11-24, main language Python -geocoding, geospatial, gis, h3, hexagonal-architecture, python, uber +### [skweak](https://github.com/norskregnesentral/skweak) by [norskregnesentral](https://github.com/norskregnesentral) +skweak: A software toolkit for weak supervision applied to NLP tasks +[https://github.com/norskregnesentral/skweak](https://github.com/norskregnesentral/skweak) +8.42 stars per week over 102 weeks +865 stars, 70 forks, 27 watches +[nlp](categories/nlp.md) category, created 2021-03-16, last commit 2022-11-08, main language Python +data-science, distant-supervision, natural-language-processing, nlp-library, nlp-machine-learning, python, spacy, training-data, weak-supervision -### [muffin](https://github.com/klen/muffin) by [klen](https://github.com/klen) -Muffin is a fast, simple and asyncronous web-framework for Python 3 -[https://github.com/klen/muffin](https://github.com/klen/muffin) -1.48 stars per week over 421 weeks -625 stars, 25 forks, 31 watches -[web](categories/web.md) category, created 2015-02-03, last commit 2023-02-28, main language Python -asgi, asyncio, curio, muffin, python, trio, webframework +### [mako](https://github.com/sqlalchemy/mako) by [sqlalchemy](https://github.com/sqlalchemy) +Mako Templates for Python +[https://www.makotemplates.org](https://www.makotemplates.org) +[https://github.com/sqlalchemy/mako](https://github.com/sqlalchemy/mako) +1.1 stars per week over 222 weeks +246 stars, 46 forks, 11 watches +[template](categories/template.md) category, created 2018-11-26, last commit 2023-01-03, main language Python -### [fpdf2](https://github.com/pyfpdf/fpdf2) by [pyfpdf](https://github.com/pyfpdf) -fpdf2: Simple PDF generation for Python -[https://pyfpdf.github.io/fpdf2/](https://pyfpdf.github.io/fpdf2/) -[https://github.com/pyfpdf/fpdf2](https://github.com/pyfpdf/fpdf2) -1.99 stars per week over 311 weeks -620 stars, 165 forks, 17 watches -[util](categories/util.md) category, created 2017-03-15, last commit 2023-03-01, main language Python -barcode, hacktoberfest, library, markdown, pdf, pdf-generation, pdf-library, python, python3, svg +### [pyshp](https://github.com/geospatialpython/pyshp) by [geospatialpython](https://github.com/geospatialpython) +pyshp: This library reads and writes ESRI Shapefiles in pure Python. +[https://github.com/geospatialpython/pyshp](https://github.com/geospatialpython/pyshp) +2.15 stars per week over 469 weeks +1,008 stars, 260 forks, 64 watches +[gis](categories/gis.md) category, created 2014-03-04, last commit 2023-02-02, main language Python -### [pyvis](https://github.com/westhealth/pyvis) by [westhealth](https://github.com/westhealth) -pyvis: Python package for creating and visualizing interactive network graphs. -[http://pyvis.readthedocs.io/en/latest/](http://pyvis.readthedocs.io/en/latest/) -[https://github.com/westhealth/pyvis](https://github.com/westhealth/pyvis) -2.44 stars per week over 251 weeks -614 stars, 114 forks, 15 watches -[graph](categories/graph.md) category, created 2018-05-10, last commit 2023-02-10, main language HTML -network-visualization, networkx, python +### [parameterized](https://github.com/wolever/parameterized) by [wolever](https://github.com/wolever) +Parameterized testing with any Python test framework +[https://github.com/wolever/parameterized](https://github.com/wolever/parameterized) +1.26 stars per week over 573 weeks +724 stars, 95 forks, 18 watches +[testing](categories/testing.md) category, created 2012-03-10, last commit 2023-03-02, main language Python -### [vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) by [googlecloudplatform](https://github.com/googlecloudplatform) -vertex-ai-samples: Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud -[https://cloud.google.com/vertex-ai](https://cloud.google.com/vertex-ai) -[https://github.com/googlecloudplatform/vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) -6.66 stars per week over 92 weeks -614 stars, 416 forks, 36 watches -[ml](categories/ml.md) category, created 2021-05-27, last commit 2023-03-02, main language Jupyter Notebook -ai, data-science, gcp, google-cloud-platform, ml, mlops, notebook, python, samples, vertex-ai +### [mesh](https://github.com/tensorflow/mesh) by [tensorflow](https://github.com/tensorflow) +Mesh TensorFlow: Model Parallelism Made Easier +[https://github.com/tensorflow/mesh](https://github.com/tensorflow/mesh) +5.92 stars per week over 232 weeks +1,375 stars, 241 forks, 47 watches +[ml-dl](categories/ml-dl.md) category, created 2018-09-20, last commit 2023-01-25, main language Python -### [arxiv.py](https://github.com/lukasschwab/arxiv.py) by [lukasschwab](https://github.com/lukasschwab) -arxiv.py: Python wrapper for the arXiv API -[https://github.com/lukasschwab/arxiv.py](https://github.com/lukasschwab/arxiv.py) -1.62 stars per week over 379 weeks -613 stars, 81 forks, 17 watches -[util](categories/util.md) category, created 2015-11-25, last commit 2023-02-01, main language Python -arxiv, arxiv-api, pdf, python-wrapper +### [warp-drive](https://github.com/salesforce/warp-drive) by [salesforce](https://github.com/salesforce) +warp-drive: Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning Framework on a GPU (JMLR 2022) +[https://github.com/salesforce/warp-drive](https://github.com/salesforce/warp-drive) +4.42 stars per week over 79 weeks +352 stars, 65 forks, 13 watches +[ml](categories/ml.md) category, created 2021-08-25, last commit 2023-01-17, main language Python +cuda, deep-learning, gpu, high-throughput, multiagent-reinforcement-learning, numba, pytorch, reinforcement-learning -### [fastapi-cache](https://github.com/long2ice/fastapi-cache) by [long2ice](https://github.com/long2ice) -fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached. -[https://github.com/long2ice/fastapi-cache](https://github.com/long2ice/fastapi-cache) -[https://github.com/long2ice/fastapi-cache](https://github.com/long2ice/fastapi-cache) -4.62 stars per week over 131 weeks -607 stars, 89 forks, 9 watches -[web](categories/web.md) category, created 2020-08-25, last commit 2023-02-15, main language Python -cache, fastapi, memcached, redis +### [AutoTS](https://github.com/winedarksea/autots) by [winedarksea](https://github.com/winedarksea) +AutoTS: Automated Time Series Forecasting +[https://github.com/winedarksea/autots](https://github.com/winedarksea/autots) +3.99 stars per week over 170 weeks +681 stars, 65 forks, 14 watches +[time-series](categories/time-series.md) category, created 2019-11-26, last commit 2023-02-02, main language Python +automl, autots, deep-learning, feature-engineering, forecasting, machine-learning, preprocessing, time-series -### [cattrs](https://github.com/python-attrs/cattrs) by [python-attrs](https://github.com/python-attrs) -cattrs: Complex custom class converters for attrs. -[https://github.com/python-attrs/cattrs](https://github.com/python-attrs/cattrs) -1.78 stars per week over 339 weeks -603 stars, 86 forks, 16 watches -[typing](categories/typing.md) category, created 2016-08-28, last commit 2023-03-02, main language Python -attrs, deserialization, serialization +### [language](https://github.com/google-research/language) by [google-research](https://github.com/google-research) +language: Shared repository for open-sourced projects from the Google AI Language team. +[https://ai.google/research/teams/language/](https://ai.google/research/teams/language/) +[https://github.com/google-research/language](https://github.com/google-research/language) +5.99 stars per week over 228 weeks +1,371 stars, 323 forks, 64 watches +[nlp](categories/nlp.md) category, created 2018-10-16, last commit 2023-02-23, main language Python +machine-learning, natural-language-processing, research -### [ml-ane-transformers](https://github.com/apple/ml-ane-transformers) by [apple](https://github.com/apple) -ml-ane-transformers: Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE) -[https://github.com/apple/ml-ane-transformers](https://github.com/apple/ml-ane-transformers) -15 stars per week over 39 weeks -599 stars, 31 forks, 34 watches -[ml](categories/ml.md) category, created 2022-06-03, last commit 2022-08-09, main language Python +### [python-progressbar](https://github.com/wolph/python-progressbar) by [wolph](https://github.com/wolph) +python-progressbar: Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2" +[http://progressbar-2.readthedocs.org/en/latest/](http://progressbar-2.readthedocs.org/en/latest/) +[https://github.com/wolph/python-progressbar](https://github.com/wolph/python-progressbar) +1.4 stars per week over 575 weeks +806 stars, 95 forks, 22 watches +[util](categories/util.md) category, created 2012-02-20, last commit 2023-02-02, main language Python +bar, cli, console, eta, gui, library, percentage, progress, progress-bar, progressbar, python, rate, terminal, time -### [scikit-mobility](https://github.com/scikit-mobility/scikit-mobility) -scikit-mobility: mobility analysis in Python -[https://scikit-mobility.github.io/scikit-mobility/](https://scikit-mobility.github.io/scikit-mobility/) -[https://github.com/scikit-mobility/scikit-mobility](https://github.com/scikit-mobility/scikit-mobility) -2.98 stars per week over 200 weeks -597 stars, 139 forks, 28 watches -[gis](categories/gis.md) category, created 2019-04-30, last commit 2023-01-20, main language Python -complex-systems, data-analysis, data-science, human-mobility, mobility-analysis, mobility-flows, network-science, risk-assessment, scikit-mobility, statistics, synthetic-flows +### [medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) by [lucidrains](https://github.com/lucidrains) +medical-chatgpt: Implementation of ChatGPT, but tailored towards primary care medicine, with the reward being able to collect patient histories in a thorough and efficient manner and come up with a reasonable differential diagnosis +[https://github.com/lucidrains/medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) +19 stars per week over 12 weeks +239 stars, 20 forks, 26 watches +[nlp](categories/nlp.md) category, created 2022-12-10, last commit 2023-02-27, main language Python +artificial-intelligence, attention-mechanisms, deep-learning, medicine, transformers -### [grass](https://github.com/osgeo/grass) by [osgeo](https://github.com/osgeo) -GRASS GIS - free and open source Geographic Information System (GIS) -[https://grass.osgeo.org](https://grass.osgeo.org) -[https://github.com/osgeo/grass](https://github.com/osgeo/grass) -3.02 stars per week over 198 weeks -597 stars, 223 forks, 43 watches -[gis](categories/gis.md) category, created 2019-05-17, last commit 2023-03-02, main language C -earth-observation, geospatial, geospatial-analysis, gis, grass-gis, hacktoberfest, open-science, osgeo, raster, remote-sensing, science, spatial, timeseries-analysis, vector +### [GlobalMLBuildingFootprints](https://github.com/microsoft/globalmlbuildingfootprints) by [microsoft](https://github.com/microsoft) +GlobalMLBuildingFootprints: Worldwide building footprints derived from satellite imagery +[https://github.com/microsoft/globalmlbuildingfootprints](https://github.com/microsoft/globalmlbuildingfootprints) +16 stars per week over 45 weeks +754 stars, 94 forks, 31 watches +[gis](categories/gis.md) category, created 2022-04-22, last commit 2022-11-16, main language Python -### [long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) by [sharonzhou](https://github.com/sharonzhou) -long_stable_diffusion: Long-form text-to-images generation, using a pipeline of deep generative models (GPT-3 and Stable Diffusion) -[https://github.com/sharonzhou/long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) -23 stars per week over 25 weeks -596 stars, 48 forks, 14 watches -[diffusion](categories/diffusion.md) category, created 2022-09-04, last commit 2022-10-30, main language Python +### [pyglove](https://github.com/google/pyglove) by [google](https://github.com/google) +pyglove: Manipulating Python Programs +[https://github.com/google/pyglove](https://github.com/google/pyglove) +5.23 stars per week over 42 weeks +222 stars, 8 forks, 7 watches +[util](categories/util.md) category, created 2022-05-12, last commit 2023-02-08, main language Python +automl, evolution, machine-learning, manipulation, meta-learning, meta-programming, python, symbolic-programming -### [balance](https://github.com/facebookresearch/balance) by [facebookresearch](https://github.com/facebookresearch) -balance: The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest. -[https://import-balance.org](https://import-balance.org) -[https://github.com/facebookresearch/balance](https://github.com/facebookresearch/balance) -38 stars per week over 15 weeks -590 stars, 28 forks, 5 watches -[ml](categories/ml.md) category, created 2022-11-15, last commit 2023-02-19, main language Python +### [pyscript-cli](https://github.com/pyscript/pyscript-cli) by [pyscript](https://github.com/pyscript) +pyscript-cli: A CLI for PyScript +[https://github.com/pyscript/pyscript-cli](https://github.com/pyscript/pyscript-cli) +3.27 stars per week over 44 weeks +144 stars, 14 forks, 12 watches +[util](categories/util.md) category, created 2022-05-01, last commit 2023-02-25, main language Python -### [lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) by [lexpredict](https://github.com/lexpredict) -lexpredict-lexnlp: LexNLP by LexPredict -[https://github.com/lexpredict/lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) -2.08 stars per week over 282 weeks -588 stars, 158 forks, 49 watches -[nlp](categories/nlp.md) category, created 2017-09-30, last commit 2022-08-10, main language HTML -analytics, contracts, data, law, legal, legaltech, linguistics, ml, nlp +### [pypy](https://github.com/mozillazg/pypy) by [mozillazg](https://github.com/mozillazg) +pypy: The unofficial GitHub mirror of PyPy +[https://foss.heptapod.net/pypy/pypy](https://foss.heptapod.net/pypy/pypy) +[https://github.com/mozillazg/pypy](https://github.com/mozillazg/pypy) +0.93 stars per week over 395 weeks +370 stars, 60 forks, 11 watches +[util](categories/util.md) category, created 2015-08-03, last commit 2023-03-03, main language Python +github-mirror, pypy, read-only-repository, readonly, unofficial, unofficial-mirror -### [Blackstone](https://github.com/iclrandd/blackstone) by [iclrandd](https://github.com/iclrandd) -Blackstone: :black_circle: A spaCy pipeline and model for NLP on unstructured legal text. -[https://research.iclr.co.uk](https://research.iclr.co.uk) -[https://github.com/iclrandd/blackstone](https://github.com/iclrandd/blackstone) -2.86 stars per week over 205 weeks -588 stars, 93 forks, 38 watches -[nlp](categories/nlp.md) category, created 2019-03-25, last commit 2021-01-31, main language Python -caselaw, law, legaltech, nlp, spacy-models +### [flashtext](https://github.com/vi3k6i5/flashtext) by [vi3k6i5](https://github.com/vi3k6i5) +flashtext: Extract Keywords from sentence or Replace keywords in sentences. +[https://github.com/vi3k6i5/flashtext](https://github.com/vi3k6i5/flashtext) +18 stars per week over 289 weeks +5,362 stars, 599 forks, 139 watches +[data](categories/data.md) category, created 2017-08-15, last commit 2020-05-03, main language Python +data-extraction, keyword-extraction, nlp, search-in-text, word2vec -### [pySBD](https://github.com/nipunsadvilkar/pysbd) by [nipunsadvilkar](https://github.com/nipunsadvilkar) -pySBD: 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box. -[https://github.com/nipunsadvilkar/pysbd](https://github.com/nipunsadvilkar/pysbd) -1.92 stars per week over 298 weeks -575 stars, 67 forks, 10 watches -[nlp](categories/nlp.md) category, created 2017-06-11, last commit 2021-02-11, main language Python -python, rule-based, segmentation, sentence, sentence-boundary-detection, sentence-tokenizer +### [momepy](https://github.com/pysal/momepy) by [pysal](https://github.com/pysal) +momepy: Urban Morphology Measuring Toolkit +[https://docs.momepy.org](https://docs.momepy.org) +[https://github.com/pysal/momepy](https://github.com/pysal/momepy) +1.41 stars per week over 257 weeks +364 stars, 48 forks, 16 watches +[gis](categories/gis.md) category, created 2018-03-30, last commit 2023-02-28, main language Python +morphological-analysis, morphology, morphometrics, urban, urban-morphometrics, urban-street-networks -### [python-bigquery](https://github.com/googleapis/python-bigquery) by [googleapis](https://github.com/googleapis) -googleapis/python-bigquery -[https://github.com/googleapis/python-bigquery](https://github.com/googleapis/python-bigquery) -3.4 stars per week over 168 weeks -572 stars, 232 forks, 58 watches -[data](categories/data.md) category, created 2019-12-10, last commit 2023-03-02, main language Python +### [blessed](https://github.com/jquast/blessed) by [jquast](https://github.com/jquast) +Blessed is an easy, practical library for making python terminal apps +[http://pypi.python.org/pypi/blessed](http://pypi.python.org/pypi/blessed) +[https://github.com/jquast/blessed](https://github.com/jquast/blessed) +1.9 stars per week over 470 weeks +893 stars, 68 forks, 23 watches +[term](categories/term.md) category, created 2014-03-01, last commit 2023-02-04, main language Python +cli, curses, terminal -### [pynamical](https://github.com/gboeing/pynamical) by [gboeing](https://github.com/gboeing) -Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals. -[https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/](https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/) -[https://github.com/gboeing/pynamical](https://github.com/gboeing/pynamical) -1.29 stars per week over 439 weeks -567 stars, 109 forks, 31 watches -[sim](categories/sim.md) category, created 2014-09-28, last commit 2022-05-24, main language Python -animation, bifurcation-diagram, chaos, cobweb-plot, fractal, fractals, ipynb, logistic, math, matplotlib, modeling, nonlinear, numba, numpy, pandas, phase-diagram, physics, python, systems, visualization +### [espresso](https://github.com/espressomd/espresso) by [espressomd](https://github.com/espressomd) +espresso: The ESPResSo package +[https://espressomd.org](https://espressomd.org) +[https://github.com/espressomd/espresso](https://github.com/espressomd/espresso) +0.29 stars per week over 623 weeks +181 stars, 170 forks, 20 watches +[sim](categories/sim.md) category, created 2011-03-25, last commit 2023-03-02, main language C++ +c-plus-plus, lattice-boltzmann, molecular-dynamics, physics, python, scientific-computing, soft-matter -### [panoramix](https://github.com/palkeo/panoramix) by [palkeo](https://github.com/palkeo) -panoramix: Ethereum decompiler -[https://github.com/palkeo/panoramix](https://github.com/palkeo/panoramix) -3.54 stars per week over 158 weeks -562 stars, 154 forks, 31 watches -[crypto](categories/crypto.md) category, created 2020-02-17, last commit 2020-08-22, main language Python +### [ffn](https://github.com/pmorissette/ffn) by [pmorissette](https://github.com/pmorissette) +ffn - a financial function library for Python +[pmorissette.github.io/ffn](pmorissette.github.io/ffn) +[https://github.com/pmorissette/ffn](https://github.com/pmorissette/ffn) +3.17 stars per week over 454 weeks +1,441 stars, 254 forks, 59 watches +[finance](categories/finance.md) category, created 2014-06-19, last commit 2022-12-21, main language Python -### [crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) by [pmaji](https://github.com/pmaji) -crypto-whale-watching-app: Python Dash app that tracks whale activity in cryptocurrency markets. -[https://github.com/pmaji/crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) -2.08 stars per week over 266 weeks -555 stars, 135 forks, 48 watches -[crypto](categories/crypto.md) category, created 2018-01-23, last commit 2022-12-08, main language Python -bitcoin, bitcoin-api, bitcoin-price, cryptocurrency, cryptocurrency-exchanges, cryptocurrency-price-ticker, cryptocurrency-prices, dash, ethereum, ethereum-blockchain, ethereum-price, gdax, gdax-api, gdax-python, litecoin, litecoin-price, plotly, plotly-dash, python, python3 +### [FastTreeSHAP](https://github.com/linkedin/fasttreeshap) by [linkedin](https://github.com/linkedin) +FastTreeSHAP: Fast SHAP value computation for interpreting tree-based models +[https://github.com/linkedin/fasttreeshap](https://github.com/linkedin/fasttreeshap) +6.64 stars per week over 57 weeks +384 stars, 23 forks, 7 watches +[ml](categories/ml.md) category, created 2022-01-24, last commit 2022-11-29, main language Python +explainable-ai, interpretability, lightgbm, machine-learning, random-forest, shap, xgboost -### [filesystem_spec](https://github.com/fsspec/filesystem_spec) by [fsspec](https://github.com/fsspec) -filesystem_spec: A specification that python filesystems should adhere to. -[https://github.com/fsspec/filesystem_spec](https://github.com/fsspec/filesystem_spec) -2.18 stars per week over 253 weeks -554 stars, 238 forks, 22 watches -[util](categories/util.md) category, created 2018-04-23, last commit 2023-03-01, main language Python +### [python-blosc](https://github.com/blosc/python-blosc) by [blosc](https://github.com/blosc) +python-blosc: A Python wrapper for the extremely fast Blosc compression library +[https://www.blosc.org/python-blosc/python-blosc.html](https://www.blosc.org/python-blosc/python-blosc.html) +[https://github.com/blosc/python-blosc](https://github.com/blosc/python-blosc) +0.51 stars per week over 648 weeks +329 stars, 75 forks, 14 watches +[perf](categories/perf.md) category, created 2010-09-30, last commit 2023-03-02, main language Python +blosc, compression, python, wrapper -### [PiML-Toolbox](https://github.com/selfexplainml/piml-toolbox) by [selfexplainml](https://github.com/selfexplainml) -PiML-Toolbox: PiML (Python Interpretable Machine Learning) toolbox for model development and model validation -[https://selfexplainml.github.io/PiML-Toolbox](https://selfexplainml.github.io/PiML-Toolbox) -[https://github.com/selfexplainml/piml-toolbox](https://github.com/selfexplainml/piml-toolbox) -12 stars per week over 44 weeks -549 stars, 62 forks, 15 watches -[ml-interpretability](categories/ml-interpretability.md) category, created 2022-04-29, last commit 2023-03-01, main language Jupyter Notebook -interpretable-machine-learning, low-code, ml-workflow, model-diagnostics +### [python-lambda](https://github.com/nficano/python-lambda) by [nficano](https://github.com/nficano) +python-lambda: A toolkit for developing and deploying serverless Python code in AWS Lambda. +[https://github.com/nficano/python-lambda](https://github.com/nficano/python-lambda) +3.89 stars per week over 366 weeks +1,425 stars, 229 forks, 32 watches +[util](categories/util.md) category, created 2016-02-26, last commit 2022-06-03, main language Python +aws, aws-lambda, microservices, python, serverless -### [Auto_TS](https://github.com/autoviml/auto_ts) by [autoviml](https://github.com/autoviml) -Auto_TS: Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows. -[https://github.com/autoviml/auto_ts](https://github.com/autoviml/auto_ts) -3.46 stars per week over 158 weeks -549 stars, 97 forks, 17 watches -[time-series](categories/time-series.md) category, created 2020-02-15, last commit 2023-02-22, main language Jupyter Notebook -arima, auto-arima, auto-sklearn, auto-timeseries, autokeras, automl, autosklearn, prophet, python, python3, sklearn, time-series, time-series-analysis, tpot +### [BookCode_Edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) by [bayesianmodelingandcomputationinpython](https://github.com/bayesianmodelingandcomputationinpython) +bayesianmodelingandcomputationinpython/bookcode_edition1 +[https://www.bayesiancomputationbook.com](https://www.bayesiancomputationbook.com) +[https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) +4.73 stars per week over 80 weeks +382 stars, 93 forks, 18 watches +[study](categories/study.md) category, created 2021-08-17, last commit 2023-01-09, main language Jupyter Notebook -### [cuda-python](https://github.com/nvidia/cuda-python) by [nvidia](https://github.com/nvidia) -cuda-python: CUDA Python Low-level Bindings -[https://nvidia.github.io/cuda-python/](https://nvidia.github.io/cuda-python/) -[https://github.com/nvidia/cuda-python](https://github.com/nvidia/cuda-python) -6.26 stars per week over 87 weeks -548 stars, 43 forks, 22 watches -[ml](categories/ml.md) category, created 2021-06-28, last commit 2023-02-28, main language Python +### [felicette](https://github.com/plant99/felicette) by [plant99](https://github.com/plant99) +felicette: Satellite imagery for dummies. +[https://github.com/plant99/felicette](https://github.com/plant99/felicette) +13 stars per week over 138 weeks +1,796 stars, 85 forks, 39 watches +[gis](categories/gis.md) category, created 2020-07-12, last commit 2021-09-08, main language Python +earth-observation, earth-science, geoinformatics, geospatial, geospatial-data, geospatial-visualization, gis, python, python3, satellite-data, satellite-imagery, satellite-images -### [rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) by [kakaobrain](https://github.com/kakaobrain) -rq-vae-transformer: The official implementation of Autoregressive Image Generation using Residual Quantization (CVPR '22) -[https://github.com/kakaobrain/rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) -10 stars per week over 52 weeks -539 stars, 61 forks, 15 watches -[ml-dl](categories/ml-dl.md) category, created 2022-03-03, last commit 2022-08-18, main language Jupyter Notebook +### [qgrid](https://github.com/quantopian/qgrid) by [quantopian](https://github.com/quantopian) +qgrid: An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks +[https://github.com/quantopian/qgrid](https://github.com/quantopian/qgrid) +6.7 stars per week over 439 weeks +2,946 stars, 419 forks, 88 watches +[jupyter](categories/jupyter.md) category, created 2014-09-30, last commit 2020-04-07, main language Python -### [iris](https://github.com/scitools/iris) by [scitools](https://github.com/scitools) -iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data -[https://scitools-iris.readthedocs.io/en/latest/](https://scitools-iris.readthedocs.io/en/latest/) -[https://github.com/scitools/iris](https://github.com/scitools/iris) -0.98 stars per week over 551 weeks -538 stars, 264 forks, 45 watches -[gis](categories/gis.md) category, created 2012-08-06, last commit 2023-02-28, main language Python -data-analysis, earth-science, grib, iris, meteorology, netcdf, oceanography, python, spaceweather, visualisation +### [arch](https://github.com/bashtage/arch) by [bashtage](https://github.com/bashtage) +ARCH models in Python +[https://github.com/bashtage/arch](https://github.com/bashtage/arch) +2.41 stars per week over 444 weeks +1,072 stars, 229 forks, 42 watches +[time-series](categories/time-series.md) category, created 2014-08-29, last commit 2022-11-10, main language Python +adf, arch, bootstrap, df-gls, dickey-fuller, finance, financial-econometrics, forecasting, model-confidence-set, multiple-comparison-procedures, phillips-perron, reality-check, risk, spa, time-series, unit-root, variance, volatility -### [ipykernel](https://github.com/ipython/ipykernel) by [ipython](https://github.com/ipython) -ipykernel: IPython Kernel for Jupyter -[https://ipykernel.readthedocs.io/en/stable/](https://ipykernel.readthedocs.io/en/stable/) -[https://github.com/ipython/ipykernel](https://github.com/ipython/ipykernel) -1.3 stars per week over 412 weeks -536 stars, 337 forks, 34 watches -[util](categories/util.md) category, created 2015-04-09, last commit 2023-03-02, main language Python -closember, ipython, ipython-kernel, jupyter, jupyter-notebook, kernel, python +### [gin-config](https://github.com/google/gin-config) by [google](https://github.com/google) +gin-config: Gin provides a lightweight configuration framework for Python +[https://github.com/google/gin-config](https://github.com/google/gin-config) +7.23 stars per week over 244 weeks +1,768 stars, 113 forks, 24 watches +[util](categories/util.md) category, created 2018-06-27, last commit 2022-12-05, main language Python +configuration-management, python, tensorflow, tensorflow-experiments -### [rtree](https://github.com/toblerity/rtree) by [toblerity](https://github.com/toblerity) -Rtree: spatial index for Python GIS ¶ -[https://rtree.readthedocs.io/en/latest/](https://rtree.readthedocs.io/en/latest/) -[https://github.com/toblerity/rtree](https://github.com/toblerity/rtree) -0.86 stars per week over 610 weeks -527 stars, 123 forks, 30 watches -[gis](categories/gis.md) category, created 2011-06-19, last commit 2023-01-23, main language Python +### [pynacl](https://github.com/pyca/pynacl) by [pyca](https://github.com/pyca) +pynacl: Python binding to the Networking and Cryptography (NaCl) library +[https://pynacl.readthedocs.io/](https://pynacl.readthedocs.io/) +[https://github.com/pyca/pynacl](https://github.com/pyca/pynacl) +1.81 stars per week over 523 weeks +945 stars, 220 forks, 27 watches +[util](categories/util.md) category, created 2013-02-22, last commit 2023-01-19, main language C +cryptography, libsodium, nacl, python -### [kedro-viz](https://github.com/kedro-org/kedro-viz) by [kedro-org](https://github.com/kedro-org) -kedro-viz: Visualise your Kedro data and machine-learning pipelines and track your experiments. -[https://demo.kedro.org/](https://demo.kedro.org/) -[https://github.com/kedro-org/kedro-viz](https://github.com/kedro-org/kedro-viz) -2.64 stars per week over 199 weeks -525 stars, 87 forks, 11 watches -[ml-ops](categories/ml-ops.md) category, created 2019-05-09, last commit 2023-03-02, main language JavaScript -data-visualization, experiment-tracking, hacktoberfest, kedro, kedro-plugin, python, react +### [MEDIUM_NoteBook](https://github.com/cerlymarco/medium_notebook) by [cerlymarco](https://github.com/cerlymarco) +MEDIUM_NoteBook: Repository containing notebooks of my posts on Medium +[https://github.com/cerlymarco/medium_notebook](https://github.com/cerlymarco/medium_notebook) +8.61 stars per week over 201 weeks +1,738 stars, 910 forks, 97 watches +[study](categories/study.md) category, created 2019-04-22, last commit 2023-02-22, main language Jupyter Notebook +artificial-intelligence, data-science, deep-learning, machine-learning, notebooks -### [stat453-deep-learning-ss20](https://github.com/rasbt/stat453-deep-learning-ss20) by [rasbt](https://github.com/rasbt) -stat453-deep-learning-ss20: STAT 453: Intro to Deep Learning @ UW-Madison (Spring 2020) -[http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/](http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/) -[https://github.com/rasbt/stat453-deep-learning-ss20](https://github.com/rasbt/stat453-deep-learning-ss20) -3.22 stars per week over 162 weeks -523 stars, 154 forks, 36 watches -[study](categories/study.md) category, created 2020-01-20, last commit 2020-05-01, main language Jupyter Notebook +### [autotyping](https://github.com/jellezijlstra/autotyping) by [jellezijlstra](https://github.com/jellezijlstra) +jellezijlstra/autotyping +[https://github.com/jellezijlstra/autotyping](https://github.com/jellezijlstra/autotyping) +1.43 stars per week over 88 weeks +126 stars, 9 forks, 4 watches +[typing](categories/typing.md) category, created 2021-06-25, last commit 2023-03-03, main language Python -### [python-soundfile](https://github.com/bastibe/python-soundfile) by [bastibe](https://github.com/bastibe) -python-soundfile: SoundFile is an audio library based on libsndfile, CFFI, and NumPy -[https://github.com/bastibe/python-soundfile](https://github.com/bastibe/python-soundfile) -1.05 stars per week over 496 weeks -523 stars, 87 forks, 17 watches -[util](categories/util.md) category, created 2013-08-27, last commit 2023-02-24, main language Python +### [Auto_TS](https://github.com/autoviml/auto_ts) by [autoviml](https://github.com/autoviml) +Auto_TS: Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows. +[https://github.com/autoviml/auto_ts](https://github.com/autoviml/auto_ts) +3.46 stars per week over 159 weeks +550 stars, 97 forks, 17 watches +[time-series](categories/time-series.md) category, created 2020-02-15, last commit 2023-02-22, main language Jupyter Notebook +arima, auto-arima, auto-sklearn, auto-timeseries, autokeras, automl, autosklearn, prophet, python, python3, sklearn, time-series, time-series-analysis, tpot -### [ml-metadata](https://github.com/google/ml-metadata) by [google](https://github.com/google) -ml-metadata: For recording and retrieving metadata associated with ML developer and data scientist workflows. -[https://www.tensorflow.org/tfx/guide/mlmd](https://www.tensorflow.org/tfx/guide/mlmd) -[https://github.com/google/ml-metadata](https://github.com/google/ml-metadata) -2.41 stars per week over 215 weeks -520 stars, 118 forks, 29 watches -[ml-ops](categories/ml-ops.md) category, created 2019-01-15, last commit 2023-03-02, main language C++ +### [weather-tools](https://github.com/google/weather-tools) by [google](https://github.com/google) +weather-tools: Apache Beam pipelines to make weather data accessible and useful. +[https://weather-tools.readthedocs.io/](https://weather-tools.readthedocs.io/) +[https://github.com/google/weather-tools](https://github.com/google/weather-tools) +1.9 stars per week over 66 weeks +127 stars, 27 forks, 15 watches +[data](categories/data.md) category, created 2021-11-22, last commit 2023-02-22, main language Python +apache-beam, python, weather -### [specialist](https://github.com/brandtbucher/specialist) by [brandtbucher](https://github.com/brandtbucher) -specialist: Visualize CPython 3.11's specializing, adaptive interpreter. :fire: -[https://github.com/brandtbucher/specialist](https://github.com/brandtbucher/specialist) -13 stars per week over 39 weeks -516 stars, 9 forks, 10 watches -[perf](categories/perf.md) category, created 2022-06-01, last commit 2023-03-01, main language Python +### [hypertools](https://github.com/contextlab/hypertools) by [contextlab](https://github.com/contextlab) +hypertools: A Python toolbox for gaining geometric insights into high-dimensional data +[http://hypertools.readthedocs.io/en/latest/](http://hypertools.readthedocs.io/en/latest/) +[https://github.com/contextlab/hypertools](https://github.com/contextlab/hypertools) +5.26 stars per week over 335 weeks +1,766 stars, 160 forks, 60 watches +[ml](categories/ml.md) category, created 2016-09-27, last commit 2022-02-12, main language Python +data-visualization, data-wrangling, high-dimensional-data, python, text-vectorization, time-series, topic-modeling, visualization -### [sql-metadata](https://github.com/macbre/sql-metadata) by [macbre](https://github.com/macbre) -sql-metadata: Uses tokenized query returned by python-sqlparse and generates query metadata -[https://pypi.python.org/pypi/sql-metadata](https://pypi.python.org/pypi/sql-metadata) -[https://github.com/macbre/sql-metadata](https://github.com/macbre/sql-metadata) -1.7 stars per week over 299 weeks -509 stars, 87 forks, 15 watches -[data](categories/data.md) category, created 2017-06-06, last commit 2023-02-16, main language Python -database, hive, hiveql, metadata, mysql-query, parser, python-package, python3-library, sql, sql-parser, sqlparse +### [long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) by [sharonzhou](https://github.com/sharonzhou) +long_stable_diffusion: Long-form text-to-images generation, using a pipeline of deep generative models (GPT-3 and Stable Diffusion) +[https://github.com/sharonzhou/long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) +23 stars per week over 26 weeks +598 stars, 48 forks, 14 watches +[diffusion](categories/diffusion.md) category, created 2022-09-04, last commit 2022-10-30, main language Python -### [CoastSat](https://github.com/kvos/coastsat) by [kvos](https://github.com/kvos) -CoastSat: Global shoreline mapping tool from satellite imagery -[http://coastsat.wrl.unsw.edu.au/](http://coastsat.wrl.unsw.edu.au/) -[https://github.com/kvos/coastsat](https://github.com/kvos/coastsat) -2.19 stars per week over 231 weeks -505 stars, 206 forks, 23 watches -[gis](categories/gis.md) category, created 2018-09-28, last commit 2023-02-23, main language Jupyter Notebook -coastal-engineering, earth-engine, google-earth-engine, remote-sensing, satellite-images, shoreline-detection +### [reclist](https://github.com/jacopotagliabue/reclist) by [jacopotagliabue](https://github.com/jacopotagliabue) +reclist: Behavioral "black-box" testing for recommender systems +[https://github.com/jacopotagliabue/reclist](https://github.com/jacopotagliabue/reclist) +5.65 stars per week over 68 weeks +389 stars, 21 forks, 9 watches +[ml](categories/ml.md) category, created 2021-11-08, last commit 2023-01-26, main language Python +machine-learning, qa-automation, recommender-system -### [FEDOT](https://github.com/nccr-itmo/fedot) by [nccr-itmo](https://github.com/nccr-itmo) -FEDOT: Automated modeling and machine learning framework FEDOT -[https://fedot.readthedocs.io](https://fedot.readthedocs.io) -[https://github.com/nccr-itmo/fedot](https://github.com/nccr-itmo/fedot) -3.04 stars per week over 163 weeks -497 stars, 70 forks, 10 watches -[ml-ops](categories/ml-ops.md) category, created 2020-01-13, last commit 2023-02-27, main language Python -automated-machine-learning, automation, automl, evolutionary-algorithms, fedot, genetic-programming, hyperparameter-optimization, machine-learning, multimodality, parameter-tuning, structural-learning +### [QuantLib-SWIG](https://github.com/lballabio/quantlib-swig) by [lballabio](https://github.com/lballabio) +QuantLib-SWIG: QuantLib wrappers to other languages +[https://github.com/lballabio/quantlib-swig](https://github.com/lballabio/quantlib-swig) +0.73 stars per week over 376 weeks +275 stars, 262 forks, 38 watches +[finance](categories/finance.md) category, created 2015-12-17, last commit 2023-01-30, main language SWIG +quantitative-finance -### [Focal-Transformer](https://github.com/microsoft/focal-transformer) by [microsoft](https://github.com/microsoft) -Focal-Transformer: [NeurIPS 2021 Spotlight] Official code for "Focal Self-attention for Local-Global Interactions in Vision Transformers" -[https://github.com/microsoft/focal-transformer](https://github.com/microsoft/focal-transformer) -5.74 stars per week over 85 weeks -493 stars, 58 forks, 17 watches -[ml](categories/ml.md) category, created 2021-07-10, last commit 2022-03-27, main language Python +### [alphalens](https://github.com/quantopian/alphalens) by [quantopian](https://github.com/quantopian) +alphalens: Performance analysis of predictive (alpha) stock factors +[http://quantopian.github.io/alphalens](http://quantopian.github.io/alphalens) +[https://github.com/quantopian/alphalens](https://github.com/quantopian/alphalens) +7.28 stars per week over 352 weeks +2,565 stars, 982 forks, 163 watches +[finance](categories/finance.md) category, created 2016-06-03, last commit 2020-04-27, main language Jupyter Notebook +algorithmic-trading, finance, jupyter, numpy, pandas, python -### [titiler](https://github.com/developmentseed/titiler) by [developmentseed](https://github.com/developmentseed) -titiler: Build your own Raster dynamic map tile services -[https://developmentseed.org/titiler/](https://developmentseed.org/titiler/) -[https://github.com/developmentseed/titiler](https://github.com/developmentseed/titiler) -2.51 stars per week over 192 weeks -481 stars, 103 forks, 18 watches -[gis](categories/gis.md) category, created 2019-06-28, last commit 2023-03-01, main language Python -aws-cdk, aws-lambda, cog, cogeotiff, dynamic, fastapi, gdal, map-tile-server, map-tiles, mosaicjson, raster, rasterio, rest, server, stac, tile +### [yappi](https://github.com/sumerc/yappi) by [sumerc](https://github.com/sumerc) +yappi: Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware. +[https://github.com/sumerc/yappi](https://github.com/sumerc/yappi) +1.54 stars per week over 699 weeks +1,078 stars, 58 forks, 13 watches +[profiling](categories/profiling.md) category, created 2009-10-07, last commit 2022-11-25, main language Python +asgi, asynchronous, asyncio, coroutine, cpu, gevent, greenlet, multi-threaded-applications, multithreading, performance, profile, profilers, python, thread -### [verde](https://github.com/fatiando/verde) by [fatiando](https://github.com/fatiando) -verde: Processing and interpolating spatial data with a twist of machine learning -[https://www.fatiando.org/verde](https://www.fatiando.org/verde) -[https://github.com/fatiando/verde](https://github.com/fatiando/verde) -1.88 stars per week over 253 weeks -475 stars, 59 forks, 21 watches -[gis](categories/gis.md) category, created 2018-04-25, last commit 2022-12-09, main language Python -earth-science, fatiando-a-terra, geophysics, geoscience, geospatial, interpolation, python, python3, scipy, scipy-stack +### [orator](https://github.com/sdispater/orator) by [sdispater](https://github.com/sdispater) +orator: The Orator ORM provides a simple yet beautiful ActiveRecord implementation. +[https://orator-orm.com](https://orator-orm.com) +[https://github.com/sdispater/orator](https://github.com/sdispater/orator) +3.42 stars per week over 406 weeks +1,387 stars, 164 forks, 46 watches +[data](categories/data.md) category, created 2015-05-24, last commit 2022-03-13, main language Python +database, orm, python -### [atspy](https://github.com/firmai/atspy) by [firmai](https://github.com/firmai) -AtsPy: Automated Time Series Models in Python (by @firmai) -[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631) -[https://github.com/firmai/atspy](https://github.com/firmai/atspy) -2.94 stars per week over 161 weeks -474 stars, 88 forks, 20 watches -[time-series](categories/time-series.md) category, created 2020-01-28, last commit 2021-12-18, main language Python -automated, finance, forecasting, forecasting-models, python, time-series, time-series-analysis +### [tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) by [willianfuks](https://github.com/willianfuks) +tfcausalimpact: Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability. +[https://github.com/willianfuks/tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) +2.95 stars per week over 132 weeks +392 stars, 54 forks, 10 watches +[math](categories/math.md) category, created 2020-08-17, last commit 2022-12-20, main language Python +causal-inference, causalimpact, python, tensorflow-probability -### [Daft](https://github.com/eventual-inc/daft) by [eventual-inc](https://github.com/eventual-inc) -Daft: The Python DataFrame for Complex Data -[https://github.com/eventual-inc/daft](https://github.com/eventual-inc/daft) -10 stars per week over 44 weeks -470 stars, 18 forks, 6 watches -[pandas](categories/pandas.md) category, created 2022-04-25, last commit 2023-03-03, main language Python -data-engineering, data-science, dataframe, deep-learning, distributed-computing, image-processing, machine-learning, python +### [cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) by [cgal](https://github.com/cgal) +cgal-swig-bindings: CGAL bindings using SWIG +[https://github.com/cgal/cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) +0.64 stars per week over 416 weeks +266 stars, 80 forks, 26 watches +[gis](categories/gis.md) category, created 2015-03-14, last commit 2023-03-01, main language C++ -### [ppuda](https://github.com/facebookresearch/ppuda) by [facebookresearch](https://github.com/facebookresearch) -ppuda: Code for Parameter Prediction for Unseen Deep Architectures (NeurIPS 2021) -[https://github.com/facebookresearch/ppuda](https://github.com/facebookresearch/ppuda) -6.56 stars per week over 71 weeks -467 stars, 60 forks, 19 watches -[ml-dl](categories/ml-dl.md) category, created 2021-10-21, last commit 2022-07-26, main language Python +### [P-tuning-v2](https://github.com/thudm/p-tuning-v2) by [thudm](https://github.com/thudm) +P-tuning-v2: An optimized deep prompt tuning strategy comparable to fine-tuning across scales and tasks +[https://github.com/thudm/p-tuning-v2](https://github.com/thudm/p-tuning-v2) +8.21 stars per week over 72 weeks +595 stars, 72 forks, 26 watches +[nlp](categories/nlp.md) category, created 2021-10-14, last commit 2022-11-04, main language Python +natural-language-processing, p-tuning, parameter-efficient-learning, pretrained-language-model, prompt-tuning -### [pymde](https://github.com/cvxgrp/pymde) by [cvxgrp](https://github.com/cvxgrp) -pymde: Minimum-distortion embedding with PyTorch -[https://pymde.org](https://pymde.org) -[https://github.com/cvxgrp/pymde](https://github.com/cvxgrp/pymde) -3.95 stars per week over 117 weeks -465 stars, 26 forks, 9 watches -[ml](categories/ml.md) category, created 2020-11-29, last commit 2022-11-20, main language Python -cuda, dimensionality-reduction, embedding, feature-vectors, gpu, graph-embedding, machine-learning, pytorch, visualization +### [bt](https://github.com/pmorissette/bt) by [pmorissette](https://github.com/pmorissette) +bt - flexible backtesting for Python +[http://pmorissette.github.io/bt](http://pmorissette.github.io/bt) +[https://github.com/pmorissette/bt](https://github.com/pmorissette/bt) +3.51 stars per week over 454 weeks +1,593 stars, 357 forks, 79 watches +[finance](categories/finance.md) category, created 2014-06-19, last commit 2022-11-22, main language Python -### [Deep-Video-Inpainting](https://github.com/mcahny/deep-video-inpainting) by [mcahny](https://github.com/mcahny) -Deep-Video-Inpainting: Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019) -[https://github.com/mcahny/deep-video-inpainting](https://github.com/mcahny/deep-video-inpainting) -2.35 stars per week over 197 weeks -463 stars, 88 forks, 14 watches -[ml-dl](categories/ml-dl.md) category, created 2019-05-22, last commit 2020-12-10, main language Python +### [pygeos](https://github.com/pygeos/pygeos) +pygeos: Wraps GEOS geometry functions in numpy ufuncs. +[https://pygeos.readthedocs.io](https://pygeos.readthedocs.io) +[https://github.com/pygeos/pygeos](https://github.com/pygeos/pygeos) +1.85 stars per week over 194 weeks +361 stars, 40 forks, 15 watches +[gis](categories/gis.md) category, created 2019-06-10, last commit 2022-12-14, main language Python + +### [sql-metadata](https://github.com/macbre/sql-metadata) by [macbre](https://github.com/macbre) +sql-metadata: Uses tokenized query returned by python-sqlparse and generates query metadata +[https://pypi.python.org/pypi/sql-metadata](https://pypi.python.org/pypi/sql-metadata) +[https://github.com/macbre/sql-metadata](https://github.com/macbre/sql-metadata) +1.7 stars per week over 299 weeks +510 stars, 87 forks, 15 watches +[data](categories/data.md) category, created 2017-06-06, last commit 2023-02-16, main language Python +database, hive, hiveql, metadata, mysql-query, parser, python-package, python3-library, sql, sql-parser, sqlparse -### [traceml](https://github.com/polyaxon/datatile) by [polyaxon](https://github.com/polyaxon) -traceml: Engine for ML/Data tracking, visualization, explainability, drift detection, and dashboards for Polyaxon. -[https://github.com/polyaxon/datatile](https://github.com/polyaxon/datatile) -1.27 stars per week over 362 weeks -461 stars, 40 forks, 13 watches -[pandas](categories/pandas.md) category, created 2016-03-25, last commit 2023-02-24, main language Python -dask, data-exploration, data-profiling, data-quality, data-quality-checks, data-science, data-visualization, dataframes, dataops, explainable-ai, matplotlib, mlops, pandas, pandas-summary, plotly, pytorch, spark, statistics, tensorflow, tracking +### [pycoingecko](https://github.com/man-c/pycoingecko) by [man-c](https://github.com/man-c) +pycoingecko: Python wrapper for the CoinGecko API +[https://github.com/man-c/pycoingecko](https://github.com/man-c/pycoingecko) +4.09 stars per week over 236 weeks +966 stars, 259 forks, 33 watches +[crypto](categories/crypto.md) category, created 2018-08-24, last commit 2022-10-26, main language Python +api, api-wrapper, coingecko, crypto, cryptocurrency, nft, nfts, python, python3, wrapper -### [geoviews](https://github.com/holoviz/geoviews) by [holoviz](https://github.com/holoviz) -geoviews: Simple, concise geographical visualization in Python -[http://geoviews.org](http://geoviews.org) -[https://github.com/holoviz/geoviews](https://github.com/holoviz/geoviews) -1.28 stars per week over 358 weeks -460 stars, 68 forks, 28 watches -[gis](categories/gis.md) category, created 2016-04-19, last commit 2023-01-17, main language Python -cartopy, geographic-visualizations, geoviews, holoviews, holoviz, plotting +### [pyogrio](https://github.com/geopandas/pyogrio) by [geopandas](https://github.com/geopandas) +pyogrio: Vectorized vector I/O using OGR +[https://pyogrio.readthedocs.io](https://pyogrio.readthedocs.io) +[https://github.com/geopandas/pyogrio](https://github.com/geopandas/pyogrio) +0.91 stars per week over 153 weeks +139 stars, 10 forks, 9 watches +[gis](categories/gis.md) category, created 2020-03-27, last commit 2023-02-08, main language Python -### [nodevectors](https://github.com/vhranger/nodevectors) by [vhranger](https://github.com/vhranger) -nodevectors: Fastest network node embeddings in the west -[https://github.com/vhranger/nodevectors](https://github.com/vhranger/nodevectors) -2.43 stars per week over 188 weeks -458 stars, 53 forks, 11 watches -[viz](categories/viz.md) category, created 2019-07-25, last commit 2021-11-06, main language Python +### [testbook](https://github.com/nteract/testbook) by [nteract](https://github.com/nteract) +testbook: 🧪 📗 Unit test your Jupyter Notebooks the right way +[https://testbook.readthedocs.io](https://testbook.readthedocs.io) +[https://github.com/nteract/testbook](https://github.com/nteract/testbook) +2.19 stars per week over 157 weeks +345 stars, 38 forks, 15 watches +[jupyter](categories/jupyter.md) category, created 2020-02-26, last commit 2022-11-29, main language Python +jupyter-notebook, nteract, pytest, python, testbook, unit-testing -### [whatlies](https://github.com/koaning/whatlies) by [koaning](https://github.com/koaning) -whatlies: Toolkit to help understand "what lies" in word embeddings. Also benchmarking! -[https://koaning.github.io/whatlies/](https://koaning.github.io/whatlies/) -[https://github.com/koaning/whatlies](https://github.com/koaning/whatlies) -2.86 stars per week over 157 weeks -452 stars, 50 forks, 14 watches -[nlp](categories/nlp.md) category, created 2020-02-22, last commit 2023-02-06, main language Python -embeddings, nlp, visualisations +### [openfisca-core](https://github.com/openfisca/openfisca-core) by [openfisca](https://github.com/openfisca) +openfisca-core: OpenFisca core engine. See other repositories for countries-specific code & data. +[https://openfisca.org](https://openfisca.org) +[https://github.com/openfisca/openfisca-core](https://github.com/openfisca/openfisca-core) +0.29 stars per week over 479 weeks +139 stars, 70 forks, 24 watches +[sim](categories/sim.md) category, created 2013-12-29, last commit 2023-01-24, main language Python +better-rules, legislation-as-code, microsimulation, rules-as-code -### [terminal-copilot](https://github.com/methexis-inc/terminal-copilot) by [methexis-inc](https://github.com/methexis-inc) -terminal-copilot: A smart terminal assistant that helps you find the right command. -[https://github.com/methexis-inc/terminal-copilot](https://github.com/methexis-inc/terminal-copilot) -38 stars per week over 11 weeks -446 stars, 23 forks, 6 watches -[util](categories/util.md) category, created 2022-12-11, last commit 2023-01-25, main language Python +### [geosnap](https://github.com/spatialucr/geosnap) by [spatialucr](https://github.com/spatialucr) +geosnap: The Geospatial Neighborhood Analysis Package +[https://spatialucr.github.io/geosnap-guide](https://spatialucr.github.io/geosnap-guide) +[https://github.com/spatialucr/geosnap](https://github.com/spatialucr/geosnap) +0.78 stars per week over 232 weeks +181 stars, 28 forks, 17 watches +[gis](categories/gis.md) category, created 2018-09-19, last commit 2023-01-25, main language Python -### [python-rasterstats](https://github.com/perrygeo/python-rasterstats) by [perrygeo](https://github.com/perrygeo) -python-rasterstats: Summary statistics of geospatial raster datasets based on vector geometries. -[https://github.com/perrygeo/python-rasterstats](https://github.com/perrygeo/python-rasterstats) -0.9 stars per week over 493 weeks -446 stars, 108 forks, 33 watches -[gis](categories/gis.md) category, created 2013-09-18, last commit 2023-03-01, main language Python +### [mrab-regex](https://github.com/mrabarnett/mrab-regex) by [mrabarnett](https://github.com/mrabarnett) +mrabarnett/mrab-regex +[https://github.com/mrabarnett/mrab-regex](https://github.com/mrabarnett/mrab-regex) +1.77 stars per week over 121 weeks +216 stars, 27 forks, 6 watches +[util](categories/util.md) category, created 2020-11-02, last commit 2022-10-31, main language C -### [loky](https://github.com/joblib/loky) by [joblib](https://github.com/joblib) -loky: Robust and reusable Executor for joblib -[http://loky.readthedocs.io/en/stable/](http://loky.readthedocs.io/en/stable/) -[https://github.com/joblib/loky](https://github.com/joblib/loky) -1.19 stars per week over 375 weeks -445 stars, 43 forks, 10 watches -[perf](categories/perf.md) category, created 2015-12-25, last commit 2023-03-02, main language Python -multiprocessing-library, python +### [pebble](https://github.com/noxdafox/pebble) by [noxdafox](https://github.com/noxdafox) +pebble: Multi threading and processing eye-candy. +[https://github.com/noxdafox/pebble](https://github.com/noxdafox/pebble) +0.83 stars per week over 489 weeks +406 stars, 46 forks, 10 watches +[perf](categories/perf.md) category, created 2013-10-16, last commit 2023-03-01, main language Python +asyncio, decorators, multiprocessing, pool, python, threading -### [label-maker](https://github.com/developmentseed/label-maker) by [developmentseed](https://github.com/developmentseed) -label-maker: Data Preparation for Satellite Machine Learning -[http://devseed.com/label-maker/](http://devseed.com/label-maker/) -[https://github.com/developmentseed/label-maker](https://github.com/developmentseed/label-maker) -1.65 stars per week over 268 weeks -443 stars, 112 forks, 53 watches -[gis](categories/gis.md) category, created 2018-01-10, last commit 2020-11-19, main language Python -computer-vision, data-preparation, deep-learning, keras, remote-sensing, satellite-imagery +### [pandas_market_calendars](https://github.com/rsheftel/pandas_market_calendars) by [rsheftel](https://github.com/rsheftel) +pandas_market_calendars: Exchange calendars to use with pandas for trading applications +[https://github.com/rsheftel/pandas_market_calendars](https://github.com/rsheftel/pandas_market_calendars) +1.74 stars per week over 325 weeks +568 stars, 124 forks, 30 watches +[finance](categories/finance.md) category, created 2016-12-07, last commit 2023-02-04, main language Python +calendar, date, datetime, exchange, pandas -### [astronomer](https://github.com/astronomer/astronomer) -astronomer: Helm Charts for the Astronomer Platform, Apache Airflow as a Service on Kubernetes -[https://www.astronomer.io](https://www.astronomer.io) -[https://github.com/astronomer/astronomer](https://github.com/astronomer/astronomer) -1.64 stars per week over 267 weeks -440 stars, 81 forks, 44 watches -[ml-ops](categories/ml-ops.md) category, created 2018-01-15, last commit 2023-03-02, main language Python -apache-airflow, astronomer-platform, docker, kubernetes +### [Wikipedia](https://github.com/goldsmith/wikipedia) by [goldsmith](https://github.com/goldsmith) +Wikipedia: A Pythonic wrapper for the Wikipedia API +[https://wikipedia.readthedocs.org/](https://wikipedia.readthedocs.org/) +[https://github.com/goldsmith/wikipedia](https://github.com/goldsmith/wikipedia) +5.17 stars per week over 497 weeks +2,571 stars, 521 forks, 82 watches +[data](categories/data.md) category, created 2013-08-20, last commit 2020-10-09, main language Python -### [ghapi](https://github.com/fastai/ghapi) by [fastai](https://github.com/fastai) -ghapi: A delightful and complete interface to GitHub's amazing API -[https://ghapi.fast.ai/](https://ghapi.fast.ai/) -[https://github.com/fastai/ghapi](https://github.com/fastai/ghapi) -3.67 stars per week over 118 weeks -436 stars, 44 forks, 8 watches -[util](categories/util.md) category, created 2020-11-21, last commit 2022-09-27, main language Jupyter Notebook -api-client, github, github-api, nbdev, openapi +### [urwid](https://github.com/urwid/urwid) +urwid: Console user interface library for Python (official repo) +[urwid.org](urwid.org) +[https://github.com/urwid/urwid](https://github.com/urwid/urwid) +3.75 stars per week over 679 weeks +2,545 stars, 311 forks, 62 watches +[term](categories/term.md) category, created 2010-02-25, last commit 2022-07-12, main language Python -### [dit](https://github.com/dit/dit) -dit: Python package for information theory. -[http://docs.dit.io](http://docs.dit.io) -[https://github.com/dit/dit](https://github.com/dit/dit) -0.88 stars per week over 491 weeks -431 stars, 78 forks, 24 watches -[math](categories/math.md) category, created 2013-09-29, last commit 2022-07-25, main language Python -information-theory, python +### [torchsde](https://github.com/google-research/torchsde) by [google-research](https://github.com/google-research) +torchsde: Differentiable SDE solvers with GPU support and efficient sensitivity analysis. +[https://github.com/google-research/torchsde](https://github.com/google-research/torchsde) +8.79 stars per week over 138 weeks +1,220 stars, 145 forks, 33 watches +[math](categories/math.md) category, created 2020-07-06, last commit 2021-07-26, main language Python +deep-learning, deep-neural-networks, differential-equations, dynamical-systems, neural-differential-equations, pytorch, stochastic-differential-equations, stochastic-processes, stochastic-volatility-models -### [gefyra](https://github.com/gefyrahq/gefyra) by [gefyrahq](https://github.com/gefyrahq) -gefyra: Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes. -[https://gefyra.dev](https://gefyra.dev) -[https://github.com/gefyrahq/gefyra](https://github.com/gefyrahq/gefyra) -6.31 stars per week over 67 weeks -424 stars, 23 forks, 7 watches -[util](categories/util.md) category, created 2021-11-18, last commit 2023-02-22, main language Python -coding, containers, developer-tool, development, docker, k8s, kubernetes, tunnel +### [hstream](https://github.com/conradbez/hstream) by [conradbez](https://github.com/conradbez) +hstream: Hyper Stream +[https://github.com/conradbez/hstream](https://github.com/conradbez/hstream) +15 stars per week over 17 weeks +267 stars, 11 forks, 6 watches +[web](categories/web.md) category, created 2022-11-03, last commit 2023-02-10, main language Python -### [urbansim](https://github.com/udst/urbansim) by [udst](https://github.com/udst) -urbansim: Platform for building statistical models of cities and regions -[https://udst.github.io/urbansim/](https://udst.github.io/urbansim/) -[https://github.com/udst/urbansim](https://github.com/udst/urbansim) -0.85 stars per week over 498 weeks -423 stars, 125 forks, 78 watches -[sim](categories/sim.md) category, created 2013-08-15, last commit 2020-05-11, main language Python +### [pympler](https://github.com/pympler/pympler) +pympler: Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. +[https://github.com/pympler/pympler](https://github.com/pympler/pympler) +1.87 stars per week over 543 weeks +1,018 stars, 83 forks, 10 watches +[perf](categories/perf.md) category, created 2012-10-04, last commit 2022-07-24, main language Python -### [earthpy](https://github.com/earthlab/earthpy) by [earthlab](https://github.com/earthlab) -earthpy: A package built to support working with spatial data using open source python -[https://earthpy.readthedocs.io](https://earthpy.readthedocs.io) -[https://github.com/earthlab/earthpy](https://github.com/earthlab/earthpy) -1.6 stars per week over 262 weeks -421 stars, 151 forks, 21 watches -[gis](categories/gis.md) category, created 2018-02-20, last commit 2021-12-20, main language Python -education, python, raster, spatial-data, vector +### [verde](https://github.com/fatiando/verde) by [fatiando](https://github.com/fatiando) +verde: Processing and interpolating spatial data with a twist of machine learning +[https://www.fatiando.org/verde](https://www.fatiando.org/verde) +[https://github.com/fatiando/verde](https://github.com/fatiando/verde) +1.87 stars per week over 253 weeks +474 stars, 59 forks, 21 watches +[gis](categories/gis.md) category, created 2018-04-25, last commit 2022-12-09, main language Python +earth-science, fatiando-a-terra, geophysics, geoscience, geospatial, interpolation, python, python3, scipy, scipy-stack -### [bodywork-core](https://github.com/bodywork-ml/bodywork-core) by [bodywork-ml](https://github.com/bodywork-ml) -bodywork-core: ML pipeline orchestration and model deployments on Kubernetes, made really easy. -[https://bodywork.readthedocs.io/en/latest/](https://bodywork.readthedocs.io/en/latest/) -[https://github.com/bodywork-ml/bodywork-core](https://github.com/bodywork-ml/bodywork-core) -3.46 stars per week over 119 weeks -413 stars, 19 forks, 9 watches -[ml-ops](categories/ml-ops.md) category, created 2020-11-17, last commit 2022-07-04, main language Python -batch, cicd, continuous-deployment, data-science, devops, framework, kubernetes, machine-learning, mlops, orchestration, pipeline, python, serving +### [spatialpandas](https://github.com/holoviz/spatialpandas) by [holoviz](https://github.com/holoviz) +spatialpandas: Pandas extension arrays for spatial/geometric operations +[https://github.com/holoviz/spatialpandas](https://github.com/holoviz/spatialpandas) +1.47 stars per week over 174 weeks +257 stars, 21 forks, 22 watches +[pandas](categories/pandas.md) category, created 2019-10-28, last commit 2023-03-02, main language Python +geographic-data, geopandas, holoviz, pandas, spatialpandas -### [byt5](https://github.com/google-research/byt5) by [google-research](https://github.com/google-research) -google-research/byt5 -[https://github.com/google-research/byt5](https://github.com/google-research/byt5) -4.48 stars per week over 92 weeks -413 stars, 25 forks, 11 watches -[nlp](categories/nlp.md) category, created 2021-05-26, last commit 2022-03-02, main language Python +### [dataclasses-json](https://github.com/lidatong/dataclasses-json) by [lidatong](https://github.com/lidatong) +dataclasses-json: Easily serialize Data Classes to and from JSON +[https://github.com/lidatong/dataclasses-json](https://github.com/lidatong/dataclasses-json) +4.24 stars per week over 254 weeks +1,077 stars, 117 forks, 10 watches +[util](categories/util.md) category, created 2018-04-21, last commit 2022-08-14, main language Python +dataclasses, json, python -### [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) by [open-telemetry](https://github.com/open-telemetry) -opentelemetry-python-contrib: OpenTelemetry instrumentation for Python modules -[https://opentelemetry.io](https://opentelemetry.io) -[https://github.com/open-telemetry/opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) -2.38 stars per week over 173 weeks -411 stars, 319 forks, 15 watches -[util](categories/util.md) category, created 2019-11-08, last commit 2023-02-28, main language Python +### [muffin](https://github.com/klen/muffin) by [klen](https://github.com/klen) +Muffin is a fast, simple and asyncronous web-framework for Python 3 +[https://github.com/klen/muffin](https://github.com/klen/muffin) +1.48 stars per week over 421 weeks +625 stars, 25 forks, 31 watches +[web](categories/web.md) category, created 2015-02-03, last commit 2023-03-04, main language Python +asgi, asyncio, curio, muffin, python, trio, webframework -### [pebble](https://github.com/noxdafox/pebble) by [noxdafox](https://github.com/noxdafox) -pebble: Multi threading and processing eye-candy. -[https://github.com/noxdafox/pebble](https://github.com/noxdafox/pebble) -0.83 stars per week over 489 weeks -406 stars, 46 forks, 10 watches -[perf](categories/perf.md) category, created 2013-10-16, last commit 2023-03-01, main language Python -asyncio, decorators, multiprocessing, pool, python, threading +### [osmnx-examples](https://github.com/gboeing/osmnx-examples) by [gboeing](https://github.com/gboeing) +osmnx-examples: Usage examples, demos, and tutorials for OSMnx. +[https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) +[https://github.com/gboeing/osmnx-examples](https://github.com/gboeing/osmnx-examples) +4.18 stars per week over 293 weeks +1,224 stars, 449 forks, 54 watches +[gis](categories/gis.md) category, created 2017-07-22, last commit 2023-01-01, main language Jupyter Notebook +accessibility, binder, cities, city, jupyter-notebook, network-analysis, notebooks, openstreetmap, public-transport, python, street-networks, transit, transport, transportation, urban-analytics, urban-data-science, urban-design, urban-planning -### [ethtx](https://github.com/ethtx/ethtx) -ethtx: Python package with core transaction decoding functions. -[https://www.ethtx.info](https://www.ethtx.info) -[https://github.com/ethtx/ethtx](https://github.com/ethtx/ethtx) -4.64 stars per week over 87 weeks -406 stars, 64 forks, 16 watches -[crypto](categories/crypto.md) category, created 2021-06-28, last commit 2022-12-01, main language Python +### [rtree](https://github.com/toblerity/rtree) by [toblerity](https://github.com/toblerity) +Rtree: spatial index for Python GIS ¶ +[https://rtree.readthedocs.io/en/latest/](https://rtree.readthedocs.io/en/latest/) +[https://github.com/toblerity/rtree](https://github.com/toblerity/rtree) +0.86 stars per week over 611 weeks +527 stars, 123 forks, 30 watches +[gis](categories/gis.md) category, created 2011-06-19, last commit 2023-01-23, main language Python -### [pecos](https://github.com/amzn/pecos) by [amzn](https://github.com/amzn) -PECOS - Prediction for Enormous and Correlated Spaces -[https://libpecos.org/](https://libpecos.org/) -[https://github.com/amzn/pecos](https://github.com/amzn/pecos) -3.02 stars per week over 133 weeks -403 stars, 89 forks, 21 watches -[ml](categories/ml.md) category, created 2020-08-12, last commit 2023-02-28, main language Python -approximate-nearest-neighbor-search, extreme-multi-label-classification, extreme-multi-label-ranking, machine-learning-algorithms, transformers +### [lambeq](https://github.com/cqcl/lambeq) by [cqcl](https://github.com/cqcl) +lambeq: A high-level Python library for Quantum Natural Language Processing +[https://cqcl.github.io/lambeq/](https://cqcl.github.io/lambeq/) +[https://github.com/cqcl/lambeq](https://github.com/cqcl/lambeq) +4.42 stars per week over 73 weeks +323 stars, 71 forks, 25 watches +[nlp](categories/nlp.md) category, created 2021-10-10, last commit 2023-01-09, main language Python +python, qnlp -### [nbval](https://github.com/computationalmodelling/nbval) by [computationalmodelling](https://github.com/computationalmodelling) -nbval: A py.test plugin to validate Jupyter notebooks -[https://github.com/computationalmodelling/nbval](https://github.com/computationalmodelling/nbval) -0.97 stars per week over 412 weeks -398 stars, 51 forks, 10 watches -[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-01-11, main language Python -ipython-notebook, jupyter-notebook, pytest, pytest-plugin, python, testing +### [geoviews](https://github.com/holoviz/geoviews) by [holoviz](https://github.com/holoviz) +geoviews: Simple, concise geographical visualization in Python +[http://geoviews.org](http://geoviews.org) +[https://github.com/holoviz/geoviews](https://github.com/holoviz/geoviews) +1.28 stars per week over 358 weeks +460 stars, 68 forks, 28 watches +[gis](categories/gis.md) category, created 2016-04-19, last commit 2023-01-17, main language Python +cartopy, geographic-visualizations, geoviews, holoviews, holoviz, plotting -### [File-Injector](https://github.com/carlospuenteg/file-injector) by [carlospuenteg](https://github.com/carlospuenteg) -File-Injector: File Injector is a script that allows you to store any file in an image using steganography -[https://github.com/carlospuenteg/file-injector](https://github.com/carlospuenteg/file-injector) -21 stars per week over 18 weeks -396 stars, 19 forks, 7 watches -[util](categories/util.md) category, created 2022-10-22, last commit 2022-11-18, main language Python -extraction, file, file-injection, file-injector, files, image, image-manipulation, image-processing, injection, noise, numpy, photography, python, python3, steganography, storage +### [coursera-deep-learning-specialization](https://github.com/amanchadha/coursera-deep-learning-specialization) by [amanchadha](https://github.com/amanchadha) +coursera-deep-learning-specialization: Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models +[https://github.com/amanchadha/coursera-deep-learning-specialization](https://github.com/amanchadha/coursera-deep-learning-specialization) +12 stars per week over 140 weeks +1,794 stars, 1,564 forks, 17 watches +[study](categories/study.md) category, created 2020-06-24, last commit 2022-02-07, main language Jupyter Notebook +andrew-ng, andrew-ng-course, cnns, convolutional-neural-network, convolutional-neural-networks, coursera, coursera-assignment, coursera-machine-learning, coursera-specialization, deep-learning, hyperparameter-optimization, hyperparameter-tuning, neural-machine-translation, neural-network, neural-networks, neural-style-transfer, recurrent-neural-network, recurrent-neural-networks, regularization, rnns -### [tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) by [willianfuks](https://github.com/willianfuks) -tfcausalimpact: Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability. -[https://github.com/willianfuks/tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) -2.96 stars per week over 132 weeks -392 stars, 54 forks, 10 watches -[math](categories/math.md) category, created 2020-08-17, last commit 2022-12-20, main language Python -causal-inference, causalimpact, python, tensorflow-probability +### [deepparse](https://github.com/graal-research/deepparse) by [graal-research](https://github.com/graal-research) +Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning +[https://deepparse.org/](https://deepparse.org/) +[https://github.com/graal-research/deepparse](https://github.com/graal-research/deepparse) +1.48 stars per week over 139 weeks +207 stars, 24 forks, 4 watches +[gis](categories/gis.md) category, created 2020-07-01, last commit 2023-02-23, main language Python +addresses-parsing, machine-learning, python -### [fonduer](https://github.com/hazyresearch/fonduer) by [hazyresearch](https://github.com/hazyresearch) -fonduer: A knowledge base construction engine for richly formatted data -[https://fonduer.readthedocs.io/](https://fonduer.readthedocs.io/) -[https://github.com/hazyresearch/fonduer](https://github.com/hazyresearch/fonduer) -1.47 stars per week over 265 weeks -390 stars, 79 forks, 27 watches -[nlp](categories/nlp.md) category, created 2018-02-02, last commit 2021-06-23, main language Python -knowledge-base-construction, machine-learning, multimodality +### [spacy-stanza](https://github.com/explosion/spacy-stanza) by [explosion](https://github.com/explosion) +spacy-stanza: 💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy +[https://github.com/explosion/spacy-stanza](https://github.com/explosion/spacy-stanza) +3.15 stars per week over 213 weeks +672 stars, 50 forks, 25 watches +[nlp](categories/nlp.md) category, created 2019-01-31, last commit 2022-05-27, main language Python +corenlp, data-science, machine-learning, natural-language-processing, nlp, spacy, spacy-pipeline, stanford-corenlp, stanford-machine-learning, stanford-nlp, stanza -### [reclist](https://github.com/jacopotagliabue/reclist) by [jacopotagliabue](https://github.com/jacopotagliabue) -reclist: Behavioral "black-box" testing for recommender systems -[https://github.com/jacopotagliabue/reclist](https://github.com/jacopotagliabue/reclist) -5.67 stars per week over 68 weeks -389 stars, 21 forks, 9 watches -[ml](categories/ml.md) category, created 2021-11-08, last commit 2023-01-26, main language Python -machine-learning, qa-automation, recommender-system +### [Styleformer](https://github.com/prithivirajdamodaran/styleformer) by [prithivirajdamodaran](https://github.com/prithivirajdamodaran) +Styleformer: A Neural Language Style Transfer framework to transfer natural language text smoothly between fine-grained language styles like formal/casual, active/passive, and many more. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration. +[https://github.com/prithivirajdamodaran/styleformer](https://github.com/prithivirajdamodaran/styleformer) +4.9 stars per week over 90 weeks +442 stars, 59 forks, 18 watches +[nlp](categories/nlp.md) category, created 2021-06-12, last commit 2022-12-27, main language Python +active, formal-languages, informal-sentences, nlp, passive, slang, style-transfer, text-style, text-style-transfer, text-style-transfer-benchmark -### [contextily](https://github.com/geopandas/contextily) by [geopandas](https://github.com/geopandas) -contextily: Context geo-tiles in Python -[https://contextily.readthedocs.io/en/latest/](https://contextily.readthedocs.io/en/latest/) -[https://github.com/geopandas/contextily](https://github.com/geopandas/contextily) -1.14 stars per week over 338 weeks -387 stars, 68 forks, 14 watches -[gis](categories/gis.md) category, created 2016-09-08, last commit 2023-02-06, main language Jupyter Notebook -cartography, geography, mapping, matplotlib, openstreetmap, osm, python, stamen, stamen-maps, tile, tiles, webtiles +### [python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) by [sciunto-org](https://github.com/sciunto-org) +python-bibtexparser: Bibtex parser for Python 3 +[https://bibtexparser.readthedocs.io](https://bibtexparser.readthedocs.io) +[https://github.com/sciunto-org/python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) +0.65 stars per week over 530 weeks +347 stars, 118 forks, 17 watches +[util](categories/util.md) category, created 2013-01-05, last commit 2023-01-03, main language Python +bibtex, bibtex-files, hacktoberfest2022, latex, python -### [segno](https://github.com/heuer/segno) by [heuer](https://github.com/heuer) -segno: Python QR Code and Micro QR Code encoder -[https://pypi.org/project/segno/](https://pypi.org/project/segno/) -[https://github.com/heuer/segno](https://github.com/heuer/segno) -1.12 stars per week over 343 weeks -386 stars, 42 forks, 11 watches -[util](categories/util.md) category, created 2016-08-04, last commit 2022-12-10, main language Python -barcode, iso-18004, matrix-barcode, micro-qr-code, micro-qrcode, python, python-qrcode, qr-code, qr-generator, qrcode, segno, structured-append +### [aws-adfs](https://github.com/venth/aws-adfs) by [venth](https://github.com/venth) +aws-adfs: Command line tool to ease aws cli authentication against ADFS (multi factor authentication with active directory) +[https://github.com/venth/aws-adfs](https://github.com/venth/aws-adfs) +0.81 stars per week over 349 weeks +282 stars, 91 forks, 11 watches +[util](categories/util.md) category, created 2016-06-25, last commit 2022-12-14, main language Python +adfs, aws, command-line, duo-security, multi-factor-authentication, python, tools -### [python-dialogflow](https://github.com/dialogflow/dialogflow-python-client-v2) by [dialogflow](https://github.com/dialogflow) -python-dialogflow: Python client for Dialogflow: Design and integrate a conversational user interface into your applications and devices. -[https://dialogflow.com/](https://dialogflow.com/) -[https://github.com/dialogflow/dialogflow-python-client-v2](https://github.com/dialogflow/dialogflow-python-client-v2) -1.38 stars per week over 279 weeks -386 stars, 145 forks, 53 watches -[nlp](categories/nlp.md) category, created 2017-10-24, last commit 2023-03-01, main language Python -dialogflow, machine-learning, python +### [mpmath](https://github.com/fredrik-johansson/mpmath) by [fredrik-johansson](https://github.com/fredrik-johansson) +mpmath: Python library for arbitrary-precision floating-point arithmetic +[http://mpmath.org](http://mpmath.org) +[https://github.com/fredrik-johansson/mpmath](https://github.com/fredrik-johansson/mpmath) +1.25 stars per week over 586 weeks +736 stars, 152 forks, 40 watches +[math](categories/math.md) category, created 2011-12-07, last commit 2023-01-10, main language Python +arbitrary-precision, complex-numbers, floating-point, multiprecision, numerical-integration, numerical-methods, numerical-optimization, ordinary-differential-equations, plotting, python, special-functions -### [FastTreeSHAP](https://github.com/linkedin/fasttreeshap) by [linkedin](https://github.com/linkedin) -FastTreeSHAP: Fast SHAP value computation for interpreting tree-based models -[https://github.com/linkedin/fasttreeshap](https://github.com/linkedin/fasttreeshap) -6.67 stars per week over 57 weeks -384 stars, 23 forks, 7 watches -[ml](categories/ml.md) category, created 2022-01-24, last commit 2022-11-29, main language Python -explainable-ai, interpretability, lightgbm, machine-learning, random-forest, shap, xgboost +### [CodeT5](https://github.com/salesforce/codet5) by [salesforce](https://github.com/salesforce) +Code for CodeT5: a new code-aware pre-trained encoder-decoder model. +[https://arxiv.org/abs/2109.00859](https://arxiv.org/abs/2109.00859) +[https://github.com/salesforce/codet5](https://github.com/salesforce/codet5) +8.19 stars per week over 80 weeks +662 stars, 124 forks, 22 watches +[nlp](categories/nlp.md) category, created 2021-08-16, last commit 2022-07-08, main language Python +code-intelligence, language-model, nlp, programming-language, representation-learning -### [rio-tiler](https://github.com/cogeotiff/rio-tiler) by [cogeotiff](https://github.com/cogeotiff) -rio-tiler: User friendly Rasterio plugin to read raster datasets. -[https://cogeotiff.github.io/rio-tiler/](https://cogeotiff.github.io/rio-tiler/) -[https://github.com/cogeotiff/rio-tiler](https://github.com/cogeotiff/rio-tiler) -1.35 stars per week over 282 weeks -382 stars, 86 forks, 66 watches -[gis](categories/gis.md) category, created 2017-10-06, last commit 2023-02-28, main language Python -cog, cogeotiff, gdal, maptile, mercator, raster, raster-processing, rasterio, satellite, slippy-map, tile +### [check-manifest](https://github.com/mgedmin/check-manifest) by [mgedmin](https://github.com/mgedmin) +check-manifest: Tool to check the completeness of MANIFEST.in for Python packages +[https://pypi.org/p/check-manifest](https://pypi.org/p/check-manifest) +[https://github.com/mgedmin/check-manifest](https://github.com/mgedmin/check-manifest) +0.53 stars per week over 521 weeks +275 stars, 37 forks, 7 watches +[util](categories/util.md) category, created 2013-03-05, last commit 2022-12-11, main language Python -### [BookCode_Edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) by [bayesianmodelingandcomputationinpython](https://github.com/bayesianmodelingandcomputationinpython) -bayesianmodelingandcomputationinpython/bookcode_edition1 -[https://www.bayesiancomputationbook.com](https://www.bayesiancomputationbook.com) -[https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) -4.74 stars per week over 80 weeks -381 stars, 92 forks, 17 watches -[study](categories/study.md) category, created 2021-08-17, last commit 2023-01-09, main language Jupyter Notebook +### [arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) +arxiv-vanity: Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF. +[https://www.arxiv-vanity.com](https://www.arxiv-vanity.com) +[https://github.com/arxiv-vanity/arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) +4.78 stars per week over 290 weeks +1,386 stars, 89 forks, 22 watches +[nlp](categories/nlp.md) category, created 2017-08-12, last commit 2022-01-18, main language Python +academic-publishing, arxiv, latex, science -### [m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) by [mrdbourke](https://github.com/mrdbourke) -m1-machine-learning-test: Code for testing various M1 Chip benchmarks with TensorFlow. -[https://github.com/mrdbourke/m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) -5.6 stars per week over 67 weeks -379 stars, 120 forks, 12 watches -[ml](categories/ml.md) category, created 2021-11-14, last commit 2022-07-16, main language Jupyter Notebook -machine-learning, metal, tensorflow, tensorflow-macos +### [asyncpraw](https://github.com/praw-dev/asyncpraw) by [praw-dev](https://github.com/praw-dev) +asyncpraw: Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. +[https://asyncpraw.readthedocs.io](https://asyncpraw.readthedocs.io) +[https://github.com/praw-dev/asyncpraw](https://github.com/praw-dev/asyncpraw) +0.39 stars per week over 212 weeks +82 stars, 14 forks, 3 watches +[ml-dl](categories/ml-dl.md) category, created 2019-02-05, last commit 2023-02-25, main language Python +api, async, asyncpraw, oauth, praw, python, reddit, reddit-api -### [git-re-basin](https://github.com/samuela/git-re-basin) by [samuela](https://github.com/samuela) -git-re-basin: Code release for "Git Re-Basin: Merging Models modulo Permutation Symmetries" -[https://arxiv.org/abs/2209.04836](https://arxiv.org/abs/2209.04836) -[https://github.com/samuela/git-re-basin](https://github.com/samuela/git-re-basin) -15 stars per week over 24 weeks -377 stars, 33 forks, 5 watches -[ml-dl](categories/ml-dl.md) category, created 2022-09-13, last commit 2023-03-01, main language Python -deep-learning, deeplearning, jax, machine-learning, neural-networks +### [cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) by [developmentseed](https://github.com/developmentseed) +cogeo-mosaic: Create and use COG mosaic based on mosaicJSON +[https://developmentseed.org/cogeo-mosaic/](https://developmentseed.org/cogeo-mosaic/) +[https://github.com/developmentseed/cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) +0.39 stars per week over 198 weeks +78 stars, 21 forks, 8 watches +[gis](categories/gis.md) category, created 2019-05-14, last commit 2023-03-03, main language Python -### [rioxarray](https://github.com/corteva/rioxarray) by [corteva](https://github.com/corteva) -rioxarray: geospatial xarray extension powered by rasterio -[https://corteva.github.io/rioxarray](https://corteva.github.io/rioxarray) -[https://github.com/corteva/rioxarray](https://github.com/corteva/rioxarray) -1.85 stars per week over 202 weeks -374 stars, 60 forks, 14 watches -[gis](categories/gis.md) category, created 2019-04-16, last commit 2023-02-22, main language Python -gdal, geospatial, gis, hacktoberfest, netcdf, python, raster, rasterio, xarray +### [nbval](https://github.com/computationalmodelling/nbval) by [computationalmodelling](https://github.com/computationalmodelling) +nbval: A py.test plugin to validate Jupyter notebooks +[https://github.com/computationalmodelling/nbval](https://github.com/computationalmodelling/nbval) +0.97 stars per week over 412 weeks +398 stars, 51 forks, 10 watches +[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-01-11, main language Python +ipython-notebook, jupyter-notebook, pytest, pytest-plugin, python, testing -### [pypy](https://github.com/mozillazg/pypy) by [mozillazg](https://github.com/mozillazg) -pypy: The unofficial GitHub mirror of PyPy -[https://foss.heptapod.net/pypy/pypy](https://foss.heptapod.net/pypy/pypy) -[https://github.com/mozillazg/pypy](https://github.com/mozillazg/pypy) -0.93 stars per week over 395 weeks -369 stars, 59 forks, 11 watches -[util](categories/util.md) category, created 2015-08-03, last commit 2023-02-27, main language Python -github-mirror, pypy, read-only-repository, readonly, unofficial, unofficial-mirror +### [PokerPy](https://github.com/glpcc/pokerpy) by [glpcc](https://github.com/glpcc) +PokerPy: Texas Hold'em Poker Probability Calculator in Python +[https://github.com/glpcc/pokerpy](https://github.com/glpcc/pokerpy) +3.42 stars per week over 12 weeks +41 stars, 4 forks, 1 watches +[sim](categories/sim.md) category, created 2022-12-11, last commit 2023-02-10, main language C++ +cpp, fast, performance, poker, pybind11, python, texas-holdem -### [momepy](https://github.com/pysal/momepy) by [pysal](https://github.com/pysal) -momepy: Urban Morphology Measuring Toolkit -[https://docs.momepy.org](https://docs.momepy.org) -[https://github.com/pysal/momepy](https://github.com/pysal/momepy) -1.42 stars per week over 257 weeks -364 stars, 49 forks, 16 watches -[gis](categories/gis.md) category, created 2018-03-30, last commit 2023-02-28, main language Python -morphological-analysis, morphology, morphometrics, urban, urban-morphometrics, urban-street-networks +### [research_public](https://github.com/quantopian/research_public) by [quantopian](https://github.com/quantopian) +research_public: Quantitative research and educational materials +[https://www.quantopian.com/lectures](https://www.quantopian.com/lectures) +[https://github.com/quantopian/research_public](https://github.com/quantopian/research_public) +4.95 stars per week over 418 weeks +2,071 stars, 1,451 forks, 201 watches +[finance](categories/finance.md) category, created 2015-02-26, last commit 2020-10-30, main language Jupyter Notebook -### [STTN](https://github.com/researchmm/sttn) by [researchmm](https://github.com/researchmm) -[ECCV'2020] STTN: Learning Joint Spatial-Temporal Transformations for Video Inpainting -[https://arxiv.org/abs/2007.10247](https://arxiv.org/abs/2007.10247) -[https://github.com/researchmm/sttn](https://github.com/researchmm/sttn) -2.62 stars per week over 138 weeks -362 stars, 72 forks, 20 watches -[ml-dl](categories/ml-dl.md) category, created 2020-07-10, last commit 2021-07-26, main language Jupyter Notebook -completing-videos, spatial-temporal, transformer, video-inpainting +### [rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) by [kakaobrain](https://github.com/kakaobrain) +rq-vae-transformer: The official implementation of Autoregressive Image Generation using Residual Quantization (CVPR '22) +[https://github.com/kakaobrain/rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) +10 stars per week over 52 weeks +539 stars, 61 forks, 15 watches +[ml-dl](categories/ml-dl.md) category, created 2022-03-03, last commit 2022-08-18, main language Jupyter Notebook -### [pygeos](https://github.com/pygeos/pygeos) -pygeos: Wraps GEOS geometry functions in numpy ufuncs. -[https://pygeos.readthedocs.io](https://pygeos.readthedocs.io) -[https://github.com/pygeos/pygeos](https://github.com/pygeos/pygeos) -1.86 stars per week over 194 weeks -361 stars, 40 forks, 16 watches -[gis](categories/gis.md) category, created 2019-06-10, last commit 2022-12-14, main language Python +### [data-link-python](https://github.com/nasdaq/data-link-python) by [nasdaq](https://github.com/nasdaq) +data-link-python: A Python library for Nasdaq Data Link's RESTful API +[https://github.com/nasdaq/data-link-python](https://github.com/nasdaq/data-link-python) +3.0 stars per week over 69 weeks +209 stars, 39 forks, 9 watches +[finance](categories/finance.md) category, created 2021-11-02, last commit 2022-08-29, main language Python -### [dask-geopandas](https://github.com/geopandas/dask-geopandas) by [geopandas](https://github.com/geopandas) -dask-geopandas: Parallel GeoPandas with Dask -[https://dask-geopandas.readthedocs.io/](https://dask-geopandas.readthedocs.io/) -[https://github.com/geopandas/dask-geopandas](https://github.com/geopandas/dask-geopandas) -2.27 stars per week over 159 weeks -361 stars, 37 forks, 23 watches -[gis](categories/gis.md) category, created 2020-02-13, last commit 2023-02-27, main language Python +### [sgpt](https://github.com/muennighoff/sgpt) by [muennighoff](https://github.com/muennighoff) +SGPT: GPT Sentence Embeddings for Semantic Search +[https://github.com/muennighoff/sgpt](https://github.com/muennighoff/sgpt) +4.78 stars per week over 55 weeks +264 stars, 27 forks, 6 watches +[nlp](categories/nlp.md) category, created 2022-02-11, last commit 2022-09-12, main language Jupyter Notebook +gpt, information-retrieval, language-model, large-language-models, neural-search, retrieval, semantic-search, sentence-embeddings, sgpt, text-embedding -### [scikit-geometry](https://github.com/scikit-geometry/scikit-geometry) -scikit-geometry: Scientific Python Geometric Algorithms Library -[https://scikit-geometry.github.io/scikit-geometry](https://scikit-geometry.github.io/scikit-geometry) -[https://github.com/scikit-geometry/scikit-geometry](https://github.com/scikit-geometry/scikit-geometry) -1.0 stars per week over 361 weeks -360 stars, 50 forks, 14 watches -[gis](categories/gis.md) category, created 2016-03-28, last commit 2022-10-14, main language Jupyter Notebook -cgal, geometric-algorithms, geometry, python, wrapper +### [transition-amr-parser](https://github.com/ibm/transition-amr-parser) by [ibm](https://github.com/ibm) +transition-amr-parser: SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch. +[https://github.com/ibm/transition-amr-parser](https://github.com/ibm/transition-amr-parser) +0.98 stars per week over 177 weeks +174 stars, 40 forks, 9 watches +[nlp](categories/nlp.md) category, created 2019-10-08, last commit 2023-02-01, main language Python +abstract-meaning-representation, amr, amr-graphs, amr-parser, amr-parsing, machine-learning, nlp, semantic-parsing -### [keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) by [leondgarse](https://github.com/leondgarse) -keras_cv_attention_models: Keras beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,edgenext,efficientformer,efficientnet,fbnet,flexivit,gcvit,ghostnet,gmlp,gpvit,halonet,hornet,iformer,lcnet,levit,maxvit,mlp-mixer,mobilevit,nat,nfnets,pvt,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolov7,yolox -[https://github.com/leondgarse/keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) -4.32 stars per week over 82 weeks -357 stars, 59 forks, 17 watches -[ml-dl](categories/ml-dl.md) category, created 2021-08-02, last commit 2023-02-25, main language Python -anchor-free, attention, coco, detection, imagenet, keras, model, recognition, tensorflow, tf, tf2, visualizing +### [example-code-2e](https://github.com/fluentpython/example-code-2e) by [fluentpython](https://github.com/fluentpython) +example-code-2e: Example code for Fluent Python, 2nd edition (O'Reilly 2022) +[https://amzn.to/3J48u2J](https://amzn.to/3J48u2J) +[https://github.com/fluentpython/example-code-2e](https://github.com/fluentpython/example-code-2e) +8.45 stars per week over 206 weeks +1,745 stars, 525 forks, 54 watches +[study](categories/study.md) category, created 2019-03-21, last commit 2022-04-24, main language Python +concurrency, iterators, metaprogramming, python, python3, special-methods -### [tiny-diffusion](https://github.com/tanelp/tiny-diffusion) by [tanelp](https://github.com/tanelp) -tiny-diffusion: A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets. -[https://github.com/tanelp/tiny-diffusion](https://github.com/tanelp/tiny-diffusion) -50 stars per week over 7 weeks -356 stars, 25 forks, 7 watches -[ml](categories/ml.md) category, created 2023-01-13, last commit 2023-02-19, main language Jupyter Notebook +### [fiber](https://github.com/uber/fiber) by [uber](https://github.com/uber) +fiber: Distributed Computing for AI Made Simple +[https://uber.github.io/fiber/](https://uber.github.io/fiber/) +[https://github.com/uber/fiber](https://github.com/uber/fiber) +6.1 stars per week over 164 weeks +1,004 stars, 113 forks, 22 watches +[data](categories/data.md) category, created 2020-01-07, last commit 2021-03-15, main language Python +distributed-computing, machine-learning, multiprocessing, python, sandbox -### [pypinfo](https://github.com/ofek/pypinfo) by [ofek](https://github.com/ofek) -pypinfo: Easily view PyPI download statistics via Google's BigQuery. -[https://github.com/ofek/pypinfo](https://github.com/ofek/pypinfo) -1.18 stars per week over 302 weeks -356 stars, 31 forks, 14 watches -[util](categories/util.md) category, created 2017-05-13, last commit 2022-11-30, main language Python -bigquery, pypi, python, statistics +### [pytz](https://github.com/stub42/pytz) by [stub42](https://github.com/stub42) +pytz Python historical timezone library and database +[https://github.com/stub42/pytz](https://github.com/stub42/pytz) +0.7 stars per week over 346 weeks +244 stars, 69 forks, 14 watches +[util](categories/util.md) category, created 2016-07-12, last commit 2023-01-14, main language C -### [warp-drive](https://github.com/salesforce/warp-drive) by [salesforce](https://github.com/salesforce) -warp-drive: Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning Framework on a GPU (JMLR 2022) -[https://github.com/salesforce/warp-drive](https://github.com/salesforce/warp-drive) -4.44 stars per week over 79 weeks -352 stars, 65 forks, 13 watches -[ml](categories/ml.md) category, created 2021-08-25, last commit 2023-01-17, main language Python -cuda, deep-learning, gpu, high-throughput, multiagent-reinforcement-learning, numba, pytorch, reinforcement-learning +### [contextily](https://github.com/geopandas/contextily) by [geopandas](https://github.com/geopandas) +contextily: Context geo-tiles in Python +[https://contextily.readthedocs.io/en/latest/](https://contextily.readthedocs.io/en/latest/) +[https://github.com/geopandas/contextily](https://github.com/geopandas/contextily) +1.14 stars per week over 338 weeks +387 stars, 68 forks, 14 watches +[gis](categories/gis.md) category, created 2016-09-08, last commit 2023-02-06, main language Jupyter Notebook +cartography, geography, mapping, matplotlib, openstreetmap, osm, python, stamen, stamen-maps, tile, tiles, webtiles -### [axcell](https://github.com/paperswithcode/axcell) by [paperswithcode](https://github.com/paperswithcode) -axcell: Tools for extracting tables and results from Machine Learning papers -[https://github.com/paperswithcode/axcell](https://github.com/paperswithcode/axcell) -1.82 stars per week over 192 weeks -349 stars, 56 forks, 13 watches -[util](categories/util.md) category, created 2019-06-27, last commit 2021-06-23, main language Python +### [aws-lambda-python-runtime-interface-client](https://github.com/aws/aws-lambda-python-runtime-interface-client) by [aws](https://github.com/aws) +aws/aws-lambda-python-runtime-interface-client +[https://github.com/aws/aws-lambda-python-runtime-interface-client](https://github.com/aws/aws-lambda-python-runtime-interface-client) +1.51 stars per week over 130 weeks +197 stars, 49 forks, 16 watches +[util](categories/util.md) category, created 2020-09-02, last commit 2023-02-16, main language Python -### [mercantile](https://github.com/mapbox/mercantile) by [mapbox](https://github.com/mapbox) -mercantile: Spherical mercator tile and coordinate utilities -[https://github.com/mapbox/mercantile](https://github.com/mapbox/mercantile) -0.74 stars per week over 472 weeks -348 stars, 61 forks, 117 watches -[gis](categories/gis.md) category, created 2014-02-12, last commit 2021-10-22, main language Python -imagery, pxm, satellite +### [stockpredictionai](https://github.com/borisbanushev/stockpredictionai) by [borisbanushev](https://github.com/borisbanushev) +stockpredictionai: In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later. +[https://github.com/borisbanushev/stockpredictionai](https://github.com/borisbanushev/stockpredictionai) +16 stars per week over 216 weeks +3,597 stars, 1,588 forks, 262 watches +[finance](categories/finance.md) category, created 2019-01-09, last commit 2019-02-11, main language None -### [dashing](https://github.com/federicoceratto/dashing) by [federicoceratto](https://github.com/federicoceratto) -dashing: Terminal dashboards for Python -[https://dashing.readthedocs.io/en/latest/](https://dashing.readthedocs.io/en/latest/) -[https://github.com/federicoceratto/dashing](https://github.com/federicoceratto/dashing) -1.16 stars per week over 299 weeks -347 stars, 30 forks, 9 watches -[term](categories/term.md) category, created 2017-06-03, last commit 2020-09-06, main language Python -charts, dashboard, gauges, python, python3, terminal, terminal-based +### [auton-survival](https://github.com/autonlab/auton-survival) by [autonlab](https://github.com/autonlab) +auton-survival: Auton Survival - an open source package for Regression, Counterfactual Estimation, Evaluation and Phenotyping with Censored Time-to-Events +[http://autonlab.github.io/auton-survival](http://autonlab.github.io/auton-survival) +[https://github.com/autonlab/auton-survival](https://github.com/autonlab/auton-survival) +1.39 stars per week over 152 weeks +212 stars, 52 forks, 7 watches +[ml](categories/ml.md) category, created 2020-04-01, last commit 2023-03-03, main language Python +causal-inference, counterfactual-inference, data-science, deep-learning, graphical-models, machine-learning, python, regression, reliability-analysis, survival-analysis, time-to-event -### [python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) by [sciunto-org](https://github.com/sciunto-org) -python-bibtexparser: Bibtex parser for Python 3 -[https://bibtexparser.readthedocs.io](https://bibtexparser.readthedocs.io) -[https://github.com/sciunto-org/python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) -0.65 stars per week over 529 weeks -347 stars, 118 forks, 17 watches -[util](categories/util.md) category, created 2013-01-05, last commit 2023-01-03, main language Python -bibtex, bibtex-files, hacktoberfest2022, latex, python +### [arxiv.py](https://github.com/lukasschwab/arxiv.py) by [lukasschwab](https://github.com/lukasschwab) +arxiv.py: Python wrapper for the arXiv API +[https://github.com/lukasschwab/arxiv.py](https://github.com/lukasschwab/arxiv.py) +1.61 stars per week over 379 weeks +613 stars, 81 forks, 17 watches +[util](categories/util.md) category, created 2015-11-25, last commit 2023-02-01, main language Python +arxiv, arxiv-api, pdf, python-wrapper -### [testbook](https://github.com/nteract/testbook) by [nteract](https://github.com/nteract) -testbook: 🧪 📗 Unit test your Jupyter Notebooks the right way -[https://testbook.readthedocs.io](https://testbook.readthedocs.io) -[https://github.com/nteract/testbook](https://github.com/nteract/testbook) -2.19 stars per week over 157 weeks -345 stars, 38 forks, 15 watches -[jupyter](categories/jupyter.md) category, created 2020-02-26, last commit 2022-11-29, main language Python -jupyter-notebook, nteract, pytest, python, testbook, unit-testing +### [pypistats](https://github.com/hugovk/pypistats) by [hugovk](https://github.com/hugovk) +pypistats: Command-line interface to PyPI Stats API to get download stats for Python packages +[https://pypistats.org/api/](https://pypistats.org/api/) +[https://github.com/hugovk/pypistats](https://github.com/hugovk/pypistats) +0.63 stars per week over 232 weeks +146 stars, 26 forks, 4 watches +[util](categories/util.md) category, created 2018-09-22, last commit 2023-03-01, main language Python +api, cli, command-line, command-line-tool, downloads, hacktoberfest, pypi, python, python3, statistics, stats -### [stat451-machine-learning-fs20](https://github.com/rasbt/stat451-machine-learning-fs20) by [rasbt](https://github.com/rasbt) -stat451-machine-learning-fs20: STAT 451: Intro to Machine Learning @ UW-Madison (Fall 2020) -[https://github.com/rasbt/stat451-machine-learning-fs20](https://github.com/rasbt/stat451-machine-learning-fs20) -2.56 stars per week over 134 weeks -343 stars, 180 forks, 18 watches -[study](categories/study.md) category, created 2020-08-06, last commit 2020-12-03, main language Jupyter Notebook +### [py-frameworks-bench](https://github.com/klen/py-frameworks-bench) by [klen](https://github.com/klen) +py-frameworks-bench: Another benchmark for some python frameworks +[https://klen.github.io/py-frameworks-bench/](https://klen.github.io/py-frameworks-bench/) +[https://github.com/klen/py-frameworks-bench](https://github.com/klen/py-frameworks-bench) +1.67 stars per week over 409 weeks +684 stars, 80 forks, 27 watches +[perf](categories/perf.md) category, created 2015-04-30, last commit 2022-03-14, main language Python +benchmark, python-frameworks -### [psaw](https://github.com/dmarx/psaw) by [dmarx](https://github.com/dmarx) -psaw: Python Pushshift.io API Wrapper (for comment/submission search) -[https://github.com/dmarx/psaw](https://github.com/dmarx/psaw) -1.34 stars per week over 254 weeks -342 stars, 55 forks, 9 watches -[data](categories/data.md) category, created 2018-04-15, last commit 2022-07-09, main language Python +### [maxvit](https://github.com/google-research/maxvit) by [google-research](https://github.com/google-research) +[ECCV 2022] Official repository for "MaxViT: Multi-Axis Vision Transformer". SOTA foundation models for classification, detection, segmentation, image quality, and generative modeling... +[https://github.com/google-research/maxvit](https://github.com/google-research/maxvit) +9.0 stars per week over 34 weeks +310 stars, 19 forks, 6 watches +[ml](categories/ml.md) category, created 2022-07-07, last commit 2022-10-23, main language Jupyter Notebook +architecture, classification, cnn, computer-vision, image, image-processing, mlp, object-detection, resnet, segmentation, transformer, transformer-architecture, vision-transformer -### [DeepForest](https://github.com/weecology/deepforest) by [weecology](https://github.com/weecology) -DeepForest: Python Package for Tree Crown Detection in Airborne RGB imagery -[https://deepforest.readthedocs.io/](https://deepforest.readthedocs.io/) -[https://github.com/weecology/deepforest](https://github.com/weecology/deepforest) -1.31 stars per week over 260 weeks -340 stars, 132 forks, 15 watches -[gis](categories/gis.md) category, created 2018-03-07, last commit 2023-02-22, main language JavaScript +### [FGVC](https://github.com/vt-vl-lab/fgvc) by [vt-vl-lab](https://github.com/vt-vl-lab) +FGVC: [ECCV 2020] Flow-edge Guided Video Completion +[https://github.com/vt-vl-lab/fgvc](https://github.com/vt-vl-lab/fgvc) +11 stars per week over 129 weeks +1,482 stars, 242 forks, 68 watches +[ml-dl](categories/ml-dl.md) category, created 2020-09-09, last commit 2021-12-14, main language Python -### [py-shiny](https://github.com/rstudio/py-shiny) by [rstudio](https://github.com/rstudio) -py-shiny: Shiny for Python -[https://shiny.rstudio.com/py/](https://shiny.rstudio.com/py/) -[https://github.com/rstudio/py-shiny](https://github.com/rstudio/py-shiny) -4.04 stars per week over 83 weeks -337 stars, 20 forks, 23 watches -[web](categories/web.md) category, created 2021-07-27, last commit 2023-03-02, main language JavaScript +### [fastapi-boilerplate](https://github.com/rawheel/fastapi-boilerplate) by [rawheel](https://github.com/rawheel) +fastapi-boilerplate: Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀 +[https://github.com/rawheel/fastapi-boilerplate](https://github.com/rawheel/fastapi-boilerplate) +11 stars per week over 9 weeks +110 stars, 10 forks, 1 watches +[web](categories/web.md) category, created 2022-12-28, last commit 2023-01-07, main language Python +alembic, boilerplate, docker, docker-compose, fastapi, fastapi-boilerplate, fastapi-sqlalchemy, orm, poetry-python, postgresql, pydantic, python3, sqlalchemy, sqlalchemy-orm -### [stochastic](https://github.com/crflynn/stochastic) by [crflynn](https://github.com/crflynn) -stochastic: Generate realizations of stochastic processes in python. -[http://stochastic.readthedocs.io/en/stable/](http://stochastic.readthedocs.io/en/stable/) -[https://github.com/crflynn/stochastic](https://github.com/crflynn/stochastic) -1.05 stars per week over 315 weeks -332 stars, 64 forks, 15 watches -[sim](categories/sim.md) category, created 2017-02-17, last commit 2022-07-12, main language Python -probability, stochastic, stochastic-differential-equations, stochastic-processes, stochastic-simulation-algorithm, stochastic-volatility-models +### [bit](https://github.com/ofek/bit) by [ofek](https://github.com/ofek) +Bitcoin made easy. +[https://ofek.dev/bit/](https://ofek.dev/bit/) +[https://github.com/ofek/bit](https://github.com/ofek/bit) +3.44 stars per week over 329 weeks +1,131 stars, 188 forks, 48 watches +[crypto](categories/crypto.md) category, created 2016-11-12, last commit 2023-02-11, main language Python +bitcoin, cryptocurrencies, libraries, payments, python -### [python-blosc](https://github.com/blosc/python-blosc) by [blosc](https://github.com/blosc) -python-blosc: A Python wrapper for the extremely fast Blosc compression library -[https://www.blosc.org/python-blosc/python-blosc.html](https://www.blosc.org/python-blosc/python-blosc.html) -[https://github.com/blosc/python-blosc](https://github.com/blosc/python-blosc) -0.51 stars per week over 648 weeks -329 stars, 75 forks, 14 watches -[perf](categories/perf.md) category, created 2010-09-30, last commit 2023-03-02, main language Python -blosc, compression, python, wrapper +### [whatlies](https://github.com/koaning/whatlies) by [koaning](https://github.com/koaning) +whatlies: Toolkit to help understand "what lies" in word embeddings. Also benchmarking! +[https://koaning.github.io/whatlies/](https://koaning.github.io/whatlies/) +[https://github.com/koaning/whatlies](https://github.com/koaning/whatlies) +2.86 stars per week over 158 weeks +452 stars, 50 forks, 14 watches +[nlp](categories/nlp.md) category, created 2020-02-22, last commit 2023-02-06, main language Python +embeddings, nlp, visualisations -### [fairing](https://github.com/kubeflow/fairing) by [kubeflow](https://github.com/kubeflow) -fairing: Python SDK for building, training, and deploying ML models -[https://github.com/kubeflow/fairing](https://github.com/kubeflow/fairing) -1.39 stars per week over 234 weeks -327 stars, 147 forks, 39 watches -[ml-ops](categories/ml-ops.md) category, created 2018-09-03, last commit 2021-08-26, main language Jsonnet +### [traceml](https://github.com/polyaxon/datatile) by [polyaxon](https://github.com/polyaxon) +traceml: Engine for ML/Data tracking, visualization, explainability, drift detection, and dashboards for Polyaxon. +[https://github.com/polyaxon/datatile](https://github.com/polyaxon/datatile) +1.27 stars per week over 362 weeks +461 stars, 40 forks, 13 watches +[pandas](categories/pandas.md) category, created 2016-03-25, last commit 2023-02-24, main language Python +dask, data-exploration, data-profiling, data-quality, data-quality-checks, data-science, data-visualization, dataframes, dataops, explainable-ai, matplotlib, mlops, pandas, pandas-summary, plotly, pytorch, spark, statistics, tensorflow, tracking -### [practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) by [googlecloudplatform](https://github.com/googlecloudplatform) -googlecloudplatform/practical-ml-vision-book -[https://github.com/googlecloudplatform/practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) -2.74 stars per week over 119 weeks -327 stars, 147 forks, 19 watches -[study](categories/study.md) category, created 2020-11-18, last commit 2022-11-21, main language Jupyter Notebook +### [breaching](https://github.com/jonasgeiping/breaching) by [jonasgeiping](https://github.com/jonasgeiping) +Breaching privacy in federated learning scenarios for vision and text +[https://github.com/jonasgeiping/breaching](https://github.com/jonasgeiping/breaching) +2.69 stars per week over 54 weeks +147 stars, 32 forks, 3 watches +[ml](categories/ml.md) category, created 2022-02-15, last commit 2023-02-09, main language Python +decentralized-learning, federated-learning, machine-learning, privacy-audit, pytorch, security -### [lambeq](https://github.com/cqcl/lambeq) by [cqcl](https://github.com/cqcl) -lambeq: A high-level Python library for Quantum Natural Language Processing -[https://cqcl.github.io/lambeq/](https://cqcl.github.io/lambeq/) -[https://github.com/cqcl/lambeq](https://github.com/cqcl/lambeq) -4.44 stars per week over 72 weeks -323 stars, 71 forks, 25 watches -[nlp](categories/nlp.md) category, created 2021-10-10, last commit 2023-01-09, main language Python -python, qnlp +### [ml-ane-transformers](https://github.com/apple/ml-ane-transformers) by [apple](https://github.com/apple) +ml-ane-transformers: Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE) +[https://github.com/apple/ml-ane-transformers](https://github.com/apple/ml-ane-transformers) +15 stars per week over 39 weeks +600 stars, 31 forks, 34 watches +[ml](categories/ml.md) category, created 2022-06-03, last commit 2022-08-09, main language Python -### [OWSLib](https://github.com/geopython/owslib) by [geopython](https://github.com/geopython) -OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. -[https://geopython.github.io/OWSLib](https://geopython.github.io/OWSLib) -[https://github.com/geopython/owslib](https://github.com/geopython/owslib) -0.55 stars per week over 581 weeks -322 stars, 261 forks, 30 watches -[gis](categories/gis.md) category, created 2012-01-13, last commit 2023-02-24, main language Python +### [logzero](https://github.com/metachris/logzero) by [metachris](https://github.com/metachris) +logzero: Robust and effective logging for Python 2 and 3. +[https://logzero.readthedocs.io](https://logzero.readthedocs.io) +[https://github.com/metachris/logzero](https://github.com/metachris/logzero) +3.45 stars per week over 298 weeks +1,030 stars, 69 forks, 26 watches +[util](categories/util.md) category, created 2017-06-12, last commit 2021-03-17, main language Python +logfiles, logging, logzero, python -### [maxvit](https://github.com/google-research/maxvit) by [google-research](https://github.com/google-research) -[ECCV 2022] Official repository for "MaxViT: Multi-Axis Vision Transformer". SOTA foundation models for classification, detection, segmentation, image quality, and generative modeling... -[https://github.com/google-research/maxvit](https://github.com/google-research/maxvit) -9.11 stars per week over 34 weeks -311 stars, 19 forks, 6 watches -[ml](categories/ml.md) category, created 2022-07-07, last commit 2022-10-23, main language Jupyter Notebook -architecture, classification, cnn, computer-vision, image, image-processing, mlp, object-detection, resnet, segmentation, transformer, transformer-architecture, vision-transformer +### [ai-economist](https://github.com/salesforce/ai-economist) by [salesforce](https://github.com/salesforce) +ai-economist: Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist). +[https://www.einstein.ai/the-ai-economist](https://www.einstein.ai/the-ai-economist) +[https://github.com/salesforce/ai-economist](https://github.com/salesforce/ai-economist) +6.81 stars per week over 139 weeks +949 stars, 194 forks, 46 watches +[sim](categories/sim.md) category, created 2020-07-02, last commit 2022-05-09, main language Python +ai, deep-reinforcement-learning, economics, ml, multi-agent, multi-agent-reinforcement-learning, python-3, reinforcement-learning-environments, simulation-framework -### [GeoTorchAI](https://github.com/datasystemslab/geotorch) by [datasystemslab](https://github.com/datasystemslab) -GeoTorchAI: A Spatiotemporal Deep Learning Framework (https://dl.acm.org/doi/abs/10.1145/3557915.3561036) -[https://kanchanchy.github.io/geotorchai/](https://kanchanchy.github.io/geotorchai/) -[https://github.com/datasystemslab/geotorch](https://github.com/datasystemslab/geotorch) -7.64 stars per week over 40 weeks -310 stars, 21 forks, 9 watches -[gis](categories/gis.md) category, created 2022-05-23, last commit 2023-02-05, main language Python -classification-model, convlstm-pytorch, deep-learning, deep-neural-networks, deepsat, prediction-model, raster-data, satellite-classification, satellite-images, segmentation-models, sequence-models, spatial-data-analysis, spatio-temporal-analysis, spatio-temporal-models, spatio-temporal-prediction, st-resnet +### [odin](https://github.com/python-odin/odin) by [python-odin](https://github.com/python-odin) +odin: Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python +[https://odin.readthedocs.org/en/latest/](https://odin.readthedocs.org/en/latest/) +[https://github.com/python-odin/odin](https://github.com/python-odin/odin) +0.06 stars per week over 497 weeks +29 stars, 7 forks, 3 watches +[util](categories/util.md) category, created 2013-08-20, last commit 2023-02-26, main language Python +csv, data-mapping, data-structures, de-serialize, json, msgpack, python, serialize, validation, xml, yaml -### [SDNE](https://github.com/suanrong/sdne) by [suanrong](https://github.com/suanrong) -SDNE: This is a implementation of SDNE (Structural Deep Network embedding) -[http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding](http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding) -[https://github.com/suanrong/sdne](https://github.com/suanrong/sdne) -0.95 stars per week over 326 weeks -310 stars, 123 forks, 10 watches -[ml-dl](categories/ml-dl.md) category, created 2016-11-30, last commit 2021-09-10, main language Python +### [ion-python](https://github.com/amzn/ion-python) by [amzn](https://github.com/amzn) +ion-python: A Python implementation of Amazon Ion. +[https://amazon-ion.github.io/ion-docs/](https://amazon-ion.github.io/ion-docs/) +[https://github.com/amzn/ion-python](https://github.com/amzn/ion-python) +0.62 stars per week over 360 weeks +223 stars, 49 forks, 25 watches +[data](categories/data.md) category, created 2016-04-07, last commit 2023-02-14, main language Python -### [ModernConvNets](https://github.com/nyandwi/modernconvnets) by [nyandwi](https://github.com/nyandwi) -ModernConvNets: Revisions and implementations of modern Convolutional Neural Networks architectures in TensorFlow and Keras -[https://github.com/nyandwi/modernconvnets](https://github.com/nyandwi/modernconvnets) -5.55 stars per week over 55 weeks -306 stars, 32 forks, 7 watches -[ml-dl](categories/ml-dl.md) category, created 2022-02-10, last commit 2022-10-05, main language Jupyter Notebook -cnns, computer-vision, convnets, convolutional-neural-networks, deep-learning-algorithms, image-classification, keras, neural-networks, tensorflow +### [pysnyk](https://github.com/snyk-labs/pysnyk) by [snyk-labs](https://github.com/snyk-labs) +pysnyk: A Python client for the Snyk API. +[https://snyk.docs.apiary.io/](https://snyk.docs.apiary.io/) +[https://github.com/snyk-labs/pysnyk](https://github.com/snyk-labs/pysnyk) +0.25 stars per week over 213 weeks +53 stars, 95 forks, 10 watches +[security](categories/security.md) category, created 2019-02-03, last commit 2023-01-20, main language Python +api, python, snyk -### [grade-school-math](https://github.com/openai/grade-school-math) by [openai](https://github.com/openai) -openai/grade-school-math -[https://github.com/openai/grade-school-math](https://github.com/openai/grade-school-math) -4.29 stars per week over 71 weeks -306 stars, 64 forks, 9 watches -[nlp](categories/nlp.md) category, created 2021-10-20, last commit 2021-11-19, main language Python +### [advertorch](https://github.com/borealisai/advertorch) by [borealisai](https://github.com/borealisai) +advertorch: A Toolbox for Adversarial Robustness Research +[https://github.com/borealisai/advertorch](https://github.com/borealisai/advertorch) +5.13 stars per week over 222 weeks +1,141 stars, 180 forks, 27 watches +[ml](categories/ml.md) category, created 2018-11-29, last commit 2022-05-29, main language Jupyter Notebook +adversarial-attacks, adversarial-example, adversarial-examples, adversarial-learning, adversarial-machine-learning, adversarial-perturbations, benchmarking, machine-learning, pytorch, robustness, security, toolbox -### [high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) by [mynameisfiber](https://github.com/mynameisfiber) -high_performance_python_2e: Code for the book "High Performance Python 2e" by Micha Gorelick and Ian Ozsvald with OReilly -[https://github.com/mynameisfiber/high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) -2.03 stars per week over 150 weeks -306 stars, 100 forks, 6 watches -[study](categories/study.md) category, created 2020-04-12, last commit 2023-01-18, main language Python -code-samples, high-performance, oreilly, oreilly-books, python +### [httptools](https://github.com/magicstack/httptools) by [magicstack](https://github.com/magicstack) +httptools: Fast HTTP parser +[https://github.com/magicstack/httptools](https://github.com/magicstack/httptools) +3.05 stars per week over 357 weeks +1,092 stars, 71 forks, 40 watches +[web](categories/web.md) category, created 2016-04-25, last commit 2022-09-13, main language Python -### [jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) by [chaoleili](https://github.com/chaoleili) -jupyterlab_tensorboard: Tensorboard extension for jupyterlab. -[https://github.com/chaoleili/jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) -1.25 stars per week over 237 weeks -297 stars, 36 forks, 11 watches -[jupyter](categories/jupyter.md) category, created 2018-08-14, last commit 2022-07-18, main language TypeScript -jupyterlab, jupyterlab-extension, tensorboard +### [textstat](https://github.com/shivam5992/textstat) by [shivam5992](https://github.com/shivam5992) +textstat: :memo: python package to calculate readability statistics of a text object - paragraphs, sentences, articles. +[https://textstat.org](https://textstat.org) +[https://github.com/shivam5992/textstat](https://github.com/shivam5992/textstat) +2.03 stars per week over 454 weeks +924 stars, 148 forks, 17 watches +[nlp](categories/nlp.md) category, created 2014-06-18, last commit 2022-07-08, main language Python +flesch-kincaid-grade, flesch-reading-ease, python, readability, smog, textstat -### [fastapi_client](https://github.com/dmontagu/fastapi_client) by [dmontagu](https://github.com/dmontagu) -fastapi_client: FastAPI client generator -[https://github.com/dmontagu/fastapi_client](https://github.com/dmontagu/fastapi_client) -1.58 stars per week over 186 weeks -296 stars, 39 forks, 8 watches -[web](categories/web.md) category, created 2019-08-03, last commit 2021-02-11, main language Python +### [AutoProfiler](https://github.com/cmudig/autoprofiler) by [cmudig](https://github.com/cmudig) +AutoProfiler: Automatically profile dataframes in the Jupyter sidebar +[https://github.com/cmudig/autoprofiler](https://github.com/cmudig/autoprofiler) +1.9 stars per week over 49 weeks +94 stars, 5 forks, 1 watches +[jupyter](categories/jupyter.md) category, created 2022-03-24, last commit 2023-02-28, main language Svelte +jupyter, pandas, python -### [pastas](https://github.com/pastas/pastas) -pastas: :spaghetti: Pastas is an open-source Python framework for the analysis of groundwater time series. -[https://pastas.readthedocs.io](https://pastas.readthedocs.io) -[https://github.com/pastas/pastas](https://github.com/pastas/pastas) -0.82 stars per week over 359 weeks -295 stars, 55 forks, 18 watches -[time-series](categories/time-series.md) category, created 2016-04-15, last commit 2023-02-07, main language Python -analysis, groundwater, hydrology, pastas, python, timeseries +### [pandas_flavor](https://github.com/zsailer/pandas_flavor) by [zsailer](https://github.com/zsailer) +pandas_flavor: The easy way to write your own flavor of Pandas +[https://zsailer.github.io/software/pandas-flavor/](https://zsailer.github.io/software/pandas-flavor/) +[https://github.com/zsailer/pandas_flavor](https://github.com/zsailer/pandas_flavor) +1.02 stars per week over 266 weeks +273 stars, 17 forks, 11 watches +[pandas](categories/pandas.md) category, created 2018-01-25, last commit 2023-02-03, main language Python +pandas -### [FastAPI-Backend-Template](https://github.com/aeternalis-ingenium/fastapi-backend-template) by [aeternalis-ingenium](https://github.com/aeternalis-ingenium) -FastAPI-Backend-Template: A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker. -[https://github.com/aeternalis-ingenium/fastapi-backend-template](https://github.com/aeternalis-ingenium/fastapi-backend-template) -22 stars per week over 12 weeks -289 stars, 49 forks, 10 watches -[web](categories/web.md) category, created 2022-12-05, last commit 2023-02-05, main language Python -alembic, asynchronous, asyncpg, codecov, coverage, docker, docker-compose, fastapi, githubactions, jwt, postgresql, pre-commit, pytest, python, sqlalchemy +### [NeuroNER](https://github.com/franck-dernoncourt/neuroner) by [franck-dernoncourt](https://github.com/franck-dernoncourt) +NeuroNER: Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results. +[http://neuroner.com](http://neuroner.com) +[https://github.com/franck-dernoncourt/neuroner](https://github.com/franck-dernoncourt/neuroner) +5.26 stars per week over 312 weeks +1,646 stars, 485 forks, 84 watches +[nlp](categories/nlp.md) category, created 2017-03-07, last commit 2019-10-02, main language Python +deep-learning, machine-learning, named-entity-recognition, neural-networks, nlp, tensorflow -### [unprompted](https://github.com/thereforegames/unprompted) by [thereforegames](https://github.com/thereforegames) -unprompted: Text generator written for Stable Diffusion workflows. -[https://github.com/thereforegames/unprompted](https://github.com/thereforegames/unprompted) -16 stars per week over 17 weeks -286 stars, 31 forks, 9 watches -[diffusion](categories/diffusion.md) category, created 2022-10-31, last commit 2023-02-25, main language Python +### [pyflux](https://github.com/rjt1990/pyflux) by [rjt1990](https://github.com/rjt1990) +pyflux: Open source time series library for Python +[https://github.com/rjt1990/pyflux](https://github.com/rjt1990/pyflux) +5.47 stars per week over 367 weeks +2,013 stars, 236 forks, 70 watches +[time-series](categories/time-series.md) category, created 2016-02-16, last commit 2018-12-16, main language Python +statistics, time-series -### [geolambda](https://github.com/developmentseed/geolambda) by [developmentseed](https://github.com/developmentseed) -geolambda: Create and deploy Geospatial AWS Lambda functions -[https://github.com/developmentseed/geolambda](https://github.com/developmentseed/geolambda) -0.93 stars per week over 304 weeks -282 stars, 85 forks, 50 watches -[gis](categories/gis.md) category, created 2017-05-02, last commit 2021-02-16, main language Dockerfile +### [bodywork-core](https://github.com/bodywork-ml/bodywork-core) by [bodywork-ml](https://github.com/bodywork-ml) +bodywork-core: ML pipeline orchestration and model deployments on Kubernetes, made really easy. +[https://bodywork.readthedocs.io/en/latest/](https://bodywork.readthedocs.io/en/latest/) +[https://github.com/bodywork-ml/bodywork-core](https://github.com/bodywork-ml/bodywork-core) +3.45 stars per week over 119 weeks +413 stars, 19 forks, 9 watches +[ml-ops](categories/ml-ops.md) category, created 2020-11-17, last commit 2022-07-04, main language Python +batch, cicd, continuous-deployment, data-science, devops, framework, kubernetes, machine-learning, mlops, orchestration, pipeline, python, serving -### [aws-adfs](https://github.com/venth/aws-adfs) by [venth](https://github.com/venth) -aws-adfs: Command line tool to ease aws cli authentication against ADFS (multi factor authentication with active directory) -[https://github.com/venth/aws-adfs](https://github.com/venth/aws-adfs) -0.81 stars per week over 348 weeks -281 stars, 91 forks, 11 watches -[util](categories/util.md) category, created 2016-06-25, last commit 2022-12-14, main language Python -adfs, aws, command-line, duo-security, multi-factor-authentication, python, tools +### [pyql](https://github.com/enthought/pyql) by [enthought](https://github.com/enthought) +pyql: Cython QuantLib wrappers +[https://github.com/enthought/pyql](https://github.com/enthought/pyql) +1.33 stars per week over 573 weeks +761 stars, 176 forks, 105 watches +[finance](categories/finance.md) category, created 2012-03-08, last commit 2023-03-04, main language Cython +cython, quantlib -### [enlighten](https://github.com/rockhopper-technologies/enlighten) by [rockhopper-technologies](https://github.com/rockhopper-technologies) -Enlighten Progress Bar for Python Console Apps -[https://python-enlighten.readthedocs.io](https://python-enlighten.readthedocs.io) -[https://github.com/rockhopper-technologies/enlighten](https://github.com/rockhopper-technologies/enlighten) -0.98 stars per week over 284 weeks -277 stars, 19 forks, 4 watches -[term](categories/term.md) category, created 2017-09-22, last commit 2023-02-04, main language Python -python +### [pystan](https://github.com/stan-dev/pystan) by [stan-dev](https://github.com/stan-dev) +PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io +[https://github.com/stan-dev/pystan](https://github.com/stan-dev/pystan) +0.85 stars per week over 285 weeks +243 stars, 46 forks, 13 watches +[ml](categories/ml.md) category, created 2017-09-17, last commit 2022-11-26, main language Python -### [poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) by [tiangolo](https://github.com/tiangolo) -poetry-version-plugin: Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag. -[https://github.com/tiangolo/poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) -2.98 stars per week over 92 weeks -275 stars, 24 forks, 5 watches -[util](categories/util.md) category, created 2021-05-27, last commit 2021-05-28, main language Python -packaging, packaging-for-pypi, pypi, python, python-poetry, python3 +### [segno](https://github.com/heuer/segno) by [heuer](https://github.com/heuer) +segno: Python QR Code and Micro QR Code encoder +[https://pypi.org/project/segno/](https://pypi.org/project/segno/) +[https://github.com/heuer/segno](https://github.com/heuer/segno) +1.13 stars per week over 343 weeks +387 stars, 42 forks, 11 watches +[util](categories/util.md) category, created 2016-08-04, last commit 2022-12-10, main language Python +barcode, iso-18004, matrix-barcode, micro-qr-code, micro-qrcode, python, python-qrcode, qr-code, qr-generator, qrcode, segno, structured-append -### [check-manifest](https://github.com/mgedmin/check-manifest) by [mgedmin](https://github.com/mgedmin) -check-manifest: Tool to check the completeness of MANIFEST.in for Python packages -[https://pypi.org/p/check-manifest](https://pypi.org/p/check-manifest) -[https://github.com/mgedmin/check-manifest](https://github.com/mgedmin/check-manifest) -0.53 stars per week over 521 weeks -275 stars, 37 forks, 7 watches -[util](categories/util.md) category, created 2013-03-05, last commit 2022-12-11, main language Python +### [magnitude](https://github.com/plasticityai/magnitude) by [plasticityai](https://github.com/plasticityai) +magnitude: A fast, efficient universal vector embedding utility package. +[https://github.com/plasticityai/magnitude](https://github.com/plasticityai/magnitude) +5.95 stars per week over 262 weeks +1,560 stars, 113 forks, 37 watches +[nlp](categories/nlp.md) category, created 2018-02-24, last commit 2020-07-17, main language Python +embeddings, fast, fasttext, gensim, glove, machine-learning, machine-learning-library, memory-efficient, natural-language-processing, nlp, python, vectors, word-embeddings, word2vec -### [contractions](https://github.com/kootenpv/contractions) by [kootenpv](https://github.com/kootenpv) -contractions: Fixes contractions such as `you're` to `you are` -[https://github.com/kootenpv/contractions](https://github.com/kootenpv/contractions) -0.85 stars per week over 322 weeks -273 stars, 35 forks, 7 watches -[nlp](categories/nlp.md) category, created 2016-12-25, last commit 2022-11-15, main language Python +### [jake](https://github.com/sonatype-nexus-community/jake) by [sonatype-nexus-community](https://github.com/sonatype-nexus-community) +jake: Check your Python environments for vulnerable Open Source packages with OSS Index or Sonatype Nexus Lifecycle. +[https://jake.readthedocs.io/](https://jake.readthedocs.io/) +[https://github.com/sonatype-nexus-community/jake](https://github.com/sonatype-nexus-community/jake) +0.45 stars per week over 177 weeks +80 stars, 21 forks, 8 watches +[security](categories/security.md) category, created 2019-10-10, last commit 2023-02-22, main language Python +nexus-iq, ossindex, python, sonatype-iq, vulnerabilities, vulnerability-scanners -### [pandas_flavor](https://github.com/zsailer/pandas_flavor) by [zsailer](https://github.com/zsailer) -pandas_flavor: The easy way to write your own flavor of Pandas -[https://zsailer.github.io/software/pandas-flavor/](https://zsailer.github.io/software/pandas-flavor/) -[https://github.com/zsailer/pandas_flavor](https://github.com/zsailer/pandas_flavor) -1.03 stars per week over 266 weeks -273 stars, 17 forks, 11 watches -[pandas](categories/pandas.md) category, created 2018-01-25, last commit 2023-02-03, main language Python -pandas +### [pymdp](https://github.com/infer-actively/pymdp) by [infer-actively](https://github.com/infer-actively) +pymdp: A Python implementation of active inference for Markov Decision Processes +[https://github.com/infer-actively/pymdp](https://github.com/infer-actively/pymdp) +1.44 stars per week over 170 weeks +245 stars, 38 forks, 24 watches +[ml](categories/ml.md) category, created 2019-11-27, last commit 2022-12-08, main language Python -### [eth-utils](https://github.com/ethereum/eth-utils) by [ethereum](https://github.com/ethereum) -eth-utils: Utility functions for working with ethereum related codebases. -[https://eth-utils.readthedocs.io/en/latest/](https://eth-utils.readthedocs.io/en/latest/) -[https://github.com/ethereum/eth-utils](https://github.com/ethereum/eth-utils) -0.85 stars per week over 316 weeks -270 stars, 141 forks, 18 watches -[crypto](categories/crypto.md) category, created 2017-02-07, last commit 2022-11-17, main language Python -ethereum, python, utility-library +### [spherely](https://github.com/benbovy/spherely) by [benbovy](https://github.com/benbovy) +spherely: Manipulation and analysis of geometric objects on the sphere. +[https://spherely.readthedocs.io/](https://spherely.readthedocs.io/) +[https://github.com/benbovy/spherely](https://github.com/benbovy/spherely) +5.68 stars per week over 14 weeks +82 stars, 2 forks, 4 watches +[gis](categories/gis.md) category, created 2022-11-24, last commit 2023-01-12, main language C++ -### [skops](https://github.com/skops-dev/skops) by [skops-dev](https://github.com/skops-dev) -skops is a Python library helping you share your scikit-learn based models and put them in production -[https://skops.readthedocs.io/en/stable/](https://skops.readthedocs.io/en/stable/) -[https://github.com/skops-dev/skops](https://github.com/skops-dev/skops) -6.21 stars per week over 43 weeks -269 stars, 42 forks, 9 watches -[ml-ops](categories/ml-ops.md) category, created 2022-05-04, last commit 2023-02-28, main language Python -hacktoberfest, huggingface, machine-learning, mlops, scikit-learn +### [empyrical](https://github.com/quantopian/empyrical) by [quantopian](https://github.com/quantopian) +empyrical: Common financial risk and performance metrics. Used by zipline and pyfolio. +[https://quantopian.github.io/empyrical](https://quantopian.github.io/empyrical) +[https://github.com/quantopian/empyrical](https://github.com/quantopian/empyrical) +2.85 stars per week over 363 weeks +1,034 stars, 339 forks, 72 watches +[finance](categories/finance.md) category, created 2016-03-18, last commit 2020-10-14, main language Python -### [unionml](https://github.com/unionai-oss/unionml) by [unionai-oss](https://github.com/unionai-oss) -UnionML: the easiest way to build and deploy machine learning microservices -[https://www.union.ai/unionml](https://www.union.ai/unionml) -[https://github.com/unionai-oss/unionml](https://github.com/unionai-oss/unionml) -3.97 stars per week over 67 weeks -267 stars, 37 forks, 4 watches -[ml-ops](categories/ml-ops.md) category, created 2021-11-17, last commit 2022-12-21, main language Python -hacktoberfest, machine-learning, mlops +### [xyzservices](https://github.com/geopandas/xyzservices) by [geopandas](https://github.com/geopandas) +xyzservices: Source of XYZ tiles providers +[https://xyzservices.readthedocs.io/](https://xyzservices.readthedocs.io/) +[https://github.com/geopandas/xyzservices](https://github.com/geopandas/xyzservices) +0.93 stars per week over 93 weeks +87 stars, 19 forks, 11 watches +[gis](categories/gis.md) category, created 2021-05-21, last commit 2023-03-01, main language Python -### [hstream](https://github.com/conradbez/hstream) by [conradbez](https://github.com/conradbez) -hstream: Hyper Stream -[https://github.com/conradbez/hstream](https://github.com/conradbez/hstream) -15 stars per week over 17 weeks -267 stars, 11 forks, 6 watches -[web](categories/web.md) category, created 2022-11-03, last commit 2023-02-10, main language Python +### [mordecai](https://github.com/openeventdata/mordecai) by [openeventdata](https://github.com/openeventdata) +mordecai: Full text geoparsing as a Python library +[https://github.com/openeventdata/mordecai](https://github.com/openeventdata/mordecai) +1.99 stars per week over 349 weeks +694 stars, 93 forks, 36 watches +[gis](categories/gis.md) category, created 2016-06-23, last commit 2021-02-01, main language Python +geocoding, geonames, geoparsing, nlp, spacy, toponym-resolution -### [cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) by [cgal](https://github.com/cgal) -cgal-swig-bindings: CGAL bindings using SWIG -[https://github.com/cgal/cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) -0.64 stars per week over 415 weeks -266 stars, 80 forks, 26 watches -[gis](categories/gis.md) category, created 2015-03-14, last commit 2023-03-01, main language C++ +### [watermark](https://github.com/rasbt/watermark) by [rasbt](https://github.com/rasbt) +watermark: An IPython magic extension for printing date and time stamps, version numbers, and hardware information +[https://github.com/rasbt/watermark](https://github.com/rasbt/watermark) +1.71 stars per week over 448 weeks +768 stars, 82 forks, 13 watches +[util](categories/util.md) category, created 2014-07-30, last commit 2022-09-13, main language Python +ipython, jupyter, magic-extension, python -### [Mephisto](https://github.com/facebookresearch/mephisto) by [facebookresearch](https://github.com/facebookresearch) -Mephisto: A suite of tools for managing crowdsourcing tasks from the inception through to data packaging for research use. -[https://mephisto.ai/](https://mephisto.ai/) -[https://github.com/facebookresearch/mephisto](https://github.com/facebookresearch/mephisto) -1.42 stars per week over 184 weeks -263 stars, 59 forks, 15 watches -[data](categories/data.md) category, created 2019-08-19, last commit 2023-02-18, main language JavaScript +### [bamboolib](https://github.com/tkrabel/bamboolib) by [tkrabel](https://github.com/tkrabel) +bamboolib - a GUI for pandas DataFrames +[https://bamboolib.com](https://bamboolib.com) +[https://github.com/tkrabel/bamboolib](https://github.com/tkrabel/bamboolib) +4.5 stars per week over 196 weeks +884 stars, 95 forks, 31 watches +[pandas](categories/pandas.md) category, created 2019-05-29, last commit 2022-09-27, main language Jupyter Notebook +jupyter-notebook, jupyterlab, pandas, pandas-dataframes, python -### [ottr](https://github.com/airbnb/ottr) by [airbnb](https://github.com/airbnb) -ottr: Serverless Public Key Infrastructure Framework -[https://github.com/airbnb/ottr](https://github.com/airbnb/ottr) -3.3 stars per week over 79 weeks -261 stars, 28 forks, 7 watches -[util](categories/util.md) category, created 2021-08-27, last commit 2022-01-04, main language Python +### [radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) by [radiantearth](https://github.com/radiantearth) +radiant-mlhub: A Python client for the Radiant MLHub API (https://mlhub.earth). +[https://radiant-mlhub.readthedocs.io/](https://radiant-mlhub.readthedocs.io/) +[https://github.com/radiantearth/radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) +0.37 stars per week over 124 weeks +46 stars, 10 forks, 5 watches +[gis](categories/gis.md) category, created 2020-10-13, last commit 2023-02-13, main language Python +machine-learning, python, python-3, python-client, satellite-imagery, stac -### [pyesridump](https://github.com/openaddresses/pyesridump) by [openaddresses](https://github.com/openaddresses) -pyesridump: Scrapes an ESRI MapServer REST endpoint to spit out more generally-usable geodata. -[https://github.com/openaddresses/pyesridump](https://github.com/openaddresses/pyesridump) -0.54 stars per week over 482 weeks -258 stars, 60 forks, 16 watches -[gis](categories/gis.md) category, created 2013-12-06, last commit 2023-02-01, main language Python +### [nodevectors](https://github.com/vhranger/nodevectors) by [vhranger](https://github.com/vhranger) +nodevectors: Fastest network node embeddings in the west +[https://github.com/vhranger/nodevectors](https://github.com/vhranger/nodevectors) +2.43 stars per week over 188 weeks +458 stars, 53 forks, 11 watches +[viz](categories/viz.md) category, created 2019-07-25, last commit 2021-11-06, main language Python -### [spatialpandas](https://github.com/holoviz/spatialpandas) by [holoviz](https://github.com/holoviz) -spatialpandas: Pandas extension arrays for spatial/geometric operations -[https://github.com/holoviz/spatialpandas](https://github.com/holoviz/spatialpandas) -1.47 stars per week over 174 weeks -256 stars, 21 forks, 22 watches -[pandas](categories/pandas.md) category, created 2019-10-28, last commit 2023-03-02, main language Python -geographic-data, geopandas, holoviz, pandas, spatialpandas +### [findatapy](https://github.com/cuemacro/findatapy) by [cuemacro](https://github.com/cuemacro) +findatapy: Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc. +[https://github.com/cuemacro/findatapy](https://github.com/cuemacro/findatapy) +3.78 stars per week over 343 weeks +1,297 stars, 183 forks, 91 watches +[finance](categories/finance.md) category, created 2016-08-03, last commit 2022-08-24, main language Python +arctic, bloomberg, dukascopy, eikon, fred, market-data, python-api, quandl -### [squirrel-core](https://github.com/merantix-momentum/squirrel-core) by [merantix-momentum](https://github.com/merantix-momentum) -squirrel-core: A Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way :chestnut: -[https://squirrel-core.readthedocs.io/](https://squirrel-core.readthedocs.io/) -[https://github.com/merantix-momentum/squirrel-core](https://github.com/merantix-momentum/squirrel-core) -4.65 stars per week over 55 weeks -256 stars, 6 forks, 13 watches -[ml](categories/ml.md) category, created 2022-02-11, last commit 2023-03-02, main language Python -ai, cloud-computing, collaboration, computer-vision, cv, data-ingestion, data-mesh, data-science, dataops, datasets, deep-learning, distributed, jax, machine-learning, ml, natural-language-processing, nlp, python, pytorch, tensorflow +### [eth-utils](https://github.com/ethereum/eth-utils) by [ethereum](https://github.com/ethereum) +eth-utils: Utility functions for working with ethereum related codebases. +[https://eth-utils.readthedocs.io/en/latest/](https://eth-utils.readthedocs.io/en/latest/) +[https://github.com/ethereum/eth-utils](https://github.com/ethereum/eth-utils) +0.85 stars per week over 316 weeks +270 stars, 141 forks, 18 watches +[crypto](categories/crypto.md) category, created 2017-02-07, last commit 2022-11-17, main language Python +ethereum, python, utility-library -### [google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) by [ndrplz](https://github.com/ndrplz) -google-drive-downloader: Minimal class to download shared files from Google Drive. -[https://github.com/ndrplz/google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) -0.92 stars per week over 273 weeks -252 stars, 62 forks, 11 watches -[data](categories/data.md) category, created 2017-12-08, last commit 2019-02-09, main language Python +### [pyminiaudio](https://github.com/irmen/pyminiaudio) by [irmen](https://github.com/irmen) +pyminiaudio: python interface to the miniaudio audio playback, recording, decoding and conversion library +[https://github.com/irmen/pyminiaudio](https://github.com/irmen/pyminiaudio) +0.68 stars per week over 192 weeks +130 stars, 16 forks, 3 watches +[util](categories/util.md) category, created 2019-06-30, last commit 2023-02-09, main language C -### [sota-extractor](https://github.com/paperswithcode/sota-extractor) by [paperswithcode](https://github.com/paperswithcode) -sota-extractor: The SOTA extractor pipeline -[https://github.com/paperswithcode/sota-extractor](https://github.com/paperswithcode/sota-extractor) -1.14 stars per week over 221 weeks -252 stars, 28 forks, 13 watches -[data](categories/data.md) category, created 2018-12-07, last commit 2022-03-09, main language Python +### [enlighten](https://github.com/rockhopper-technologies/enlighten) by [rockhopper-technologies](https://github.com/rockhopper-technologies) +Enlighten Progress Bar for Python Console Apps +[https://python-enlighten.readthedocs.io](https://python-enlighten.readthedocs.io) +[https://github.com/rockhopper-technologies/enlighten](https://github.com/rockhopper-technologies/enlighten) +0.98 stars per week over 284 weeks +278 stars, 19 forks, 4 watches +[term](categories/term.md) category, created 2017-09-22, last commit 2023-02-04, main language Python +python -### [opendatasets](https://github.com/jovianml/opendatasets) by [jovianml](https://github.com/jovianml) -opendatasets: A Python library for downloading datasets from Kaggle, Google Drive, and other online sources. -[https://github.com/jovianml/opendatasets](https://github.com/jovianml/opendatasets) -1.96 stars per week over 128 weeks -251 stars, 123 forks, 13 watches -[data](categories/data.md) category, created 2020-09-17, last commit 2022-11-01, main language Python -data-science, datasets, machine-learning, python +### [basana](https://github.com/gbeced/basana) by [gbeced](https://github.com/gbeced) +basana: A Python event driven framework for algorithmic trading, with a focus on crypto currencies. +[https://github.com/gbeced/basana](https://github.com/gbeced/basana) +14 stars per week over 0 weeks +2 stars, 0 forks, 1 watches +[finance](categories/finance.md) category, created 2023-03-04, last commit 2023-03-05, main language Python -### [apilogs](https://github.com/rpgreen/apilogs) by [rpgreen](https://github.com/rpgreen) -apilogs: Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs -[https://github.com/rpgreen/apilogs](https://github.com/rpgreen/apilogs) -0.74 stars per week over 338 weeks -249 stars, 19 forks, 9 watches -[util](categories/util.md) category, created 2016-09-07, last commit 2019-11-13, main language Python -api, api-gateway, aws, aws-apigateway, aws-lambda, cloudwatch-logs, gateway, lambda, logging +### [torchnnprofiler](https://github.com/kshitij12345/torchnnprofiler) by [kshitij12345](https://github.com/kshitij12345) +torchnnprofiler: Context Manager to profile the forward and backward times of PyTorch's nn.Module +[https://github.com/kshitij12345/torchnnprofiler](https://github.com/kshitij12345/torchnnprofiler) +3.92 stars per week over 19 weeks +75 stars, 3 forks, 4 watches +[profiling](categories/profiling.md) category, created 2022-10-22, last commit 2022-11-02, main language Python -### [pyroad](https://github.com/amaargiru/pyroad) by [amaargiru](https://github.com/amaargiru) -pyroad: Detailed Python developer roadmap -[https://github.com/amaargiru/pyroad](https://github.com/amaargiru/pyroad) -14 stars per week over 17 weeks -248 stars, 27 forks, 5 watches -[study](categories/study.md) category, created 2022-11-03, last commit 2023-02-27, main language Jupyter Notebook -python, roadmap, tutorial +### [ethtx_ce](https://github.com/ethtx/ethtx_ce) by [ethtx](https://github.com/ethtx) +ethtx_ce: Ethereum transaction decoder (community version). +[https://ethtx.info](https://ethtx.info) +[https://github.com/ethtx/ethtx_ce](https://github.com/ethtx/ethtx_ce) +2.89 stars per week over 83 weeks +242 stars, 60 forks, 13 watches +[crypto](categories/crypto.md) category, created 2021-07-26, last commit 2022-12-22, main language Python -### [airflow-chart](https://github.com/astronomer/airflow-chart) by [astronomer](https://github.com/astronomer) -airflow-chart: A Helm chart to install Apache Airflow on Kubernetes -[https://github.com/astronomer/airflow-chart](https://github.com/astronomer/airflow-chart) -1.53 stars per week over 162 weeks -248 stars, 89 forks, 44 watches -[ml-ops](categories/ml-ops.md) category, created 2020-01-22, last commit 2023-03-02, main language Python -airflow, apache-airflow, helm-chart, kubernetes +### [pypinfo](https://github.com/ofek/pypinfo) by [ofek](https://github.com/ofek) +pypinfo: Easily view PyPI download statistics via Google's BigQuery. +[https://github.com/ofek/pypinfo](https://github.com/ofek/pypinfo) +1.17 stars per week over 303 weeks +356 stars, 31 forks, 14 watches +[util](categories/util.md) category, created 2017-05-13, last commit 2022-11-30, main language Python +bigquery, pypi, python, statistics -### [mako](https://github.com/sqlalchemy/mako) by [sqlalchemy](https://github.com/sqlalchemy) -Mako Templates for Python -[https://www.makotemplates.org](https://www.makotemplates.org) -[https://github.com/sqlalchemy/mako](https://github.com/sqlalchemy/mako) -1.1 stars per week over 222 weeks -245 stars, 46 forks, 11 watches -[template](categories/template.md) category, created 2018-11-26, last commit 2023-01-03, main language Python +### [psaw](https://github.com/dmarx/psaw) by [dmarx](https://github.com/dmarx) +psaw: Python Pushshift.io API Wrapper (for comment/submission search) +[https://github.com/dmarx/psaw](https://github.com/dmarx/psaw) +1.35 stars per week over 255 weeks +343 stars, 55 forks, 9 watches +[data](categories/data.md) category, created 2018-04-15, last commit 2022-07-09, main language Python -### [pymdp](https://github.com/infer-actively/pymdp) by [infer-actively](https://github.com/infer-actively) -pymdp: A Python implementation of active inference for Markov Decision Processes -[https://github.com/infer-actively/pymdp](https://github.com/infer-actively/pymdp) -1.44 stars per week over 170 weeks -245 stars, 38 forks, 24 watches -[ml](categories/ml.md) category, created 2019-11-27, last commit 2022-12-08, main language Python +### [pyesridump](https://github.com/openaddresses/pyesridump) by [openaddresses](https://github.com/openaddresses) +pyesridump: Scrapes an ESRI MapServer REST endpoint to spit out more generally-usable geodata. +[https://github.com/openaddresses/pyesridump](https://github.com/openaddresses/pyesridump) +0.54 stars per week over 482 weeks +260 stars, 60 forks, 16 watches +[gis](categories/gis.md) category, created 2013-12-06, last commit 2023-02-01, main language Python -### [data-lineage](https://github.com/tokern/data-lineage) by [tokern](https://github.com/tokern) -data-lineage: Generate and Visualize Data Lineage from query history -[https://tokern.io/data-lineage/](https://tokern.io/data-lineage/) -[https://github.com/tokern/data-lineage](https://github.com/tokern/data-lineage) -1.58 stars per week over 154 weeks -244 stars, 28 forks, 8 watches -[data](categories/data.md) category, created 2020-03-17, last commit 2022-05-02, main language Python -data-governance, data-lineage, jupyter, postgresql, python +### [panoramix](https://github.com/palkeo/panoramix) by [palkeo](https://github.com/palkeo) +panoramix: Ethereum decompiler +[https://github.com/palkeo/panoramix](https://github.com/palkeo/panoramix) +3.55 stars per week over 158 weeks +564 stars, 154 forks, 31 watches +[crypto](categories/crypto.md) category, created 2020-02-17, last commit 2020-08-22, main language Python -### [genalog](https://github.com/microsoft/genalog) by [microsoft](https://github.com/microsoft) -Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities. -[https://microsoft.github.io/genalog/](https://microsoft.github.io/genalog/) -[https://github.com/microsoft/genalog](https://github.com/microsoft/genalog) -1.72 stars per week over 141 weeks -244 stars, 24 forks, 10 watches -[data](categories/data.md) category, created 2020-06-15, last commit 2023-02-14, main language Jupyter Notebook -data-generation, data-science, machine-learning, ner, ocr-recognition, python, synthetic-data, synthetic-data-generation, synthetic-images, text-alignment +### [quandl-python](https://github.com/quandl/quandl-python) by [quandl](https://github.com/quandl) +quandl/quandl-python +[https://github.com/quandl/quandl-python](https://github.com/quandl/quandl-python) +2.49 stars per week over 519 weeks +1,291 stars, 342 forks, 129 watches +[finance](categories/finance.md) category, created 2013-03-24, last commit 2021-12-08, main language Python +api-client, data-frame, dataset, python, quandl, retrieve-data -### [pystan](https://github.com/stan-dev/pystan) by [stan-dev](https://github.com/stan-dev) -PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io -[https://github.com/stan-dev/pystan](https://github.com/stan-dev/pystan) -0.86 stars per week over 284 weeks -244 stars, 46 forks, 13 watches -[ml](categories/ml.md) category, created 2017-09-17, last commit 2022-11-26, main language Python +### [torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) by [nicolas-chaulet](https://github.com/nicolas-chaulet) +torch-points3d: Pytorch framework for doing deep learning on point clouds. +[https://torch-points3d.readthedocs.io/en/latest/](https://torch-points3d.readthedocs.io/en/latest/) +[https://github.com/nicolas-chaulet/torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) +2.22 stars per week over 60 weeks +133 stars, 32 forks, 0 watches +[ml](categories/ml.md) category, created 2022-01-09, last commit 2021-12-10, main language None -### [omniduct](https://github.com/airbnb/omniduct) by [airbnb](https://github.com/airbnb) -omniduct: A toolkit providing a uniform interface for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc). -[https://github.com/airbnb/omniduct](https://github.com/airbnb/omniduct) -0.77 stars per week over 314 weeks -243 stars, 47 forks, 30 watches -[data](categories/data.md) category, created 2017-02-22, last commit 2022-05-09, main language Python +### [micropip](https://github.com/pyodide/micropip) by [pyodide](https://github.com/pyodide) +micropip: A lightweight Python package installer for Pyodide +[https://micropip.pyodide.org](https://micropip.pyodide.org) +[https://github.com/pyodide/micropip](https://github.com/pyodide/micropip) +0.65 stars per week over 24 weeks +16 stars, 5 forks, 5 watches +[util](categories/util.md) category, created 2022-09-15, last commit 2023-03-04, main language Python +package-installer, pyodide, python, webassembly -### [ethtx_ce](https://github.com/ethtx/ethtx_ce) by [ethtx](https://github.com/ethtx) -ethtx_ce: Ethereum transaction decoder (community version). -[https://ethtx.info](https://ethtx.info) -[https://github.com/ethtx/ethtx_ce](https://github.com/ethtx/ethtx_ce) -2.9 stars per week over 83 weeks -242 stars, 60 forks, 13 watches -[crypto](categories/crypto.md) category, created 2021-07-26, last commit 2022-12-22, main language Python +### [m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) by [mrdbourke](https://github.com/mrdbourke) +m1-machine-learning-test: Code for testing various M1 Chip benchmarks with TensorFlow. +[https://github.com/mrdbourke/m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) +5.57 stars per week over 68 weeks +379 stars, 120 forks, 12 watches +[ml](categories/ml.md) category, created 2021-11-14, last commit 2022-07-16, main language Jupyter Notebook +machine-learning, metal, tensorflow, tensorflow-macos -### [medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) by [lucidrains](https://github.com/lucidrains) -medical-chatgpt: Implementation of ChatGPT, but tailored towards primary care medicine, with the reward being able to collect patient histories in a thorough and efficient manner and come up with a reasonable differential diagnosis -[https://github.com/lucidrains/medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) -20 stars per week over 11 weeks -239 stars, 20 forks, 26 watches -[nlp](categories/nlp.md) category, created 2022-12-10, last commit 2023-02-27, main language Python -artificial-intelligence, attention-mechanisms, deep-learning, medicine, transformers +### [graph-force](https://github.com/h4kor/graph-force) by [h4kor](https://github.com/h4kor) +graph-force: Python library for embedding large graphs in 2D space, using force-directed layouts. +[https://pypi.org/project/graph-force/](https://pypi.org/project/graph-force/) +[https://github.com/h4kor/graph-force](https://github.com/h4kor/graph-force) +11 stars per week over 13 weeks +164 stars, 0 forks, 9 watches +[graph](categories/graph.md) category, created 2022-11-28, last commit 2022-11-28, main language Rust +force-directed-graphs, graph-algorithms, python, python3 -### [aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) by [giswqs](https://github.com/giswqs) -aws-open-data-geo: A list of open geospatial datasets on AWS -[https://github.com/giswqs/aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) -21 stars per week over 10 weeks -235 stars, 6 forks, 9 watches -[gis](categories/gis.md) category, created 2022-12-18, last commit 2023-03-02, main language Python -aws, environment, geospatial, mapping, open-data, satellite-imagery, sustainability +### [mutate](https://github.com/infinitylogesh/mutate) by [infinitylogesh](https://github.com/infinitylogesh) +mutate: A library to synthesize text datasets using Large Language Models (LLM) +[https://github.com/infinitylogesh/mutate](https://github.com/infinitylogesh/mutate) +2.27 stars per week over 61 weeks +140 stars, 11 forks, 3 watches +[nlp](categories/nlp.md) category, created 2021-12-29, last commit 2023-01-17, main language Python +data-augmentation, data-labeling, language-model, nlp-library, text-generation -### [astro-sdk](https://github.com/astronomer/astro-sdk) by [astronomer](https://github.com/astronomer) -astro-sdk: Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow. -[https://astro-sdk-python.rtfd.io/](https://astro-sdk-python.rtfd.io/) -[https://github.com/astronomer/astro-sdk](https://github.com/astronomer/astro-sdk) -3.59 stars per week over 64 weeks -232 stars, 32 forks, 14 watches -[ml-ops](categories/ml-ops.md) category, created 2021-12-06, last commit 2023-03-02, main language Python -airflow, apache-airflow, bigquery, dags, data-analysis, data-science, elt, etl, gcs, pandas, postgres, python, s3, snowflake, sql, sqlite, workflows +### [faster-cpython](https://github.com/markshannon/faster-cpython) by [markshannon](https://github.com/markshannon) +faster-cpython: How to make CPython faster. +[https://github.com/markshannon/faster-cpython](https://github.com/markshannon/faster-cpython) +7.27 stars per week over 123 weeks +901 stars, 21 forks, 84 watches +[perf](categories/perf.md) category, created 2020-10-19, last commit 2020-10-28, main language None -### [ion-python](https://github.com/amzn/ion-python) by [amzn](https://github.com/amzn) -ion-python: A Python implementation of Amazon Ion. -[https://amazon-ion.github.io/ion-docs/](https://amazon-ion.github.io/ion-docs/) -[https://github.com/amzn/ion-python](https://github.com/amzn/ion-python) -0.62 stars per week over 360 weeks -223 stars, 49 forks, 25 watches -[data](categories/data.md) category, created 2016-04-07, last commit 2023-02-14, main language Python +### [pySBD](https://github.com/nipunsadvilkar/pysbd) by [nipunsadvilkar](https://github.com/nipunsadvilkar) +pySBD: 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box. +[https://github.com/nipunsadvilkar/pysbd](https://github.com/nipunsadvilkar/pysbd) +1.92 stars per week over 299 weeks +575 stars, 67 forks, 10 watches +[nlp](categories/nlp.md) category, created 2017-06-11, last commit 2021-02-11, main language Python +python, rule-based, segmentation, sentence, sentence-boundary-detection, sentence-tokenizer -### [pyglove](https://github.com/google/pyglove) by [google](https://github.com/google) -pyglove: Manipulating Python Programs -[https://github.com/google/pyglove](https://github.com/google/pyglove) -5.27 stars per week over 42 weeks -222 stars, 8 forks, 7 watches -[util](categories/util.md) category, created 2022-05-12, last commit 2023-02-08, main language Python -automl, evolution, machine-learning, manipulation, meta-learning, meta-programming, python, symbolic-programming + +### [parquet-tools](https://github.com/ktrueda/parquet-tools) by [ktrueda](https://github.com/ktrueda) +parquet-tools: easy install parquet-tools +[https://github.com/ktrueda/parquet-tools](https://github.com/ktrueda/parquet-tools) +0.65 stars per week over 148 weeks +97 stars, 13 forks, 3 watches +[data](categories/data.md) category, created 2020-05-02, last commit 2023-01-18, main language Python +cli, parquet, parquet-tools -### [trafficSimulator](https://github.com/bilhim/trafficsimulator) by [bilhim](https://github.com/bilhim) -bilhim/trafficsimulator -[https://github.com/bilhim/trafficsimulator](https://github.com/bilhim/trafficsimulator) -2.84 stars per week over 77 weeks -221 stars, 82 forks, 16 watches -[sim](categories/sim.md) category, created 2021-09-05, last commit 2021-09-07, main language Python +### [repository-scanner](https://github.com/abnamro/repository-scanner) by [abnamro](https://github.com/abnamro) +repository-scanner: Tool to detect secrets in source code management systems. +[https://github.com/abnamro/repository-scanner](https://github.com/abnamro/repository-scanner) +2.28 stars per week over 25 weeks +58 stars, 3 forks, 6 watches +[security](categories/security.md) category, created 2022-09-08, last commit 2023-03-03, main language Python -### [rio-cogeo](https://github.com/cogeotiff/rio-cogeo) by [cogeotiff](https://github.com/cogeotiff) -rio-cogeo: Cloud Optimized GeoTIFF creation and validation plugin for rasterio -[https://cogeotiff.github.io/rio-cogeo/](https://cogeotiff.github.io/rio-cogeo/) -[https://github.com/cogeotiff/rio-cogeo](https://github.com/cogeotiff/rio-cogeo) -0.84 stars per week over 260 weeks -218 stars, 30 forks, 44 watches -[gis](categories/gis.md) category, created 2018-03-09, last commit 2022-10-26, main language Python -cog, cogeotiff, geotiff, rasterio, satellite +### [dit](https://github.com/dit/dit) +dit: Python package for information theory. +[http://docs.dit.io](http://docs.dit.io) +[https://github.com/dit/dit](https://github.com/dit/dit) +0.88 stars per week over 492 weeks +431 stars, 78 forks, 24 watches +[math](categories/math.md) category, created 2013-09-29, last commit 2022-07-25, main language Python +information-theory, python -### [PyNeuraLogic](https://github.com/lukaszahradnik/pyneuralogic) by [lukaszahradnik](https://github.com/lukaszahradnik) -PyNeuraLogic lets you use Python to create Differentiable Logic Programs -[https://pyneuralogic.readthedocs.io/](https://pyneuralogic.readthedocs.io/) -[https://github.com/lukaszahradnik/pyneuralogic](https://github.com/lukaszahradnik/pyneuralogic) -1.85 stars per week over 116 weeks -216 stars, 18 forks, 5 watches -[math](categories/math.md) category, created 2020-12-06, last commit 2023-03-02, main language Python -deep-learning, differentiable-programming, geometric-deep-learning, graph-neural-networks, logic-programming, machine-learning, python, pytorch, relational-learning +### [practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) by [googlecloudplatform](https://github.com/googlecloudplatform) +googlecloudplatform/practical-ml-vision-book +[https://github.com/googlecloudplatform/practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) +2.73 stars per week over 119 weeks +326 stars, 147 forks, 19 watches +[study](categories/study.md) category, created 2020-11-18, last commit 2022-11-21, main language Jupyter Notebook -### [mrab-regex](https://github.com/mrabarnett/mrab-regex) by [mrabarnett](https://github.com/mrabarnett) -mrabarnett/mrab-regex -[https://github.com/mrabarnett/mrab-regex](https://github.com/mrabarnett/mrab-regex) -1.77 stars per week over 121 weeks -215 stars, 27 forks, 6 watches -[util](categories/util.md) category, created 2020-11-02, last commit 2022-10-31, main language C +### [fonduer](https://github.com/hazyresearch/fonduer) by [hazyresearch](https://github.com/hazyresearch) +fonduer: A knowledge base construction engine for richly formatted data +[https://fonduer.readthedocs.io/](https://fonduer.readthedocs.io/) +[https://github.com/hazyresearch/fonduer](https://github.com/hazyresearch/fonduer) +1.47 stars per week over 265 weeks +390 stars, 79 forks, 27 watches +[nlp](categories/nlp.md) category, created 2018-02-02, last commit 2021-06-23, main language Python +knowledge-base-construction, machine-learning, multimodality -### [Polygonization-by-Frame-Field-Learning](https://github.com/lydorn/polygonization-by-frame-field-learning) by [lydorn](https://github.com/lydorn) -Polygonization-by-Frame-Field-Learning: This repository contains the code for our fast polygonal building extraction from overhead images pipeline. -[https://github.com/lydorn/polygonization-by-frame-field-learning](https://github.com/lydorn/polygonization-by-frame-field-learning) -1.49 stars per week over 144 weeks -215 stars, 54 forks, 11 watches -[gis](categories/gis.md) category, created 2020-05-26, last commit 2022-12-09, main language Python -field, frame, polygonization, remote, segmentation, sensing +### [ppuda](https://github.com/facebookresearch/ppuda) by [facebookresearch](https://github.com/facebookresearch) +ppuda: Code for Parameter Prediction for Unseen Deep Architectures (NeurIPS 2021) +[https://github.com/facebookresearch/ppuda](https://github.com/facebookresearch/ppuda) +6.54 stars per week over 71 weeks +467 stars, 60 forks, 19 watches +[ml-dl](categories/ml-dl.md) category, created 2021-10-21, last commit 2022-07-26, main language Python -### [auton-survival](https://github.com/autonlab/auton-survival) by [autonlab](https://github.com/autonlab) -auton-survival: Auton Survival - an open source package for Regression, Counterfactual Estimation, Evaluation and Phenotyping with Censored Time-to-Events -[http://autonlab.github.io/auton-survival](http://autonlab.github.io/auton-survival) -[https://github.com/autonlab/auton-survival](https://github.com/autonlab/auton-survival) -1.39 stars per week over 152 weeks -212 stars, 52 forks, 7 watches -[ml](categories/ml.md) category, created 2020-04-01, last commit 2023-03-03, main language Python -causal-inference, counterfactual-inference, data-science, deep-learning, graphical-models, machine-learning, python, regression, reliability-analysis, survival-analysis, time-to-event +### [contractions](https://github.com/kootenpv/contractions) by [kootenpv](https://github.com/kootenpv) +contractions: Fixes contractions such as `you're` to `you are` +[https://github.com/kootenpv/contractions](https://github.com/kootenpv/contractions) +0.85 stars per week over 323 weeks +273 stars, 35 forks, 7 watches +[nlp](categories/nlp.md) category, created 2016-12-25, last commit 2022-11-15, main language Python + + +### [omniduct](https://github.com/airbnb/omniduct) by [airbnb](https://github.com/airbnb) +omniduct: A toolkit providing a uniform interface for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc). +[https://github.com/airbnb/omniduct](https://github.com/airbnb/omniduct) +0.77 stars per week over 314 weeks +243 stars, 49 forks, 30 watches +[data](categories/data.md) category, created 2017-02-22, last commit 2022-05-09, main language Python ### [DeepTime](https://github.com/salesforce/deeptime) by [salesforce](https://github.com/salesforce) PyTorch code for DeepTime: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting [https://github.com/salesforce/deeptime](https://github.com/salesforce/deeptime) -5.96 stars per week over 35 weeks +5.91 stars per week over 35 weeks 212 stars, 36 forks, 7 watches [time-series](categories/time-series.md) category, created 2022-06-27, last commit 2022-11-03, main language Python deep-learning, forecasting, implicit-neural-representation, meta-learning, time-series, time-series-forecasting, time-series-regression -### [deepparse](https://github.com/graal-research/deepparse) by [graal-research](https://github.com/graal-research) -Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning -[https://deepparse.org/](https://deepparse.org/) -[https://github.com/graal-research/deepparse](https://github.com/graal-research/deepparse) -1.49 stars per week over 139 weeks -207 stars, 24 forks, 4 watches -[gis](categories/gis.md) category, created 2020-07-01, last commit 2023-02-23, main language Python -addresses-parsing, machine-learning, python +### [heartrate](https://github.com/alexmojaki/heartrate) by [alexmojaki](https://github.com/alexmojaki) +heartrate: Simple real time visualisation of the execution of a Python program. +[https://github.com/alexmojaki/heartrate](https://github.com/alexmojaki/heartrate) +8.01 stars per week over 201 weeks +1,614 stars, 124 forks, 33 watches +[debug](categories/debug.md) category, created 2019-04-24, last commit 2021-11-13, main language Python +debugger, python, visualization + + +### [in3](https://github.com/blockchainsllc/in3) by [blockchainsllc](https://github.com/blockchainsllc) +in3: The IN3 client (written in C). +[https://in3.readthedocs.io/en/develop/index.html](https://in3.readthedocs.io/en/develop/index.html) +[https://github.com/blockchainsllc/in3](https://github.com/blockchainsllc/in3) +0.37 stars per week over 180 weeks +66 stars, 19 forks, 12 watches +[crypto](categories/crypto.md) category, created 2019-09-17, last commit 2022-04-01, main language C +blockchain, crypto-economic, ethereum, ipfs, verify + + +### [scikit-geometry](https://github.com/scikit-geometry/scikit-geometry) +scikit-geometry: Scientific Python Geometric Algorithms Library +[https://scikit-geometry.github.io/scikit-geometry](https://scikit-geometry.github.io/scikit-geometry) +[https://github.com/scikit-geometry/scikit-geometry](https://github.com/scikit-geometry/scikit-geometry) +0.99 stars per week over 361 weeks +360 stars, 50 forks, 14 watches +[gis](categories/gis.md) category, created 2016-03-28, last commit 2022-10-14, main language Jupyter Notebook +cgal, geometric-algorithms, geometry, python, wrapper + + +### [label-maker](https://github.com/developmentseed/label-maker) by [developmentseed](https://github.com/developmentseed) +label-maker: Data Preparation for Satellite Machine Learning +[http://devseed.com/label-maker/](http://devseed.com/label-maker/) +[https://github.com/developmentseed/label-maker](https://github.com/developmentseed/label-maker) +1.65 stars per week over 268 weeks +443 stars, 112 forks, 53 watches +[gis](categories/gis.md) category, created 2018-01-10, last commit 2020-11-19, main language Python +computer-vision, data-preparation, deep-learning, keras, remote-sensing, satellite-imagery ### [CARLA](https://github.com/carla-recourse/carla) by [carla-recourse](https://github.com/carla-recourse) @@ -8280,628 +8769,599 @@ CARLA: A Python Library to Benchmark Algorithmic Recourse and Counterfactual Exp artificial-intelligence, benchmark, benchmarking, counterfactual, counterfactual-explanations, counterfactuals, explainability, explainable-ai, explainable-ml, machine-learning, python, pytorch, recourse, tensorflow, tensorflow2 -### [GameGAN_code](https://github.com/nv-tlabs/gamegan_code) by [nv-tlabs](https://github.com/nv-tlabs) -GameGAN_code: Learning to Simulate Dynamic Environments with GameGAN (CVPR 2020) -[https://github.com/nv-tlabs/gamegan_code](https://github.com/nv-tlabs/gamegan_code) -1.78 stars per week over 116 weeks -206 stars, 34 forks, 10 watches -[sim](categories/sim.md) category, created 2020-12-11, last commit 2021-11-11, main language Python +### [ged2dot](https://github.com/vmiklos/ged2dot) by [vmiklos](https://github.com/vmiklos) +ged2dot: GEDCOM to Graphviz converter +[https://vmiklos.hu/ged2dot/](https://vmiklos.hu/ged2dot/) +[https://github.com/vmiklos/ged2dot](https://github.com/vmiklos/ged2dot) +0.18 stars per week over 487 weeks +87 stars, 17 forks, 6 watches +[data](categories/data.md) category, created 2013-11-01, last commit 2023-02-26, main language Python +dot, gedcom, libreoffice, python -### [latentblending](https://github.com/lunarring/latentblending) by [lunarring](https://github.com/lunarring) -latentblending: Create butter-smooth transitions between prompts, powered by stable diffusion -[https://github.com/lunarring/latentblending](https://github.com/lunarring/latentblending) -13 stars per week over 14 weeks -205 stars, 18 forks, 12 watches -[diffusion](categories/diffusion.md) category, created 2022-11-19, last commit 2023-03-02, main language Python -animation, diffusion, stable-diffusion +### [landsat-util](https://github.com/developmentseed/landsat-util) by [developmentseed](https://github.com/developmentseed) +landsat-util: A utility to search, download and process Landsat 8 satellite imagery +[https://github.com/developmentseed/landsat-util](https://github.com/developmentseed/landsat-util) +1.53 stars per week over 448 weeks +685 stars, 155 forks, 128 watches +[gis](categories/gis.md) category, created 2014-08-01, last commit 2018-07-30, main language Python -### [nbformat](https://github.com/jupyter/nbformat) by [jupyter](https://github.com/jupyter) -nbformat: Reference implementation of the Jupyter Notebook format -[http://nbformat.readthedocs.io/](http://nbformat.readthedocs.io/) -[https://github.com/jupyter/nbformat](https://github.com/jupyter/nbformat) -0.49 stars per week over 412 weeks -204 stars, 144 forks, 25 watches -[jupyter](categories/jupyter.md) category, created 2015-04-09, last commit 2023-03-01, main language Python +### [BRIO](https://github.com/yixinl7/brio) by [yixinl7](https://github.com/yixinl7) +ACL 2022: BRIO: Bringing Order to Abstractive Summarization +[https://github.com/yixinl7/brio](https://github.com/yixinl7/brio) +4.38 stars per week over 50 weeks +222 stars, 38 forks, 2 watches +[nlp](categories/nlp.md) category, created 2022-03-15, last commit 2022-11-06, main language Python +nlp, text-summarization -### [richdem](https://github.com/r-barnes/richdem) by [r-barnes](https://github.com/r-barnes) -richdem: High-performance Terrain and Hydrology Analysis -[https://github.com/r-barnes/richdem](https://github.com/r-barnes/richdem) -0.38 stars per week over 529 weeks -201 stars, 59 forks, 14 watches -[gis](categories/gis.md) category, created 2013-01-06, last commit 2022-11-18, main language C++ -big-data, digital-elevation-model, geosciences, geospatial, hydrologic-modeling, hydrology +### [forbiddenfruit](https://github.com/clarete/forbiddenfruit) by [clarete](https://github.com/clarete) +forbiddenfruit: Patch built-in python objects +[https://clarete.li/forbiddenfruit/](https://clarete.li/forbiddenfruit/) +[https://github.com/clarete/forbiddenfruit](https://github.com/clarete/forbiddenfruit) +1.46 stars per week over 517 weeks +758 stars, 49 forks, 28 watches +[util](categories/util.md) category, created 2013-04-03, last commit 2022-03-12, main language Python +monkey-patching, python -### [ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) by [coyote-a](https://github.com/coyote-a) -coyote-a/ultimate-upscale-for-automatic1111 -[https://github.com/coyote-a/ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) -23 stars per week over 8 weeks -198 stars, 14 forks, 4 watches -[diffusion](categories/diffusion.md) category, created 2023-01-02, last commit 2023-02-07, main language Python +### [s2orc-doc2json](https://github.com/allenai/s2orc-doc2json) by [allenai](https://github.com/allenai) +s2orc-doc2json: Parsers for scientific papers (PDF2JSON, TEX2JSON, JATS2JSON) +[https://github.com/allenai/s2orc-doc2json](https://github.com/allenai/s2orc-doc2json) +1.57 stars per week over 116 weeks +183 stars, 36 forks, 6 watches +[nlp](categories/nlp.md) category, created 2020-12-10, last commit 2022-12-09, main language Python -### [aws-lambda-python-runtime-interface-client](https://github.com/aws/aws-lambda-python-runtime-interface-client) by [aws](https://github.com/aws) -aws/aws-lambda-python-runtime-interface-client -[https://github.com/aws/aws-lambda-python-runtime-interface-client](https://github.com/aws/aws-lambda-python-runtime-interface-client) -1.51 stars per week over 130 weeks -197 stars, 49 forks, 16 watches -[util](categories/util.md) category, created 2020-09-02, last commit 2023-02-16, main language Python +### [pyfuncol](https://github.com/gondolav/pyfuncol) by [gondolav](https://github.com/gondolav) +pyfuncol: Functional collections extension functions for Python +[https://pyfuncol.readthedocs.io/](https://pyfuncol.readthedocs.io/) +[https://github.com/gondolav/pyfuncol](https://github.com/gondolav/pyfuncol) +0.5 stars per week over 63 weeks +32 stars, 2 forks, 3 watches +[util](categories/util.md) category, created 2021-12-16, last commit 2023-02-27, main language Python +collections, extension-functions, functional, parallel, python, python3 -### [tf-metal-experiments](https://github.com/tlkh/tf-metal-experiments) by [tlkh](https://github.com/tlkh) -tf-metal-experiments: TensorFlow Metal Backend on Apple Silicon Experiments (just for fun) -[https://github.com/tlkh/tf-metal-experiments](https://github.com/tlkh/tf-metal-experiments) -2.74 stars per week over 70 weeks -193 stars, 19 forks, 11 watches -[perf](categories/perf.md) category, created 2021-10-26, last commit 2021-11-15, main language Jupyter Notebook -benchmark, bert, deep-learning, gpu, m1, m1-max, tensorflow +### [geoplot](https://github.com/residentmario/geoplot) by [residentmario](https://github.com/residentmario) +geoplot: High-level geospatial data visualization library for Python. +[https://residentmario.github.io/geoplot/index.html](https://residentmario.github.io/geoplot/index.html) +[https://github.com/residentmario/geoplot](https://github.com/residentmario/geoplot) +3.02 stars per week over 348 weeks +1,054 stars, 91 forks, 35 watches +[gis](categories/gis.md) category, created 2016-06-29, last commit 2022-03-18, main language Python +geopandas, geospatial-data, geospatial-visualization, matplotlib, spatial-analysis -### [peartree](https://github.com/kuanb/peartree) by [kuanb](https://github.com/kuanb) -peartree: A library for converting transit data into a directed graph for sketch network analysis. -[https://github.com/kuanb/peartree](https://github.com/kuanb/peartree) -0.69 stars per week over 276 weeks -192 stars, 17 forks, 13 watches -[gis](categories/gis.md) category, created 2017-11-12, last commit 2021-01-18, main language Python -gis, graphs, gtfs, modeling, network-analysis, spatial-analysis, transit +### [genalog](https://github.com/microsoft/genalog) by [microsoft](https://github.com/microsoft) +Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities. +[https://microsoft.github.io/genalog/](https://microsoft.github.io/genalog/) +[https://github.com/microsoft/genalog](https://github.com/microsoft/genalog) +1.72 stars per week over 141 weeks +244 stars, 24 forks, 10 watches +[data](categories/data.md) category, created 2020-06-15, last commit 2023-02-14, main language Jupyter Notebook +data-generation, data-science, machine-learning, ner, ocr-recognition, python, synthetic-data, synthetic-data-generation, synthetic-images, text-alignment -### [spopt](https://github.com/pysal/spopt) by [pysal](https://github.com/pysal) -spopt: Spatial Optimization -[https://pysal.org/spopt/](https://pysal.org/spopt/) -[https://github.com/pysal/spopt](https://github.com/pysal/spopt) -0.89 stars per week over 209 weeks -187 stars, 34 forks, 13 watches -[gis](categories/gis.md) category, created 2019-03-01, last commit 2023-03-02, main language Python -facility-location, location-allocation, location-modeling, python, regionalization, resource-planning, routing, spatial-analysis, spatial-optimization, transportation +### [ModernConvNets](https://github.com/nyandwi/modernconvnets) by [nyandwi](https://github.com/nyandwi) +ModernConvNets: Revisions and implementations of modern Convolutional Neural Networks architectures in TensorFlow and Keras +[https://github.com/nyandwi/modernconvnets](https://github.com/nyandwi/modernconvnets) +5.52 stars per week over 55 weeks +306 stars, 32 forks, 7 watches +[ml-dl](categories/ml-dl.md) category, created 2022-02-10, last commit 2022-10-05, main language Jupyter Notebook +cnns, computer-vision, convnets, convolutional-neural-networks, deep-learning-algorithms, image-classification, keras, neural-networks, tensorflow -### [s2orc-doc2json](https://github.com/allenai/s2orc-doc2json) by [allenai](https://github.com/allenai) -s2orc-doc2json: Parsers for scientific papers (PDF2JSON, TEX2JSON, JATS2JSON) -[https://github.com/allenai/s2orc-doc2json](https://github.com/allenai/s2orc-doc2json) -1.58 stars per week over 116 weeks -183 stars, 36 forks, 6 watches -[nlp](categories/nlp.md) category, created 2020-12-10, last commit 2022-12-09, main language Python +### [fairing](https://github.com/kubeflow/fairing) by [kubeflow](https://github.com/kubeflow) +fairing: Python SDK for building, training, and deploying ML models +[https://github.com/kubeflow/fairing](https://github.com/kubeflow/fairing) +1.39 stars per week over 234 weeks +327 stars, 147 forks, 39 watches +[ml-ops](categories/ml-ops.md) category, created 2018-09-03, last commit 2021-08-26, main language Jsonnet -### [zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) by [yoadtew](https://github.com/yoadtew) -zero-shot-image-to-text: Implementation of Zero-Shot Image-to-Text Generation for Visual-Semantic Arithmetic -[https://github.com/yoadtew/zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) -2.76 stars per week over 66 weeks -182 stars, 26 forks, 7 watches -[nlp](categories/nlp.md) category, created 2021-11-26, last commit 2022-09-17, main language Python +### [mercantile](https://github.com/mapbox/mercantile) by [mapbox](https://github.com/mapbox) +mercantile: Spherical mercator tile and coordinate utilities +[https://github.com/mapbox/mercantile](https://github.com/mapbox/mercantile) +0.74 stars per week over 472 weeks +349 stars, 61 forks, 117 watches +[gis](categories/gis.md) category, created 2014-02-12, last commit 2021-10-22, main language Python +imagery, pxm, satellite -### [geosnap](https://github.com/spatialucr/geosnap) by [spatialucr](https://github.com/spatialucr) -geosnap: The Geospatial Neighborhood Analysis Package -[https://spatialucr.github.io/geosnap-guide](https://spatialucr.github.io/geosnap-guide) -[https://github.com/spatialucr/geosnap](https://github.com/spatialucr/geosnap) -0.78 stars per week over 232 weeks -181 stars, 28 forks, 17 watches -[gis](categories/gis.md) category, created 2018-09-19, last commit 2023-01-25, main language Python +### [SubredditMediaDownloader](https://github.com/psycoguana/subredditmediadownloader) by [psycoguana](https://github.com/psycoguana) +SubredditMediaDownloader: Simple Python script to download images and videos from public subreddits without using Reddit's API 😎 +[https://github.com/psycoguana/subredditmediadownloader](https://github.com/psycoguana/subredditmediadownloader) +2.06 stars per week over 54 weeks +112 stars, 8 forks, 3 watches +[data](categories/data.md) category, created 2022-02-18, last commit 2023-01-17, main language Python -### [boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) by [bowenc0221](https://github.com/bowenc0221) -boundary-iou-api: Boundary IoU API (Beta version) -[https://github.com/bowenc0221/boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) -1.78 stars per week over 100 weeks -179 stars, 19 forks, 8 watches -[gis](categories/gis.md) category, created 2021-03-29, last commit 2021-04-05, main language Python +### [Focal-Transformer](https://github.com/microsoft/focal-transformer) by [microsoft](https://github.com/microsoft) +Focal-Transformer: [NeurIPS 2021 Spotlight] Official code for "Focal Self-attention for Local-Global Interactions in Vision Transformers" +[https://github.com/microsoft/focal-transformer](https://github.com/microsoft/focal-transformer) +5.73 stars per week over 86 weeks +494 stars, 58 forks, 17 watches +[ml](categories/ml.md) category, created 2021-07-10, last commit 2022-03-27, main language Python -### [address-net](https://github.com/jasonrig/address-net) by [jasonrig](https://github.com/jasonrig) -address-net: A package to structure Australian addresses -[https://github.com/jasonrig/address-net](https://github.com/jasonrig/address-net) -0.8 stars per week over 221 weeks -176 stars, 72 forks, 13 watches -[gis](categories/gis.md) category, created 2018-12-05, last commit 2020-09-09, main language Python -address-parser, deep-learning, machine-learning, rnn +### [dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) by [googlecloudplatform](https://github.com/googlecloudplatform) +googlecloudplatform/dataflow-geobeam +[https://github.com/googlecloudplatform/dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) +0.62 stars per week over 108 weeks +67 stars, 25 forks, 10 watches +[gis](categories/gis.md) category, created 2021-02-04, last commit 2022-11-29, main language Python -### [earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) by [amazon-science](https://github.com/amazon-science) -earth-forecasting-transformer: Official implementation of Earthformer -[https://github.com/amazon-science/earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) -7.12 stars per week over 24 weeks -175 stars, 29 forks, 10 watches -[gis](categories/gis.md) category, created 2022-09-12, last commit 2023-02-03, main language Jupyter Notebook +### [gds_env](https://github.com/darribas/gds_env) by [darribas](https://github.com/darribas) +gds_env: A containerised platform for Geographic Data Science +[https://darribas.org/gds_env](https://darribas.org/gds_env) +[https://github.com/darribas/gds_env](https://github.com/darribas/gds_env) +0.27 stars per week over 342 weeks +93 stars, 36 forks, 9 watches +[gis](categories/gis.md) category, created 2016-08-12, last commit 2022-12-09, main language Jupyter Notebook +docker, geographic-data-science, jupyter-lab, latex, python, r -### [transition-amr-parser](https://github.com/ibm/transition-amr-parser) by [ibm](https://github.com/ibm) -transition-amr-parser: SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch. -[https://github.com/ibm/transition-amr-parser](https://github.com/ibm/transition-amr-parser) -0.98 stars per week over 177 weeks -174 stars, 40 forks, 9 watches -[nlp](categories/nlp.md) category, created 2019-10-08, last commit 2023-02-01, main language Python -abstract-meaning-representation, amr, amr-graphs, amr-parser, amr-parsing, machine-learning, nlp, semantic-parsing +### [mapply](https://github.com/ddelange/mapply) by [ddelange](https://github.com/ddelange) +mapply: Sensible multi-core apply function for Pandas +[https://github.com/ddelange/mapply](https://github.com/ddelange/mapply) +0.32 stars per week over 122 weeks +39 stars, 3 forks, 4 watches +[pandas](categories/pandas.md) category, created 2020-10-26, last commit 2023-03-04, main language Python -### [auto-tensorflow](https://github.com/rafiqhasan/auto-tensorflow) by [rafiqhasan](https://github.com/rafiqhasan) -auto-tensorflow: Build Low Code Automated Tensorflow explainable models in just 3 lines of code. Library created by: Hasan Rafiq - https://www.linkedin.com/in/sam04/ -[https://github.com/rafiqhasan/auto-tensorflow](https://github.com/rafiqhasan/auto-tensorflow) -2.01 stars per week over 86 weeks -174 stars, 34 forks, 13 watches -[ml-dl](categories/ml-dl.md) category, created 2021-07-05, last commit 2022-12-09, main language Python -auto-tensorflow, automl, autotensorflow, deeplearning, machine-learning, machinelearning, neural-networks, tensorflow, tfx +### [crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) by [pmaji](https://github.com/pmaji) +crypto-whale-watching-app: Python Dash app that tracks whale activity in cryptocurrency markets. +[https://github.com/pmaji/crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) +2.08 stars per week over 266 weeks +555 stars, 135 forks, 48 watches +[crypto](categories/crypto.md) category, created 2018-01-23, last commit 2022-12-08, main language Python +bitcoin, bitcoin-api, bitcoin-price, cryptocurrency, cryptocurrency-exchanges, cryptocurrency-price-ticker, cryptocurrency-prices, dash, ethereum, ethereum-blockchain, ethereum-price, gdax, gdax-api, gdax-python, litecoin, litecoin-price, plotly, plotly-dash, python, python3 -### [calm-notebooks](https://github.com/koaning/calm-notebooks) by [koaning](https://github.com/koaning) -calm-notebooks: notebooks that are used at calmcode.io -[https://calmcode.io](https://calmcode.io) -[https://github.com/koaning/calm-notebooks](https://github.com/koaning/calm-notebooks) -1.1 stars per week over 156 weeks -172 stars, 148 forks, 7 watches -[study](categories/study.md) category, created 2020-03-01, last commit 2021-10-21, main language Jupyter Notebook +### [opendatasets](https://github.com/jovianml/opendatasets) by [jovianml](https://github.com/jovianml) +opendatasets: A Python library for downloading datasets from Kaggle, Google Drive, and other online sources. +[https://github.com/jovianml/opendatasets](https://github.com/jovianml/opendatasets) +1.96 stars per week over 128 weeks +252 stars, 123 forks, 13 watches +[data](categories/data.md) category, created 2020-09-17, last commit 2022-11-01, main language Python +data-science, datasets, machine-learning, python -### [tket](https://github.com/cqcl/tket) by [cqcl](https://github.com/cqcl) -tket: Source code for the TKET quantum compiler, Python bindings and utilities -[https://github.com/cqcl/tket](https://github.com/cqcl/tket) -2.17 stars per week over 76 weeks -166 stars, 30 forks, 14 watches -[util](categories/util.md) category, created 2021-09-13, last commit 2023-02-28, main language C++ -compiler, quantum-computing +### [PolyWorldPretrainedNetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) by [zorzi-s](https://github.com/zorzi-s) +PolyWorldPretrainedNetwork: PolyWorld: Polygonal Building Extraction with Graph Neural Networks in Satellite Images +[https://github.com/zorzi-s/polyworldpretrainednetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) +2.02 stars per week over 49 weeks +100 stars, 15 forks, 7 watches +[gis](categories/gis.md) category, created 2022-03-23, last commit 2022-11-10, main language Python -### [graph-force](https://github.com/h4kor/graph-force) by [h4kor](https://github.com/h4kor) -graph-force: Python library for embedding large graphs in 2D space, using force-directed layouts. -[https://pypi.org/project/graph-force/](https://pypi.org/project/graph-force/) -[https://github.com/h4kor/graph-force](https://github.com/h4kor/graph-force) -12 stars per week over 13 weeks -164 stars, 0 forks, 9 watches -[graph](categories/graph.md) category, created 2022-11-28, last commit 2022-11-28, main language Rust -force-directed-graphs, graph-algorithms, python, python3 +### [lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) by [lexpredict](https://github.com/lexpredict) +lexpredict-lexnlp: LexNLP by LexPredict +[https://github.com/lexpredict/lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) +2.08 stars per week over 283 weeks +588 stars, 158 forks, 49 watches +[nlp](categories/nlp.md) category, created 2017-09-30, last commit 2022-08-10, main language HTML +analytics, contracts, data, law, legal, legaltech, linguistics, ml, nlp -### [activitysim](https://github.com/activitysim/activitysim) -activitysim: An Open Platform for Activity-Based Travel Modeling -[https://activitysim.github.io](https://activitysim.github.io) -[https://github.com/activitysim/activitysim](https://github.com/activitysim/activitysim) -0.33 stars per week over 454 weeks -152 stars, 87 forks, 42 watches -[sim](categories/sim.md) category, created 2014-06-18, last commit 2023-01-31, main language Jupyter Notebook -activitysim, bsd-3-clause, data-science, microsimulation, python, travel-modeling +### [atspy](https://github.com/firmai/atspy) by [firmai](https://github.com/firmai) +AtsPy: Automated Time Series Models in Python (by @firmai) +[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631) +[https://github.com/firmai/atspy](https://github.com/firmai/atspy) +2.94 stars per week over 161 weeks +476 stars, 88 forks, 20 watches +[time-series](categories/time-series.md) category, created 2020-01-28, last commit 2021-12-18, main language Python +automated, finance, forecasting, forecasting-models, python, time-series, time-series-analysis -### [breaching](https://github.com/jonasgeiping/breaching) by [jonasgeiping](https://github.com/jonasgeiping) -Breaching privacy in federated learning scenarios for vision and text -[https://github.com/jonasgeiping/breaching](https://github.com/jonasgeiping/breaching) -2.7 stars per week over 54 weeks -147 stars, 32 forks, 3 watches -[ml](categories/ml.md) category, created 2022-02-15, last commit 2023-02-09, main language Python -decentralized-learning, federated-learning, machine-learning, privacy-audit, pytorch, security +### [quantumcomputingbook](https://github.com/jackhidary/quantumcomputingbook) by [jackhidary](https://github.com/jackhidary) +quantumcomputingbook: Companion site for the textbook Quantum Computing: An Applied Approach +[https://github.com/jackhidary/quantumcomputingbook](https://github.com/jackhidary/quantumcomputingbook) +3.04 stars per week over 209 weeks +636 stars, 188 forks, 55 watches +[study](categories/study.md) category, created 2019-02-28, last commit 2021-10-14, main language Jupyter Notebook +cirq, google-quantum, qiskit, quantum, quantum-computing, quantum-information, quantum-information-science, quantum-processor, quantum-supremacy, rigetti, sycamore -### [pypistats](https://github.com/hugovk/pypistats) by [hugovk](https://github.com/hugovk) -pypistats: Command-line interface to PyPI Stats API to get download stats for Python packages -[https://pypistats.org/api/](https://pypistats.org/api/) -[https://github.com/hugovk/pypistats](https://github.com/hugovk/pypistats) -0.63 stars per week over 231 weeks -146 stars, 26 forks, 4 watches -[util](categories/util.md) category, created 2018-09-22, last commit 2023-03-01, main language Python -api, cli, command-line, command-line-tool, downloads, hacktoberfest, pypi, python, python3, statistics, stats +### [urbansim](https://github.com/udst/urbansim) by [udst](https://github.com/udst) +urbansim: Platform for building statistical models of cities and regions +[https://udst.github.io/urbansim/](https://udst.github.io/urbansim/) +[https://github.com/udst/urbansim](https://github.com/udst/urbansim) +0.85 stars per week over 498 weeks +423 stars, 125 forks, 78 watches +[sim](categories/sim.md) category, created 2013-08-15, last commit 2020-05-11, main language Python -### [pyscript-cli](https://github.com/pyscript/pyscript-cli) by [pyscript](https://github.com/pyscript) -pyscript-cli: A CLI for PyScript -[https://github.com/pyscript/pyscript-cli](https://github.com/pyscript/pyscript-cli) -3.32 stars per week over 43 weeks -145 stars, 14 forks, 12 watches -[util](categories/util.md) category, created 2022-05-01, last commit 2023-02-25, main language Python +### [fmpsdk](https://github.com/daxm/fmpsdk) by [daxm](https://github.com/daxm) +fmpsdk: SDK for Financial Modeling Prep's (FMP) API +[https://github.com/daxm/fmpsdk](https://github.com/daxm/fmpsdk) +0.79 stars per week over 117 weeks +93 stars, 37 forks, 9 watches +[finance](categories/finance.md) category, created 2020-12-06, last commit 2022-10-12, main language Python -### [cookiecutter-modern-datascience](https://github.com/crmne/cookiecutter-modern-datascience) by [crmne](https://github.com/crmne) -cookiecutter-modern-datascience: Start a data science project with modern tools -[https://github.com/crmne/cookiecutter-modern-datascience](https://github.com/crmne/cookiecutter-modern-datascience) -1.03 stars per week over 138 weeks -143 stars, 29 forks, 3 watches -[template](categories/template.md) category, created 2020-07-06, last commit 2022-06-10, main language Python -cookiecutter, cookiecutter-data-science, cookiecutter-template, datascience, python +### [sota-extractor](https://github.com/paperswithcode/sota-extractor) by [paperswithcode](https://github.com/paperswithcode) +sota-extractor: The SOTA extractor pipeline +[https://github.com/paperswithcode/sota-extractor](https://github.com/paperswithcode/sota-extractor) +1.14 stars per week over 221 weeks +253 stars, 28 forks, 13 watches +[data](categories/data.md) category, created 2018-12-07, last commit 2022-03-09, main language Python -### [jsontopydantic](https://github.com/brokenloop/jsontopydantic) by [brokenloop](https://github.com/brokenloop) -jsontopydantic: Web tool for generating Pydantic models from JSON objects -[https://jsontopydantic.com](https://jsontopydantic.com) -[https://github.com/brokenloop/jsontopydantic](https://github.com/brokenloop/jsontopydantic) -1.2 stars per week over 117 weeks -141 stars, 7 forks, 3 watches -[util](categories/util.md) category, created 2020-11-28, last commit 2022-05-13, main language TypeScript +### [python-patterns](https://github.com/brandon-rhodes/python-patterns) by [brandon-rhodes](https://github.com/brandon-rhodes) +python-patterns: Source code behind the python-patterns.guide site by Brandon Rhodes +[https://github.com/brandon-rhodes/python-patterns](https://github.com/brandon-rhodes/python-patterns) +3.84 stars per week over 265 weeks +1,021 stars, 93 forks, 254 watches +[util](categories/util.md) category, created 2018-01-31, last commit 2021-01-05, main language Python -### [mutate](https://github.com/infinitylogesh/mutate) by [infinitylogesh](https://github.com/infinitylogesh) -mutate: A library to synthesize text datasets using Large Language Models (LLM) -[https://github.com/infinitylogesh/mutate](https://github.com/infinitylogesh/mutate) -2.28 stars per week over 61 weeks -140 stars, 11 forks, 3 watches -[nlp](categories/nlp.md) category, created 2021-12-29, last commit 2023-01-17, main language Python -data-augmentation, data-labeling, language-model, nlp-library, text-generation +### [pycircular](https://github.com/albahnsen/pycircular) by [albahnsen](https://github.com/albahnsen) +pycircular is a Python module for circular data analysis +[https://github.com/albahnsen/pycircular](https://github.com/albahnsen/pycircular) +2.57 stars per week over 24 weeks +64 stars, 3 forks, 5 watches +[math](categories/math.md) category, created 2022-09-12, last commit 2023-01-21, main language Python -### [pyogrio](https://github.com/geopandas/pyogrio) by [geopandas](https://github.com/geopandas) -pyogrio: Vectorized vector I/O using OGR -[https://pyogrio.readthedocs.io](https://pyogrio.readthedocs.io) -[https://github.com/geopandas/pyogrio](https://github.com/geopandas/pyogrio) -0.91 stars per week over 153 weeks -139 stars, 10 forks, 9 watches -[gis](categories/gis.md) category, created 2020-03-27, last commit 2023-02-08, main language Python +### [high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) by [mynameisfiber](https://github.com/mynameisfiber) +high_performance_python_2e: Code for the book "High Performance Python 2e" by Micha Gorelick and Ian Ozsvald with OReilly +[https://github.com/mynameisfiber/high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) +2.03 stars per week over 151 weeks +306 stars, 100 forks, 6 watches +[study](categories/study.md) category, created 2020-04-12, last commit 2023-01-18, main language Python +code-samples, high-performance, oreilly, oreilly-books, python -### [openfisca-core](https://github.com/openfisca/openfisca-core) by [openfisca](https://github.com/openfisca) -openfisca-core: OpenFisca core engine. See other repositories for countries-specific code & data. -[https://openfisca.org](https://openfisca.org) -[https://github.com/openfisca/openfisca-core](https://github.com/openfisca/openfisca-core) -0.29 stars per week over 478 weeks -139 stars, 70 forks, 24 watches -[sim](categories/sim.md) category, created 2013-12-29, last commit 2023-01-24, main language Python -better-rules, legislation-as-code, microsimulation, rules-as-code +### [richdem](https://github.com/r-barnes/richdem) by [r-barnes](https://github.com/r-barnes) +richdem: High-performance Terrain and Hydrology Analysis +[https://github.com/r-barnes/richdem](https://github.com/r-barnes/richdem) +0.38 stars per week over 530 weeks +201 stars, 59 forks, 14 watches +[gis](categories/gis.md) category, created 2013-01-06, last commit 2022-11-18, main language C++ +big-data, digital-elevation-model, geosciences, geospatial, hydrologic-modeling, hydrology -### [markov_clustering](https://github.com/guyallard/markov_clustering) by [guyallard](https://github.com/guyallard) -markov_clustering: markov clustering in python -[https://github.com/guyallard/markov_clustering](https://github.com/guyallard/markov_clustering) -0.47 stars per week over 283 weeks -134 stars, 34 forks, 9 watches -[graph](categories/graph.md) category, created 2017-09-27, last commit 2018-12-11, main language Python -clustering, markov-clustering, networks, python +### [pyheat](https://github.com/csurfer/pyheat) by [csurfer](https://github.com/csurfer) +pyheat: pprofile + matplotlib = Python program profiled as an awesome heatmap! +[https://github.com/csurfer/pyheat](https://github.com/csurfer/pyheat) +2.33 stars per week over 317 weeks +740 stars, 40 forks, 13 watches +[profiling](categories/profiling.md) category, created 2017-02-04, last commit 2021-09-18, main language Python +heatmap, matplotlib, profiling, python -### [torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) by [nicolas-chaulet](https://github.com/nicolas-chaulet) -torch-points3d: Pytorch framework for doing deep learning on point clouds. -[https://torch-points3d.readthedocs.io/en/latest/](https://torch-points3d.readthedocs.io/en/latest/) -[https://github.com/nicolas-chaulet/torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) -2.23 stars per week over 59 weeks -133 stars, 32 forks, 0 watches -[ml](categories/ml.md) category, created 2022-01-09, last commit 2021-12-10, main language None +### [grade-school-math](https://github.com/openai/grade-school-math) by [openai](https://github.com/openai) +openai/grade-school-math +[https://github.com/openai/grade-school-math](https://github.com/openai/grade-school-math) +4.33 stars per week over 71 weeks +310 stars, 65 forks, 9 watches +[nlp](categories/nlp.md) category, created 2021-10-20, last commit 2021-11-19, main language Python -### [pyminiaudio](https://github.com/irmen/pyminiaudio) by [irmen](https://github.com/irmen) -pyminiaudio: python interface to the miniaudio audio playback, recording, decoding and conversion library -[https://github.com/irmen/pyminiaudio](https://github.com/irmen/pyminiaudio) -0.68 stars per week over 191 weeks -130 stars, 16 forks, 3 watches -[util](categories/util.md) category, created 2019-06-30, last commit 2023-02-09, main language C +### [data-lineage](https://github.com/tokern/data-lineage) by [tokern](https://github.com/tokern) +data-lineage: Generate and Visualize Data Lineage from query history +[https://tokern.io/data-lineage/](https://tokern.io/data-lineage/) +[https://github.com/tokern/data-lineage](https://github.com/tokern/data-lineage) +1.58 stars per week over 154 weeks +244 stars, 28 forks, 8 watches +[data](categories/data.md) category, created 2020-03-17, last commit 2022-05-02, main language Python +data-governance, data-lineage, jupyter, postgresql, python -### [python-collab-template](https://github.com/eugeneyan/python-collab-template) by [eugeneyan](https://github.com/eugeneyan) -python-collab-template: 🛠 Python project template with unit tests, code coverage, linting, type checking, Makefile wrapper, and GitHub Actions. -[https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/](https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/) -[https://github.com/eugeneyan/python-collab-template](https://github.com/eugeneyan/python-collab-template) -0.9 stars per week over 140 weeks -127 stars, 37 forks, 4 watches -[template](categories/template.md) category, created 2020-06-21, last commit 2022-07-02, main language Python -coverage, github-actions, hacktoberfest, linting, makefile, python, type-checking, unit-testing +### [raster4ml](https://github.com/remotesensinglab/raster4ml) by [remotesensinglab](https://github.com/remotesensinglab) +raster4ml: A geospatial raster processing library for machine learning +[https://raster4ml.readthedocs.io](https://raster4ml.readthedocs.io) +[https://github.com/remotesensinglab/raster4ml](https://github.com/remotesensinglab/raster4ml) +3.13 stars per week over 33 weeks +106 stars, 12 forks, 4 watches +[gis](categories/gis.md) category, created 2022-07-11, last commit 2022-11-01, main language Python +agriculture-research, data-science, geospatial-data, machine-learning, python, remote-sensing, vegetation, vegetation-index -### [weather-tools](https://github.com/google/weather-tools) by [google](https://github.com/google) -weather-tools: Apache Beam pipelines to make weather data accessible and useful. -[https://weather-tools.readthedocs.io/](https://weather-tools.readthedocs.io/) -[https://github.com/google/weather-tools](https://github.com/google/weather-tools) -1.91 stars per week over 66 weeks -127 stars, 27 forks, 15 watches -[data](categories/data.md) category, created 2021-11-22, last commit 2023-02-22, main language Python -apache-beam, python, weather +### [golly](https://github.com/alephalpha/golly) by [alephalpha](https://github.com/alephalpha) +Golly, a Game of Life simulator (unofficial mirror from SourceForge) +[http://sourceforge.net/projects/golly/](http://sourceforge.net/projects/golly/) +[https://github.com/alephalpha/golly](https://github.com/alephalpha/golly) +0.12 stars per week over 242 weeks +29 stars, 9 forks, 5 watches +[sim](categories/sim.md) category, created 2018-07-10, last commit 2023-02-25, main language C++ +cellular-automata, game-of-life -### [autotyping](https://github.com/jellezijlstra/autotyping) by [jellezijlstra](https://github.com/jellezijlstra) -jellezijlstra/autotyping -[https://github.com/jellezijlstra/autotyping](https://github.com/jellezijlstra/autotyping) -1.43 stars per week over 88 weeks -126 stars, 9 forks, 4 watches -[typing](categories/typing.md) category, created 2021-06-25, last commit 2023-02-14, main language Python +### [airflow-provider-ray](https://github.com/anyscale/airflow-provider-ray) by [anyscale](https://github.com/anyscale) +airflow-provider-ray: Ray provider for Apache Airflow +[https://github.com/anyscale/airflow-provider-ray](https://github.com/anyscale/airflow-provider-ray) +0.31 stars per week over 104 weeks +32 stars, 10 forks, 13 watches +[ml-ops](categories/ml-ops.md) category, created 2021-03-05, last commit 2021-10-03, main language Python -### [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) by [developmentseed](https://github.com/developmentseed) -geojson-pydantic: Pydantic data models for the GeoJSON spec -[https://github.com/developmentseed/geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) -0.86 stars per week over 145 weeks -125 stars, 28 forks, 11 watches -[gis](categories/gis.md) category, created 2020-05-21, last commit 2023-03-01, main language Python -geojson, geojson-spec, pydantic +### [valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) by [jerryyli](https://github.com/jerryyli) +valhalla-nmt: Code repository for CVPR 2022 paper "VALHALLA: Visual Hallucination for Machine Translation" +[https://github.com/jerryyli/valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) +0.46 stars per week over 49 weeks +23 stars, 4 forks, 1 watches +[ml-dl](categories/ml-dl.md) category, created 2022-03-22, last commit 2023-02-19, main language Python +computer-vision, machine-translation, multimodal-learning, natural-language-processing -### [pytrait](https://github.com/xrudelis/pytrait) by [xrudelis](https://github.com/xrudelis) -pytrait: Traits for Python3 -[https://github.com/xrudelis/pytrait](https://github.com/xrudelis/pytrait) -1.84 stars per week over 66 weeks -123 stars, 3 forks, 3 watches -[util](categories/util.md) category, created 2021-11-21, last commit 2021-11-27, main language Python +### [auto-tensorflow](https://github.com/rafiqhasan/auto-tensorflow) by [rafiqhasan](https://github.com/rafiqhasan) +auto-tensorflow: Build Low Code Automated Tensorflow explainable models in just 3 lines of code. Library created by: Hasan Rafiq - https://www.linkedin.com/in/sam04/ +[https://github.com/rafiqhasan/auto-tensorflow](https://github.com/rafiqhasan/auto-tensorflow) +2.0 stars per week over 86 weeks +174 stars, 34 forks, 13 watches +[ml-dl](categories/ml-dl.md) category, created 2021-07-05, last commit 2022-12-09, main language Python +auto-tensorflow, automl, autotensorflow, deeplearning, machine-learning, machinelearning, neural-networks, tensorflow, tfx -### [python-gedcom](https://github.com/nickreynke/python-gedcom) by [nickreynke](https://github.com/nickreynke) -python-gedcom: Python module for parsing, analyzing, and manipulating GEDCOM files -[https://nickreynke.github.io/python-gedcom/gedcom/index.html](https://nickreynke.github.io/python-gedcom/gedcom/index.html) -[https://github.com/nickreynke/python-gedcom](https://github.com/nickreynke/python-gedcom) -0.45 stars per week over 268 weeks -121 stars, 31 forks, 16 watches -[data](categories/data.md) category, created 2018-01-09, last commit 2021-06-03, main language Python -gedcom, gedcom-parser, parser, python +### [Blackstone](https://github.com/iclrandd/blackstone) by [iclrandd](https://github.com/iclrandd) +Blackstone: :black_circle: A spaCy pipeline and model for NLP on unstructured legal text. +[https://research.iclr.co.uk](https://research.iclr.co.uk) +[https://github.com/iclrandd/blackstone](https://github.com/iclrandd/blackstone) +2.86 stars per week over 205 weeks +588 stars, 93 forks, 38 watches +[nlp](categories/nlp.md) category, created 2019-03-25, last commit 2021-01-31, main language Python +caselaw, law, legaltech, nlp, spacy-models -### [fastai-serving](https://github.com/developmentseed/fastai-serving) by [developmentseed](https://github.com/developmentseed) -fastai-serving: A Docker image for serving fast.ai models, mimicking the API of Tensorflow Serving -[https://github.com/developmentseed/fastai-serving](https://github.com/developmentseed/fastai-serving) -0.63 stars per week over 191 weeks -121 stars, 11 forks, 8 watches -[web](categories/web.md) category, created 2019-07-01, last commit 2020-02-10, main language Python -deep-learning, docker, machine-learning, python, pytorch +### [pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) by [hysts](https://github.com/hysts) +pytorch_image_classification: PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet +[https://github.com/hysts/pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) +4.32 stars per week over 273 weeks +1,179 stars, 292 forks, 27 watches +[ml-dl](categories/ml-dl.md) category, created 2017-12-09, last commit 2021-12-12, main language Python +cifar10, computer-vision, fashion-mnist, imagenet, pytorch -### [SubredditMediaDownloader](https://github.com/psycoguana/subredditmediadownloader) by [psycoguana](https://github.com/psycoguana) -SubredditMediaDownloader: Simple Python script to download images and videos from public subreddits without using Reddit's API 😎 -[https://github.com/psycoguana/subredditmediadownloader](https://github.com/psycoguana/subredditmediadownloader) -2.07 stars per week over 54 weeks -112 stars, 8 forks, 3 watches -[data](categories/data.md) category, created 2022-02-18, last commit 2023-01-17, main language Python +### [AIQC](https://github.com/aiqc/aiqc) by [aiqc](https://github.com/aiqc) +AIQC: End-to-end deep learning on your desktop or server. +[https://github.com/aiqc/aiqc](https://github.com/aiqc/aiqc) +0.77 stars per week over 117 weeks +91 stars, 20 forks, 4 watches +[ml-ops](categories/ml-ops.md) category, created 2020-12-02, last commit 2022-12-16, main language Jupyter Notebook -### [socialways](https://github.com/crowdbotp/socialways) by [crowdbotp](https://github.com/crowdbotp) -socialways: Social Ways: Learning Multi-Modal Distributions of Pedestrian Trajectories with GANs (CVPR 2019) -[https://github.com/crowdbotp/socialways](https://github.com/crowdbotp/socialways) -0.55 stars per week over 201 weeks -111 stars, 45 forks, 9 watches -[sim](categories/sim.md) category, created 2019-04-23, last commit 2020-03-20, main language Python -crowd-simulation, gan, generative-adversarial-network, human-trajectory-prediction, info-gan, pedestrian, pedestrian-trajectories, prediction-model, self-driving-car, social-gan, social-navigation, social-robots, social-ways, trajectory-forecasting, trajectory-prediction +### [jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) by [chaoleili](https://github.com/chaoleili) +jupyterlab_tensorboard: Tensorboard extension for jupyterlab. +[https://github.com/chaoleili/jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) +1.25 stars per week over 237 weeks +297 stars, 36 forks, 11 watches +[jupyter](categories/jupyter.md) category, created 2018-08-14, last commit 2022-07-18, main language TypeScript +jupyterlab, jupyterlab-extension, tensorboard -### [fastapi-boilerplate](https://github.com/rawheel/fastapi-boilerplate) by [rawheel](https://github.com/rawheel) -fastapi-boilerplate: Dockerized FastAPI boiler plate similar to Django code structure with views, serializers(pydantic) and model( Sqlalchemy ORM) with dockerized database(PostgresSQL) and PgAdmin. 🚀 -[https://github.com/rawheel/fastapi-boilerplate](https://github.com/rawheel/fastapi-boilerplate) -11 stars per week over 9 weeks -110 stars, 10 forks, 1 watches -[web](categories/web.md) category, created 2022-12-28, last commit 2023-01-07, main language Python -alembic, boilerplate, docker, docker-compose, fastapi, fastapi-boilerplate, fastapi-sqlalchemy, orm, poetry-python, postgresql, pydantic, python3, sqlalchemy, sqlalchemy-orm +### [poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) by [tiangolo](https://github.com/tiangolo) +poetry-version-plugin: Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag. +[https://github.com/tiangolo/poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) +2.98 stars per week over 92 weeks +275 stars, 24 forks, 5 watches +[util](categories/util.md) category, created 2021-05-27, last commit 2021-05-28, main language Python +packaging, packaging-for-pypi, pypi, python, python-poetry, python3 -### [raster4ml](https://github.com/remotesensinglab/raster4ml) by [remotesensinglab](https://github.com/remotesensinglab) -raster4ml: A geospatial raster processing library for machine learning -[https://raster4ml.readthedocs.io](https://raster4ml.readthedocs.io) -[https://github.com/remotesensinglab/raster4ml](https://github.com/remotesensinglab/raster4ml) -3.16 stars per week over 33 weeks -106 stars, 12 forks, 4 watches -[gis](categories/gis.md) category, created 2022-07-11, last commit 2022-11-01, main language Python -agriculture-research, data-science, geospatial-data, machine-learning, python, remote-sensing, vegetation, vegetation-index +### [chartpy](https://github.com/cuemacro/chartpy) by [cuemacro](https://github.com/cuemacro) +chartpy: Easy to use Python API wrapper to plot charts with matplotlib, plotly, bokeh and more +[https://github.com/cuemacro/chartpy](https://github.com/cuemacro/chartpy) +1.48 stars per week over 343 weeks +510 stars, 98 forks, 48 watches +[viz](categories/viz.md) category, created 2016-08-03, last commit 2022-11-02, main language Python +bokeh, chart, matplotlib, plotly, plotting ### [domino](https://github.com/hazyresearch/domino) by [hazyresearch](https://github.com/hazyresearch) hazyresearch/domino [https://github.com/hazyresearch/domino](https://github.com/hazyresearch/domino) -1.59 stars per week over 65 weeks +1.58 stars per week over 65 weeks 104 stars, 16 forks, 20 watches [ml](categories/ml.md) category, created 2021-11-29, last commit 2022-08-02, main language Python -### [LOD2BuildingModel](https://github.com/gdaosu/lod2buildingmodel) by [gdaosu](https://github.com/gdaosu) -LOD2BuildingModel: SAT2LoD2: Automated LoD-2 Model Reconstruction from Satellite-derived DSM and Orthophoto -[https://github.com/gdaosu/lod2buildingmodel](https://github.com/gdaosu/lod2buildingmodel) -1.32 stars per week over 78 weeks -104 stars, 23 forks, 9 watches -[gis](categories/gis.md) category, created 2021-08-30, last commit 2022-07-21, main language Python - - ### [lex-glue](https://github.com/coastalcph/lex-glue) by [coastalcph](https://github.com/coastalcph) lex-glue: LexGLUE: A Benchmark Dataset for Legal Language Understanding in English [https://github.com/coastalcph/lex-glue](https://github.com/coastalcph/lex-glue) -1.38 stars per week over 74 weeks -103 stars, 24 forks, 6 watches +1.39 stars per week over 74 weeks +104 stars, 24 forks, 7 watches [nlp](categories/nlp.md) category, created 2021-09-27, last commit 2022-11-04, main language Python benchmark, lawtech, legal, legaltech, nlp -### [PolyWorldPretrainedNetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) by [zorzi-s](https://github.com/zorzi-s) -PolyWorldPretrainedNetwork: PolyWorld: Polygonal Building Extraction with Graph Neural Networks in Satellite Images -[https://github.com/zorzi-s/polyworldpretrainednetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) -2.01 stars per week over 49 weeks -99 stars, 15 forks, 7 watches -[gis](categories/gis.md) category, created 2022-03-23, last commit 2022-11-10, main language Python - - -### [parquet-tools](https://github.com/ktrueda/parquet-tools) by [ktrueda](https://github.com/ktrueda) -parquet-tools: easy install parquet-tools -[https://github.com/ktrueda/parquet-tools](https://github.com/ktrueda/parquet-tools) -0.66 stars per week over 147 weeks -97 stars, 12 forks, 3 watches -[data](categories/data.md) category, created 2020-05-02, last commit 2023-01-18, main language Python -cli, parquet, parquet-tools - - -### [fonduer-tutorials](https://github.com/hazyresearch/fonduer-tutorials) by [hazyresearch](https://github.com/hazyresearch) -fonduer-tutorials: A collection of simple tutorials for using Fonduer -[https://github.com/HazyResearch/fonduer](https://github.com/HazyResearch/fonduer) -[https://github.com/hazyresearch/fonduer-tutorials](https://github.com/hazyresearch/fonduer-tutorials) -0.38 stars per week over 258 weeks -97 stars, 25 forks, 18 watches -[nlp](categories/nlp.md) category, created 2018-03-23, last commit 2020-05-27, main language Jupyter Notebook - - -### [forestatrisk](https://github.com/ghislainv/forestatrisk) by [ghislainv](https://github.com/ghislainv) -forestatrisk: :package: :snake: Python package to model and forecast the risk of deforestation -[https://ecology.ghislainv.fr/forestatrisk](https://ecology.ghislainv.fr/forestatrisk) -[https://github.com/ghislainv/forestatrisk](https://github.com/ghislainv/forestatrisk) -0.29 stars per week over 326 weeks -96 stars, 21 forks, 4 watches -[gis](categories/gis.md) category, created 2016-12-01, last commit 2022-08-23, main language Python -biodiversity-scenario, co2-emissions, deforestation, deforestation-risk, forecasting, forest-cover-change, ipbes, ipcc, land-use-change, protected-areas, python, redd, roads, spatial-analysis, spatial-autocorrelation, spatial-modelling, tropical-forests +### [prefect-anyscale](https://github.com/anyscale/prefect-anyscale) by [anyscale](https://github.com/anyscale) +prefect-anyscale: Prefect integration with Anyscale +[https://github.com/anyscale/prefect-anyscale](https://github.com/anyscale/prefect-anyscale) +0.36 stars per week over 16 weeks +6 stars, 1 forks, 3 watches +[ml-ops](categories/ml-ops.md) category, created 2022-11-07, last commit 2023-03-02, main language Python -### [AutoProfiler](https://github.com/cmudig/autoprofiler) by [cmudig](https://github.com/cmudig) -AutoProfiler: Automatically profile dataframes in the Jupyter sidebar -[https://github.com/cmudig/autoprofiler](https://github.com/cmudig/autoprofiler) -1.91 stars per week over 49 weeks -94 stars, 5 forks, 1 watches -[jupyter](categories/jupyter.md) category, created 2022-03-24, last commit 2023-02-28, main language Svelte -jupyter, pandas, python +### [crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) by [dylanhogg](https://github.com/dylanhogg) +crazy-awesome-python: A curated list of awesome Python frameworks, with a bias towards data and machine learning +[https://www.awesomepython.org/](https://www.awesomepython.org/) +[https://github.com/dylanhogg/crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) +0.38 stars per week over 141 weeks +53 stars, 8 forks, 3 watches +[study](categories/study.md) category, created 2020-06-20, last commit 2023-03-03, main language HTML +awesome-list, data, machine-learning, natural-language-processing, python, python-data, python-frameworks, python-library, python-machine-learning, python-nlp -### [gds_env](https://github.com/darribas/gds_env) by [darribas](https://github.com/darribas) -gds_env: A containerised platform for Geographic Data Science -[https://darribas.org/gds_env](https://darribas.org/gds_env) -[https://github.com/darribas/gds_env](https://github.com/darribas/gds_env) -0.27 stars per week over 342 weeks -93 stars, 36 forks, 9 watches -[gis](categories/gis.md) category, created 2016-08-12, last commit 2022-12-09, main language Jupyter Notebook -docker, geographic-data-science, jupyter-lab, latex, python, r +### [byt5](https://github.com/google-research/byt5) by [google-research](https://github.com/google-research) +google-research/byt5 +[https://github.com/google-research/byt5](https://github.com/google-research/byt5) +4.46 stars per week over 92 weeks +413 stars, 25 forks, 11 watches +[nlp](categories/nlp.md) category, created 2021-05-26, last commit 2022-03-02, main language Python -### [AIQC](https://github.com/aiqc/aiqc) by [aiqc](https://github.com/aiqc) -AIQC: End-to-end deep learning on your desktop or server. -[https://github.com/aiqc/aiqc](https://github.com/aiqc/aiqc) -0.78 stars per week over 117 weeks -91 stars, 20 forks, 4 watches -[ml-ops](categories/ml-ops.md) category, created 2020-12-02, last commit 2022-12-16, main language Jupyter Notebook +### [ottr](https://github.com/airbnb/ottr) by [airbnb](https://github.com/airbnb) +ottr: Serverless Public Key Infrastructure Framework +[https://github.com/airbnb/ottr](https://github.com/airbnb/ottr) +3.29 stars per week over 79 weeks +261 stars, 30 forks, 7 watches +[util](categories/util.md) category, created 2021-08-27, last commit 2022-01-04, main language Python ### [tigerlily](https://github.com/benedekrozemberczki/tigerlily) by [benedekrozemberczki](https://github.com/benedekrozemberczki) TigerLily: Finding drug interactions in silico with the Graph. [https://github.com/benedekrozemberczki/tigerlily](https://github.com/benedekrozemberczki/tigerlily) -1.71 stars per week over 52 weeks +1.7 stars per week over 52 weeks 90 stars, 9 forks, 1 watches [ml-dl](categories/ml-dl.md) category, created 2022-02-28, last commit 2022-12-17, main language Jupyter Notebook biology, ddi, deep-learning, drug-drug-interaction, embedding, gradient-boosting, graph, graph-database, graph-embedding, graph-machine-learning, heterogeneous-graph, knowledge-graph, machine-learning, network-science, node, node-embedding, pharmaceuticals, tigergraph, unsupervised-learning -### [area](https://github.com/scisco/area) by [scisco](https://github.com/scisco) -area: Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox's geojson-area for Python -[https://github.com/scisco/area](https://github.com/scisco/area) -0.23 stars per week over 379 weeks -87 stars, 20 forks, 3 watches -[gis](categories/gis.md) category, created 2015-11-25, last commit 2018-10-31, main language Python +### [LOD2BuildingModel](https://github.com/gdaosu/lod2buildingmodel) by [gdaosu](https://github.com/gdaosu) +LOD2BuildingModel: SAT2LoD2: Automated LoD-2 Model Reconstruction from Satellite-derived DSM and Orthophoto +[https://github.com/gdaosu/lod2buildingmodel](https://github.com/gdaosu/lod2buildingmodel) +1.32 stars per week over 78 weeks +104 stars, 23 forks, 9 watches +[gis](categories/gis.md) category, created 2021-08-30, last commit 2022-07-21, main language Python -### [xyzservices](https://github.com/geopandas/xyzservices) by [geopandas](https://github.com/geopandas) -xyzservices: Source of XYZ tiles providers -[https://xyzservices.readthedocs.io/](https://xyzservices.readthedocs.io/) -[https://github.com/geopandas/xyzservices](https://github.com/geopandas/xyzservices) -0.94 stars per week over 93 weeks -87 stars, 19 forks, 11 watches -[gis](categories/gis.md) category, created 2021-05-21, last commit 2023-03-01, main language Python +### [axcell](https://github.com/paperswithcode/axcell) by [paperswithcode](https://github.com/paperswithcode) +axcell: Tools for extracting tables and results from Machine Learning papers +[https://github.com/paperswithcode/axcell](https://github.com/paperswithcode/axcell) +1.81 stars per week over 192 weeks +349 stars, 56 forks, 13 watches +[util](categories/util.md) category, created 2019-06-27, last commit 2021-06-23, main language Python -### [ged2dot](https://github.com/vmiklos/ged2dot) by [vmiklos](https://github.com/vmiklos) -ged2dot: GEDCOM to Graphviz converter -[https://vmiklos.hu/ged2dot/](https://vmiklos.hu/ged2dot/) -[https://github.com/vmiklos/ged2dot](https://github.com/vmiklos/ged2dot) -0.18 stars per week over 487 weeks -87 stars, 17 forks, 6 watches -[data](categories/data.md) category, created 2013-11-01, last commit 2023-02-26, main language Python -dot, gedcom, libreoffice, python +### [geolambda](https://github.com/developmentseed/geolambda) by [developmentseed](https://github.com/developmentseed) +geolambda: Create and deploy Geospatial AWS Lambda functions +[https://github.com/developmentseed/geolambda](https://github.com/developmentseed/geolambda) +0.93 stars per week over 304 weeks +282 stars, 85 forks, 50 watches +[gis](categories/gis.md) category, created 2017-05-02, last commit 2021-02-16, main language Dockerfile -### [sparklines](https://github.com/deeplook/sparklines) by [deeplook](https://github.com/deeplook) -sparklines: Text-based sparkline command line mimicking those of Edward Tuft. -[https://github.com/deeplook/sparklines](https://github.com/deeplook/sparklines) -0.24 stars per week over 354 weeks -84 stars, 6 forks, 3 watches -[term](categories/term.md) category, created 2016-05-17, last commit 2021-06-26, main language Python -ascii, command-line-tool, graphs, python, sparkline-graphs, sparklines +### [python-gedcom](https://github.com/nickreynke/python-gedcom) by [nickreynke](https://github.com/nickreynke) +python-gedcom: Python module for parsing, analyzing, and manipulating GEDCOM files +[https://nickreynke.github.io/python-gedcom/gedcom/index.html](https://nickreynke.github.io/python-gedcom/gedcom/index.html) +[https://github.com/nickreynke/python-gedcom](https://github.com/nickreynke/python-gedcom) +0.45 stars per week over 268 weeks +122 stars, 31 forks, 16 watches +[data](categories/data.md) category, created 2018-01-09, last commit 2021-06-03, main language Python +gedcom, gedcom-parser, parser, python -### [spherely](https://github.com/benbovy/spherely) by [benbovy](https://github.com/benbovy) -spherely: Manipulation and analysis of geometric objects on the sphere. -[https://spherely.readthedocs.io/](https://spherely.readthedocs.io/) -[https://github.com/benbovy/spherely](https://github.com/benbovy/spherely) -5.8 stars per week over 14 weeks -82 stars, 2 forks, 4 watches -[gis](categories/gis.md) category, created 2022-11-24, last commit 2023-01-12, main language C++ +### [cowait](https://github.com/backtick-se/cowait) by [backtick-se](https://github.com/backtick-se) +cowait: Containerized distributed programming framework for Python +[https://cowait.io](https://cowait.io) +[https://github.com/backtick-se/cowait](https://github.com/backtick-se/cowait) +0.3 stars per week over 180 weeks +55 stars, 5 forks, 8 watches +[util](categories/util.md) category, created 2019-09-18, last commit 2022-09-22, main language Python +dask, data-engineering, data-science, docker, kubernetes, python, spark, task-scheduler, workflow-engine -### [asyncpraw](https://github.com/praw-dev/asyncpraw) by [praw-dev](https://github.com/praw-dev) -asyncpraw: Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. -[https://asyncpraw.readthedocs.io](https://asyncpraw.readthedocs.io) -[https://github.com/praw-dev/asyncpraw](https://github.com/praw-dev/asyncpraw) -0.39 stars per week over 212 weeks -82 stars, 14 forks, 3 watches -[ml-dl](categories/ml-dl.md) category, created 2019-02-05, last commit 2023-02-25, main language Python -api, async, asyncpraw, oauth, praw, python, reddit, reddit-api +### [pynamical](https://github.com/gboeing/pynamical) by [gboeing](https://github.com/gboeing) +Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals. +[https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/](https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/) +[https://github.com/gboeing/pynamical](https://github.com/gboeing/pynamical) +1.29 stars per week over 440 weeks +567 stars, 109 forks, 31 watches +[sim](categories/sim.md) category, created 2014-09-28, last commit 2022-05-24, main language Python +animation, bifurcation-diagram, chaos, cobweb-plot, fractal, fractals, ipynb, logistic, math, matplotlib, modeling, nonlinear, numba, numpy, pandas, phase-diagram, physics, python, systems, visualization -### [sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) by [aws-samples](https://github.com/aws-samples) -sagemaker-ssh-helper: A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH -[https://github.com/aws-samples/sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) -4.05 stars per week over 20 weeks -81 stars, 10 forks, 6 watches -[util](categories/util.md) category, created 2022-10-14, last commit 2023-02-27, main language Python -amazon-sagemaker, aws, aws-systems-manager, machine-learning, pycharm, sagemaker, sagemaker-studio, ssh, vscode +### [forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) by [pgniewko](https://github.com/pgniewko) +forward_forward_vhts: The Forward-Forward Algorithm for Drug Discovery +[https://github.com/pgniewko/forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) +2.97 stars per week over 9 weeks +28 stars, 5 forks, 1 watches +[ml](categories/ml.md) category, created 2022-12-29, last commit 2022-12-30, main language Jupyter Notebook -### [projectRegularization](https://github.com/zorzi-s/projectregularization) by [zorzi-s](https://github.com/zorzi-s) -projectRegularization: Regularization of Building Boundaries using Adversarial and Regularized losses -[https://github.com/zorzi-s/projectregularization](https://github.com/zorzi-s/projectregularization) -0.87 stars per week over 93 weeks -81 stars, 8 forks, 2 watches -[gis](categories/gis.md) category, created 2021-05-18, last commit 2021-09-17, main language Python +### [apilogs](https://github.com/rpgreen/apilogs) by [rpgreen](https://github.com/rpgreen) +apilogs: Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs +[https://github.com/rpgreen/apilogs](https://github.com/rpgreen/apilogs) +0.74 stars per week over 338 weeks +249 stars, 19 forks, 9 watches +[util](categories/util.md) category, created 2016-09-07, last commit 2019-11-13, main language Python +api, api-gateway, aws, aws-apigateway, aws-lambda, cloudwatch-logs, gateway, lambda, logging -### [jake](https://github.com/sonatype-nexus-community/jake) by [sonatype-nexus-community](https://github.com/sonatype-nexus-community) -jake: Check your Python environments for vulnerable Open Source packages with OSS Index or Sonatype Nexus Lifecycle. -[https://jake.readthedocs.io/](https://jake.readthedocs.io/) -[https://github.com/sonatype-nexus-community/jake](https://github.com/sonatype-nexus-community/jake) -0.45 stars per week over 177 weeks -80 stars, 21 forks, 8 watches -[security](categories/security.md) category, created 2019-10-10, last commit 2023-02-22, main language Python -nexus-iq, ossindex, python, sonatype-iq, vulnerabilities, vulnerability-scanners +### [Deep-Video-Inpainting](https://github.com/mcahny/deep-video-inpainting) by [mcahny](https://github.com/mcahny) +Deep-Video-Inpainting: Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019) +[https://github.com/mcahny/deep-video-inpainting](https://github.com/mcahny/deep-video-inpainting) +2.34 stars per week over 197 weeks +463 stars, 88 forks, 14 watches +[ml-dl](categories/ml-dl.md) category, created 2019-05-22, last commit 2020-12-10, main language Python -### [cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) by [developmentseed](https://github.com/developmentseed) -cogeo-mosaic: Create and use COG mosaic based on mosaicJSON -[https://developmentseed.org/cogeo-mosaic/](https://developmentseed.org/cogeo-mosaic/) -[https://github.com/developmentseed/cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) -0.39 stars per week over 198 weeks -78 stars, 21 forks, 8 watches -[gis](categories/gis.md) category, created 2019-05-14, last commit 2023-02-06, main language Python +### [stat453-deep-learning-ss20](https://github.com/rasbt/stat453-deep-learning-ss20) by [rasbt](https://github.com/rasbt) +stat453-deep-learning-ss20: STAT 453: Intro to Deep Learning @ UW-Madison (Spring 2020) +[http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/](http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/) +[https://github.com/rasbt/stat453-deep-learning-ss20](https://github.com/rasbt/stat453-deep-learning-ss20) +3.21 stars per week over 162 weeks +523 stars, 154 forks, 36 watches +[study](categories/study.md) category, created 2020-01-20, last commit 2020-05-01, main language Jupyter Notebook -### [torchnnprofiler](https://github.com/kshitij12345/torchnnprofiler) by [kshitij12345](https://github.com/kshitij12345) -torchnnprofiler: Context Manager to profile the forward and backward times of PyTorch's nn.Module -[https://github.com/kshitij12345/torchnnprofiler](https://github.com/kshitij12345/torchnnprofiler) -3.98 stars per week over 18 weeks -75 stars, 3 forks, 4 watches -[profiling](categories/profiling.md) category, created 2022-10-22, last commit 2022-11-02, main language Python +### [zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) by [yoadtew](https://github.com/yoadtew) +zero-shot-image-to-text: Implementation of Zero-Shot Image-to-Text Generation for Visual-Semantic Arithmetic +[https://github.com/yoadtew/zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) +2.75 stars per week over 66 weeks +182 stars, 26 forks, 7 watches +[nlp](categories/nlp.md) category, created 2021-11-26, last commit 2022-09-17, main language Python -### [cottonwood](https://github.com/brohrer/cottonwood) by [brohrer](https://github.com/brohrer) -cottonwood: A flexible neural network framework for running experiments and trying ideas. -[https://end-to-end-machine-learning.teachable.com/p/write-a-neural-network-framework/](https://end-to-end-machine-learning.teachable.com/p/write-a-neural-network-framework/) -[https://github.com/brohrer/cottonwood](https://github.com/brohrer/cottonwood) -0.41 stars per week over 178 weeks -74 stars, 13 forks, 14 watches -[ml](categories/ml.md) category, created 2019-09-29, last commit 2020-02-02, main language Python +### [forestatrisk](https://github.com/ghislainv/forestatrisk) by [ghislainv](https://github.com/ghislainv) +forestatrisk: :package: :snake: Python package to model and forecast the risk of deforestation +[https://ecology.ghislainv.fr/forestatrisk](https://ecology.ghislainv.fr/forestatrisk) +[https://github.com/ghislainv/forestatrisk](https://github.com/ghislainv/forestatrisk) +0.29 stars per week over 326 weeks +96 stars, 21 forks, 4 watches +[gis](categories/gis.md) category, created 2016-12-01, last commit 2022-08-23, main language Python +biodiversity-scenario, co2-emissions, deforestation, deforestation-risk, forecasting, forest-cover-change, ipbes, ipcc, land-use-change, protected-areas, python, redd, roads, spatial-analysis, spatial-autocorrelation, spatial-modelling, tropical-forests -### [dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) by [googlecloudplatform](https://github.com/googlecloudplatform) -googlecloudplatform/dataflow-geobeam -[https://github.com/googlecloudplatform/dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) -0.62 stars per week over 108 weeks -67 stars, 25 forks, 10 watches -[gis](categories/gis.md) category, created 2021-02-04, last commit 2022-11-29, main language Python +### [tf-metal-experiments](https://github.com/tlkh/tf-metal-experiments) by [tlkh](https://github.com/tlkh) +tf-metal-experiments: TensorFlow Metal Backend on Apple Silicon Experiments (just for fun) +[https://github.com/tlkh/tf-metal-experiments](https://github.com/tlkh/tf-metal-experiments) +2.73 stars per week over 70 weeks +193 stars, 20 forks, 11 watches +[perf](categories/perf.md) category, created 2021-10-26, last commit 2021-11-15, main language Jupyter Notebook +benchmark, bert, deep-learning, gpu, m1, m1-max, tensorflow -### [in3](https://github.com/blockchainsllc/in3) by [blockchainsllc](https://github.com/blockchainsllc) -in3: The IN3 client (written in C). -[https://in3.readthedocs.io/en/develop/index.html](https://in3.readthedocs.io/en/develop/index.html) -[https://github.com/blockchainsllc/in3](https://github.com/blockchainsllc/in3) -0.37 stars per week over 180 weeks -66 stars, 19 forks, 12 watches -[crypto](categories/crypto.md) category, created 2019-09-17, last commit 2022-04-01, main language C -blockchain, crypto-economic, ethereum, ipfs, verify +### [STTN](https://github.com/researchmm/sttn) by [researchmm](https://github.com/researchmm) +[ECCV'2020] STTN: Learning Joint Spatial-Temporal Transformations for Video Inpainting +[https://arxiv.org/abs/2007.10247](https://arxiv.org/abs/2007.10247) +[https://github.com/researchmm/sttn](https://github.com/researchmm/sttn) +2.62 stars per week over 138 weeks +362 stars, 72 forks, 20 watches +[ml-dl](categories/ml-dl.md) category, created 2020-07-10, last commit 2021-07-26, main language Jupyter Notebook +completing-videos, spatial-temporal, transformer, video-inpainting -### [pycircular](https://github.com/albahnsen/pycircular) by [albahnsen](https://github.com/albahnsen) -pycircular is a Python module for circular data analysis -[https://github.com/albahnsen/pycircular](https://github.com/albahnsen/pycircular) -2.6 stars per week over 24 weeks -64 stars, 3 forks, 5 watches -[math](categories/math.md) category, created 2022-09-12, last commit 2023-01-21, main language Python +### [fastapi_client](https://github.com/dmontagu/fastapi_client) by [dmontagu](https://github.com/dmontagu) +fastapi_client: FastAPI client generator +[https://github.com/dmontagu/fastapi_client](https://github.com/dmontagu/fastapi_client) +1.58 stars per week over 187 weeks +296 stars, 39 forks, 8 watches +[web](categories/web.md) category, created 2019-08-03, last commit 2021-02-11, main language Python -### [street-network-models](https://github.com/gboeing/street-network-models) by [gboeing](https://github.com/gboeing) -street-network-models: Street network models and indicators for every urban area in the world -[https://osf.io/f2dqc](https://osf.io/f2dqc) -[https://github.com/gboeing/street-network-models](https://github.com/gboeing/street-network-models) -0.43 stars per week over 150 weeks -64 stars, 4 forks, 2 watches -[sim](categories/sim.md) category, created 2020-04-13, last commit 2021-03-05, main language Python +### [populationsim](https://github.com/activitysim/populationsim) by [activitysim](https://github.com/activitysim) +populationsim: An Open Platform for Population Synthesis +[https://activitysim.github.io/populationsim](https://activitysim.github.io/populationsim) +[https://github.com/activitysim/populationsim](https://github.com/activitysim/populationsim) +0.13 stars per week over 315 weeks +40 stars, 28 forks, 11 watches +[sim](categories/sim.md) category, created 2017-02-14, last commit 2021-11-19, main language Jupyter Notebook +activitysim, bsd-3-clause, data-science, microsimulation, population-synthesis, python + + +### [peartree](https://github.com/kuanb/peartree) by [kuanb](https://github.com/kuanb) +peartree: A library for converting transit data into a directed graph for sketch network analysis. +[https://github.com/kuanb/peartree](https://github.com/kuanb/peartree) +0.69 stars per week over 277 weeks +192 stars, 17 forks, 13 watches +[gis](categories/gis.md) category, created 2017-11-12, last commit 2021-01-18, main language Python +gis, graphs, gtfs, modeling, network-analysis, spatial-analysis, transit ### [easystac](https://github.com/cloudsen12/easystac) by [cloudsen12](https://github.com/cloudsen12) @@ -8914,50 +9374,89 @@ easystac: A Python package for simple STAC queries earth-observation, gis, planetary-computer, python, python3, radiant, remote-sensing, spatio-temporal, spatio-temporal-data, stac -### [repository-scanner](https://github.com/abnamro/repository-scanner) by [abnamro](https://github.com/abnamro) -repository-scanner: Tool to detect secrets in source code management systems. -[https://github.com/abnamro/repository-scanner](https://github.com/abnamro/repository-scanner) -2.31 stars per week over 25 weeks -58 stars, 3 forks, 6 watches -[security](categories/security.md) category, created 2022-09-08, last commit 2023-02-28, main language Python +### [google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) by [ndrplz](https://github.com/ndrplz) +google-drive-downloader: Minimal class to download shared files from Google Drive. +[https://github.com/ndrplz/google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) +0.92 stars per week over 273 weeks +252 stars, 62 forks, 11 watches +[data](categories/data.md) category, created 2017-12-08, last commit 2019-02-09, main language Python -### [mapalignment](https://github.com/lydorn/mapalignment) by [lydorn](https://github.com/lydorn) -mapalignment: Aligning and Updating Cadaster Maps with Remote Sensing Images -[https://github.com/lydorn/mapalignment](https://github.com/lydorn/mapalignment) -0.25 stars per week over 234 weeks -58 stars, 14 forks, 4 watches -[gis](categories/gis.md) category, created 2018-09-05, last commit 2020-09-03, main language Python +### [stat451-machine-learning-fs20](https://github.com/rasbt/stat451-machine-learning-fs20) by [rasbt](https://github.com/rasbt) +stat451-machine-learning-fs20: STAT 451: Intro to Machine Learning @ UW-Madison (Fall 2020) +[https://github.com/rasbt/stat451-machine-learning-fs20](https://github.com/rasbt/stat451-machine-learning-fs20) +2.55 stars per week over 134 weeks +343 stars, 180 forks, 18 watches +[study](categories/study.md) category, created 2020-08-06, last commit 2020-12-03, main language Jupyter Notebook -### [cowait](https://github.com/backtick-se/cowait) by [backtick-se](https://github.com/backtick-se) -cowait: Containerized distributed programming framework for Python -[https://cowait.io](https://cowait.io) -[https://github.com/backtick-se/cowait](https://github.com/backtick-se/cowait) -0.31 stars per week over 180 weeks -55 stars, 5 forks, 8 watches -[util](categories/util.md) category, created 2019-09-18, last commit 2022-09-22, main language Python -dask, data-engineering, data-science, docker, kubernetes, python, spark, task-scheduler, workflow-engine +### [BoundaryVT](https://github.com/edomel/boundaryvt) by [edomel](https://github.com/edomel) +edomel/boundaryvt +[https://github.com/edomel/boundaryvt](https://github.com/edomel/boundaryvt) +0.03 stars per week over 31 weeks +1 stars, 0 forks, 2 watches +[gis](categories/gis.md) category, created 2022-07-29, last commit 2023-02-24, main language Python -### [pysnyk](https://github.com/snyk-labs/pysnyk) by [snyk-labs](https://github.com/snyk-labs) -pysnyk: A Python client for the Snyk API. -[https://snyk.docs.apiary.io/](https://snyk.docs.apiary.io/) -[https://github.com/snyk-labs/pysnyk](https://github.com/snyk-labs/pysnyk) -0.25 stars per week over 212 weeks -53 stars, 95 forks, 10 watches -[security](categories/security.md) category, created 2019-02-03, last commit 2023-01-20, main language Python -api, python, snyk +### [terminaltables](https://github.com/matthewdeanmartin/terminaltables) by [matthewdeanmartin](https://github.com/matthewdeanmartin) +terminaltables: Generate simple tables in terminals from a nested list of strings. +[https://robpol86.github.io/terminaltables](https://robpol86.github.io/terminaltables) +[https://github.com/matthewdeanmartin/terminaltables](https://github.com/matthewdeanmartin/terminaltables) +0.38 stars per week over 65 weeks +25 stars, 5 forks, 0 watches +[term](categories/term.md) category, created 2021-12-04, last commit 2022-01-30, main language Python -### [crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) by [dylanhogg](https://github.com/dylanhogg) -crazy-awesome-python: A curated list of awesome Python frameworks, with a bias towards data and machine learning -[https://www.awesomepython.org/](https://www.awesomepython.org/) -[https://github.com/dylanhogg/crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) -0.38 stars per week over 140 weeks -53 stars, 8 forks, 3 watches -[study](categories/study.md) category, created 2020-06-20, last commit 2023-02-11, main language HTML -awesome-list, data, machine-learning, natural-language-processing, python, python-data, python-frameworks, python-library, python-machine-learning, python-nlp +### [bta-lib](https://github.com/mementum/bta-lib) by [mementum](https://github.com/mementum) +bta-lib: Technical Analysis library in pandas for backtesting algotrading and quantitative analysis +[https://github.com/mementum/bta-lib](https://github.com/mementum/bta-lib) +2.49 stars per week over 161 weeks +401 stars, 97 forks, 25 watches +[finance](categories/finance.md) category, created 2020-01-31, last commit 2020-03-11, main language Python + + +### [stochastic](https://github.com/crflynn/stochastic) by [crflynn](https://github.com/crflynn) +stochastic: Generate realizations of stochastic processes in python. +[http://stochastic.readthedocs.io/en/stable/](http://stochastic.readthedocs.io/en/stable/) +[https://github.com/crflynn/stochastic](https://github.com/crflynn/stochastic) +1.05 stars per week over 315 weeks +332 stars, 64 forks, 15 watches +[sim](categories/sim.md) category, created 2017-02-17, last commit 2022-07-12, main language Python +probability, stochastic, stochastic-differential-equations, stochastic-processes, stochastic-simulation-algorithm, stochastic-volatility-models + + +### [ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) by [nerolation](https://github.com/nerolation) +ethereum-datafarm: Scrap blockchain data from the public API of Etherscan.io +[https://github.com/nerolation/ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) +0.47 stars per week over 103 weeks +48 stars, 10 forks, 1 watches +[crypto](categories/crypto.md) category, created 2021-03-13, last commit 2023-02-25, main language Python + + +### [Polygonization-by-Frame-Field-Learning](https://github.com/lydorn/polygonization-by-frame-field-learning) by [lydorn](https://github.com/lydorn) +Polygonization-by-Frame-Field-Learning: This repository contains the code for our fast polygonal building extraction from overhead images pipeline. +[https://github.com/lydorn/polygonization-by-frame-field-learning](https://github.com/lydorn/polygonization-by-frame-field-learning) +1.49 stars per week over 144 weeks +215 stars, 54 forks, 11 watches +[gis](categories/gis.md) category, created 2020-05-26, last commit 2022-12-09, main language Python +field, frame, polygonization, remote, segmentation, sensing + + +### [python-bizdays](https://github.com/wilsonfreitas/python-bizdays) by [wilsonfreitas](https://github.com/wilsonfreitas) +python-bizdays: Business days calculations and utilities +[http://wilsonfreitas.github.io/python-bizdays/](http://wilsonfreitas.github.io/python-bizdays/) +[https://github.com/wilsonfreitas/python-bizdays](https://github.com/wilsonfreitas/python-bizdays) +0.12 stars per week over 496 weeks +62 stars, 30 forks, 7 watches +[finance](categories/finance.md) category, created 2013-09-01, last commit 2023-01-20, main language Jupyter Notebook + + +### [trafficSimulator](https://github.com/bilhim/trafficsimulator) by [bilhim](https://github.com/bilhim) +bilhim/trafficsimulator +[https://github.com/bilhim/trafficsimulator](https://github.com/bilhim/trafficsimulator) +2.85 stars per week over 78 weeks +222 stars, 83 forks, 16 watches +[sim](categories/sim.md) category, created 2021-09-05, last commit 2021-09-07, main language Python ### [crazy-awesome-crypto](https://github.com/dylanhogg/crazy-awesome-crypto) by [dylanhogg](https://github.com/dylanhogg) @@ -8970,96 +9469,148 @@ crazy-awesome-crypto: A list of awesome crypto and blockchain projects awesome, awesome-list, bitcoin, blockchain, crypto, cryptocurrency, data, data-analysis, ethereum, github -### [ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) by [nerolation](https://github.com/nerolation) -ethereum-datafarm: Scrap blockchain data from the public API of Etherscan.io -[https://github.com/nerolation/ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) -0.47 stars per week over 102 weeks -48 stars, 10 forks, 1 watches -[crypto](categories/crypto.md) category, created 2021-03-13, last commit 2023-02-25, main language Python +### [SDNE](https://github.com/suanrong/sdne) by [suanrong](https://github.com/suanrong) +SDNE: This is a implementation of SDNE (Structural Deep Network embedding) +[http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding](http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding) +[https://github.com/suanrong/sdne](https://github.com/suanrong/sdne) +0.95 stars per week over 326 weeks +310 stars, 123 forks, 10 watches +[ml-dl](categories/ml-dl.md) category, created 2016-11-30, last commit 2021-09-10, main language Python -### [radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) by [radiantearth](https://github.com/radiantearth) -radiant-mlhub: A Python client for the Radiant MLHub API (https://mlhub.earth). -[https://radiant-mlhub.readthedocs.io/](https://radiant-mlhub.readthedocs.io/) -[https://github.com/radiantearth/radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) -0.37 stars per week over 124 weeks -46 stars, 10 forks, 5 watches -[gis](categories/gis.md) category, created 2020-10-13, last commit 2023-02-13, main language Python -machine-learning, python, python-3, python-client, satellite-imagery, stac +### [fonduer-tutorials](https://github.com/hazyresearch/fonduer-tutorials) by [hazyresearch](https://github.com/hazyresearch) +fonduer-tutorials: A collection of simple tutorials for using Fonduer +[https://github.com/HazyResearch/fonduer](https://github.com/HazyResearch/fonduer) +[https://github.com/hazyresearch/fonduer-tutorials](https://github.com/hazyresearch/fonduer-tutorials) +0.38 stars per week over 258 weeks +97 stars, 25 forks, 18 watches +[nlp](categories/nlp.md) category, created 2018-03-23, last commit 2020-05-27, main language Jupyter Notebook + + +### [jsontopydantic](https://github.com/brokenloop/jsontopydantic) by [brokenloop](https://github.com/brokenloop) +jsontopydantic: Web tool for generating Pydantic models from JSON objects +[https://jsontopydantic.com](https://jsontopydantic.com) +[https://github.com/brokenloop/jsontopydantic](https://github.com/brokenloop/jsontopydantic) +1.35 stars per week over 118 weeks +160 stars, 8 forks, 3 watches +[util](categories/util.md) category, created 2020-11-28, last commit 2022-05-13, main language TypeScript + + +### [cookiecutter-modern-datascience](https://github.com/crmne/cookiecutter-modern-datascience) by [crmne](https://github.com/crmne) +cookiecutter-modern-datascience: Start a data science project with modern tools +[https://github.com/crmne/cookiecutter-modern-datascience](https://github.com/crmne/cookiecutter-modern-datascience) +1.03 stars per week over 138 weeks +143 stars, 29 forks, 3 watches +[template](categories/template.md) category, created 2020-07-06, last commit 2022-06-10, main language Python +cookiecutter, cookiecutter-data-science, cookiecutter-template, datascience, python + + +### [dashing](https://github.com/federicoceratto/dashing) by [federicoceratto](https://github.com/federicoceratto) +dashing: Terminal dashboards for Python +[https://dashing.readthedocs.io/en/latest/](https://dashing.readthedocs.io/en/latest/) +[https://github.com/federicoceratto/dashing](https://github.com/federicoceratto/dashing) +1.16 stars per week over 300 weeks +347 stars, 30 forks, 9 watches +[term](categories/term.md) category, created 2017-06-03, last commit 2020-09-06, main language Python +charts, dashboard, gauges, python, python3, terminal, terminal-based + + +### [python-collab-template](https://github.com/eugeneyan/python-collab-template) by [eugeneyan](https://github.com/eugeneyan) +python-collab-template: 🛠 Python project template with unit tests, code coverage, linting, type checking, Makefile wrapper, and GitHub Actions. +[https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/](https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/) +[https://github.com/eugeneyan/python-collab-template](https://github.com/eugeneyan/python-collab-template) +0.9 stars per week over 141 weeks +127 stars, 37 forks, 4 watches +[template](categories/template.md) category, created 2020-06-21, last commit 2022-07-02, main language Python +coverage, github-actions, hacktoberfest, linting, makefile, python, type-checking, unit-testing + + +### [sparklines](https://github.com/deeplook/sparklines) by [deeplook](https://github.com/deeplook) +sparklines: Text-based sparkline command line mimicking those of Edward Tuft. +[https://github.com/deeplook/sparklines](https://github.com/deeplook/sparklines) +0.24 stars per week over 354 weeks +84 stars, 6 forks, 3 watches +[term](categories/term.md) category, created 2016-05-17, last commit 2021-06-26, main language Python +ascii, command-line-tool, graphs, python, sparkline-graphs, sparklines -### [PokerPy](https://github.com/glpcc/pokerpy) by [glpcc](https://github.com/glpcc) -PokerPy: Texas Hold'em Poker Probability Calculator in Python -[https://github.com/glpcc/pokerpy](https://github.com/glpcc/pokerpy) -3.5 stars per week over 11 weeks -41 stars, 4 forks, 1 watches -[sim](categories/sim.md) category, created 2022-12-11, last commit 2023-02-10, main language C++ -cpp, fast, performance, poker, pybind11, python, texas-holdem +### [cottonwood](https://github.com/brohrer/cottonwood) by [brohrer](https://github.com/brohrer) +cottonwood: A flexible neural network framework for running experiments and trying ideas. +[https://end-to-end-machine-learning.teachable.com/p/write-a-neural-network-framework/](https://end-to-end-machine-learning.teachable.com/p/write-a-neural-network-framework/) +[https://github.com/brohrer/cottonwood](https://github.com/brohrer/cottonwood) +0.41 stars per week over 179 weeks +74 stars, 13 forks, 14 watches +[ml](categories/ml.md) category, created 2019-09-29, last commit 2020-02-02, main language Python -### [populationsim](https://github.com/activitysim/populationsim) by [activitysim](https://github.com/activitysim) -populationsim: An Open Platform for Population Synthesis -[https://activitysim.github.io/populationsim](https://activitysim.github.io/populationsim) -[https://github.com/activitysim/populationsim](https://github.com/activitysim/populationsim) -0.13 stars per week over 315 weeks -40 stars, 28 forks, 11 watches -[sim](categories/sim.md) category, created 2017-02-14, last commit 2021-11-19, main language Jupyter Notebook -activitysim, bsd-3-clause, data-science, microsimulation, population-synthesis, python +### [address-net](https://github.com/jasonrig/address-net) by [jasonrig](https://github.com/jasonrig) +address-net: A package to structure Australian addresses +[https://github.com/jasonrig/address-net](https://github.com/jasonrig/address-net) +0.79 stars per week over 221 weeks +176 stars, 72 forks, 13 watches +[gis](categories/gis.md) category, created 2018-12-05, last commit 2020-09-09, main language Python +address-parser, deep-learning, machine-learning, rnn -### [mapply](https://github.com/ddelange/mapply) by [ddelange](https://github.com/ddelange) -mapply: Sensible multi-core apply function for Pandas -[https://github.com/ddelange/mapply](https://github.com/ddelange/mapply) -0.32 stars per week over 122 weeks -39 stars, 3 forks, 4 watches -[pandas](categories/pandas.md) category, created 2020-10-26, last commit 2022-12-16, main language Python +### [arxiv-dl](https://github.com/markhershey/arxiv-dl) by [markhershey](https://github.com/markhershey) +arxiv-dl: Command-line ArXiv & CVF (CVPR, ICCV, WACV) Paper Downloader +[https://pypi.org/project/arxiv-dl/](https://pypi.org/project/arxiv-dl/) +[https://github.com/markhershey/arxiv-dl](https://github.com/markhershey/arxiv-dl) +0.14 stars per week over 110 weeks +16 stars, 4 forks, 2 watches +[util](categories/util.md) category, created 2021-01-21, last commit 2023-01-30, main language Python +arxiv, command-line-tool, cvpr, downloader, paper, paper-with-code -### [python-driver](https://github.com/scylladb/python-driver) by [scylladb](https://github.com/scylladb) -python-driver: ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra -[https://python-driver.docs.scylladb.com](https://python-driver.docs.scylladb.com) -[https://github.com/scylladb/python-driver](https://github.com/scylladb/python-driver) -0.17 stars per week over 223 weeks -38 stars, 27 forks, 6 watches -[data](categories/data.md) category, created 2018-11-20, last commit 2023-02-15, main language Python -python, scylladb +### [calm-notebooks](https://github.com/koaning/calm-notebooks) by [koaning](https://github.com/koaning) +calm-notebooks: notebooks that are used at calmcode.io +[https://calmcode.io](https://calmcode.io) +[https://github.com/koaning/calm-notebooks](https://github.com/koaning/calm-notebooks) +1.1 stars per week over 157 weeks +172 stars, 148 forks, 7 watches +[study](categories/study.md) category, created 2020-03-01, last commit 2021-10-21, main language Jupyter Notebook -### [punctuator](https://github.com/ferdinandzhong/punctuator) by [ferdinandzhong](https://github.com/ferdinandzhong) -punctuator: A small seq2seq punctuator tool based on DistilBERT -[https://github.com/ferdinandzhong/punctuator](https://github.com/ferdinandzhong/punctuator) -0.3 stars per week over 119 weeks -36 stars, 5 forks, 1 watches -[nlp](categories/nlp.md) category, created 2020-11-19, last commit 2022-09-28, main language Python -bert, bert-ner, chinese-nlp, deep-learning, nlp, punctuation, pytorch, seq2seq +### [GameGAN_code](https://github.com/nv-tlabs/gamegan_code) by [nv-tlabs](https://github.com/nv-tlabs) +GameGAN_code: Learning to Simulate Dynamic Environments with GameGAN (CVPR 2020) +[https://github.com/nv-tlabs/gamegan_code](https://github.com/nv-tlabs/gamegan_code) +1.77 stars per week over 116 weeks +206 stars, 35 forks, 10 watches +[sim](categories/sim.md) category, created 2020-12-11, last commit 2021-11-11, main language Python -### [airflow-provider-ray](https://github.com/anyscale/airflow-provider-ray) by [anyscale](https://github.com/anyscale) -airflow-provider-ray: Ray provider for Apache Airflow -[https://github.com/anyscale/airflow-provider-ray](https://github.com/anyscale/airflow-provider-ray) -0.31 stars per week over 104 weeks -32 stars, 10 forks, 13 watches -[ml-ops](categories/ml-ops.md) category, created 2021-03-05, last commit 2021-10-03, main language Python +### [mapcompare](https://github.com/gregorhd/mapcompare) by [gregorhd](https://github.com/gregorhd) +mapcompare: Comparison of Python packages and libraries for visualising geospatial vector data: applications for Smarter Cities. +[https://github.com/gregorhd/mapcompare](https://github.com/gregorhd/mapcompare) +0.3 stars per week over 93 weeks +28 stars, 0 forks, 2 watches +[gis](categories/gis.md) category, created 2021-05-21, last commit 2022-12-03, main language Python +comparison, data-visualisation, data-viz, interactive-visualisations, sample-visualisation, urban-data-science, visualisation-libraries -### [pyfuncol](https://github.com/gondolav/pyfuncol) by [gondolav](https://github.com/gondolav) -pyfuncol: Functional collections extension functions for Python -[https://pyfuncol.readthedocs.io/](https://pyfuncol.readthedocs.io/) -[https://github.com/gondolav/pyfuncol](https://github.com/gondolav/pyfuncol) -0.51 stars per week over 63 weeks -32 stars, 2 forks, 3 watches -[util](categories/util.md) category, created 2021-12-16, last commit 2023-02-27, main language Python -collections, extension-functions, functional, parallel, python, python3 +### [pytrait](https://github.com/xrudelis/pytrait) by [xrudelis](https://github.com/xrudelis) +pytrait: Traits for Python3 +[https://github.com/xrudelis/pytrait](https://github.com/xrudelis/pytrait) +1.84 stars per week over 67 weeks +123 stars, 3 forks, 3 watches +[util](categories/util.md) category, created 2021-11-21, last commit 2021-11-27, main language Python -### [odin](https://github.com/python-odin/odin) by [python-odin](https://github.com/python-odin) -odin: Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python -[https://odin.readthedocs.org/en/latest/](https://odin.readthedocs.org/en/latest/) -[https://github.com/python-odin/odin](https://github.com/python-odin/odin) -0.06 stars per week over 497 weeks -29 stars, 7 forks, 3 watches -[util](categories/util.md) category, created 2013-08-20, last commit 2023-02-26, main language Python -csv, data-mapping, data-structures, de-serialize, json, msgpack, python, serialize, validation, xml, yaml +### [boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) by [bowenc0221](https://github.com/bowenc0221) +boundary-iou-api: Boundary IoU API (Beta version) +[https://github.com/bowenc0221/boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) +1.77 stars per week over 100 weeks +179 stars, 19 forks, 8 watches +[gis](categories/gis.md) category, created 2021-03-29, last commit 2021-04-05, main language Python + + +### [socialways](https://github.com/crowdbotp/socialways) by [crowdbotp](https://github.com/crowdbotp) +socialways: Social Ways: Learning Multi-Modal Distributions of Pedestrian Trajectories with GANs (CVPR 2019) +[https://github.com/crowdbotp/socialways](https://github.com/crowdbotp/socialways) +0.55 stars per week over 201 weeks +111 stars, 45 forks, 9 watches +[sim](categories/sim.md) category, created 2019-04-23, last commit 2020-03-20, main language Python +crowd-simulation, gan, generative-adversarial-network, human-trajectory-prediction, info-gan, pedestrian, pedestrian-trajectories, prediction-model, self-driving-car, social-gan, social-navigation, social-robots, social-ways, trajectory-forecasting, trajectory-prediction ### [geonetworkx](https://github.com/artelys/geonetworkx) by [artelys](https://github.com/artelys) @@ -9070,13 +9621,21 @@ geonetworkx: Python tools for geographic graphs [gis](categories/gis.md) category, created 2019-10-24, last commit 2021-06-28, main language Python -### [mapcompare](https://github.com/gregorhd/mapcompare) by [gregorhd](https://github.com/gregorhd) -mapcompare: Comparison of Python packages and libraries for visualising geospatial vector data: applications for Smarter Cities. -[https://github.com/gregorhd/mapcompare](https://github.com/gregorhd/mapcompare) -0.3 stars per week over 93 weeks -28 stars, 0 forks, 2 watches -[gis](categories/gis.md) category, created 2021-05-21, last commit 2022-12-03, main language Python -comparison, data-visualisation, data-viz, interactive-visualisations, sample-visualisation, urban-data-science, visualisation-libraries +### [punctuator](https://github.com/ferdinandzhong/punctuator) by [ferdinandzhong](https://github.com/ferdinandzhong) +punctuator: A small seq2seq punctuator tool based on DistilBERT +[https://github.com/ferdinandzhong/punctuator](https://github.com/ferdinandzhong/punctuator) +0.3 stars per week over 119 weeks +36 stars, 5 forks, 1 watches +[nlp](categories/nlp.md) category, created 2020-11-19, last commit 2022-09-28, main language Python +bert, bert-ner, chinese-nlp, deep-learning, nlp, punctuation, pytorch, seq2seq + + +### [rl-course](https://github.com/anyscale/rl-course) by [anyscale](https://github.com/anyscale) +anyscale/rl-course +[https://github.com/anyscale/rl-course](https://github.com/anyscale/rl-course) +0.34 stars per week over 52 weeks +18 stars, 1 forks, 5 watches +[study](categories/study.md) category, created 2022-03-01, last commit 2023-01-02, main language Jupyter Notebook ### [crowddynamics](https://github.com/crowddynamics/crowddynamics) @@ -9089,30 +9648,13 @@ crowddynamics: Continuous-time multi-agent crowd simulation engine implemented i continuous-time, crowd-dynamics, crowd-simulation, multi-agent -### [forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) by [pgniewko](https://github.com/pgniewko) -forward_forward_vhts: The Forward-Forward Algorithm for Drug Discovery -[https://github.com/pgniewko/forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) -3.06 stars per week over 9 weeks -28 stars, 5 forks, 1 watches -[ml](categories/ml.md) category, created 2022-12-29, last commit 2022-12-30, main language Jupyter Notebook - - -### [terminaltables](https://github.com/matthewdeanmartin/terminaltables) by [matthewdeanmartin](https://github.com/matthewdeanmartin) -terminaltables: Generate simple tables in terminals from a nested list of strings. -[https://robpol86.github.io/terminaltables](https://robpol86.github.io/terminaltables) -[https://github.com/matthewdeanmartin/terminaltables](https://github.com/matthewdeanmartin/terminaltables) -0.39 stars per week over 64 weeks -25 stars, 5 forks, 0 watches -[term](categories/term.md) category, created 2021-12-04, last commit 2022-01-30, main language Python - - -### [valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) by [jerryyli](https://github.com/jerryyli) -valhalla-nmt: Code repository for CVPR 2022 paper "VALHALLA: Visual Hallucination for Machine Translation" -[https://github.com/jerryyli/valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) -0.47 stars per week over 49 weeks -23 stars, 4 forks, 1 watches -[ml-dl](categories/ml-dl.md) category, created 2022-03-22, last commit 2023-02-19, main language Python -computer-vision, machine-translation, multimodal-learning, natural-language-processing +### [python-project-template](https://github.com/dylanhogg/python-project-template) by [dylanhogg](https://github.com/dylanhogg) +python-project-template: A quick-start Python project template with helpful functionality and common libraries. +[https://github.com/dylanhogg/python-project-template](https://github.com/dylanhogg/python-project-template) +0.01 stars per week over 159 weeks +1 stars, 0 forks, 2 watches +[template](categories/template.md) category, created 2020-02-12, last commit 2022-08-19, main language Python +cookiecutter, jupyterlab, python, template ### [pacal](https://github.com/jszymon/pacal) by [jszymon](https://github.com/jszymon) @@ -9123,50 +9665,39 @@ PaCAL - ProbAbilistic CALculator [math](categories/math.md) category, created 2014-08-04, last commit 2022-11-02, main language Python -### [pardata](https://github.com/codait/pardata) by [codait](https://github.com/codait) -codait/pardata -[https://pardata.readthedocs.io/en/latest/](https://pardata.readthedocs.io/en/latest/) -[https://github.com/codait/pardata](https://github.com/codait/pardata) -0.15 stars per week over 119 weeks -18 stars, 5 forks, 11 watches -[data](categories/data.md) category, created 2020-11-17, last commit 2021-12-01, main language Python -artificial-intelligence, data-science, dataset, machine-learning, python - - -### [rl-course](https://github.com/anyscale/rl-course) by [anyscale](https://github.com/anyscale) -anyscale/rl-course -[https://github.com/anyscale/rl-course](https://github.com/anyscale/rl-course) -0.32 stars per week over 52 weeks -17 stars, 0 forks, 5 watches -[study](categories/study.md) category, created 2022-03-01, last commit 2023-01-02, main language Jupyter Notebook +### [street-network-models](https://github.com/gboeing/street-network-models) by [gboeing](https://github.com/gboeing) +street-network-models: Street network models and indicators for every urban area in the world +[https://osf.io/f2dqc](https://osf.io/f2dqc) +[https://github.com/gboeing/street-network-models](https://github.com/gboeing/street-network-models) +0.42 stars per week over 150 weeks +64 stars, 4 forks, 2 watches +[sim](categories/sim.md) category, created 2020-04-13, last commit 2021-03-05, main language Python -### [MapRepair](https://github.com/zorzi-s/maprepair) by [zorzi-s](https://github.com/zorzi-s) -MapRepair: Deep Cadastre Maps Alignment and Temporal Inconsistencies Fix in Satellite Images -[https://github.com/zorzi-s/maprepair](https://github.com/zorzi-s/maprepair) -0.13 stars per week over 135 weeks -17 stars, 4 forks, 2 watches -[gis](categories/gis.md) category, created 2020-07-30, last commit 2021-05-17, main language Python +### [projectRegularization](https://github.com/zorzi-s/projectregularization) by [zorzi-s](https://github.com/zorzi-s) +projectRegularization: Regularization of Building Boundaries using Adversarial and Regularized losses +[https://github.com/zorzi-s/projectregularization](https://github.com/zorzi-s/projectregularization) +0.88 stars per week over 93 weeks +82 stars, 8 forks, 2 watches +[gis](categories/gis.md) category, created 2021-05-18, last commit 2021-09-17, main language Python -### [arxiv-dl](https://github.com/markhershey/arxiv-dl) by [markhershey](https://github.com/markhershey) -arxiv-dl: Command-line ArXiv & CVF (CVPR, ICCV, WACV) Paper Downloader -[https://pypi.org/project/arxiv-dl/](https://pypi.org/project/arxiv-dl/) -[https://github.com/markhershey/arxiv-dl](https://github.com/markhershey/arxiv-dl) -0.15 stars per week over 110 weeks -16 stars, 4 forks, 2 watches -[util](categories/util.md) category, created 2021-01-21, last commit 2023-01-30, main language Python -arxiv, command-line-tool, cvpr, downloader, paper, paper-with-code +### [markov_clustering](https://github.com/guyallard/markov_clustering) by [guyallard](https://github.com/guyallard) +markov_clustering: markov clustering in python +[https://github.com/guyallard/markov_clustering](https://github.com/guyallard/markov_clustering) +0.47 stars per week over 283 weeks +134 stars, 34 forks, 9 watches +[graph](categories/graph.md) category, created 2017-09-27, last commit 2018-12-11, main language Python +clustering, markov-clustering, networks, python -### [micropip](https://github.com/pyodide/micropip) by [pyodide](https://github.com/pyodide) -micropip: A lightweight Python package installer for Pyodide -[https://micropip.pyodide.org](https://micropip.pyodide.org) -[https://github.com/pyodide/micropip](https://github.com/pyodide/micropip) -0.66 stars per week over 24 weeks -16 stars, 5 forks, 5 watches -[util](categories/util.md) category, created 2022-09-15, last commit 2023-02-20, main language Python -package-installer, pyodide, python, webassembly +### [malloy-py](https://github.com/malloydata/malloy-py) by [malloydata](https://github.com/malloydata) +malloy-py: Python package for executing Malloy +[https://github.com/malloydata/malloy-py](https://github.com/malloydata/malloy-py) +0.17 stars per week over 17 weeks +3 stars, 1 forks, 4 watches +[data](categories/data.md) category, created 2022-11-02, last commit 2023-01-17, main language Python +business-analytics, business-intelligence, data, data-modeling, python, semantic-modeling, sql ### [wikinet](https://github.com/harangju/wikinet) by [harangju](https://github.com/harangju) @@ -9177,12 +9708,20 @@ wikinet: Python library for exploring networks of hyperlinked Wikipedia articles [data](categories/data.md) category, created 2019-08-05, last commit 2022-01-25, main language Jupyter Notebook -### [docutils-stubs](https://github.com/tk0miya/docutils-stubs) by [tk0miya](https://github.com/tk0miya) -tk0miya/docutils-stubs -[https://github.com/tk0miya/docutils-stubs](https://github.com/tk0miya/docutils-stubs) -0.03 stars per week over 226 weeks -7 stars, 5 forks, 6 watches -[typing](categories/typing.md) category, created 2018-11-02, last commit 2022-01-02, main language Python +### [area](https://github.com/scisco/area) by [scisco](https://github.com/scisco) +area: Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox's geojson-area for Python +[https://github.com/scisco/area](https://github.com/scisco/area) +0.23 stars per week over 379 weeks +87 stars, 20 forks, 3 watches +[gis](categories/gis.md) category, created 2015-11-25, last commit 2018-10-31, main language Python + + +### [mapalignment](https://github.com/lydorn/mapalignment) by [lydorn](https://github.com/lydorn) +mapalignment: Aligning and Updating Cadaster Maps with Remote Sensing Images +[https://github.com/lydorn/mapalignment](https://github.com/lydorn/mapalignment) +0.25 stars per week over 234 weeks +58 stars, 14 forks, 4 watches +[gis](categories/gis.md) category, created 2018-09-05, last commit 2020-09-03, main language Python ### [dynpy](https://github.com/artemyk/dynpy) by [artemyk](https://github.com/artemyk) @@ -9193,21 +9732,12 @@ dynpy: Dynamical systems for Python [sim](categories/sim.md) category, created 2014-09-12, last commit 2018-09-28, main language Python -### [prefect-anyscale](https://github.com/anyscale/prefect-anyscale) by [anyscale](https://github.com/anyscale) -prefect-anyscale: Prefect integration with Anyscale -[https://github.com/anyscale/prefect-anyscale](https://github.com/anyscale/prefect-anyscale) -0.36 stars per week over 16 weeks -6 stars, 1 forks, 3 watches -[ml-ops](categories/ml-ops.md) category, created 2022-11-07, last commit 2023-03-02, main language Python - - -### [malloy-py](https://github.com/malloydata/malloy-py) by [malloydata](https://github.com/malloydata) -malloy-py: Python package for executing Malloy -[https://github.com/malloydata/malloy-py](https://github.com/malloydata/malloy-py) -0.17 stars per week over 17 weeks -3 stars, 1 forks, 4 watches -[data](categories/data.md) category, created 2022-11-02, last commit 2023-01-17, main language Python -business-analytics, business-intelligence, data, data-modeling, python, semantic-modeling, sql +### [PyCausality](https://github.com/zackeskin/pycausality) by [zackeskin](https://github.com/zackeskin) +PyCausality: Calculate predictive causality between time series using information-theoretic techniques +[https://github.com/zackeskin/pycausality](https://github.com/zackeskin/pycausality) +0.28 stars per week over 240 weeks +67 stars, 22 forks, 6 watches +[time-series](categories/time-series.md) category, created 2018-07-26, last commit 2018-12-24, main language Python ### [wagyu](https://github.com/lycantropos/wagyu) by [lycantropos](https://github.com/lycantropos) @@ -9219,24 +9749,23 @@ wagyu: Python port of mapbox/wagyu library (with separate C++ binding) [gis](categories/gis.md) category, created 2020-06-30, last commit 2020-11-21, main language Python -### [BoundaryVT](https://github.com/edomel/boundaryvt) by [edomel](https://github.com/edomel) -edomel/boundaryvt -[https://github.com/edomel/boundaryvt](https://github.com/edomel/boundaryvt) -0.03 stars per week over 31 weeks -1 stars, 0 forks, 2 watches -[gis](categories/gis.md) category, created 2022-07-29, last commit 2023-02-24, main language Python +### [Lenia-Tutorial](https://github.com/openlenia/lenia-tutorial) by [openlenia](https://github.com/openlenia) +openlenia/lenia-tutorial +[https://github.com/openlenia/lenia-tutorial](https://github.com/openlenia/lenia-tutorial) +0.27 stars per week over 85 weeks +23 stars, 2 forks, 2 watches +[sim](categories/sim.md) category, created 2021-07-15, last commit 2021-07-26, main language Jupyter Notebook -### [python-project-template](https://github.com/dylanhogg/python-project-template) by [dylanhogg](https://github.com/dylanhogg) -python-project-template: A quick-start Python project template with helpful functionality and common libraries. -[https://github.com/dylanhogg/python-project-template](https://github.com/dylanhogg/python-project-template) -0.01 stars per week over 159 weeks -1 stars, 0 forks, 2 watches -[template](categories/template.md) category, created 2020-02-12, last commit 2022-08-19, main language Python -cookiecutter, jupyterlab, python, template +### [MapRepair](https://github.com/zorzi-s/maprepair) by [zorzi-s](https://github.com/zorzi-s) +MapRepair: Deep Cadastre Maps Alignment and Temporal Inconsistencies Fix in Satellite Images +[https://github.com/zorzi-s/maprepair](https://github.com/zorzi-s/maprepair) +0.13 stars per week over 135 weeks +17 stars, 4 forks, 2 watches +[gis](categories/gis.md) category, created 2020-07-30, last commit 2021-05-17, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/crypto.md b/categories/crypto.md index fa9e193..bbe3d49 100644 --- a/categories/crypto.md +++ b/categories/crypto.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 19 curated crypto Python libraries and frameworks ordered by stars. +A selection of 18 curated crypto Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -8,9 +8,9 @@ Checkout the interactive version that you can filter and sort: ### [ccxt](https://github.com/ccxt/ccxt) ccxt: A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges [https://github.com/ccxt/ccxt](https://github.com/ccxt/ccxt) -90 stars per week over 302 weeks -27,411 stars, 6,725 forks, 940 watches -created 2017-05-14, last commit 2023-03-02, main language JavaScript +90 stars per week over 303 weeks +27,419 stars, 6,729 forks, 940 watches +created 2017-05-14, last commit 2023-03-04, main language JavaScript altcoin, api, arbitrage, bitcoin, bot, btc, crypto, cryptocurrency, e-commerce, eth, ethereum, exchange, invest, library, market-data, merchant, strategy, trade, trading @@ -19,17 +19,25 @@ freqtrade: Free, open source crypto trading bot [https://www.freqtrade.io](https://www.freqtrade.io) [https://github.com/freqtrade/freqtrade](https://github.com/freqtrade/freqtrade) 69 stars per week over 302 weeks -20,897 stars, 4,494 forks, 594 watches -created 2017-05-17, last commit 2023-03-02, main language Python +20,908 stars, 4,495 forks, 595 watches +created 2017-05-17, last commit 2023-03-03, main language Python algorithmic-trading, bitcoin, cryptocurrencies, cryptocurrency, freqtrade, python, telegram-bot, trade, trading-bot +### [consensus-specs](https://github.com/ethereum/consensus-specs) by [ethereum](https://github.com/ethereum) +consensus-specs: Ethereum Proof-of-Stake Consensus Specifications +[https://github.com/ethereum/consensus-specs](https://github.com/ethereum/consensus-specs) +13 stars per week over 232 weeks +3,073 stars, 787 forks, 246 watches +created 2018-09-20, last commit 2023-03-02, main language Python + + ### [web3.py](https://github.com/ethereum/web3.py) by [ethereum](https://github.com/ethereum) web3.py: A python interface for interacting with the Ethereum blockchain and ecosystem. [http://web3py.readthedocs.io](http://web3py.readthedocs.io) [https://github.com/ethereum/web3.py](https://github.com/ethereum/web3.py) 11 stars per week over 359 weeks -4,061 stars, 1,352 forks, 117 watches +4,065 stars, 1,357 forks, 117 watches created 2016-04-14, last commit 2023-02-24, main language Python @@ -38,64 +46,45 @@ slither: Static Analyzer for Solidity [https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/](https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/) [https://github.com/crytic/slither](https://github.com/crytic/slither) 16 stars per week over 234 weeks -3,865 stars, 703 forks, 62 watches +3,873 stars, 704 forks, 62 watches created 2018-09-05, last commit 2023-02-25, main language Python ethereum, solidity, static-analysis +### [cryptofeed](https://github.com/bmoscon/cryptofeed) by [bmoscon](https://github.com/bmoscon) +cryptofeed: Cryptocurrency Exchange Websocket Data Feed Handler +[https://github.com/bmoscon/cryptofeed](https://github.com/bmoscon/cryptofeed) +6.17 stars per week over 272 weeks +1,680 stars, 544 forks, 75 watches +created 2017-12-16, last commit 2023-03-04, main language Python +asyncio, binance, bitcoin, btc, coinbase, coinbase-api, crypto, cryptocurrencies, cryptocurrency, ethereum, exchange, ftx-exchange, influxdb, market-data, python, trading, trading-platform, websocket, websockets + + ### [Binance-volatility-trading-bot](https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot) by [cyberpunkmetalhead](https://github.com/cyberpunkmetalhead) Binance-volatility-trading-bot: This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script. [https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot](https://github.com/cyberpunkmetalhead/binance-volatility-trading-bot) -34 stars per week over 94 weeks +34 stars per week over 95 weeks 3,243 stars, 760 forks, 148 watches created 2021-05-08, last commit 2021-06-10, main language Python -### [consensus-specs](https://github.com/ethereum/consensus-specs) by [ethereum](https://github.com/ethereum) -consensus-specs: Ethereum Proof-of-Stake Consensus Specifications -[https://github.com/ethereum/consensus-specs](https://github.com/ethereum/consensus-specs) -13 stars per week over 232 weeks -3,069 stars, 786 forks, 244 watches -created 2018-09-20, last commit 2023-03-02, main language Python - - ### [py-evm](https://github.com/ethereum/py-evm) by [ethereum](https://github.com/ethereum) py-evm: A Python implementation of the Ethereum Virtual Machine [https://py-evm.readthedocs.io/en/latest/](https://py-evm.readthedocs.io/en/latest/) [https://github.com/ethereum/py-evm](https://github.com/ethereum/py-evm) 5.99 stars per week over 322 weeks -1,931 stars, 578 forks, 97 watches +1,933 stars, 578 forks, 97 watches created 2016-12-27, last commit 2022-12-16, main language Python ethereum, ethereum-virtual-machine, evm, python -### [cryptofeed](https://github.com/bmoscon/cryptofeed) by [bmoscon](https://github.com/bmoscon) -cryptofeed: Cryptocurrency Exchange Websocket Data Feed Handler -[https://github.com/bmoscon/cryptofeed](https://github.com/bmoscon/cryptofeed) -6.18 stars per week over 271 weeks -1,680 stars, 544 forks, 76 watches -created 2017-12-16, last commit 2023-03-02, main language Python -asyncio, binance, bitcoin, btc, coinbase, coinbase-api, crypto, cryptocurrencies, cryptocurrency, ethereum, exchange, ftx-exchange, influxdb, market-data, python, trading, trading-platform, websocket, websockets - - -### [blankly](https://github.com/blankly-finance/blankly) by [blankly-finance](https://github.com/blankly-finance) -blankly: 🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package. -[https://package.blankly.finance](https://package.blankly.finance) -[https://github.com/blankly-finance/blankly](https://github.com/blankly-finance/blankly) -14 stars per week over 103 weeks -1,472 stars, 193 forks, 28 watches -created 2021-03-09, last commit 2023-02-02, main language Python -algotrading, binance, blankly, bot, bot-framework, bots, coinbase, crypto, cryptocurrency, framework, investment, platform, python, stocks, trading, trading-bot, trading-strategies - - -### [bit](https://github.com/ofek/bit) by [ofek](https://github.com/ofek) -Bitcoin made easy. -[https://ofek.dev/bit/](https://ofek.dev/bit/) -[https://github.com/ofek/bit](https://github.com/ofek/bit) -3.44 stars per week over 328 weeks -1,131 stars, 188 forks, 48 watches -created 2016-11-12, last commit 2023-02-11, main language Python -bitcoin, cryptocurrencies, libraries, payments, python +### [ethtx](https://github.com/ethtx/ethtx) +ethtx: Python package with core transaction decoding functions. +[https://www.ethtx.info](https://www.ethtx.info) +[https://github.com/ethtx/ethtx](https://github.com/ethtx/ethtx) +4.61 stars per week over 87 weeks +405 stars, 64 forks, 16 watches +created 2021-06-28, last commit 2022-12-01, main language Python ### [pycoingecko](https://github.com/man-c/pycoingecko) by [man-c](https://github.com/man-c) @@ -107,30 +96,14 @@ created 2018-08-24, last commit 2022-10-26, main language Python api, api-wrapper, coingecko, crypto, cryptocurrency, nft, nfts, python, python3, wrapper -### [panoramix](https://github.com/palkeo/panoramix) by [palkeo](https://github.com/palkeo) -panoramix: Ethereum decompiler -[https://github.com/palkeo/panoramix](https://github.com/palkeo/panoramix) -3.54 stars per week over 158 weeks -562 stars, 154 forks, 31 watches -created 2020-02-17, last commit 2020-08-22, main language Python - - -### [crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) by [pmaji](https://github.com/pmaji) -crypto-whale-watching-app: Python Dash app that tracks whale activity in cryptocurrency markets. -[https://github.com/pmaji/crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) -2.08 stars per week over 266 weeks -555 stars, 135 forks, 48 watches -created 2018-01-23, last commit 2022-12-08, main language Python -bitcoin, bitcoin-api, bitcoin-price, cryptocurrency, cryptocurrency-exchanges, cryptocurrency-price-ticker, cryptocurrency-prices, dash, ethereum, ethereum-blockchain, ethereum-price, gdax, gdax-api, gdax-python, litecoin, litecoin-price, plotly, plotly-dash, python, python3 - - -### [ethtx](https://github.com/ethtx/ethtx) -ethtx: Python package with core transaction decoding functions. -[https://www.ethtx.info](https://www.ethtx.info) -[https://github.com/ethtx/ethtx](https://github.com/ethtx/ethtx) -4.64 stars per week over 87 weeks -406 stars, 64 forks, 16 watches -created 2021-06-28, last commit 2022-12-01, main language Python +### [bit](https://github.com/ofek/bit) by [ofek](https://github.com/ofek) +Bitcoin made easy. +[https://ofek.dev/bit/](https://ofek.dev/bit/) +[https://github.com/ofek/bit](https://github.com/ofek/bit) +3.44 stars per week over 329 weeks +1,131 stars, 188 forks, 48 watches +created 2016-11-12, last commit 2023-02-11, main language Python +bitcoin, cryptocurrencies, libraries, payments, python ### [eth-utils](https://github.com/ethereum/eth-utils) by [ethereum](https://github.com/ethereum) @@ -147,11 +120,19 @@ created 2017-02-07, last commit 2022-11-17, main language Python ethtx_ce: Ethereum transaction decoder (community version). [https://ethtx.info](https://ethtx.info) [https://github.com/ethtx/ethtx_ce](https://github.com/ethtx/ethtx_ce) -2.9 stars per week over 83 weeks +2.89 stars per week over 83 weeks 242 stars, 60 forks, 13 watches created 2021-07-26, last commit 2022-12-22, main language Python +### [panoramix](https://github.com/palkeo/panoramix) by [palkeo](https://github.com/palkeo) +panoramix: Ethereum decompiler +[https://github.com/palkeo/panoramix](https://github.com/palkeo/panoramix) +3.55 stars per week over 158 weeks +564 stars, 154 forks, 31 watches +created 2020-02-17, last commit 2020-08-22, main language Python + + ### [in3](https://github.com/blockchainsllc/in3) by [blockchainsllc](https://github.com/blockchainsllc) in3: The IN3 client (written in C). [https://in3.readthedocs.io/en/develop/index.html](https://in3.readthedocs.io/en/develop/index.html) @@ -162,6 +143,23 @@ created 2019-09-17, last commit 2022-04-01, main language C blockchain, crypto-economic, ethereum, ipfs, verify +### [crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) by [pmaji](https://github.com/pmaji) +crypto-whale-watching-app: Python Dash app that tracks whale activity in cryptocurrency markets. +[https://github.com/pmaji/crypto-whale-watching-app](https://github.com/pmaji/crypto-whale-watching-app) +2.08 stars per week over 266 weeks +555 stars, 135 forks, 48 watches +created 2018-01-23, last commit 2022-12-08, main language Python +bitcoin, bitcoin-api, bitcoin-price, cryptocurrency, cryptocurrency-exchanges, cryptocurrency-price-ticker, cryptocurrency-prices, dash, ethereum, ethereum-blockchain, ethereum-price, gdax, gdax-api, gdax-python, litecoin, litecoin-price, plotly, plotly-dash, python, python3 + + +### [ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) by [nerolation](https://github.com/nerolation) +ethereum-datafarm: Scrap blockchain data from the public API of Etherscan.io +[https://github.com/nerolation/ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) +0.47 stars per week over 103 weeks +48 stars, 10 forks, 1 watches +created 2021-03-13, last commit 2023-02-25, main language Python + + ### [crazy-awesome-crypto](https://github.com/dylanhogg/crazy-awesome-crypto) by [dylanhogg](https://github.com/dylanhogg) crazy-awesome-crypto: A list of awesome crypto and blockchain projects [https://www.awesomecrypto.xyz/](https://www.awesomecrypto.xyz/) @@ -172,15 +170,7 @@ created 2021-09-27, last commit 2023-02-13, main language Python awesome, awesome-list, bitcoin, blockchain, crypto, cryptocurrency, data, data-analysis, ethereum, github -### [ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) by [nerolation](https://github.com/nerolation) -ethereum-datafarm: Scrap blockchain data from the public API of Etherscan.io -[https://github.com/nerolation/ethereum-datafarm](https://github.com/nerolation/ethereum-datafarm) -0.47 stars per week over 102 weeks -48 stars, 10 forks, 1 watches -created 2021-03-13, last commit 2023-02-25, main language Python - - -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/data.md b/categories/data.md index ac9d859..2306023 100644 --- a/categories/data.md +++ b/categories/data.md @@ -5,122 +5,124 @@ Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) +### [arrow](https://github.com/apache/arrow) by [apache](https://github.com/apache) +arrow: Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing +[https://arrow.apache.org/](https://arrow.apache.org/) +[https://github.com/apache/arrow](https://github.com/apache/arrow) +30 stars per week over 367 weeks +11,225 stars, 2,764 forks, 345 watches +created 2016-02-17, last commit 2023-03-04, main language C++ +arrow + + ### [scrapy](https://github.com/scrapy/scrapy) Scrapy, a fast high-level web crawling & scraping framework for Python. [https://scrapy.org](https://scrapy.org) [https://github.com/scrapy/scrapy](https://github.com/scrapy/scrapy) 68 stars per week over 679 weeks -46,335 stars, 9,883 forks, 1,782 watches +46,354 stars, 9,883 forks, 1,783 watches created 2010-02-22, last commit 2023-03-02, main language Python crawler, crawling, framework, hacktoberfest, python, scraping, web-scraping, web-scraping-python +### [duckdb](https://github.com/duckdb/duckdb) +DuckDB is an in-process SQL OLAP Database Management System +[http://www.duckdb.org](http://www.duckdb.org) +[https://github.com/duckdb/duckdb](https://github.com/duckdb/duckdb) +35 stars per week over 244 weeks +8,808 stars, 815 forks, 136 watches +created 2018-06-26, last commit 2023-03-04, main language C++ +analytics, database, embedded-database, olap, sql + + +### [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) +sqlalchemy: The Database Toolkit for Python +[https://www.sqlalchemy.org](https://www.sqlalchemy.org) +[https://github.com/sqlalchemy/sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) +30 stars per week over 222 weeks +6,870 stars, 1,087 forks, 90 watches +created 2018-11-27, last commit 2023-03-03, main language Python +python, sql, sqlalchemy + + +### [dvc](https://github.com/iterative/dvc) by [iterative](https://github.com/iterative) +dvc: 🦉Data Version Control | Git for Data & Models | ML Experiments Management +[https://dvc.org](https://dvc.org) +[https://github.com/iterative/dvc](https://github.com/iterative/dvc) +35 stars per week over 313 weeks +11,169 stars, 1,034 forks, 135 watches +created 2017-03-04, last commit 2023-03-04, main language Python +ai, collaboration, data-science, data-version-control, developer-tools, git, hacktoberfest, machine-learning, python, reproducibility + + ### [EasyOCR](https://github.com/jaidedai/easyocr) by [jaidedai](https://github.com/jaidedai) EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc. [https://www.jaided.ai](https://www.jaided.ai) [https://github.com/jaidedai/easyocr](https://github.com/jaidedai/easyocr) -110 stars per week over 154 weeks -17,140 stars, 2,480 forks, 283 watches +110 stars per week over 155 weeks +17,157 stars, 2,483 forks, 283 watches created 2020-03-14, last commit 2023-01-06, main language Python cnn, crnn, data-mining, deep-learning, easyocr, image-processing, information-retrieval, lstm, machine-learning, ocr, optical-character-recognition, python, pytorch, scene-text, scene-text-recognition -### [pyspider](https://github.com/binux/pyspider) by [binux](https://github.com/binux) -pyspider: A Powerful Spider(Web Crawler) System in Python. -[http://docs.pyspider.org/](http://docs.pyspider.org/) -[https://github.com/binux/pyspider](https://github.com/binux/pyspider) -33 stars per week over 471 weeks -15,756 stars, 3,672 forks, 905 watches -created 2014-02-21, last commit 2020-08-02, main language Python -crawler, python - - ### [faker](https://github.com/joke2k/faker) by [joke2k](https://github.com/joke2k) Faker is a Python package that generates fake data for you. [https://faker.readthedocs.io](https://faker.readthedocs.io) [https://github.com/joke2k/faker](https://github.com/joke2k/faker) 28 stars per week over 537 weeks -15,461 stars, 1,728 forks, 222 watches -created 2012-11-12, last commit 2023-03-02, main language Python +15,469 stars, 1,728 forks, 222 watches +created 2012-11-12, last commit 2023-03-03, main language Python dataset, fake, fake-data, python, test-data, test-data-generator, testing -### [twint](https://github.com/twintproject/twint) by [twintproject](https://github.com/twintproject) -twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations. -[https://github.com/twintproject/twint](https://github.com/twintproject/twint) -48 stars per week over 298 weeks -14,453 stars, 2,486 forks, 313 watches -created 2017-06-10, last commit 2021-03-02, main language Python -elasticsearch, kibana, osint, python, scrape, scrape-followers, scrape-following, scrape-likes, tweep, tweets, twint, twitter - - -### [arrow](https://github.com/apache/arrow) by [apache](https://github.com/apache) -arrow: Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing -[https://arrow.apache.org/](https://arrow.apache.org/) -[https://github.com/apache/arrow](https://github.com/apache/arrow) -30 stars per week over 367 weeks -11,218 stars, 2,761 forks, 345 watches -created 2016-02-17, last commit 2023-03-03, main language C++ -arrow - - -### [dvc](https://github.com/iterative/dvc) by [iterative](https://github.com/iterative) -dvc: 🦉Data Version Control | Git for Data & Models | ML Experiments Management -[https://dvc.org](https://dvc.org) -[https://github.com/iterative/dvc](https://github.com/iterative/dvc) -35 stars per week over 312 weeks -11,162 stars, 1,034 forks, 135 watches -created 2017-03-04, last commit 2023-03-02, main language Python -ai, collaboration, data-science, data-version-control, developer-tools, git, hacktoberfest, machine-learning, python, reproducibility - - ### [sqlmodel](https://github.com/tiangolo/sqlmodel) by [tiangolo](https://github.com/tiangolo) sqlmodel: SQL databases in Python, designed for simplicity, compatibility, and robustness. [https://sqlmodel.tiangolo.com/](https://sqlmodel.tiangolo.com/) [https://github.com/tiangolo/sqlmodel](https://github.com/tiangolo/sqlmodel) 119 stars per week over 79 weeks -9,492 stars, 409 forks, 124 watches +9,495 stars, 409 forks, 125 watches created 2021-08-24, last commit 2023-02-21, main language Python fastapi, json, json-schema, pydantic, python, sql, sqlalchemy -### [Photon](https://github.com/s0md3v/photon) by [s0md3v](https://github.com/s0md3v) -Photon: Incredibly fast crawler designed for OSINT. -[https://github.com/s0md3v/photon](https://github.com/s0md3v/photon) -36 stars per week over 257 weeks -9,429 stars, 1,380 forks, 325 watches -created 2018-03-30, last commit 2022-12-20, main language Python -crawler, information-gathering, osint, python, spider - - -### [duckdb](https://github.com/duckdb/duckdb) -DuckDB is an in-process SQL OLAP Database Management System -[http://www.duckdb.org](http://www.duckdb.org) -[https://github.com/duckdb/duckdb](https://github.com/duckdb/duckdb) -35 stars per week over 244 weeks -8,723 stars, 813 forks, 135 watches -created 2018-06-26, last commit 2023-03-02, main language C++ -analytics, database, embedded-database, olap, sql - - ### [datasette](https://github.com/simonw/datasette) by [simonw](https://github.com/simonw) datasette: An open source multi-tool for exploring and publishing data [https://datasette.io](https://datasette.io) [https://github.com/simonw/datasette](https://github.com/simonw/datasette) 25 stars per week over 279 weeks -7,131 stars, 497 forks, 101 watches +7,185 stars, 498 forks, 101 watches created 2017-10-23, last commit 2023-01-28, main language Python asgi, automatic-api, csv, datasets, datasette, datasette-io, docker, json, python, sql, sqlite -### [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) -sqlalchemy: The Database Toolkit for Python -[https://www.sqlalchemy.org](https://www.sqlalchemy.org) -[https://github.com/sqlalchemy/sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) -30 stars per week over 222 weeks -6,868 stars, 1,084 forks, 90 watches -created 2018-11-27, last commit 2023-03-01, main language Python -python, sql, sqlalchemy +### [data-diff](https://github.com/datafold/data-diff) by [datafold](https://github.com/datafold) +data-diff: Efficiently diff data in or across relational databases +[https://www.datafold.com/blog/open-source-data-diff](https://www.datafold.com/blog/open-source-data-diff) +[https://github.com/datafold/data-diff](https://github.com/datafold/data-diff) +41 stars per week over 51 weeks +2,155 stars, 102 forks, 16 watches +created 2022-03-07, last commit 2023-03-04, main language Python +data-engineering, data-quality, data-quality-monitoring, data-science, database, databricks-sql, dataengineering, dataquality, dbt, mysql, oracle-database, postgres, postgresql, python, rdbms, snowflake, sql, trino + + +### [grist-core](https://github.com/gristlabs/grist-core) by [gristlabs](https://github.com/gristlabs) +grist-core: Grist is the evolution of spreadsheets. +[https://support.getgrist.com/self-managed/](https://support.getgrist.com/self-managed/) +[https://github.com/gristlabs/grist-core](https://github.com/gristlabs/grist-core) +25 stars per week over 145 weeks +3,669 stars, 171 forks, 41 watches +created 2020-05-22, last commit 2023-03-03, main language TypeScript +awesome, database, spreadsheet + + +### [deepchecks](https://github.com/deepchecks/deepchecks) +Deepchecks - Tests for Continuous Validation of ML Models & Data. Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort. +[https://docs.deepchecks.com/stable](https://docs.deepchecks.com/stable) +[https://github.com/deepchecks/deepchecks](https://github.com/deepchecks/deepchecks) +33 stars per week over 72 weeks +2,460 stars, 179 forks, 11 watches +created 2021-10-11, last commit 2023-03-03, main language Python +data-drift, data-science, data-validation, deep-learning, html-report, jupyter-notebook, machine-learning, ml, mlops, model-monitoring, model-validation, pandas-dataframe, python, pytorch ### [pyod](https://github.com/yzhao062/pyod) by [yzhao062](https://github.com/yzhao062) @@ -128,44 +130,93 @@ pyod: A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly [http://pyod.readthedocs.io](http://pyod.readthedocs.io) [https://github.com/yzhao062/pyod](https://github.com/yzhao062/pyod) 24 stars per week over 282 weeks -6,784 stars, 1,239 forks, 152 watches +6,790 stars, 1,240 forks, 152 watches created 2017-10-03, last commit 2022-12-16, main language Python anomaly, anomaly-detection, autoencoder, data-analysis, data-mining, data-science, deep-learning, fraud-detection, machine-learning, neural-networks, novelty-detection, out-of-distribution-detection, outlier-detection, outlier-ensembles, outliers, python, python2, python3, unsupervised-learning -### [flashtext](https://github.com/vi3k6i5/flashtext) by [vi3k6i5](https://github.com/vi3k6i5) -flashtext: Extract Keywords from sentence or Replace keywords in sentences. -[https://github.com/vi3k6i5/flashtext](https://github.com/vi3k6i5/flashtext) -18 stars per week over 289 weeks -5,362 stars, 599 forks, 139 watches -created 2017-08-15, last commit 2020-05-03, main language Python -data-extraction, keyword-extraction, nlp, search-in-text, word2vec +### [amundsen](https://github.com/amundsen-io/amundsen) by [amundsen-io](https://github.com/amundsen-io) +Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data. +[https://www.amundsen.io/amundsen/](https://www.amundsen.io/amundsen/) +[https://github.com/amundsen-io/amundsen](https://github.com/amundsen-io/amundsen) +19 stars per week over 198 weeks +3,796 stars, 906 forks, 246 watches +created 2019-05-14, last commit 2023-02-28, main language Python +amundsen, data-catalog, data-discovery, linuxfoundation, metadata + + +### [ibis](https://github.com/ibis-project/ibis) by [ibis-project](https://github.com/ibis-project) +ibis: Expressive analytics in Python at any scale. +[https://ibis-project.org](https://ibis-project.org) +[https://github.com/ibis-project/ibis](https://github.com/ibis-project/ibis) +6.03 stars per week over 411 weeks +2,478 stars, 397 forks, 75 watches +created 2015-04-17, last commit 2023-03-04, main language Python +bigquery, clickhouse, dask, database, datafusion, duckdb, impala, mssql, mysql, pandas, polars, postgresql, pyarrow, pyspark, python, snowflake, sql, sqlite, trino + + +### [alembic](https://github.com/sqlalchemy/alembic) by [sqlalchemy](https://github.com/sqlalchemy) +alembic: A database migrations tool for SQLAlchemy. +[https://github.com/sqlalchemy/alembic](https://github.com/sqlalchemy/alembic) +8.01 stars per week over 222 weeks +1,785 stars, 180 forks, 19 watches +created 2018-11-27, last commit 2023-03-01, main language Python +python, sql, sqlalchemy + + +### [data](https://github.com/pytorch/data) by [pytorch](https://github.com/pytorch) +data: A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries. +[https://github.com/pytorch/data](https://github.com/pytorch/data) +9.75 stars per week over 94 weeks +922 stars, 115 forks, 26 watches +created 2021-05-12, last commit 2023-03-03, main language Python ### [knowledge-repo](https://github.com/airbnb/knowledge-repo) by [airbnb](https://github.com/airbnb) knowledge-repo: A next-generation curated knowledge sharing platform for data scientists and other technical professions. [https://github.com/airbnb/knowledge-repo](https://github.com/airbnb/knowledge-repo) 15 stars per week over 341 weeks -5,282 stars, 708 forks, 175 watches +5,282 stars, 710 forks, 175 watches created 2016-08-17, last commit 2023-03-01, main language Python data, data-analysis, data-science, knowledge -### [kaggle-api](https://github.com/kaggle/kaggle-api) by [kaggle](https://github.com/kaggle) -kaggle-api: Official Kaggle API -[https://github.com/kaggle/kaggle-api](https://github.com/kaggle/kaggle-api) -19 stars per week over 266 weeks -5,188 stars, 984 forks, 192 watches -created 2018-01-25, last commit 2023-03-01, main language Python +### [twint](https://github.com/twintproject/twint) by [twintproject](https://github.com/twintproject) +twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations. +[https://github.com/twintproject/twint](https://github.com/twintproject/twint) +48 stars per week over 299 weeks +14,458 stars, 2,490 forks, 313 watches +created 2017-06-10, last commit 2021-03-02, main language Python +elasticsearch, kibana, osint, python, scrape, scrape-followers, scrape-following, scrape-likes, tweep, tweets, twint, twitter -### [autoscraper](https://github.com/alirezamika/autoscraper) by [alirezamika](https://github.com/alirezamika) -autoscraper: A Smart, Automatic, Fast and Lightweight Web Scraper for Python -[https://github.com/alirezamika/autoscraper](https://github.com/alirezamika/autoscraper) -38 stars per week over 130 weeks -4,972 stars, 525 forks, 125 watches -created 2020-08-31, last commit 2022-07-17, main language Python -ai, artificial-intelligence, automation, crawler, machine-learning, python, scrape, scraper, scraping, web-scraping, webautomation, webscraping +### [mimesis](https://github.com/lk-geimfari/mimesis) by [lk-geimfari](https://github.com/lk-geimfari) +Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages. +[https://mimesis.name](https://mimesis.name) +[https://github.com/lk-geimfari/mimesis](https://github.com/lk-geimfari/mimesis) +11 stars per week over 338 weeks +3,915 stars, 308 forks, 64 watches +created 2016-09-09, last commit 2023-02-26, main language Python +api-mock, data, datascience, dummy, fake, faker, fixtures, generator, json, json-generator, mimesis, mock, python, schema, synthetic-data, testing + + +### [ormar](https://github.com/collerek/ormar) by [collerek](https://github.com/collerek) +ormar: python async orm with fastapi in mind and pydantic validation +[https://collerek.github.io/ormar/](https://collerek.github.io/ormar/) +[https://github.com/collerek/ormar](https://github.com/collerek/ormar) +9.36 stars per week over 135 weeks +1,264 stars, 62 forks, 15 watches +created 2020-08-02, last commit 2023-02-28, main language Python +alembic, async-orm, databases, fastapi, orm, pydantic, python-orm, sqlalchemy + + +### [tablib](https://github.com/jazzband/tablib) by [jazzband](https://github.com/jazzband) +tablib: Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. +[https://tablib.readthedocs.io/](https://tablib.readthedocs.io/) +[https://github.com/jazzband/tablib](https://github.com/jazzband/tablib) +6.8 stars per week over 622 weeks +4,233 stars, 573 forks, 141 watches +created 2011-03-28, last commit 2023-03-03, main language Python ### [AugLy](https://github.com/facebookresearch/augly) by [facebookresearch](https://github.com/facebookresearch) @@ -177,43 +228,42 @@ AugLy: A data augmentations library for audio, image, text, and video. created 2021-06-09, last commit 2022-12-05, main language Python -### [tablib](https://github.com/jazzband/tablib) by [jazzband](https://github.com/jazzband) -tablib: Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. -[https://tablib.readthedocs.io/](https://tablib.readthedocs.io/) -[https://github.com/jazzband/tablib](https://github.com/jazzband/tablib) -6.8 stars per week over 622 weeks -4,234 stars, 573 forks, 141 watches -created 2011-03-28, last commit 2023-02-17, main language Python +### [zarr-python](https://github.com/zarr-developers/zarr-python) by [zarr-developers](https://github.com/zarr-developers) +zarr-python: An implementation of chunked, compressed, N-dimensional arrays for Python. +[http://zarr.readthedocs.io/](http://zarr.readthedocs.io/) +[https://github.com/zarr-developers/zarr-python](https://github.com/zarr-developers/zarr-python) +2.9 stars per week over 376 weeks +1,093 stars, 217 forks, 45 watches +created 2015-12-15, last commit 2023-02-23, main language Python +compressed, hacktoberfest, ndimensional-arrays, python, zarr -### [mimesis](https://github.com/lk-geimfari/mimesis) by [lk-geimfari](https://github.com/lk-geimfari) -Mimesis is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages. -[https://mimesis.name](https://mimesis.name) -[https://github.com/lk-geimfari/mimesis](https://github.com/lk-geimfari/mimesis) -11 stars per week over 338 weeks -3,915 stars, 308 forks, 64 watches -created 2016-09-09, last commit 2023-02-26, main language Python -api-mock, data, datascience, dummy, fake, faker, fixtures, generator, json, json-generator, mimesis, mock, python, schema, synthetic-data, testing +### [tensorstore](https://github.com/google/tensorstore) by [google](https://github.com/google) +tensorstore: Library for reading and writing large multi-dimensional arrays. +[https://google.github.io/tensorstore/](https://google.github.io/tensorstore/) +[https://github.com/google/tensorstore](https://github.com/google/tensorstore) +7.2 stars per week over 152 weeks +1,100 stars, 83 forks, 33 watches +created 2020-03-30, last commit 2023-03-03, main language C++ -### [amundsen](https://github.com/amundsen-io/amundsen) by [amundsen-io](https://github.com/amundsen-io) -Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data. -[https://www.amundsen.io/amundsen/](https://www.amundsen.io/amundsen/) -[https://github.com/amundsen-io/amundsen](https://github.com/amundsen-io/amundsen) -19 stars per week over 198 weeks -3,793 stars, 906 forks, 246 watches -created 2019-05-14, last commit 2023-02-28, main language Python -amundsen, data-catalog, data-discovery, linuxfoundation, metadata +### [Photon](https://github.com/s0md3v/photon) by [s0md3v](https://github.com/s0md3v) +Photon: Incredibly fast crawler designed for OSINT. +[https://github.com/s0md3v/photon](https://github.com/s0md3v/photon) +36 stars per week over 257 weeks +9,433 stars, 1,380 forks, 326 watches +created 2018-03-30, last commit 2022-12-20, main language Python +crawler, information-gathering, osint, python, spider -### [grist-core](https://github.com/gristlabs/grist-core) by [gristlabs](https://github.com/gristlabs) -grist-core: Grist is the evolution of spreadsheets. -[https://support.getgrist.com/self-managed/](https://support.getgrist.com/self-managed/) -[https://github.com/gristlabs/grist-core](https://github.com/gristlabs/grist-core) -25 stars per week over 145 weeks -3,669 stars, 171 forks, 41 watches -created 2020-05-22, last commit 2023-03-02, main language TypeScript -awesome, database, spreadsheet +### [xlwings](https://github.com/zoomeranalytics/xlwings) by [zoomeranalytics](https://github.com/zoomeranalytics) +xlwings is a Python library that makes it easy to call Python from Excel and vice versa. It works with Excel on Windows and macOS as well as with Google Sheets and Excel on the web. +[https://www.xlwings.org](https://www.xlwings.org) +[https://github.com/zoomeranalytics/xlwings](https://github.com/zoomeranalytics/xlwings) +5.42 stars per week over 467 weeks +2,534 stars, 455 forks, 119 watches +created 2014-03-17, last commit 2023-03-02, main language Python +automation, excel, google-sheets, googlesheets, python, reporting ### [XlsxWriter](https://github.com/jmcnamara/xlsxwriter) by [jmcnamara](https://github.com/jmcnamara) @@ -221,96 +271,76 @@ XlsxWriter: A Python module for creating Excel XLSX files. [https://xlsxwriter.readthedocs.io](https://xlsxwriter.readthedocs.io) [https://github.com/jmcnamara/xlsxwriter](https://github.com/jmcnamara/xlsxwriter) 5.98 stars per week over 530 weeks -3,167 stars, 593 forks, 121 watches +3,169 stars, 594 forks, 121 watches created 2013-01-04, last commit 2023-03-01, main language Python charts, libxlsxwriter, pandas, python, spreadsheet, xlsx, xlsx-files, xlsxwriter -### [sqlparse](https://github.com/andialbrecht/sqlparse) by [andialbrecht](https://github.com/andialbrecht) -sqlparse: A non-validating SQL parser module for Python -[https://github.com/andialbrecht/sqlparse](https://github.com/andialbrecht/sqlparse) -5.57 stars per week over 567 weeks -3,162 stars, 622 forks, 93 watches -created 2012-04-18, last commit 2023-01-05, main language Python - - -### [praw](https://github.com/praw-dev/praw) by [praw-dev](https://github.com/praw-dev) -PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. -[http://praw.readthedocs.io/](http://praw.readthedocs.io/) -[https://github.com/praw-dev/praw](https://github.com/praw-dev/praw) -4.6 stars per week over 654 weeks -3,011 stars, 450 forks, 71 watches -created 2010-08-19, last commit 2023-02-25, main language Python -api, oauth, praw, python, reddit, reddit-api +### [awkward](https://github.com/scikit-hep/awkward-1.0) by [scikit-hep](https://github.com/scikit-hep) +awkward: Manipulate JSON-like data with NumPy-like idioms. +[https://awkward-array.org](https://awkward-array.org) +[https://github.com/scikit-hep/awkward-1.0](https://github.com/scikit-hep/awkward-1.0) +3.51 stars per week over 185 weeks +651 stars, 68 forks, 17 watches +created 2019-08-14, last commit 2023-03-03, main language Python +apache-arrow, cern-root, columnar-format, data-analysis, jagged-array, json, numba, numpy, pandas, python, ragged-array, scikit-hep -### [cerberus](https://github.com/pyeve/cerberus) by [pyeve](https://github.com/pyeve) -cerberus: Lightweight, extensible data validation library for Python -[http://python-cerberus.org](http://python-cerberus.org) -[https://github.com/pyeve/cerberus](https://github.com/pyeve/cerberus) -5.43 stars per week over 542 weeks -2,944 stars, 230 forks, 48 watches -created 2012-10-10, last commit 2021-05-05, main language Python -data-validation, python - - -### [itsdangerous](https://github.com/pallets/itsdangerous) by [pallets](https://github.com/pallets) -itsdangerous: Safely pass trusted data to untrusted environments and back. -[https://itsdangerous.palletsprojects.com](https://itsdangerous.palletsprojects.com) -[https://github.com/pallets/itsdangerous](https://github.com/pallets/itsdangerous) -4.32 stars per week over 610 weeks -2,636 stars, 214 forks, 57 watches -created 2011-06-24, last commit 2023-03-01, main language Python -hmac, itsdangerous, pallets, python, security, serialization +### [connector-x](https://github.com/sfu-db/connector-x) by [sfu-db](https://github.com/sfu-db) +connector-x: Fastest library to load data from DB to DataFrames in Rust and Python +[https://sfu-db.github.io/connector-x/intro.html](https://sfu-db.github.io/connector-x/intro.html) +[https://github.com/sfu-db/connector-x](https://github.com/sfu-db/connector-x) +10 stars per week over 111 weeks +1,122 stars, 79 forks, 26 watches +created 2021-01-13, last commit 2023-02-28, main language Rust +database, dataframe, python, rust, sql -### [Wikipedia](https://github.com/goldsmith/wikipedia) by [goldsmith](https://github.com/goldsmith) -Wikipedia: A Pythonic wrapper for the Wikipedia API -[https://wikipedia.readthedocs.org/](https://wikipedia.readthedocs.org/) -[https://github.com/goldsmith/wikipedia](https://github.com/goldsmith/wikipedia) -5.17 stars per week over 497 weeks -2,570 stars, 520 forks, 82 watches -created 2013-08-20, last commit 2020-10-09, main language Python +### [kaggle-api](https://github.com/kaggle/kaggle-api) by [kaggle](https://github.com/kaggle) +kaggle-api: Official Kaggle API +[https://github.com/kaggle/kaggle-api](https://github.com/kaggle/kaggle-api) +19 stars per week over 266 weeks +5,190 stars, 984 forks, 192 watches +created 2018-01-25, last commit 2023-03-01, main language Python -### [xlwings](https://github.com/zoomeranalytics/xlwings) by [zoomeranalytics](https://github.com/zoomeranalytics) -xlwings is a Python library that makes it easy to call Python from Excel and vice versa. It works with Excel on Windows and macOS as well as with Google Sheets and Excel on the web. -[https://www.xlwings.org](https://www.xlwings.org) -[https://github.com/zoomeranalytics/xlwings](https://github.com/zoomeranalytics/xlwings) -5.42 stars per week over 467 weeks -2,534 stars, 455 forks, 119 watches -created 2014-03-17, last commit 2023-03-02, main language Python -automation, excel, google-sheets, googlesheets, python, reporting +### [autoscraper](https://github.com/alirezamika/autoscraper) by [alirezamika](https://github.com/alirezamika) +autoscraper: A Smart, Automatic, Fast and Lightweight Web Scraper for Python +[https://github.com/alirezamika/autoscraper](https://github.com/alirezamika/autoscraper) +38 stars per week over 130 weeks +4,975 stars, 525 forks, 125 watches +created 2020-08-31, last commit 2022-07-17, main language Python +ai, artificial-intelligence, automation, crawler, machine-learning, python, scrape, scraper, scraping, web-scraping, webautomation, webscraping -### [ibis](https://github.com/ibis-project/ibis) by [ibis-project](https://github.com/ibis-project) -ibis: Expressive analytics in Python at any scale. -[https://ibis-project.org](https://ibis-project.org) -[https://github.com/ibis-project/ibis](https://github.com/ibis-project/ibis) -6.02 stars per week over 411 weeks -2,476 stars, 397 forks, 75 watches -created 2015-04-17, last commit 2023-03-02, main language Python -bigquery, clickhouse, dask, database, datafusion, duckdb, impala, mssql, mysql, pandas, polars, postgresql, pyarrow, pyspark, python, snowflake, sql, sqlite, trino +### [SDV](https://github.com/sdv-dev/sdv) by [sdv-dev](https://github.com/sdv-dev) +SDV: Synthetic Data Generation for tabular, relational and time series data. +[https://sdv.dev/SDV](https://sdv.dev/SDV) +[https://github.com/sdv-dev/sdv](https://github.com/sdv-dev/sdv) +5.18 stars per week over 251 weeks +1,302 stars, 208 forks, 40 watches +created 2018-05-11, last commit 2023-01-24, main language Python +data-generation, deep-learning, gan, gans, generative-adversarial-network, generative-ai, generative-model, machine-learning, multi-table, relational-datasets, sdv, synthetic-data, synthetic-data-generation, time-series -### [deepchecks](https://github.com/deepchecks/deepchecks) -Deepchecks - Tests for Continuous Validation of ML Models & Data. Deepchecks is a Python package for comprehensively validating your machine learning models and data with minimal effort. -[https://docs.deepchecks.com/stable](https://docs.deepchecks.com/stable) -[https://github.com/deepchecks/deepchecks](https://github.com/deepchecks/deepchecks) -33 stars per week over 72 weeks -2,456 stars, 178 forks, 11 watches -created 2021-10-11, last commit 2023-03-02, main language Python -data-drift, data-science, data-validation, deep-learning, html-report, jupyter-notebook, machine-learning, ml, mlops, model-monitoring, model-validation, pandas-dataframe, python, pytorch +### [praw](https://github.com/praw-dev/praw) by [praw-dev](https://github.com/praw-dev) +PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. +[http://praw.readthedocs.io/](http://praw.readthedocs.io/) +[https://github.com/praw-dev/praw](https://github.com/praw-dev/praw) +4.6 stars per week over 654 weeks +3,012 stars, 450 forks, 71 watches +created 2010-08-19, last commit 2023-02-25, main language Python +api, oauth, praw, python, reddit, reddit-api -### [data-diff](https://github.com/datafold/data-diff) by [datafold](https://github.com/datafold) -data-diff: Efficiently diff data in or across relational databases -[https://www.datafold.com/blog/open-source-data-diff](https://www.datafold.com/blog/open-source-data-diff) -[https://github.com/datafold/data-diff](https://github.com/datafold/data-diff) -41 stars per week over 51 weeks -2,153 stars, 102 forks, 16 watches -created 2022-03-07, last commit 2023-03-02, main language Python -data-engineering, data-quality, data-quality-monitoring, data-science, database, databricks-sql, dataengineering, dataquality, dbt, mysql, oracle-database, postgres, postgresql, python, rdbms, snowflake, sql, trino +### [pyspider](https://github.com/binux/pyspider) by [binux](https://github.com/binux) +pyspider: A Powerful Spider(Web Crawler) System in Python. +[http://docs.pyspider.org/](http://docs.pyspider.org/) +[https://github.com/binux/pyspider](https://github.com/binux/pyspider) +33 stars per week over 471 weeks +15,758 stars, 3,673 forks, 905 watches +created 2014-02-21, last commit 2020-08-02, main language Python +crawler, python ### [PynamoDB](https://github.com/pynamodb/pynamodb) by [pynamodb](https://github.com/pynamodb) @@ -318,64 +348,35 @@ PynamoDB: A pythonic interface to Amazon's DynamoDB [http://pynamodb.readthedocs.io](http://pynamodb.readthedocs.io) [https://github.com/pynamodb/pynamodb](https://github.com/pynamodb/pynamodb) 4.47 stars per week over 475 weeks -2,126 stars, 417 forks, 41 watches +2,126 stars, 418 forks, 41 watches created 2014-01-20, last commit 2023-02-28, main language Python aws, dynamodb, python -### [dill](https://github.com/uqfoundation/dill) by [uqfoundation](https://github.com/uqfoundation) -dill: serialize all of python -[http://dill.rtfd.io](http://dill.rtfd.io) -[https://github.com/uqfoundation/dill](https://github.com/uqfoundation/dill) -3.7 stars per week over 505 weeks -1,870 stars, 157 forks, 22 watches -created 2013-06-28, last commit 2023-02-20, main language Python - - -### [pygraphistry](https://github.com/graphistry/pygraphistry) by [graphistry](https://github.com/graphistry) -PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer -[https://github.com/graphistry/pygraphistry](https://github.com/graphistry/pygraphistry) -4.48 stars per week over 404 weeks -1,810 stars, 188 forks, 47 watches -created 2015-06-02, last commit 2022-12-23, main language Python -csv, cudf, cugraph, gpu, graph, graph-visualization, graphistry, igraph, jupyter, neo4j, network-analysis, network-visualization, networkx, pandas, python, rapids, splunk, tigergraph, visualization, webgl - - -### [alembic](https://github.com/sqlalchemy/alembic) by [sqlalchemy](https://github.com/sqlalchemy) -alembic: A database migrations tool for SQLAlchemy. -[https://github.com/sqlalchemy/alembic](https://github.com/sqlalchemy/alembic) -8.02 stars per week over 222 weeks -1,784 stars, 179 forks, 19 watches -created 2018-11-27, last commit 2023-03-01, main language Python -python, sql, sqlalchemy +### [python-bigquery](https://github.com/googleapis/python-bigquery) by [googleapis](https://github.com/googleapis) +googleapis/python-bigquery +[https://github.com/googleapis/python-bigquery](https://github.com/googleapis/python-bigquery) +3.4 stars per week over 168 weeks +573 stars, 233 forks, 58 watches +created 2019-12-10, last commit 2023-03-04, main language Python ### [petastorm](https://github.com/uber/petastorm) by [uber](https://github.com/uber) Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code. [https://github.com/uber/petastorm](https://github.com/uber/petastorm) -6.46 stars per week over 246 weeks -1,588 stars, 267 forks, 43 watches +6.45 stars per week over 246 weeks +1,589 stars, 267 forks, 43 watches created 2018-06-15, last commit 2023-02-03, main language Python deep-learning, machine-learning, parquet, parquet-files, pyarrow, pyspark, pytorch, sysml, tensorflow -### [simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) -simple-salesforce: A very simple Salesforce.com REST API client for Python -[https://github.com/simple-salesforce/simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) -2.65 stars per week over 528 weeks -1,402 stars, 615 forks, 89 watches -created 2013-01-17, last commit 2023-01-18, main language Python -api, api-client, python, salesforce - - -### [orator](https://github.com/sdispater/orator) by [sdispater](https://github.com/sdispater) -orator: The Orator ORM provides a simple yet beautiful ActiveRecord implementation. -[https://orator-orm.com](https://orator-orm.com) -[https://github.com/sdispater/orator](https://github.com/sdispater/orator) -3.41 stars per week over 405 weeks -1,385 stars, 164 forks, 46 watches -created 2015-05-24, last commit 2022-03-13, main language Python -database, orm, python +### [dill](https://github.com/uqfoundation/dill) by [uqfoundation](https://github.com/uqfoundation) +dill: serialize all of python +[http://dill.rtfd.io](http://dill.rtfd.io) +[https://github.com/uqfoundation/dill](https://github.com/uqfoundation/dill) +3.7 stars per week over 505 weeks +1,870 stars, 157 forks, 22 watches +created 2013-06-28, last commit 2023-02-20, main language Python ### [python-driver](https://github.com/datastax/python-driver) by [datastax](https://github.com/datastax) @@ -386,41 +387,31 @@ python-driver: DataStax Python Driver for Apache Cassandra created 2013-07-08, last commit 2023-02-28, main language Python -### [sqlacodegen](https://github.com/agronholm/sqlacodegen) by [agronholm](https://github.com/agronholm) -sqlacodegen: Automatic model code generator for SQLAlchemy -[https://github.com/agronholm/sqlacodegen](https://github.com/agronholm/sqlacodegen) -4.05 stars per week over 322 weeks -1,306 stars, 200 forks, 21 watches -created 2016-12-28, last commit 2023-02-26, main language Python - - -### [JoJoGAN](https://github.com/mchong6/jojogan) by [mchong6](https://github.com/mchong6) -Official PyTorch repo for JoJoGAN: One Shot Face Stylization -[https://github.com/mchong6/jojogan](https://github.com/mchong6/jojogan) -20 stars per week over 63 weeks -1,302 stars, 196 forks, 25 watches -created 2021-12-17, last commit 2022-02-05, main language Jupyter Notebook -anime, gans, image-translation +### [intake](https://github.com/intake/intake) +Intake is a lightweight package for finding, investigating, loading and disseminating data. +[https://intake.readthedocs.io/](https://intake.readthedocs.io/) +[https://github.com/intake/intake](https://github.com/intake/intake) +3.01 stars per week over 289 weeks +873 stars, 125 forks, 43 watches +created 2017-08-14, last commit 2023-03-01, main language Python +data-access, data-catalog, python -### [SDV](https://github.com/sdv-dev/sdv) by [sdv-dev](https://github.com/sdv-dev) -SDV: Synthetic Data Generation for tabular, relational and time series data. -[https://sdv.dev/SDV](https://sdv.dev/SDV) -[https://github.com/sdv-dev/sdv](https://github.com/sdv-dev/sdv) -5.16 stars per week over 251 weeks -1,295 stars, 208 forks, 40 watches -created 2018-05-11, last commit 2023-01-24, main language Python -data-generation, deep-learning, gan, gans, generative-adversarial-network, generative-ai, generative-model, machine-learning, multi-table, relational-datasets, sdv, synthetic-data, synthetic-data-generation, time-series +### [pygraphistry](https://github.com/graphistry/pygraphistry) by [graphistry](https://github.com/graphistry) +PyGraphistry is a Python library to quickly load, shape, embed, and explore big graphs with the GPU-accelerated Graphistry visual graph analyzer +[https://github.com/graphistry/pygraphistry](https://github.com/graphistry/pygraphistry) +4.47 stars per week over 404 weeks +1,811 stars, 188 forks, 47 watches +created 2015-06-02, last commit 2022-12-23, main language Python +csv, cudf, cugraph, gpu, graph, graph-visualization, graphistry, igraph, jupyter, neo4j, network-analysis, network-visualization, networkx, pandas, python, rapids, splunk, tigergraph, visualization, webgl -### [ormar](https://github.com/collerek/ormar) by [collerek](https://github.com/collerek) -ormar: python async orm with fastapi in mind and pydantic validation -[https://collerek.github.io/ormar/](https://collerek.github.io/ormar/) -[https://github.com/collerek/ormar](https://github.com/collerek/ormar) -9.38 stars per week over 134 weeks -1,264 stars, 62 forks, 15 watches -created 2020-08-02, last commit 2023-02-28, main language Python -alembic, async-orm, databases, fastapi, orm, pydantic, python-orm, sqlalchemy +### [sqlparse](https://github.com/andialbrecht/sqlparse) by [andialbrecht](https://github.com/andialbrecht) +sqlparse: A non-validating SQL parser module for Python +[https://github.com/andialbrecht/sqlparse](https://github.com/andialbrecht/sqlparse) +5.57 stars per week over 567 weeks +3,164 stars, 622 forks, 93 watches +created 2012-04-18, last commit 2023-01-05, main language Python ### [PyTables](https://github.com/pytables/pytables) by [pytables](https://github.com/pytables) @@ -428,105 +419,65 @@ PyTables: A Python package to manage extremely large amounts of data [http://www.pytables.org](http://www.pytables.org) [https://github.com/pytables/pytables](https://github.com/pytables/pytables) 1.94 stars per week over 613 weeks -1,190 stars, 241 forks, 59 watches +1,190 stars, 241 forks, 58 watches created 2011-06-03, last commit 2023-02-09, main language Python -### [connector-x](https://github.com/sfu-db/connector-x) by [sfu-db](https://github.com/sfu-db) -connector-x: Fastest library to load data from DB to DataFrames in Rust and Python -[https://sfu-db.github.io/connector-x/intro.html](https://sfu-db.github.io/connector-x/intro.html) -[https://github.com/sfu-db/connector-x](https://github.com/sfu-db/connector-x) -9.97 stars per week over 111 weeks -1,109 stars, 79 forks, 24 watches -created 2021-01-13, last commit 2023-02-28, main language Rust -database, dataframe, python, rust, sql +### [fugue](https://github.com/fugue-project/fugue) by [fugue-project](https://github.com/fugue-project) +fugue: A unified interface for distributed computing. Fugue executes SQL, Python, and Pandas code on Spark, Dask and Ray without any rewrites. +[https://fugue-tutorials.readthedocs.io/](https://fugue-tutorials.readthedocs.io/) +[https://github.com/fugue-project/fugue](https://github.com/fugue-project/fugue) +8.11 stars per week over 153 weeks +1,246 stars, 66 forks, 20 watches +created 2020-03-24, last commit 2023-02-23, main language Python +dask, data-practitioners, distributed, distributed-computing, distributed-systems, machine-learning, pandas, spark, sql -### [jsonpickle](https://github.com/jsonpickle/jsonpickle) -jsonpickle: Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python. -[https://jsonpickle.github.io](https://jsonpickle.github.io) -[https://github.com/jsonpickle/jsonpickle](https://github.com/jsonpickle/jsonpickle) -1.6 stars per week over 690 weeks -1,107 stars, 155 forks, 32 watches -created 2009-12-10, last commit 2023-02-22, main language Python -bsd-3-clause, deserialization, json, objectstorage, pickle, python, serialization +### [sqlacodegen](https://github.com/agronholm/sqlacodegen) by [agronholm](https://github.com/agronholm) +sqlacodegen: Automatic model code generator for SQLAlchemy +[https://github.com/agronholm/sqlacodegen](https://github.com/agronholm/sqlacodegen) +4.05 stars per week over 322 weeks +1,307 stars, 200 forks, 21 watches +created 2016-12-28, last commit 2023-03-04, main language Python ### [sqlite-utils](https://github.com/simonw/sqlite-utils) by [simonw](https://github.com/simonw) sqlite-utils: Python CLI utility and library for manipulating SQLite databases [https://sqlite-utils.datasette.io](https://sqlite-utils.datasette.io) [https://github.com/simonw/sqlite-utils](https://github.com/simonw/sqlite-utils) -4.57 stars per week over 241 weeks -1,105 stars, 84 forks, 19 watches +4.57 stars per week over 242 weeks +1,106 stars, 84 forks, 19 watches created 2018-07-14, last commit 2022-12-10, main language Python cli, click, datasette, datasette-io, datasette-tool, python, sqlite, sqlite-database -### [tensorstore](https://github.com/google/tensorstore) by [google](https://github.com/google) -tensorstore: Library for reading and writing large multi-dimensional arrays. -[https://google.github.io/tensorstore/](https://google.github.io/tensorstore/) -[https://github.com/google/tensorstore](https://github.com/google/tensorstore) -7.21 stars per week over 152 weeks -1,100 stars, 82 forks, 33 watches -created 2020-03-30, last commit 2023-03-01, main language C++ - - -### [zarr-python](https://github.com/zarr-developers/zarr-python) by [zarr-developers](https://github.com/zarr-developers) -zarr-python: An implementation of chunked, compressed, N-dimensional arrays for Python. -[http://zarr.readthedocs.io/](http://zarr.readthedocs.io/) -[https://github.com/zarr-developers/zarr-python](https://github.com/zarr-developers/zarr-python) -2.9 stars per week over 376 weeks -1,091 stars, 217 forks, 45 watches -created 2015-12-15, last commit 2023-02-23, main language Python -compressed, hacktoberfest, ndimensional-arrays, python, zarr - - -### [fiber](https://github.com/uber/fiber) by [uber](https://github.com/uber) -fiber: Distributed Computing for AI Made Simple -[https://uber.github.io/fiber/](https://uber.github.io/fiber/) -[https://github.com/uber/fiber](https://github.com/uber/fiber) -6.11 stars per week over 164 weeks -1,004 stars, 113 forks, 22 watches -created 2020-01-07, last commit 2021-03-15, main language Python -distributed-computing, machine-learning, multiprocessing, python, sandbox - - -### [data](https://github.com/pytorch/data) by [pytorch](https://github.com/pytorch) -data: A PyTorch repo for data loading and utilities to be shared by the PyTorch domain libraries. -[https://github.com/pytorch/data](https://github.com/pytorch/data) -9.76 stars per week over 94 weeks -920 stars, 114 forks, 26 watches -created 2021-05-12, last commit 2023-02-28, main language Python - - ### [scholarly](https://github.com/scholarly-python-package/scholarly) by [scholarly-python-package](https://github.com/scholarly-python-package) scholarly: Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs! [https://scholarly.readthedocs.io/](https://scholarly.readthedocs.io/) [https://github.com/scholarly-python-package/scholarly](https://github.com/scholarly-python-package/scholarly) 2.05 stars per week over 430 weeks -881 stars, 254 forks, 25 watches +883 stars, 254 forks, 25 watches created 2014-12-02, last commit 2023-01-16, main language Python citation-analysis, citation-index, citation-network, citations, googlescholar, publication-data, python, python-3, python3, scholar, scholarly-articles, scholarly-communications -### [intake](https://github.com/intake/intake) -Intake is a lightweight package for finding, investigating, loading and disseminating data. -[https://intake.readthedocs.io/](https://intake.readthedocs.io/) -[https://github.com/intake/intake](https://github.com/intake/intake) -3.01 stars per week over 289 weeks -873 stars, 125 forks, 43 watches -created 2017-08-14, last commit 2023-03-01, main language Python -data-access, data-catalog, python +### [jsonpickle](https://github.com/jsonpickle/jsonpickle) +jsonpickle: Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python. +[https://jsonpickle.github.io](https://jsonpickle.github.io) +[https://github.com/jsonpickle/jsonpickle](https://github.com/jsonpickle/jsonpickle) +1.6 stars per week over 690 weeks +1,106 stars, 155 forks, 32 watches +created 2009-12-10, last commit 2023-02-22, main language Python +bsd-3-clause, deserialization, json, objectstorage, pickle, python, serialization -### [advertools](https://github.com/eliasdabbas/advertools) by [eliasdabbas](https://github.com/eliasdabbas) -advertools - online marketing productivity and analysis tools -[https://advertools.readthedocs.io](https://advertools.readthedocs.io) -[https://github.com/eliasdabbas/advertools](https://github.com/eliasdabbas/advertools) -2.56 stars per week over 302 weeks -776 stars, 164 forks, 33 watches -created 2017-05-14, last commit 2022-12-13, main language Python -advertising, adwords, digital-marketing, google-ads, keywords, log-analysis, logfile-parser, marketing, online-marketing, python, robots-txt, scrapy, search-engine-marketing, search-engine-optimization, seo, seo-crawler, serp, social-media, twitter-api, youtube +### [fastparquet](https://github.com/dask/fastparquet) by [dask](https://github.com/dask) +fastparquet: python implementation of the parquet columnar file format. +[https://github.com/dask/fastparquet](https://github.com/dask/fastparquet) +1.68 stars per week over 382 weeks +642 stars, 164 forks, 18 watches +created 2015-11-06, last commit 2023-02-09, main language Python +hacktoberfest ### [neo4j-python-driver](https://github.com/neo4j/neo4j-python-driver) by [neo4j](https://github.com/neo4j) @@ -539,51 +490,120 @@ created 2015-05-05, last commit 2023-02-27, main language Python binary-protocol, cypher, database-driver, driver, graph-database, neo4j, protocol, python, python3, query-language -### [whale](https://github.com/hyperqueryhq/whale) by [hyperqueryhq](https://github.com/hyperqueryhq) -whale: 🐳 The stupidly simple CLI workspace for your data warehouse. -[https://rsyi.gitbook.io/whale](https://rsyi.gitbook.io/whale) -[https://github.com/hyperqueryhq/whale](https://github.com/hyperqueryhq/whale) -4.98 stars per week over 144 weeks -718 stars, 38 forks, 41 watches -created 2020-05-27, last commit 2022-10-13, main language Python -data-catalog, data-discovery, data-documentation - - -### [human-learn](https://github.com/koaning/human-learn) by [koaning](https://github.com/koaning) -human-learn: Natural Intelligence is still a pretty good idea. -[https://koaning.github.io/human-learn/](https://koaning.github.io/human-learn/) -[https://github.com/koaning/human-learn](https://github.com/koaning/human-learn) -4.95 stars per week over 137 weeks +### [itsdangerous](https://github.com/pallets/itsdangerous) by [pallets](https://github.com/pallets) +itsdangerous: Safely pass trusted data to untrusted environments and back. +[https://itsdangerous.palletsprojects.com](https://itsdangerous.palletsprojects.com) +[https://github.com/pallets/itsdangerous](https://github.com/pallets/itsdangerous) +4.32 stars per week over 610 weeks +2,637 stars, 214 forks, 57 watches +created 2011-06-24, last commit 2023-03-01, main language Python +hmac, itsdangerous, pallets, python, security, serialization + + +### [Mephisto](https://github.com/facebookresearch/mephisto) by [facebookresearch](https://github.com/facebookresearch) +Mephisto: A suite of tools for managing crowdsourcing tasks from the inception through to data packaging for research use. +[https://mephisto.ai/](https://mephisto.ai/) +[https://github.com/facebookresearch/mephisto](https://github.com/facebookresearch/mephisto) +1.42 stars per week over 184 weeks +263 stars, 59 forks, 15 watches +created 2019-08-19, last commit 2023-02-18, main language JavaScript + + +### [cerberus](https://github.com/pyeve/cerberus) by [pyeve](https://github.com/pyeve) +cerberus: Lightweight, extensible data validation library for Python +[http://python-cerberus.org](http://python-cerberus.org) +[https://github.com/pyeve/cerberus](https://github.com/pyeve/cerberus) +5.42 stars per week over 542 weeks +2,943 stars, 230 forks, 48 watches +created 2012-10-10, last commit 2021-05-05, main language Python +data-validation, python + + +### [simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) +simple-salesforce: A very simple Salesforce.com REST API client for Python +[https://github.com/simple-salesforce/simple-salesforce](https://github.com/simple-salesforce/simple-salesforce) +2.65 stars per week over 528 weeks +1,402 stars, 615 forks, 89 watches +created 2013-01-17, last commit 2023-01-18, main language Python +api, api-client, python, salesforce + + +### [human-learn](https://github.com/koaning/human-learn) by [koaning](https://github.com/koaning) +human-learn: Natural Intelligence is still a pretty good idea. +[https://koaning.github.io/human-learn/](https://koaning.github.io/human-learn/) +[https://github.com/koaning/human-learn](https://github.com/koaning/human-learn) +4.94 stars per week over 138 weeks 682 stars, 55 forks, 13 watches created 2020-07-11, last commit 2023-02-23, main language Jupyter Notebook benchmark, machine-learning, scikit-learn -### [awkward](https://github.com/scikit-hep/awkward-1.0) by [scikit-hep](https://github.com/scikit-hep) -awkward: Manipulate JSON-like data with NumPy-like idioms. -[https://awkward-array.org](https://awkward-array.org) -[https://github.com/scikit-hep/awkward-1.0](https://github.com/scikit-hep/awkward-1.0) -3.51 stars per week over 185 weeks -650 stars, 68 forks, 17 watches -created 2019-08-14, last commit 2023-03-02, main language Python -apache-arrow, cern-root, columnar-format, data-analysis, jagged-array, json, numba, numpy, pandas, python, ragged-array, scikit-hep +### [whale](https://github.com/hyperqueryhq/whale) by [hyperqueryhq](https://github.com/hyperqueryhq) +whale: 🐳 The stupidly simple CLI workspace for your data warehouse. +[https://rsyi.gitbook.io/whale](https://rsyi.gitbook.io/whale) +[https://github.com/hyperqueryhq/whale](https://github.com/hyperqueryhq/whale) +4.97 stars per week over 144 weeks +718 stars, 38 forks, 41 watches +created 2020-05-27, last commit 2022-10-13, main language Python +data-catalog, data-discovery, data-documentation -### [fastparquet](https://github.com/dask/fastparquet) by [dask](https://github.com/dask) -fastparquet: python implementation of the parquet columnar file format. -[https://github.com/dask/fastparquet](https://github.com/dask/fastparquet) -1.67 stars per week over 382 weeks -639 stars, 164 forks, 18 watches -created 2015-11-06, last commit 2023-02-09, main language Python -hacktoberfest +### [advertools](https://github.com/eliasdabbas/advertools) by [eliasdabbas](https://github.com/eliasdabbas) +advertools - online marketing productivity and analysis tools +[https://advertools.readthedocs.io](https://advertools.readthedocs.io) +[https://github.com/eliasdabbas/advertools](https://github.com/eliasdabbas/advertools) +2.56 stars per week over 303 weeks +776 stars, 164 forks, 33 watches +created 2017-05-14, last commit 2022-12-13, main language Python +advertising, adwords, digital-marketing, google-ads, keywords, log-analysis, logfile-parser, marketing, online-marketing, python, robots-txt, scrapy, search-engine-marketing, search-engine-optimization, seo, seo-crawler, serp, social-media, twitter-api, youtube -### [python-bigquery](https://github.com/googleapis/python-bigquery) by [googleapis](https://github.com/googleapis) -googleapis/python-bigquery -[https://github.com/googleapis/python-bigquery](https://github.com/googleapis/python-bigquery) -3.4 stars per week over 168 weeks -572 stars, 232 forks, 58 watches -created 2019-12-10, last commit 2023-03-02, main language Python +### [JoJoGAN](https://github.com/mchong6/jojogan) by [mchong6](https://github.com/mchong6) +Official PyTorch repo for JoJoGAN: One Shot Face Stylization +[https://github.com/mchong6/jojogan](https://github.com/mchong6/jojogan) +20 stars per week over 63 weeks +1,303 stars, 196 forks, 25 watches +created 2021-12-17, last commit 2022-02-05, main language Jupyter Notebook +anime, gans, image-translation + + +### [python-driver](https://github.com/scylladb/python-driver) by [scylladb](https://github.com/scylladb) +python-driver: ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra +[https://python-driver.docs.scylladb.com](https://python-driver.docs.scylladb.com) +[https://github.com/scylladb/python-driver](https://github.com/scylladb/python-driver) +0.17 stars per week over 223 weeks +38 stars, 27 forks, 6 watches +created 2018-11-20, last commit 2023-02-15, main language Python +python, scylladb + + +### [flashtext](https://github.com/vi3k6i5/flashtext) by [vi3k6i5](https://github.com/vi3k6i5) +flashtext: Extract Keywords from sentence or Replace keywords in sentences. +[https://github.com/vi3k6i5/flashtext](https://github.com/vi3k6i5/flashtext) +18 stars per week over 289 weeks +5,362 stars, 599 forks, 139 watches +created 2017-08-15, last commit 2020-05-03, main language Python +data-extraction, keyword-extraction, nlp, search-in-text, word2vec + + +### [weather-tools](https://github.com/google/weather-tools) by [google](https://github.com/google) +weather-tools: Apache Beam pipelines to make weather data accessible and useful. +[https://weather-tools.readthedocs.io/](https://weather-tools.readthedocs.io/) +[https://github.com/google/weather-tools](https://github.com/google/weather-tools) +1.9 stars per week over 66 weeks +127 stars, 27 forks, 15 watches +created 2021-11-22, last commit 2023-02-22, main language Python +apache-beam, python, weather + + +### [orator](https://github.com/sdispater/orator) by [sdispater](https://github.com/sdispater) +orator: The Orator ORM provides a simple yet beautiful ActiveRecord implementation. +[https://orator-orm.com](https://orator-orm.com) +[https://github.com/sdispater/orator](https://github.com/sdispater/orator) +3.42 stars per week over 406 weeks +1,387 stars, 164 forks, 46 watches +created 2015-05-24, last commit 2022-03-13, main language Python +database, orm, python ### [sql-metadata](https://github.com/macbre/sql-metadata) by [macbre](https://github.com/macbre) @@ -591,53 +611,109 @@ sql-metadata: Uses tokenized query returned by python-sqlparse and generates que [https://pypi.python.org/pypi/sql-metadata](https://pypi.python.org/pypi/sql-metadata) [https://github.com/macbre/sql-metadata](https://github.com/macbre/sql-metadata) 1.7 stars per week over 299 weeks -509 stars, 87 forks, 15 watches +510 stars, 87 forks, 15 watches created 2017-06-06, last commit 2023-02-16, main language Python database, hive, hiveql, metadata, mysql-query, parser, python-package, python3-library, sql, sql-parser, sqlparse +### [Wikipedia](https://github.com/goldsmith/wikipedia) by [goldsmith](https://github.com/goldsmith) +Wikipedia: A Pythonic wrapper for the Wikipedia API +[https://wikipedia.readthedocs.org/](https://wikipedia.readthedocs.org/) +[https://github.com/goldsmith/wikipedia](https://github.com/goldsmith/wikipedia) +5.17 stars per week over 497 weeks +2,571 stars, 521 forks, 82 watches +created 2013-08-20, last commit 2020-10-09, main language Python + + +### [fiber](https://github.com/uber/fiber) by [uber](https://github.com/uber) +fiber: Distributed Computing for AI Made Simple +[https://uber.github.io/fiber/](https://uber.github.io/fiber/) +[https://github.com/uber/fiber](https://github.com/uber/fiber) +6.1 stars per week over 164 weeks +1,004 stars, 113 forks, 22 watches +created 2020-01-07, last commit 2021-03-15, main language Python +distributed-computing, machine-learning, multiprocessing, python, sandbox + + +### [ion-python](https://github.com/amzn/ion-python) by [amzn](https://github.com/amzn) +ion-python: A Python implementation of Amazon Ion. +[https://amazon-ion.github.io/ion-docs/](https://amazon-ion.github.io/ion-docs/) +[https://github.com/amzn/ion-python](https://github.com/amzn/ion-python) +0.62 stars per week over 360 weeks +223 stars, 49 forks, 25 watches +created 2016-04-07, last commit 2023-02-14, main language Python + + ### [psaw](https://github.com/dmarx/psaw) by [dmarx](https://github.com/dmarx) psaw: Python Pushshift.io API Wrapper (for comment/submission search) [https://github.com/dmarx/psaw](https://github.com/dmarx/psaw) -1.34 stars per week over 254 weeks -342 stars, 55 forks, 9 watches +1.35 stars per week over 255 weeks +343 stars, 55 forks, 9 watches created 2018-04-15, last commit 2022-07-09, main language Python -### [Mephisto](https://github.com/facebookresearch/mephisto) by [facebookresearch](https://github.com/facebookresearch) -Mephisto: A suite of tools for managing crowdsourcing tasks from the inception through to data packaging for research use. -[https://mephisto.ai/](https://mephisto.ai/) -[https://github.com/facebookresearch/mephisto](https://github.com/facebookresearch/mephisto) -1.42 stars per week over 184 weeks -263 stars, 59 forks, 15 watches -created 2019-08-19, last commit 2023-02-18, main language JavaScript +### [parquet-tools](https://github.com/ktrueda/parquet-tools) by [ktrueda](https://github.com/ktrueda) +parquet-tools: easy install parquet-tools +[https://github.com/ktrueda/parquet-tools](https://github.com/ktrueda/parquet-tools) +0.65 stars per week over 148 weeks +97 stars, 13 forks, 3 watches +created 2020-05-02, last commit 2023-01-18, main language Python +cli, parquet, parquet-tools -### [google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) by [ndrplz](https://github.com/ndrplz) -google-drive-downloader: Minimal class to download shared files from Google Drive. -[https://github.com/ndrplz/google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) -0.92 stars per week over 273 weeks -252 stars, 62 forks, 11 watches -created 2017-12-08, last commit 2019-02-09, main language Python +### [omniduct](https://github.com/airbnb/omniduct) by [airbnb](https://github.com/airbnb) +omniduct: A toolkit providing a uniform interface for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc). +[https://github.com/airbnb/omniduct](https://github.com/airbnb/omniduct) +0.77 stars per week over 314 weeks +243 stars, 49 forks, 30 watches +created 2017-02-22, last commit 2022-05-09, main language Python -### [sota-extractor](https://github.com/paperswithcode/sota-extractor) by [paperswithcode](https://github.com/paperswithcode) -sota-extractor: The SOTA extractor pipeline -[https://github.com/paperswithcode/sota-extractor](https://github.com/paperswithcode/sota-extractor) -1.14 stars per week over 221 weeks -252 stars, 28 forks, 13 watches -created 2018-12-07, last commit 2022-03-09, main language Python +### [ged2dot](https://github.com/vmiklos/ged2dot) by [vmiklos](https://github.com/vmiklos) +ged2dot: GEDCOM to Graphviz converter +[https://vmiklos.hu/ged2dot/](https://vmiklos.hu/ged2dot/) +[https://github.com/vmiklos/ged2dot](https://github.com/vmiklos/ged2dot) +0.18 stars per week over 487 weeks +87 stars, 17 forks, 6 watches +created 2013-11-01, last commit 2023-02-26, main language Python +dot, gedcom, libreoffice, python + + +### [genalog](https://github.com/microsoft/genalog) by [microsoft](https://github.com/microsoft) +Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities. +[https://microsoft.github.io/genalog/](https://microsoft.github.io/genalog/) +[https://github.com/microsoft/genalog](https://github.com/microsoft/genalog) +1.72 stars per week over 141 weeks +244 stars, 24 forks, 10 watches +created 2020-06-15, last commit 2023-02-14, main language Jupyter Notebook +data-generation, data-science, machine-learning, ner, ocr-recognition, python, synthetic-data, synthetic-data-generation, synthetic-images, text-alignment + + +### [SubredditMediaDownloader](https://github.com/psycoguana/subredditmediadownloader) by [psycoguana](https://github.com/psycoguana) +SubredditMediaDownloader: Simple Python script to download images and videos from public subreddits without using Reddit's API 😎 +[https://github.com/psycoguana/subredditmediadownloader](https://github.com/psycoguana/subredditmediadownloader) +2.06 stars per week over 54 weeks +112 stars, 8 forks, 3 watches +created 2022-02-18, last commit 2023-01-17, main language Python ### [opendatasets](https://github.com/jovianml/opendatasets) by [jovianml](https://github.com/jovianml) opendatasets: A Python library for downloading datasets from Kaggle, Google Drive, and other online sources. [https://github.com/jovianml/opendatasets](https://github.com/jovianml/opendatasets) 1.96 stars per week over 128 weeks -251 stars, 123 forks, 13 watches +252 stars, 123 forks, 13 watches created 2020-09-17, last commit 2022-11-01, main language Python data-science, datasets, machine-learning, python +### [sota-extractor](https://github.com/paperswithcode/sota-extractor) by [paperswithcode](https://github.com/paperswithcode) +sota-extractor: The SOTA extractor pipeline +[https://github.com/paperswithcode/sota-extractor](https://github.com/paperswithcode/sota-extractor) +1.14 stars per week over 221 weeks +253 stars, 28 forks, 13 watches +created 2018-12-07, last commit 2022-03-09, main language Python + + ### [data-lineage](https://github.com/tokern/data-lineage) by [tokern](https://github.com/tokern) data-lineage: Generate and Visualize Data Lineage from query history [https://tokern.io/data-lineage/](https://tokern.io/data-lineage/) @@ -648,98 +724,31 @@ created 2020-03-17, last commit 2022-05-02, main language Python data-governance, data-lineage, jupyter, postgresql, python -### [genalog](https://github.com/microsoft/genalog) by [microsoft](https://github.com/microsoft) -Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities. -[https://microsoft.github.io/genalog/](https://microsoft.github.io/genalog/) -[https://github.com/microsoft/genalog](https://github.com/microsoft/genalog) -1.72 stars per week over 141 weeks -244 stars, 24 forks, 10 watches -created 2020-06-15, last commit 2023-02-14, main language Jupyter Notebook -data-generation, data-science, machine-learning, ner, ocr-recognition, python, synthetic-data, synthetic-data-generation, synthetic-images, text-alignment - - -### [omniduct](https://github.com/airbnb/omniduct) by [airbnb](https://github.com/airbnb) -omniduct: A toolkit providing a uniform interface for connecting to and extracting data from a wide variety of (potentially remote) data stores (including HDFS, Hive, Presto, MySQL, etc). -[https://github.com/airbnb/omniduct](https://github.com/airbnb/omniduct) -0.77 stars per week over 314 weeks -243 stars, 47 forks, 30 watches -created 2017-02-22, last commit 2022-05-09, main language Python - - -### [ion-python](https://github.com/amzn/ion-python) by [amzn](https://github.com/amzn) -ion-python: A Python implementation of Amazon Ion. -[https://amazon-ion.github.io/ion-docs/](https://amazon-ion.github.io/ion-docs/) -[https://github.com/amzn/ion-python](https://github.com/amzn/ion-python) -0.62 stars per week over 360 weeks -223 stars, 49 forks, 25 watches -created 2016-04-07, last commit 2023-02-14, main language Python - - -### [weather-tools](https://github.com/google/weather-tools) by [google](https://github.com/google) -weather-tools: Apache Beam pipelines to make weather data accessible and useful. -[https://weather-tools.readthedocs.io/](https://weather-tools.readthedocs.io/) -[https://github.com/google/weather-tools](https://github.com/google/weather-tools) -1.91 stars per week over 66 weeks -127 stars, 27 forks, 15 watches -created 2021-11-22, last commit 2023-02-22, main language Python -apache-beam, python, weather - - ### [python-gedcom](https://github.com/nickreynke/python-gedcom) by [nickreynke](https://github.com/nickreynke) python-gedcom: Python module for parsing, analyzing, and manipulating GEDCOM files [https://nickreynke.github.io/python-gedcom/gedcom/index.html](https://nickreynke.github.io/python-gedcom/gedcom/index.html) [https://github.com/nickreynke/python-gedcom](https://github.com/nickreynke/python-gedcom) 0.45 stars per week over 268 weeks -121 stars, 31 forks, 16 watches +122 stars, 31 forks, 16 watches created 2018-01-09, last commit 2021-06-03, main language Python gedcom, gedcom-parser, parser, python -### [SubredditMediaDownloader](https://github.com/psycoguana/subredditmediadownloader) by [psycoguana](https://github.com/psycoguana) -SubredditMediaDownloader: Simple Python script to download images and videos from public subreddits without using Reddit's API 😎 -[https://github.com/psycoguana/subredditmediadownloader](https://github.com/psycoguana/subredditmediadownloader) -2.07 stars per week over 54 weeks -112 stars, 8 forks, 3 watches -created 2022-02-18, last commit 2023-01-17, main language Python - - -### [parquet-tools](https://github.com/ktrueda/parquet-tools) by [ktrueda](https://github.com/ktrueda) -parquet-tools: easy install parquet-tools -[https://github.com/ktrueda/parquet-tools](https://github.com/ktrueda/parquet-tools) -0.66 stars per week over 147 weeks -97 stars, 12 forks, 3 watches -created 2020-05-02, last commit 2023-01-18, main language Python -cli, parquet, parquet-tools - - -### [ged2dot](https://github.com/vmiklos/ged2dot) by [vmiklos](https://github.com/vmiklos) -ged2dot: GEDCOM to Graphviz converter -[https://vmiklos.hu/ged2dot/](https://vmiklos.hu/ged2dot/) -[https://github.com/vmiklos/ged2dot](https://github.com/vmiklos/ged2dot) -0.18 stars per week over 487 weeks -87 stars, 17 forks, 6 watches -created 2013-11-01, last commit 2023-02-26, main language Python -dot, gedcom, libreoffice, python - - -### [python-driver](https://github.com/scylladb/python-driver) by [scylladb](https://github.com/scylladb) -python-driver: ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra -[https://python-driver.docs.scylladb.com](https://python-driver.docs.scylladb.com) -[https://github.com/scylladb/python-driver](https://github.com/scylladb/python-driver) -0.17 stars per week over 223 weeks -38 stars, 27 forks, 6 watches -created 2018-11-20, last commit 2023-02-15, main language Python -python, scylladb +### [google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) by [ndrplz](https://github.com/ndrplz) +google-drive-downloader: Minimal class to download shared files from Google Drive. +[https://github.com/ndrplz/google-drive-downloader](https://github.com/ndrplz/google-drive-downloader) +0.92 stars per week over 273 weeks +252 stars, 62 forks, 11 watches +created 2017-12-08, last commit 2019-02-09, main language Python -### [pardata](https://github.com/codait/pardata) by [codait](https://github.com/codait) -codait/pardata -[https://pardata.readthedocs.io/en/latest/](https://pardata.readthedocs.io/en/latest/) -[https://github.com/codait/pardata](https://github.com/codait/pardata) -0.15 stars per week over 119 weeks -18 stars, 5 forks, 11 watches -created 2020-11-17, last commit 2021-12-01, main language Python -artificial-intelligence, data-science, dataset, machine-learning, python +### [malloy-py](https://github.com/malloydata/malloy-py) by [malloydata](https://github.com/malloydata) +malloy-py: Python package for executing Malloy +[https://github.com/malloydata/malloy-py](https://github.com/malloydata/malloy-py) +0.17 stars per week over 17 weeks +3 stars, 1 forks, 4 watches +created 2022-11-02, last commit 2023-01-17, main language Python +business-analytics, business-intelligence, data, data-modeling, python, semantic-modeling, sql ### [wikinet](https://github.com/harangju/wikinet) by [harangju](https://github.com/harangju) @@ -750,16 +759,7 @@ wikinet: Python library for exploring networks of hyperlinked Wikipedia articles created 2019-08-05, last commit 2022-01-25, main language Jupyter Notebook -### [malloy-py](https://github.com/malloydata/malloy-py) by [malloydata](https://github.com/malloydata) -malloy-py: Python package for executing Malloy -[https://github.com/malloydata/malloy-py](https://github.com/malloydata/malloy-py) -0.17 stars per week over 17 weeks -3 stars, 1 forks, 4 watches -created 2022-11-02, last commit 2023-01-17, main language Python -business-analytics, business-intelligence, data, data-modeling, python, semantic-modeling, sql - - -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/debug.md b/categories/debug.md index 7df5882..0dffd86 100644 --- a/categories/debug.md +++ b/categories/debug.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 7 curated debug Python libraries and frameworks ordered by stars. +A selection of 8 curated debug Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,7 +9,7 @@ Checkout the interactive version that you can filter and sort: PySnooper: Never use print for debugging again [https://github.com/cool-rr/pysnooper](https://github.com/cool-rr/pysnooper) 77 stars per week over 202 weeks -15,698 stars, 938 forks, 234 watches +15,700 stars, 938 forks, 234 watches created 2019-04-18, last commit 2023-01-03, main language Python debug, debugger, introspection, logging, python @@ -18,7 +18,7 @@ created 2019-04-18, last commit 2023-01-03, main language Python icecream: 🍦 Never use print() to debug again. [https://github.com/gruns/icecream](https://github.com/gruns/icecream) 25 stars per week over 263 weeks -6,617 stars, 137 forks, 50 watches +6,618 stars, 137 forks, 50 watches created 2018-02-13, last commit 2022-12-04, main language Python debug, debugging, debugging-tool, inspects, library, print, python, python3 @@ -28,7 +28,7 @@ pudb: Full-screen console debugger for Python [https://documen.tician.de/pudb/](https://documen.tician.de/pudb/) [https://github.com/inducer/pudb](https://github.com/inducer/pudb) 4.22 stars per week over 616 weeks -2,600 stars, 217 forks, 47 watches +2,601 stars, 217 forks, 47 watches created 2011-05-13, last commit 2023-01-10, main language Python bpython, debug, debugger, ipython, pdb, pytest, pytest-plugin, python, urwid @@ -36,41 +36,50 @@ created 2011-05-13, last commit 2023-01-10, main language Python ### [ipdb](https://github.com/gotcha/ipdb) by [gotcha](https://github.com/gotcha) ipdb: Integration of IPython pdb [https://github.com/gotcha/ipdb](https://github.com/gotcha/ipdb) -2.63 stars per week over 632 weeks -1,666 stars, 146 forks, 27 watches +2.63 stars per week over 633 weeks +1,667 stars, 146 forks, 27 watches created 2011-01-15, last commit 2022-12-13, main language Python debugger, ipython, python -### [heartrate](https://github.com/alexmojaki/heartrate) by [alexmojaki](https://github.com/alexmojaki) -heartrate: Simple real time visualisation of the execution of a Python program. -[https://github.com/alexmojaki/heartrate](https://github.com/alexmojaki/heartrate) -8.02 stars per week over 201 weeks -1,614 stars, 124 forks, 33 watches -created 2019-04-24, last commit 2021-11-13, main language Python -debugger, python, visualization +### [snoop](https://github.com/alexmojaki/snoop) by [alexmojaki](https://github.com/alexmojaki) +snoop: A powerful set of Python debugging tools, based on PySnooper +[https://github.com/alexmojaki/snoop](https://github.com/alexmojaki/snoop) +4.53 stars per week over 198 weeks +901 stars, 31 forks, 17 watches +created 2019-05-13, last commit 2022-12-22, main language Python +debugger, debugging, debugging-tools, logging, python + + +### [rebound](https://github.com/shobrook/rebound) by [shobrook](https://github.com/shobrook) +rebound: Command-line tool that instantly fetches Stack Overflow results when an exception is thrown +[https://github.com/shobrook/rebound](https://github.com/shobrook/rebound) +15 stars per week over 261 weeks +3,998 stars, 383 forks, 77 watches +created 2018-02-28, last commit 2022-02-16, main language Python +command-line-interface, command-line-tool, error-messages, python, stackoverflow, terminal-app ### [birdseye](https://github.com/alexmojaki/birdseye) by [alexmojaki](https://github.com/alexmojaki) birdseye: Graphical Python debugger which lets you easily view the values of all evaluated expressions [https://birdseye.readthedocs.io](https://birdseye.readthedocs.io) [https://github.com/alexmojaki/birdseye](https://github.com/alexmojaki/birdseye) -5.26 stars per week over 292 weeks -1,541 stars, 77 forks, 42 watches +5.26 stars per week over 293 weeks +1,542 stars, 77 forks, 42 watches created 2017-07-22, last commit 2022-05-18, main language JavaScript ast, birdseye, debugger, debugging, python, python-debugger -### [snoop](https://github.com/alexmojaki/snoop) by [alexmojaki](https://github.com/alexmojaki) -snoop: A powerful set of Python debugging tools, based on PySnooper -[https://github.com/alexmojaki/snoop](https://github.com/alexmojaki/snoop) -4.53 stars per week over 198 weeks -900 stars, 31 forks, 17 watches -created 2019-05-13, last commit 2022-12-22, main language Python -debugger, debugging, debugging-tools, logging, python +### [heartrate](https://github.com/alexmojaki/heartrate) by [alexmojaki](https://github.com/alexmojaki) +heartrate: Simple real time visualisation of the execution of a Python program. +[https://github.com/alexmojaki/heartrate](https://github.com/alexmojaki/heartrate) +8.01 stars per week over 201 weeks +1,614 stars, 124 forks, 33 watches +created 2019-04-24, last commit 2021-11-13, main language Python +debugger, python, visualization -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/diffusion.md b/categories/diffusion.md index fe0fbc3..e5f0c2f 100644 --- a/categories/diffusion.md +++ b/categories/diffusion.md @@ -5,30 +5,13 @@ Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) -### [stable-diffusion](https://github.com/compvis/stable-diffusion) by [compvis](https://github.com/compvis) -stable-diffusion: A latent text-to-image diffusion model -[https://ommer-lab.com/research/latent-diffusion-models/](https://ommer-lab.com/research/latent-diffusion-models/) -[https://github.com/compvis/stable-diffusion](https://github.com/compvis/stable-diffusion) -1505 stars per week over 29 weeks -44,083 stars, 6,866 forks, 423 watches -created 2022-08-10, last commit 2022-11-16, main language Jupyter Notebook - - -### [stable-diffusion-webui](https://github.com/automatic1111/stable-diffusion-webui) by [automatic1111](https://github.com/automatic1111) -stable-diffusion-webui: Stable Diffusion web UI -[https://github.com/automatic1111/stable-diffusion-webui](https://github.com/automatic1111/stable-diffusion-webui) -1547 stars per week over 27 weeks -42,659 stars, 7,890 forks, 397 watches -created 2022-08-22, last commit 2023-02-20, main language Python - - ### [InvokeAI](https://github.com/invoke-ai/invokeai) by [invoke-ai](https://github.com/invoke-ai) InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products. [https://invoke-ai.github.io/InvokeAI/](https://invoke-ai.github.io/InvokeAI/) [https://github.com/invoke-ai/invokeai](https://github.com/invoke-ai/invokeai) -402 stars per week over 28 weeks -11,379 stars, 1,291 forks, 131 watches -created 2022-08-17, last commit 2023-02-28, main language Jupyter Notebook +400 stars per week over 28 weeks +11,435 stars, 1,296 forks, 131 watches +created 2022-08-17, last commit 2023-03-04, main language Jupyter Notebook ai-art, artificial-intelligence, generative-art, image-generation, img2img, inpainting, latent-diffusion, linux, macos, outpainting, stable-diffusion, txt2img, windows @@ -36,35 +19,25 @@ created 2022-08-17, last commit 2023-02-28, main language Jupyter Notebook 🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch [https://huggingface.co/docs/diffusers](https://huggingface.co/docs/diffusers) [https://github.com/huggingface/diffusers](https://github.com/huggingface/diffusers) -282 stars per week over 39 weeks -11,192 stars, 2,205 forks, 118 watches -created 2022-05-30, last commit 2023-03-02, main language Python +281 stars per week over 39 weeks +11,238 stars, 2,215 forks, 119 watches +created 2022-05-30, last commit 2023-03-03, main language Python deep-learning, diffusion, hacktoberfest, image-generation, image2image, pytorch, score-based-generative-modeling, stable-diffusion, text2image -### [diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) by [divamgupta](https://github.com/divamgupta) -diffusionbee-stable-diffusion-ui: Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed. -[https://diffusionbee.com](https://diffusionbee.com) -[https://github.com/divamgupta/diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) -325 stars per week over 25 weeks -8,286 stars, 332 forks, 77 watches -created 2022-09-06, last commit 2023-02-13, main language JavaScript -electron-app, macos, stable-diffusion - - -### [latent-diffusion](https://github.com/compvis/latent-diffusion) by [compvis](https://github.com/compvis) -latent-diffusion: High-Resolution Image Synthesis with Latent Diffusion Models -[https://github.com/compvis/latent-diffusion](https://github.com/compvis/latent-diffusion) -100 stars per week over 62 weeks -6,312 stars, 850 forks, 78 watches -created 2021-12-20, last commit 2022-07-26, main language Jupyter Notebook +### [stable-diffusion-webui](https://github.com/automatic1111/stable-diffusion-webui) by [automatic1111](https://github.com/automatic1111) +stable-diffusion-webui: Stable Diffusion web UI +[https://github.com/automatic1111/stable-diffusion-webui](https://github.com/automatic1111/stable-diffusion-webui) +1555 stars per week over 27 weeks +43,329 stars, 8,008 forks, 402 watches +created 2022-08-22, last commit 2023-02-20, main language Python ### [dream-textures](https://github.com/carson-katri/dream-textures) by [carson-katri](https://github.com/carson-katri) dream-textures: Stable Diffusion built-in to Blender [https://github.com/carson-katri/dream-textures](https://github.com/carson-katri/dream-textures) -236 stars per week over 25 weeks -5,955 stars, 304 forks, 95 watches +234 stars per week over 25 weeks +5,974 stars, 306 forks, 95 watches created 2022-09-08, last commit 2023-02-15, main language Python ai, blender, blender-addon, image-generation, stable-diffusion @@ -72,106 +45,133 @@ created 2022-09-08, last commit 2023-02-15, main language Python ### [ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) by [apple](https://github.com/apple) ml-stable-diffusion: Stable Diffusion with Core ML on Apple Silicon [https://github.com/apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion) -372 stars per week over 15 weeks -5,699 stars, 273 forks, 71 watches -created 2022-11-16, last commit 2023-02-15, main language Python +367 stars per week over 15 weeks +5,723 stars, 273 forks, 70 watches +created 2022-11-16, last commit 2023-03-04, main language Python -### [Dreambooth-Stable-Diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) by [xavierxiao](https://github.com/xavierxiao) -Dreambooth-Stable-Diffusion: Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion -[https://github.com/xavierxiao/dreambooth-stable-diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) -221 stars per week over 25 weeks -5,636 stars, 618 forks, 83 watches -created 2022-09-06, last commit 2022-09-21, main language Jupyter Notebook -pytorch, pytorch-lightning, stable-diffusion, text-to-image +### [diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) by [divamgupta](https://github.com/divamgupta) +diffusionbee-stable-diffusion-ui: Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed. +[https://diffusionbee.com](https://diffusionbee.com) +[https://github.com/divamgupta/diffusionbee-stable-diffusion-ui](https://github.com/divamgupta/diffusionbee-stable-diffusion-ui) +323 stars per week over 25 weeks +8,308 stars, 330 forks, 77 watches +created 2022-09-06, last commit 2023-02-13, main language JavaScript +electron-app, macos, stable-diffusion + + +### [stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) by [nateraw](https://github.com/nateraw) +stable-diffusion-videos: Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts +[https://github.com/nateraw/stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) +84 stars per week over 25 weeks +2,183 stars, 214 forks, 28 watches +created 2022-09-06, last commit 2023-02-18, main language Python +ai-art, huggingface, huggingface-diffusers, machine-learning, stable-diffusion + + +### [stable-diffusion](https://github.com/compvis/stable-diffusion) by [compvis](https://github.com/compvis) +stable-diffusion: A latent text-to-image diffusion model +[https://ommer-lab.com/research/latent-diffusion-models/](https://ommer-lab.com/research/latent-diffusion-models/) +[https://github.com/compvis/stable-diffusion](https://github.com/compvis/stable-diffusion) +1496 stars per week over 29 weeks +44,263 stars, 6,888 forks, 422 watches +created 2022-08-10, last commit 2022-11-16, main language Jupyter Notebook ### [stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion) by [ashawkey](https://github.com/ashawkey) stable-dreamfusion: A pytorch implementation of text-to-3D dreamfusion, powered by stable diffusion. [https://github.com/ashawkey/stable-dreamfusion](https://github.com/ashawkey/stable-dreamfusion) -185 stars per week over 21 weeks -3,921 stars, 343 forks, 82 watches -created 2022-10-06, last commit 2023-02-25, main language Python +183 stars per week over 21 weeks +3,937 stars, 346 forks, 83 watches +created 2022-10-06, last commit 2023-03-03, main language Python dreamfusion, gui, nerf, stable-diffusion, text-to-3d -### [discoart](https://github.com/jina-ai/discoart) by [jina-ai](https://github.com/jina-ai) -discoart: 🪩 Create Disco Diffusion artworks in one line -[https://github.com/jina-ai/discoart](https://github.com/jina-ai/discoart) -103 stars per week over 35 weeks -3,645 stars, 221 forks, 33 watches -created 2022-06-30, last commit 2022-08-17, main language Python -clip-guided-diffusion, creative-ai, creative-art, cross-modal, dalle, diffusion, disco-diffusion, discodiffusion, generative-art, imgen, latent-diffusion, midjourney, multimodal, prompts, stable-diffusion - - ### [stablediffusion-infinity](https://github.com/lkwq007/stablediffusion-infinity) by [lkwq007](https://github.com/lkwq007) stablediffusion-infinity: Outpainting with Stable Diffusion on an infinite canvas [https://github.com/lkwq007/stablediffusion-infinity](https://github.com/lkwq007/stablediffusion-infinity) -117 stars per week over 26 weeks -3,053 stars, 237 forks, 32 watches +116 stars per week over 26 weeks +3,056 stars, 240 forks, 32 watches created 2022-09-02, last commit 2023-01-24, main language Python outpainting, stablediffusion -### [glide-text2im](https://github.com/openai/glide-text2im) by [openai](https://github.com/openai) -glide-text2im: GLIDE: a diffusion-based text-conditional image synthesis model -[https://github.com/openai/glide-text2im](https://github.com/openai/glide-text2im) -47 stars per week over 64 weeks -3,037 stars, 434 forks, 124 watches -created 2021-12-10, last commit 2022-03-21, main language Python +### [discoart](https://github.com/jina-ai/discoart) by [jina-ai](https://github.com/jina-ai) +discoart: 🪩 Create Disco Diffusion artworks in one line +[https://github.com/jina-ai/discoart](https://github.com/jina-ai/discoart) +102 stars per week over 35 weeks +3,648 stars, 221 forks, 33 watches +created 2022-06-30, last commit 2022-08-17, main language Python +clip-guided-diffusion, creative-ai, creative-art, cross-modal, dalle, diffusion, disco-diffusion, discodiffusion, generative-art, imgen, latent-diffusion, midjourney, multimodal, prompts, stable-diffusion -### [stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) by [nateraw](https://github.com/nateraw) -stable-diffusion-videos: Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts -[https://github.com/nateraw/stable-diffusion-videos](https://github.com/nateraw/stable-diffusion-videos) -85 stars per week over 25 weeks -2,178 stars, 213 forks, 28 watches -created 2022-09-06, last commit 2023-02-18, main language Python -ai-art, huggingface, huggingface-diffusers, machine-learning, stable-diffusion +### [Dreambooth-Stable-Diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) by [xavierxiao](https://github.com/xavierxiao) +Dreambooth-Stable-Diffusion: Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion +[https://github.com/xavierxiao/dreambooth-stable-diffusion](https://github.com/xavierxiao/dreambooth-stable-diffusion) +220 stars per week over 25 weeks +5,662 stars, 622 forks, 83 watches +created 2022-09-06, last commit 2022-09-21, main language Jupyter Notebook +pytorch, pytorch-lightning, stable-diffusion, text-to-image + + +### [latent-diffusion](https://github.com/compvis/latent-diffusion) by [compvis](https://github.com/compvis) +latent-diffusion: High-Resolution Image Synthesis with Latent Diffusion Models +[https://github.com/compvis/latent-diffusion](https://github.com/compvis/latent-diffusion) +100 stars per week over 62 weeks +6,337 stars, 852 forks, 78 watches +created 2021-12-20, last commit 2022-07-26, main language Jupyter Notebook ### [stable-diffusion-tensorflow](https://github.com/divamgupta/stable-diffusion-tensorflow) by [divamgupta](https://github.com/divamgupta) stable-diffusion-tensorflow: Stable Diffusion in TensorFlow / Keras [https://github.com/divamgupta/stable-diffusion-tensorflow](https://github.com/divamgupta/stable-diffusion-tensorflow) -57 stars per week over 24 weeks -1,381 stars, 193 forks, 21 watches +56 stars per week over 24 weeks +1,382 stars, 193 forks, 21 watches created 2022-09-15, last commit 2022-11-22, main language Python -### [long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) by [sharonzhou](https://github.com/sharonzhou) -long_stable_diffusion: Long-form text-to-images generation, using a pipeline of deep generative models (GPT-3 and Stable Diffusion) -[https://github.com/sharonzhou/long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) -23 stars per week over 25 weeks -596 stars, 48 forks, 14 watches -created 2022-09-04, last commit 2022-10-30, main language Python - - ### [unprompted](https://github.com/thereforegames/unprompted) by [thereforegames](https://github.com/thereforegames) unprompted: Text generator written for Stable Diffusion workflows. [https://github.com/thereforegames/unprompted](https://github.com/thereforegames/unprompted) 16 stars per week over 17 weeks -286 stars, 31 forks, 9 watches +287 stars, 31 forks, 9 watches created 2022-10-31, last commit 2023-02-25, main language Python +### [ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) by [coyote-a](https://github.com/coyote-a) +coyote-a/ultimate-upscale-for-automatic1111 +[https://github.com/coyote-a/ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) +22 stars per week over 8 weeks +201 stars, 15 forks, 4 watches +created 2023-01-02, last commit 2023-02-07, main language Python + + ### [latentblending](https://github.com/lunarring/latentblending) by [lunarring](https://github.com/lunarring) latentblending: Create butter-smooth transitions between prompts, powered by stable diffusion [https://github.com/lunarring/latentblending](https://github.com/lunarring/latentblending) -13 stars per week over 14 weeks -205 stars, 18 forks, 12 watches +13 stars per week over 15 weeks +206 stars, 18 forks, 12 watches created 2022-11-19, last commit 2023-03-02, main language Python animation, diffusion, stable-diffusion -### [ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) by [coyote-a](https://github.com/coyote-a) -coyote-a/ultimate-upscale-for-automatic1111 -[https://github.com/coyote-a/ultimate-upscale-for-automatic1111](https://github.com/coyote-a/ultimate-upscale-for-automatic1111) -23 stars per week over 8 weeks -198 stars, 14 forks, 4 watches -created 2023-01-02, last commit 2023-02-07, main language Python +### [glide-text2im](https://github.com/openai/glide-text2im) by [openai](https://github.com/openai) +glide-text2im: GLIDE: a diffusion-based text-conditional image synthesis model +[https://github.com/openai/glide-text2im](https://github.com/openai/glide-text2im) +47 stars per week over 64 weeks +3,041 stars, 434 forks, 124 watches +created 2021-12-10, last commit 2022-03-21, main language Python + + +### [long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) by [sharonzhou](https://github.com/sharonzhou) +long_stable_diffusion: Long-form text-to-images generation, using a pipeline of deep generative models (GPT-3 and Stable Diffusion) +[https://github.com/sharonzhou/long_stable_diffusion](https://github.com/sharonzhou/long_stable_diffusion) +23 stars per week over 26 weeks +598 stars, 48 forks, 14 watches +created 2022-09-04, last commit 2022-10-30, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/finance.md b/categories/finance.md new file mode 100644 index 0000000..265b398 --- /dev/null +++ b/categories/finance.md @@ -0,0 +1,345 @@ +# Crazy Awesome Python +A selection of 36 curated finance Python libraries and frameworks ordered by stars. + +Checkout the interactive version that you can filter and sort: +[https://www.awesomepython.org/](https://www.awesomepython.org/) + + +### [OpenBBTerminal](https://github.com/openbb-finance/openbbterminal) by [openbb-finance](https://github.com/openbb-finance) +OpenBBTerminal: Investment Research for Everyone, Anywhere. +[https://openbb.co](https://openbb.co) +[https://github.com/openbb-finance/openbbterminal](https://github.com/openbb-finance/openbbterminal) +168 stars per week over 115 weeks +19,426 stars, 2,023 forks, 239 watches +created 2020-12-20, last commit 2023-03-04, main language Python +artificial-intelligence, crypto, cryptocurrency, economics, finance, investment, investment-research, machine-learning, openbb, python, quantitative-finance, stocks + + +### [qlib](https://github.com/microsoft/qlib) by [microsoft](https://github.com/microsoft) +Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib. +[https://qlib.readthedocs.io/en/latest/](https://qlib.readthedocs.io/en/latest/) +[https://github.com/microsoft/qlib](https://github.com/microsoft/qlib) +78 stars per week over 133 weeks +10,418 stars, 1,861 forks, 250 watches +created 2020-08-14, last commit 2023-03-03, main language Python +algorithmic-trading, auto-quant, deep-learning, finance, fintech, investment, machine-learning, paper, platform, python, quant, quant-dataset, quant-models, quantitative-finance, quantitative-trading, research, research-paper, stock-data + + +### [yfinance](https://github.com/ranaroussi/yfinance) by [ranaroussi](https://github.com/ranaroussi) +yfinance: Download market data from Yahoo! Finance's API +[https://aroussi.com/post/python-yahoo-finance](https://aroussi.com/post/python-yahoo-finance) +[https://github.com/ranaroussi/yfinance](https://github.com/ranaroussi/yfinance) +29 stars per week over 302 weeks +9,050 stars, 1,832 forks, 220 watches +created 2017-05-21, last commit 2023-02-21, main language Python +financial-data, fix-yahoo-finance, market-data, pandas, python, stock-data, yahoo-finance, yahoo-finance-api + + +### [mplfinance](https://github.com/matplotlib/mplfinance) by [matplotlib](https://github.com/matplotlib) +mplfinance: Financial Markets Data Visualization using Matplotlib +[https://pypi.org/project/mplfinance/](https://pypi.org/project/mplfinance/) +[https://github.com/matplotlib/mplfinance](https://github.com/matplotlib/mplfinance) +15 stars per week over 169 weeks +2,620 stars, 534 forks, 85 watches +created 2019-12-05, last commit 2023-01-26, main language Python +candlestick, candlestick-chart, candlestickchart, finance, hacktoberfest, hacktoberfest2022, hactoberfest, intraday-data, market-data, matplotlib, mplfinance, ohlc, ohlc-chart, ohlc-data, ohlc-plot, ohlcv, trading-days + + +### [ta-lib-python](https://github.com/ta-lib/ta-lib-python) by [ta-lib](https://github.com/ta-lib) +ta-lib-python: Python wrapper for TA-Lib (http://ta-lib.org/). +[http://ta-lib.github.io/ta-lib-python](http://ta-lib.github.io/ta-lib-python) +[https://github.com/ta-lib/ta-lib-python](https://github.com/ta-lib/ta-lib-python) +13 stars per week over 571 weeks +7,519 stars, 1,472 forks, 319 watches +created 2012-03-23, last commit 2023-02-28, main language Cython +finance, pattern-recognition, python, quantitative-finance, ta-lib, technical-analysis + + +### [blankly](https://github.com/blankly-finance/blankly) by [blankly-finance](https://github.com/blankly-finance) +blankly: 🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package. +[https://package.blankly.finance](https://package.blankly.finance) +[https://github.com/blankly-finance/blankly](https://github.com/blankly-finance/blankly) +14 stars per week over 103 weeks +1,474 stars, 194 forks, 28 watches +created 2021-03-09, last commit 2023-02-02, main language Python +algotrading, binance, blankly, bot, bot-framework, bots, coinbase, crypto, cryptocurrency, framework, investment, platform, python, stocks, trading, trading-bot, trading-strategies + + +### [zipline](https://github.com/quantopian/zipline) by [quantopian](https://github.com/quantopian) +Zipline, a Pythonic Algorithmic Trading Library +[https://www.zipline.io](https://www.zipline.io) +[https://github.com/quantopian/zipline](https://github.com/quantopian/zipline) +29 stars per week over 541 weeks +15,851 stars, 4,541 forks, 1,008 watches +created 2012-10-19, last commit 2020-10-14, main language Python +algorithmic-trading, python, quant, zipline + + +### [tf-quant-finance](https://github.com/google/tf-quant-finance) by [google](https://github.com/google) +tf-quant-finance: High-performance TensorFlow library for quantitative finance. +[https://github.com/google/tf-quant-finance](https://github.com/google/tf-quant-finance) +19 stars per week over 188 weeks +3,655 stars, 490 forks, 169 watches +created 2019-07-24, last commit 2023-02-17, main language Python +finance, gpu, gpu-computing, high-performance, high-performance-computing, numerical-integration, numerical-methods, numerical-optimization, python, quantitative-finance, quantlib, tensorflow + + +### [backtesting.py](https://github.com/kernc/backtesting.py) by [kernc](https://github.com/kernc) +backtesting.py: :mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python. +[https://kernc.github.io/backtesting.py/](https://kernc.github.io/backtesting.py/) +[https://github.com/kernc/backtesting.py](https://github.com/kernc/backtesting.py) +15 stars per week over 217 weeks +3,336 stars, 665 forks, 94 watches +created 2019-01-02, last commit 2023-01-15, main language Python +algo-trading, algorithmic-trading, backtesting, backtesting-engine, backtesting-frameworks, backtesting-trading-strategies, finance, financial-markets, forex, forex-trading, framework, hacktoberfest, investing, investment, investment-strategies, stocks, trading, trading-algorithms, trading-simulator, trading-strategies + + +### [quantstats](https://github.com/ranaroussi/quantstats) by [ranaroussi](https://github.com/ranaroussi) +quantstats: Portfolio analytics for quants, written in Python +[https://github.com/ranaroussi/quantstats](https://github.com/ranaroussi/quantstats) +14 stars per week over 200 weeks +2,862 stars, 570 forks, 86 watches +created 2019-05-01, last commit 2022-07-05, main language Python +algo-trading, algorithmic-trading, algotrading, finance, plotting, python, quant, quantitative-analysis, quantitative-finance, quantitative-trading, visualization + + +### [pysystemtrade](https://github.com/robcarver17/pysystemtrade) by [robcarver17](https://github.com/robcarver17) +pysystemtrade: Systematic Trading in python +[https://github.com/robcarver17/pysystemtrade](https://github.com/robcarver17/pysystemtrade) +5.02 stars per week over 379 weeks +1,904 stars, 637 forks, 156 watches +created 2015-11-27, last commit 2023-03-03, main language Python + + +### [vectorbt](https://github.com/polakowo/vectorbt) by [polakowo](https://github.com/polakowo) +vectorbt: Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research. +[https://vectorbt.dev](https://vectorbt.dev) +[https://github.com/polakowo/vectorbt](https://github.com/polakowo/vectorbt) +9.48 stars per week over 276 weeks +2,624 stars, 453 forks, 97 watches +created 2017-11-14, last commit 2023-02-27, main language Python +algorithmic-trading, algorithmic-traiding, backtesting, cryptocurrency, data-science, data-visualization, finance, machine-learning, portfolio-optimization, quantitative-analysis, quantitative-finance, time-series, trading, trading-strategies + + +### [FinancePy](https://github.com/domokane/financepy) by [domokane](https://github.com/domokane) +FinancePy: A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives. +[https://financepy.com/](https://financepy.com/) +[https://github.com/domokane/financepy](https://github.com/domokane/financepy) +7.34 stars per week over 175 weeks +1,285 stars, 196 forks, 49 watches +created 2019-10-27, last commit 2023-02-26, main language Jupyter Notebook +asset-allocation, bonds, credit, currency, derivatives, derivatives-pricing, finance, fixed-income, investment, numba, pricing, python, risk, risk-management, students, valuation + + +### [backtrader](https://github.com/mementum/backtrader) by [mementum](https://github.com/mementum) +backtrader: Python Backtesting library for trading strategies +[https://www.backtrader.com](https://www.backtrader.com) +[https://github.com/mementum/backtrader](https://github.com/mementum/backtrader) +23 stars per week over 425 weeks +10,145 stars, 3,152 forks, 579 watches +created 2015-01-10, last commit 2021-07-17, main language Python +backtesting, metaclass, python, trading + + +### [gs-quant](https://github.com/goldmansachs/gs-quant) by [goldmansachs](https://github.com/goldmansachs) +gs-quant: Python toolkit for quantitative finance +[https://developer.gs.com/discover/products/gs-quant/](https://developer.gs.com/discover/products/gs-quant/) +[https://github.com/goldmansachs/gs-quant](https://github.com/goldmansachs/gs-quant) +7.62 stars per week over 220 weeks +1,678 stars, 340 forks, 75 watches +created 2018-12-14, last commit 2023-03-01, main language Jupyter Notebook +derivatives, goldman-sachs, gs-quant, risk-management, trading-strategies + + +### [algo-trader](https://github.com/idanya/algo-trader) by [idanya](https://github.com/idanya) +algo-trader: Trading bot with support for realtime trading, backtesting, custom strategies and much more. +[https://github.com/idanya/algo-trader](https://github.com/idanya/algo-trader) +8.28 stars per week over 76 weeks +635 stars, 67 forks, 22 watches +created 2021-09-14, last commit 2023-03-02, main language Python +algorithmic-trading, backtesting, crypto-bot, python, technical-analysis, trading-bot, trading-strategies + + +### [pyfolio](https://github.com/quantopian/pyfolio) by [quantopian](https://github.com/quantopian) +pyfolio: Portfolio and risk analytics in Python +[https://quantopian.github.io/pyfolio](https://quantopian.github.io/pyfolio) +[https://github.com/quantopian/pyfolio](https://github.com/quantopian/pyfolio) +11 stars per week over 404 weeks +4,845 stars, 1,553 forks, 306 watches +created 2015-06-01, last commit 2020-07-15, main language Jupyter Notebook + + +### [finmarketpy](https://github.com/cuemacro/finmarketpy) by [cuemacro](https://github.com/cuemacro) +finmarketpy: Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians) +[http://www.cuemacro.com](http://www.cuemacro.com) +[https://github.com/cuemacro/finmarketpy](https://github.com/cuemacro/finmarketpy) +7.31 stars per week over 419 weeks +3,065 stars, 482 forks, 217 watches +created 2015-02-19, last commit 2022-12-20, main language Python +backtesting-trading-strategies, python, trading-strategies + + +### [exchange_calendars](https://github.com/gerrymanoim/exchange_calendars) by [gerrymanoim](https://github.com/gerrymanoim) +exchange_calendars: Calendars for various securities exchanges. +[https://github.com/gerrymanoim/exchange_calendars](https://github.com/gerrymanoim/exchange_calendars) +1.92 stars per week over 122 weeks +235 stars, 78 forks, 14 watches +created 2020-10-30, last commit 2023-02-14, main language Python + + +### [pyalgotrade](https://github.com/gbeced/pyalgotrade) by [gbeced](https://github.com/gbeced) +pyalgotrade: Python Algorithmic Trading Library +[http://gbeced.github.io/pyalgotrade/](http://gbeced.github.io/pyalgotrade/) +[https://github.com/gbeced/pyalgotrade](https://github.com/gbeced/pyalgotrade) +6.83 stars per week over 573 weeks +3,915 stars, 1,333 forks, 353 watches +created 2012-03-07, last commit 2023-03-05, main language Python + + +### [ffn](https://github.com/pmorissette/ffn) by [pmorissette](https://github.com/pmorissette) +ffn - a financial function library for Python +[pmorissette.github.io/ffn](pmorissette.github.io/ffn) +[https://github.com/pmorissette/ffn](https://github.com/pmorissette/ffn) +3.17 stars per week over 454 weeks +1,441 stars, 254 forks, 59 watches +created 2014-06-19, last commit 2022-12-21, main language Python + + +### [QuantLib-SWIG](https://github.com/lballabio/quantlib-swig) by [lballabio](https://github.com/lballabio) +QuantLib-SWIG: QuantLib wrappers to other languages +[https://github.com/lballabio/quantlib-swig](https://github.com/lballabio/quantlib-swig) +0.73 stars per week over 376 weeks +275 stars, 262 forks, 38 watches +created 2015-12-17, last commit 2023-01-30, main language SWIG +quantitative-finance + + +### [alphalens](https://github.com/quantopian/alphalens) by [quantopian](https://github.com/quantopian) +alphalens: Performance analysis of predictive (alpha) stock factors +[http://quantopian.github.io/alphalens](http://quantopian.github.io/alphalens) +[https://github.com/quantopian/alphalens](https://github.com/quantopian/alphalens) +7.28 stars per week over 352 weeks +2,565 stars, 982 forks, 163 watches +created 2016-06-03, last commit 2020-04-27, main language Jupyter Notebook +algorithmic-trading, finance, jupyter, numpy, pandas, python + + +### [bt](https://github.com/pmorissette/bt) by [pmorissette](https://github.com/pmorissette) +bt - flexible backtesting for Python +[http://pmorissette.github.io/bt](http://pmorissette.github.io/bt) +[https://github.com/pmorissette/bt](https://github.com/pmorissette/bt) +3.51 stars per week over 454 weeks +1,593 stars, 357 forks, 79 watches +created 2014-06-19, last commit 2022-11-22, main language Python + + +### [pandas_market_calendars](https://github.com/rsheftel/pandas_market_calendars) by [rsheftel](https://github.com/rsheftel) +pandas_market_calendars: Exchange calendars to use with pandas for trading applications +[https://github.com/rsheftel/pandas_market_calendars](https://github.com/rsheftel/pandas_market_calendars) +1.74 stars per week over 325 weeks +568 stars, 124 forks, 30 watches +created 2016-12-07, last commit 2023-02-04, main language Python +calendar, date, datetime, exchange, pandas + + +### [research_public](https://github.com/quantopian/research_public) by [quantopian](https://github.com/quantopian) +research_public: Quantitative research and educational materials +[https://www.quantopian.com/lectures](https://www.quantopian.com/lectures) +[https://github.com/quantopian/research_public](https://github.com/quantopian/research_public) +4.95 stars per week over 418 weeks +2,071 stars, 1,451 forks, 201 watches +created 2015-02-26, last commit 2020-10-30, main language Jupyter Notebook + + +### [data-link-python](https://github.com/nasdaq/data-link-python) by [nasdaq](https://github.com/nasdaq) +data-link-python: A Python library for Nasdaq Data Link's RESTful API +[https://github.com/nasdaq/data-link-python](https://github.com/nasdaq/data-link-python) +3.0 stars per week over 69 weeks +209 stars, 39 forks, 9 watches +created 2021-11-02, last commit 2022-08-29, main language Python + + +### [stockpredictionai](https://github.com/borisbanushev/stockpredictionai) by [borisbanushev](https://github.com/borisbanushev) +stockpredictionai: In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later. +[https://github.com/borisbanushev/stockpredictionai](https://github.com/borisbanushev/stockpredictionai) +16 stars per week over 216 weeks +3,597 stars, 1,588 forks, 262 watches +created 2019-01-09, last commit 2019-02-11, main language None + + +### [pyql](https://github.com/enthought/pyql) by [enthought](https://github.com/enthought) +pyql: Cython QuantLib wrappers +[https://github.com/enthought/pyql](https://github.com/enthought/pyql) +1.33 stars per week over 573 weeks +761 stars, 176 forks, 105 watches +created 2012-03-08, last commit 2023-03-04, main language Cython +cython, quantlib + + +### [empyrical](https://github.com/quantopian/empyrical) by [quantopian](https://github.com/quantopian) +empyrical: Common financial risk and performance metrics. Used by zipline and pyfolio. +[https://quantopian.github.io/empyrical](https://quantopian.github.io/empyrical) +[https://github.com/quantopian/empyrical](https://github.com/quantopian/empyrical) +2.85 stars per week over 363 weeks +1,034 stars, 339 forks, 72 watches +created 2016-03-18, last commit 2020-10-14, main language Python + + +### [findatapy](https://github.com/cuemacro/findatapy) by [cuemacro](https://github.com/cuemacro) +findatapy: Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc. +[https://github.com/cuemacro/findatapy](https://github.com/cuemacro/findatapy) +3.78 stars per week over 343 weeks +1,297 stars, 183 forks, 91 watches +created 2016-08-03, last commit 2022-08-24, main language Python +arctic, bloomberg, dukascopy, eikon, fred, market-data, python-api, quandl + + +### [basana](https://github.com/gbeced/basana) by [gbeced](https://github.com/gbeced) +basana: A Python event driven framework for algorithmic trading, with a focus on crypto currencies. +[https://github.com/gbeced/basana](https://github.com/gbeced/basana) +14 stars per week over 0 weeks +2 stars, 0 forks, 1 watches +created 2023-03-04, last commit 2023-03-05, main language Python + + +### [quandl-python](https://github.com/quandl/quandl-python) by [quandl](https://github.com/quandl) +quandl/quandl-python +[https://github.com/quandl/quandl-python](https://github.com/quandl/quandl-python) +2.49 stars per week over 519 weeks +1,291 stars, 342 forks, 129 watches +created 2013-03-24, last commit 2021-12-08, main language Python +api-client, data-frame, dataset, python, quandl, retrieve-data + + +### [fmpsdk](https://github.com/daxm/fmpsdk) by [daxm](https://github.com/daxm) +fmpsdk: SDK for Financial Modeling Prep's (FMP) API +[https://github.com/daxm/fmpsdk](https://github.com/daxm/fmpsdk) +0.79 stars per week over 117 weeks +93 stars, 37 forks, 9 watches +created 2020-12-06, last commit 2022-10-12, main language Python + + +### [bta-lib](https://github.com/mementum/bta-lib) by [mementum](https://github.com/mementum) +bta-lib: Technical Analysis library in pandas for backtesting algotrading and quantitative analysis +[https://github.com/mementum/bta-lib](https://github.com/mementum/bta-lib) +2.49 stars per week over 161 weeks +401 stars, 97 forks, 25 watches +created 2020-01-31, last commit 2020-03-11, main language Python + + +### [python-bizdays](https://github.com/wilsonfreitas/python-bizdays) by [wilsonfreitas](https://github.com/wilsonfreitas) +python-bizdays: Business days calculations and utilities +[http://wilsonfreitas.github.io/python-bizdays/](http://wilsonfreitas.github.io/python-bizdays/) +[https://github.com/wilsonfreitas/python-bizdays](https://github.com/wilsonfreitas/python-bizdays) +0.12 stars per week over 496 weeks +62 stars, 30 forks, 7 watches +created 2013-09-01, last commit 2023-01-20, main language Jupyter Notebook + + +This file was automatically generated on 2023-03-05. + +To curate your own github list, simply clone and change the input csv file. + +Inspired by: +[https://github.com/vinta/awesome-python](https://github.com/vinta/awesome-python) +[https://github.com/trananhkma/fucking-awesome-python](https://github.com/trananhkma/fucking-awesome-python) \ No newline at end of file diff --git a/categories/gamedev.md b/categories/gamedev.md index 918c047..d606fb7 100644 --- a/categories/gamedev.md +++ b/categories/gamedev.md @@ -9,29 +9,19 @@ Checkout the interactive version that you can filter and sort: pygame: 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. [https://www.pygame.org](https://www.pygame.org) [https://github.com/pygame/pygame](https://github.com/pygame/pygame) -18 stars per week over 309 weeks -5,771 stars, 2,535 forks, 156 watches -created 2017-03-26, last commit 2023-02-28, main language C +18 stars per week over 310 weeks +5,773 stars, 2,540 forks, 156 watches +created 2017-03-26, last commit 2023-03-04, main language C game-dev, game-development, gamedev, pygame, python, sdl, sdl2 -### [panda3d](https://github.com/panda3d/panda3d) -panda3d: Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU -[https://www.panda3d.org/](https://www.panda3d.org/) -[https://github.com/panda3d/panda3d](https://github.com/panda3d/panda3d) -7.62 stars per week over 491 weeks -3,746 stars, 755 forks, 195 watches -created 2013-09-30, last commit 2023-02-26, main language C++ -c-plus-plus, cross-platform, game-development, game-engine, gamedev, multi-platform, open-source, opengl, panda3d, panda3d-game-engine, python - - ### [pyglet](https://github.com/pyglet/pyglet) pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications. [http://pyglet.org](http://pyglet.org) [https://github.com/pyglet/pyglet](https://github.com/pyglet/pyglet) -7.27 stars per week over 194 weeks -1,415 stars, 252 forks, 32 watches -created 2019-06-09, last commit 2023-02-28, main language Python +7.27 stars per week over 195 weeks +1,417 stars, 252 forks, 32 watches +created 2019-06-09, last commit 2023-03-03, main language Python gamedev, opengl, pyglet, python, scientific-visualization @@ -41,11 +31,21 @@ arcade: Easy to use Python library for creating 2D arcade games. [https://github.com/pythonarcade/arcade](https://github.com/pythonarcade/arcade) 3.76 stars per week over 373 weeks 1,404 stars, 264 forks, 57 watches -created 2016-01-04, last commit 2023-03-02, main language Python +created 2016-01-04, last commit 2023-03-04, main language Python arcade-api, arcade-framework, arcade-learning-environment, educational-resources, educational-technology, opengl, python, python3 -This file was automatically generated on 2023-03-03. +### [panda3d](https://github.com/panda3d/panda3d) +panda3d: Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU +[https://www.panda3d.org/](https://www.panda3d.org/) +[https://github.com/panda3d/panda3d](https://github.com/panda3d/panda3d) +7.61 stars per week over 491 weeks +3,745 stars, 755 forks, 195 watches +created 2013-09-30, last commit 2023-02-26, main language C++ +c-plus-plus, cross-platform, game-development, game-engine, gamedev, multi-platform, open-source, opengl, panda3d, panda3d-game-engine, python + + +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/gis.md b/categories/gis.md index 0ffaa9b..217a40e 100644 --- a/categories/gis.md +++ b/categories/gis.md @@ -5,43 +5,83 @@ Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) +### [gdal](https://github.com/osgeo/gdal) by [osgeo](https://github.com/osgeo) +GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. +[https://gdal.org](https://gdal.org) +[https://github.com/osgeo/gdal](https://github.com/osgeo/gdal) +6.69 stars per week over 542 weeks +3,633 stars, 2,021 forks, 163 watches +created 2012-10-09, last commit 2023-03-02, main language C++ +geospatial-data, raster, remote-sensing, vector + + +### [torchgeo](https://github.com/microsoft/torchgeo) by [microsoft](https://github.com/microsoft) +TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data +[https://torchgeo.rtfd.io](https://torchgeo.rtfd.io) +[https://github.com/microsoft/torchgeo](https://github.com/microsoft/torchgeo) +15 stars per week over 93 weeks +1,487 stars, 174 forks, 37 watches +created 2021-05-21, last commit 2023-03-03, main language Python +datasets, deep-learning, earth-observation, models, pytorch, remote-sensing, torchvision, transforms + + +### [geemap](https://github.com/giswqs/geemap) by [giswqs](https://github.com/giswqs) +geemap: A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and ipywidgets. +[https://geemap.org](https://geemap.org) +[https://github.com/giswqs/geemap](https://github.com/giswqs/geemap) +16 stars per week over 156 weeks +2,570 stars, 929 forks, 101 watches +created 2020-03-08, last commit 2023-02-28, main language Python +colab, data-science, dataviz, earth-engine, earthengine, folium, geospatial, gis, google-earth-engine, image-processing, ipyleaflet, ipywidgets, jupyter, jupyter-notebook, landsat, mapping, python, remote-sensing, streamlit, streamlit-webapp + + ### [folium](https://github.com/python-visualization/folium) by [python-visualization](https://github.com/python-visualization) folium: Python Data. Leaflet.js Maps. [https://python-visualization.github.io/folium/](https://python-visualization.github.io/folium/) [https://github.com/python-visualization/folium](https://github.com/python-visualization/folium) 11 stars per week over 512 weeks -6,113 stars, 2,172 forks, 164 watches +6,115 stars, 2,173 forks, 164 watches created 2013-05-09, last commit 2023-02-17, main language Python closember, data-science, data-visualization, javascript, maps, python -### [BlenderGIS](https://github.com/domlysz/blendergis) by [domlysz](https://github.com/domlysz) -BlenderGIS: Blender addons to make the bridge between Blender and geographic data -[https://github.com/domlysz/blendergis](https://github.com/domlysz/blendergis) -13 stars per week over 460 weeks -6,075 stars, 1,133 forks, 245 watches -created 2014-05-08, last commit 2022-05-31, main language Python -3d, 3d-map, 3dgis, addon, basemap, blender, delaunay-triangulation, dem, geodata, georeferencing, geospatial, gis, importexport, map, openstreetmap, python, raster, shapefile, terrain-model +### [shapely](https://github.com/shapely/shapely) +shapely: Manipulation and analysis of geometric objects +[https://shapely.readthedocs.io/en/stable/](https://shapely.readthedocs.io/en/stable/) +[https://github.com/shapely/shapely](https://github.com/shapely/shapely) +5.46 stars per week over 583 weeks +3,185 stars, 514 forks, 86 watches +created 2011-12-31, last commit 2023-02-27, main language Python ### [osmnx](https://github.com/gboeing/osmnx) by [gboeing](https://github.com/gboeing) OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap. [https://geoffboeing.com/publications/osmnx-complex-street-networks/](https://geoffboeing.com/publications/osmnx-complex-street-networks/) [https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) -11 stars per week over 344 weeks -4,069 stars, 746 forks, 121 watches +11 stars per week over 345 weeks +4,070 stars, 746 forks, 121 watches created 2016-07-24, last commit 2023-02-22, main language Python geography, geospatial, gis, mapping, networks, networkx, openstreetmap, osm, osmnx, overpass-api, python, routing, spatial, spatial-analysis, spatial-data, street-networks, transport, transportation, urban, urban-planning -### [gdal](https://github.com/osgeo/gdal) by [osgeo](https://github.com/osgeo) -GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats. -[https://gdal.org](https://gdal.org) -[https://github.com/osgeo/gdal](https://github.com/osgeo/gdal) -6.69 stars per week over 542 weeks -3,630 stars, 2,019 forks, 163 watches -created 2012-10-09, last commit 2023-03-02, main language C++ -geospatial-data, raster, remote-sensing, vector +### [leafmap](https://github.com/giswqs/leafmap) by [giswqs](https://github.com/giswqs) +leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment +[https://leafmap.org](https://leafmap.org) +[https://github.com/giswqs/leafmap](https://github.com/giswqs/leafmap) +14 stars per week over 103 weeks +1,527 stars, 190 forks, 46 watches +created 2021-03-10, last commit 2023-03-04, main language Python +data-science, dataviz, folium, geopython, geospatial, geospatial-analysis, gis, ipyleaflet, jupyter, jupyter-notebook, keplergl, leafmap, mapping, plotly, pydeck, python, streamlit, streamlit-webapp, whiteboxtools + + +### [satpy](https://github.com/pytroll/satpy) by [pytroll](https://github.com/pytroll) +satpy: Python package for earth-observing satellite data processing +[http://satpy.readthedocs.org/en/latest/](http://satpy.readthedocs.org/en/latest/) +[https://github.com/pytroll/satpy](https://github.com/pytroll/satpy) +2.43 stars per week over 368 weeks +897 stars, 261 forks, 31 watches +created 2016-02-09, last commit 2023-02-21, main language Python +closember, dask, hacktoberfest, python, satellite, weather, xarray ### [geopandas](https://github.com/geopandas/geopandas) @@ -49,17 +89,18 @@ geopandas: Python tools for geographic data [http://geopandas.org/](http://geopandas.org/) [https://github.com/geopandas/geopandas](https://github.com/geopandas/geopandas) 7.06 stars per week over 505 weeks -3,565 stars, 794 forks, 106 watches -created 2013-06-27, last commit 2023-02-27, main language Python +3,568 stars, 794 forks, 106 watches +created 2013-06-27, last commit 2023-03-04, main language Python -### [shapely](https://github.com/shapely/shapely) -shapely: Manipulation and analysis of geometric objects -[https://shapely.readthedocs.io/en/stable/](https://shapely.readthedocs.io/en/stable/) -[https://github.com/shapely/shapely](https://github.com/shapely/shapely) -5.46 stars per week over 582 weeks -3,184 stars, 514 forks, 86 watches -created 2011-12-31, last commit 2023-02-27, main language Python +### [rasterio](https://github.com/rasterio/rasterio) +Rasterio reads and writes geospatial raster datasets +[https://rasterio.readthedocs.io/](https://rasterio.readthedocs.io/) +[https://github.com/rasterio/rasterio](https://github.com/rasterio/rasterio) +3.88 stars per week over 486 weeks +1,889 stars, 508 forks, 151 watches +created 2013-11-04, last commit 2023-02-27, main language Python +cli, cython, gdal, gis, mapbox-satellite-oss, python, raster ### [datashader](https://github.com/holoviz/datashader) by [holoviz](https://github.com/holoviz) @@ -67,84 +108,38 @@ datashader: Quickly and accurately render even the largest data. [http://datashader.org](http://datashader.org) [https://github.com/holoviz/datashader](https://github.com/holoviz/datashader) 7.81 stars per week over 375 weeks -2,931 stars, 364 forks, 95 watches +2,932 stars, 364 forks, 95 watches created 2015-12-23, last commit 2023-02-27, main language Python data-visualizations, datashader, holoviz, rasterization -### [geemap](https://github.com/giswqs/geemap) by [giswqs](https://github.com/giswqs) -geemap: A Python package for interactive mapping with Google Earth Engine, ipyleaflet, and ipywidgets. -[https://geemap.org](https://geemap.org) -[https://github.com/giswqs/geemap](https://github.com/giswqs/geemap) -16 stars per week over 155 weeks -2,569 stars, 929 forks, 101 watches -created 2020-03-08, last commit 2023-02-28, main language Python -colab, data-science, dataviz, earth-engine, earthengine, folium, geospatial, gis, google-earth-engine, image-processing, ipyleaflet, ipywidgets, jupyter, jupyter-notebook, landsat, mapping, python, remote-sensing, streamlit, streamlit-webapp - - -### [earthengine-api](https://github.com/google/earthengine-api) by [google](https://github.com/google) -earthengine-api: Python and JavaScript bindings for calling the Earth Engine API. -[https://github.com/google/earthengine-api](https://github.com/google/earthengine-api) -5.22 stars per week over 410 weeks -2,141 stars, 918 forks, 207 watches -created 2015-04-22, last commit 2023-03-01, main language JavaScript - - -### [rasterio](https://github.com/rasterio/rasterio) -Rasterio reads and writes geospatial raster datasets -[https://rasterio.readthedocs.io/](https://rasterio.readthedocs.io/) -[https://github.com/rasterio/rasterio](https://github.com/rasterio/rasterio) -3.88 stars per week over 486 weeks -1,889 stars, 508 forks, 151 watches -created 2013-11-04, last commit 2023-02-27, main language Python -cli, cython, gdal, gis, mapbox-satellite-oss, python, raster - - -### [cityscapesScripts](https://github.com/mcordts/cityscapesscripts) by [mcordts](https://github.com/mcordts) -cityscapesScripts: README and scripts for the Cityscapes Dataset -[https://github.com/mcordts/cityscapesscripts](https://github.com/mcordts/cityscapesscripts) -5.11 stars per week over 366 weeks -1,874 stars, 578 forks, 45 watches -created 2016-02-20, last commit 2022-10-22, main language Python +### [grass](https://github.com/osgeo/grass) by [osgeo](https://github.com/osgeo) +GRASS GIS - free and open source Geographic Information System (GIS) +[https://grass.osgeo.org](https://grass.osgeo.org) +[https://github.com/osgeo/grass](https://github.com/osgeo/grass) +3.01 stars per week over 198 weeks +596 stars, 223 forks, 43 watches +created 2019-05-17, last commit 2023-03-02, main language C +earth-observation, geospatial, geospatial-analysis, gis, grass-gis, hacktoberfest, open-science, osgeo, raster, remote-sensing, science, spatial, timeseries-analysis, vector ### [raster-vision](https://github.com/azavea/raster-vision) by [azavea](https://github.com/azavea) raster-vision: An open source library and framework for deep learning on satellite and aerial imagery. [https://docs.rastervision.io](https://docs.rastervision.io) [https://github.com/azavea/raster-vision](https://github.com/azavea/raster-vision) -5.68 stars per week over 317 weeks -1,800 stars, 351 forks, 83 watches +5.67 stars per week over 317 weeks +1,799 stars, 351 forks, 83 watches created 2017-02-02, last commit 2023-02-27, main language Python classification, computer-vision, deep-learning, geospatial, machine-learning, object-detection, pytorch, remote-sensing, semantic-segmentation -### [felicette](https://github.com/plant99/felicette) by [plant99](https://github.com/plant99) -felicette: Satellite imagery for dummies. -[https://github.com/plant99/felicette](https://github.com/plant99/felicette) -13 stars per week over 137 weeks -1,796 stars, 85 forks, 39 watches -created 2020-07-12, last commit 2021-09-08, main language Python -earth-observation, earth-science, geoinformatics, geospatial, geospatial-data, geospatial-visualization, gis, python, python3, satellite-data, satellite-imagery, satellite-images - - -### [leafmap](https://github.com/giswqs/leafmap) by [giswqs](https://github.com/giswqs) -leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment -[https://leafmap.org](https://leafmap.org) -[https://github.com/giswqs/leafmap](https://github.com/giswqs/leafmap) -14 stars per week over 103 weeks -1,527 stars, 190 forks, 46 watches -created 2021-03-10, last commit 2023-03-01, main language Python -data-science, dataviz, folium, geopython, geospatial, geospatial-analysis, gis, ipyleaflet, jupyter, jupyter-notebook, keplergl, leafmap, mapping, plotly, pydeck, python, streamlit, streamlit-webapp, whiteboxtools - - -### [torchgeo](https://github.com/microsoft/torchgeo) by [microsoft](https://github.com/microsoft) -TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data -[https://torchgeo.rtfd.io](https://torchgeo.rtfd.io) -[https://github.com/microsoft/torchgeo](https://github.com/microsoft/torchgeo) -15 stars per week over 93 weeks -1,482 stars, 174 forks, 37 watches -created 2021-05-21, last commit 2023-03-02, main language Python -datasets, deep-learning, earth-observation, models, pytorch, remote-sensing, torchvision, transforms +### [BlenderGIS](https://github.com/domlysz/blendergis) by [domlysz](https://github.com/domlysz) +BlenderGIS: Blender addons to make the bridge between Blender and geographic data +[https://github.com/domlysz/blendergis](https://github.com/domlysz/blendergis) +13 stars per week over 460 weeks +6,075 stars, 1,134 forks, 245 watches +created 2014-05-08, last commit 2022-05-31, main language Python +3d, 3d-map, 3dgis, addon, basemap, blender, delaunay-triangulation, dem, geodata, georeferencing, geospatial, gis, importexport, map, openstreetmap, python, raster, shapefile, terrain-model ### [sedona](https://github.com/apache/incubator-sedona) by [apache](https://github.com/apache) @@ -152,29 +147,57 @@ sedona: A cluster computing framework for processing large-scale geospatial data [http://sedona.apache.org/](http://sedona.apache.org/) [https://github.com/apache/incubator-sedona](https://github.com/apache/incubator-sedona) 3.33 stars per week over 410 weeks -1,367 stars, 561 forks, 105 watches -created 2015-04-24, last commit 2023-03-01, main language Java +1,366 stars, 561 forks, 105 watches +created 2015-04-24, last commit 2023-03-04, main language Java cluster-computing, geospatial, java, python, scala, spatial-analysis, spatial-query, spatial-sql -### [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) by [jupyter-widgets](https://github.com/jupyter-widgets) -ipyleaflet: A Jupyter - Leaflet.js bridge -[https://ipyleaflet.readthedocs.io](https://ipyleaflet.readthedocs.io) -[https://github.com/jupyter-widgets/ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) -2.89 stars per week over 460 weeks -1,332 stars, 351 forks, 61 watches -created 2014-05-07, last commit 2023-02-10, main language JavaScript -jupyter, jupyterlab-extension, leaflet, visualization +### [eo-learn](https://github.com/sentinel-hub/eo-learn) by [sentinel-hub](https://github.com/sentinel-hub) +eo-learn: Earth observation processing framework for machine learning in Python +[https://github.com/sentinel-hub/eo-learn](https://github.com/sentinel-hub/eo-learn) +3.92 stars per week over 248 weeks +974 stars, 283 forks, 48 watches +created 2018-05-31, last commit 2023-01-24, main language Python +eo-data, eo-research, machine-learning, python-package -### [osmnx-examples](https://github.com/gboeing/osmnx-examples) by [gboeing](https://github.com/gboeing) -osmnx-examples: Usage examples, demos, and tutorials for OSMnx. -[https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) -[https://github.com/gboeing/osmnx-examples](https://github.com/gboeing/osmnx-examples) -4.18 stars per week over 292 weeks -1,223 stars, 449 forks, 54 watches -created 2017-07-22, last commit 2023-01-01, main language Jupyter Notebook -accessibility, binder, cities, city, jupyter-notebook, network-analysis, notebooks, openstreetmap, public-transport, python, street-networks, transit, transport, transportation, urban-analytics, urban-data-science, urban-design, urban-planning +### [pyproj](https://github.com/pyproj4/pyproj) by [pyproj4](https://github.com/pyproj4) +pyproj: Python interface to PROJ (cartographic projections and coordinate transformations library) +[https://pyproj4.github.io/pyproj](https://pyproj4.github.io/pyproj) +[https://github.com/pyproj4/pyproj](https://github.com/pyproj4/pyproj) +2.01 stars per week over 426 weeks +858 stars, 190 forks, 30 watches +created 2014-12-29, last commit 2023-02-25, main language Python +cartographic-projection, coordinate-systems, coordinate-transformation, geodesic, geospatial, hacktoberfest, python + + +### [aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) by [giswqs](https://github.com/giswqs) +aws-open-data-geo: A list of open geospatial datasets on AWS +[https://github.com/giswqs/aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) +21 stars per week over 11 weeks +235 stars, 6 forks, 9 watches +created 2022-12-18, last commit 2023-03-04, main language Python +aws, environment, geospatial, mapping, open-data, satellite-imagery, sustainability + + +### [rioxarray](https://github.com/corteva/rioxarray) by [corteva](https://github.com/corteva) +rioxarray: geospatial xarray extension powered by rasterio +[https://corteva.github.io/rioxarray](https://corteva.github.io/rioxarray) +[https://github.com/corteva/rioxarray](https://github.com/corteva/rioxarray) +1.84 stars per week over 202 weeks +373 stars, 60 forks, 14 watches +created 2019-04-16, last commit 2023-03-03, main language Python +gdal, geospatial, gis, hacktoberfest, netcdf, python, raster, rasterio, xarray + + +### [movingpandas](https://github.com/anitagraser/movingpandas) by [anitagraser](https://github.com/anitagraser) +movingpandas: Implementation of Trajectory classes and functions built on top of GeoPandas +[http://movingpandas.org](http://movingpandas.org) +[https://github.com/anitagraser/movingpandas](https://github.com/anitagraser/movingpandas) +4.24 stars per week over 220 weeks +932 stars, 170 forks, 37 watches +created 2018-12-16, last commit 2023-02-16, main language Python +geopandas, movement-data, python, spatial-data-analysis, trajectory, trajectory-analysis ### [cartopy](https://github.com/scitools/cartopy) by [scitools](https://github.com/scitools) @@ -182,149 +205,207 @@ Cartopy - a cartographic python library with matplotlib support [https://scitools.org.uk/cartopy/docs/latest](https://scitools.org.uk/cartopy/docs/latest) [https://github.com/scitools/cartopy](https://github.com/scitools/cartopy) 2.15 stars per week over 552 weeks -1,186 stars, 338 forks, 56 watches +1,185 stars, 338 forks, 56 watches created 2012-08-03, last commit 2023-02-28, main language Python cartopy, geometry, maps, matplotlib, projections, python, spatial -### [pysal](https://github.com/pysal/pysal) -PySAL: Python Spatial Analysis Library Meta-Package -[http://pysal.org/pysal](http://pysal.org/pysal) -[https://github.com/pysal/pysal](https://github.com/pysal/pysal) -2.13 stars per week over 523 weeks -1,117 stars, 292 forks, 81 watches -created 2013-02-19, last commit 2023-01-28, main language Jupyter Notebook +### [titiler](https://github.com/developmentseed/titiler) by [developmentseed](https://github.com/developmentseed) +titiler: Build your own Raster dynamic map tile services +[https://developmentseed.org/titiler/](https://developmentseed.org/titiler/) +[https://github.com/developmentseed/titiler](https://github.com/developmentseed/titiler) +2.51 stars per week over 192 weeks +482 stars, 103 forks, 18 watches +created 2019-06-28, last commit 2023-03-01, main language Python +aws-cdk, aws-lambda, cog, cogeotiff, dynamic, fastapi, gdal, map-tile-server, map-tiles, mosaicjson, raster, rasterio, rest, server, stac, tile -### [geoplot](https://github.com/residentmario/geoplot) by [residentmario](https://github.com/residentmario) -geoplot: High-level geospatial data visualization library for Python. -[https://residentmario.github.io/geoplot/index.html](https://residentmario.github.io/geoplot/index.html) -[https://github.com/residentmario/geoplot](https://github.com/residentmario/geoplot) -3.02 stars per week over 348 weeks -1,053 stars, 91 forks, 35 watches -created 2016-06-29, last commit 2022-03-18, main language Python -geopandas, geospatial-data, geospatial-visualization, matplotlib, spatial-analysis +### [sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) by [sentinel-hub](https://github.com/sentinel-hub) +sentinelhub-py: Download and process satellite imagery in Python using Sentinel Hub services. +[http://sentinelhub-py.readthedocs.io/en/latest/](http://sentinelhub-py.readthedocs.io/en/latest/) +[https://github.com/sentinel-hub/sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) +2.24 stars per week over 302 weeks +677 stars, 219 forks, 47 watches +created 2017-05-17, last commit 2023-02-24, main language Python +aws, ogc-services, python-library, satellite-imagery, sentinel-hub + + +### [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) by [jupyter-widgets](https://github.com/jupyter-widgets) +ipyleaflet: A Jupyter - Leaflet.js bridge +[https://ipyleaflet.readthedocs.io](https://ipyleaflet.readthedocs.io) +[https://github.com/jupyter-widgets/ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) +2.89 stars per week over 460 weeks +1,332 stars, 351 forks, 61 watches +created 2014-05-07, last commit 2023-02-10, main language JavaScript +jupyter, jupyterlab-extension, leaflet, visualization ### [Fiona](https://github.com/toblerity/fiona) by [toblerity](https://github.com/toblerity) Fiona reads and writes geographic data files [https://fiona.readthedocs.io/](https://fiona.readthedocs.io/) [https://github.com/toblerity/fiona](https://github.com/toblerity/fiona) -1.76 stars per week over 582 weeks +1.76 stars per week over 583 weeks 1,024 stars, 196 forks, 48 watches created 2011-12-31, last commit 2023-02-26, main language Python cli, cython, gdal, gis, ogr, python, vector -### [pyshp](https://github.com/geospatialpython/pyshp) by [geospatialpython](https://github.com/geospatialpython) -pyshp: This library reads and writes ESRI Shapefiles in pure Python. -[https://github.com/geospatialpython/pyshp](https://github.com/geospatialpython/pyshp) -2.15 stars per week over 469 weeks -1,008 stars, 260 forks, 64 watches -created 2014-03-04, last commit 2023-02-02, main language Python - - -### [eo-learn](https://github.com/sentinel-hub/eo-learn) by [sentinel-hub](https://github.com/sentinel-hub) -eo-learn: Earth observation processing framework for machine learning in Python -[https://github.com/sentinel-hub/eo-learn](https://github.com/sentinel-hub/eo-learn) -3.93 stars per week over 248 weeks -974 stars, 282 forks, 48 watches -created 2018-05-31, last commit 2023-01-24, main language Python -eo-data, eo-research, machine-learning, python-package +### [xarray-spatial](https://github.com/makepath/xarray-spatial) by [makepath](https://github.com/makepath) +xarray-spatial: Raster-based Spatial Analytics for Python +[https://xarray-spatial.org](https://xarray-spatial.org) +[https://github.com/makepath/xarray-spatial](https://github.com/makepath/xarray-spatial) +4.24 stars per week over 160 weeks +679 stars, 76 forks, 24 watches +created 2020-02-08, last commit 2023-03-02, main language Python +datashader, numba, python, raster-analysis, spatial-analysis, xarray -### [movingpandas](https://github.com/anitagraser/movingpandas) by [anitagraser](https://github.com/anitagraser) -movingpandas: Implementation of Trajectory classes and functions built on top of GeoPandas -[http://movingpandas.org](http://movingpandas.org) -[https://github.com/anitagraser/movingpandas](https://github.com/anitagraser/movingpandas) -4.25 stars per week over 219 weeks -933 stars, 170 forks, 37 watches -created 2018-12-16, last commit 2023-02-16, main language Python -geopandas, movement-data, python, spatial-data-analysis, trajectory, trajectory-analysis +### [iris](https://github.com/scitools/iris) by [scitools](https://github.com/scitools) +iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data +[https://scitools-iris.readthedocs.io/en/latest/](https://scitools-iris.readthedocs.io/en/latest/) +[https://github.com/scitools/iris](https://github.com/scitools/iris) +0.97 stars per week over 551 weeks +538 stars, 264 forks, 45 watches +created 2012-08-06, last commit 2023-02-28, main language Python +data-analysis, earth-science, grib, iris, meteorology, netcdf, oceanography, python, spaceweather, visualisation -### [satpy](https://github.com/pytroll/satpy) by [pytroll](https://github.com/pytroll) -satpy: Python package for earth-observing satellite data processing -[http://satpy.readthedocs.org/en/latest/](http://satpy.readthedocs.org/en/latest/) -[https://github.com/pytroll/satpy](https://github.com/pytroll/satpy) -2.43 stars per week over 368 weeks -896 stars, 261 forks, 31 watches -created 2016-02-09, last commit 2023-02-21, main language Python -closember, dask, hacktoberfest, python, satellite, weather, xarray +### [dask-geopandas](https://github.com/geopandas/dask-geopandas) by [geopandas](https://github.com/geopandas) +dask-geopandas: Parallel GeoPandas with Dask +[https://dask-geopandas.readthedocs.io/](https://dask-geopandas.readthedocs.io/) +[https://github.com/geopandas/dask-geopandas](https://github.com/geopandas/dask-geopandas) +2.26 stars per week over 159 weeks +361 stars, 37 forks, 22 watches +created 2020-02-13, last commit 2023-02-27, main language Python -### [pyproj](https://github.com/pyproj4/pyproj) by [pyproj4](https://github.com/pyproj4) -pyproj: Python interface to PROJ (cartographic projections and coordinate transformations library) -[https://pyproj4.github.io/pyproj](https://pyproj4.github.io/pyproj) -[https://github.com/pyproj4/pyproj](https://github.com/pyproj4/pyproj) -2.01 stars per week over 426 weeks -858 stars, 190 forks, 30 watches -created 2014-12-29, last commit 2023-02-25, main language Python -cartographic-projection, coordinate-systems, coordinate-transformation, geodesic, geospatial, hacktoberfest, python +### [CoastSat](https://github.com/kvos/coastsat) by [kvos](https://github.com/kvos) +CoastSat: Global shoreline mapping tool from satellite imagery +[http://coastsat.wrl.unsw.edu.au/](http://coastsat.wrl.unsw.edu.au/) +[https://github.com/kvos/coastsat](https://github.com/kvos/coastsat) +2.18 stars per week over 231 weeks +505 stars, 206 forks, 23 watches +created 2018-09-28, last commit 2023-02-23, main language Jupyter Notebook +coastal-engineering, earth-engine, google-earth-engine, remote-sensing, satellite-images, shoreline-detection -### [sentinelsat](https://github.com/sentinelsat/sentinelsat) -sentinelsat: Search and download Copernicus Sentinel satellite images -[https://sentinelsat.readthedocs.io](https://sentinelsat.readthedocs.io) -[https://github.com/sentinelsat/sentinelsat](https://github.com/sentinelsat/sentinelsat) -2.1 stars per week over 406 weeks -851 stars, 230 forks, 60 watches -created 2015-05-22, last commit 2022-11-03, main language Python -copernicus, esa, geographic-data, hacktoberfest, open-data, remote-sensing, satellite-imagery, sentinel +### [pysal](https://github.com/pysal/pysal) +PySAL: Python Spatial Analysis Library Meta-Package +[http://pysal.org/pysal](http://pysal.org/pysal) +[https://github.com/pysal/pysal](https://github.com/pysal/pysal) +2.13 stars per week over 523 weeks +1,117 stars, 292 forks, 81 watches +created 2013-02-19, last commit 2023-01-28, main language Jupyter Notebook -### [GlobalMLBuildingFootprints](https://github.com/microsoft/globalmlbuildingfootprints) by [microsoft](https://github.com/microsoft) -GlobalMLBuildingFootprints: Worldwide building footprints derived from satellite imagery -[https://github.com/microsoft/globalmlbuildingfootprints](https://github.com/microsoft/globalmlbuildingfootprints) -16 stars per week over 45 weeks -754 stars, 94 forks, 31 watches -created 2022-04-22, last commit 2022-11-16, main language Python +### [earthengine-api](https://github.com/google/earthengine-api) by [google](https://github.com/google) +earthengine-api: Python and JavaScript bindings for calling the Earth Engine API. +[https://github.com/google/earthengine-api](https://github.com/google/earthengine-api) +5.22 stars per week over 410 weeks +2,143 stars, 918 forks, 207 watches +created 2015-04-22, last commit 2023-03-01, main language JavaScript ### [basemap](https://github.com/matplotlib/basemap) by [matplotlib](https://github.com/matplotlib) basemap: Plot on map projections (with coastlines and political boundaries) using matplotlib [https://github.com/matplotlib/basemap](https://github.com/matplotlib/basemap) -1.13 stars per week over 627 weeks +1.13 stars per week over 628 weeks 712 stars, 395 forks, 60 watches created 2011-02-19, last commit 2022-11-29, main language Python gis, maps, plots -### [mordecai](https://github.com/openeventdata/mordecai) by [openeventdata](https://github.com/openeventdata) -mordecai: Full text geoparsing as a Python library -[https://github.com/openeventdata/mordecai](https://github.com/openeventdata/mordecai) -1.99 stars per week over 349 weeks -694 stars, 93 forks, 36 watches -created 2016-06-23, last commit 2021-02-01, main language Python -geocoding, geonames, geoparsing, nlp, spacy, toponym-resolution +### [DeepForest](https://github.com/weecology/deepforest) by [weecology](https://github.com/weecology) +DeepForest: Python Package for Tree Crown Detection in Airborne RGB imagery +[https://deepforest.readthedocs.io/](https://deepforest.readthedocs.io/) +[https://github.com/weecology/deepforest](https://github.com/weecology/deepforest) +1.31 stars per week over 260 weeks +341 stars, 132 forks, 15 watches +created 2018-03-07, last commit 2023-02-22, main language JavaScript -### [landsat-util](https://github.com/developmentseed/landsat-util) by [developmentseed](https://github.com/developmentseed) -landsat-util: A utility to search, download and process Landsat 8 satellite imagery -[https://github.com/developmentseed/landsat-util](https://github.com/developmentseed/landsat-util) -1.53 stars per week over 448 weeks -685 stars, 155 forks, 128 watches -created 2014-08-01, last commit 2018-07-30, main language Python +### [GeoTorchAI](https://github.com/datasystemslab/geotorch) by [datasystemslab](https://github.com/datasystemslab) +GeoTorchAI: A Spatiotemporal Deep Learning Framework (https://dl.acm.org/doi/abs/10.1145/3557915.3561036) +[https://kanchanchy.github.io/geotorchai/](https://kanchanchy.github.io/geotorchai/) +[https://github.com/datasystemslab/geotorch](https://github.com/datasystemslab/geotorch) +7.56 stars per week over 40 weeks +309 stars, 21 forks, 9 watches +created 2022-05-23, last commit 2023-02-05, main language Python +classification-model, convlstm-pytorch, deep-learning, deep-neural-networks, deepsat, prediction-model, raster-data, satellite-classification, satellite-images, segmentation-models, sequence-models, spatial-data-analysis, spatio-temporal-analysis, spatio-temporal-models, spatio-temporal-prediction, st-resnet -### [xarray-spatial](https://github.com/makepath/xarray-spatial) by [makepath](https://github.com/makepath) -xarray-spatial: Raster-based Spatial Analytics for Python -[https://xarray-spatial.org](https://xarray-spatial.org) -[https://github.com/makepath/xarray-spatial](https://github.com/makepath/xarray-spatial) -4.24 stars per week over 159 weeks -677 stars, 76 forks, 24 watches -created 2020-02-08, last commit 2023-03-02, main language Python -datashader, numba, python, raster-analysis, spatial-analysis, xarray +### [earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) by [amazon-science](https://github.com/amazon-science) +earth-forecasting-transformer: Official implementation of Earthformer +[https://github.com/amazon-science/earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) +7.08 stars per week over 24 weeks +176 stars, 30 forks, 10 watches +created 2022-09-12, last commit 2023-02-03, main language Jupyter Notebook -### [sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) by [sentinel-hub](https://github.com/sentinel-hub) -sentinelhub-py: Download and process satellite imagery in Python using Sentinel Hub services. -[http://sentinelhub-py.readthedocs.io/en/latest/](http://sentinelhub-py.readthedocs.io/en/latest/) -[https://github.com/sentinel-hub/sentinelhub-py](https://github.com/sentinel-hub/sentinelhub-py) -2.24 stars per week over 302 weeks -676 stars, 219 forks, 47 watches -created 2017-05-17, last commit 2023-02-24, main language Python -aws, ogc-services, python-library, satellite-imagery, sentinel-hub +### [OWSLib](https://github.com/geopython/owslib) by [geopython](https://github.com/geopython) +OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. +[https://geopython.github.io/OWSLib](https://geopython.github.io/OWSLib) +[https://github.com/geopython/owslib](https://github.com/geopython/owslib) +0.55 stars per week over 581 weeks +322 stars, 262 forks, 30 watches +created 2012-01-13, last commit 2023-02-24, main language Python + + +### [cityscapesScripts](https://github.com/mcordts/cityscapesscripts) by [mcordts](https://github.com/mcordts) +cityscapesScripts: README and scripts for the Cityscapes Dataset +[https://github.com/mcordts/cityscapesscripts](https://github.com/mcordts/cityscapesscripts) +5.1 stars per week over 367 weeks +1,874 stars, 578 forks, 45 watches +created 2016-02-20, last commit 2022-10-22, main language Python + + +### [spopt](https://github.com/pysal/spopt) by [pysal](https://github.com/pysal) +spopt: Spatial Optimization +[https://pysal.org/spopt/](https://pysal.org/spopt/) +[https://github.com/pysal/spopt](https://github.com/pysal/spopt) +0.89 stars per week over 209 weeks +187 stars, 34 forks, 13 watches +created 2019-03-01, last commit 2023-03-02, main language Python +facility-location, location-allocation, location-modeling, python, regionalization, resource-planning, routing, spatial-analysis, spatial-optimization, transportation + + +### [sentinelsat](https://github.com/sentinelsat/sentinelsat) +sentinelsat: Search and download Copernicus Sentinel satellite images +[https://sentinelsat.readthedocs.io](https://sentinelsat.readthedocs.io) +[https://github.com/sentinelsat/sentinelsat](https://github.com/sentinelsat/sentinelsat) +2.09 stars per week over 406 weeks +850 stars, 230 forks, 60 watches +created 2015-05-22, last commit 2022-11-03, main language Python +copernicus, esa, geographic-data, hacktoberfest, open-data, remote-sensing, satellite-imagery, sentinel + + +### [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) by [developmentseed](https://github.com/developmentseed) +geojson-pydantic: Pydantic data models for the GeoJSON spec +[https://github.com/developmentseed/geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) +0.87 stars per week over 145 weeks +126 stars, 28 forks, 11 watches +created 2020-05-21, last commit 2023-03-01, main language Python +geojson, geojson-spec, pydantic + + +### [earthpy](https://github.com/earthlab/earthpy) by [earthlab](https://github.com/earthlab) +earthpy: A package built to support working with spatial data using open source python +[https://earthpy.readthedocs.io](https://earthpy.readthedocs.io) +[https://github.com/earthlab/earthpy](https://github.com/earthlab/earthpy) +1.61 stars per week over 262 weeks +422 stars, 151 forks, 21 watches +created 2018-02-20, last commit 2021-12-20, main language Python +education, python, raster, spatial-data, vector + + +### [rio-tiler](https://github.com/cogeotiff/rio-tiler) by [cogeotiff](https://github.com/cogeotiff) +rio-tiler: User friendly Rasterio plugin to read raster datasets. +[https://cogeotiff.github.io/rio-tiler/](https://cogeotiff.github.io/rio-tiler/) +[https://github.com/cogeotiff/rio-tiler](https://github.com/cogeotiff/rio-tiler) +1.35 stars per week over 282 weeks +382 stars, 86 forks, 66 watches +created 2017-10-06, last commit 2023-02-28, main language Python +cog, cogeotiff, gdal, maptile, mercator, raster, raster-processing, rasterio, satellite, slippy-map, tile ### [h3-py](https://github.com/uber/h3-py) by [uber](https://github.com/uber) @@ -337,75 +418,133 @@ created 2018-06-12, last commit 2022-11-24, main language Python geocoding, geospatial, gis, h3, hexagonal-architecture, python, uber +### [python-rasterstats](https://github.com/perrygeo/python-rasterstats) by [perrygeo](https://github.com/perrygeo) +python-rasterstats: Summary statistics of geospatial raster datasets based on vector geometries. +[https://github.com/perrygeo/python-rasterstats](https://github.com/perrygeo/python-rasterstats) +0.91 stars per week over 493 weeks +447 stars, 108 forks, 33 watches +created 2013-09-18, last commit 2023-03-01, main language Python + + ### [scikit-mobility](https://github.com/scikit-mobility/scikit-mobility) scikit-mobility: mobility analysis in Python [https://scikit-mobility.github.io/scikit-mobility/](https://scikit-mobility.github.io/scikit-mobility/) [https://github.com/scikit-mobility/scikit-mobility](https://github.com/scikit-mobility/scikit-mobility) -2.98 stars per week over 200 weeks +2.97 stars per week over 200 weeks 597 stars, 139 forks, 28 watches created 2019-04-30, last commit 2023-01-20, main language Python complex-systems, data-analysis, data-science, human-mobility, mobility-analysis, mobility-flows, network-science, risk-assessment, scikit-mobility, statistics, synthetic-flows -### [grass](https://github.com/osgeo/grass) by [osgeo](https://github.com/osgeo) -GRASS GIS - free and open source Geographic Information System (GIS) -[https://grass.osgeo.org](https://grass.osgeo.org) -[https://github.com/osgeo/grass](https://github.com/osgeo/grass) -3.02 stars per week over 198 weeks -597 stars, 223 forks, 43 watches -created 2019-05-17, last commit 2023-03-02, main language C -earth-observation, geospatial, geospatial-analysis, gis, grass-gis, hacktoberfest, open-science, osgeo, raster, remote-sensing, science, spatial, timeseries-analysis, vector +### [rio-cogeo](https://github.com/cogeotiff/rio-cogeo) by [cogeotiff](https://github.com/cogeotiff) +rio-cogeo: Cloud Optimized GeoTIFF creation and validation plugin for rasterio +[https://cogeotiff.github.io/rio-cogeo/](https://cogeotiff.github.io/rio-cogeo/) +[https://github.com/cogeotiff/rio-cogeo](https://github.com/cogeotiff/rio-cogeo) +0.84 stars per week over 260 weeks +219 stars, 30 forks, 44 watches +created 2018-03-09, last commit 2022-10-26, main language Python +cog, cogeotiff, geotiff, rasterio, satellite -### [iris](https://github.com/scitools/iris) by [scitools](https://github.com/scitools) -iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data -[https://scitools-iris.readthedocs.io/en/latest/](https://scitools-iris.readthedocs.io/en/latest/) -[https://github.com/scitools/iris](https://github.com/scitools/iris) -0.98 stars per week over 551 weeks -538 stars, 264 forks, 45 watches -created 2012-08-06, last commit 2023-02-28, main language Python -data-analysis, earth-science, grib, iris, meteorology, netcdf, oceanography, python, spaceweather, visualisation +### [pyshp](https://github.com/geospatialpython/pyshp) by [geospatialpython](https://github.com/geospatialpython) +pyshp: This library reads and writes ESRI Shapefiles in pure Python. +[https://github.com/geospatialpython/pyshp](https://github.com/geospatialpython/pyshp) +2.15 stars per week over 469 weeks +1,008 stars, 260 forks, 64 watches +created 2014-03-04, last commit 2023-02-02, main language Python -### [rtree](https://github.com/toblerity/rtree) by [toblerity](https://github.com/toblerity) -Rtree: spatial index for Python GIS ¶ -[https://rtree.readthedocs.io/en/latest/](https://rtree.readthedocs.io/en/latest/) -[https://github.com/toblerity/rtree](https://github.com/toblerity/rtree) -0.86 stars per week over 610 weeks -527 stars, 123 forks, 30 watches -created 2011-06-19, last commit 2023-01-23, main language Python +### [GlobalMLBuildingFootprints](https://github.com/microsoft/globalmlbuildingfootprints) by [microsoft](https://github.com/microsoft) +GlobalMLBuildingFootprints: Worldwide building footprints derived from satellite imagery +[https://github.com/microsoft/globalmlbuildingfootprints](https://github.com/microsoft/globalmlbuildingfootprints) +16 stars per week over 45 weeks +754 stars, 94 forks, 31 watches +created 2022-04-22, last commit 2022-11-16, main language Python -### [CoastSat](https://github.com/kvos/coastsat) by [kvos](https://github.com/kvos) -CoastSat: Global shoreline mapping tool from satellite imagery -[http://coastsat.wrl.unsw.edu.au/](http://coastsat.wrl.unsw.edu.au/) -[https://github.com/kvos/coastsat](https://github.com/kvos/coastsat) -2.19 stars per week over 231 weeks -505 stars, 206 forks, 23 watches -created 2018-09-28, last commit 2023-02-23, main language Jupyter Notebook -coastal-engineering, earth-engine, google-earth-engine, remote-sensing, satellite-images, shoreline-detection +### [momepy](https://github.com/pysal/momepy) by [pysal](https://github.com/pysal) +momepy: Urban Morphology Measuring Toolkit +[https://docs.momepy.org](https://docs.momepy.org) +[https://github.com/pysal/momepy](https://github.com/pysal/momepy) +1.41 stars per week over 257 weeks +364 stars, 48 forks, 16 watches +created 2018-03-30, last commit 2023-02-28, main language Python +morphological-analysis, morphology, morphometrics, urban, urban-morphometrics, urban-street-networks -### [titiler](https://github.com/developmentseed/titiler) by [developmentseed](https://github.com/developmentseed) -titiler: Build your own Raster dynamic map tile services -[https://developmentseed.org/titiler/](https://developmentseed.org/titiler/) -[https://github.com/developmentseed/titiler](https://github.com/developmentseed/titiler) -2.51 stars per week over 192 weeks -481 stars, 103 forks, 18 watches -created 2019-06-28, last commit 2023-03-01, main language Python -aws-cdk, aws-lambda, cog, cogeotiff, dynamic, fastapi, gdal, map-tile-server, map-tiles, mosaicjson, raster, rasterio, rest, server, stac, tile +### [felicette](https://github.com/plant99/felicette) by [plant99](https://github.com/plant99) +felicette: Satellite imagery for dummies. +[https://github.com/plant99/felicette](https://github.com/plant99/felicette) +13 stars per week over 138 weeks +1,796 stars, 85 forks, 39 watches +created 2020-07-12, last commit 2021-09-08, main language Python +earth-observation, earth-science, geoinformatics, geospatial, geospatial-data, geospatial-visualization, gis, python, python3, satellite-data, satellite-imagery, satellite-images + + +### [cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) by [cgal](https://github.com/cgal) +cgal-swig-bindings: CGAL bindings using SWIG +[https://github.com/cgal/cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) +0.64 stars per week over 416 weeks +266 stars, 80 forks, 26 watches +created 2015-03-14, last commit 2023-03-01, main language C++ + + +### [pygeos](https://github.com/pygeos/pygeos) +pygeos: Wraps GEOS geometry functions in numpy ufuncs. +[https://pygeos.readthedocs.io](https://pygeos.readthedocs.io) +[https://github.com/pygeos/pygeos](https://github.com/pygeos/pygeos) +1.85 stars per week over 194 weeks +361 stars, 40 forks, 15 watches +created 2019-06-10, last commit 2022-12-14, main language Python + + +### [pyogrio](https://github.com/geopandas/pyogrio) by [geopandas](https://github.com/geopandas) +pyogrio: Vectorized vector I/O using OGR +[https://pyogrio.readthedocs.io](https://pyogrio.readthedocs.io) +[https://github.com/geopandas/pyogrio](https://github.com/geopandas/pyogrio) +0.91 stars per week over 153 weeks +139 stars, 10 forks, 9 watches +created 2020-03-27, last commit 2023-02-08, main language Python + + +### [geosnap](https://github.com/spatialucr/geosnap) by [spatialucr](https://github.com/spatialucr) +geosnap: The Geospatial Neighborhood Analysis Package +[https://spatialucr.github.io/geosnap-guide](https://spatialucr.github.io/geosnap-guide) +[https://github.com/spatialucr/geosnap](https://github.com/spatialucr/geosnap) +0.78 stars per week over 232 weeks +181 stars, 28 forks, 17 watches +created 2018-09-19, last commit 2023-01-25, main language Python ### [verde](https://github.com/fatiando/verde) by [fatiando](https://github.com/fatiando) verde: Processing and interpolating spatial data with a twist of machine learning [https://www.fatiando.org/verde](https://www.fatiando.org/verde) [https://github.com/fatiando/verde](https://github.com/fatiando/verde) -1.88 stars per week over 253 weeks -475 stars, 59 forks, 21 watches +1.87 stars per week over 253 weeks +474 stars, 59 forks, 21 watches created 2018-04-25, last commit 2022-12-09, main language Python earth-science, fatiando-a-terra, geophysics, geoscience, geospatial, interpolation, python, python3, scipy, scipy-stack +### [osmnx-examples](https://github.com/gboeing/osmnx-examples) by [gboeing](https://github.com/gboeing) +osmnx-examples: Usage examples, demos, and tutorials for OSMnx. +[https://github.com/gboeing/osmnx](https://github.com/gboeing/osmnx) +[https://github.com/gboeing/osmnx-examples](https://github.com/gboeing/osmnx-examples) +4.18 stars per week over 293 weeks +1,224 stars, 449 forks, 54 watches +created 2017-07-22, last commit 2023-01-01, main language Jupyter Notebook +accessibility, binder, cities, city, jupyter-notebook, network-analysis, notebooks, openstreetmap, public-transport, python, street-networks, transit, transport, transportation, urban-analytics, urban-data-science, urban-design, urban-planning + + +### [rtree](https://github.com/toblerity/rtree) by [toblerity](https://github.com/toblerity) +Rtree: spatial index for Python GIS ¶ +[https://rtree.readthedocs.io/en/latest/](https://rtree.readthedocs.io/en/latest/) +[https://github.com/toblerity/rtree](https://github.com/toblerity/rtree) +0.86 stars per week over 611 weeks +527 stars, 123 forks, 30 watches +created 2011-06-19, last commit 2023-01-23, main language Python + + ### [geoviews](https://github.com/holoviz/geoviews) by [holoviz](https://github.com/holoviz) geoviews: Simple, concise geographical visualization in Python [http://geoviews.org](http://geoviews.org) @@ -416,32 +555,23 @@ created 2016-04-19, last commit 2023-01-17, main language Python cartopy, geographic-visualizations, geoviews, holoviews, holoviz, plotting -### [python-rasterstats](https://github.com/perrygeo/python-rasterstats) by [perrygeo](https://github.com/perrygeo) -python-rasterstats: Summary statistics of geospatial raster datasets based on vector geometries. -[https://github.com/perrygeo/python-rasterstats](https://github.com/perrygeo/python-rasterstats) -0.9 stars per week over 493 weeks -446 stars, 108 forks, 33 watches -created 2013-09-18, last commit 2023-03-01, main language Python - - -### [label-maker](https://github.com/developmentseed/label-maker) by [developmentseed](https://github.com/developmentseed) -label-maker: Data Preparation for Satellite Machine Learning -[http://devseed.com/label-maker/](http://devseed.com/label-maker/) -[https://github.com/developmentseed/label-maker](https://github.com/developmentseed/label-maker) -1.65 stars per week over 268 weeks -443 stars, 112 forks, 53 watches -created 2018-01-10, last commit 2020-11-19, main language Python -computer-vision, data-preparation, deep-learning, keras, remote-sensing, satellite-imagery +### [deepparse](https://github.com/graal-research/deepparse) by [graal-research](https://github.com/graal-research) +Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning +[https://deepparse.org/](https://deepparse.org/) +[https://github.com/graal-research/deepparse](https://github.com/graal-research/deepparse) +1.48 stars per week over 139 weeks +207 stars, 24 forks, 4 watches +created 2020-07-01, last commit 2023-02-23, main language Python +addresses-parsing, machine-learning, python -### [earthpy](https://github.com/earthlab/earthpy) by [earthlab](https://github.com/earthlab) -earthpy: A package built to support working with spatial data using open source python -[https://earthpy.readthedocs.io](https://earthpy.readthedocs.io) -[https://github.com/earthlab/earthpy](https://github.com/earthlab/earthpy) -1.6 stars per week over 262 weeks -421 stars, 151 forks, 21 watches -created 2018-02-20, last commit 2021-12-20, main language Python -education, python, raster, spatial-data, vector +### [cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) by [developmentseed](https://github.com/developmentseed) +cogeo-mosaic: Create and use COG mosaic based on mosaicJSON +[https://developmentseed.org/cogeo-mosaic/](https://developmentseed.org/cogeo-mosaic/) +[https://github.com/developmentseed/cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) +0.39 stars per week over 198 weeks +78 stars, 21 forks, 8 watches +created 2019-05-14, last commit 2023-03-03, main language Python ### [contextily](https://github.com/geopandas/contextily) by [geopandas](https://github.com/geopandas) @@ -454,248 +584,138 @@ created 2016-09-08, last commit 2023-02-06, main language Jupyter Notebook cartography, geography, mapping, matplotlib, openstreetmap, osm, python, stamen, stamen-maps, tile, tiles, webtiles -### [rio-tiler](https://github.com/cogeotiff/rio-tiler) by [cogeotiff](https://github.com/cogeotiff) -rio-tiler: User friendly Rasterio plugin to read raster datasets. -[https://cogeotiff.github.io/rio-tiler/](https://cogeotiff.github.io/rio-tiler/) -[https://github.com/cogeotiff/rio-tiler](https://github.com/cogeotiff/rio-tiler) -1.35 stars per week over 282 weeks -382 stars, 86 forks, 66 watches -created 2017-10-06, last commit 2023-02-28, main language Python -cog, cogeotiff, gdal, maptile, mercator, raster, raster-processing, rasterio, satellite, slippy-map, tile +### [spherely](https://github.com/benbovy/spherely) by [benbovy](https://github.com/benbovy) +spherely: Manipulation and analysis of geometric objects on the sphere. +[https://spherely.readthedocs.io/](https://spherely.readthedocs.io/) +[https://github.com/benbovy/spherely](https://github.com/benbovy/spherely) +5.68 stars per week over 14 weeks +82 stars, 2 forks, 4 watches +created 2022-11-24, last commit 2023-01-12, main language C++ -### [rioxarray](https://github.com/corteva/rioxarray) by [corteva](https://github.com/corteva) -rioxarray: geospatial xarray extension powered by rasterio -[https://corteva.github.io/rioxarray](https://corteva.github.io/rioxarray) -[https://github.com/corteva/rioxarray](https://github.com/corteva/rioxarray) -1.85 stars per week over 202 weeks -374 stars, 60 forks, 14 watches -created 2019-04-16, last commit 2023-02-22, main language Python -gdal, geospatial, gis, hacktoberfest, netcdf, python, raster, rasterio, xarray +### [xyzservices](https://github.com/geopandas/xyzservices) by [geopandas](https://github.com/geopandas) +xyzservices: Source of XYZ tiles providers +[https://xyzservices.readthedocs.io/](https://xyzservices.readthedocs.io/) +[https://github.com/geopandas/xyzservices](https://github.com/geopandas/xyzservices) +0.93 stars per week over 93 weeks +87 stars, 19 forks, 11 watches +created 2021-05-21, last commit 2023-03-01, main language Python -### [momepy](https://github.com/pysal/momepy) by [pysal](https://github.com/pysal) -momepy: Urban Morphology Measuring Toolkit -[https://docs.momepy.org](https://docs.momepy.org) -[https://github.com/pysal/momepy](https://github.com/pysal/momepy) -1.42 stars per week over 257 weeks -364 stars, 49 forks, 16 watches -created 2018-03-30, last commit 2023-02-28, main language Python -morphological-analysis, morphology, morphometrics, urban, urban-morphometrics, urban-street-networks +### [mordecai](https://github.com/openeventdata/mordecai) by [openeventdata](https://github.com/openeventdata) +mordecai: Full text geoparsing as a Python library +[https://github.com/openeventdata/mordecai](https://github.com/openeventdata/mordecai) +1.99 stars per week over 349 weeks +694 stars, 93 forks, 36 watches +created 2016-06-23, last commit 2021-02-01, main language Python +geocoding, geonames, geoparsing, nlp, spacy, toponym-resolution -### [pygeos](https://github.com/pygeos/pygeos) -pygeos: Wraps GEOS geometry functions in numpy ufuncs. -[https://pygeos.readthedocs.io](https://pygeos.readthedocs.io) -[https://github.com/pygeos/pygeos](https://github.com/pygeos/pygeos) -1.86 stars per week over 194 weeks -361 stars, 40 forks, 16 watches -created 2019-06-10, last commit 2022-12-14, main language Python +### [radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) by [radiantearth](https://github.com/radiantearth) +radiant-mlhub: A Python client for the Radiant MLHub API (https://mlhub.earth). +[https://radiant-mlhub.readthedocs.io/](https://radiant-mlhub.readthedocs.io/) +[https://github.com/radiantearth/radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) +0.37 stars per week over 124 weeks +46 stars, 10 forks, 5 watches +created 2020-10-13, last commit 2023-02-13, main language Python +machine-learning, python, python-3, python-client, satellite-imagery, stac -### [dask-geopandas](https://github.com/geopandas/dask-geopandas) by [geopandas](https://github.com/geopandas) -dask-geopandas: Parallel GeoPandas with Dask -[https://dask-geopandas.readthedocs.io/](https://dask-geopandas.readthedocs.io/) -[https://github.com/geopandas/dask-geopandas](https://github.com/geopandas/dask-geopandas) -2.27 stars per week over 159 weeks -361 stars, 37 forks, 23 watches -created 2020-02-13, last commit 2023-02-27, main language Python +### [pyesridump](https://github.com/openaddresses/pyesridump) by [openaddresses](https://github.com/openaddresses) +pyesridump: Scrapes an ESRI MapServer REST endpoint to spit out more generally-usable geodata. +[https://github.com/openaddresses/pyesridump](https://github.com/openaddresses/pyesridump) +0.54 stars per week over 482 weeks +260 stars, 60 forks, 16 watches +created 2013-12-06, last commit 2023-02-01, main language Python ### [scikit-geometry](https://github.com/scikit-geometry/scikit-geometry) scikit-geometry: Scientific Python Geometric Algorithms Library [https://scikit-geometry.github.io/scikit-geometry](https://scikit-geometry.github.io/scikit-geometry) [https://github.com/scikit-geometry/scikit-geometry](https://github.com/scikit-geometry/scikit-geometry) -1.0 stars per week over 361 weeks +0.99 stars per week over 361 weeks 360 stars, 50 forks, 14 watches created 2016-03-28, last commit 2022-10-14, main language Jupyter Notebook cgal, geometric-algorithms, geometry, python, wrapper -### [mercantile](https://github.com/mapbox/mercantile) by [mapbox](https://github.com/mapbox) -mercantile: Spherical mercator tile and coordinate utilities -[https://github.com/mapbox/mercantile](https://github.com/mapbox/mercantile) -0.74 stars per week over 472 weeks -348 stars, 61 forks, 117 watches -created 2014-02-12, last commit 2021-10-22, main language Python -imagery, pxm, satellite - - -### [DeepForest](https://github.com/weecology/deepforest) by [weecology](https://github.com/weecology) -DeepForest: Python Package for Tree Crown Detection in Airborne RGB imagery -[https://deepforest.readthedocs.io/](https://deepforest.readthedocs.io/) -[https://github.com/weecology/deepforest](https://github.com/weecology/deepforest) -1.31 stars per week over 260 weeks -340 stars, 132 forks, 15 watches -created 2018-03-07, last commit 2023-02-22, main language JavaScript - - -### [OWSLib](https://github.com/geopython/owslib) by [geopython](https://github.com/geopython) -OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. -[https://geopython.github.io/OWSLib](https://geopython.github.io/OWSLib) -[https://github.com/geopython/owslib](https://github.com/geopython/owslib) -0.55 stars per week over 581 weeks -322 stars, 261 forks, 30 watches -created 2012-01-13, last commit 2023-02-24, main language Python - - -### [GeoTorchAI](https://github.com/datasystemslab/geotorch) by [datasystemslab](https://github.com/datasystemslab) -GeoTorchAI: A Spatiotemporal Deep Learning Framework (https://dl.acm.org/doi/abs/10.1145/3557915.3561036) -[https://kanchanchy.github.io/geotorchai/](https://kanchanchy.github.io/geotorchai/) -[https://github.com/datasystemslab/geotorch](https://github.com/datasystemslab/geotorch) -7.64 stars per week over 40 weeks -310 stars, 21 forks, 9 watches -created 2022-05-23, last commit 2023-02-05, main language Python -classification-model, convlstm-pytorch, deep-learning, deep-neural-networks, deepsat, prediction-model, raster-data, satellite-classification, satellite-images, segmentation-models, sequence-models, spatial-data-analysis, spatio-temporal-analysis, spatio-temporal-models, spatio-temporal-prediction, st-resnet - - -### [geolambda](https://github.com/developmentseed/geolambda) by [developmentseed](https://github.com/developmentseed) -geolambda: Create and deploy Geospatial AWS Lambda functions -[https://github.com/developmentseed/geolambda](https://github.com/developmentseed/geolambda) -0.93 stars per week over 304 weeks -282 stars, 85 forks, 50 watches -created 2017-05-02, last commit 2021-02-16, main language Dockerfile - - -### [cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) by [cgal](https://github.com/cgal) -cgal-swig-bindings: CGAL bindings using SWIG -[https://github.com/cgal/cgal-swig-bindings](https://github.com/cgal/cgal-swig-bindings) -0.64 stars per week over 415 weeks -266 stars, 80 forks, 26 watches -created 2015-03-14, last commit 2023-03-01, main language C++ - - -### [pyesridump](https://github.com/openaddresses/pyesridump) by [openaddresses](https://github.com/openaddresses) -pyesridump: Scrapes an ESRI MapServer REST endpoint to spit out more generally-usable geodata. -[https://github.com/openaddresses/pyesridump](https://github.com/openaddresses/pyesridump) -0.54 stars per week over 482 weeks -258 stars, 60 forks, 16 watches -created 2013-12-06, last commit 2023-02-01, main language Python - - -### [aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) by [giswqs](https://github.com/giswqs) -aws-open-data-geo: A list of open geospatial datasets on AWS -[https://github.com/giswqs/aws-open-data-geo](https://github.com/giswqs/aws-open-data-geo) -21 stars per week over 10 weeks -235 stars, 6 forks, 9 watches -created 2022-12-18, last commit 2023-03-02, main language Python -aws, environment, geospatial, mapping, open-data, satellite-imagery, sustainability - - -### [rio-cogeo](https://github.com/cogeotiff/rio-cogeo) by [cogeotiff](https://github.com/cogeotiff) -rio-cogeo: Cloud Optimized GeoTIFF creation and validation plugin for rasterio -[https://cogeotiff.github.io/rio-cogeo/](https://cogeotiff.github.io/rio-cogeo/) -[https://github.com/cogeotiff/rio-cogeo](https://github.com/cogeotiff/rio-cogeo) -0.84 stars per week over 260 weeks -218 stars, 30 forks, 44 watches -created 2018-03-09, last commit 2022-10-26, main language Python -cog, cogeotiff, geotiff, rasterio, satellite - - -### [Polygonization-by-Frame-Field-Learning](https://github.com/lydorn/polygonization-by-frame-field-learning) by [lydorn](https://github.com/lydorn) -Polygonization-by-Frame-Field-Learning: This repository contains the code for our fast polygonal building extraction from overhead images pipeline. -[https://github.com/lydorn/polygonization-by-frame-field-learning](https://github.com/lydorn/polygonization-by-frame-field-learning) -1.49 stars per week over 144 weeks -215 stars, 54 forks, 11 watches -created 2020-05-26, last commit 2022-12-09, main language Python -field, frame, polygonization, remote, segmentation, sensing - - -### [deepparse](https://github.com/graal-research/deepparse) by [graal-research](https://github.com/graal-research) -Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning -[https://deepparse.org/](https://deepparse.org/) -[https://github.com/graal-research/deepparse](https://github.com/graal-research/deepparse) -1.49 stars per week over 139 weeks -207 stars, 24 forks, 4 watches -created 2020-07-01, last commit 2023-02-23, main language Python -addresses-parsing, machine-learning, python - - -### [richdem](https://github.com/r-barnes/richdem) by [r-barnes](https://github.com/r-barnes) -richdem: High-performance Terrain and Hydrology Analysis -[https://github.com/r-barnes/richdem](https://github.com/r-barnes/richdem) -0.38 stars per week over 529 weeks -201 stars, 59 forks, 14 watches -created 2013-01-06, last commit 2022-11-18, main language C++ -big-data, digital-elevation-model, geosciences, geospatial, hydrologic-modeling, hydrology - - -### [peartree](https://github.com/kuanb/peartree) by [kuanb](https://github.com/kuanb) -peartree: A library for converting transit data into a directed graph for sketch network analysis. -[https://github.com/kuanb/peartree](https://github.com/kuanb/peartree) -0.69 stars per week over 276 weeks -192 stars, 17 forks, 13 watches -created 2017-11-12, last commit 2021-01-18, main language Python -gis, graphs, gtfs, modeling, network-analysis, spatial-analysis, transit - +### [label-maker](https://github.com/developmentseed/label-maker) by [developmentseed](https://github.com/developmentseed) +label-maker: Data Preparation for Satellite Machine Learning +[http://devseed.com/label-maker/](http://devseed.com/label-maker/) +[https://github.com/developmentseed/label-maker](https://github.com/developmentseed/label-maker) +1.65 stars per week over 268 weeks +443 stars, 112 forks, 53 watches +created 2018-01-10, last commit 2020-11-19, main language Python +computer-vision, data-preparation, deep-learning, keras, remote-sensing, satellite-imagery -### [spopt](https://github.com/pysal/spopt) by [pysal](https://github.com/pysal) -spopt: Spatial Optimization -[https://pysal.org/spopt/](https://pysal.org/spopt/) -[https://github.com/pysal/spopt](https://github.com/pysal/spopt) -0.89 stars per week over 209 weeks -187 stars, 34 forks, 13 watches -created 2019-03-01, last commit 2023-03-02, main language Python -facility-location, location-allocation, location-modeling, python, regionalization, resource-planning, routing, spatial-analysis, spatial-optimization, transportation +### [landsat-util](https://github.com/developmentseed/landsat-util) by [developmentseed](https://github.com/developmentseed) +landsat-util: A utility to search, download and process Landsat 8 satellite imagery +[https://github.com/developmentseed/landsat-util](https://github.com/developmentseed/landsat-util) +1.53 stars per week over 448 weeks +685 stars, 155 forks, 128 watches +created 2014-08-01, last commit 2018-07-30, main language Python -### [geosnap](https://github.com/spatialucr/geosnap) by [spatialucr](https://github.com/spatialucr) -geosnap: The Geospatial Neighborhood Analysis Package -[https://spatialucr.github.io/geosnap-guide](https://spatialucr.github.io/geosnap-guide) -[https://github.com/spatialucr/geosnap](https://github.com/spatialucr/geosnap) -0.78 stars per week over 232 weeks -181 stars, 28 forks, 17 watches -created 2018-09-19, last commit 2023-01-25, main language Python + +### [geoplot](https://github.com/residentmario/geoplot) by [residentmario](https://github.com/residentmario) +geoplot: High-level geospatial data visualization library for Python. +[https://residentmario.github.io/geoplot/index.html](https://residentmario.github.io/geoplot/index.html) +[https://github.com/residentmario/geoplot](https://github.com/residentmario/geoplot) +3.02 stars per week over 348 weeks +1,054 stars, 91 forks, 35 watches +created 2016-06-29, last commit 2022-03-18, main language Python +geopandas, geospatial-data, geospatial-visualization, matplotlib, spatial-analysis -### [boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) by [bowenc0221](https://github.com/bowenc0221) -boundary-iou-api: Boundary IoU API (Beta version) -[https://github.com/bowenc0221/boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) -1.78 stars per week over 100 weeks -179 stars, 19 forks, 8 watches -created 2021-03-29, last commit 2021-04-05, main language Python +### [mercantile](https://github.com/mapbox/mercantile) by [mapbox](https://github.com/mapbox) +mercantile: Spherical mercator tile and coordinate utilities +[https://github.com/mapbox/mercantile](https://github.com/mapbox/mercantile) +0.74 stars per week over 472 weeks +349 stars, 61 forks, 117 watches +created 2014-02-12, last commit 2021-10-22, main language Python +imagery, pxm, satellite -### [address-net](https://github.com/jasonrig/address-net) by [jasonrig](https://github.com/jasonrig) -address-net: A package to structure Australian addresses -[https://github.com/jasonrig/address-net](https://github.com/jasonrig/address-net) -0.8 stars per week over 221 weeks -176 stars, 72 forks, 13 watches -created 2018-12-05, last commit 2020-09-09, main language Python -address-parser, deep-learning, machine-learning, rnn +### [dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) by [googlecloudplatform](https://github.com/googlecloudplatform) +googlecloudplatform/dataflow-geobeam +[https://github.com/googlecloudplatform/dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) +0.62 stars per week over 108 weeks +67 stars, 25 forks, 10 watches +created 2021-02-04, last commit 2022-11-29, main language Python -### [earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) by [amazon-science](https://github.com/amazon-science) -earth-forecasting-transformer: Official implementation of Earthformer -[https://github.com/amazon-science/earth-forecasting-transformer](https://github.com/amazon-science/earth-forecasting-transformer) -7.12 stars per week over 24 weeks -175 stars, 29 forks, 10 watches -created 2022-09-12, last commit 2023-02-03, main language Jupyter Notebook +### [gds_env](https://github.com/darribas/gds_env) by [darribas](https://github.com/darribas) +gds_env: A containerised platform for Geographic Data Science +[https://darribas.org/gds_env](https://darribas.org/gds_env) +[https://github.com/darribas/gds_env](https://github.com/darribas/gds_env) +0.27 stars per week over 342 weeks +93 stars, 36 forks, 9 watches +created 2016-08-12, last commit 2022-12-09, main language Jupyter Notebook +docker, geographic-data-science, jupyter-lab, latex, python, r -### [pyogrio](https://github.com/geopandas/pyogrio) by [geopandas](https://github.com/geopandas) -pyogrio: Vectorized vector I/O using OGR -[https://pyogrio.readthedocs.io](https://pyogrio.readthedocs.io) -[https://github.com/geopandas/pyogrio](https://github.com/geopandas/pyogrio) -0.91 stars per week over 153 weeks -139 stars, 10 forks, 9 watches -created 2020-03-27, last commit 2023-02-08, main language Python +### [PolyWorldPretrainedNetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) by [zorzi-s](https://github.com/zorzi-s) +PolyWorldPretrainedNetwork: PolyWorld: Polygonal Building Extraction with Graph Neural Networks in Satellite Images +[https://github.com/zorzi-s/polyworldpretrainednetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) +2.02 stars per week over 49 weeks +100 stars, 15 forks, 7 watches +created 2022-03-23, last commit 2022-11-10, main language Python -### [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) by [developmentseed](https://github.com/developmentseed) -geojson-pydantic: Pydantic data models for the GeoJSON spec -[https://github.com/developmentseed/geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) -0.86 stars per week over 145 weeks -125 stars, 28 forks, 11 watches -created 2020-05-21, last commit 2023-03-01, main language Python -geojson, geojson-spec, pydantic +### [richdem](https://github.com/r-barnes/richdem) by [r-barnes](https://github.com/r-barnes) +richdem: High-performance Terrain and Hydrology Analysis +[https://github.com/r-barnes/richdem](https://github.com/r-barnes/richdem) +0.38 stars per week over 530 weeks +201 stars, 59 forks, 14 watches +created 2013-01-06, last commit 2022-11-18, main language C++ +big-data, digital-elevation-model, geosciences, geospatial, hydrologic-modeling, hydrology ### [raster4ml](https://github.com/remotesensinglab/raster4ml) by [remotesensinglab](https://github.com/remotesensinglab) raster4ml: A geospatial raster processing library for machine learning [https://raster4ml.readthedocs.io](https://raster4ml.readthedocs.io) [https://github.com/remotesensinglab/raster4ml](https://github.com/remotesensinglab/raster4ml) -3.16 stars per week over 33 weeks +3.13 stars per week over 33 weeks 106 stars, 12 forks, 4 watches created 2022-07-11, last commit 2022-11-01, main language Python agriculture-research, data-science, geospatial-data, machine-learning, python, remote-sensing, vegetation, vegetation-index @@ -709,12 +729,12 @@ LOD2BuildingModel: SAT2LoD2: Automated LoD-2 Model Reconstruction from Satellite created 2021-08-30, last commit 2022-07-21, main language Python -### [PolyWorldPretrainedNetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) by [zorzi-s](https://github.com/zorzi-s) -PolyWorldPretrainedNetwork: PolyWorld: Polygonal Building Extraction with Graph Neural Networks in Satellite Images -[https://github.com/zorzi-s/polyworldpretrainednetwork](https://github.com/zorzi-s/polyworldpretrainednetwork) -2.01 stars per week over 49 weeks -99 stars, 15 forks, 7 watches -created 2022-03-23, last commit 2022-11-10, main language Python +### [geolambda](https://github.com/developmentseed/geolambda) by [developmentseed](https://github.com/developmentseed) +geolambda: Create and deploy Geospatial AWS Lambda functions +[https://github.com/developmentseed/geolambda](https://github.com/developmentseed/geolambda) +0.93 stars per week over 304 weeks +282 stars, 85 forks, 50 watches +created 2017-05-02, last commit 2021-02-16, main language Dockerfile ### [forestatrisk](https://github.com/ghislainv/forestatrisk) by [ghislainv](https://github.com/ghislainv) @@ -727,65 +747,13 @@ created 2016-12-01, last commit 2022-08-23, main language Python biodiversity-scenario, co2-emissions, deforestation, deforestation-risk, forecasting, forest-cover-change, ipbes, ipcc, land-use-change, protected-areas, python, redd, roads, spatial-analysis, spatial-autocorrelation, spatial-modelling, tropical-forests -### [gds_env](https://github.com/darribas/gds_env) by [darribas](https://github.com/darribas) -gds_env: A containerised platform for Geographic Data Science -[https://darribas.org/gds_env](https://darribas.org/gds_env) -[https://github.com/darribas/gds_env](https://github.com/darribas/gds_env) -0.27 stars per week over 342 weeks -93 stars, 36 forks, 9 watches -created 2016-08-12, last commit 2022-12-09, main language Jupyter Notebook -docker, geographic-data-science, jupyter-lab, latex, python, r - - -### [area](https://github.com/scisco/area) by [scisco](https://github.com/scisco) -area: Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox's geojson-area for Python -[https://github.com/scisco/area](https://github.com/scisco/area) -0.23 stars per week over 379 weeks -87 stars, 20 forks, 3 watches -created 2015-11-25, last commit 2018-10-31, main language Python - - -### [xyzservices](https://github.com/geopandas/xyzservices) by [geopandas](https://github.com/geopandas) -xyzservices: Source of XYZ tiles providers -[https://xyzservices.readthedocs.io/](https://xyzservices.readthedocs.io/) -[https://github.com/geopandas/xyzservices](https://github.com/geopandas/xyzservices) -0.94 stars per week over 93 weeks -87 stars, 19 forks, 11 watches -created 2021-05-21, last commit 2023-03-01, main language Python - - -### [spherely](https://github.com/benbovy/spherely) by [benbovy](https://github.com/benbovy) -spherely: Manipulation and analysis of geometric objects on the sphere. -[https://spherely.readthedocs.io/](https://spherely.readthedocs.io/) -[https://github.com/benbovy/spherely](https://github.com/benbovy/spherely) -5.8 stars per week over 14 weeks -82 stars, 2 forks, 4 watches -created 2022-11-24, last commit 2023-01-12, main language C++ - - -### [projectRegularization](https://github.com/zorzi-s/projectregularization) by [zorzi-s](https://github.com/zorzi-s) -projectRegularization: Regularization of Building Boundaries using Adversarial and Regularized losses -[https://github.com/zorzi-s/projectregularization](https://github.com/zorzi-s/projectregularization) -0.87 stars per week over 93 weeks -81 stars, 8 forks, 2 watches -created 2021-05-18, last commit 2021-09-17, main language Python - - -### [cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) by [developmentseed](https://github.com/developmentseed) -cogeo-mosaic: Create and use COG mosaic based on mosaicJSON -[https://developmentseed.org/cogeo-mosaic/](https://developmentseed.org/cogeo-mosaic/) -[https://github.com/developmentseed/cogeo-mosaic](https://github.com/developmentseed/cogeo-mosaic) -0.39 stars per week over 198 weeks -78 stars, 21 forks, 8 watches -created 2019-05-14, last commit 2023-02-06, main language Python - - -### [dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) by [googlecloudplatform](https://github.com/googlecloudplatform) -googlecloudplatform/dataflow-geobeam -[https://github.com/googlecloudplatform/dataflow-geobeam](https://github.com/googlecloudplatform/dataflow-geobeam) -0.62 stars per week over 108 weeks -67 stars, 25 forks, 10 watches -created 2021-02-04, last commit 2022-11-29, main language Python +### [peartree](https://github.com/kuanb/peartree) by [kuanb](https://github.com/kuanb) +peartree: A library for converting transit data into a directed graph for sketch network analysis. +[https://github.com/kuanb/peartree](https://github.com/kuanb/peartree) +0.69 stars per week over 277 weeks +192 stars, 17 forks, 13 watches +created 2017-11-12, last commit 2021-01-18, main language Python +gis, graphs, gtfs, modeling, network-analysis, spatial-analysis, transit ### [easystac](https://github.com/cloudsen12/easystac) by [cloudsen12](https://github.com/cloudsen12) @@ -798,30 +766,30 @@ created 2022-01-20, last commit 2022-08-07, main language Python earth-observation, gis, planetary-computer, python, python3, radiant, remote-sensing, spatio-temporal, spatio-temporal-data, stac -### [mapalignment](https://github.com/lydorn/mapalignment) by [lydorn](https://github.com/lydorn) -mapalignment: Aligning and Updating Cadaster Maps with Remote Sensing Images -[https://github.com/lydorn/mapalignment](https://github.com/lydorn/mapalignment) -0.25 stars per week over 234 weeks -58 stars, 14 forks, 4 watches -created 2018-09-05, last commit 2020-09-03, main language Python +### [BoundaryVT](https://github.com/edomel/boundaryvt) by [edomel](https://github.com/edomel) +edomel/boundaryvt +[https://github.com/edomel/boundaryvt](https://github.com/edomel/boundaryvt) +0.03 stars per week over 31 weeks +1 stars, 0 forks, 2 watches +created 2022-07-29, last commit 2023-02-24, main language Python -### [radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) by [radiantearth](https://github.com/radiantearth) -radiant-mlhub: A Python client for the Radiant MLHub API (https://mlhub.earth). -[https://radiant-mlhub.readthedocs.io/](https://radiant-mlhub.readthedocs.io/) -[https://github.com/radiantearth/radiant-mlhub](https://github.com/radiantearth/radiant-mlhub) -0.37 stars per week over 124 weeks -46 stars, 10 forks, 5 watches -created 2020-10-13, last commit 2023-02-13, main language Python -machine-learning, python, python-3, python-client, satellite-imagery, stac +### [Polygonization-by-Frame-Field-Learning](https://github.com/lydorn/polygonization-by-frame-field-learning) by [lydorn](https://github.com/lydorn) +Polygonization-by-Frame-Field-Learning: This repository contains the code for our fast polygonal building extraction from overhead images pipeline. +[https://github.com/lydorn/polygonization-by-frame-field-learning](https://github.com/lydorn/polygonization-by-frame-field-learning) +1.49 stars per week over 144 weeks +215 stars, 54 forks, 11 watches +created 2020-05-26, last commit 2022-12-09, main language Python +field, frame, polygonization, remote, segmentation, sensing -### [geonetworkx](https://github.com/artelys/geonetworkx) by [artelys](https://github.com/artelys) -geonetworkx: Python tools for geographic graphs -[https://github.com/artelys/geonetworkx](https://github.com/artelys/geonetworkx) -0.17 stars per week over 175 weeks -29 stars, 1 forks, 7 watches -created 2019-10-24, last commit 2021-06-28, main language Python +### [address-net](https://github.com/jasonrig/address-net) by [jasonrig](https://github.com/jasonrig) +address-net: A package to structure Australian addresses +[https://github.com/jasonrig/address-net](https://github.com/jasonrig/address-net) +0.79 stars per week over 221 weeks +176 stars, 72 forks, 13 watches +created 2018-12-05, last commit 2020-09-09, main language Python +address-parser, deep-learning, machine-learning, rnn ### [mapcompare](https://github.com/gregorhd/mapcompare) by [gregorhd](https://github.com/gregorhd) @@ -833,12 +801,44 @@ created 2021-05-21, last commit 2022-12-03, main language Python comparison, data-visualisation, data-viz, interactive-visualisations, sample-visualisation, urban-data-science, visualisation-libraries -### [MapRepair](https://github.com/zorzi-s/maprepair) by [zorzi-s](https://github.com/zorzi-s) -MapRepair: Deep Cadastre Maps Alignment and Temporal Inconsistencies Fix in Satellite Images -[https://github.com/zorzi-s/maprepair](https://github.com/zorzi-s/maprepair) -0.13 stars per week over 135 weeks -17 stars, 4 forks, 2 watches -created 2020-07-30, last commit 2021-05-17, main language Python +### [boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) by [bowenc0221](https://github.com/bowenc0221) +boundary-iou-api: Boundary IoU API (Beta version) +[https://github.com/bowenc0221/boundary-iou-api](https://github.com/bowenc0221/boundary-iou-api) +1.77 stars per week over 100 weeks +179 stars, 19 forks, 8 watches +created 2021-03-29, last commit 2021-04-05, main language Python + + +### [geonetworkx](https://github.com/artelys/geonetworkx) by [artelys](https://github.com/artelys) +geonetworkx: Python tools for geographic graphs +[https://github.com/artelys/geonetworkx](https://github.com/artelys/geonetworkx) +0.17 stars per week over 175 weeks +29 stars, 1 forks, 7 watches +created 2019-10-24, last commit 2021-06-28, main language Python + + +### [projectRegularization](https://github.com/zorzi-s/projectregularization) by [zorzi-s](https://github.com/zorzi-s) +projectRegularization: Regularization of Building Boundaries using Adversarial and Regularized losses +[https://github.com/zorzi-s/projectregularization](https://github.com/zorzi-s/projectregularization) +0.88 stars per week over 93 weeks +82 stars, 8 forks, 2 watches +created 2021-05-18, last commit 2021-09-17, main language Python + + +### [area](https://github.com/scisco/area) by [scisco](https://github.com/scisco) +area: Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox's geojson-area for Python +[https://github.com/scisco/area](https://github.com/scisco/area) +0.23 stars per week over 379 weeks +87 stars, 20 forks, 3 watches +created 2015-11-25, last commit 2018-10-31, main language Python + + +### [mapalignment](https://github.com/lydorn/mapalignment) by [lydorn](https://github.com/lydorn) +mapalignment: Aligning and Updating Cadaster Maps with Remote Sensing Images +[https://github.com/lydorn/mapalignment](https://github.com/lydorn/mapalignment) +0.25 stars per week over 234 weeks +58 stars, 14 forks, 4 watches +created 2018-09-05, last commit 2020-09-03, main language Python ### [wagyu](https://github.com/lycantropos/wagyu) by [lycantropos](https://github.com/lycantropos) @@ -850,15 +850,15 @@ wagyu: Python port of mapbox/wagyu library (with separate C++ binding) created 2020-06-30, last commit 2020-11-21, main language Python -### [BoundaryVT](https://github.com/edomel/boundaryvt) by [edomel](https://github.com/edomel) -edomel/boundaryvt -[https://github.com/edomel/boundaryvt](https://github.com/edomel/boundaryvt) -0.03 stars per week over 31 weeks -1 stars, 0 forks, 2 watches -created 2022-07-29, last commit 2023-02-24, main language Python +### [MapRepair](https://github.com/zorzi-s/maprepair) by [zorzi-s](https://github.com/zorzi-s) +MapRepair: Deep Cadastre Maps Alignment and Temporal Inconsistencies Fix in Satellite Images +[https://github.com/zorzi-s/maprepair](https://github.com/zorzi-s/maprepair) +0.13 stars per week over 135 weeks +17 stars, 4 forks, 2 watches +created 2020-07-30, last commit 2021-05-17, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/graph.md b/categories/graph.md index 39edc60..9804d92 100644 --- a/categories/graph.md +++ b/categories/graph.md @@ -10,7 +10,7 @@ networkx: Network Analysis in Python [https://networkx.org](https://networkx.org) [https://github.com/networkx/networkx](https://github.com/networkx/networkx) 18 stars per week over 651 weeks -12,281 stars, 2,851 forks, 280 watches +12,291 stars, 2,850 forks, 280 watches created 2010-09-06, last commit 2023-03-02, main language Python complex-networks, graph-algorithms, graph-analysis, graph-generation, graph-theory, graph-visualization, python @@ -20,7 +20,7 @@ StellarGraph - Machine Learning on Graphs [https://stellargraph.readthedocs.io/](https://stellargraph.readthedocs.io/) [https://github.com/stellargraph/stellargraph](https://github.com/stellargraph/stellargraph) 10 stars per week over 255 weeks -2,636 stars, 401 forks, 61 watches +2,637 stars, 401 forks, 61 watches created 2018-04-13, last commit 2021-10-29, main language Python data-science, deep-learning, gcn, geometric-deep-learning, graph-analysis, graph-convolutional-networks, graph-data, graph-machine-learning, graph-neural-networks, graphs, heterogeneous-networks, interpretability, link-prediction, machine-learning, machine-learning-algorithms, networkx, python, saliency-map, stellargraph-library @@ -29,8 +29,8 @@ created 2018-04-13, last commit 2021-10-29, main language Python pyvis: Python package for creating and visualizing interactive network graphs. [http://pyvis.readthedocs.io/en/latest/](http://pyvis.readthedocs.io/en/latest/) [https://github.com/westhealth/pyvis](https://github.com/westhealth/pyvis) -2.44 stars per week over 251 weeks -614 stars, 114 forks, 15 watches +2.45 stars per week over 251 weeks +616 stars, 115 forks, 15 watches created 2018-05-10, last commit 2023-02-10, main language HTML network-visualization, networkx, python @@ -39,7 +39,7 @@ created 2018-05-10, last commit 2023-02-10, main language HTML graph-force: Python library for embedding large graphs in 2D space, using force-directed layouts. [https://pypi.org/project/graph-force/](https://pypi.org/project/graph-force/) [https://github.com/h4kor/graph-force](https://github.com/h4kor/graph-force) -12 stars per week over 13 weeks +11 stars per week over 13 weeks 164 stars, 0 forks, 9 watches created 2022-11-28, last commit 2022-11-28, main language Rust force-directed-graphs, graph-algorithms, python, python3 @@ -54,7 +54,7 @@ created 2017-09-27, last commit 2018-12-11, main language Python clustering, markov-clustering, networks, python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/gui.md b/categories/gui.md index 02a68e8..fd34b3d 100644 --- a/categories/gui.md +++ b/categories/gui.md @@ -9,7 +9,7 @@ Checkout the interactive version that you can filter and sort: PySimpleGUI: Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs [https://github.com/pysimplegui/pysimplegui](https://github.com/pysimplegui/pysimplegui) 46 stars per week over 242 weeks -11,296 stars, 1,682 forks, 218 watches +11,304 stars, 1,684 forks, 218 watches created 2018-07-11, last commit 2023-03-01, main language Python beginner-friendly, datavisualization, games, gui, gui-framework, gui-programming, gui-window, pyside2, pysimplegui, python, python-gui, qt, qt-gui, remi, systemtray, tkinter, tkinter-gui, tkinter-python, user-interface, wxpython @@ -19,7 +19,7 @@ DearPyGui: Dear PyGui: A fast and powerful Graphical User Interface Toolkit for [https://dearpygui.readthedocs.io/en/latest/](https://dearpygui.readthedocs.io/en/latest/) [https://github.com/hoffstadt/dearpygui](https://github.com/hoffstadt/dearpygui) 67 stars per week over 144 weeks -9,753 stars, 510 forks, 138 watches +9,757 stars, 511 forks, 138 watches created 2020-05-28, last commit 2023-03-02, main language C++ cpp, cross-platform, dearpygui, graphics, gui, imgui, linux, macos, native, python, python-gui, toolkit, tools, ui, windows @@ -28,8 +28,8 @@ created 2020-05-28, last commit 2023-03-02, main language C++ pywebview: Build GUI for your Python program with JavaScript, HTML, and CSS [https://pywebview.flowrl.com](https://pywebview.flowrl.com) [https://github.com/r0x0r/pywebview](https://github.com/r0x0r/pywebview) -7.84 stars per week over 432 weeks -3,390 stars, 441 forks, 58 watches +7.86 stars per week over 432 weeks +3,400 stars, 442 forks, 58 watches created 2014-11-20, last commit 2023-02-28, main language Python cef, cocoa, gtk, gui, html, javascript, linux, osx, python, qt, webkit, windows @@ -37,8 +37,8 @@ created 2014-11-20, last commit 2023-02-28, main language Python ### [remi](https://github.com/dddomodossola/remi) by [dddomodossola](https://github.com/dddomodossola) remi: Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet. [https://github.com/dddomodossola/remi](https://github.com/dddomodossola/remi) -6.92 stars per week over 467 weeks -3,231 stars, 394 forks, 121 watches +6.91 stars per week over 467 weeks +3,232 stars, 394 forks, 121 watches created 2014-03-20, last commit 2023-02-01, main language Python gui, gui-library, platform-independent, python, remi, ui @@ -49,11 +49,11 @@ Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, [https://github.com/wxwidgets/phoenix](https://github.com/wxwidgets/phoenix) 3.52 stars per week over 554 weeks 1,953 stars, 496 forks, 104 watches -created 2012-07-17, last commit 2023-02-28, main language Python +created 2012-07-17, last commit 2023-03-03, main language Python awesome, cross-platform, gui, gui-framework, gui-toolkit, linux, macosx, python, windows, wxpython, wxwidgets -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/jupyter.md b/categories/jupyter.md index 62c778d..5bfcafc 100644 --- a/categories/jupyter.md +++ b/categories/jupyter.md @@ -10,8 +10,8 @@ JupyterLab computational environment. [https://jupyterlab.readthedocs.io/](https://jupyterlab.readthedocs.io/) [https://github.com/jupyterlab/jupyterlab](https://github.com/jupyterlab/jupyterlab) 35 stars per week over 352 weeks -12,667 stars, 2,572 forks, 309 watches -created 2016-06-03, last commit 2023-03-02, main language TypeScript +12,669 stars, 2,576 forks, 309 watches +created 2016-06-03, last commit 2023-03-04, main language TypeScript jupyter, jupyterlab @@ -20,46 +20,38 @@ notebook: Jupyter Interactive Notebook [https://jupyter-notebook.readthedocs.io/](https://jupyter-notebook.readthedocs.io/) [https://github.com/jupyter/notebook](https://github.com/jupyter/notebook) 23 stars per week over 412 weeks -9,810 stars, 4,016 forks, 321 watches +9,808 stars, 4,017 forks, 321 watches created 2015-04-09, last commit 2023-03-01, main language Jupyter Notebook closember, jupyter, jupyter-notebook, notebook +### [jupyterlite](https://github.com/jupyterlite/jupyterlite) +jupyterlite: Wasm powered Jupyter running in the browser 💡 +[https://jupyterlite.rtfd.io/en/latest/try/lab](https://jupyterlite.rtfd.io/en/latest/try/lab) +[https://github.com/jupyterlite/jupyterlite](https://github.com/jupyterlite/jupyterlite) +30 stars per week over 101 weeks +3,096 stars, 194 forks, 43 watches +created 2021-03-27, last commit 2023-02-15, main language Python +jupyter, jupyterlab, jupyterlab-extension, lite, pyodide, wasm, webassembly + + ### [jupytext](https://github.com/mwouts/jupytext) by [mwouts](https://github.com/mwouts) jupytext: Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts [https://jupytext.readthedocs.io](https://jupytext.readthedocs.io) [https://github.com/mwouts/jupytext](https://github.com/mwouts/jupytext) 23 stars per week over 246 weeks -5,849 stars, 379 forks, 68 watches +5,851 stars, 379 forks, 68 watches created 2018-06-15, last commit 2023-02-25, main language Python hydrogen, jupyter-notebook, jupyterlab, jupyterlab-extension, knitr, markdown, notebooks, python, rmarkdown, rstudio, version-control -### [handcalcs](https://github.com/connorferster/handcalcs) by [connorferster](https://github.com/connorferster) -handcalcs: Python library for converting Python calculations into rendered latex. -[https://github.com/connorferster/handcalcs](https://github.com/connorferster/handcalcs) -32 stars per week over 158 weeks -5,138 stars, 398 forks, 78 watches -created 2020-02-19, last commit 2022-12-27, main language CSS - - -### [papermill](https://github.com/nteract/papermill) by [nteract](https://github.com/nteract) -papermill: 📚 Parameterize, execute, and analyze notebooks -[http://papermill.readthedocs.io/en/latest/](http://papermill.readthedocs.io/en/latest/) -[https://github.com/nteract/papermill](https://github.com/nteract/papermill) -17 stars per week over 295 weeks -5,128 stars, 386 forks, 91 watches -created 2017-07-06, last commit 2022-10-18, main language Python -julia, jupyter, notebook, notebook-generator, notebooks, nteract, pipeline, publishing, python, r, scala - - ### [voila](https://github.com/voila-dashboards/voila) by [voila-dashboards](https://github.com/voila-dashboards) voila: Voilà turns Jupyter notebooks into standalone web applications [https://voila.readthedocs.io](https://voila.readthedocs.io) [https://github.com/voila-dashboards/voila](https://github.com/voila-dashboards/voila) 19 stars per week over 236 weeks 4,586 stars, 459 forks, 78 watches -created 2018-08-21, last commit 2023-02-21, main language Python +created 2018-08-21, last commit 2023-03-03, main language Python dashboarding, jupyter, jupyter-notebook, jupyterlab-extension @@ -68,65 +60,46 @@ jupyter-book: Create beautiful, publication-quality books and documents from com [http://jupyterbook.org](http://jupyterbook.org) [https://github.com/executablebooks/jupyter-book](https://github.com/executablebooks/jupyter-book) 13 stars per week over 246 weeks -3,253 stars, 612 forks, 60 watches +3,257 stars, 614 forks, 60 watches created 2018-06-14, last commit 2023-03-01, main language Python documentation-generator, jupyter, sphinx-doc -### [jupyterlite](https://github.com/jupyterlite/jupyterlite) -jupyterlite: Wasm powered Jupyter running in the browser 💡 -[https://jupyterlite.rtfd.io/en/latest/try/lab](https://jupyterlite.rtfd.io/en/latest/try/lab) -[https://github.com/jupyterlite/jupyterlite](https://github.com/jupyterlite/jupyterlite) -30 stars per week over 100 weeks -3,093 stars, 194 forks, 43 watches -created 2021-03-27, last commit 2023-02-15, main language Python -jupyter, jupyterlab, jupyterlab-extension, lite, pyodide, wasm, webassembly - - -### [qgrid](https://github.com/quantopian/qgrid) by [quantopian](https://github.com/quantopian) -qgrid: An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks -[https://github.com/quantopian/qgrid](https://github.com/quantopian/qgrid) -6.7 stars per week over 439 weeks -2,946 stars, 419 forks, 88 watches -created 2014-09-30, last commit 2020-04-07, main language Python - - ### [jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) by [jupyterlab](https://github.com/jupyterlab) jupyterlab-desktop: JupyterLab desktop application, based on Electron. [https://github.com/jupyterlab/jupyterlab-desktop](https://github.com/jupyterlab/jupyterlab-desktop) 8.59 stars per week over 304 weeks -2,614 stars, 236 forks, 42 watches +2,616 stars, 237 forks, 42 watches created 2017-05-04, last commit 2023-02-24, main language TypeScript jupyter, jupyter-notebook, jupyterlab -### [nbdime](https://github.com/jupyter/nbdime) by [jupyter](https://github.com/jupyter) -nbdime: Tools for diffing and merging of Jupyter notebooks. -[http://nbdime.readthedocs.io](http://nbdime.readthedocs.io) -[https://github.com/jupyter/nbdime](https://github.com/jupyter/nbdime) -6.24 stars per week over 380 weeks -2,376 stars, 156 forks, 44 watches -created 2015-11-16, last commit 2023-01-15, main language Python -diff, diffing, git, hg, jupyter, jupyter-notebook, jupyterlab-extension, mercurial, merge, merge-driver, mergetool, vcs, version-control +### [handcalcs](https://github.com/connorferster/handcalcs) by [connorferster](https://github.com/connorferster) +handcalcs: Python library for converting Python calculations into rendered latex. +[https://github.com/connorferster/handcalcs](https://github.com/connorferster/handcalcs) +32 stars per week over 158 weeks +5,140 stars, 398 forks, 78 watches +created 2020-02-19, last commit 2022-12-27, main language CSS -### [nbviewer](https://github.com/jupyter/nbviewer) by [jupyter](https://github.com/jupyter) -nbviewer: nbconvert as a web service: Render Jupyter Notebooks as static web pages -[https://nbviewer.jupyter.org](https://nbviewer.jupyter.org) -[https://github.com/jupyter/nbviewer](https://github.com/jupyter/nbviewer) -3.74 stars per week over 551 weeks -2,061 stars, 537 forks, 93 watches -created 2012-08-05, last commit 2023-01-27, main language Python -jupyter, jupyter-notebook, nbconvert +### [papermill](https://github.com/nteract/papermill) by [nteract](https://github.com/nteract) +papermill: 📚 Parameterize, execute, and analyze notebooks +[http://papermill.readthedocs.io/en/latest/](http://papermill.readthedocs.io/en/latest/) +[https://github.com/nteract/papermill](https://github.com/nteract/papermill) +17 stars per week over 295 weeks +5,130 stars, 388 forks, 91 watches +created 2017-07-06, last commit 2022-10-18, main language Python +julia, jupyter, notebook, notebook-generator, notebooks, nteract, pipeline, publishing, python, r, scala -### [ipyvolume](https://github.com/maartenbreddels/ipyvolume) by [maartenbreddels](https://github.com/maartenbreddels) -ipyvolume: 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL -[https://github.com/maartenbreddels/ipyvolume](https://github.com/maartenbreddels/ipyvolume) -5.65 stars per week over 323 weeks -1,828 stars, 236 forks, 51 watches -created 2016-12-21, last commit 2023-02-25, main language TypeScript -dataviz, ipython-widget, jupyter, jupyter-notebook, plotting, python, quiver, rendering-3d-volumes, scientific-visualization, threejs, virtual-reality, visualisation, volume-rendering, webgl +### [ipyvizzu](https://github.com/vizzuhq/ipyvizzu) by [vizzuhq](https://github.com/vizzuhq) +ipyvizzu: Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax. +[https://ipyvizzu.vizzuhq.com](https://ipyvizzu.vizzuhq.com) +[https://github.com/vizzuhq/ipyvizzu](https://github.com/vizzuhq/ipyvizzu) +12 stars per week over 60 weeks +762 stars, 60 forks, 16 watches +created 2022-01-05, last commit 2023-03-01, main language Python +animation, chart, charting, charts, data-visualization, dataviz, graphing, graphs, ipython, jupyter, jupyter-notebook, plotting, python, storytelling, vizzu ### [nbconvert](https://github.com/jupyter/nbconvert) by [jupyter](https://github.com/jupyter) @@ -134,56 +107,83 @@ nbconvert: Jupyter Notebook Conversion [https://nbconvert.readthedocs.io/](https://nbconvert.readthedocs.io/) [https://github.com/jupyter/nbconvert](https://github.com/jupyter/nbconvert) 3.52 stars per week over 412 weeks -1,450 stars, 512 forks, 51 watches +1,451 stars, 512 forks, 51 watches created 2015-04-09, last commit 2023-02-20, main language Python +### [ipyvolume](https://github.com/maartenbreddels/ipyvolume) by [maartenbreddels](https://github.com/maartenbreddels) +ipyvolume: 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL +[https://github.com/maartenbreddels/ipyvolume](https://github.com/maartenbreddels/ipyvolume) +5.66 stars per week over 323 weeks +1,830 stars, 236 forks, 51 watches +created 2016-12-21, last commit 2023-02-25, main language TypeScript +dataviz, ipython-widget, jupyter, jupyter-notebook, plotting, python, quiver, rendering-3d-volumes, scientific-visualization, threejs, virtual-reality, visualisation, volume-rendering, webgl + + ### [jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) by [jupyter-lsp](https://github.com/jupyter-lsp) jupyterlab-lsp: Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol [https://github.com/jupyter-lsp/jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) -7.76 stars per week over 184 weeks +7.75 stars per week over 185 weeks 1,434 stars, 119 forks, 17 watches created 2019-08-17, last commit 2023-01-02, main language TypeScript autocompletion, ipython, julia-language, jupyter, jupyter-lab, jupyter-notebook, jupyterlab, jupyterlab-extension, language-server-protocol, linter, lsp, notebook, notebook-jupyter, r +### [nbQA](https://github.com/nbqa-dev/nbqa) by [nbqa-dev](https://github.com/nbqa-dev) +nbQA: Run isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks +[https://nbqa.readthedocs.io/en/latest/index.html](https://nbqa.readthedocs.io/en/latest/index.html) +[https://github.com/nbqa-dev/nbqa](https://github.com/nbqa-dev/nbqa) +5.13 stars per week over 138 weeks +709 stars, 35 forks, 7 watches +created 2020-07-11, last commit 2023-02-27, main language Python +black, codequality, doctest, flake8, isort, jupyter-notebook, lint, mypy, pre-commit, pre-commit-hook, pylint, python, pyupgrade, yapf + + +### [nbdime](https://github.com/jupyter/nbdime) by [jupyter](https://github.com/jupyter) +nbdime: Tools for diffing and merging of Jupyter notebooks. +[http://nbdime.readthedocs.io](http://nbdime.readthedocs.io) +[https://github.com/jupyter/nbdime](https://github.com/jupyter/nbdime) +6.25 stars per week over 380 weeks +2,382 stars, 156 forks, 44 watches +created 2015-11-16, last commit 2023-01-15, main language Python +diff, diffing, git, hg, jupyter, jupyter-notebook, jupyterlab-extension, mercurial, merge, merge-driver, mergetool, vcs, version-control + + ### [nbgrader](https://github.com/jupyter/nbgrader) by [jupyter](https://github.com/jupyter) nbgrader: A system for assigning and grading notebooks [https://nbgrader.readthedocs.io/](https://nbgrader.readthedocs.io/) [https://github.com/jupyter/nbgrader](https://github.com/jupyter/nbgrader) -2.63 stars per week over 441 weeks +2.63 stars per week over 442 weeks 1,162 stars, 318 forks, 42 watches -created 2014-09-13, last commit 2023-03-02, main language Python +created 2014-09-13, last commit 2023-03-03, main language Python grading, jupyter, jupyter-notebook, jupyterhub, nbgrader, teaching -### [ipyvizzu](https://github.com/vizzuhq/ipyvizzu) by [vizzuhq](https://github.com/vizzuhq) -ipyvizzu: Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax. -[https://ipyvizzu.vizzuhq.com](https://ipyvizzu.vizzuhq.com) -[https://github.com/vizzuhq/ipyvizzu](https://github.com/vizzuhq/ipyvizzu) -12 stars per week over 60 weeks -761 stars, 60 forks, 16 watches -created 2022-01-05, last commit 2023-03-01, main language Python -animation, chart, charting, charts, data-visualization, dataviz, graphing, graphs, ipython, jupyter, jupyter-notebook, plotting, python, storytelling, vizzu +### [nbviewer](https://github.com/jupyter/nbviewer) by [jupyter](https://github.com/jupyter) +nbviewer: nbconvert as a web service: Render Jupyter Notebooks as static web pages +[https://nbviewer.jupyter.org](https://nbviewer.jupyter.org) +[https://github.com/jupyter/nbviewer](https://github.com/jupyter/nbviewer) +3.73 stars per week over 552 weeks +2,061 stars, 537 forks, 93 watches +created 2012-08-05, last commit 2023-01-27, main language Python +jupyter, jupyter-notebook, nbconvert -### [nbQA](https://github.com/nbqa-dev/nbqa) by [nbqa-dev](https://github.com/nbqa-dev) -nbQA: Run isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks -[https://nbqa.readthedocs.io/en/latest/index.html](https://nbqa.readthedocs.io/en/latest/index.html) -[https://github.com/nbqa-dev/nbqa](https://github.com/nbqa-dev/nbqa) -5.13 stars per week over 137 weeks -707 stars, 35 forks, 7 watches -created 2020-07-11, last commit 2023-02-27, main language Python -black, codequality, doctest, flake8, isort, jupyter-notebook, lint, mypy, pre-commit, pre-commit-hook, pylint, python, pyupgrade, yapf +### [nbformat](https://github.com/jupyter/nbformat) by [jupyter](https://github.com/jupyter) +nbformat: Reference implementation of the Jupyter Notebook format +[http://nbformat.readthedocs.io/](http://nbformat.readthedocs.io/) +[https://github.com/jupyter/nbformat](https://github.com/jupyter/nbformat) +0.49 stars per week over 412 weeks +204 stars, 144 forks, 26 watches +created 2015-04-09, last commit 2023-03-01, main language Python -### [nbval](https://github.com/computationalmodelling/nbval) by [computationalmodelling](https://github.com/computationalmodelling) -nbval: A py.test plugin to validate Jupyter notebooks -[https://github.com/computationalmodelling/nbval](https://github.com/computationalmodelling/nbval) -0.97 stars per week over 412 weeks -398 stars, 51 forks, 10 watches -created 2015-04-09, last commit 2023-01-11, main language Python -ipython-notebook, jupyter-notebook, pytest, pytest-plugin, python, testing +### [qgrid](https://github.com/quantopian/qgrid) by [quantopian](https://github.com/quantopian) +qgrid: An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks +[https://github.com/quantopian/qgrid](https://github.com/quantopian/qgrid) +6.7 stars per week over 439 weeks +2,946 stars, 419 forks, 88 watches +created 2014-09-30, last commit 2020-04-07, main language Python ### [testbook](https://github.com/nteract/testbook) by [nteract](https://github.com/nteract) @@ -196,34 +196,34 @@ created 2020-02-26, last commit 2022-11-29, main language Python jupyter-notebook, nteract, pytest, python, testbook, unit-testing -### [jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) by [chaoleili](https://github.com/chaoleili) -jupyterlab_tensorboard: Tensorboard extension for jupyterlab. -[https://github.com/chaoleili/jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) -1.25 stars per week over 237 weeks -297 stars, 36 forks, 11 watches -created 2018-08-14, last commit 2022-07-18, main language TypeScript -jupyterlab, jupyterlab-extension, tensorboard - - -### [nbformat](https://github.com/jupyter/nbformat) by [jupyter](https://github.com/jupyter) -nbformat: Reference implementation of the Jupyter Notebook format -[http://nbformat.readthedocs.io/](http://nbformat.readthedocs.io/) -[https://github.com/jupyter/nbformat](https://github.com/jupyter/nbformat) -0.49 stars per week over 412 weeks -204 stars, 144 forks, 25 watches -created 2015-04-09, last commit 2023-03-01, main language Python +### [nbval](https://github.com/computationalmodelling/nbval) by [computationalmodelling](https://github.com/computationalmodelling) +nbval: A py.test plugin to validate Jupyter notebooks +[https://github.com/computationalmodelling/nbval](https://github.com/computationalmodelling/nbval) +0.97 stars per week over 412 weeks +398 stars, 51 forks, 10 watches +created 2015-04-09, last commit 2023-01-11, main language Python +ipython-notebook, jupyter-notebook, pytest, pytest-plugin, python, testing ### [AutoProfiler](https://github.com/cmudig/autoprofiler) by [cmudig](https://github.com/cmudig) AutoProfiler: Automatically profile dataframes in the Jupyter sidebar [https://github.com/cmudig/autoprofiler](https://github.com/cmudig/autoprofiler) -1.91 stars per week over 49 weeks +1.9 stars per week over 49 weeks 94 stars, 5 forks, 1 watches created 2022-03-24, last commit 2023-02-28, main language Svelte jupyter, pandas, python -This file was automatically generated on 2023-03-03. +### [jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) by [chaoleili](https://github.com/chaoleili) +jupyterlab_tensorboard: Tensorboard extension for jupyterlab. +[https://github.com/chaoleili/jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard) +1.25 stars per week over 237 weeks +297 stars, 36 forks, 11 watches +created 2018-08-14, last commit 2022-07-18, main language TypeScript +jupyterlab, jupyterlab-extension, tensorboard + + +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/math.md b/categories/math.md index 0e7f5b9..6d99dfa 100644 --- a/categories/math.md +++ b/categories/math.md @@ -10,8 +10,8 @@ numpy: The fundamental package for scientific computing with Python. [https://numpy.org](https://numpy.org) [https://github.com/numpy/numpy](https://github.com/numpy/numpy) 35 stars per week over 650 weeks -22,822 stars, 7,808 forks, 572 watches -created 2010-09-13, last commit 2023-03-02, main language Python +22,829 stars, 7,814 forks, 572 watches +created 2010-09-13, last commit 2023-03-03, main language Python numpy, python @@ -20,8 +20,8 @@ sympy: A computer algebra system written in pure Python [https://sympy.org/](https://sympy.org/) [https://github.com/sympy/sympy](https://github.com/sympy/sympy) 15 stars per week over 670 weeks -10,356 stars, 3,882 forks, 287 watches -created 2010-04-30, last commit 2023-03-02, main language Python +10,361 stars, 3,882 forks, 287 watches +created 2010-04-30, last commit 2023-03-04, main language Python computer-algebra, hacktoberfest, math, python, science @@ -29,16 +29,35 @@ created 2010-04-30, last commit 2023-03-02, main language Python theseus: A library for differentiable nonlinear optimization [https://github.com/facebookresearch/theseus](https://github.com/facebookresearch/theseus) 18 stars per week over 67 weeks -1,225 stars, 84 forks, 29 watches +1,226 stars, 85 forks, 29 watches created 2021-11-18, last commit 2023-02-27, main language Python bilevel-optimization, computer-vision, deep-learning, differentiable-optimization, embodied-ai, gauss-newton, implicit-differentiation, levenberg-marquardt, nonlinear-least-squares, pytorch, robotics +### [PyNeuraLogic](https://github.com/lukaszahradnik/pyneuralogic) by [lukaszahradnik](https://github.com/lukaszahradnik) +PyNeuraLogic lets you use Python to create Differentiable Logic Programs +[https://pyneuralogic.readthedocs.io/](https://pyneuralogic.readthedocs.io/) +[https://github.com/lukaszahradnik/pyneuralogic](https://github.com/lukaszahradnik/pyneuralogic) +1.85 stars per week over 117 weeks +216 stars, 18 forks, 5 watches +created 2020-12-06, last commit 2023-03-03, main language Python +deep-learning, differentiable-programming, geometric-deep-learning, graph-neural-networks, logic-programming, machine-learning, python, pytorch, relational-learning + + +### [tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) by [willianfuks](https://github.com/willianfuks) +tfcausalimpact: Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability. +[https://github.com/willianfuks/tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) +2.95 stars per week over 132 weeks +392 stars, 54 forks, 10 watches +created 2020-08-17, last commit 2022-12-20, main language Python +causal-inference, causalimpact, python, tensorflow-probability + + ### [torchsde](https://github.com/google-research/torchsde) by [google-research](https://github.com/google-research) torchsde: Differentiable SDE solvers with GPU support and efficient sensitivity analysis. [https://github.com/google-research/torchsde](https://github.com/google-research/torchsde) 8.79 stars per week over 138 weeks -1,218 stars, 145 forks, 33 watches +1,220 stars, 145 forks, 33 watches created 2020-07-06, last commit 2021-07-26, main language Python deep-learning, deep-neural-networks, differential-equations, dynamical-systems, neural-differential-equations, pytorch, stochastic-differential-equations, stochastic-processes, stochastic-volatility-models @@ -47,7 +66,7 @@ created 2020-07-06, last commit 2021-07-26, main language Python mpmath: Python library for arbitrary-precision floating-point arithmetic [http://mpmath.org](http://mpmath.org) [https://github.com/fredrik-johansson/mpmath](https://github.com/fredrik-johansson/mpmath) -1.26 stars per week over 586 weeks +1.25 stars per week over 586 weeks 736 stars, 152 forks, 40 watches created 2011-12-07, last commit 2023-01-10, main language Python arbitrary-precision, complex-numbers, floating-point, multiprecision, numerical-integration, numerical-methods, numerical-optimization, ordinary-differential-equations, plotting, python, special-functions @@ -57,35 +76,16 @@ created 2011-12-07, last commit 2023-01-10, main language Python dit: Python package for information theory. [http://docs.dit.io](http://docs.dit.io) [https://github.com/dit/dit](https://github.com/dit/dit) -0.88 stars per week over 491 weeks +0.88 stars per week over 492 weeks 431 stars, 78 forks, 24 watches created 2013-09-29, last commit 2022-07-25, main language Python information-theory, python -### [tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) by [willianfuks](https://github.com/willianfuks) -tfcausalimpact: Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability. -[https://github.com/willianfuks/tfcausalimpact](https://github.com/willianfuks/tfcausalimpact) -2.96 stars per week over 132 weeks -392 stars, 54 forks, 10 watches -created 2020-08-17, last commit 2022-12-20, main language Python -causal-inference, causalimpact, python, tensorflow-probability - - -### [PyNeuraLogic](https://github.com/lukaszahradnik/pyneuralogic) by [lukaszahradnik](https://github.com/lukaszahradnik) -PyNeuraLogic lets you use Python to create Differentiable Logic Programs -[https://pyneuralogic.readthedocs.io/](https://pyneuralogic.readthedocs.io/) -[https://github.com/lukaszahradnik/pyneuralogic](https://github.com/lukaszahradnik/pyneuralogic) -1.85 stars per week over 116 weeks -216 stars, 18 forks, 5 watches -created 2020-12-06, last commit 2023-03-02, main language Python -deep-learning, differentiable-programming, geometric-deep-learning, graph-neural-networks, logic-programming, machine-learning, python, pytorch, relational-learning - - ### [pycircular](https://github.com/albahnsen/pycircular) by [albahnsen](https://github.com/albahnsen) pycircular is a Python module for circular data analysis [https://github.com/albahnsen/pycircular](https://github.com/albahnsen/pycircular) -2.6 stars per week over 24 weeks +2.57 stars per week over 24 weeks 64 stars, 3 forks, 5 watches created 2022-09-12, last commit 2023-01-21, main language Python @@ -98,7 +98,7 @@ PaCAL - ProbAbilistic CALculator created 2014-08-04, last commit 2022-11-02, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/ml-dl.md b/categories/ml-dl.md index 8bb1f1e..f8ae82d 100644 --- a/categories/ml-dl.md +++ b/categories/ml-dl.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 68 curated ml-dl Python libraries and frameworks ordered by stars. +A selection of 67 curated ml-dl Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,8 +9,8 @@ Checkout the interactive version that you can filter and sort: tensorflow: An Open Source Machine Learning Framework for Everyone [https://tensorflow.org](https://tensorflow.org) [https://github.com/tensorflow/tensorflow](https://github.com/tensorflow/tensorflow) -449 stars per week over 381 weeks -171,742 stars, 87,866 forks, 7,751 watches +449 stars per week over 382 weeks +171,770 stars, 87,871 forks, 7,751 watches created 2015-11-07, last commit 2023-03-03, main language C++ deep-learning, deep-neural-networks, distributed, machine-learning, ml, neural-network, python, tensorflow @@ -19,9 +19,9 @@ created 2015-11-07, last commit 2023-03-03, main language C++ pytorch: Tensors and Dynamic neural networks in Python with strong GPU acceleration [https://pytorch.org](https://pytorch.org) [https://github.com/pytorch/pytorch](https://github.com/pytorch/pytorch) -185 stars per week over 341 weeks -63,307 stars, 17,573 forks, 1,633 watches -created 2016-08-13, last commit 2023-03-03, main language C++ +185 stars per week over 342 weeks +63,350 stars, 17,591 forks, 1,632 watches +created 2016-08-13, last commit 2023-03-04, main language C++ autograd, deep-learning, gpu, machine-learning, neural-network, numpy, python, tensor @@ -29,75 +29,135 @@ created 2016-08-13, last commit 2023-03-03, main language C++ keras: Deep Learning for humans [http://keras.io/](http://keras.io/) [https://github.com/keras-team/keras](https://github.com/keras-team/keras) -138 stars per week over 413 weeks -57,454 stars, 19,304 forks, 1,923 watches +138 stars per week over 414 weeks +57,473 stars, 19,305 forks, 1,923 watches created 2015-03-28, last commit 2023-03-02, main language Python data-science, deep-learning, machine-learning, neural-networks, python, tensorflow -### [faceswap](https://github.com/deepfakes/faceswap) by [deepfakes](https://github.com/deepfakes) -faceswap: Deepfakes Software For All -[https://www.faceswap.dev](https://www.faceswap.dev) -[https://github.com/deepfakes/faceswap](https://github.com/deepfakes/faceswap) -161 stars per week over 271 weeks -43,824 stars, 12,148 forks, 1,505 watches -created 2017-12-19, last commit 2023-02-24, main language Python -deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, myfakeapp, neural-nets, neural-networks, openfaceswap +### [ColossalAI](https://github.com/hpcaitech/colossalai) by [hpcaitech](https://github.com/hpcaitech) +ColossalAI: Making large AI models cheaper, faster and more accessible +[https://www.colossalai.org/](https://www.colossalai.org/) +[https://github.com/hpcaitech/colossalai](https://github.com/hpcaitech/colossalai) +249 stars per week over 70 weeks +17,548 stars, 1,853 forks, 206 watches +created 2021-10-28, last commit 2023-03-04, main language Python +ai, big-model, data-parallelism, deep-learning, distributed-computing, foundation-models, heterogeneous-training, hpc, inference, large-scale, model-parallelism, pipeline-parallelism -### [DeepFaceLab](https://github.com/iperov/deepfacelab) by [iperov](https://github.com/iperov) -DeepFaceLab is the leading software for creating deepfakes. -[https://github.com/iperov/deepfacelab](https://github.com/iperov/deepfacelab) -152 stars per week over 247 weeks -37,640 stars, 8,431 forks, 1,056 watches -created 2018-06-04, last commit 2022-12-31, main language Python -arxiv, creating-deepfakes, deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfacelab, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, neural-nets, neural-networks +### [lightning](https://github.com/pytorchlightning/pytorch-lightning) by [pytorchlightning](https://github.com/pytorchlightning) +lightning: Deep learning framework to train, deploy, and ship AI products Lightning fast. +[https://lightning.ai](https://lightning.ai) +[https://github.com/pytorchlightning/pytorch-lightning](https://github.com/pytorchlightning/pytorch-lightning) +106 stars per week over 205 weeks +21,777 stars, 2,761 forks, 229 watches +created 2019-03-31, last commit 2023-03-03, main language Python +ai, artificial-intelligence, data-science, deep-learning, machine-learning, python, pytorch -### [Detectron](https://github.com/facebookresearch/detectron) by [facebookresearch](https://github.com/facebookresearch) -Detectron: FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet. -[https://github.com/facebookresearch/detectron](https://github.com/facebookresearch/detectron) -90 stars per week over 282 weeks -25,556 stars, 5,490 forks, 960 watches -created 2017-10-05, last commit 2023-02-21, main language Python +### [Paddle](https://github.com/paddlepaddle/paddle) by [paddlepaddle](https://github.com/paddlepaddle) +Paddle: PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) +[http://www.paddlepaddle.org/](http://www.paddlepaddle.org/) +[https://github.com/paddlepaddle/paddle](https://github.com/paddlepaddle/paddle) +57 stars per week over 341 weeks +19,707 stars, 5,002 forks, 731 watches +created 2016-08-15, last commit 2023-03-03, main language C++ +deep-learning, distributed-training, efficiency, machine-learning, neural-network, paddlepaddle, python, scalability ### [pytorch-image-models](https://github.com/rwightman/pytorch-image-models) by [rwightman](https://github.com/rwightman) pytorch-image-models: PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more [https://huggingface.co/docs/timm](https://huggingface.co/docs/timm) [https://github.com/rwightman/pytorch-image-models](https://github.com/rwightman/pytorch-image-models) -111 stars per week over 212 weeks -23,833 stars, 3,932 forks, 297 watches +111 stars per week over 213 weeks +23,868 stars, 3,936 forks, 296 watches created 2019-02-02, last commit 2023-02-27, main language Python augmix, cnn-classification, distributed-training, dual-path-networks, efficientnet, efficientnet-training, imagenet-classifier, mixnet, mnasnet, mobile-deep-learning, mobilenet-v2, mobilenetv3, nfnets, normalization-free-training, pretrained-models, pretrained-weights, pytorch, randaugment, resnet, vision-transformer-models +### [dgl](https://github.com/dmlc/dgl) by [dmlc](https://github.com/dmlc) +dgl: Python package built to ease deep learning on graph, on top of existing DL frameworks. +[http://dgl.ai](http://dgl.ai) +[https://github.com/dmlc/dgl](https://github.com/dmlc/dgl) +44 stars per week over 254 weeks +11,212 stars, 2,722 forks, 173 watches +created 2018-04-20, last commit 2023-03-04, main language Python +deep-learning, graph-neural-networks + + +### [pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) by [pyg-team](https://github.com/pyg-team) +pytorch_geometric: Graph Neural Network Library for PyTorch +[https://pyg.org](https://pyg.org) +[https://github.com/pyg-team/pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) +59 stars per week over 282 weeks +16,927 stars, 3,110 forks, 250 watches +created 2017-10-06, last commit 2023-03-04, main language Python +deep-learning, geometric-deep-learning, graph-convolutional-networks, graph-neural-networks, pytorch + + +### [lama-cleaner](https://github.com/sanster/lama-cleaner) by [sanster](https://github.com/sanster) +lama-cleaner: Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. +[https://lama-cleaner-docs.vercel.app/](https://lama-cleaner-docs.vercel.app/) +[https://github.com/sanster/lama-cleaner](https://github.com/sanster/lama-cleaner) +122 stars per week over 67 weeks +8,307 stars, 734 forks, 63 watches +created 2021-11-15, last commit 2023-03-02, main language Python +inpainting, lama, latent-diffusion, mat, pytorch, stable-diffusion, zits + + ### [detectron2](https://github.com/facebookresearch/detectron2) by [facebookresearch](https://github.com/facebookresearch) Detectron2 is a platform for object detection, segmentation and other visual recognition tasks. [https://detectron2.readthedocs.io/en/latest/](https://detectron2.readthedocs.io/en/latest/) [https://github.com/facebookresearch/detectron2](https://github.com/facebookresearch/detectron2) 130 stars per week over 182 weeks -23,734 stars, 6,486 forks, 366 watches -created 2019-09-05, last commit 2023-03-02, main language Python +23,740 stars, 6,491 forks, 366 watches +created 2019-09-05, last commit 2023-03-03, main language Python -### [Mask_RCNN](https://github.com/matterport/mask_rcnn) by [matterport](https://github.com/matterport) -Mask_RCNN: Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow -[https://github.com/matterport/mask_rcnn](https://github.com/matterport/mask_rcnn) -81 stars per week over 280 weeks -22,732 stars, 11,267 forks, 596 watches -created 2017-10-19, last commit 2019-03-31, main language Python -instance-segmentation, keras, mask-rcnn, object-detection, tensorflow +### [DeepSpeed](https://github.com/microsoft/deepspeed) by [microsoft](https://github.com/microsoft) +DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. +[https://www.deepspeed.ai/](https://www.deepspeed.ai/) +[https://github.com/microsoft/deepspeed](https://github.com/microsoft/deepspeed) +56 stars per week over 162 weeks +9,202 stars, 1,106 forks, 146 watches +created 2020-01-23, last commit 2023-03-01, main language Python +billion-parameters, compression, data-parallelism, deep-learning, gpu, inference, machine-learning, mixture-of-experts, model-parallelism, pipeline-parallelism, pytorch, trillion-parameters, zero -### [lightning](https://github.com/pytorchlightning/pytorch-lightning) by [pytorchlightning](https://github.com/pytorchlightning) -lightning: Deep learning framework to train, deploy, and ship AI products Lightning fast. -[https://lightning.ai](https://lightning.ai) -[https://github.com/pytorchlightning/pytorch-lightning](https://github.com/pytorchlightning/pytorch-lightning) -106 stars per week over 204 weeks -21,753 stars, 2,758 forks, 229 watches -created 2019-03-31, last commit 2023-03-03, main language Python -ai, artificial-intelligence, data-science, deep-learning, machine-learning, python, pytorch +### [faceswap](https://github.com/deepfakes/faceswap) by [deepfakes](https://github.com/deepfakes) +faceswap: Deepfakes Software For All +[https://www.faceswap.dev](https://www.faceswap.dev) +[https://github.com/deepfakes/faceswap](https://github.com/deepfakes/faceswap) +161 stars per week over 271 weeks +43,839 stars, 12,151 forks, 1,504 watches +created 2017-12-19, last commit 2023-02-24, main language Python +deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, myfakeapp, neural-nets, neural-networks, openfaceswap + + +### [AITemplate](https://github.com/facebookincubator/aitemplate) by [facebookincubator](https://github.com/facebookincubator) +AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference. +[https://github.com/facebookincubator/aitemplate](https://github.com/facebookincubator/aitemplate) +89 stars per week over 33 weeks +2,979 stars, 238 forks, 77 watches +created 2022-07-15, last commit 2023-03-04, main language Python + + +### [dalle-mini](https://github.com/borisdayma/dalle-mini) by [borisdayma](https://github.com/borisdayma) +dalle-mini: DALL·E Mini - Generate images from a text prompt +[https://www.craiyon.com](https://www.craiyon.com) +[https://github.com/borisdayma/dalle-mini](https://github.com/borisdayma/dalle-mini) +157 stars per week over 87 weeks +13,731 stars, 1,062 forks, 102 watches +created 2021-07-03, last commit 2023-02-10, main language Python + + +### [DALLE2-pytorch](https://github.com/lucidrains/dalle2-pytorch) by [lucidrains](https://github.com/lucidrains) +DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch +[https://github.com/lucidrains/dalle2-pytorch](https://github.com/lucidrains/dalle2-pytorch) +190 stars per week over 47 weeks +9,043 stars, 787 forks, 123 watches +created 2022-04-07, last commit 2023-02-12, main language Python +artificial-intelligence, deep-learning, text-to-image ### [mxnet](https://github.com/apache/incubator-mxnet) by [apache](https://github.com/apache) @@ -105,65 +165,46 @@ mxnet: Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dyn [https://mxnet.apache.org](https://mxnet.apache.org) [https://github.com/apache/incubator-mxnet](https://github.com/apache/incubator-mxnet) 49 stars per week over 409 weeks -20,273 stars, 6,871 forks, 1,087 watches +20,272 stars, 6,872 forks, 1,087 watches created 2015-04-30, last commit 2023-01-26, main language C++ mxnet -### [Paddle](https://github.com/paddlepaddle/paddle) by [paddlepaddle](https://github.com/paddlepaddle) -Paddle: PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署) -[http://www.paddlepaddle.org/](http://www.paddlepaddle.org/) -[https://github.com/paddlepaddle/paddle](https://github.com/paddlepaddle/paddle) -57 stars per week over 341 weeks -19,696 stars, 4,991 forks, 731 watches -created 2016-08-15, last commit 2023-03-03, main language C++ -deep-learning, distributed-training, efficiency, machine-learning, neural-network, paddlepaddle, python, scalability - - ### [Real-ESRGAN](https://github.com/xinntao/real-esrgan) by [xinntao](https://github.com/xinntao) Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration. [https://github.com/xinntao/real-esrgan](https://github.com/xinntao/real-esrgan) 217 stars per week over 84 weeks -18,415 stars, 1,988 forks, 188 watches +18,447 stars, 1,993 forks, 188 watches created 2021-07-19, last commit 2022-09-20, main language Python amine, denoise, esrgan, image-restoration, jpeg-compression, pytorch, real-esrgan, super-resolution -### [ColossalAI](https://github.com/hpcaitech/colossalai) by [hpcaitech](https://github.com/hpcaitech) -ColossalAI: Making large AI models cheaper, faster and more accessible -[https://www.colossalai.org/](https://www.colossalai.org/) -[https://github.com/hpcaitech/colossalai](https://github.com/hpcaitech/colossalai) -247 stars per week over 70 weeks -17,366 stars, 1,837 forks, 206 watches -created 2021-10-28, last commit 2023-03-02, main language Python -ai, big-model, data-parallelism, deep-learning, distributed-computing, foundation-models, heterogeneous-training, hpc, inference, large-scale, model-parallelism, pipeline-parallelism - - -### [pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) by [pyg-team](https://github.com/pyg-team) -pytorch_geometric: Graph Neural Network Library for PyTorch -[https://pyg.org](https://pyg.org) -[https://github.com/pyg-team/pytorch_geometric](https://github.com/pyg-team/pytorch_geometric) -59 stars per week over 282 weeks -16,915 stars, 3,109 forks, 250 watches -created 2017-10-06, last commit 2023-03-02, main language Python -deep-learning, geometric-deep-learning, graph-convolutional-networks, graph-neural-networks, pytorch +### [kornia](https://github.com/kornia/kornia) +kornia: Open Source Differentiable Computer Vision Library +[https://kornia.github.io/kornia/](https://kornia.github.io/kornia/) +[https://github.com/kornia/kornia](https://github.com/kornia/kornia) +33 stars per week over 236 weeks +7,825 stars, 794 forks, 119 watches +created 2018-08-22, last commit 2023-03-04, main language Python +artificial-intelligence, computer-vision, deep-learning, image-processing, machine-learning, neural-network, python, pytorch -### [deeplearning-models](https://github.com/rasbt/deeplearning-models) by [rasbt](https://github.com/rasbt) -deeplearning-models: A collection of various deep learning architectures, models, and tips -[https://github.com/rasbt/deeplearning-models](https://github.com/rasbt/deeplearning-models) -80 stars per week over 195 weeks -15,633 stars, 3,851 forks, 594 watches -created 2019-06-05, last commit 2023-02-16, main language Jupyter Notebook +### [pytorch3d](https://github.com/facebookresearch/pytorch3d) by [facebookresearch](https://github.com/facebookresearch) +PyTorch3D is FAIR's library of reusable components for deep learning with 3D data +[https://pytorch3d.org/](https://pytorch3d.org/) +[https://github.com/facebookresearch/pytorch3d](https://github.com/facebookresearch/pytorch3d) +39 stars per week over 175 weeks +7,009 stars, 1,077 forks, 141 watches +created 2019-10-25, last commit 2023-02-28, main language Python -### [dalle-mini](https://github.com/borisdayma/dalle-mini) by [borisdayma](https://github.com/borisdayma) -dalle-mini: DALL·E Mini - Generate images from a text prompt -[https://www.craiyon.com](https://www.craiyon.com) -[https://github.com/borisdayma/dalle-mini](https://github.com/borisdayma/dalle-mini) -157 stars per week over 86 weeks -13,723 stars, 1,061 forks, 102 watches -created 2021-07-03, last commit 2023-02-10, main language Python +### [rembg](https://github.com/danielgatis/rembg) by [danielgatis](https://github.com/danielgatis) +Rembg is a tool to remove images background +[https://github.com/danielgatis/rembg](https://github.com/danielgatis/rembg) +63 stars per week over 133 weeks +8,561 stars, 1,069 forks, 105 watches +created 2020-08-10, last commit 2022-12-28, main language Python +background-removal, image-processing, python ### [albumentations](https://github.com/albumentations-team/albumentations) by [albumentations-team](https://github.com/albumentations-team) @@ -171,172 +212,102 @@ albumentations: Fast image augmentation library and an easy-to-use wrapper aroun [https://albumentations.ai](https://albumentations.ai) [https://github.com/albumentations-team/albumentations](https://github.com/albumentations-team/albumentations) 47 stars per week over 247 weeks -11,632 stars, 1,477 forks, 123 watches +11,637 stars, 1,478 forks, 124 watches created 2018-06-06, last commit 2023-02-21, main language Python augmentation, deep-learning, detection, fast-augmentations, image-augmentation, image-classification, image-processing, image-segmentation, machine-learning, object-detection, python, segmentation -### [dgl](https://github.com/dmlc/dgl) by [dmlc](https://github.com/dmlc) -dgl: Python package built to ease deep learning on graph, on top of existing DL frameworks. -[http://dgl.ai](http://dgl.ai) -[https://github.com/dmlc/dgl](https://github.com/dmlc/dgl) -44 stars per week over 254 weeks -11,202 stars, 2,720 forks, 173 watches -created 2018-04-20, last commit 2023-03-03, main language Python -deep-learning, graph-neural-networks +### [flax](https://github.com/google/flax) by [google](https://github.com/google) +Flax is a neural network library for JAX that is designed for flexibility. +[https://flax.readthedocs.io](https://flax.readthedocs.io) +[https://github.com/google/flax](https://github.com/google/flax) +24 stars per week over 164 weeks +4,071 stars, 486 forks, 77 watches +created 2020-01-10, last commit 2023-03-03, main language Python +jax + + +### [composer](https://github.com/mosaicml/composer) by [mosaicml](https://github.com/mosaicml) +composer: Train neural networks up to 7x faster +[http://docs.mosaicml.com](http://docs.mosaicml.com) +[https://github.com/mosaicml/composer](https://github.com/mosaicml/composer) +41 stars per week over 72 weeks +3,018 stars, 196 forks, 27 watches +created 2021-10-12, last commit 2023-03-04, main language Python +deep-learning, machine-learning, ml-efficiency, ml-systems, ml-training, neural-network, neural-networks, pytorch + + +### [VToonify](https://github.com/williamyang1991/vtoonify) by [williamyang1991](https://github.com/williamyang1991) +[SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer +[https://github.com/williamyang1991/vtoonify](https://github.com/williamyang1991/vtoonify) +116 stars per week over 25 weeks +2,948 stars, 358 forks, 59 watches +created 2022-09-09, last commit 2023-02-24, main language Jupyter Notebook +face, siggraph-asia, style-transfer, stylegan2, toonify, video-style-transfer ### [detr](https://github.com/facebookresearch/detr) by [facebookresearch](https://github.com/facebookresearch) detr: End-to-End Object Detection with Transformers [https://github.com/facebookresearch/detr](https://github.com/facebookresearch/detr) 72 stars per week over 144 weeks -10,495 stars, 1,929 forks, 150 watches +10,503 stars, 1,929 forks, 150 watches created 2020-05-26, last commit 2023-02-07, main language Python -### [DeepSpeed](https://github.com/microsoft/deepspeed) by [microsoft](https://github.com/microsoft) -DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective. -[https://www.deepspeed.ai/](https://www.deepspeed.ai/) -[https://github.com/microsoft/deepspeed](https://github.com/microsoft/deepspeed) -56 stars per week over 162 weeks -9,170 stars, 1,103 forks, 146 watches -created 2020-01-23, last commit 2023-03-01, main language Python -billion-parameters, compression, data-parallelism, deep-learning, gpu, inference, machine-learning, mixture-of-experts, model-parallelism, pipeline-parallelism, pytorch, trillion-parameters, zero - - -### [DALLE2-pytorch](https://github.com/lucidrains/dalle2-pytorch) by [lucidrains](https://github.com/lucidrains) -DALLE2-pytorch: Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch -[https://github.com/lucidrains/dalle2-pytorch](https://github.com/lucidrains/dalle2-pytorch) -191 stars per week over 47 weeks -9,030 stars, 783 forks, 123 watches -created 2022-04-07, last commit 2023-02-12, main language Python -artificial-intelligence, deep-learning, text-to-image - - -### [autokeras](https://github.com/keras-team/autokeras) by [keras-team](https://github.com/keras-team) -autokeras: AutoML library for deep learning -[http://autokeras.com/](http://autokeras.com/) -[https://github.com/keras-team/autokeras](https://github.com/keras-team/autokeras) -31 stars per week over 275 weeks -8,755 stars, 1,394 forks, 306 watches -created 2017-11-19, last commit 2023-02-22, main language Python -autodl, automated-machine-learning, automl, deep-learning, keras, machine-learning, neural-architecture-search, python, tensorflow - - -### [rembg](https://github.com/danielgatis/rembg) by [danielgatis](https://github.com/danielgatis) -Rembg is a tool to remove images background -[https://github.com/danielgatis/rembg](https://github.com/danielgatis/rembg) -63 stars per week over 133 weeks -8,531 stars, 1,067 forks, 105 watches -created 2020-08-10, last commit 2022-12-28, main language Python -background-removal, image-processing, python - - -### [lama-cleaner](https://github.com/sanster/lama-cleaner) by [sanster](https://github.com/sanster) -lama-cleaner: Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. -[https://lama-cleaner-docs.vercel.app/](https://lama-cleaner-docs.vercel.app/) -[https://github.com/sanster/lama-cleaner](https://github.com/sanster/lama-cleaner) -122 stars per week over 67 weeks -8,286 stars, 735 forks, 63 watches -created 2021-11-15, last commit 2023-03-02, main language Python -inpainting, lama, latent-diffusion, mat, pytorch, stable-diffusion, zits - - -### [kornia](https://github.com/kornia/kornia) -kornia: Open Source Differentiable Computer Vision Library -[https://kornia.github.io/kornia/](https://kornia.github.io/kornia/) -[https://github.com/kornia/kornia](https://github.com/kornia/kornia) -33 stars per week over 236 weeks -7,818 stars, 792 forks, 119 watches -created 2018-08-22, last commit 2023-03-01, main language Python -artificial-intelligence, computer-vision, deep-learning, image-processing, machine-learning, neural-network, python, pytorch - - ### [pyro](https://github.com/pyro-ppl/pyro) by [pyro-ppl](https://github.com/pyro-ppl) pyro: Deep universal probabilistic programming with Python and PyTorch [http://pyro.ai](http://pyro.ai) [https://github.com/pyro-ppl/pyro](https://github.com/pyro-ppl/pyro) 26 stars per week over 298 weeks -7,810 stars, 965 forks, 201 watches -created 2017-06-16, last commit 2023-02-03, main language Python +7,813 stars, 965 forks, 201 watches +created 2017-06-16, last commit 2023-03-04, main language Python bayesian, bayesian-inference, deep-learning, machine-learning, probabilistic-modeling, probabilistic-programming, python, pytorch, variational-inference -### [trax](https://github.com/google/trax) by [google](https://github.com/google) -Trax — Deep Learning with Clear Code and Speed -[https://github.com/google/trax](https://github.com/google/trax) -41 stars per week over 177 weeks -7,380 stars, 765 forks, 145 watches -created 2019-10-05, last commit 2023-02-15, main language Python -deep-learning, deep-reinforcement-learning, jax, machine-learning, numpy, reinforcement-learning, transformer - - -### [TensorLayer](https://github.com/tensorlayer/tensorlayer) by [tensorlayer](https://github.com/tensorlayer) -TensorLayer: Deep Learning and Reinforcement Learning Library for Scientists and Engineers -[http://tensorlayerx.com](http://tensorlayerx.com) -[https://github.com/tensorlayer/tensorlayer](https://github.com/tensorlayer/tensorlayer) -20 stars per week over 351 weeks -7,153 stars, 1,617 forks, 466 watches -created 2016-06-07, last commit 2023-02-18, main language Python -a3c, artificial-intelligence, chatbot, deep-learning, dqn, gan, google, imagenet, neural-network, object-detection, python, reinforcement-learning, tensorflow, tensorflow-tutorial, tensorflow-tutorials, tensorlayer - - -### [pytorch3d](https://github.com/facebookresearch/pytorch3d) by [facebookresearch](https://github.com/facebookresearch) -PyTorch3D is FAIR's library of reusable components for deep learning with 3D data -[https://pytorch3d.org/](https://pytorch3d.org/) -[https://github.com/facebookresearch/pytorch3d](https://github.com/facebookresearch/pytorch3d) -40 stars per week over 175 weeks -7,005 stars, 1,076 forks, 141 watches -created 2019-10-25, last commit 2023-02-28, main language Python - - -### [einops](https://github.com/arogozhnikov/einops) by [arogozhnikov](https://github.com/arogozhnikov) -einops: Deep learning operations reinvented (for pytorch, tensorflow, jax and others) -[https://einops.rocks](https://einops.rocks) -[https://github.com/arogozhnikov/einops](https://github.com/arogozhnikov/einops) -27 stars per week over 231 weeks -6,443 stars, 290 forks, 63 watches -created 2018-09-22, last commit 2023-01-18, main language Python -chainer, cupy, deep-learning, gluon, jax, keras, numpy, pytorch, tensor, tensorflow +### [autokeras](https://github.com/keras-team/autokeras) by [keras-team](https://github.com/keras-team) +autokeras: AutoML library for deep learning +[http://autokeras.com/](http://autokeras.com/) +[https://github.com/keras-team/autokeras](https://github.com/keras-team/autokeras) +31 stars per week over 276 weeks +8,758 stars, 1,394 forks, 306 watches +created 2017-11-19, last commit 2023-02-22, main language Python +autodl, automated-machine-learning, automl, deep-learning, keras, machine-learning, neural-architecture-search, python, tensorflow -### [mmf](https://github.com/facebookresearch/mmf) by [facebookresearch](https://github.com/facebookresearch) -mmf: A modular framework for vision & language multimodal research from Facebook AI Research (FAIR) -[https://mmf.sh/](https://mmf.sh/) -[https://github.com/facebookresearch/mmf](https://github.com/facebookresearch/mmf) -21 stars per week over 244 weeks -5,155 stars, 910 forks, 117 watches -created 2018-06-27, last commit 2023-02-02, main language Python -captioning, deep-learning, dialog, hateful-memes, multi-tasking, multimodal, pretrained-models, pytorch, textvqa, vqa +### [DeepFaceLab](https://github.com/iperov/deepfacelab) by [iperov](https://github.com/iperov) +DeepFaceLab is the leading software for creating deepfakes. +[https://github.com/iperov/deepfacelab](https://github.com/iperov/deepfacelab) +152 stars per week over 247 weeks +37,675 stars, 8,436 forks, 1,056 watches +created 2018-06-04, last commit 2022-12-31, main language Python +arxiv, creating-deepfakes, deep-face-swap, deep-learning, deep-neural-networks, deepface, deepfacelab, deepfakes, deeplearning, face-swap, faceswap, fakeapp, machine-learning, neural-nets, neural-networks -### [skorch](https://github.com/skorch-dev/skorch) by [skorch-dev](https://github.com/skorch-dev) -skorch: A scikit-learn compatible neural network library that wraps PyTorch -[https://github.com/skorch-dev/skorch](https://github.com/skorch-dev/skorch) -17 stars per week over 293 weeks -5,049 stars, 337 forks, 82 watches -created 2017-07-18, last commit 2023-02-13, main language Jupyter Notebook -hacktoberfest, machine-learning, pytorch, scikit-learn +### [deeplearning-models](https://github.com/rasbt/deeplearning-models) by [rasbt](https://github.com/rasbt) +deeplearning-models: A collection of various deep learning architectures, models, and tips +[https://github.com/rasbt/deeplearning-models](https://github.com/rasbt/deeplearning-models) +79 stars per week over 195 weeks +15,637 stars, 3,853 forks, 594 watches +created 2019-06-05, last commit 2023-02-16, main language Jupyter Notebook -### [nebullvm](https://github.com/nebuly-ai/nebullvm) by [nebuly-ai](https://github.com/nebuly-ai) -nebullvm: Plug and play modules to optimize the performances of your AI systems 🚀 -[https://www.nebuly.com/](https://www.nebuly.com/) -[https://github.com/nebuly-ai/nebullvm](https://github.com/nebuly-ai/nebullvm) -89 stars per week over 54 weeks -4,883 stars, 314 forks, 61 watches -created 2022-02-12, last commit 2023-03-02, main language Python -compiler, computing, deep-learning, edge-computing, gpu, huggingface, inference, machine-learning, neural-network, onnx, openvino, optimization, pypi, pytorch, quantization, tensorflow, tensorrt, transformers, tvm +### [torchrec](https://github.com/pytorch/torchrec) by [pytorch](https://github.com/pytorch) +torchrec: Pytorch domain library for recommendation systems +[https://github.com/pytorch/torchrec](https://github.com/pytorch/torchrec) +15 stars per week over 85 weeks +1,325 stars, 229 forks, 26 watches +created 2021-07-12, last commit 2023-03-02, main language Python +cuda, deep-learning, gpu, pytorch, recommendation-system, recommender-system, sharding -### [BasicSR](https://github.com/xpixelgroup/basicsr) by [xpixelgroup](https://github.com/xpixelgroup) -BasicSR: Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet. -[https://basicsr.readthedocs.io/en/latest/](https://basicsr.readthedocs.io/en/latest/) -[https://github.com/xpixelgroup/basicsr](https://github.com/xpixelgroup/basicsr) -17 stars per week over 254 weeks -4,429 stars, 899 forks, 88 watches -created 2018-04-19, last commit 2023-02-02, main language Python -basicsr, basicvsr, dfdnet, ecbsr, edsr, edvr, esrgan, pytorch, rcan, restoration, srgan, srresnet, stylegan2, super-resolution, swinir +### [alpa](https://github.com/alpa-projects/alpa) by [alpa-projects](https://github.com/alpa-projects) +alpa: Training and serving large-scale neural networks +[https://alpa.ai](https://alpa.ai) +[https://github.com/alpa-projects/alpa](https://github.com/alpa-projects/alpa) +18 stars per week over 105 weeks +1,958 stars, 241 forks, 33 watches +created 2021-02-22, last commit 2023-02-28, main language Python +alpa, auto-parallelization, compiler, deep-learning, distributed-computing, distributed-training, high-performance-computing, jax, llm, machine-learning ### [ignite](https://github.com/pytorch/ignite) by [pytorch](https://github.com/pytorch) @@ -344,83 +315,83 @@ ignite: High-level library to help with training and evaluating neural networks [https://pytorch-ignite.ai](https://pytorch-ignite.ai) [https://github.com/pytorch/ignite](https://github.com/pytorch/ignite) 15 stars per week over 275 weeks -4,212 stars, 583 forks, 59 watches +4,212 stars, 584 forks, 59 watches created 2017-11-23, last commit 2023-02-27, main language Python closember, deep-learning, hacktoberfest, machine-learning, metrics, neural-network, python, pytorch -### [flax](https://github.com/google/flax) by [google](https://github.com/google) -Flax is a neural network library for JAX that is designed for flexibility. -[https://flax.readthedocs.io](https://flax.readthedocs.io) -[https://github.com/google/flax](https://github.com/google/flax) -24 stars per week over 164 weeks -4,070 stars, 486 forks, 77 watches -created 2020-01-10, last commit 2023-03-02, main language Python -jax +### [Mask_RCNN](https://github.com/matterport/mask_rcnn) by [matterport](https://github.com/matterport) +Mask_RCNN: Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow +[https://github.com/matterport/mask_rcnn](https://github.com/matterport/mask_rcnn) +81 stars per week over 280 weeks +22,741 stars, 11,272 forks, 596 watches +created 2017-10-19, last commit 2019-03-31, main language Python +instance-segmentation, keras, mask-rcnn, object-detection, tensorflow -### [PyTorch-BigGraph](https://github.com/facebookresearch/pytorch-biggraph) by [facebookresearch](https://github.com/facebookresearch) -PyTorch-BigGraph: Generate embeddings from large-scale graph-structured data. -[https://torchbiggraph.readthedocs.io/](https://torchbiggraph.readthedocs.io/) -[https://github.com/facebookresearch/pytorch-biggraph](https://github.com/facebookresearch/pytorch-biggraph) -13 stars per week over 230 weeks -3,194 stars, 438 forks, 92 watches -created 2018-10-01, last commit 2022-12-08, main language Python +### [Detectron](https://github.com/facebookresearch/detectron) by [facebookresearch](https://github.com/facebookresearch) +Detectron: FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet. +[https://github.com/facebookresearch/detectron](https://github.com/facebookresearch/detectron) +90 stars per week over 282 weeks +25,558 stars, 5,492 forks, 960 watches +created 2017-10-05, last commit 2023-02-21, main language Python -### [composer](https://github.com/mosaicml/composer) by [mosaicml](https://github.com/mosaicml) -composer: Train neural networks up to 7x faster -[http://docs.mosaicml.com](http://docs.mosaicml.com) -[https://github.com/mosaicml/composer](https://github.com/mosaicml/composer) -41 stars per week over 72 weeks -3,019 stars, 196 forks, 27 watches -created 2021-10-12, last commit 2023-03-02, main language Python -deep-learning, machine-learning, ml-efficiency, ml-systems, ml-training, neural-network, neural-networks, pytorch +### [botorch](https://github.com/pytorch/botorch) by [pytorch](https://github.com/pytorch) +botorch: Bayesian optimization in PyTorch +[https://botorch.org/](https://botorch.org/) +[https://github.com/pytorch/botorch](https://github.com/pytorch/botorch) +10 stars per week over 239 weeks +2,544 stars, 306 forks, 50 watches +created 2018-07-30, last commit 2023-03-02, main language Jupyter Notebook -### [AITemplate](https://github.com/facebookincubator/aitemplate) by [facebookincubator](https://github.com/facebookincubator) -AITemplate is a Python framework which renders neural network into high performance CUDA/HIP C++ code. Specialized for FP16 TensorCore (NVIDIA GPU) and MatrixCore (AMD GPU) inference. -[https://github.com/facebookincubator/aitemplate](https://github.com/facebookincubator/aitemplate) -90 stars per week over 33 weeks -2,977 stars, 238 forks, 77 watches -created 2022-07-15, last commit 2023-03-02, main language Python +### [einops](https://github.com/arogozhnikov/einops) by [arogozhnikov](https://github.com/arogozhnikov) +einops: Deep learning operations reinvented (for pytorch, tensorflow, jax and others) +[https://einops.rocks](https://einops.rocks) +[https://github.com/arogozhnikov/einops](https://github.com/arogozhnikov/einops) +27 stars per week over 232 weeks +6,449 stars, 290 forks, 63 watches +created 2018-09-22, last commit 2023-01-18, main language Python +chainer, cupy, deep-learning, gluon, jax, keras, numpy, pytorch, tensor, tensorflow -### [VToonify](https://github.com/williamyang1991/vtoonify) by [williamyang1991](https://github.com/williamyang1991) -[SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer -[https://github.com/williamyang1991/vtoonify](https://github.com/williamyang1991/vtoonify) -117 stars per week over 25 weeks -2,946 stars, 358 forks, 59 watches -created 2022-09-09, last commit 2023-02-24, main language Jupyter Notebook -face, siggraph-asia, style-transfer, stylegan2, toonify, video-style-transfer +### [trax](https://github.com/google/trax) by [google](https://github.com/google) +Trax — Deep Learning with Clear Code and Speed +[https://github.com/google/trax](https://github.com/google/trax) +41 stars per week over 178 weeks +7,382 stars, 765 forks, 145 watches +created 2019-10-05, last commit 2023-02-15, main language Python +deep-learning, deep-reinforcement-learning, jax, machine-learning, numpy, reinforcement-learning, transformer -### [thinc](https://github.com/explosion/thinc) by [explosion](https://github.com/explosion) -thinc: 🔮 A refreshing functional take on deep learning, compatible with your favorite libraries -[https://thinc.ai](https://thinc.ai) -[https://github.com/explosion/thinc](https://github.com/explosion/thinc) -6.11 stars per week over 437 weeks -2,672 stars, 270 forks, 82 watches -created 2014-10-16, last commit 2023-03-01, main language Python -ai, artificial-intelligence, deep-learning, functional-programming, jax, machine-learning, machine-learning-library, mxnet, natural-language-processing, nlp, python, pytorch, spacy, tensorflow, type-checking +### [skorch](https://github.com/skorch-dev/skorch) by [skorch-dev](https://github.com/skorch-dev) +skorch: A scikit-learn compatible neural network library that wraps PyTorch +[https://github.com/skorch-dev/skorch](https://github.com/skorch-dev/skorch) +17 stars per week over 293 weeks +5,049 stars, 337 forks, 82 watches +created 2017-07-18, last commit 2023-02-13, main language Jupyter Notebook +hacktoberfest, machine-learning, pytorch, scikit-learn -### [dalle-playground](https://github.com/saharmor/dalle-playground) by [saharmor](https://github.com/saharmor) -dalle-playground: A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini) -[https://github.com/saharmor/dalle-playground](https://github.com/saharmor/dalle-playground) -33 stars per week over 76 weeks -2,586 stars, 565 forks, 28 watches -created 2021-09-13, last commit 2023-02-19, main language JavaScript -artificial, artificial-intelligence, dall-e, dalle, dalle-mini, gan, machine-learning, openai, stable-diffusion, text-to-image, transformers +### [mmf](https://github.com/facebookresearch/mmf) by [facebookresearch](https://github.com/facebookresearch) +mmf: A modular framework for vision & language multimodal research from Facebook AI Research (FAIR) +[https://mmf.sh/](https://mmf.sh/) +[https://github.com/facebookresearch/mmf](https://github.com/facebookresearch/mmf) +21 stars per week over 244 weeks +5,154 stars, 911 forks, 117 watches +created 2018-06-27, last commit 2023-02-02, main language Python +captioning, deep-learning, dialog, hateful-memes, multi-tasking, multimodal, pretrained-models, pytorch, textvqa, vqa -### [botorch](https://github.com/pytorch/botorch) by [pytorch](https://github.com/pytorch) -botorch: Bayesian optimization in PyTorch -[https://botorch.org/](https://botorch.org/) -[https://github.com/pytorch/botorch](https://github.com/pytorch/botorch) -10 stars per week over 239 weeks -2,539 stars, 306 forks, 50 watches -created 2018-07-30, last commit 2023-03-02, main language Jupyter Notebook +### [TensorLayer](https://github.com/tensorlayer/tensorlayer) by [tensorlayer](https://github.com/tensorlayer) +TensorLayer: Deep Learning and Reinforcement Learning Library for Scientists and Engineers +[http://tensorlayerx.com](http://tensorlayerx.com) +[https://github.com/tensorlayer/tensorlayer](https://github.com/tensorlayer/tensorlayer) +20 stars per week over 351 weeks +7,154 stars, 1,617 forks, 466 watches +created 2016-06-07, last commit 2023-02-18, main language Python +a3c, artificial-intelligence, chatbot, deep-learning, dqn, gan, google, imagenet, neural-network, object-detection, python, reinforcement-learning, tensorflow, tensorflow-tutorial, tensorflow-tutorials, tensorlayer ### [dm-haiku](https://github.com/deepmind/dm-haiku) by [deepmind](https://github.com/deepmind) @@ -428,219 +399,238 @@ dm-haiku: JAX-based neural network library [https://dm-haiku.readthedocs.io](https://dm-haiku.readthedocs.io) [https://github.com/deepmind/dm-haiku](https://github.com/deepmind/dm-haiku) 15 stars per week over 158 weeks -2,386 stars, 199 forks, 39 watches -created 2020-02-18, last commit 2023-03-02, main language Python +2,385 stars, 199 forks, 39 watches +created 2020-02-18, last commit 2023-03-03, main language Python deep-learning, deep-neural-networks, jax, machine-learning, neural-networks -### [VQGAN-CLIP](https://github.com/nerdyrodent/vqgan-clip) by [nerdyrodent](https://github.com/nerdyrodent) -VQGAN-CLIP: Just playing with getting VQGAN+CLIP running locally, rather than having to use colab. -[https://github.com/nerdyrodent/vqgan-clip](https://github.com/nerdyrodent/vqgan-clip) -27 stars per week over 87 weeks -2,371 stars, 410 forks, 53 watches -created 2021-07-02, last commit 2022-10-02, main language Python -text-to-image, text2image - - -### [spektral](https://github.com/danielegrattarola/spektral) by [danielegrattarola](https://github.com/danielegrattarola) -spektral: Graph Neural Networks with Keras and Tensorflow 2. -[https://graphneural.network](https://graphneural.network) -[https://github.com/danielegrattarola/spektral](https://github.com/danielegrattarola/spektral) -10 stars per week over 215 weeks -2,234 stars, 332 forks, 43 watches -created 2019-01-17, last commit 2023-02-11, main language Python -deep-learning, graph-deep-learning, graph-neural-networks, keras, python, tensorflow, tensorflow2 - - -### [alpa](https://github.com/alpa-projects/alpa) by [alpa-projects](https://github.com/alpa-projects) -alpa: Training and serving large-scale neural networks -[https://alpa.ai](https://alpa.ai) -[https://github.com/alpa-projects/alpa](https://github.com/alpa-projects/alpa) -18 stars per week over 105 weeks -1,950 stars, 241 forks, 33 watches -created 2021-02-22, last commit 2023-02-28, main language Python -alpa, auto-parallelization, compiler, deep-learning, distributed-computing, distributed-training, high-performance-computing, jax, llm, machine-learning - - ### [torchio](https://github.com/fepegar/torchio) by [fepegar](https://github.com/fepegar) torchio: Medical imaging toolkit for deep learning [http://www.torchio.org](http://www.torchio.org) [https://github.com/fepegar/torchio](https://github.com/fepegar/torchio) -9.67 stars per week over 170 weeks -1,648 stars, 203 forks, 17 watches +9.66 stars per week over 170 weeks +1,649 stars, 203 forks, 17 watches created 2019-11-26, last commit 2023-03-01, main language Python augmentation, data-augmentation, deep-learning, machine-learning, medical-image-analysis, medical-image-computing, medical-image-processing, medical-images, medical-imaging-datasets, medical-imaging-with-deep-learning, python, pytorch +### [dalle-playground](https://github.com/saharmor/dalle-playground) by [saharmor](https://github.com/saharmor) +dalle-playground: A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini) +[https://github.com/saharmor/dalle-playground](https://github.com/saharmor/dalle-playground) +33 stars per week over 76 weeks +2,587 stars, 565 forks, 28 watches +created 2021-09-13, last commit 2023-02-19, main language JavaScript +artificial, artificial-intelligence, dall-e, dalle, dalle-mini, gan, machine-learning, openai, stable-diffusion, text-to-image, transformers + + ### [sparseml](https://github.com/neuralmagic/sparseml) by [neuralmagic](https://github.com/neuralmagic) sparseml: Libraries for applying sparsification recipes to neural networks with a few lines of code, enabling faster and smaller models [https://github.com/neuralmagic/sparseml](https://github.com/neuralmagic/sparseml) 13 stars per week over 116 weeks -1,520 stars, 116 forks, 40 watches -created 2020-12-11, last commit 2023-02-28, main language Python +1,519 stars, 116 forks, 40 watches +created 2020-12-11, last commit 2023-03-04, main language Python automl, computer-vision-algorithms, deep-learning-algorithms, deep-learning-library, deep-learning-models, image-classification, keras, model-sparsification, nlp, object-detection, onnx, pruning, pruning-algorithms, pytorch, recipe-driven-approaches, smaller-models, sparsification, sparsification-recipes, sparsity, tensorflow -### [FGVC](https://github.com/vt-vl-lab/fgvc) by [vt-vl-lab](https://github.com/vt-vl-lab) -FGVC: [ECCV 2020] Flow-edge Guided Video Completion -[https://github.com/vt-vl-lab/fgvc](https://github.com/vt-vl-lab/fgvc) -11 stars per week over 129 weeks -1,482 stars, 243 forks, 68 watches -created 2020-09-09, last commit 2021-12-14, main language Python +### [BasicSR](https://github.com/xpixelgroup/basicsr) by [xpixelgroup](https://github.com/xpixelgroup) +BasicSR: Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet. +[https://basicsr.readthedocs.io/en/latest/](https://basicsr.readthedocs.io/en/latest/) +[https://github.com/xpixelgroup/basicsr](https://github.com/xpixelgroup/basicsr) +17 stars per week over 254 weeks +4,434 stars, 899 forks, 88 watches +created 2018-04-19, last commit 2023-02-02, main language Python +basicsr, basicvsr, dfdnet, ecbsr, edsr, edvr, esrgan, pytorch, rcan, restoration, srgan, srresnet, stylegan2, super-resolution, swinir -### [mesh](https://github.com/tensorflow/mesh) by [tensorflow](https://github.com/tensorflow) -Mesh TensorFlow: Model Parallelism Made Easier -[https://github.com/tensorflow/mesh](https://github.com/tensorflow/mesh) -5.92 stars per week over 232 weeks -1,374 stars, 241 forks, 47 watches -created 2018-09-20, last commit 2023-01-25, main language Python +### [spektral](https://github.com/danielegrattarola/spektral) by [danielegrattarola](https://github.com/danielegrattarola) +spektral: Graph Neural Networks with Keras and Tensorflow 2. +[https://graphneural.network](https://graphneural.network) +[https://github.com/danielegrattarola/spektral](https://github.com/danielegrattarola/spektral) +10 stars per week over 215 weeks +2,235 stars, 332 forks, 43 watches +created 2019-01-17, last commit 2023-02-11, main language Python +deep-learning, graph-deep-learning, graph-neural-networks, keras, python, tensorflow, tensorflow2 -### [torchrec](https://github.com/pytorch/torchrec) by [pytorch](https://github.com/pytorch) -torchrec: Pytorch domain library for recommendation systems -[https://github.com/pytorch/torchrec](https://github.com/pytorch/torchrec) -15 stars per week over 85 weeks -1,326 stars, 229 forks, 26 watches -created 2021-07-12, last commit 2023-03-02, main language Python -cuda, deep-learning, gpu, pytorch, recommendation-system, recommender-system, sharding +### [thinc](https://github.com/explosion/thinc) by [explosion](https://github.com/explosion) +thinc: 🔮 A refreshing functional take on deep learning, compatible with your favorite libraries +[https://thinc.ai](https://thinc.ai) +[https://github.com/explosion/thinc](https://github.com/explosion/thinc) +6.11 stars per week over 437 weeks +2,673 stars, 270 forks, 82 watches +created 2014-10-16, last commit 2023-03-03, main language Python +ai, artificial-intelligence, deep-learning, functional-programming, jax, machine-learning, machine-learning-library, mxnet, natural-language-processing, nlp, python, pytorch, spacy, tensorflow, type-checking -### [pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) by [hysts](https://github.com/hysts) -pytorch_image_classification: PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet -[https://github.com/hysts/pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) -4.32 stars per week over 272 weeks -1,178 stars, 292 forks, 27 watches -created 2017-12-09, last commit 2021-12-12, main language Python -cifar10, computer-vision, fashion-mnist, imagenet, pytorch +### [PyTorch-BigGraph](https://github.com/facebookresearch/pytorch-biggraph) by [facebookresearch](https://github.com/facebookresearch) +PyTorch-BigGraph: Generate embeddings from large-scale graph-structured data. +[https://torchbiggraph.readthedocs.io/](https://torchbiggraph.readthedocs.io/) +[https://github.com/facebookresearch/pytorch-biggraph](https://github.com/facebookresearch/pytorch-biggraph) +13 stars per week over 230 weeks +3,194 stars, 438 forks, 92 watches +created 2018-10-01, last commit 2022-12-08, main language Python ### [WeightWatcher](https://github.com/calculatedcontent/weightwatcher) by [calculatedcontent](https://github.com/calculatedcontent) WeightWatcher: The WeightWatcher tool for predicting the accuracy of Deep Neural Networks [https://github.com/calculatedcontent/weightwatcher](https://github.com/calculatedcontent/weightwatcher) 5.18 stars per week over 222 weeks -1,152 stars, 100 forks, 29 watches -created 2018-11-28, last commit 2023-03-03, main language Python +1,153 stars, 100 forks, 29 watches +created 2018-11-28, last commit 2023-03-04, main language Python + + +### [keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) by [leondgarse](https://github.com/leondgarse) +keras_cv_attention_models: Keras beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,edgenext,efficientformer,efficientnet,fbnet,flexivit,gcvit,ghostnet,gmlp,gpvit,halonet,hornet,iformer,lcnet,levit,maxvit,mlp-mixer,mobilevit,nat,nfnets,pvt,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolov7,yolox +[https://github.com/leondgarse/keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) +4.32 stars per week over 82 weeks +358 stars, 59 forks, 17 watches +created 2021-08-02, last commit 2023-02-25, main language Python +anchor-free, attention, coco, detection, imagenet, keras, model, recognition, tensorflow, tf, tf2, visualizing + + +### [VQGAN-CLIP](https://github.com/nerdyrodent/vqgan-clip) by [nerdyrodent](https://github.com/nerdyrodent) +VQGAN-CLIP: Just playing with getting VQGAN+CLIP running locally, rather than having to use colab. +[https://github.com/nerdyrodent/vqgan-clip](https://github.com/nerdyrodent/vqgan-clip) +27 stars per week over 87 weeks +2,373 stars, 410 forks, 53 watches +created 2021-07-02, last commit 2022-10-02, main language Python +text-to-image, text2image ### [similarity](https://github.com/tensorflow/similarity) by [tensorflow](https://github.com/tensorflow) similarity: TensorFlow Similarity is a python package focused on making similarity learning quick and easy. [https://github.com/tensorflow/similarity](https://github.com/tensorflow/similarity) -6.54 stars per week over 141 weeks +6.53 stars per week over 141 weeks 926 stars, 91 forks, 31 watches created 2020-06-15, last commit 2023-01-16, main language Python barlow-twins, clustering, contrastive-learning, cosine-similarity, deep-learning, knn, machine-learning, metric-learning, nearest-neighbor-search, nearest-neighbors, python, simclr, simclr2, similarity-learning, similarity-search, simsiam, tensorflow, unsupervised-learning -### [rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) by [kakaobrain](https://github.com/kakaobrain) -rq-vae-transformer: The official implementation of Autoregressive Image Generation using Residual Quantization (CVPR '22) -[https://github.com/kakaobrain/rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) -10 stars per week over 52 weeks -539 stars, 61 forks, 15 watches -created 2022-03-03, last commit 2022-08-18, main language Jupyter Notebook - - -### [ppuda](https://github.com/facebookresearch/ppuda) by [facebookresearch](https://github.com/facebookresearch) -ppuda: Code for Parameter Prediction for Unseen Deep Architectures (NeurIPS 2021) -[https://github.com/facebookresearch/ppuda](https://github.com/facebookresearch/ppuda) -6.56 stars per week over 71 weeks -467 stars, 60 forks, 19 watches -created 2021-10-21, last commit 2022-07-26, main language Python - - -### [Deep-Video-Inpainting](https://github.com/mcahny/deep-video-inpainting) by [mcahny](https://github.com/mcahny) -Deep-Video-Inpainting: Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019) -[https://github.com/mcahny/deep-video-inpainting](https://github.com/mcahny/deep-video-inpainting) -2.35 stars per week over 197 weeks -463 stars, 88 forks, 14 watches -created 2019-05-22, last commit 2020-12-10, main language Python - - ### [git-re-basin](https://github.com/samuela/git-re-basin) by [samuela](https://github.com/samuela) git-re-basin: Code release for "Git Re-Basin: Merging Models modulo Permutation Symmetries" [https://arxiv.org/abs/2209.04836](https://arxiv.org/abs/2209.04836) [https://github.com/samuela/git-re-basin](https://github.com/samuela/git-re-basin) 15 stars per week over 24 weeks -377 stars, 33 forks, 5 watches +378 stars, 33 forks, 5 watches created 2022-09-13, last commit 2023-03-01, main language Python deep-learning, deeplearning, jax, machine-learning, neural-networks -### [STTN](https://github.com/researchmm/sttn) by [researchmm](https://github.com/researchmm) -[ECCV'2020] STTN: Learning Joint Spatial-Temporal Transformations for Video Inpainting -[https://arxiv.org/abs/2007.10247](https://arxiv.org/abs/2007.10247) -[https://github.com/researchmm/sttn](https://github.com/researchmm/sttn) -2.62 stars per week over 138 weeks -362 stars, 72 forks, 20 watches -created 2020-07-10, last commit 2021-07-26, main language Jupyter Notebook -completing-videos, spatial-temporal, transformer, video-inpainting +### [mesh](https://github.com/tensorflow/mesh) by [tensorflow](https://github.com/tensorflow) +Mesh TensorFlow: Model Parallelism Made Easier +[https://github.com/tensorflow/mesh](https://github.com/tensorflow/mesh) +5.92 stars per week over 232 weeks +1,375 stars, 241 forks, 47 watches +created 2018-09-20, last commit 2023-01-25, main language Python -### [keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) by [leondgarse](https://github.com/leondgarse) -keras_cv_attention_models: Keras beit,botnet,CMT,CoaT,CoAtNet,convnext,cotnet,davit,efficientdet,edgenext,efficientformer,efficientnet,fbnet,flexivit,gcvit,ghostnet,gmlp,gpvit,halonet,hornet,iformer,lcnet,levit,maxvit,mlp-mixer,mobilevit,nat,nfnets,pvt,regnet,resmlp,resnest,resnext,resnetd,swin,tinynet,uniformer,volo,wavemlp,yolor,yolov7,yolox -[https://github.com/leondgarse/keras_cv_attention_models](https://github.com/leondgarse/keras_cv_attention_models) -4.32 stars per week over 82 weeks -357 stars, 59 forks, 17 watches -created 2021-08-02, last commit 2023-02-25, main language Python -anchor-free, attention, coco, detection, imagenet, keras, model, recognition, tensorflow, tf, tf2, visualizing +### [asyncpraw](https://github.com/praw-dev/asyncpraw) by [praw-dev](https://github.com/praw-dev) +asyncpraw: Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. +[https://asyncpraw.readthedocs.io](https://asyncpraw.readthedocs.io) +[https://github.com/praw-dev/asyncpraw](https://github.com/praw-dev/asyncpraw) +0.39 stars per week over 212 weeks +82 stars, 14 forks, 3 watches +created 2019-02-05, last commit 2023-02-25, main language Python +api, async, asyncpraw, oauth, praw, python, reddit, reddit-api -### [SDNE](https://github.com/suanrong/sdne) by [suanrong](https://github.com/suanrong) -SDNE: This is a implementation of SDNE (Structural Deep Network embedding) -[http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding](http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding) -[https://github.com/suanrong/sdne](https://github.com/suanrong/sdne) -0.95 stars per week over 326 weeks -310 stars, 123 forks, 10 watches -created 2016-11-30, last commit 2021-09-10, main language Python +### [rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) by [kakaobrain](https://github.com/kakaobrain) +rq-vae-transformer: The official implementation of Autoregressive Image Generation using Residual Quantization (CVPR '22) +[https://github.com/kakaobrain/rq-vae-transformer](https://github.com/kakaobrain/rq-vae-transformer) +10 stars per week over 52 weeks +539 stars, 61 forks, 15 watches +created 2022-03-03, last commit 2022-08-18, main language Jupyter Notebook + + +### [FGVC](https://github.com/vt-vl-lab/fgvc) by [vt-vl-lab](https://github.com/vt-vl-lab) +FGVC: [ECCV 2020] Flow-edge Guided Video Completion +[https://github.com/vt-vl-lab/fgvc](https://github.com/vt-vl-lab/fgvc) +11 stars per week over 129 weeks +1,482 stars, 242 forks, 68 watches +created 2020-09-09, last commit 2021-12-14, main language Python + + +### [ppuda](https://github.com/facebookresearch/ppuda) by [facebookresearch](https://github.com/facebookresearch) +ppuda: Code for Parameter Prediction for Unseen Deep Architectures (NeurIPS 2021) +[https://github.com/facebookresearch/ppuda](https://github.com/facebookresearch/ppuda) +6.54 stars per week over 71 weeks +467 stars, 60 forks, 19 watches +created 2021-10-21, last commit 2022-07-26, main language Python ### [ModernConvNets](https://github.com/nyandwi/modernconvnets) by [nyandwi](https://github.com/nyandwi) ModernConvNets: Revisions and implementations of modern Convolutional Neural Networks architectures in TensorFlow and Keras [https://github.com/nyandwi/modernconvnets](https://github.com/nyandwi/modernconvnets) -5.55 stars per week over 55 weeks +5.52 stars per week over 55 weeks 306 stars, 32 forks, 7 watches created 2022-02-10, last commit 2022-10-05, main language Jupyter Notebook cnns, computer-vision, convnets, convolutional-neural-networks, deep-learning-algorithms, image-classification, keras, neural-networks, tensorflow +### [valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) by [jerryyli](https://github.com/jerryyli) +valhalla-nmt: Code repository for CVPR 2022 paper "VALHALLA: Visual Hallucination for Machine Translation" +[https://github.com/jerryyli/valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) +0.46 stars per week over 49 weeks +23 stars, 4 forks, 1 watches +created 2022-03-22, last commit 2023-02-19, main language Python +computer-vision, machine-translation, multimodal-learning, natural-language-processing + + ### [auto-tensorflow](https://github.com/rafiqhasan/auto-tensorflow) by [rafiqhasan](https://github.com/rafiqhasan) auto-tensorflow: Build Low Code Automated Tensorflow explainable models in just 3 lines of code. Library created by: Hasan Rafiq - https://www.linkedin.com/in/sam04/ [https://github.com/rafiqhasan/auto-tensorflow](https://github.com/rafiqhasan/auto-tensorflow) -2.01 stars per week over 86 weeks +2.0 stars per week over 86 weeks 174 stars, 34 forks, 13 watches created 2021-07-05, last commit 2022-12-09, main language Python auto-tensorflow, automl, autotensorflow, deeplearning, machine-learning, machinelearning, neural-networks, tensorflow, tfx +### [pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) by [hysts](https://github.com/hysts) +pytorch_image_classification: PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet +[https://github.com/hysts/pytorch_image_classification](https://github.com/hysts/pytorch_image_classification) +4.32 stars per week over 273 weeks +1,179 stars, 292 forks, 27 watches +created 2017-12-09, last commit 2021-12-12, main language Python +cifar10, computer-vision, fashion-mnist, imagenet, pytorch + + ### [tigerlily](https://github.com/benedekrozemberczki/tigerlily) by [benedekrozemberczki](https://github.com/benedekrozemberczki) TigerLily: Finding drug interactions in silico with the Graph. [https://github.com/benedekrozemberczki/tigerlily](https://github.com/benedekrozemberczki/tigerlily) -1.71 stars per week over 52 weeks +1.7 stars per week over 52 weeks 90 stars, 9 forks, 1 watches created 2022-02-28, last commit 2022-12-17, main language Jupyter Notebook biology, ddi, deep-learning, drug-drug-interaction, embedding, gradient-boosting, graph, graph-database, graph-embedding, graph-machine-learning, heterogeneous-graph, knowledge-graph, machine-learning, network-science, node, node-embedding, pharmaceuticals, tigergraph, unsupervised-learning -### [asyncpraw](https://github.com/praw-dev/asyncpraw) by [praw-dev](https://github.com/praw-dev) -asyncpraw: Async PRAW, an abbreviation for "Asynchronous Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API. -[https://asyncpraw.readthedocs.io](https://asyncpraw.readthedocs.io) -[https://github.com/praw-dev/asyncpraw](https://github.com/praw-dev/asyncpraw) -0.39 stars per week over 212 weeks -82 stars, 14 forks, 3 watches -created 2019-02-05, last commit 2023-02-25, main language Python -api, async, asyncpraw, oauth, praw, python, reddit, reddit-api +### [Deep-Video-Inpainting](https://github.com/mcahny/deep-video-inpainting) by [mcahny](https://github.com/mcahny) +Deep-Video-Inpainting: Official pytorch implementation for "Deep Video Inpainting" (CVPR 2019) +[https://github.com/mcahny/deep-video-inpainting](https://github.com/mcahny/deep-video-inpainting) +2.34 stars per week over 197 weeks +463 stars, 88 forks, 14 watches +created 2019-05-22, last commit 2020-12-10, main language Python -### [valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) by [jerryyli](https://github.com/jerryyli) -valhalla-nmt: Code repository for CVPR 2022 paper "VALHALLA: Visual Hallucination for Machine Translation" -[https://github.com/jerryyli/valhalla-nmt](https://github.com/jerryyli/valhalla-nmt) -0.47 stars per week over 49 weeks -23 stars, 4 forks, 1 watches -created 2022-03-22, last commit 2023-02-19, main language Python -computer-vision, machine-translation, multimodal-learning, natural-language-processing +### [STTN](https://github.com/researchmm/sttn) by [researchmm](https://github.com/researchmm) +[ECCV'2020] STTN: Learning Joint Spatial-Temporal Transformations for Video Inpainting +[https://arxiv.org/abs/2007.10247](https://arxiv.org/abs/2007.10247) +[https://github.com/researchmm/sttn](https://github.com/researchmm/sttn) +2.62 stars per week over 138 weeks +362 stars, 72 forks, 20 watches +created 2020-07-10, last commit 2021-07-26, main language Jupyter Notebook +completing-videos, spatial-temporal, transformer, video-inpainting + + +### [SDNE](https://github.com/suanrong/sdne) by [suanrong](https://github.com/suanrong) +SDNE: This is a implementation of SDNE (Structural Deep Network embedding) +[http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding](http://www.kdd.org/kdd2016/subtopic/view/structural-deep-network-embedding) +[https://github.com/suanrong/sdne](https://github.com/suanrong/sdne) +0.95 stars per week over 326 weeks +310 stars, 123 forks, 10 watches +created 2016-11-30, last commit 2021-09-10, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/ml-interpretability.md b/categories/ml-interpretability.md index dd5c09c..71a6fb7 100644 --- a/categories/ml-interpretability.md +++ b/categories/ml-interpretability.md @@ -8,20 +8,12 @@ Checkout the interactive version that you can filter and sort: ### [shap](https://github.com/slundberg/shap) by [slundberg](https://github.com/slundberg) shap: A game theoretic approach to explain the output of any machine learning model. [https://github.com/slundberg/shap](https://github.com/slundberg/shap) -56 stars per week over 327 weeks -18,658 stars, 2,814 forks, 263 watches +57 stars per week over 327 weeks +18,682 stars, 2,815 forks, 263 watches created 2016-11-22, last commit 2022-06-16, main language Jupyter Notebook deep-learning, explainability, gradient-boosting, interpretability, machine-learning, shap, shapley -### [lime](https://github.com/marcotcr/lime) by [marcotcr](https://github.com/marcotcr) -Lime: Explaining the predictions of any machine learning classifier -[https://github.com/marcotcr/lime](https://github.com/marcotcr/lime) -28 stars per week over 363 weeks -10,467 stars, 1,711 forks, 270 watches -created 2016-03-15, last commit 2021-07-29, main language JavaScript - - ### [captum](https://github.com/pytorch/captum) by [pytorch](https://github.com/pytorch) captum: Model interpretability and understanding for PyTorch [https://captum.ai](https://captum.ai) @@ -32,66 +24,74 @@ created 2019-08-27, last commit 2023-02-03, main language Python feature-attribution, feature-importance, interpretability, interpretable-ai, interpretable-ml -### [lit](https://github.com/pair-code/lit) by [pair-code](https://github.com/pair-code) -lit: The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface. -[https://pair-code.github.io/lit](https://pair-code.github.io/lit) -[https://github.com/pair-code/lit](https://github.com/pair-code/lit) -22 stars per week over 135 weeks -3,083 stars, 327 forks, 70 watches -created 2020-07-28, last commit 2022-12-02, main language TypeScript -machine-learning, natural-language-processing, visualization +### [explainerdashboard](https://github.com/oegedijk/explainerdashboard) by [oegedijk](https://github.com/oegedijk) +explainerdashboard: Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models. +[http://explainerdashboard.readthedocs.io](http://explainerdashboard.readthedocs.io) +[https://github.com/oegedijk/explainerdashboard](https://github.com/oegedijk/explainerdashboard) +9.1 stars per week over 174 weeks +1,588 stars, 208 forks, 18 watches +created 2019-10-30, last commit 2023-02-18, main language Python +dash, dashboard, data-scientists, explainer, inner-workings, interactive-dashboards, interactive-plots, model-predictions, permutation-importances, plotly, shap, shap-values, xai, xai-library ### [alibi](https://github.com/seldonio/alibi) by [seldonio](https://github.com/seldonio) alibi: Algorithms for explaining machine learning models [https://docs.seldon.io/projects/alibi/en/stable/](https://docs.seldon.io/projects/alibi/en/stable/) [https://github.com/seldonio/alibi](https://github.com/seldonio/alibi) -9.3 stars per week over 209 weeks -1,947 stars, 221 forks, 42 watches +9.29 stars per week over 209 weeks +1,949 stars, 221 forks, 42 watches created 2019-02-26, last commit 2023-03-01, main language Python counterfactual, explanations, interpretability, machine-learning, xai +### [lime](https://github.com/marcotcr/lime) by [marcotcr](https://github.com/marcotcr) +Lime: Explaining the predictions of any machine learning classifier +[https://github.com/marcotcr/lime](https://github.com/marcotcr/lime) +28 stars per week over 363 weeks +10,476 stars, 1,716 forks, 270 watches +created 2016-03-15, last commit 2021-07-29, main language JavaScript + + +### [PiML-Toolbox](https://github.com/selfexplainml/piml-toolbox) by [selfexplainml](https://github.com/selfexplainml) +PiML-Toolbox: PiML (Python Interpretable Machine Learning) toolbox for model development and model validation +[https://selfexplainml.github.io/PiML-Toolbox](https://selfexplainml.github.io/PiML-Toolbox) +[https://github.com/selfexplainml/piml-toolbox](https://github.com/selfexplainml/piml-toolbox) +12 stars per week over 44 weeks +550 stars, 61 forks, 15 watches +created 2022-04-29, last commit 2023-03-01, main language Jupyter Notebook +interpretable-machine-learning, low-code, ml-workflow, model-diagnostics + + +### [lit](https://github.com/pair-code/lit) by [pair-code](https://github.com/pair-code) +lit: The Learning Interpretability Tool: Interactively analyze ML models to understand their behavior in an extensible and framework agnostic interface. +[https://pair-code.github.io/lit](https://pair-code.github.io/lit) +[https://github.com/pair-code/lit](https://github.com/pair-code/lit) +22 stars per week over 135 weeks +3,082 stars, 327 forks, 70 watches +created 2020-07-28, last commit 2022-12-02, main language TypeScript +machine-learning, natural-language-processing, visualization + + ### [ecco](https://github.com/jalammar/ecco) by [jalammar](https://github.com/jalammar) ecco: Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2, BERT, RoBERTA, T5, and T0). [https://ecco.readthedocs.io](https://ecco.readthedocs.io) [https://github.com/jalammar/ecco](https://github.com/jalammar/ecco) -13 stars per week over 120 weeks -1,613 stars, 118 forks, 21 watches +13 stars per week over 121 weeks +1,615 stars, 118 forks, 21 watches created 2020-11-07, last commit 2022-01-18, main language Jupyter Notebook explorables, language-models, natural-language-processing, nlp, pytorch, visualization -### [explainerdashboard](https://github.com/oegedijk/explainerdashboard) by [oegedijk](https://github.com/oegedijk) -explainerdashboard: Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models. -[http://explainerdashboard.readthedocs.io](http://explainerdashboard.readthedocs.io) -[https://github.com/oegedijk/explainerdashboard](https://github.com/oegedijk/explainerdashboard) -9.11 stars per week over 174 weeks -1,588 stars, 208 forks, 18 watches -created 2019-10-30, last commit 2023-02-18, main language Python -dash, dashboard, data-scientists, explainer, inner-workings, interactive-dashboards, interactive-plots, model-predictions, permutation-importances, plotly, shap, shap-values, xai, xai-library - - ### [transformers-interpret](https://github.com/cdpierse/transformers-interpret) by [cdpierse](https://github.com/cdpierse) transformers-interpret: Model explainability that works seamlessly with 🤗 transformers. Explain your transformers model in just 2 lines of code. [https://github.com/cdpierse/transformers-interpret](https://github.com/cdpierse/transformers-interpret) 6.74 stars per week over 144 weeks -973 stars, 86 forks, 17 watches +975 stars, 86 forks, 17 watches created 2020-05-27, last commit 2023-01-14, main language Jupyter Notebook captum, computer-vision, deep-learning, explainable-ai, interpretability, machine-learning, model-explainability, natural-language-processing, neural-network, nlp, transformers, transformers-model -### [PiML-Toolbox](https://github.com/selfexplainml/piml-toolbox) by [selfexplainml](https://github.com/selfexplainml) -PiML-Toolbox: PiML (Python Interpretable Machine Learning) toolbox for model development and model validation -[https://selfexplainml.github.io/PiML-Toolbox](https://selfexplainml.github.io/PiML-Toolbox) -[https://github.com/selfexplainml/piml-toolbox](https://github.com/selfexplainml/piml-toolbox) -12 stars per week over 44 weeks -549 stars, 62 forks, 15 watches -created 2022-04-29, last commit 2023-03-01, main language Jupyter Notebook -interpretable-machine-learning, low-code, ml-workflow, model-diagnostics - - -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/ml-ops.md b/categories/ml-ops.md index b8752b7..8fd665f 100644 --- a/categories/ml-ops.md +++ b/categories/ml-ops.md @@ -10,8 +10,8 @@ airflow: Apache Airflow - A platform to programmatically author, schedule, and m [https://airflow.apache.org/](https://airflow.apache.org/) [https://github.com/apache/airflow](https://github.com/apache/airflow) 71 stars per week over 411 weeks -29,333 stars, 12,009 forks, 759 watches -created 2015-04-13, last commit 2023-03-02, main language Python +29,349 stars, 12,007 forks, 758 watches +created 2015-04-13, last commit 2023-03-03, main language Python airflow, apache, apache-airflow, hacktoberfest, python, scheduler, workflow @@ -20,68 +20,39 @@ Ray is a unified framework for scaling AI and Python applications. Ray consists [https://ray.io](https://ray.io) [https://github.com/ray-project/ray](https://github.com/ray-project/ray) 73 stars per week over 331 weeks -24,371 stars, 4,237 forks, 441 watches -created 2016-10-25, last commit 2023-03-03, main language Python +24,399 stars, 4,238 forks, 441 watches +created 2016-10-25, last commit 2023-03-04, main language Python automl, data-science, deep-learning, deployment, distributed, hyperparameter-optimization, hyperparameter-search, java, machine-learning, model-selection, optimization, parallel, python, pytorch, ray, reinforcement-learning, rllib, serving, tensorflow -### [luigi](https://github.com/spotify/luigi) by [spotify](https://github.com/spotify) -Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in. -[https://github.com/spotify/luigi](https://github.com/spotify/luigi) -30 stars per week over 545 weeks -16,364 stars, 2,356 forks, 483 watches -created 2012-09-20, last commit 2023-02-25, main language Python -hadoop, luigi, orchestration-framework, python, scheduling - - ### [mlflow](https://github.com/mlflow/mlflow) mlflow: Open source platform for the machine learning lifecycle [https://mlflow.org](https://mlflow.org) [https://github.com/mlflow/mlflow](https://github.com/mlflow/mlflow) 55 stars per week over 247 weeks -13,757 stars, 3,215 forks, 287 watches -created 2018-06-05, last commit 2023-03-02, main language Python +13,770 stars, 3,217 forks, 287 watches +created 2018-06-05, last commit 2023-03-03, main language Python ai, apache-spark, machine-learning, ml, mlflow, model-management -### [horovod](https://github.com/horovod/horovod) -horovod: Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. -[http://horovod.ai](http://horovod.ai) -[https://github.com/horovod/horovod](https://github.com/horovod/horovod) -45 stars per week over 290 weeks -13,065 stars, 2,158 forks, 331 watches -created 2017-08-09, last commit 2023-02-23, main language Python -baidu, deep-learning, deeplearning, keras, machine-learning, machinelearning, mpi, mxnet, pytorch, ray, spark, tensorflow, uber - - ### [prefect](https://github.com/prefecthq/prefect) by [prefecthq](https://github.com/prefecthq) prefect: The easiest way to coordinate your dataflow [https://prefect.io](https://prefect.io) [https://github.com/prefecthq/prefect](https://github.com/prefecthq/prefect) 46 stars per week over 244 weeks -11,411 stars, 1,142 forks, 155 watches -created 2018-06-29, last commit 2023-03-02, main language Python +11,414 stars, 1,142 forks, 156 watches +created 2018-06-29, last commit 2023-03-03, main language Python automation, data, data-engineering, data-ops, data-science, infrastructure, ml-ops, observability, orchestration, orion, pipeline, prefect, python, workflow, workflow-engine -### [ludwig](https://github.com/uber/ludwig) by [uber](https://github.com/uber) -ludwig: Data-centric declarative deep learning framework -[http://ludwig.ai](http://ludwig.ai) -[https://github.com/uber/ludwig](https://github.com/uber/ludwig) -40 stars per week over 218 weeks -8,780 stars, 1,030 forks, 184 watches -created 2018-12-27, last commit 2023-03-03, main language Python -computer-vision, data-centric, data-science, datascience, deep, deep-learning, deeplearning, learning, machine, machine-learning, machinelearning, ml, natural-language, natural-language-processing, neural-network, python, pytorch - - -### [kedro](https://github.com/kedro-org/kedro) by [kedro-org](https://github.com/kedro-org) -kedro: A Python framework for creating reproducible, maintainable and modular data science code. -[https://kedro.org](https://kedro.org) -[https://github.com/kedro-org/kedro](https://github.com/kedro-org/kedro) -40 stars per week over 202 weeks -8,137 stars, 765 forks, 104 watches -created 2019-04-18, last commit 2023-03-02, main language Python -experiment-tracking, hacktoberfest, kedro, machine-learning, mlops, pipeline, python +### [dagster](https://github.com/dagster-io/dagster) by [dagster-io](https://github.com/dagster-io) +dagster: An orchestration platform for the development, production, and observation of data assets. +[https://dagster.io](https://dagster.io) +[https://github.com/dagster-io/dagster](https://github.com/dagster-io/dagster) +26 stars per week over 252 weeks +6,671 stars, 841 forks, 92 watches +created 2018-04-30, last commit 2023-03-03, main language Python +analytics, dagster, data-engineering, data-integration, data-orchestrator, data-pipelines, data-science, etl, metadata, mlops, orchestration, python, scheduler, workflow, workflow-automation ### [great_expectations](https://github.com/great-expectations/great_expectations) by [great-expectations](https://github.com/great-expectations) @@ -89,29 +60,69 @@ great_expectations: Always know what to expect from your data. [https://docs.greatexpectations.io/](https://docs.greatexpectations.io/) [https://github.com/great-expectations/great_expectations](https://github.com/great-expectations/great_expectations) 28 stars per week over 285 weeks -8,048 stars, 1,246 forks, 71 watches -created 2017-09-11, last commit 2023-03-02, main language Python +8,050 stars, 1,249 forks, 71 watches +created 2017-09-11, last commit 2023-03-03, main language Python cleandata, data-engineering, data-profilers, data-profiling, data-quality, data-science, data-unit-tests, datacleaner, datacleaning, dataquality, dataunittest, eda, exploratory-analysis, exploratory-data-analysis, exploratorydataanalysis, mlops, pipeline, pipeline-debt, pipeline-testing, pipeline-tests +### [mage-ai](https://github.com/mage-ai/mage-ai) +mage-ai: 🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data. +[https://www.mage.ai/](https://www.mage.ai/) +[https://github.com/mage-ai/mage-ai](https://github.com/mage-ai/mage-ai) +85 stars per week over 41 weeks +3,562 stars, 276 forks, 46 watches +created 2022-05-16, last commit 2023-03-04, main language Python +artificial-intelligence, data, data-engineering, data-integration, data-pipelines, data-science, dbt, elt, etl, machine-learning, orchestration, pipeline, pipelines, python, reverse-etl, spark, sql, transformation + + ### [haystack](https://github.com/deepset-ai/haystack) by [deepset-ai](https://github.com/deepset-ai) haystack: :mag: Haystack is an open source NLP framework to interact with your data using Transformer models and LLMs (GPT-3 and alike). Haystack offers production-ready tools to quickly build ChatGPT-like question answering, semantic search, text generation, and more. [https://haystack.deepset.ai](https://haystack.deepset.ai) [https://github.com/deepset-ai/haystack](https://github.com/deepset-ai/haystack) 41 stars per week over 172 weeks -7,109 stars, 1,064 forks, 103 watches -created 2019-11-14, last commit 2023-03-02, main language Python +7,133 stars, 1,066 forks, 103 watches +created 2019-11-14, last commit 2023-03-03, main language Python ai, bert, chatgpt, elasticsearch, generative-ai, gpt-3, information-retrieval, language-model, large-language-models, machine-learning, natural-language-processing, nlp, python, pytorch, question-answering, semantic-search, squad, summarization, transfer-learning, transformers -### [dagster](https://github.com/dagster-io/dagster) by [dagster-io](https://github.com/dagster-io) -dagster: An orchestration platform for the development, production, and observation of data assets. -[https://dagster.io](https://dagster.io) -[https://github.com/dagster-io/dagster](https://github.com/dagster-io/dagster) -26 stars per week over 252 weeks -6,660 stars, 840 forks, 93 watches -created 2018-04-30, last commit 2023-03-03, main language Python -analytics, dagster, data-engineering, data-integration, data-orchestrator, data-pipelines, data-science, etl, metadata, mlops, orchestration, python, scheduler, workflow, workflow-automation +### [ludwig](https://github.com/uber/ludwig) by [uber](https://github.com/uber) +ludwig: Data-centric declarative deep learning framework +[http://ludwig.ai](http://ludwig.ai) +[https://github.com/uber/ludwig](https://github.com/uber/ludwig) +40 stars per week over 218 weeks +8,780 stars, 1,030 forks, 183 watches +created 2018-12-27, last commit 2023-03-04, main language Python +computer-vision, data-centric, data-science, datascience, deep, deep-learning, deeplearning, learning, machine, machine-learning, machinelearning, ml, natural-language, natural-language-processing, neural-network, python, pytorch + + +### [horovod](https://github.com/horovod/horovod) +horovod: Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. +[http://horovod.ai](http://horovod.ai) +[https://github.com/horovod/horovod](https://github.com/horovod/horovod) +44 stars per week over 290 weeks +13,071 stars, 2,158 forks, 331 watches +created 2017-08-09, last commit 2023-02-23, main language Python +baidu, deep-learning, deeplearning, keras, machine-learning, machinelearning, mpi, mxnet, pytorch, ray, spark, tensorflow, uber + + +### [kedro](https://github.com/kedro-org/kedro) by [kedro-org](https://github.com/kedro-org) +kedro: A Python framework for creating reproducible, maintainable and modular data science code. +[https://kedro.org](https://kedro.org) +[https://github.com/kedro-org/kedro](https://github.com/kedro-org/kedro) +40 stars per week over 202 weeks +8,138 stars, 765 forks, 104 watches +created 2019-04-18, last commit 2023-03-02, main language Python +experiment-tracking, hacktoberfest, kedro, machine-learning, mlops, pipeline, python + + +### [deeplake](https://github.com/activeloopai/hub) by [activeloopai](https://github.com/activeloopai) +deeplake: Data Lake for Deep Learning. Build, manage, query, version, & visualize datasets. Stream data real-time to PyTorch/TensorFlow. https://activeloop.ai +[https://activeloop.ai](https://activeloop.ai) +[https://github.com/activeloopai/hub](https://github.com/activeloopai/hub) +28 stars per week over 186 weeks +5,275 stars, 420 forks, 64 watches +created 2019-08-09, last commit 2023-03-04, main language Python +ai, computer-vision, cv, data-centric, data-processing, data-science, data-version-control, datalake, datasets, deep-learning, image-processing, jupyter-notebook, lakehouse, machine-learning, ml, mlops, python, pytorch, tensorflow ### [dbt-core](https://github.com/dbt-labs/dbt-core) by [dbt-labs](https://github.com/dbt-labs) @@ -119,48 +130,37 @@ dbt-core: dbt enables data analysts and engineers to transform their data using [https://getdbt.com](https://getdbt.com) [https://github.com/dbt-labs/dbt-core](https://github.com/dbt-labs/dbt-core) 18 stars per week over 364 weeks -6,616 stars, 1,170 forks, 135 watches -created 2016-03-10, last commit 2023-03-02, main language Python +6,625 stars, 1,169 forks, 135 watches +created 2016-03-10, last commit 2023-03-03, main language Python analytics, business-intelligence, data-modeling, dbt-viewpoint, elt, pypa, slack +### [luigi](https://github.com/spotify/luigi) by [spotify](https://github.com/spotify) +Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in. +[https://github.com/spotify/luigi](https://github.com/spotify/luigi) +30 stars per week over 545 weeks +16,367 stars, 2,355 forks, 483 watches +created 2012-09-20, last commit 2023-02-25, main language Python +hadoop, luigi, orchestration-framework, python, scheduling + + ### [metaflow](https://github.com/netflix/metaflow) by [netflix](https://github.com/netflix) metaflow: :rocket: Build and manage real-life data science projects with ease! [https://metaflow.org](https://metaflow.org) [https://github.com/netflix/metaflow](https://github.com/netflix/metaflow) 35 stars per week over 180 weeks -6,444 stars, 613 forks, 249 watches +6,450 stars, 614 forks, 248 watches created 2019-09-17, last commit 2023-03-02, main language Python ai, aws, azure, data-science, datascience, gcp, high-performance-computing, kubernetes, machine-learning, ml, ml-infrastructure, ml-platform, mlops, model-management, productivity, python, r, r-package, reproducible-research, rstats -### [deeplake](https://github.com/activeloopai/hub) by [activeloopai](https://github.com/activeloopai) -deeplake: Data Lake for Deep Learning. Build, manage, query, version, & visualize datasets. Stream data real-time to PyTorch/TensorFlow. https://activeloop.ai -[https://activeloop.ai](https://activeloop.ai) -[https://github.com/activeloopai/hub](https://github.com/activeloopai/hub) -28 stars per week over 186 weeks -5,266 stars, 420 forks, 64 watches -created 2019-08-09, last commit 2023-03-02, main language Python -ai, computer-vision, cv, data-centric, data-processing, data-science, data-version-control, datalake, datasets, deep-learning, image-processing, jupyter-notebook, lakehouse, machine-learning, ml, mlops, python, pytorch, tensorflow - - -### [clearml](https://github.com/allegroai/clearml) by [allegroai](https://github.com/allegroai) -ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management -[https://clear.ml/docs](https://clear.ml/docs) -[https://github.com/allegroai/clearml](https://github.com/allegroai/clearml) -21 stars per week over 194 weeks -4,150 stars, 562 forks, 85 watches -created 2019-06-10, last commit 2023-03-02, main language Python -ai, clearml, control, deep-learning, deeplearning, devops, experiment, experiment-manager, k8s, machine-learning, machinelearning, mlops, trains, trainsai, version, version-control - - ### [feast](https://github.com/feast-dev/feast) by [feast-dev](https://github.com/feast-dev) feast: Feature Store for Machine Learning [https://feast.dev](https://feast.dev) [https://github.com/feast-dev/feast](https://github.com/feast-dev/feast) 18 stars per week over 220 weeks -4,024 stars, 752 forks, 74 watches -created 2018-12-10, last commit 2023-03-02, main language Python +4,027 stars, 752 forks, 74 watches +created 2018-12-10, last commit 2023-03-04, main language Python big-data, data-engineering, data-quality, data-science, feature-store, features, machine-learning, ml, mlops, python @@ -169,76 +169,66 @@ orchest: Build data pipelines, the easy way 🛠️ [https://orchest.io](https://orchest.io) [https://github.com/orchest/orchest](https://github.com/orchest/orchest) 25 stars per week over 145 weeks -3,749 stars, 223 forks, 39 watches +3,751 stars, 224 forks, 39 watches created 2020-05-21, last commit 2023-01-20, main language Python airflow, cloud, dag, data-pipelines, data-science, deployment, docker, etl, etl-pipeline, ide, jupyter, jupyterlab, kubernetes, machine-learning, notebooks, orchest, pipelines, python, self-hosted -### [mage-ai](https://github.com/mage-ai/mage-ai) -mage-ai: 🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data. -[https://www.mage.ai/](https://www.mage.ai/) -[https://github.com/mage-ai/mage-ai](https://github.com/mage-ai/mage-ai) -85 stars per week over 41 weeks -3,549 stars, 277 forks, 46 watches -created 2022-05-16, last commit 2023-03-03, main language Python -artificial-intelligence, data, data-engineering, data-integration, data-pipelines, data-science, dbt, elt, etl, machine-learning, orchestration, pipeline, pipelines, python, reverse-etl, spark, sql, transformation - - -### [polyaxon](https://github.com/polyaxon/polyaxon) -polyaxon: MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle -[https://polyaxon.com](https://polyaxon.com) -[https://github.com/polyaxon/polyaxon](https://github.com/polyaxon/polyaxon) -10 stars per week over 322 weeks -3,266 stars, 320 forks, 78 watches -created 2016-12-26, last commit 2023-03-03, main language None -artificial-intelligence, caffe, data-science, deep-learning, hyperparameter-optimization, jupyter, jupyterlab, k8s, keras, kubernetes, machine-learning, ml, mlops, mxnet, notebook, pipelines, pytorch, reinforcement-learning, tensorflow, workflow - - ### [aim](https://github.com/aimhubio/aim) by [aimhubio](https://github.com/aimhubio) Aim 💫 — easy-to-use and performant open-source ML experiment tracker. [https://aimstack.io](https://aimstack.io) [https://github.com/aimhubio/aim](https://github.com/aimhubio/aim) 16 stars per week over 196 weeks -3,200 stars, 200 forks, 37 watches +3,207 stars, 201 forks, 37 watches created 2019-05-31, last commit 2023-03-02, main language TypeScript ai, data-science, data-visualization, experiment-tracking, machine-learning, metadata, metadata-tracking, ml, mlflow, mlops, python, pytorch, tensorboard, tensorflow, visualization +### [clearml](https://github.com/allegroai/clearml) by [allegroai](https://github.com/allegroai) +ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management +[https://clear.ml/docs](https://clear.ml/docs) +[https://github.com/allegroai/clearml](https://github.com/allegroai/clearml) +21 stars per week over 194 weeks +4,149 stars, 563 forks, 85 watches +created 2019-06-10, last commit 2023-03-02, main language Python +ai, clearml, control, deep-learning, deeplearning, devops, experiment, experiment-manager, k8s, machine-learning, machinelearning, mlops, trains, trainsai, version, version-control + + ### [evidently](https://github.com/evidentlyai/evidently) by [evidentlyai](https://github.com/evidentlyai) evidently: Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b [https://github.com/evidentlyai/evidently](https://github.com/evidentlyai/evidently) 26 stars per week over 118 weeks -3,191 stars, 346 forks, 36 watches -created 2020-11-25, last commit 2023-02-22, main language Python +3,193 stars, 346 forks, 36 watches +created 2020-11-25, last commit 2023-03-03, main language Python data-drift, data-science, hacktoberfest, html-report, jupyter-notebook, machine-learning, machine-learning-operations, mlops, model-monitoring, pandas-dataframe, production-machine-learning +### [pipelines](https://github.com/kubeflow/pipelines) by [kubeflow](https://github.com/kubeflow) +pipelines: Machine Learning Pipelines for Kubeflow +[https://www.kubeflow.org/docs/components/pipelines/](https://www.kubeflow.org/docs/components/pipelines/) +[https://github.com/kubeflow/pipelines](https://github.com/kubeflow/pipelines) +12 stars per week over 251 weeks +3,120 stars, 1,394 forks, 102 watches +created 2018-05-12, last commit 2023-03-04, main language Python +data-science, kubeflow, kubeflow-pipelines, kubernetes, machine-learning, mlops, pipeline + + ### [flyte](https://github.com/flyteorg/flyte) by [flyteorg](https://github.com/flyteorg) flyte: Kubernetes-native workflow automation platform for complex, mission-critical data and ML processes at scale. It has been battle-tested at Lyft, Spotify, Freenome, and others and is truly open-source. [https://flyte.org](https://flyte.org) [https://github.com/flyteorg/flyte](https://github.com/flyteorg/flyte) 17 stars per week over 175 weeks -3,135 stars, 329 forks, 266 watches -created 2019-10-21, last commit 2023-03-02, main language Python +3,138 stars, 329 forks, 266 watches +created 2019-10-21, last commit 2023-03-04, main language Python battle-tested, data, data-analysis, data-science, dataops, declarative, flyte, golang, grpc, hacktoberfest, kubernetes, kubernetes-operator, machine-learning, mlops, orchestration-engine, production, production-grade, python, scale, workflow -### [pipelines](https://github.com/kubeflow/pipelines) by [kubeflow](https://github.com/kubeflow) -pipelines: Machine Learning Pipelines for Kubeflow -[https://www.kubeflow.org/docs/components/pipelines/](https://www.kubeflow.org/docs/components/pipelines/) -[https://github.com/kubeflow/pipelines](https://github.com/kubeflow/pipelines) -12 stars per week over 250 weeks -3,120 stars, 1,393 forks, 101 watches -created 2018-05-12, last commit 2023-03-03, main language Python -data-science, kubeflow, kubeflow-pipelines, kubernetes, machine-learning, mlops, pipeline - - ### [ploomber](https://github.com/ploomber/ploomber) ploomber: The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️ [https://ploomber.io](https://ploomber.io) [https://github.com/ploomber/ploomber](https://github.com/ploomber/ploomber) 18 stars per week over 162 weeks -2,982 stars, 206 forks, 26 watches +2,983 stars, 206 forks, 26 watches created 2020-01-20, last commit 2023-01-31, main language Python data-engineering, data-science, jupyter, jupyter-notebooks, machine-learning, mlops, notebooks, papermill, pipelines, pycharm, vscode, workflow @@ -248,53 +238,56 @@ Flower: A Friendly Federated Learning Framework [https://flower.dev](https://flower.dev) [https://github.com/adap/flower](https://github.com/adap/flower) 12 stars per week over 158 weeks -2,054 stars, 445 forks, 23 watches +2,061 stars, 449 forks, 23 watches created 2020-02-17, last commit 2023-03-01, main language Python deep-learning, federated-analytics, federated-learning, federated-learning-framework, fleet-intelligence, fleet-learning, flower, keras-federated-learning, machine-learning, pytorch, pytorch-federated-learning, scikit-learn, tensorflow, tensorflow-federated-learning -### [optimus](https://github.com/hi-primus/optimus) by [hi-primus](https://github.com/hi-primus) -optimus: :truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark -[https://hi-optimus.com](https://hi-optimus.com) -[https://github.com/hi-primus/optimus](https://github.com/hi-primus/optimus) -4.56 stars per week over 294 weeks -1,342 stars, 225 forks, 42 watches -created 2017-07-13, last commit 2022-10-17, main language Python -big-data-cleaning, bigdata, cudf, dask, dask-cudf, data-analysis, data-cleaner, data-cleaning, data-cleansing, data-exploration, data-extraction, data-preparation, data-profiling, data-science, data-transformation, data-wrangling, machine-learning, pyspark, spark +### [polyaxon](https://github.com/polyaxon/polyaxon) +polyaxon: MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle +[https://polyaxon.com](https://polyaxon.com) +[https://github.com/polyaxon/polyaxon](https://github.com/polyaxon/polyaxon) +10 stars per week over 322 weeks +3,265 stars, 319 forks, 78 watches +created 2016-12-26, last commit 2023-03-03, main language None +artificial-intelligence, caffe, data-science, deep-learning, hyperparameter-optimization, jupyter, jupyterlab, k8s, keras, kubernetes, machine-learning, ml, mlops, mxnet, notebook, pipelines, pytorch, reinforcement-learning, tensorflow, workflow -### [data-validation](https://github.com/tensorflow/data-validation) by [tensorflow](https://github.com/tensorflow) -data-validation: Library for exploring and validating machine learning data -[https://github.com/tensorflow/data-validation](https://github.com/tensorflow/data-validation) -2.87 stars per week over 243 weeks -700 stars, 150 forks, 49 watches -created 2018-07-02, last commit 2023-03-02, main language Python +### [skops](https://github.com/skops-dev/skops) by [skops-dev](https://github.com/skops-dev) +skops is a Python library helping you share your scikit-learn based models and put them in production +[https://skops.readthedocs.io/en/stable/](https://skops.readthedocs.io/en/stable/) +[https://github.com/skops-dev/skops](https://github.com/skops-dev/skops) +6.17 stars per week over 43 weeks +269 stars, 42 forks, 9 watches +created 2022-05-04, last commit 2023-03-03, main language Python +hacktoberfest, huggingface, machine-learning, mlops, scikit-learn + + +### [astro-sdk](https://github.com/astronomer/astro-sdk) by [astronomer](https://github.com/astronomer) +astro-sdk: Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow. +[https://astro-sdk-python.rtfd.io/](https://astro-sdk-python.rtfd.io/) +[https://github.com/astronomer/astro-sdk](https://github.com/astronomer/astro-sdk) +3.56 stars per week over 64 weeks +231 stars, 32 forks, 14 watches +created 2021-12-06, last commit 2023-03-02, main language Python +airflow, apache-airflow, bigquery, dags, data-analysis, data-science, elt, etl, gcs, pandas, postgres, python, s3, snowflake, sql, sqlite, workflows ### [kedro-viz](https://github.com/kedro-org/kedro-viz) by [kedro-org](https://github.com/kedro-org) kedro-viz: Visualise your Kedro data and machine-learning pipelines and track your experiments. [https://demo.kedro.org/](https://demo.kedro.org/) [https://github.com/kedro-org/kedro-viz](https://github.com/kedro-org/kedro-viz) -2.64 stars per week over 199 weeks +2.63 stars per week over 199 weeks 525 stars, 87 forks, 11 watches created 2019-05-09, last commit 2023-03-02, main language JavaScript data-visualization, experiment-tracking, hacktoberfest, kedro, kedro-plugin, python, react -### [ml-metadata](https://github.com/google/ml-metadata) by [google](https://github.com/google) -ml-metadata: For recording and retrieving metadata associated with ML developer and data scientist workflows. -[https://www.tensorflow.org/tfx/guide/mlmd](https://www.tensorflow.org/tfx/guide/mlmd) -[https://github.com/google/ml-metadata](https://github.com/google/ml-metadata) -2.41 stars per week over 215 weeks -520 stars, 118 forks, 29 watches -created 2019-01-15, last commit 2023-03-02, main language C++ - - ### [FEDOT](https://github.com/nccr-itmo/fedot) by [nccr-itmo](https://github.com/nccr-itmo) FEDOT: Automated modeling and machine learning framework FEDOT [https://fedot.readthedocs.io](https://fedot.readthedocs.io) [https://github.com/nccr-itmo/fedot](https://github.com/nccr-itmo/fedot) -3.04 stars per week over 163 weeks +3.03 stars per week over 163 weeks 497 stars, 70 forks, 10 watches created 2020-01-13, last commit 2023-02-27, main language Python automated-machine-learning, automation, automl, evolutionary-algorithms, fedot, genetic-programming, hyperparameter-optimization, machine-learning, multimodality, parameter-tuning, structural-learning @@ -306,44 +299,34 @@ astronomer: Helm Charts for the Astronomer Platform, Apache Airflow as a Service [https://github.com/astronomer/astronomer](https://github.com/astronomer/astronomer) 1.64 stars per week over 267 weeks 440 stars, 81 forks, 44 watches -created 2018-01-15, last commit 2023-03-02, main language Python +created 2018-01-15, last commit 2023-03-03, main language Python apache-airflow, astronomer-platform, docker, kubernetes -### [bodywork-core](https://github.com/bodywork-ml/bodywork-core) by [bodywork-ml](https://github.com/bodywork-ml) -bodywork-core: ML pipeline orchestration and model deployments on Kubernetes, made really easy. -[https://bodywork.readthedocs.io/en/latest/](https://bodywork.readthedocs.io/en/latest/) -[https://github.com/bodywork-ml/bodywork-core](https://github.com/bodywork-ml/bodywork-core) -3.46 stars per week over 119 weeks -413 stars, 19 forks, 9 watches -created 2020-11-17, last commit 2022-07-04, main language Python -batch, cicd, continuous-deployment, data-science, devops, framework, kubernetes, machine-learning, mlops, orchestration, pipeline, python, serving - - -### [fairing](https://github.com/kubeflow/fairing) by [kubeflow](https://github.com/kubeflow) -fairing: Python SDK for building, training, and deploying ML models -[https://github.com/kubeflow/fairing](https://github.com/kubeflow/fairing) -1.39 stars per week over 234 weeks -327 stars, 147 forks, 39 watches -created 2018-09-03, last commit 2021-08-26, main language Jsonnet +### [optimus](https://github.com/hi-primus/optimus) by [hi-primus](https://github.com/hi-primus) +optimus: :truck: Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark +[https://hi-optimus.com](https://hi-optimus.com) +[https://github.com/hi-primus/optimus](https://github.com/hi-primus/optimus) +4.56 stars per week over 294 weeks +1,342 stars, 225 forks, 42 watches +created 2017-07-13, last commit 2022-10-17, main language Python +big-data-cleaning, bigdata, cudf, dask, dask-cudf, data-analysis, data-cleaner, data-cleaning, data-cleansing, data-exploration, data-extraction, data-preparation, data-profiling, data-science, data-transformation, data-wrangling, machine-learning, pyspark, spark -### [skops](https://github.com/skops-dev/skops) by [skops-dev](https://github.com/skops-dev) -skops is a Python library helping you share your scikit-learn based models and put them in production -[https://skops.readthedocs.io/en/stable/](https://skops.readthedocs.io/en/stable/) -[https://github.com/skops-dev/skops](https://github.com/skops-dev/skops) -6.21 stars per week over 43 weeks -269 stars, 42 forks, 9 watches -created 2022-05-04, last commit 2023-02-28, main language Python -hacktoberfest, huggingface, machine-learning, mlops, scikit-learn +### [data-validation](https://github.com/tensorflow/data-validation) by [tensorflow](https://github.com/tensorflow) +data-validation: Library for exploring and validating machine learning data +[https://github.com/tensorflow/data-validation](https://github.com/tensorflow/data-validation) +2.87 stars per week over 243 weeks +699 stars, 150 forks, 49 watches +created 2018-07-02, last commit 2023-03-02, main language Python ### [unionml](https://github.com/unionai-oss/unionml) by [unionai-oss](https://github.com/unionai-oss) UnionML: the easiest way to build and deploy machine learning microservices [https://www.union.ai/unionml](https://www.union.ai/unionml) [https://github.com/unionai-oss/unionml](https://github.com/unionai-oss/unionml) -3.97 stars per week over 67 weeks -267 stars, 37 forks, 4 watches +3.94 stars per week over 67 weeks +266 stars, 37 forks, 4 watches created 2021-11-17, last commit 2022-12-21, main language Python hacktoberfest, machine-learning, mlops @@ -357,22 +340,31 @@ created 2020-01-22, last commit 2023-03-02, main language Python airflow, apache-airflow, helm-chart, kubernetes -### [astro-sdk](https://github.com/astronomer/astro-sdk) by [astronomer](https://github.com/astronomer) -astro-sdk: Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow. -[https://astro-sdk-python.rtfd.io/](https://astro-sdk-python.rtfd.io/) -[https://github.com/astronomer/astro-sdk](https://github.com/astronomer/astro-sdk) -3.59 stars per week over 64 weeks -232 stars, 32 forks, 14 watches -created 2021-12-06, last commit 2023-03-02, main language Python -airflow, apache-airflow, bigquery, dags, data-analysis, data-science, elt, etl, gcs, pandas, postgres, python, s3, snowflake, sql, sqlite, workflows +### [ml-metadata](https://github.com/google/ml-metadata) by [google](https://github.com/google) +ml-metadata: For recording and retrieving metadata associated with ML developer and data scientist workflows. +[https://www.tensorflow.org/tfx/guide/mlmd](https://www.tensorflow.org/tfx/guide/mlmd) +[https://github.com/google/ml-metadata](https://github.com/google/ml-metadata) +2.41 stars per week over 215 weeks +520 stars, 118 forks, 29 watches +created 2019-01-15, last commit 2023-03-02, main language C++ -### [AIQC](https://github.com/aiqc/aiqc) by [aiqc](https://github.com/aiqc) -AIQC: End-to-end deep learning on your desktop or server. -[https://github.com/aiqc/aiqc](https://github.com/aiqc/aiqc) -0.78 stars per week over 117 weeks -91 stars, 20 forks, 4 watches -created 2020-12-02, last commit 2022-12-16, main language Jupyter Notebook +### [bodywork-core](https://github.com/bodywork-ml/bodywork-core) by [bodywork-ml](https://github.com/bodywork-ml) +bodywork-core: ML pipeline orchestration and model deployments on Kubernetes, made really easy. +[https://bodywork.readthedocs.io/en/latest/](https://bodywork.readthedocs.io/en/latest/) +[https://github.com/bodywork-ml/bodywork-core](https://github.com/bodywork-ml/bodywork-core) +3.45 stars per week over 119 weeks +413 stars, 19 forks, 9 watches +created 2020-11-17, last commit 2022-07-04, main language Python +batch, cicd, continuous-deployment, data-science, devops, framework, kubernetes, machine-learning, mlops, orchestration, pipeline, python, serving + + +### [fairing](https://github.com/kubeflow/fairing) by [kubeflow](https://github.com/kubeflow) +fairing: Python SDK for building, training, and deploying ML models +[https://github.com/kubeflow/fairing](https://github.com/kubeflow/fairing) +1.39 stars per week over 234 weeks +327 stars, 147 forks, 39 watches +created 2018-09-03, last commit 2021-08-26, main language Jsonnet ### [airflow-provider-ray](https://github.com/anyscale/airflow-provider-ray) by [anyscale](https://github.com/anyscale) @@ -383,6 +375,14 @@ airflow-provider-ray: Ray provider for Apache Airflow created 2021-03-05, last commit 2021-10-03, main language Python +### [AIQC](https://github.com/aiqc/aiqc) by [aiqc](https://github.com/aiqc) +AIQC: End-to-end deep learning on your desktop or server. +[https://github.com/aiqc/aiqc](https://github.com/aiqc/aiqc) +0.77 stars per week over 117 weeks +91 stars, 20 forks, 4 watches +created 2020-12-02, last commit 2022-12-16, main language Jupyter Notebook + + ### [prefect-anyscale](https://github.com/anyscale/prefect-anyscale) by [anyscale](https://github.com/anyscale) prefect-anyscale: Prefect integration with Anyscale [https://github.com/anyscale/prefect-anyscale](https://github.com/anyscale/prefect-anyscale) @@ -391,7 +391,7 @@ prefect-anyscale: Prefect integration with Anyscale created 2022-11-07, last commit 2023-03-02, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/ml.md b/categories/ml.md index cf8829d..13db66e 100644 --- a/categories/ml.md +++ b/categories/ml.md @@ -10,44 +10,17 @@ scikit-learn: machine learning in Python [https://scikit-learn.org](https://scikit-learn.org) [https://github.com/scikit-learn/scikit-learn](https://github.com/scikit-learn/scikit-learn) 81 stars per week over 654 weeks -53,170 stars, 23,997 forks, 2,155 watches -created 2010-08-17, last commit 2023-03-02, main language Python +53,184 stars, 24,000 forks, 2,155 watches +created 2010-08-17, last commit 2023-03-03, main language Python data-analysis, data-science, machine-learning, python, statistics -### [GFPGAN](https://github.com/tencentarc/gfpgan) by [tencentarc](https://github.com/tencentarc) -GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. -[https://github.com/tencentarc/gfpgan](https://github.com/tencentarc/gfpgan) -263 stars per week over 102 weeks -26,911 stars, 4,154 forks, 395 watches -created 2021-03-19, last commit 2022-09-16, main language Python -deep-learning, face-restoration, gan, gfpgan, image-restoration, pytorch, super-resolution - - -### [handson-ml2](https://github.com/ageron/handson-ml2) by [ageron](https://github.com/ageron) -handson-ml2: A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. -[https://github.com/ageron/handson-ml2](https://github.com/ageron/handson-ml2) -111 stars per week over 216 weeks -24,220 stars, 11,679 forks, 632 watches -created 2019-01-08, last commit 2023-02-04, main language Jupyter Notebook - - -### [xgboost](https://github.com/dmlc/xgboost) by [dmlc](https://github.com/dmlc) -xgboost: Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow -[https://xgboost.ai/](https://xgboost.ai/) -[https://github.com/dmlc/xgboost](https://github.com/dmlc/xgboost) -50 stars per week over 473 weeks -23,823 stars, 8,550 forks, 925 watches -created 2014-02-06, last commit 2023-03-02, main language C++ -distributed-systems, gbdt, gbm, gbrt, machine-learning, xgboost - - ### [mmdetection](https://github.com/open-mmlab/mmdetection) by [open-mmlab](https://github.com/open-mmlab) mmdetection: OpenMMLab Detection Toolbox and Benchmark [https://mmdetection.readthedocs.io](https://mmdetection.readthedocs.io) [https://github.com/open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection) -98 stars per week over 236 weeks -23,170 stars, 8,402 forks, 363 watches +97 stars per week over 236 weeks +23,179 stars, 8,406 forks, 363 watches created 2018-08-22, last commit 2023-02-28, main language Python cascade-rcnn, convnext, detr, fast-rcnn, faster-rcnn, instance-segmentation, mask-rcnn, object-detection, panoptic-segmentation, pytorch, retinanet, rtmdet, semisupervised-learning, ssd, swin-transformer, transformer, vision-transformer, yolo @@ -57,19 +30,19 @@ jax: Composable transformations of Python+NumPy programs: differentiate, vectori [http://jax.readthedocs.io/](http://jax.readthedocs.io/) [https://github.com/google/jax](https://github.com/google/jax) 97 stars per week over 227 weeks -22,114 stars, 2,072 forks, 308 watches +22,126 stars, 2,073 forks, 309 watches created 2018-10-25, last commit 2023-03-03, main language Python jax -### [netron](https://github.com/lutzroeder/netron) by [lutzroeder](https://github.com/lutzroeder) -netron: Visualizer for neural network, deep learning, and machine learning models -[https://netron.app](https://netron.app) -[https://github.com/lutzroeder/netron](https://github.com/lutzroeder/netron) -33 stars per week over 635 weeks -21,468 stars, 2,402 forks, 274 watches -created 2010-12-26, last commit 2023-03-02, main language JavaScript -ai, caffe, caffe2, coreml, darknet, deep-learning, deeplearning, keras, machine-learning, machinelearning, ml, mxnet, neural-network, onnx, paddle, pytorch, tensorflow, tensorflow-lite, torch, visualizer +### [jina](https://github.com/jina-ai/jina) by [jina-ai](https://github.com/jina-ai) +jina: 🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native +[https://docs.jina.ai](https://docs.jina.ai) +[https://github.com/jina-ai/jina](https://github.com/jina-ai/jina) +110 stars per week over 159 weeks +17,606 stars, 2,045 forks, 191 watches +created 2020-02-13, last commit 2023-03-03, main language Python +aiops, airflow, cloud-native, creative-ai, crossmodal, deep-learning, fastapi, framework, generative-ai, grpc, kubernetes, machine-learning, microservices, mlops, multimodal, neural-search, pipeline, semantic-search, vector-search-engine, workflow ### [mediapipe](https://github.com/google/mediapipe) by [google](https://github.com/google) @@ -77,91 +50,27 @@ mediapipe: Cross-platform, customizable ML solutions for live and streaming medi [https://mediapipe.dev](https://mediapipe.dev) [https://github.com/google/mediapipe](https://github.com/google/mediapipe) 106 stars per week over 194 weeks -20,704 stars, 4,322 forks, 503 watches +20,716 stars, 4,331 forks, 503 watches created 2019-06-13, last commit 2023-03-03, main language C++ android, audio-processing, c-plus-plus, calculator, computer-vision, deep-learning, framework, graph-based, graph-framework, inference, machine-learning, mediapipe, mobile-development, perception, pipeline-framework, stream-processing, video-processing -### [PlotNeuralNet](https://github.com/harisiqbal88/plotneuralnet) by [harisiqbal88](https://github.com/harisiqbal88) -PlotNeuralNet: Latex code for making neural networks diagrams -[https://github.com/harisiqbal88/plotneuralnet](https://github.com/harisiqbal88/plotneuralnet) -78 stars per week over 240 weeks -18,925 stars, 2,579 forks, 223 watches -created 2018-07-24, last commit 2020-11-06, main language TeX -deep-neural-networks, latex - - -### [jina](https://github.com/jina-ai/jina) by [jina-ai](https://github.com/jina-ai) -jina: 🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native -[https://docs.jina.ai](https://docs.jina.ai) -[https://github.com/jina-ai/jina](https://github.com/jina-ai/jina) -110 stars per week over 159 weeks -17,602 stars, 2,046 forks, 191 watches -created 2020-02-13, last commit 2023-03-02, main language Python -aiops, airflow, cloud-native, creative-ai, crossmodal, deep-learning, fastapi, framework, generative-ai, grpc, kubernetes, machine-learning, microservices, mlops, multimodal, neural-search, pipeline, semantic-search, vector-search-engine, workflow - - ### [openai-cookbook](https://github.com/openai/openai-cookbook) by [openai](https://github.com/openai) openai-cookbook: Examples and guides for using the OpenAI API [https://github.com/openai/openai-cookbook](https://github.com/openai/openai-cookbook) -286 stars per week over 51 weeks -14,605 stars, 1,928 forks, 326 watches -created 2022-03-11, last commit 2023-03-02, main language Jupyter Notebook - - -### [onnx](https://github.com/onnx/onnx) -onnx: Open standard for machine learning interoperability -[https://onnx.ai/](https://onnx.ai/) -[https://github.com/onnx/onnx](https://github.com/onnx/onnx) -49 stars per week over 286 weeks -14,183 stars, 3,348 forks, 431 watches -created 2017-09-07, last commit 2023-03-02, main language Python -deep-learning, deep-neural-networks, dnn, keras, machine-learning, ml, mxnet, neural-network, onnx, pytorch, scikit-learn, tensorflow - - -### [baselines](https://github.com/openai/baselines) by [openai](https://github.com/openai) -OpenAI Baselines: high-quality implementations of reinforcement learning algorithms -[https://github.com/openai/baselines](https://github.com/openai/baselines) -45 stars per week over 301 weeks -13,809 stars, 4,530 forks, 615 watches -created 2017-05-24, last commit 2020-01-31, main language Python - - -### [imgaug](https://github.com/aleju/imgaug) by [aleju](https://github.com/aleju) -imgaug: Image augmentation for machine learning experiments. -[http://imgaug.readthedocs.io](http://imgaug.readthedocs.io) -[https://github.com/aleju/imgaug](https://github.com/aleju/imgaug) -33 stars per week over 399 weeks -13,335 stars, 2,361 forks, 230 watches -created 2015-07-10, last commit 2020-06-01, main language Python -affine-transformation, augment-images, augmentation, bounding-boxes, contrast, crop, deep-learning, heatmap, image-augmentation, images, keypoints, machine-learning, polygon, segmentation-maps - - -### [tensor2tensor](https://github.com/tensorflow/tensor2tensor) by [tensorflow](https://github.com/tensorflow) -tensor2tensor: Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. -[https://github.com/tensorflow/tensor2tensor](https://github.com/tensorflow/tensor2tensor) -43 stars per week over 298 weeks -13,050 stars, 3,181 forks, 459 watches -created 2017-06-15, last commit 2023-02-17, main language Python -deep-learning, machine-learning, machine-translation, reinforcement-learning, tpu - - -### [nni](https://github.com/microsoft/nni) by [microsoft](https://github.com/microsoft) -nni: An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning. -[https://nni.readthedocs.io](https://nni.readthedocs.io) -[https://github.com/microsoft/nni](https://github.com/microsoft/nni) -50 stars per week over 248 weeks -12,556 stars, 1,755 forks, 281 watches -created 2018-06-01, last commit 2023-03-03, main language Python -automated-machine-learning, automl, bayesian-optimization, data-science, deep-learning, deep-neural-network, distributed, feature-engineering, hyperparameter-optimization, hyperparameter-tuning, machine-learning, machine-learning-algorithms, mlops, model-compression, nas, neural-architecture-search, neural-network, python, pytorch, tensorflow +302 stars per week over 51 weeks +15,510 stars, 2,042 forks, 336 watches +created 2022-03-11, last commit 2023-03-03, main language Jupyter Notebook -### [deepmind-research](https://github.com/deepmind/deepmind-research) by [deepmind](https://github.com/deepmind) -deepmind-research: This repository contains implementations and illustrative code to accompany DeepMind publications -[https://github.com/deepmind/deepmind-research](https://github.com/deepmind/deepmind-research) -53 stars per week over 215 weeks -11,487 stars, 2,357 forks, 329 watches -created 2019-01-15, last commit 2023-01-31, main language Jupyter Notebook +### [xgboost](https://github.com/dmlc/xgboost) by [dmlc](https://github.com/dmlc) +xgboost: Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow +[https://xgboost.ai/](https://xgboost.ai/) +[https://github.com/dmlc/xgboost](https://github.com/dmlc/xgboost) +50 stars per week over 473 weeks +23,825 stars, 8,551 forks, 925 watches +created 2014-02-06, last commit 2023-03-03, main language C++ +distributed-systems, gbdt, gbm, gbrt, machine-learning, xgboost ### [scipy](https://github.com/scipy/scipy) @@ -169,77 +78,66 @@ SciPy library main repository [https://scipy.org](https://scipy.org) [https://github.com/scipy/scipy](https://github.com/scipy/scipy) 17 stars per week over 625 weeks -10,891 stars, 4,612 forks, 343 watches -created 2011-03-09, last commit 2023-03-02, main language Python +10,895 stars, 4,616 forks, 343 watches +created 2011-03-09, last commit 2023-03-04, main language Python algorithms, closember, python, scientific-computing, scipy -### [annoy](https://github.com/spotify/annoy) by [spotify](https://github.com/spotify) -annoy: Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk -[https://github.com/spotify/annoy](https://github.com/spotify/annoy) -20 stars per week over 517 weeks -10,842 stars, 1,078 forks, 324 watches -created 2013-04-01, last commit 2023-02-25, main language C++ -approximate-nearest-neighbor-search, c-plus-plus, golang, locality-sensitive-hashing, lua, nearest-neighbor-search, python +### [optuna](https://github.com/optuna/optuna) +optuna: A hyperparameter optimization framework +[https://optuna.org](https://optuna.org) +[https://github.com/optuna/optuna](https://github.com/optuna/optuna) +29 stars per week over 262 weeks +7,685 stars, 811 forks, 123 watches +created 2018-02-21, last commit 2023-03-03, main language Python +distributed, hacktoberfest, hyperparameter-optimization, machine-learning, parallel, python -### [dopamine](https://github.com/google/dopamine) by [google](https://github.com/google) -Dopamine is a research framework for fast prototyping of reinforcement learning algorithms. -[https://github.com/google/dopamine](https://github.com/google/dopamine) -[https://github.com/google/dopamine](https://github.com/google/dopamine) -41 stars per week over 240 weeks -10,026 stars, 1,342 forks, 443 watches -created 2018-07-26, last commit 2023-02-27, main language Jupyter Notebook -ai, google, ml, rl, tensorflow +### [GFPGAN](https://github.com/tencentarc/gfpgan) by [tencentarc](https://github.com/tencentarc) +GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. +[https://github.com/tencentarc/gfpgan](https://github.com/tencentarc/gfpgan) +263 stars per week over 102 weeks +26,952 stars, 4,156 forks, 395 watches +created 2021-03-19, last commit 2022-09-16, main language Python +deep-learning, face-restoration, gan, gfpgan, image-restoration, pytorch, super-resolution -### [tpot](https://github.com/epistasislab/tpot) by [epistasislab](https://github.com/epistasislab) -tpot: A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. -[http://epistasislab.github.io/tpot/](http://epistasislab.github.io/tpot/) -[https://github.com/epistasislab/tpot](https://github.com/epistasislab/tpot) -23 stars per week over 382 weeks -8,966 stars, 1,518 forks, 293 watches -created 2015-11-03, last commit 2022-07-29, main language Python -adsp, ag066833, aiml, alzheimer, alzheimers, automated-machine-learning, automation, automl, data-science, feature-engineering, gradient-boosting, hyperparameter-optimization, machine-learning, model-selection, nia, parameter-tuning, python, random-forest, scikit-learn, u01ag066833 +### [autogluon](https://github.com/awslabs/autogluon) by [awslabs](https://github.com/awslabs) +AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data +[https://auto.gluon.ai/](https://auto.gluon.ai/) +[https://github.com/awslabs/autogluon](https://github.com/awslabs/autogluon) +28 stars per week over 187 weeks +5,400 stars, 703 forks, 90 watches +created 2019-07-29, last commit 2023-03-03, main language Python +autogluon, automated-machine-learning, automl, computer-vision, data-science, deep-learning, ensemble-learning, forecasting, gluon, hyperparameter-optimization, image-classification, machine-learning, natural-language-processing, object-detection, pytorch, scikit-learn, structured-data, tabular-data, time-series, transfer-learning -### [statsmodels](https://github.com/statsmodels/statsmodels) -Statsmodels: statistical modeling and econometrics in Python -[http://www.statsmodels.org/devel/](http://www.statsmodels.org/devel/) -[https://github.com/statsmodels/statsmodels](https://github.com/statsmodels/statsmodels) -13 stars per week over 611 weeks -8,233 stars, 2,667 forks, 275 watches -created 2011-06-12, last commit 2023-02-26, main language Python -count-model, data-analysis, data-science, econometrics, forecasting, generalized-linear-models, hypothesis-testing, prediction, python, regression-models, robust-estimation, statistics, timeseries-analysis +### [musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) by [lucidrains](https://github.com/lucidrains) +musiclm-pytorch: Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch +[https://github.com/lucidrains/musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) +306 stars per week over 5 weeks +1,620 stars, 101 forks, 74 watches +created 2023-01-27, last commit 2023-03-02, main language Python +artificial-intelligence, attention-mechanisms, deep-learning, music-synthesis, transformers ### [YOLOX](https://github.com/megvii-basedetection/yolox) by [megvii-basedetection](https://github.com/megvii-basedetection) YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/ [https://github.com/megvii-basedetection/yolox](https://github.com/megvii-basedetection/yolox) -93 stars per week over 84 weeks -7,915 stars, 1,915 forks, 72 watches -created 2021-07-17, last commit 2023-03-01, main language Python +93 stars per week over 85 weeks +7,920 stars, 1,915 forks, 72 watches +created 2021-07-17, last commit 2023-03-03, main language Python deep-learning, megengine, ncnn, object-detection, onnx, openvino, pytorch, tensorrt, yolo, yolov3, yolox -### [optuna](https://github.com/optuna/optuna) -optuna: A hyperparameter optimization framework -[https://optuna.org](https://optuna.org) -[https://github.com/optuna/optuna](https://github.com/optuna/optuna) -29 stars per week over 262 weeks -7,673 stars, 809 forks, 124 watches -created 2018-02-21, last commit 2023-03-02, main language Python -distributed, hacktoberfest, hyperparameter-optimization, machine-learning, parallel, python - - -### [pymc](https://github.com/pymc-devs/pymc3) by [pymc-devs](https://github.com/pymc-devs) -pymc: Bayesian Modeling in Python -[https://docs.pymc.io/](https://docs.pymc.io/) -[https://github.com/pymc-devs/pymc3](https://github.com/pymc-devs/pymc3) -10 stars per week over 721 weeks -7,346 stars, 1,748 forks, 226 watches -created 2009-05-05, last commit 2023-03-02, main language Python -bayesian-inference, mcmc, probabilistic-programming, pytensor, python, statistical-analysis, variational-inference +### [nni](https://github.com/microsoft/nni) by [microsoft](https://github.com/microsoft) +nni: An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning. +[https://nni.readthedocs.io](https://nni.readthedocs.io) +[https://github.com/microsoft/nni](https://github.com/microsoft/nni) +50 stars per week over 248 weeks +12,566 stars, 1,755 forks, 282 watches +created 2018-06-01, last commit 2023-03-03, main language Python +automated-machine-learning, automl, bayesian-optimization, data-science, deep-learning, deep-neural-network, distributed, feature-engineering, hyperparameter-optimization, hyperparameter-tuning, machine-learning, machine-learning-algorithms, mlops, model-compression, nas, neural-architecture-search, neural-network, python, pytorch, tensorflow ### [catboost](https://github.com/catboost/catboost) @@ -247,8 +145,8 @@ catboost: A fast, scalable, high performance Gradient Boosting on Decision Trees [https://catboost.ai](https://catboost.ai) [https://github.com/catboost/catboost](https://github.com/catboost/catboost) 23 stars per week over 293 weeks -6,975 stars, 1,090 forks, 192 watches -created 2017-07-18, last commit 2023-03-02, main language C +6,977 stars, 1,092 forks, 192 watches +created 2017-07-18, last commit 2023-03-04, main language C big-data, catboost, categorical-features, coreml, cuda, data-mining, data-science, decision-trees, gbdt, gbm, gpu, gpu-computing, gradient-boosting, kaggle, machine-learning, python, r, tutorial @@ -256,104 +154,97 @@ created 2017-07-18, last commit 2023-03-02, main language C pycaret: An open-source, low-code machine learning library in Python [https://www.pycaret.org](https://www.pycaret.org) [https://github.com/pycaret/pycaret](https://github.com/pycaret/pycaret) -40 stars per week over 170 weeks -6,961 stars, 1,584 forks, 128 watches +40 stars per week over 171 weeks +6,966 stars, 1,584 forks, 128 watches created 2019-11-23, last commit 2023-03-02, main language Jupyter Notebook anomaly-detection, citizen-data-scientists, classification, clustering, data-science, gpu, machine-learning, ml, nlp, pycaret, python, regression, time-series -### [auto-sklearn](https://github.com/automl/auto-sklearn) by [automl](https://github.com/automl) -auto-sklearn: Automated Machine Learning with scikit-learn -[https://automl.github.io/auto-sklearn](https://automl.github.io/auto-sklearn) -[https://github.com/automl/auto-sklearn](https://github.com/automl/auto-sklearn) -16 stars per week over 400 weeks -6,768 stars, 1,213 forks, 212 watches -created 2015-07-02, last commit 2022-12-07, main language Python -automated-machine-learning, automl, bayesian-optimization, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, meta-learning, metalearning, scikit-learn, smac +### [onnx](https://github.com/onnx/onnx) +onnx: Open standard for machine learning interoperability +[https://onnx.ai/](https://onnx.ai/) +[https://github.com/onnx/onnx](https://github.com/onnx/onnx) +49 stars per week over 286 weeks +14,187 stars, 3,350 forks, 431 watches +created 2017-09-07, last commit 2023-03-03, main language Python +deep-learning, deep-neural-networks, dnn, keras, machine-learning, ml, mxnet, neural-network, onnx, pytorch, scikit-learn, tensorflow -### [hyperopt](https://github.com/hyperopt/hyperopt) -hyperopt: Distributed Asynchronous Hyperparameter Optimization in Python -[http://hyperopt.github.io/hyperopt](http://hyperopt.github.io/hyperopt) -[https://github.com/hyperopt/hyperopt](https://github.com/hyperopt/hyperopt) -11 stars per week over 599 weeks -6,607 stars, 1,009 forks, 126 watches -created 2011-09-06, last commit 2021-11-29, main language Python +### [mmsegmentation](https://github.com/open-mmlab/mmsegmentation) by [open-mmlab](https://github.com/open-mmlab) +mmsegmentation: OpenMMLab Semantic Segmentation Toolbox and Benchmark. +[https://mmsegmentation.readthedocs.io/en/latest/](https://mmsegmentation.readthedocs.io/en/latest/) +[https://github.com/open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation) +37 stars per week over 142 weeks +5,308 stars, 1,955 forks, 52 watches +created 2020-06-14, last commit 2023-02-28, main language Python +deeplabv3, image-segmentation, medical-image-segmentation, pspnet, pytorch, realtime-segmentation, retinal-vessel-segmentation, semantic-segmentation, swin-transformer, transformer, vessel-segmentation -### [featuretools](https://github.com/featurelabs/featuretools) by [featurelabs](https://github.com/featurelabs) -featuretools: An open source python library for automated feature engineering -[https://www.featuretools.com](https://www.featuretools.com) -[https://github.com/featurelabs/featuretools](https://github.com/featurelabs/featuretools) -22 stars per week over 286 weeks -6,530 stars, 840 forks, 158 watches -created 2017-09-08, last commit 2023-03-01, main language Python -automated-feature-engineering, automated-machine-learning, automl, data-science, feature-engineering, machine-learning, python, scikit-learn +### [accelerate](https://github.com/huggingface/accelerate) by [huggingface](https://github.com/huggingface) +accelerate: 🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision +[https://huggingface.co/docs/accelerate](https://huggingface.co/docs/accelerate) +[https://github.com/huggingface/accelerate](https://github.com/huggingface/accelerate) +31 stars per week over 122 weeks +3,793 stars, 346 forks, 70 watches +created 2020-10-30, last commit 2023-03-03, main language Python -### [autograd](https://github.com/hips/autograd) by [hips](https://github.com/hips) -autograd: Efficiently computes derivatives of numpy code. -[https://github.com/hips/autograd](https://github.com/hips/autograd) -14 stars per week over 431 weeks -6,210 stars, 850 forks, 217 watches -created 2014-11-24, last commit 2022-09-29, main language Python +### [marqo](https://github.com/marqo-ai/marqo) by [marqo-ai](https://github.com/marqo-ai) +marqo: Tensor search for humans. +[https://www.marqo.ai/](https://www.marqo.ai/) +[https://github.com/marqo-ai/marqo](https://github.com/marqo-ai/marqo) +78 stars per week over 30 weeks +2,409 stars, 93 forks, 26 watches +created 2022-08-01, last commit 2023-03-03, main language Python +chatgpt, clip, deep-learning, gpt, hacktoberfest, hnsw, information-retrieval, knn, large-language-models, machine-learning, machinelearning, multi-modal, natural-language-processing, search-engine, semantic-search, tensor-search, transformers, vector-search, vision-language, visual-search -### [umap](https://github.com/lmcinnes/umap) by [lmcinnes](https://github.com/lmcinnes) -umap: Uniform Manifold Approximation and Projection -[https://github.com/lmcinnes/umap](https://github.com/lmcinnes/umap) -20 stars per week over 295 weeks -6,075 stars, 705 forks, 126 watches -created 2017-07-02, last commit 2023-02-23, main language Python -dimensionality-reduction, machine-learning, topological-data-analysis, umap, visualization +### [mmcv](https://github.com/open-mmlab/mmcv) by [open-mmlab](https://github.com/open-mmlab) +mmcv: OpenMMLab Computer Vision Foundation +[https://mmcv.readthedocs.io/en/latest/](https://mmcv.readthedocs.io/en/latest/) +[https://github.com/open-mmlab/mmcv](https://github.com/open-mmlab/mmcv) +19 stars per week over 236 weeks +4,727 stars, 1,408 forks, 84 watches +created 2018-08-22, last commit 2023-03-03, main language Python -### [tianshou](https://github.com/thu-ml/tianshou) by [thu-ml](https://github.com/thu-ml) -tianshou: An elegant PyTorch deep reinforcement learning library. -[https://tianshou.readthedocs.io](https://tianshou.readthedocs.io) -[https://github.com/thu-ml/tianshou](https://github.com/thu-ml/tianshou) -22 stars per week over 254 weeks -5,840 stars, 918 forks, 82 watches -created 2018-04-16, last commit 2023-02-03, main language Python -a2c, atari, bcq, benchmark, cql, ddpg, double-dqn, dqn, drl, imitation-learning, library, mujoco, npg, policy-gradient, ppo, pytorch, rl, sac, td3, trpo +### [tensor2tensor](https://github.com/tensorflow/tensor2tensor) by [tensorflow](https://github.com/tensorflow) +tensor2tensor: Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. +[https://github.com/tensorflow/tensor2tensor](https://github.com/tensorflow/tensor2tensor) +43 stars per week over 298 weeks +13,064 stars, 3,183 forks, 460 watches +created 2017-06-15, last commit 2023-02-17, main language Python +deep-learning, machine-learning, machine-translation, reinforcement-learning, tpu -### [cleverhans](https://github.com/cleverhans-lab/cleverhans) by [cleverhans-lab](https://github.com/cleverhans-lab) -cleverhans: An adversarial example library for constructing attacks, building defenses, and benchmarking both -[https://github.com/cleverhans-lab/cleverhans](https://github.com/cleverhans-lab/cleverhans) -16 stars per week over 337 weeks -5,719 stars, 1,383 forks, 191 watches -created 2016-09-15, last commit 2023-01-31, main language Jupyter Notebook -benchmarking, machine-learning, security +### [river](https://github.com/online-ml/river) by [online-ml](https://github.com/online-ml) +river: 🌊 Online machine learning in Python +[https://riverml.xyz](https://riverml.xyz) +[https://github.com/online-ml/river](https://github.com/online-ml/river) +19 stars per week over 214 weeks +4,107 stars, 460 forks, 83 watches +created 2019-01-24, last commit 2023-03-03, main language Python +concept-drift, data-science, incremental-learning, machine-learning, online-learning, online-machine-learning, online-statistics, python, real-time-processing, stream-processing, streaming, streaming-data -### [dowhy](https://github.com/py-why/dowhy) by [py-why](https://github.com/py-why) -DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks. -[https://www.pywhy.org/dowhy](https://www.pywhy.org/dowhy) -[https://github.com/py-why/dowhy](https://github.com/py-why/dowhy) -22 stars per week over 248 weeks -5,703 stars, 817 forks, 137 watches -created 2018-05-31, last commit 2023-02-14, main language Python -bayesian-networks, causal-inference, causal-machine-learning, causal-models, causality, data-science, do-calculus, graphical-models, machine-learning, python3, treatment-effects - - -### [Surprise](https://github.com/nicolashug/surprise) by [nicolashug](https://github.com/nicolashug) -Surprise: A Python scikit for building and analyzing recommender systems -[http://surpriselib.com](http://surpriselib.com) -[https://github.com/nicolashug/surprise](https://github.com/nicolashug/surprise) -17 stars per week over 331 weeks -5,702 stars, 968 forks, 147 watches -created 2016-10-23, last commit 2023-01-27, main language Python -factorization, machine-learning, matrix, recommendation, recommender, svd, systems +### [pymc](https://github.com/pymc-devs/pymc3) by [pymc-devs](https://github.com/pymc-devs) +pymc: Bayesian Modeling in Python +[https://docs.pymc.io/](https://docs.pymc.io/) +[https://github.com/pymc-devs/pymc3](https://github.com/pymc-devs/pymc3) +10 stars per week over 721 weeks +7,348 stars, 1,748 forks, 226 watches +created 2009-05-05, last commit 2023-03-02, main language Python +bayesian-inference, mcmc, probabilistic-programming, pytensor, python, statistical-analysis, variational-inference -### [automl](https://github.com/google/automl) by [google](https://github.com/google) -automl: Google Brain AutoML -[https://github.com/google/automl](https://github.com/google/automl) -36 stars per week over 155 weeks -5,587 stars, 1,417 forks, 157 watches -created 2020-03-12, last commit 2023-02-15, main language Jupyter Notebook -automl, efficientdet, efficientnet, efficientnetv2, object-detection +### [MONAI](https://github.com/project-monai/monai) by [project-monai](https://github.com/project-monai) +MONAI: AI Toolkit for Healthcare Imaging +[https://monai.io/](https://monai.io/) +[https://github.com/project-monai/monai](https://github.com/project-monai/monai) +21 stars per week over 177 weeks +3,811 stars, 740 forks, 88 watches +created 2019-10-11, last commit 2023-03-02, main language Python +deep-learning, healthcare-imaging, medical-image-computing, medical-image-processing, monai, python3, pytorch ### [wandb](https://github.com/wandb/client) @@ -361,18 +252,47 @@ wandb: 🔥 A tool for visualizing and tracking your machine learning experiment [https://wandb.ai](https://wandb.ai) [https://github.com/wandb/client](https://github.com/wandb/client) 17 stars per week over 310 weeks -5,545 stars, 442 forks, 43 watches -created 2017-03-24, last commit 2023-03-02, main language Python +5,559 stars, 442 forks, 43 watches +created 2017-03-24, last commit 2023-03-04, main language Python collaboration, data-science, data-versioning, deep-learning, experiment-track, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, keras, machine-learning, ml-platform, mlops, model-versioning, pytorch, reinforcement-learning, reproducibility, tensorflow -### [pyprobml](https://github.com/probml/pyprobml) by [probml](https://github.com/probml) -pyprobml: Python code for "Probabilistic Machine learning" book by Kevin Murphy -[https://github.com/probml/pyprobml](https://github.com/probml/pyprobml) -16 stars per week over 341 weeks -5,465 stars, 1,308 forks, 178 watches -created 2016-08-17, last commit 2023-01-20, main language Jupyter Notebook -blackjax, colab, flax, jax, jupyter-notebooks, machine-learning, numpyro, pml, probabilistic-programming, pymc3, pyro, pytorch, tensorflow +### [dowhy](https://github.com/py-why/dowhy) by [py-why](https://github.com/py-why) +DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks. +[https://www.pywhy.org/dowhy](https://www.pywhy.org/dowhy) +[https://github.com/py-why/dowhy](https://github.com/py-why/dowhy) +22 stars per week over 248 weeks +5,706 stars, 817 forks, 136 watches +created 2018-05-31, last commit 2023-02-14, main language Python +bayesian-networks, causal-inference, causal-machine-learning, causal-models, causality, data-science, do-calculus, graphical-models, machine-learning, python3, treatment-effects + + +### [handson-ml2](https://github.com/ageron/handson-ml2) by [ageron](https://github.com/ageron) +handson-ml2: A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2. +[https://github.com/ageron/handson-ml2](https://github.com/ageron/handson-ml2) +111 stars per week over 216 weeks +24,242 stars, 11,679 forks, 632 watches +created 2019-01-08, last commit 2023-02-04, main language Jupyter Notebook + + +### [mmediting](https://github.com/open-mmlab/mmediting) by [open-mmlab](https://github.com/open-mmlab) +mmediting: OpenMMLab Image and Video Restoration, Editing and Generation Toolbox +[https://mmediting.readthedocs.io/en/latest/](https://mmediting.readthedocs.io/en/latest/) +[https://github.com/open-mmlab/mmediting](https://github.com/open-mmlab/mmediting) +22 stars per week over 184 weeks +4,101 stars, 732 forks, 87 watches +created 2019-08-23, last commit 2023-02-24, main language Python +computer-vision, deep-learning, generative-adversarial-network, image-editing, image-generation, image-processing, image-synthesis, inpainting, matting, pytorch, super-resolution, video-frame-interpolation, video-interpolation, video-super-resolution + + +### [sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) by [aws](https://github.com/aws) +sagemaker-python-sdk: A library for training and deploying machine learning models on Amazon SageMaker +[https://sagemaker.readthedocs.io/](https://sagemaker.readthedocs.io/) +[https://github.com/aws/sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) +6.45 stars per week over 276 weeks +1,785 stars, 937 forks, 135 watches +created 2017-11-14, last commit 2023-03-03, main language Python +aws, huggingface, machine-learning, mxnet, python, pytorch, sagemaker, tensorflow ### [cleanlab](https://github.com/cleanlab/cleanlab) @@ -380,144 +300,145 @@ cleanlab: The standard data-centric AI package for data quality and machine lear [https://cleanlab.ai](https://cleanlab.ai) [https://github.com/cleanlab/cleanlab](https://github.com/cleanlab/cleanlab) 21 stars per week over 251 weeks -5,396 stars, 455 forks, 70 watches +5,424 stars, 455 forks, 70 watches created 2018-05-11, last commit 2023-03-01, main language Python active-learning, annotations, classification, crowdsourcing, data-centric-ai, data-cleaning, data-labeling, data-quality, data-science, data-validation, entity-recognition, exploratory-data-analysis, image-tagging, label-errors, machine-learning, noisy-labels, out-of-distribution-detection, outlier-detection, robust-machine-learning, weak-supervision -### [autogluon](https://github.com/awslabs/autogluon) by [awslabs](https://github.com/awslabs) -AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data -[https://auto.gluon.ai/](https://auto.gluon.ai/) -[https://github.com/awslabs/autogluon](https://github.com/awslabs/autogluon) -28 stars per week over 187 weeks -5,392 stars, 703 forks, 91 watches -created 2019-07-29, last commit 2023-03-02, main language Python -autogluon, automated-machine-learning, automl, computer-vision, data-science, deep-learning, ensemble-learning, forecasting, gluon, hyperparameter-optimization, image-classification, machine-learning, natural-language-processing, object-detection, pytorch, scikit-learn, structured-data, tabular-data, time-series, transfer-learning +### [evaluate](https://github.com/huggingface/evaluate) by [huggingface](https://github.com/huggingface) +🤗 Evaluate: A library for easily evaluating machine learning models and datasets. +[https://huggingface.co/docs/evaluate](https://huggingface.co/docs/evaluate) +[https://github.com/huggingface/evaluate](https://github.com/huggingface/evaluate) +24 stars per week over 48 weeks +1,169 stars, 117 forks, 43 watches +created 2022-03-30, last commit 2023-03-01, main language Python +evaluation, machine-learning -### [keras-rl](https://github.com/keras-rl/keras-rl) -keras-rl: Deep Reinforcement Learning for Keras. -[http://keras-rl.readthedocs.io/](http://keras-rl.readthedocs.io/) -[https://github.com/keras-rl/keras-rl](https://github.com/keras-rl/keras-rl) -15 stars per week over 347 weeks -5,380 stars, 1,360 forks, 211 watches -created 2016-07-02, last commit 2019-11-11, main language Python -keras, machine-learning, neural-networks, reinforcement-learning, tensorflow, theano +### [featuretools](https://github.com/featurelabs/featuretools) by [featurelabs](https://github.com/featurelabs) +featuretools: An open source python library for automated feature engineering +[https://www.featuretools.com](https://www.featuretools.com) +[https://github.com/featurelabs/featuretools](https://github.com/featurelabs/featuretools) +22 stars per week over 286 weeks +6,531 stars, 840 forks, 158 watches +created 2017-09-08, last commit 2023-03-03, main language Python +automated-feature-engineering, automated-machine-learning, automl, data-science, feature-engineering, machine-learning, python, scikit-learn -### [mmsegmentation](https://github.com/open-mmlab/mmsegmentation) by [open-mmlab](https://github.com/open-mmlab) -mmsegmentation: OpenMMLab Semantic Segmentation Toolbox and Benchmark. -[https://mmsegmentation.readthedocs.io/en/latest/](https://mmsegmentation.readthedocs.io/en/latest/) -[https://github.com/open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation) -37 stars per week over 141 weeks -5,296 stars, 1,954 forks, 52 watches -created 2020-06-14, last commit 2023-02-28, main language Python -deeplabv3, image-segmentation, medical-image-segmentation, pspnet, pytorch, realtime-segmentation, retinal-vessel-segmentation, semantic-segmentation, swin-transformer, transformer, vessel-segmentation +### [tianshou](https://github.com/thu-ml/tianshou) by [thu-ml](https://github.com/thu-ml) +tianshou: An elegant PyTorch deep reinforcement learning library. +[https://tianshou.readthedocs.io](https://tianshou.readthedocs.io) +[https://github.com/thu-ml/tianshou](https://github.com/thu-ml/tianshou) +22 stars per week over 254 weeks +5,847 stars, 917 forks, 82 watches +created 2018-04-16, last commit 2023-03-04, main language Python +a2c, atari, bcq, benchmark, cql, ddpg, double-dqn, dqn, drl, imitation-learning, library, mujoco, npg, policy-gradient, ppo, pytorch, rl, sac, td3, trpo -### [Augmentor](https://github.com/mdbloice/augmentor) by [mdbloice](https://github.com/mdbloice) -Augmentor: Image augmentation library in Python for machine learning. -[https://augmentor.readthedocs.io/en/stable](https://augmentor.readthedocs.io/en/stable) -[https://github.com/mdbloice/augmentor](https://github.com/mdbloice/augmentor) -13 stars per week over 365 weeks -4,868 stars, 858 forks, 123 watches -created 2016-03-01, last commit 2023-01-24, main language Python -augmentation, deep-learning, machine-learning, neural-networks +### [FLAML](https://github.com/microsoft/flaml) by [microsoft](https://github.com/microsoft) +FLAML: A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP. +[https://microsoft.github.io/FLAML/](https://microsoft.github.io/FLAML/) +[https://github.com/microsoft/flaml](https://github.com/microsoft/flaml) +17 stars per week over 132 weeks +2,291 stars, 349 forks, 41 watches +created 2020-08-20, last commit 2023-03-01, main language Jupyter Notebook +automated-machine-learning, automl, classification, data-science, deep-learning, finetuning, hyperparam, hyperparameter-optimization, jupyter-notebook, machine-learning, natural-language-generation, natural-language-processing, python, random-forest, regression, scikit-learn, tabular-data, timeseries-forecasting, tuning -### [mmcv](https://github.com/open-mmlab/mmcv) by [open-mmlab](https://github.com/open-mmlab) -mmcv: OpenMMLab Computer Vision Foundation -[https://mmcv.readthedocs.io/en/latest/](https://mmcv.readthedocs.io/en/latest/) -[https://github.com/open-mmlab/mmcv](https://github.com/open-mmlab/mmcv) -19 stars per week over 236 weeks -4,725 stars, 1,404 forks, 84 watches -created 2018-08-22, last commit 2023-02-27, main language Python +### [statsmodels](https://github.com/statsmodels/statsmodels) +Statsmodels: statistical modeling and econometrics in Python +[http://www.statsmodels.org/devel/](http://www.statsmodels.org/devel/) +[https://github.com/statsmodels/statsmodels](https://github.com/statsmodels/statsmodels) +13 stars per week over 612 weeks +8,235 stars, 2,670 forks, 275 watches +created 2011-06-12, last commit 2023-02-26, main language Python +count-model, data-analysis, data-science, econometrics, forecasting, generalized-linear-models, hypothesis-testing, prediction, python, regression-models, robust-estimation, statistics, timeseries-analysis -### [deep-daze](https://github.com/lucidrains/deep-daze) by [lucidrains](https://github.com/lucidrains) -deep-daze: Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun -[https://github.com/lucidrains/deep-daze](https://github.com/lucidrains/deep-daze) -39 stars per week over 110 weeks -4,384 stars, 330 forks, 75 watches -created 2021-01-17, last commit 2022-03-13, main language Python -artificial-intelligence, deep-learning, implicit-neural-representation, multi-modality, siren, text-to-image, transformers +### [umap](https://github.com/lmcinnes/umap) by [lmcinnes](https://github.com/lmcinnes) +umap: Uniform Manifold Approximation and Projection +[https://github.com/lmcinnes/umap](https://github.com/lmcinnes/umap) +20 stars per week over 296 weeks +6,081 stars, 705 forks, 126 watches +created 2017-07-02, last commit 2023-02-23, main language Python +dimensionality-reduction, machine-learning, topological-data-analysis, umap, visualization -### [mlxtend](https://github.com/rasbt/mlxtend) by [rasbt](https://github.com/rasbt) -mlxtend: A library of extension and helper modules for Python's data analysis and machine learning libraries. -[http://rasbt.github.io/mlxtend/](http://rasbt.github.io/mlxtend/) -[https://github.com/rasbt/mlxtend](https://github.com/rasbt/mlxtend) -9.6 stars per week over 446 weeks -4,284 stars, 806 forks, 117 watches -created 2014-08-14, last commit 2023-02-26, main language Python -association-rules, data-mining, data-science, machine-learning, python, supervised-learning, unsupervised-learning +### [netron](https://github.com/lutzroeder/netron) by [lutzroeder](https://github.com/lutzroeder) +netron: Visualizer for neural network, deep learning, and machine learning models +[https://netron.app](https://netron.app) +[https://github.com/lutzroeder/netron](https://github.com/lutzroeder/netron) +33 stars per week over 636 weeks +21,483 stars, 2,405 forks, 275 watches +created 2010-12-26, last commit 2023-03-04, main language JavaScript +ai, caffe, caffe2, coreml, darknet, deep-learning, deeplearning, keras, machine-learning, machinelearning, ml, mxnet, neural-network, onnx, paddle, pytorch, tensorflow, tensorflow-lite, torch, visualizer -### [river](https://github.com/online-ml/river) by [online-ml](https://github.com/online-ml) -river: 🌊 Online machine learning in Python -[https://riverml.xyz](https://riverml.xyz) -[https://github.com/online-ml/river](https://github.com/online-ml/river) -19 stars per week over 214 weeks -4,106 stars, 459 forks, 83 watches -created 2019-01-24, last commit 2023-03-01, main language Python -concept-drift, data-science, incremental-learning, machine-learning, online-learning, online-machine-learning, online-statistics, python, real-time-processing, stream-processing, streaming, streaming-data +### [balance](https://github.com/facebookresearch/balance) by [facebookresearch](https://github.com/facebookresearch) +balance: The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest. +[https://import-balance.org](https://import-balance.org) +[https://github.com/facebookresearch/balance](https://github.com/facebookresearch/balance) +37 stars per week over 15 weeks +590 stars, 28 forks, 5 watches +created 2022-11-15, last commit 2023-02-19, main language Python -### [mmediting](https://github.com/open-mmlab/mmediting) by [open-mmlab](https://github.com/open-mmlab) -mmediting: OpenMMLab Image and Video Restoration, Editing and Generation Toolbox -[https://mmediting.readthedocs.io/en/latest/](https://mmediting.readthedocs.io/en/latest/) -[https://github.com/open-mmlab/mmediting](https://github.com/open-mmlab/mmediting) -22 stars per week over 184 weeks -4,101 stars, 733 forks, 87 watches -created 2019-08-23, last commit 2023-02-24, main language Python -computer-vision, deep-learning, generative-adversarial-network, image-editing, image-generation, image-processing, image-synthesis, inpainting, matting, pytorch, super-resolution, video-frame-interpolation, video-interpolation, video-super-resolution +### [neural_prophet](https://github.com/ourownstory/neural_prophet) by [ourownstory](https://github.com/ourownstory) +neural_prophet: NeuralProphet: A simple forecasting package +[https://neuralprophet.com](https://neuralprophet.com) +[https://github.com/ourownstory/neural_prophet](https://github.com/ourownstory/neural_prophet) +19 stars per week over 147 weeks +2,813 stars, 390 forks, 50 watches +created 2020-05-04, last commit 2023-03-03, main language Python +artificial-intelligence, autoregression, deep-learning, fbprophet, forecast, forecasting, forecasting-algorithm, forecasting-model, machine-learning, neural, neural-network, neuralprophet, prediction, prophet, python, pytorch, seasonality, time-series, timeseries, trend -### [yellowbrick](https://github.com/districtdatalabs/yellowbrick) by [districtdatalabs](https://github.com/districtdatalabs) -yellowbrick: Visual analysis and diagnostic tools to facilitate machine learning model selection. -[http://www.scikit-yb.org/](http://www.scikit-yb.org/) -[https://github.com/districtdatalabs/yellowbrick](https://github.com/districtdatalabs/yellowbrick) -11 stars per week over 354 weeks -3,927 stars, 543 forks, 101 watches -created 2016-05-18, last commit 2023-02-27, main language Python -anaconda, estimator, machine-learning, matplotlib, model-selection, python, scikit-learn, visual-analysis, visualization, visualizer +### [optimum](https://github.com/huggingface/optimum) by [huggingface](https://github.com/huggingface) +optimum: 🏎️ Accelerate training and inference of 🤗 Transformers with easy to use hardware optimization tools +[https://huggingface.co/docs/optimum/](https://huggingface.co/docs/optimum/) +[https://github.com/huggingface/optimum](https://github.com/huggingface/optimum) +11 stars per week over 84 weeks +947 stars, 142 forks, 41 watches +created 2021-07-20, last commit 2023-03-04, main language Python +graphcore, habana, inference, intel, onnx, onnxruntime, optimization, pytorch, quantization, training, transformers -### [causalml](https://github.com/uber/causalml) by [uber](https://github.com/uber) -causalml: Uplift modeling and causal inference with machine learning algorithms -[https://github.com/uber/causalml](https://github.com/uber/causalml) -20 stars per week over 190 weeks -3,819 stars, 613 forks, 78 watches -created 2019-07-09, last commit 2023-02-03, main language Python -causal-inference, incubation, machine-learning, uplift-modeling +### [pyprobml](https://github.com/probml/pyprobml) by [probml](https://github.com/probml) +pyprobml: Python code for "Probabilistic Machine learning" book by Kevin Murphy +[https://github.com/probml/pyprobml](https://github.com/probml/pyprobml) +16 stars per week over 341 weeks +5,468 stars, 1,309 forks, 178 watches +created 2016-08-17, last commit 2023-01-20, main language Jupyter Notebook +blackjax, colab, flax, jax, jupyter-notebooks, machine-learning, numpyro, pml, probabilistic-programming, pymc3, pyro, pytorch, tensorflow -### [MONAI](https://github.com/project-monai/monai) by [project-monai](https://github.com/project-monai) -MONAI: AI Toolkit for Healthcare Imaging -[https://monai.io/](https://monai.io/) -[https://github.com/project-monai/monai](https://github.com/project-monai/monai) -21 stars per week over 177 weeks -3,804 stars, 740 forks, 88 watches -created 2019-10-11, last commit 2023-03-02, main language Python -deep-learning, healthcare-imaging, medical-image-computing, medical-image-processing, monai, python3, pytorch +### [annoy](https://github.com/spotify/annoy) by [spotify](https://github.com/spotify) +annoy: Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk +[https://github.com/spotify/annoy](https://github.com/spotify/annoy) +20 stars per week over 517 weeks +10,849 stars, 1,078 forks, 324 watches +created 2013-04-01, last commit 2023-02-25, main language C++ +approximate-nearest-neighbor-search, c-plus-plus, golang, locality-sensitive-hashing, lua, nearest-neighbor-search, python -### [accelerate](https://github.com/huggingface/accelerate) by [huggingface](https://github.com/huggingface) -accelerate: 🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision -[https://huggingface.co/docs/accelerate](https://huggingface.co/docs/accelerate) -[https://github.com/huggingface/accelerate](https://github.com/huggingface/accelerate) -31 stars per week over 122 weeks -3,786 stars, 344 forks, 70 watches -created 2020-10-30, last commit 2023-03-02, main language Python +### [coremltools](https://github.com/apple/coremltools) by [apple](https://github.com/apple) +coremltools: Core ML tools contain supporting tools for Core ML model conversion, editing, and validation. +[https://coremltools.readme.io](https://coremltools.readme.io) +[https://github.com/apple/coremltools](https://github.com/apple/coremltools) +10 stars per week over 296 weeks +3,140 stars, 488 forks, 114 watches +created 2017-06-30, last commit 2023-02-21, main language Python +coreml, coremltools, machine-learning, model-conversion, model-converter, pytorch, tensorflow -### [ReAgent](https://github.com/facebookresearch/reagent) by [facebookresearch](https://github.com/facebookresearch) -ReAgent: A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.) -[https://reagent.ai](https://reagent.ai) -[https://github.com/facebookresearch/reagent](https://github.com/facebookresearch/reagent) -11 stars per week over 292 weeks -3,352 stars, 508 forks, 150 watches -created 2017-07-27, last commit 2023-02-28, main language Python +### [lightly](https://github.com/lightly-ai/lightly) by [lightly-ai](https://github.com/lightly-ai) +lightly: A python library for self-supervised learning on images. +[https://docs.lightly.ai/self-supervised-learning/](https://docs.lightly.ai/self-supervised-learning/) +[https://github.com/lightly-ai/lightly](https://github.com/lightly-ai/lightly) +17 stars per week over 124 weeks +2,155 stars, 181 forks, 23 watches +created 2020-10-13, last commit 2023-03-03, main language Python +active-learning, computer-vision, contrastive-learning, deep-learning, embeddings, machine-learning, pytorch, self-supervised-learning ### [opencv-python](https://github.com/skvark/opencv-python) by [skvark](https://github.com/skvark) @@ -525,66 +446,37 @@ opencv-python: Automated CI toolchain to produce precompiled opencv-python, open [https://pypi.org/project/opencv-python/](https://pypi.org/project/opencv-python/) [https://github.com/skvark/opencv-python](https://github.com/skvark/opencv-python) 9.16 stars per week over 360 weeks -3,298 stars, 640 forks, 81 watches +3,301 stars, 640 forks, 81 watches created 2016-04-08, last commit 2023-02-22, main language Shell manylinux, opencv, opencv-contrib-python, opencv-python, precompiled, pypi, python, python-3, wheel -### [coremltools](https://github.com/apple/coremltools) by [apple](https://github.com/apple) -coremltools: Core ML tools contain supporting tools for Core ML model conversion, editing, and validation. -[https://coremltools.readme.io](https://coremltools.readme.io) -[https://github.com/apple/coremltools](https://github.com/apple/coremltools) -10 stars per week over 296 weeks -3,139 stars, 488 forks, 114 watches -created 2017-06-30, last commit 2023-02-21, main language Python -coreml, coremltools, machine-learning, model-conversion, model-converter, pytorch, tensorflow - - -### [vissl](https://github.com/facebookresearch/vissl) by [facebookresearch](https://github.com/facebookresearch) -VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images. -[https://vissl.ai](https://vissl.ai) -[https://github.com/facebookresearch/vissl](https://github.com/facebookresearch/vissl) -19 stars per week over 151 weeks -2,969 stars, 311 forks, 52 watches -created 2020-04-09, last commit 2022-12-28, main language Jupyter Notebook - - -### [glow](https://github.com/pytorch/glow) by [pytorch](https://github.com/pytorch) -glow: Compiler for Neural Network hardware accelerators -[https://github.com/pytorch/glow](https://github.com/pytorch/glow) -10 stars per week over 283 weeks -2,921 stars, 665 forks, 155 watches -created 2017-09-29, last commit 2023-02-22, main language C++ - - -### [neural_prophet](https://github.com/ourownstory/neural_prophet) by [ourownstory](https://github.com/ourownstory) -neural_prophet: NeuralProphet: A simple forecasting package -[https://neuralprophet.com](https://neuralprophet.com) -[https://github.com/ourownstory/neural_prophet](https://github.com/ourownstory/neural_prophet) -19 stars per week over 147 weeks -2,811 stars, 389 forks, 50 watches -created 2020-05-04, last commit 2023-03-02, main language Python -artificial-intelligence, autoregression, deep-learning, fbprophet, forecast, forecasting, forecasting-algorithm, forecasting-model, machine-learning, neural, neural-network, neuralprophet, prediction, prophet, python, pytorch, seasonality, time-series, timeseries, trend +### [mlxtend](https://github.com/rasbt/mlxtend) by [rasbt](https://github.com/rasbt) +mlxtend: A library of extension and helper modules for Python's data analysis and machine learning libraries. +[http://rasbt.github.io/mlxtend/](http://rasbt.github.io/mlxtend/) +[https://github.com/rasbt/mlxtend](https://github.com/rasbt/mlxtend) +9.6 stars per week over 446 weeks +4,286 stars, 806 forks, 117 watches +created 2014-08-14, last commit 2023-02-26, main language Python +association-rules, data-mining, data-science, machine-learning, python, supervised-learning, unsupervised-learning -### [eli5](https://github.com/teamhg-memex/eli5) by [teamhg-memex](https://github.com/teamhg-memex) -eli5: A library for debugging/inspecting machine learning classifiers and explaining their predictions -[http://eli5.readthedocs.io](http://eli5.readthedocs.io) -[https://github.com/teamhg-memex/eli5](https://github.com/teamhg-memex/eli5) -7.86 stars per week over 337 weeks -2,650 stars, 326 forks, 70 watches -created 2016-09-15, last commit 2020-01-22, main language Jupyter Notebook -crfsuite, data-science, explanation, inspection, lightgbm, machine-learning, nlp, python, scikit-learn, xgboost +### [deepmind-research](https://github.com/deepmind/deepmind-research) by [deepmind](https://github.com/deepmind) +deepmind-research: This repository contains implementations and illustrative code to accompany DeepMind publications +[https://github.com/deepmind/deepmind-research](https://github.com/deepmind/deepmind-research) +53 stars per week over 215 weeks +11,494 stars, 2,359 forks, 329 watches +created 2019-01-15, last commit 2023-01-31, main language Jupyter Notebook -### [mljar-supervised](https://github.com/mljar/mljar-supervised) by [mljar](https://github.com/mljar) -mljar-supervised: Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation -[https://mljar.com](https://mljar.com) -[https://github.com/mljar/mljar-supervised](https://github.com/mljar/mljar-supervised) -11 stars per week over 225 weeks -2,486 stars, 326 forks, 43 watches -created 2018-11-05, last commit 2022-12-30, main language Python -automated-machine-learning, automatic-machine-learning, automl, catboost, data-science, decision-tree, ensemble, feature-engineering, hyper-parameters, hyperparameter-optimization, lightgbm, machine-learning, mljar, models-tuning, neural-network, random-forest, scikit-learn, shap, tuning-algorithm, xgboost +### [auto-sklearn](https://github.com/automl/auto-sklearn) by [automl](https://github.com/automl) +auto-sklearn: Automated Machine Learning with scikit-learn +[https://automl.github.io/auto-sklearn](https://automl.github.io/auto-sklearn) +[https://github.com/automl/auto-sklearn](https://github.com/automl/auto-sklearn) +16 stars per week over 400 weeks +6,772 stars, 1,213 forks, 213 watches +created 2015-07-02, last commit 2022-12-07, main language Python +automated-machine-learning, automl, bayesian-optimization, hyperparameter-optimization, hyperparameter-search, hyperparameter-tuning, meta-learning, metalearning, scikit-learn, smac ### [RecBole](https://github.com/rucaibox/recbole) by [rucaibox](https://github.com/rucaibox) @@ -592,56 +484,113 @@ RecBole: A unified, comprehensive and efficient recommendation library [https://recbole.io/](https://recbole.io/) [https://github.com/rucaibox/recbole](https://github.com/rucaibox/recbole) 17 stars per week over 142 weeks -2,485 stars, 458 forks, 39 watches +2,491 stars, 459 forks, 39 watches created 2020-06-11, last commit 2023-03-02, main language Python collaborative-filtering, ctr-prediction, deep-learning, graph-neural-networks, knowledge-graph, pytorch, recommendation-system, recommendations, recommender, recommender-systems, sequential-recommendation -### [CogVideo](https://github.com/thudm/cogvideo) by [thudm](https://github.com/thudm) -Text-to-video generation. The repo for ICLR2023 paper "CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers" -[https://github.com/thudm/cogvideo](https://github.com/thudm/cogvideo) -62 stars per week over 39 weeks -2,485 stars, 237 forks, 89 watches -created 2022-05-29, last commit 2022-11-17, main language Python +### [tpot](https://github.com/epistasislab/tpot) by [epistasislab](https://github.com/epistasislab) +tpot: A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. +[http://epistasislab.github.io/tpot/](http://epistasislab.github.io/tpot/) +[https://github.com/epistasislab/tpot](https://github.com/epistasislab/tpot) +23 stars per week over 382 weeks +8,968 stars, 1,517 forks, 293 watches +created 2015-11-03, last commit 2022-07-29, main language Python +adsp, ag066833, aiml, alzheimer, alzheimers, automated-machine-learning, automation, automl, data-science, feature-engineering, gradient-boosting, hyperparameter-optimization, machine-learning, model-selection, nia, parameter-tuning, python, random-forest, scikit-learn, u01ag066833 -### [marqo](https://github.com/marqo-ai/marqo) by [marqo-ai](https://github.com/marqo-ai) -marqo: Tensor search for humans. -[https://www.marqo.ai/](https://www.marqo.ai/) -[https://github.com/marqo-ai/marqo](https://github.com/marqo-ai/marqo) -78 stars per week over 30 weeks -2,399 stars, 92 forks, 27 watches -created 2022-08-01, last commit 2023-03-02, main language Python -chatgpt, clip, deep-learning, gpt, hacktoberfest, hnsw, information-retrieval, knn, large-language-models, machine-learning, machinelearning, multi-modal, natural-language-processing, search-engine, semantic-search, tensor-search, transformers, vector-search, vision-language, visual-search +### [PlotNeuralNet](https://github.com/harisiqbal88/plotneuralnet) by [harisiqbal88](https://github.com/harisiqbal88) +PlotNeuralNet: Latex code for making neural networks diagrams +[https://github.com/harisiqbal88/plotneuralnet](https://github.com/harisiqbal88/plotneuralnet) +78 stars per week over 240 weeks +18,929 stars, 2,579 forks, 223 watches +created 2018-07-24, last commit 2020-11-06, main language TeX +deep-neural-networks, latex -### [hnswlib](https://github.com/nmslib/hnswlib) by [nmslib](https://github.com/nmslib) -hnswlib: Header-only C++/python library for fast approximate nearest neighbors -[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) -[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) -8.1 stars per week over 295 weeks -2,391 stars, 432 forks, 62 watches -created 2017-07-06, last commit 2023-02-05, main language C++ +### [causalml](https://github.com/uber/causalml) by [uber](https://github.com/uber) +causalml: Uplift modeling and causal inference with machine learning algorithms +[https://github.com/uber/causalml](https://github.com/uber/causalml) +20 stars per week over 190 weeks +3,819 stars, 613 forks, 78 watches +created 2019-07-09, last commit 2023-02-03, main language Python +causal-inference, incubation, machine-learning, uplift-modeling -### [FLAML](https://github.com/microsoft/flaml) by [microsoft](https://github.com/microsoft) -FLAML: A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP. -[https://microsoft.github.io/FLAML/](https://microsoft.github.io/FLAML/) -[https://github.com/microsoft/flaml](https://github.com/microsoft/flaml) -17 stars per week over 132 weeks -2,290 stars, 350 forks, 41 watches -created 2020-08-20, last commit 2023-03-01, main language Jupyter Notebook -automated-machine-learning, automl, classification, data-science, deep-learning, finetuning, hyperparam, hyperparameter-optimization, jupyter-notebook, machine-learning, natural-language-generation, natural-language-processing, python, random-forest, regression, scikit-learn, tabular-data, timeseries-forecasting, tuning +### [finetuner](https://github.com/jina-ai/finetuner) by [jina-ai](https://github.com/jina-ai) +finetuner: :dart: Task-oriented finetuning for better embeddings on neural search +[https://finetuner.jina.ai](https://finetuner.jina.ai) +[https://github.com/jina-ai/finetuner](https://github.com/jina-ai/finetuner) +11 stars per week over 81 weeks +954 stars, 48 forks, 24 watches +created 2021-08-11, last commit 2023-03-02, main language Python +few-shot-learning, fine-tuning, finetuning, jina, metric-learning, negative-sampling, neural-search, pretrained-models, siamese-network, similarity-learning, transfer-learning, triplet-loss -### [lightly](https://github.com/lightly-ai/lightly) by [lightly-ai](https://github.com/lightly-ai) -lightly: A python library for self-supervised learning on images. -[https://docs.lightly.ai/self-supervised-learning/](https://docs.lightly.ai/self-supervised-learning/) -[https://github.com/lightly-ai/lightly](https://github.com/lightly-ai/lightly) -17 stars per week over 124 weeks -2,153 stars, 179 forks, 23 watches -created 2020-10-13, last commit 2023-03-02, main language Python -active-learning, computer-vision, contrastive-learning, deep-learning, embeddings, machine-learning, pytorch, self-supervised-learning +### [vizier](https://github.com/google/vizier) by [google](https://github.com/google) +vizier: Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google Vizier Service. +[https://oss-vizier.readthedocs.io](https://oss-vizier.readthedocs.io) +[https://github.com/google/vizier](https://github.com/google/vizier) +17 stars per week over 54 weeks +967 stars, 45 forks, 20 watches +created 2022-02-16, last commit 2023-03-01, main language Python +algorithm, bayesian-optimization, blackbox-optimization, deep-learning, distributed-computing, distributed-systems, evolutionary-algorithms, google, grpc, hyperparameter-optimization, hyperparameter-tuning, machine-learning, open-source, optimization, tuning, tuning-parameters, vizier + + +### [addons](https://github.com/tensorflow/addons) by [tensorflow](https://github.com/tensorflow) +addons: Useful extra functionality for TensorFlow 2.x maintained by SIG-addons +[https://github.com/tensorflow/addons](https://github.com/tensorflow/addons) +7.24 stars per week over 222 weeks +1,613 stars, 599 forks, 58 watches +created 2018-11-26, last commit 2023-03-01, main language Python +deep-learning, machine-learning, neural-network, python, tensorflow, tensorflow-addons + + +### [ReAgent](https://github.com/facebookresearch/reagent) by [facebookresearch](https://github.com/facebookresearch) +ReAgent: A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.) +[https://reagent.ai](https://reagent.ai) +[https://github.com/facebookresearch/reagent](https://github.com/facebookresearch/reagent) +11 stars per week over 292 weeks +3,352 stars, 508 forks, 150 watches +created 2017-07-27, last commit 2023-02-28, main language Python + + +### [automl](https://github.com/google/automl) by [google](https://github.com/google) +automl: Google Brain AutoML +[https://github.com/google/automl](https://github.com/google/automl) +35 stars per week over 155 weeks +5,594 stars, 1,418 forks, 157 watches +created 2020-03-12, last commit 2023-02-15, main language Jupyter Notebook +automl, efficientdet, efficientnet, efficientnetv2, object-detection + + +### [vissl](https://github.com/facebookresearch/vissl) by [facebookresearch](https://github.com/facebookresearch) +VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images. +[https://vissl.ai](https://vissl.ai) +[https://github.com/facebookresearch/vissl](https://github.com/facebookresearch/vissl) +19 stars per week over 151 weeks +2,968 stars, 312 forks, 52 watches +created 2020-04-09, last commit 2022-12-28, main language Jupyter Notebook + + +### [imgaug](https://github.com/aleju/imgaug) by [aleju](https://github.com/aleju) +imgaug: Image augmentation for machine learning experiments. +[http://imgaug.readthedocs.io](http://imgaug.readthedocs.io) +[https://github.com/aleju/imgaug](https://github.com/aleju/imgaug) +33 stars per week over 399 weeks +13,340 stars, 2,362 forks, 231 watches +created 2015-07-10, last commit 2020-06-01, main language Python +affine-transformation, augment-images, augmentation, bounding-boxes, contrast, crop, deep-learning, heatmap, image-augmentation, images, keypoints, machine-learning, polygon, segmentation-maps + + +### [vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) by [googlecloudplatform](https://github.com/googlecloudplatform) +vertex-ai-samples: Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud +[https://cloud.google.com/vertex-ai](https://cloud.google.com/vertex-ai) +[https://github.com/googlecloudplatform/vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) +6.64 stars per week over 92 weeks +614 stars, 417 forks, 37 watches +created 2021-05-27, last commit 2023-03-03, main language Jupyter Notebook +ai, data-science, gcp, google-cloud-platform, ml, mlops, notebook, python, samples, vertex-ai ### [shapash](https://github.com/maif/shapash) by [maif](https://github.com/maif) @@ -649,177 +598,217 @@ shapash: 🔅 Shapash makes Machine Learning models transparent and understandab [https://maif.github.io/shapash/](https://maif.github.io/shapash/) [https://github.com/maif/shapash](https://github.com/maif/shapash) 14 stars per week over 148 weeks -2,124 stars, 260 forks, 39 watches -created 2020-04-29, last commit 2023-03-01, main language Jupyter Notebook +2,123 stars, 260 forks, 38 watches +created 2020-04-29, last commit 2023-03-03, main language Jupyter Notebook ethical-artificial-intelligence, explainability, explainable-ml, interpretability, lime, machine-learning, python, shap, transparency -### [lazypredict](https://github.com/shankarpandala/lazypredict) by [shankarpandala](https://github.com/shankarpandala) -lazypredict: Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning -[https://github.com/shankarpandala/lazypredict](https://github.com/shankarpandala/lazypredict) -10 stars per week over 171 weeks -1,865 stars, 212 forks, 23 watches -created 2019-11-16, last commit 2022-09-28, main language Python -automl, classification, machine-learning, regression +### [CogVideo](https://github.com/thudm/cogvideo) by [thudm](https://github.com/thudm) +Text-to-video generation. The repo for ICLR2023 paper "CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers" +[https://github.com/thudm/cogvideo](https://github.com/thudm/cogvideo) +62 stars per week over 40 weeks +2,489 stars, 237 forks, 89 watches +created 2022-05-29, last commit 2022-11-17, main language Python -### [sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) by [aws](https://github.com/aws) -sagemaker-python-sdk: A library for training and deploying machine learning models on Amazon SageMaker -[https://sagemaker.readthedocs.io/](https://sagemaker.readthedocs.io/) -[https://github.com/aws/sagemaker-python-sdk](https://github.com/aws/sagemaker-python-sdk) -6.46 stars per week over 276 weeks -1,785 stars, 937 forks, 135 watches -created 2017-11-14, last commit 2023-03-03, main language Python -aws, huggingface, machine-learning, mxnet, python, pytorch, sagemaker, tensorflow +### [Surprise](https://github.com/nicolashug/surprise) by [nicolashug](https://github.com/nicolashug) +Surprise: A Python scikit for building and analyzing recommender systems +[http://surpriselib.com](http://surpriselib.com) +[https://github.com/nicolashug/surprise](https://github.com/nicolashug/surprise) +17 stars per week over 332 weeks +5,705 stars, 968 forks, 147 watches +created 2016-10-23, last commit 2023-01-27, main language Python +factorization, machine-learning, matrix, recommendation, recommender, svd, systems -### [hypertools](https://github.com/contextlab/hypertools) by [contextlab](https://github.com/contextlab) -hypertools: A Python toolbox for gaining geometric insights into high-dimensional data -[http://hypertools.readthedocs.io/en/latest/](http://hypertools.readthedocs.io/en/latest/) -[https://github.com/contextlab/hypertools](https://github.com/contextlab/hypertools) -5.25 stars per week over 335 weeks -1,761 stars, 160 forks, 60 watches -created 2016-09-27, last commit 2022-02-12, main language Python -data-visualization, data-wrangling, high-dimensional-data, python, text-vectorization, time-series, topic-modeling, visualization +### [baselines](https://github.com/openai/baselines) by [openai](https://github.com/openai) +OpenAI Baselines: high-quality implementations of reinforcement learning algorithms +[https://github.com/openai/baselines](https://github.com/openai/baselines) +45 stars per week over 301 weeks +13,822 stars, 4,533 forks, 615 watches +created 2017-05-24, last commit 2020-01-31, main language Python -### [koila](https://github.com/rentruewang/koila) by [rentruewang](https://github.com/rentruewang) -koila: Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code. -[https://rentruewang.github.io/koila](https://rentruewang.github.io/koila) -[https://github.com/rentruewang/koila](https://github.com/rentruewang/koila) -25 stars per week over 67 weeks -1,720 stars, 63 forks, 11 watches -created 2021-11-17, last commit 2023-02-28, main language Python -deep-learning, gradient-accumulation, lazy-evaluation, machine-learning, memory-management, neural-network, out-of-memory, python, pytorch +### [dopamine](https://github.com/google/dopamine) by [google](https://github.com/google) +Dopamine is a research framework for fast prototyping of reinforcement learning algorithms. +[https://github.com/google/dopamine](https://github.com/google/dopamine) +[https://github.com/google/dopamine](https://github.com/google/dopamine) +41 stars per week over 240 weeks +10,026 stars, 1,343 forks, 442 watches +created 2018-07-26, last commit 2023-02-27, main language Jupyter Notebook +ai, google, ml, rl, tensorflow -### [pyLDAvis](https://github.com/bmabey/pyldavis) by [bmabey](https://github.com/bmabey) -pyLDAvis: Python library for interactive topic model visualization. Port of the R LDAvis package. -[https://github.com/bmabey/pyldavis](https://github.com/bmabey/pyldavis) -4.1 stars per week over 412 weeks -1,688 stars, 350 forks, 56 watches -created 2015-04-09, last commit 2023-02-15, main language Jupyter Notebook +### [mljar-supervised](https://github.com/mljar/mljar-supervised) by [mljar](https://github.com/mljar) +mljar-supervised: Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation +[https://mljar.com](https://mljar.com) +[https://github.com/mljar/mljar-supervised](https://github.com/mljar/mljar-supervised) +11 stars per week over 225 weeks +2,489 stars, 326 forks, 43 watches +created 2018-11-05, last commit 2022-12-30, main language Python +automated-machine-learning, automatic-machine-learning, automl, catboost, data-science, decision-tree, ensemble, feature-engineering, hyper-parameters, hyperparameter-optimization, lightgbm, machine-learning, mljar, models-tuning, neural-network, random-forest, scikit-learn, shap, tuning-algorithm, xgboost -### [greykite](https://github.com/linkedin/greykite) by [linkedin](https://github.com/linkedin) -greykite: A flexible, intuitive and fast forecasting library -[https://github.com/linkedin/greykite](https://github.com/linkedin/greykite) -17 stars per week over 96 weeks -1,674 stars, 92 forks, 37 watches -created 2021-04-27, last commit 2022-08-31, main language Python +### [yellowbrick](https://github.com/districtdatalabs/yellowbrick) by [districtdatalabs](https://github.com/districtdatalabs) +yellowbrick: Visual analysis and diagnostic tools to facilitate machine learning model selection. +[http://www.scikit-yb.org/](http://www.scikit-yb.org/) +[https://github.com/districtdatalabs/yellowbrick](https://github.com/districtdatalabs/yellowbrick) +11 stars per week over 354 weeks +3,927 stars, 543 forks, 101 watches +created 2016-05-18, last commit 2023-02-27, main language Python +anaconda, estimator, machine-learning, matplotlib, model-selection, python, scikit-learn, visual-analysis, visualization, visualizer -### [addons](https://github.com/tensorflow/addons) by [tensorflow](https://github.com/tensorflow) -addons: Useful extra functionality for TensorFlow 2.x maintained by SIG-addons -[https://github.com/tensorflow/addons](https://github.com/tensorflow/addons) -7.25 stars per week over 222 weeks -1,613 stars, 599 forks, 58 watches -created 2018-11-26, last commit 2023-03-01, main language Python -deep-learning, machine-learning, neural-network, python, tensorflow, tensorflow-addons +### [TabPFN](https://github.com/automl/tabpfn) by [automl](https://github.com/automl) +TabPFN: Official implementation of the TabPFN and the tabpfn package. +[https://arxiv.org/abs/2207.01848](https://arxiv.org/abs/2207.01848) +[https://github.com/automl/tabpfn](https://github.com/automl/tabpfn) +19 stars per week over 35 weeks +701 stars, 49 forks, 16 watches +created 2022-07-01, last commit 2023-03-02, main language Python -### [musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) by [lucidrains](https://github.com/lucidrains) -musiclm-pytorch: Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch -[https://github.com/lucidrains/musiclm-pytorch](https://github.com/lucidrains/musiclm-pytorch) -321 stars per week over 5 weeks -1,608 stars, 102 forks, 73 watches -created 2023-01-27, last commit 2023-03-02, main language Python -artificial-intelligence, attention-mechanisms, deep-learning, music-synthesis, transformers +### [glow](https://github.com/pytorch/glow) by [pytorch](https://github.com/pytorch) +glow: Compiler for Neural Network hardware accelerators +[https://github.com/pytorch/glow](https://github.com/pytorch/glow) +10 stars per week over 283 weeks +2,920 stars, 665 forks, 155 watches +created 2017-09-29, last commit 2023-02-22, main language C++ + + +### [scikit-lego](https://github.com/koaning/scikit-lego) by [koaning](https://github.com/koaning) +scikit-lego: Extra blocks for scikit-learn pipelines. +[https://scikit-lego.netlify.app](https://scikit-lego.netlify.app) +[https://github.com/koaning/scikit-lego](https://github.com/koaning/scikit-lego) +4.55 stars per week over 214 weeks +978 stars, 102 forks, 19 watches +created 2019-01-21, last commit 2023-03-04, main language Python +common-sense, machine-learning, scikit-learn ### [tensorly](https://github.com/tensorly/tensorly) TensorLy: Tensor Learning in Python. [http://tensorly.org](http://tensorly.org) [https://github.com/tensorly/tensorly](https://github.com/tensorly/tensorly) -4.12 stars per week over 332 weeks -1,369 stars, 269 forks, 46 watches +4.13 stars per week over 332 weeks +1,371 stars, 269 forks, 46 watches created 2016-10-21, last commit 2023-02-16, main language Python cupy, decomposition, jax, machine-learning, mxnet, numpy, python, pytorch, regression, tensor, tensor-algebra, tensor-decomposition, tensor-factorization, tensor-learning, tensor-methods, tensor-regression, tensorflow, tensorly -### [evaluate](https://github.com/huggingface/evaluate) by [huggingface](https://github.com/huggingface) -🤗 Evaluate: A library for easily evaluating machine learning models and datasets. -[https://huggingface.co/docs/evaluate](https://huggingface.co/docs/evaluate) -[https://github.com/huggingface/evaluate](https://github.com/huggingface/evaluate) -24 stars per week over 48 weeks -1,167 stars, 117 forks, 43 watches -created 2022-03-30, last commit 2023-03-01, main language Python -evaluation, machine-learning - - -### [advertorch](https://github.com/borealisai/advertorch) by [borealisai](https://github.com/borealisai) -advertorch: A Toolbox for Adversarial Robustness Research -[https://github.com/borealisai/advertorch](https://github.com/borealisai/advertorch) -5.13 stars per week over 222 weeks -1,140 stars, 180 forks, 27 watches -created 2018-11-29, last commit 2022-05-29, main language Jupyter Notebook -adversarial-attacks, adversarial-example, adversarial-examples, adversarial-learning, adversarial-machine-learning, adversarial-perturbations, benchmarking, machine-learning, pytorch, robustness, security, toolbox - - -### [dgl-ke](https://github.com/awslabs/dgl-ke) by [awslabs](https://github.com/awslabs) -dgl-ke: High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings. -[https://dglke.dgl.ai/doc/](https://dglke.dgl.ai/doc/) -[https://github.com/awslabs/dgl-ke](https://github.com/awslabs/dgl-ke) -6.88 stars per week over 156 weeks -1,076 stars, 183 forks, 23 watches -created 2020-03-03, last commit 2022-11-18, main language Python -dgl, graph-learning, knowledge-graph, knowledge-graphs-embeddings, machine-learning - - ### [imodels](https://github.com/csinva/imodels) by [csinva](https://github.com/csinva) imodels: Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible). [https://csinva.io/imodels](https://csinva.io/imodels) [https://github.com/csinva/imodels](https://github.com/csinva/imodels) -5.5 stars per week over 191 weeks -1,052 stars, 97 forks, 24 watches +5.51 stars per week over 191 weeks +1,054 stars, 97 forks, 24 watches created 2019-07-04, last commit 2023-02-12, main language Jupyter Notebook ai, artificial-intelligence, bayesian-rule-list, data-science, explainable-ai, explainable-ml, imodels, interpretability, machine-learning, ml, optimal-classification-tree, python, rule-learning, rulefit, rules, scikit-learn, statistics, supervised-learning -### [scikit-lego](https://github.com/koaning/scikit-lego) by [koaning](https://github.com/koaning) -scikit-lego: Extra blocks for scikit-learn pipelines. -[https://scikit-lego.netlify.app](https://scikit-lego.netlify.app) -[https://github.com/koaning/scikit-lego](https://github.com/koaning/scikit-lego) -4.55 stars per week over 214 weeks -977 stars, 102 forks, 19 watches -created 2019-01-21, last commit 2023-03-01, main language Python -common-sense, machine-learning, scikit-learn +### [autograd](https://github.com/hips/autograd) by [hips](https://github.com/hips) +autograd: Efficiently computes derivatives of numpy code. +[https://github.com/hips/autograd](https://github.com/hips/autograd) +14 stars per week over 431 weeks +6,211 stars, 850 forks, 217 watches +created 2014-11-24, last commit 2022-09-29, main language Python + + +### [cleverhans](https://github.com/cleverhans-lab/cleverhans) by [cleverhans-lab](https://github.com/cleverhans-lab) +cleverhans: An adversarial example library for constructing attacks, building defenses, and benchmarking both +[https://github.com/cleverhans-lab/cleverhans](https://github.com/cleverhans-lab/cleverhans) +16 stars per week over 337 weeks +5,721 stars, 1,383 forks, 191 watches +created 2016-09-15, last commit 2023-01-31, main language Jupyter Notebook +benchmarking, machine-learning, security + + +### [Augmentor](https://github.com/mdbloice/augmentor) by [mdbloice](https://github.com/mdbloice) +Augmentor: Image augmentation library in Python for machine learning. +[https://augmentor.readthedocs.io/en/stable](https://augmentor.readthedocs.io/en/stable) +[https://github.com/mdbloice/augmentor](https://github.com/mdbloice/augmentor) +13 stars per week over 365 weeks +4,868 stars, 858 forks, 123 watches +created 2016-03-01, last commit 2023-01-24, main language Python +augmentation, deep-learning, machine-learning, neural-networks + + +### [deep-daze](https://github.com/lucidrains/deep-daze) by [lucidrains](https://github.com/lucidrains) +deep-daze: Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun +[https://github.com/lucidrains/deep-daze](https://github.com/lucidrains/deep-daze) +39 stars per week over 111 weeks +4,384 stars, 329 forks, 75 watches +created 2021-01-17, last commit 2022-03-13, main language Python +artificial-intelligence, deep-learning, implicit-neural-representation, multi-modality, siren, text-to-image, transformers + + +### [greykite](https://github.com/linkedin/greykite) by [linkedin](https://github.com/linkedin) +greykite: A flexible, intuitive and fast forecasting library +[https://github.com/linkedin/greykite](https://github.com/linkedin/greykite) +17 stars per week over 96 weeks +1,674 stars, 92 forks, 37 watches +created 2021-04-27, last commit 2022-08-31, main language Python + + +### [hyperopt](https://github.com/hyperopt/hyperopt) +hyperopt: Distributed Asynchronous Hyperparameter Optimization in Python +[http://hyperopt.github.io/hyperopt](http://hyperopt.github.io/hyperopt) +[https://github.com/hyperopt/hyperopt](https://github.com/hyperopt/hyperopt) +11 stars per week over 599 weeks +6,607 stars, 1,009 forks, 126 watches +created 2011-09-06, last commit 2021-11-29, main language Python + + +### [hnswlib](https://github.com/nmslib/hnswlib) by [nmslib](https://github.com/nmslib) +hnswlib: Header-only C++/python library for fast approximate nearest neighbors +[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) +[https://github.com/nmslib/hnswlib](https://github.com/nmslib/hnswlib) +8.1 stars per week over 295 weeks +2,394 stars, 432 forks, 62 watches +created 2017-07-06, last commit 2023-02-05, main language C++ + + +### [koila](https://github.com/rentruewang/koila) by [rentruewang](https://github.com/rentruewang) +koila: Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code. +[https://rentruewang.github.io/koila](https://rentruewang.github.io/koila) +[https://github.com/rentruewang/koila](https://github.com/rentruewang/koila) +25 stars per week over 67 weeks +1,720 stars, 63 forks, 11 watches +created 2021-11-17, last commit 2023-02-28, main language Python +deep-learning, gradient-accumulation, lazy-evaluation, machine-learning, memory-management, neural-network, out-of-memory, python, pytorch -### [vizier](https://github.com/google/vizier) by [google](https://github.com/google) -vizier: Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google Vizier Service. -[https://oss-vizier.readthedocs.io](https://oss-vizier.readthedocs.io) -[https://github.com/google/vizier](https://github.com/google/vizier) -17 stars per week over 54 weeks -965 stars, 44 forks, 19 watches -created 2022-02-16, last commit 2023-03-01, main language Python -algorithm, bayesian-optimization, blackbox-optimization, deep-learning, distributed-computing, distributed-systems, evolutionary-algorithms, google, grpc, hyperparameter-optimization, hyperparameter-tuning, machine-learning, open-source, optimization, tuning, tuning-parameters, vizier +### [lazypredict](https://github.com/shankarpandala/lazypredict) by [shankarpandala](https://github.com/shankarpandala) +lazypredict: Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning +[https://github.com/shankarpandala/lazypredict](https://github.com/shankarpandala/lazypredict) +10 stars per week over 172 weeks +1,874 stars, 212 forks, 23 watches +created 2019-11-16, last commit 2022-09-28, main language Python +automl, classification, machine-learning, regression -### [finetuner](https://github.com/jina-ai/finetuner) by [jina-ai](https://github.com/jina-ai) -finetuner: :dart: Task-oriented finetuning for better embeddings on neural search -[https://finetuner.jina.ai](https://finetuner.jina.ai) -[https://github.com/jina-ai/finetuner](https://github.com/jina-ai/finetuner) -11 stars per week over 81 weeks -951 stars, 48 forks, 24 watches -created 2021-08-11, last commit 2023-03-02, main language Python -few-shot-learning, fine-tuning, finetuning, jina, metric-learning, negative-sampling, neural-search, pretrained-models, siamese-network, similarity-learning, transfer-learning, triplet-loss +### [squirrel-core](https://github.com/merantix-momentum/squirrel-core) by [merantix-momentum](https://github.com/merantix-momentum) +squirrel-core: A Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way :chestnut: +[https://squirrel-core.readthedocs.io/](https://squirrel-core.readthedocs.io/) +[https://github.com/merantix-momentum/squirrel-core](https://github.com/merantix-momentum/squirrel-core) +4.61 stars per week over 55 weeks +255 stars, 6 forks, 13 watches +created 2022-02-11, last commit 2023-03-02, main language Python +ai, cloud-computing, collaboration, computer-vision, cv, data-ingestion, data-mesh, data-science, dataops, datasets, deep-learning, distributed, jax, machine-learning, ml, natural-language-processing, nlp, python, pytorch, tensorflow -### [optimum](https://github.com/huggingface/optimum) by [huggingface](https://github.com/huggingface) -optimum: 🏎️ Accelerate training and inference of 🤗 Transformers with easy to use hardware optimization tools -[https://huggingface.co/docs/optimum/](https://huggingface.co/docs/optimum/) -[https://github.com/huggingface/optimum](https://github.com/huggingface/optimum) -11 stars per week over 84 weeks -945 stars, 141 forks, 41 watches -created 2021-07-20, last commit 2023-03-02, main language Python -graphcore, habana, inference, intel, onnx, onnxruntime, optimization, pytorch, quantization, training, transformers +### [pyLDAvis](https://github.com/bmabey/pyldavis) by [bmabey](https://github.com/bmabey) +pyLDAvis: Python library for interactive topic model visualization. Port of the R LDAvis package. +[https://github.com/bmabey/pyldavis](https://github.com/bmabey/pyldavis) +4.09 stars per week over 412 weeks +1,688 stars, 350 forks, 56 watches +created 2015-04-09, last commit 2023-02-15, main language Jupyter Notebook ### [deeplab2](https://github.com/google-research/deeplab2) by [google-research](https://github.com/google-research) DeepLab2 is a TensorFlow library for deep labeling, aiming to provide a unified and state-of-the-art TensorFlow codebase for dense pixel labeling tasks. [https://github.com/google-research/deeplab2](https://github.com/google-research/deeplab2) -9.27 stars per week over 94 weeks +9.24 stars per week over 94 weeks 874 stars, 146 forks, 22 watches created 2021-05-12, last commit 2023-01-17, main language Python @@ -828,75 +817,69 @@ created 2021-05-12, last commit 2023-01-17, main language Python dask-ml: Scalable Machine Learning with Dask [http://ml.dask.org](http://ml.dask.org) [https://github.com/dask/dask-ml](https://github.com/dask/dask-ml) -2.81 stars per week over 298 weeks -837 stars, 237 forks, 41 watches +2.8 stars per week over 298 weeks +836 stars, 237 forks, 41 watches created 2017-06-15, last commit 2023-02-10, main language Python hacktoberfest -### [TabPFN](https://github.com/automl/tabpfn) by [automl](https://github.com/automl) -TabPFN: Official implementation of the TabPFN and the tabpfn package. -[https://arxiv.org/abs/2207.01848](https://arxiv.org/abs/2207.01848) -[https://github.com/automl/tabpfn](https://github.com/automl/tabpfn) -20 stars per week over 35 weeks -700 stars, 49 forks, 16 watches -created 2022-07-01, last commit 2023-03-02, main language Python - - -### [vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) by [googlecloudplatform](https://github.com/googlecloudplatform) -vertex-ai-samples: Sample code and notebooks for Vertex AI, the end-to-end machine learning platform on Google Cloud -[https://cloud.google.com/vertex-ai](https://cloud.google.com/vertex-ai) -[https://github.com/googlecloudplatform/vertex-ai-samples](https://github.com/googlecloudplatform/vertex-ai-samples) -6.66 stars per week over 92 weeks -614 stars, 416 forks, 36 watches -created 2021-05-27, last commit 2023-03-02, main language Jupyter Notebook -ai, data-science, gcp, google-cloud-platform, ml, mlops, notebook, python, samples, vertex-ai - - -### [ml-ane-transformers](https://github.com/apple/ml-ane-transformers) by [apple](https://github.com/apple) -ml-ane-transformers: Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE) -[https://github.com/apple/ml-ane-transformers](https://github.com/apple/ml-ane-transformers) -15 stars per week over 39 weeks -599 stars, 31 forks, 34 watches -created 2022-06-03, last commit 2022-08-09, main language Python - - -### [balance](https://github.com/facebookresearch/balance) by [facebookresearch](https://github.com/facebookresearch) -balance: The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest. -[https://import-balance.org](https://import-balance.org) -[https://github.com/facebookresearch/balance](https://github.com/facebookresearch/balance) -38 stars per week over 15 weeks -590 stars, 28 forks, 5 watches -created 2022-11-15, last commit 2023-02-19, main language Python - - ### [cuda-python](https://github.com/nvidia/cuda-python) by [nvidia](https://github.com/nvidia) cuda-python: CUDA Python Low-level Bindings [https://nvidia.github.io/cuda-python/](https://nvidia.github.io/cuda-python/) [https://github.com/nvidia/cuda-python](https://github.com/nvidia/cuda-python) -6.26 stars per week over 87 weeks +6.24 stars per week over 87 weeks 548 stars, 43 forks, 22 watches created 2021-06-28, last commit 2023-02-28, main language Python -### [Focal-Transformer](https://github.com/microsoft/focal-transformer) by [microsoft](https://github.com/microsoft) -Focal-Transformer: [NeurIPS 2021 Spotlight] Official code for "Focal Self-attention for Local-Global Interactions in Vision Transformers" -[https://github.com/microsoft/focal-transformer](https://github.com/microsoft/focal-transformer) -5.74 stars per week over 85 weeks -493 stars, 58 forks, 17 watches -created 2021-07-10, last commit 2022-03-27, main language Python +### [tiny-diffusion](https://github.com/tanelp/tiny-diffusion) by [tanelp](https://github.com/tanelp) +tiny-diffusion: A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets. +[https://github.com/tanelp/tiny-diffusion](https://github.com/tanelp/tiny-diffusion) +49 stars per week over 7 weeks +357 stars, 25 forks, 7 watches +created 2023-01-13, last commit 2023-02-19, main language Jupyter Notebook ### [pymde](https://github.com/cvxgrp/pymde) by [cvxgrp](https://github.com/cvxgrp) pymde: Minimum-distortion embedding with PyTorch [https://pymde.org](https://pymde.org) [https://github.com/cvxgrp/pymde](https://github.com/cvxgrp/pymde) -3.95 stars per week over 117 weeks +3.94 stars per week over 118 weeks 465 stars, 26 forks, 9 watches created 2020-11-29, last commit 2022-11-20, main language Python cuda, dimensionality-reduction, embedding, feature-vectors, gpu, graph-embedding, machine-learning, pytorch, visualization +### [dgl-ke](https://github.com/awslabs/dgl-ke) by [awslabs](https://github.com/awslabs) +dgl-ke: High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings. +[https://dglke.dgl.ai/doc/](https://dglke.dgl.ai/doc/) +[https://github.com/awslabs/dgl-ke](https://github.com/awslabs/dgl-ke) +6.88 stars per week over 156 weeks +1,078 stars, 183 forks, 23 watches +created 2020-03-03, last commit 2022-11-18, main language Python +dgl, graph-learning, knowledge-graph, knowledge-graphs-embeddings, machine-learning + + +### [eli5](https://github.com/teamhg-memex/eli5) by [teamhg-memex](https://github.com/teamhg-memex) +eli5: A library for debugging/inspecting machine learning classifiers and explaining their predictions +[http://eli5.readthedocs.io](http://eli5.readthedocs.io) +[https://github.com/teamhg-memex/eli5](https://github.com/teamhg-memex/eli5) +7.86 stars per week over 337 weeks +2,651 stars, 326 forks, 70 watches +created 2016-09-15, last commit 2020-01-22, main language Jupyter Notebook +crfsuite, data-science, explanation, inspection, lightgbm, machine-learning, nlp, python, scikit-learn, xgboost + + +### [keras-rl](https://github.com/keras-rl/keras-rl) +keras-rl: Deep Reinforcement Learning for Keras. +[http://keras-rl.readthedocs.io/](http://keras-rl.readthedocs.io/) +[https://github.com/keras-rl/keras-rl](https://github.com/keras-rl/keras-rl) +15 stars per week over 348 weeks +5,380 stars, 1,360 forks, 211 watches +created 2016-07-02, last commit 2019-11-11, main language Python +keras, machine-learning, neural-networks, reinforcement-learning, tensorflow, theano + + ### [pecos](https://github.com/amzn/pecos) by [amzn](https://github.com/amzn) PECOS - Prediction for Enormous and Correlated Spaces [https://libpecos.org/](https://libpecos.org/) @@ -907,67 +890,94 @@ created 2020-08-12, last commit 2023-02-28, main language Python approximate-nearest-neighbor-search, extreme-multi-label-classification, extreme-multi-label-ranking, machine-learning-algorithms, transformers -### [reclist](https://github.com/jacopotagliabue/reclist) by [jacopotagliabue](https://github.com/jacopotagliabue) -reclist: Behavioral "black-box" testing for recommender systems -[https://github.com/jacopotagliabue/reclist](https://github.com/jacopotagliabue/reclist) -5.67 stars per week over 68 weeks -389 stars, 21 forks, 9 watches -created 2021-11-08, last commit 2023-01-26, main language Python -machine-learning, qa-automation, recommender-system +### [warp-drive](https://github.com/salesforce/warp-drive) by [salesforce](https://github.com/salesforce) +warp-drive: Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning Framework on a GPU (JMLR 2022) +[https://github.com/salesforce/warp-drive](https://github.com/salesforce/warp-drive) +4.42 stars per week over 79 weeks +352 stars, 65 forks, 13 watches +created 2021-08-25, last commit 2023-01-17, main language Python +cuda, deep-learning, gpu, high-throughput, multiagent-reinforcement-learning, numba, pytorch, reinforcement-learning ### [FastTreeSHAP](https://github.com/linkedin/fasttreeshap) by [linkedin](https://github.com/linkedin) FastTreeSHAP: Fast SHAP value computation for interpreting tree-based models [https://github.com/linkedin/fasttreeshap](https://github.com/linkedin/fasttreeshap) -6.67 stars per week over 57 weeks +6.64 stars per week over 57 weeks 384 stars, 23 forks, 7 watches created 2022-01-24, last commit 2022-11-29, main language Python explainable-ai, interpretability, lightgbm, machine-learning, random-forest, shap, xgboost -### [m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) by [mrdbourke](https://github.com/mrdbourke) -m1-machine-learning-test: Code for testing various M1 Chip benchmarks with TensorFlow. -[https://github.com/mrdbourke/m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) -5.6 stars per week over 67 weeks -379 stars, 120 forks, 12 watches -created 2021-11-14, last commit 2022-07-16, main language Jupyter Notebook -machine-learning, metal, tensorflow, tensorflow-macos +### [hypertools](https://github.com/contextlab/hypertools) by [contextlab](https://github.com/contextlab) +hypertools: A Python toolbox for gaining geometric insights into high-dimensional data +[http://hypertools.readthedocs.io/en/latest/](http://hypertools.readthedocs.io/en/latest/) +[https://github.com/contextlab/hypertools](https://github.com/contextlab/hypertools) +5.26 stars per week over 335 weeks +1,766 stars, 160 forks, 60 watches +created 2016-09-27, last commit 2022-02-12, main language Python +data-visualization, data-wrangling, high-dimensional-data, python, text-vectorization, time-series, topic-modeling, visualization -### [tiny-diffusion](https://github.com/tanelp/tiny-diffusion) by [tanelp](https://github.com/tanelp) -tiny-diffusion: A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets. -[https://github.com/tanelp/tiny-diffusion](https://github.com/tanelp/tiny-diffusion) -50 stars per week over 7 weeks -356 stars, 25 forks, 7 watches -created 2023-01-13, last commit 2023-02-19, main language Jupyter Notebook +### [reclist](https://github.com/jacopotagliabue/reclist) by [jacopotagliabue](https://github.com/jacopotagliabue) +reclist: Behavioral "black-box" testing for recommender systems +[https://github.com/jacopotagliabue/reclist](https://github.com/jacopotagliabue/reclist) +5.65 stars per week over 68 weeks +389 stars, 21 forks, 9 watches +created 2021-11-08, last commit 2023-01-26, main language Python +machine-learning, qa-automation, recommender-system -### [warp-drive](https://github.com/salesforce/warp-drive) by [salesforce](https://github.com/salesforce) -warp-drive: Extremely Fast End-to-End Deep Multi-Agent Reinforcement Learning Framework on a GPU (JMLR 2022) -[https://github.com/salesforce/warp-drive](https://github.com/salesforce/warp-drive) -4.44 stars per week over 79 weeks -352 stars, 65 forks, 13 watches -created 2021-08-25, last commit 2023-01-17, main language Python -cuda, deep-learning, gpu, high-throughput, multiagent-reinforcement-learning, numba, pytorch, reinforcement-learning +### [auton-survival](https://github.com/autonlab/auton-survival) by [autonlab](https://github.com/autonlab) +auton-survival: Auton Survival - an open source package for Regression, Counterfactual Estimation, Evaluation and Phenotyping with Censored Time-to-Events +[http://autonlab.github.io/auton-survival](http://autonlab.github.io/auton-survival) +[https://github.com/autonlab/auton-survival](https://github.com/autonlab/auton-survival) +1.39 stars per week over 152 weeks +212 stars, 52 forks, 7 watches +created 2020-04-01, last commit 2023-03-03, main language Python +causal-inference, counterfactual-inference, data-science, deep-learning, graphical-models, machine-learning, python, regression, reliability-analysis, survival-analysis, time-to-event ### [maxvit](https://github.com/google-research/maxvit) by [google-research](https://github.com/google-research) [ECCV 2022] Official repository for "MaxViT: Multi-Axis Vision Transformer". SOTA foundation models for classification, detection, segmentation, image quality, and generative modeling... [https://github.com/google-research/maxvit](https://github.com/google-research/maxvit) -9.11 stars per week over 34 weeks -311 stars, 19 forks, 6 watches +9.0 stars per week over 34 weeks +310 stars, 19 forks, 6 watches created 2022-07-07, last commit 2022-10-23, main language Jupyter Notebook architecture, classification, cnn, computer-vision, image, image-processing, mlp, object-detection, resnet, segmentation, transformer, transformer-architecture, vision-transformer -### [squirrel-core](https://github.com/merantix-momentum/squirrel-core) by [merantix-momentum](https://github.com/merantix-momentum) -squirrel-core: A Python library that enables ML teams to share, load, and transform data in a collaborative, flexible, and efficient way :chestnut: -[https://squirrel-core.readthedocs.io/](https://squirrel-core.readthedocs.io/) -[https://github.com/merantix-momentum/squirrel-core](https://github.com/merantix-momentum/squirrel-core) -4.65 stars per week over 55 weeks -256 stars, 6 forks, 13 watches -created 2022-02-11, last commit 2023-03-02, main language Python -ai, cloud-computing, collaboration, computer-vision, cv, data-ingestion, data-mesh, data-science, dataops, datasets, deep-learning, distributed, jax, machine-learning, ml, natural-language-processing, nlp, python, pytorch, tensorflow +### [breaching](https://github.com/jonasgeiping/breaching) by [jonasgeiping](https://github.com/jonasgeiping) +Breaching privacy in federated learning scenarios for vision and text +[https://github.com/jonasgeiping/breaching](https://github.com/jonasgeiping/breaching) +2.69 stars per week over 54 weeks +147 stars, 32 forks, 3 watches +created 2022-02-15, last commit 2023-02-09, main language Python +decentralized-learning, federated-learning, machine-learning, privacy-audit, pytorch, security + + +### [ml-ane-transformers](https://github.com/apple/ml-ane-transformers) by [apple](https://github.com/apple) +ml-ane-transformers: Reference implementation of the Transformer architecture optimized for Apple Neural Engine (ANE) +[https://github.com/apple/ml-ane-transformers](https://github.com/apple/ml-ane-transformers) +15 stars per week over 39 weeks +600 stars, 31 forks, 34 watches +created 2022-06-03, last commit 2022-08-09, main language Python + + +### [advertorch](https://github.com/borealisai/advertorch) by [borealisai](https://github.com/borealisai) +advertorch: A Toolbox for Adversarial Robustness Research +[https://github.com/borealisai/advertorch](https://github.com/borealisai/advertorch) +5.13 stars per week over 222 weeks +1,141 stars, 180 forks, 27 watches +created 2018-11-29, last commit 2022-05-29, main language Jupyter Notebook +adversarial-attacks, adversarial-example, adversarial-examples, adversarial-learning, adversarial-machine-learning, adversarial-perturbations, benchmarking, machine-learning, pytorch, robustness, security, toolbox + + +### [pystan](https://github.com/stan-dev/pystan) by [stan-dev](https://github.com/stan-dev) +PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io +[https://github.com/stan-dev/pystan](https://github.com/stan-dev/pystan) +0.85 stars per week over 285 weeks +243 stars, 46 forks, 13 watches +created 2017-09-17, last commit 2022-11-26, main language Python ### [pymdp](https://github.com/infer-actively/pymdp) by [infer-actively](https://github.com/infer-actively) @@ -978,22 +988,22 @@ pymdp: A Python implementation of active inference for Markov Decision Processes created 2019-11-27, last commit 2022-12-08, main language Python -### [pystan](https://github.com/stan-dev/pystan) by [stan-dev](https://github.com/stan-dev) -PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io -[https://github.com/stan-dev/pystan](https://github.com/stan-dev/pystan) -0.86 stars per week over 284 weeks -244 stars, 46 forks, 13 watches -created 2017-09-17, last commit 2022-11-26, main language Python +### [torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) by [nicolas-chaulet](https://github.com/nicolas-chaulet) +torch-points3d: Pytorch framework for doing deep learning on point clouds. +[https://torch-points3d.readthedocs.io/en/latest/](https://torch-points3d.readthedocs.io/en/latest/) +[https://github.com/nicolas-chaulet/torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) +2.22 stars per week over 60 weeks +133 stars, 32 forks, 0 watches +created 2022-01-09, last commit 2021-12-10, main language None -### [auton-survival](https://github.com/autonlab/auton-survival) by [autonlab](https://github.com/autonlab) -auton-survival: Auton Survival - an open source package for Regression, Counterfactual Estimation, Evaluation and Phenotyping with Censored Time-to-Events -[http://autonlab.github.io/auton-survival](http://autonlab.github.io/auton-survival) -[https://github.com/autonlab/auton-survival](https://github.com/autonlab/auton-survival) -1.39 stars per week over 152 weeks -212 stars, 52 forks, 7 watches -created 2020-04-01, last commit 2023-03-03, main language Python -causal-inference, counterfactual-inference, data-science, deep-learning, graphical-models, machine-learning, python, regression, reliability-analysis, survival-analysis, time-to-event +### [m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) by [mrdbourke](https://github.com/mrdbourke) +m1-machine-learning-test: Code for testing various M1 Chip benchmarks with TensorFlow. +[https://github.com/mrdbourke/m1-machine-learning-test](https://github.com/mrdbourke/m1-machine-learning-test) +5.57 stars per week over 68 weeks +379 stars, 120 forks, 12 watches +created 2021-11-14, last commit 2022-07-16, main language Jupyter Notebook +machine-learning, metal, tensorflow, tensorflow-macos ### [CARLA](https://github.com/carla-recourse/carla) by [carla-recourse](https://github.com/carla-recourse) @@ -1005,50 +1015,40 @@ created 2020-12-09, last commit 2023-02-22, main language Python artificial-intelligence, benchmark, benchmarking, counterfactual, counterfactual-explanations, counterfactuals, explainability, explainable-ai, explainable-ml, machine-learning, python, pytorch, recourse, tensorflow, tensorflow2 -### [breaching](https://github.com/jonasgeiping/breaching) by [jonasgeiping](https://github.com/jonasgeiping) -Breaching privacy in federated learning scenarios for vision and text -[https://github.com/jonasgeiping/breaching](https://github.com/jonasgeiping/breaching) -2.7 stars per week over 54 weeks -147 stars, 32 forks, 3 watches -created 2022-02-15, last commit 2023-02-09, main language Python -decentralized-learning, federated-learning, machine-learning, privacy-audit, pytorch, security - - -### [torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) by [nicolas-chaulet](https://github.com/nicolas-chaulet) -torch-points3d: Pytorch framework for doing deep learning on point clouds. -[https://torch-points3d.readthedocs.io/en/latest/](https://torch-points3d.readthedocs.io/en/latest/) -[https://github.com/nicolas-chaulet/torch-points3d](https://github.com/nicolas-chaulet/torch-points3d) -2.23 stars per week over 59 weeks -133 stars, 32 forks, 0 watches -created 2022-01-09, last commit 2021-12-10, main language None +### [Focal-Transformer](https://github.com/microsoft/focal-transformer) by [microsoft](https://github.com/microsoft) +Focal-Transformer: [NeurIPS 2021 Spotlight] Official code for "Focal Self-attention for Local-Global Interactions in Vision Transformers" +[https://github.com/microsoft/focal-transformer](https://github.com/microsoft/focal-transformer) +5.73 stars per week over 86 weeks +494 stars, 58 forks, 17 watches +created 2021-07-10, last commit 2022-03-27, main language Python ### [domino](https://github.com/hazyresearch/domino) by [hazyresearch](https://github.com/hazyresearch) hazyresearch/domino [https://github.com/hazyresearch/domino](https://github.com/hazyresearch/domino) -1.59 stars per week over 65 weeks +1.58 stars per week over 65 weeks 104 stars, 16 forks, 20 watches created 2021-11-29, last commit 2022-08-02, main language Python +### [forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) by [pgniewko](https://github.com/pgniewko) +forward_forward_vhts: The Forward-Forward Algorithm for Drug Discovery +[https://github.com/pgniewko/forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) +2.97 stars per week over 9 weeks +28 stars, 5 forks, 1 watches +created 2022-12-29, last commit 2022-12-30, main language Jupyter Notebook + + ### [cottonwood](https://github.com/brohrer/cottonwood) by [brohrer](https://github.com/brohrer) cottonwood: A flexible neural network framework for running experiments and trying ideas. [https://end-to-end-machine-learning.teachable.com/p/write-a-neural-network-framework/](https://end-to-end-machine-learning.teachable.com/p/write-a-neural-network-framework/) [https://github.com/brohrer/cottonwood](https://github.com/brohrer/cottonwood) -0.41 stars per week over 178 weeks +0.41 stars per week over 179 weeks 74 stars, 13 forks, 14 watches created 2019-09-29, last commit 2020-02-02, main language Python -### [forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) by [pgniewko](https://github.com/pgniewko) -forward_forward_vhts: The Forward-Forward Algorithm for Drug Discovery -[https://github.com/pgniewko/forward_forward_vhts](https://github.com/pgniewko/forward_forward_vhts) -3.06 stars per week over 9 weeks -28 stars, 5 forks, 1 watches -created 2022-12-29, last commit 2022-12-30, main language Jupyter Notebook - - -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/nlp.md b/categories/nlp.md index 32b1c64..f72c8ca 100644 --- a/categories/nlp.md +++ b/categories/nlp.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 78 curated nlp Python libraries and frameworks ordered by stars. +A selection of 88 curated nlp Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -10,17 +10,72 @@ Checkout the interactive version that you can filter and sort: [https://huggingface.co/transformers](https://huggingface.co/transformers) [https://github.com/huggingface/transformers](https://github.com/huggingface/transformers) 367 stars per week over 226 weeks -83,282 stars, 18,314 forks, 912 watches +83,475 stars, 18,339 forks, 912 watches created 2018-10-29, last commit 2023-03-03, main language Python bert, deep-learning, flax, hacktoberfest, jax, language-model, language-models, machine-learning, model-hub, natural-language-processing, nlp, nlp-library, pretrained-models, python, pytorch, pytorch-transformers, seq2seq, speech-recognition, tensorflow, transformer +### [ChatGPT](https://github.com/acheong08/chatgpt) by [acheong08](https://github.com/acheong08) +ChatGPT: Reverse engineered ChatGPT API +[https://github.com/acheong08/chatgpt](https://github.com/acheong08/chatgpt) +1507 stars per week over 13 weeks +19,819 stars, 3,052 forks, 210 watches +created 2022-12-03, last commit 2023-03-04, main language Python +chatgpt, cli, gptchat, library, pypi-package, revchatgpt + + +### [Open-Assistant](https://github.com/laion-ai/open-assistant) by [laion-ai](https://github.com/laion-ai) +Open-Assistant: OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so. +[https://open-assistant.io](https://open-assistant.io) +[https://github.com/laion-ai/open-assistant](https://github.com/laion-ai/open-assistant) +1514 stars per week over 11 weeks +17,736 stars, 1,338 forks, 270 watches +created 2022-12-13, last commit 2023-03-04, main language Python +ai, assistant, chatgpt, discord-bot, language-model, machine-learning, nextjs, python, rlhf + + +### [langchain](https://github.com/hwchase17/langchain) by [hwchase17](https://github.com/hwchase17) +langchain: ⚡ Building applications with LLMs through composability ⚡ +[https://github.com/hwchase17/langchain](https://github.com/hwchase17/langchain) +462 stars per week over 19 weeks +9,178 stars, 810 forks, 137 watches +created 2022-10-17, last commit 2023-03-04, main language Python + + +### [EdgeGPT](https://github.com/acheong08/edgegpt) by [acheong08](https://github.com/acheong08) +EdgeGPT: Reverse engineered API of Microsoft's Bing Chat +[https://github.com/acheong08/edgegpt](https://github.com/acheong08/edgegpt) +687 stars per week over 3 weeks +2,357 stars, 228 forks, 34 watches +created 2023-02-09, last commit 2023-03-05, main language Python +binggpt, chatgpt, edge, edgegpt, gpt, reverse-engineering + + +### [datasets](https://github.com/huggingface/datasets) by [huggingface](https://github.com/huggingface) +datasets: 🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools +[https://huggingface.co/docs/datasets](https://huggingface.co/docs/datasets) +[https://github.com/huggingface/datasets](https://github.com/huggingface/datasets) +100 stars per week over 153 weeks +15,388 stars, 2,044 forks, 261 watches +created 2020-03-26, last commit 2023-03-03, main language Python +computer-vision, datasets, deep-learning, evaluation, hacktoberfest, machine-learning, metrics, natural-language-processing, nlp, numpy, pandas, pytorch, speech, tensorflow + + +### [PaLM-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) by [lucidrains](https://github.com/lucidrains) +PaLM-rlhf-pytorch: Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM +[https://github.com/lucidrains/palm-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) +450 stars per week over 12 weeks +5,536 stars, 431 forks, 109 watches +created 2022-12-09, last commit 2023-03-01, main language Python +artificial-intelligence, attention-mechanisms, deep-learning, human-feedback, reinforcement-learning, transformers + + ### [spaCy](https://github.com/explosion/spacy) by [explosion](https://github.com/explosion) spaCy: 💫 Industrial-strength Natural Language Processing (NLP) in Python [https://spacy.io](https://spacy.io) [https://github.com/explosion/spacy](https://github.com/explosion/spacy) 56 stars per week over 452 weeks -25,380 stars, 4,038 forks, 548 watches +25,397 stars, 4,040 forks, 548 watches created 2014-07-03, last commit 2023-03-01, main language Python ai, artificial-intelligence, cython, data-science, deep-learning, entity-linking, machine-learning, named-entity-recognition, natural-language-processing, neural-network, neural-networks, nlp, nlp-library, python, spacy, text-classification, tokenization @@ -29,103 +84,102 @@ created 2014-07-03, last commit 2023-03-01, main language Python fairseq: Facebook AI Research Sequence-to-Sequence Toolkit written in Python. [https://github.com/pytorch/fairseq](https://github.com/pytorch/fairseq) 73 stars per week over 287 weeks -21,058 stars, 5,271 forks, 359 watches +21,071 stars, 5,271 forks, 358 watches created 2017-08-29, last commit 2023-02-23, main language Python artificial-intelligence, python, pytorch -### [ChatGPT](https://github.com/acheong08/chatgpt) by [acheong08](https://github.com/acheong08) -ChatGPT: Reverse engineered ChatGPT API -[https://github.com/acheong08/chatgpt](https://github.com/acheong08/chatgpt) -1523 stars per week over 12 weeks -19,594 stars, 3,012 forks, 210 watches -created 2022-12-03, last commit 2023-03-03, main language Python -chatgpt, cli, gptchat, library, pypi-package, revchatgpt +### [llama](https://github.com/facebookresearch/llama) by [facebookresearch](https://github.com/facebookresearch) +llama: Inference code for LLaMA models +[https://github.com/facebookresearch/llama](https://github.com/facebookresearch/llama) +2540 stars per week over 2 weeks +6,895 stars, 708 forks, 87 watches +created 2023-02-14, last commit 2023-03-04, main language Python -### [gpt-2](https://github.com/openai/gpt-2) by [openai](https://github.com/openai) -gpt-2: Code for the paper "Language Models are Unsupervised Multitask Learners" -[https://openai.com/blog/better-language-models/](https://openai.com/blog/better-language-models/) -[https://github.com/openai/gpt-2](https://github.com/openai/gpt-2) -82 stars per week over 211 weeks -17,408 stars, 4,382 forks, 599 watches -created 2019-02-11, last commit 2020-12-02, main language Python -paper +### [flair](https://github.com/flairnlp/flair) by [flairnlp](https://github.com/flairnlp) +flair: A very simple framework for state-of-the-art Natural Language Processing (NLP) +[https://github.com/flairnlp/flair](https://github.com/flairnlp/flair) +50 stars per week over 246 weeks +12,538 stars, 1,999 forks, 202 watches +created 2018-06-11, last commit 2023-03-03, main language Python +machine-learning, named-entity-recognition, natural-language-processing, nlp, pytorch, semantic-role-labeling, sequence-labeling, word-embeddings -### [datasets](https://github.com/huggingface/datasets) by [huggingface](https://github.com/huggingface) -datasets: 🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools -[https://huggingface.co/docs/datasets](https://huggingface.co/docs/datasets) -[https://github.com/huggingface/datasets](https://github.com/huggingface/datasets) -100 stars per week over 153 weeks -15,381 stars, 2,040 forks, 262 watches -created 2020-03-26, last commit 2023-03-02, main language Python -computer-vision, datasets, deep-learning, evaluation, hacktoberfest, machine-learning, metrics, natural-language-processing, nlp, numpy, pandas, pytorch, speech, tensorflow +### [speechbrain](https://github.com/speechbrain/speechbrain) +speechbrain: A PyTorch-based Speech Toolkit +[http://speechbrain.github.io](http://speechbrain.github.io) +[https://github.com/speechbrain/speechbrain](https://github.com/speechbrain/speechbrain) +36 stars per week over 148 weeks +5,413 stars, 1,023 forks, 115 watches +created 2020-04-28, last commit 2023-03-03, main language Python +asr, audio, audio-processing, deep-learning, huggingface, language-model, pytorch, speaker-diarization, speaker-recognition, speaker-verification, speech-enhancement, speech-processing, speech-recognition, speech-separation, speech-to-text, speech-toolkit, speechrecognition, spoken-language-understanding, transformers, voice-recognition -### [gensim](https://github.com/rare-technologies/gensim) by [rare-technologies](https://github.com/rare-technologies) -gensim: Topic Modelling for Humans -[https://radimrehurek.com/gensim](https://radimrehurek.com/gensim) -[https://github.com/rare-technologies/gensim](https://github.com/rare-technologies/gensim) -22 stars per week over 629 weeks -14,011 stars, 4,325 forks, 430 watches -created 2011-02-10, last commit 2023-02-17, main language Python -data-mining, data-science, document-similarity, fasttext, gensim, information-retrieval, machine-learning, natural-language-processing, neural-network, nlp, python, topic-modeling, word-embeddings, word-similarity, word2vec +### [espnet](https://github.com/espnet/espnet) +espnet: End-to-End Speech Processing Toolkit +[https://espnet.github.io/espnet/](https://espnet.github.io/espnet/) +[https://github.com/espnet/espnet](https://github.com/espnet/espnet) +22 stars per week over 272 weeks +6,152 stars, 1,856 forks, 176 watches +created 2017-12-13, last commit 2023-03-03, main language Python +chainer, deep-learning, end-to-end, kaldi, machine-translation, pytorch, singing-voice-synthesis, speaker-diarization, speech-enhancement, speech-recognition, speech-separation, speech-synthesis, speech-translation, spoken-language-understanding, voice-conversion -### [minGPT](https://github.com/karpathy/mingpt) by [karpathy](https://github.com/karpathy) -minGPT: A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training -[https://github.com/karpathy/mingpt](https://github.com/karpathy/mingpt) -100 stars per week over 132 weeks -13,274 stars, 1,510 forks, 228 watches -created 2020-08-17, last commit 2023-01-08, main language Python +### [NeMo](https://github.com/nvidia/nemo) by [nvidia](https://github.com/nvidia) +NeMo: a toolkit for conversational AI +[https://nvidia.github.io/NeMo/](https://nvidia.github.io/NeMo/) +[https://github.com/nvidia/nemo](https://github.com/nvidia/nemo) +30 stars per week over 186 weeks +5,790 stars, 1,406 forks, 139 watches +created 2019-08-05, last commit 2023-03-02, main language Python +asr, deep-learning, language-model, machine-translation, neural-network, nlp, nlp-machine-learning, nmt, speaker-diarization, speaker-recognition, speech-recognition, speech-synthesis, speech-to-text, text-normalization, text-to-speech, tts -### [ChatterBot](https://github.com/gunthercox/chatterbot) by [gunthercox](https://github.com/gunthercox) -ChatterBot is a machine learning, conversational dialog engine for creating chat bots -[https://chatterbot.readthedocs.io](https://chatterbot.readthedocs.io) -[https://github.com/gunthercox/chatterbot](https://github.com/gunthercox/chatterbot) -29 stars per week over 439 weeks -12,971 stars, 4,248 forks, 551 watches -created 2014-09-28, last commit 2021-06-01, main language Python -bot, chatbot, chatterbot, conversation, language, machine-learning, python +### [paper-qa](https://github.com/whitead/paper-qa) by [whitead](https://github.com/whitead) +paper-qa: LLM Chain for answering questions from documents with citations +[https://github.com/whitead/paper-qa](https://github.com/whitead/paper-qa) +249 stars per week over 4 weeks +997 stars, 66 forks, 21 watches +created 2023-02-05, last commit 2023-03-02, main language Python -### [flair](https://github.com/flairnlp/flair) by [flairnlp](https://github.com/flairnlp) -flair: A very simple framework for state-of-the-art Natural Language Processing (NLP) -[https://github.com/flairnlp/flair](https://github.com/flairnlp/flair) -50 stars per week over 246 weeks -12,534 stars, 1,997 forks, 202 watches -created 2018-06-11, last commit 2023-02-22, main language Python -machine-learning, named-entity-recognition, natural-language-processing, nlp, pytorch, semantic-role-labeling, sequence-labeling, word-embeddings +### [BERTopic](https://github.com/maartengr/bertopic) by [maartengr](https://github.com/maartengr) +BERTopic: Leveraging BERT and c-TF-IDF to create easily interpretable topics. +[https://maartengr.github.io/BERTopic/](https://maartengr.github.io/BERTopic/) +[https://github.com/maartengr/bertopic](https://github.com/maartengr/bertopic) +30 stars per week over 127 weeks +3,870 stars, 490 forks, 44 watches +created 2020-09-22, last commit 2023-03-02, main language Python +bert, ldavis, machine-learning, nlp, sentence-embeddings, topic, topic-modeling, topic-modelling, topic-models, transformers -### [nltk](https://github.com/nltk/nltk) -NLTK Source -[https://www.nltk.org](https://www.nltk.org) -[https://github.com/nltk/nltk](https://github.com/nltk/nltk) -16 stars per week over 703 weeks -11,581 stars, 2,696 forks, 468 watches -created 2009-09-07, last commit 2023-02-20, main language Python -machine-learning, natural-language-processing, nlp, nltk, python +### [doccano](https://github.com/doccano/doccano) +doccano: Open source annotation tool for machine learning practitioners. +[https://doccano.herokuapp.com](https://doccano.herokuapp.com) +[https://github.com/doccano/doccano](https://github.com/doccano/doccano) +29 stars per week over 251 weeks +7,406 stars, 1,496 forks, 125 watches +created 2018-05-09, last commit 2023-03-03, main language Python +annotation-tool, data-labeling, dataset, datasets, machine-learning, natural-language-processing, nuxt, nuxtjs, python, text-annotation, vue, vuejs -### [allennlp](https://github.com/allenai/allennlp) by [allenai](https://github.com/allenai) -allennlp: An open-source NLP research library, built on PyTorch. -[http://www.allennlp.org](http://www.allennlp.org) -[https://github.com/allenai/allennlp](https://github.com/allenai/allennlp) -37 stars per week over 302 weeks -11,412 stars, 2,242 forks, 281 watches -created 2017-05-15, last commit 2022-11-22, main language Python -data-science, deep-learning, natural-language-processing, nlp, python, pytorch +### [gensim](https://github.com/rare-technologies/gensim) by [rare-technologies](https://github.com/rare-technologies) +gensim: Topic Modelling for Humans +[https://radimrehurek.com/gensim](https://radimrehurek.com/gensim) +[https://github.com/rare-technologies/gensim](https://github.com/rare-technologies/gensim) +22 stars per week over 629 weeks +14,019 stars, 4,327 forks, 430 watches +created 2011-02-10, last commit 2023-03-03, main language Python +data-mining, data-science, document-similarity, fasttext, gensim, information-retrieval, machine-learning, natural-language-processing, neural-network, nlp, python, topic-modeling, word-embeddings, word-similarity, word2vec ### [unilm](https://github.com/microsoft/unilm) by [microsoft](https://github.com/microsoft) unilm: Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities [https://aka.ms/nlpagi](https://aka.ms/nlpagi) [https://github.com/microsoft/unilm](https://github.com/microsoft/unilm) -52 stars per week over 188 weeks -9,848 stars, 1,597 forks, 248 watches +53 stars per week over 188 weeks +10,064 stars, 1,605 forks, 251 watches created 2019-07-23, last commit 2023-03-01, main language Python beit, beit-3, deepnet, document-ai, document-foundation-model, foundation-models, language-generation, layoutlm, layoutxlm, llm, minilm, mllm, multimodal, multimodal-pre-trained-model, nlp, pre-trained-model, small-pre-trained-model, trocr, unilm, xlm-e @@ -135,151 +189,175 @@ ParlAI: A framework for training and evaluating AI models on a variety of openly [https://parl.ai](https://parl.ai) [https://github.com/facebookresearch/parlai](https://github.com/facebookresearch/parlai) 32 stars per week over 305 weeks -9,830 stars, 1,999 forks, 292 watches +9,832 stars, 2,001 forks, 292 watches created 2017-04-24, last commit 2023-02-24, main language Python +### [setfit](https://github.com/huggingface/setfit) by [huggingface](https://github.com/huggingface) +setfit: Efficient few-shot learning with Sentence Transformers +[https://github.com/huggingface/setfit](https://github.com/huggingface/setfit) +32 stars per week over 35 weeks +1,164 stars, 118 forks, 16 watches +created 2022-06-30, last commit 2023-03-03, main language Jupyter Notebook +few-shot-learning, nlp, sentence-transformers + + ### [sentence-transformers](https://github.com/ukplab/sentence-transformers) by [ukplab](https://github.com/ukplab) sentence-transformers: Multilingual Sentence & Image Embeddings with BERT [https://www.SBERT.net](https://www.SBERT.net) [https://github.com/ukplab/sentence-transformers](https://github.com/ukplab/sentence-transformers) 50 stars per week over 188 weeks -9,557 stars, 1,869 forks, 119 watches +9,570 stars, 1,869 forks, 119 watches created 2019-07-24, last commit 2023-01-26, main language Python -### [TextBlob](https://github.com/sloria/textblob) by [sloria](https://github.com/sloria) -TextBlob: Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more. -[https://textblob.readthedocs.io/](https://textblob.readthedocs.io/) -[https://github.com/sloria/textblob](https://github.com/sloria/textblob) -16 stars per week over 504 weeks -8,453 stars, 1,112 forks, 270 watches -created 2013-06-30, last commit 2021-10-22, main language Python -natural-language-processing, nlp, nltk, pattern, python, python-2, python-3 +### [BioGPT](https://github.com/microsoft/biogpt) by [microsoft](https://github.com/microsoft) +microsoft/biogpt +[https://github.com/microsoft/biogpt](https://github.com/microsoft/biogpt) +114 stars per week over 28 weeks +3,312 stars, 312 forks, 61 watches +created 2022-08-15, last commit 2023-02-13, main language Python -### [pattern](https://github.com/clips/pattern) by [clips](https://github.com/clips) -pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. -[https://github.com/clips/pattern/wiki](https://github.com/clips/pattern/wiki) -[https://github.com/clips/pattern](https://github.com/clips/pattern) -13 stars per week over 617 weeks -8,424 stars, 1,597 forks, 547 watches -created 2011-05-03, last commit 2020-04-25, main language Python -machine-learning, natural-language-processing, network-analysis, python, sentiment-analysis, web-mining, wordnet +### [nltk](https://github.com/nltk/nltk) +NLTK Source +[https://www.nltk.org](https://www.nltk.org) +[https://github.com/nltk/nltk](https://github.com/nltk/nltk) +16 stars per week over 703 weeks +11,586 stars, 2,696 forks, 468 watches +created 2009-09-07, last commit 2023-02-20, main language Python +machine-learning, natural-language-processing, nlp, nltk, python -### [doccano](https://github.com/doccano/doccano) -doccano: Open source annotation tool for machine learning practitioners. -[https://doccano.herokuapp.com](https://doccano.herokuapp.com) -[https://github.com/doccano/doccano](https://github.com/doccano/doccano) -29 stars per week over 251 weeks -7,399 stars, 1,494 forks, 125 watches -created 2018-05-09, last commit 2023-03-02, main language Python -annotation-tool, data-labeling, dataset, datasets, machine-learning, natural-language-processing, nuxt, nuxtjs, python, text-annotation, vue, vuejs +### [txtai](https://github.com/neuml/txtai) by [neuml](https://github.com/neuml) +txtai: 💡 Build AI-powered semantic search applications +[https://neuml.github.io/txtai](https://neuml.github.io/txtai) +[https://github.com/neuml/txtai](https://github.com/neuml/txtai) +26 stars per week over 134 weeks +3,515 stars, 303 forks, 62 watches +created 2020-08-09, last commit 2023-03-03, main language Python +api, audio-search, cloud-native, contextual-search, deep-learning, document-search, image-search, machine-learning, machine-learning-pipelines, machine-learning-workflows, microservice, neural-search, nlp, python, search, semantic-search, similarity-search, txtai, vector-search, video-search -### [gpt-neo](https://github.com/eleutherai/gpt-neo) by [eleutherai](https://github.com/eleutherai) -gpt-neo: An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library. -[https://www.eleuther.ai](https://www.eleuther.ai) -[https://github.com/eleutherai/gpt-neo](https://github.com/eleutherai/gpt-neo) -51 stars per week over 138 weeks -7,202 stars, 719 forks, 171 watches -created 2020-07-05, last commit 2022-02-25, main language Python -gpt, gpt-2, gpt-3, language-model, transformers +### [argilla](https://github.com/recognai/rubrix) by [recognai](https://github.com/recognai) +argilla: ✨ Open-source tool for data-centric NLP. Argilla helps domain experts and data teams to build better NLP datasets in less time. +[https://docs.argilla.io](https://docs.argilla.io) +[https://github.com/recognai/rubrix](https://github.com/recognai/rubrix) +17 stars per week over 96 weeks +1,668 stars, 155 forks, 19 watches +created 2021-04-28, last commit 2023-03-03, main language Python +active-learning, annotation-tool, artificial-intelligence, data-science, dataops, developer-tools, hacktoberfest, human-in-the-loop, knowledge-graph, machine-learning, mlops, natural-language-processing, nlp, python, spacy, text-annotation, text-classification, text-labeling, weak-supervision, weakly-supervised-learning -### [espnet](https://github.com/espnet/espnet) -espnet: End-to-End Speech Processing Toolkit -[https://espnet.github.io/espnet/](https://espnet.github.io/espnet/) -[https://github.com/espnet/espnet](https://github.com/espnet/espnet) -22 stars per week over 272 weeks -6,146 stars, 1,856 forks, 176 watches -created 2017-12-13, last commit 2023-03-02, main language Python -chainer, deep-learning, end-to-end, kaldi, machine-translation, pytorch, singing-voice-synthesis, speaker-diarization, speech-enhancement, speech-recognition, speech-separation, speech-synthesis, speech-translation, spoken-language-understanding, voice-conversion +### [allennlp](https://github.com/allenai/allennlp) by [allenai](https://github.com/allenai) +allennlp: An open-source NLP research library, built on PyTorch. +[http://www.allennlp.org](http://www.allennlp.org) +[https://github.com/allenai/allennlp](https://github.com/allenai/allennlp) +37 stars per week over 302 weeks +11,413 stars, 2,242 forks, 281 watches +created 2017-05-15, last commit 2022-11-22, main language Python +data-science, deep-learning, natural-language-processing, nlp, python, pytorch -### [NeMo](https://github.com/nvidia/nemo) by [nvidia](https://github.com/nvidia) -NeMo: a toolkit for conversational AI -[https://nvidia.github.io/NeMo/](https://nvidia.github.io/NeMo/) -[https://github.com/nvidia/nemo](https://github.com/nvidia/nemo) -30 stars per week over 186 weeks -5,778 stars, 1,405 forks, 139 watches -created 2019-08-05, last commit 2023-03-02, main language Python -asr, deep-learning, language-model, machine-translation, neural-network, nlp, nlp-machine-learning, nmt, speaker-diarization, speaker-recognition, speech-recognition, speech-synthesis, speech-to-text, text-normalization, text-to-speech, tts +### [minGPT](https://github.com/karpathy/mingpt) by [karpathy](https://github.com/karpathy) +minGPT: A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training +[https://github.com/karpathy/mingpt](https://github.com/karpathy/mingpt) +100 stars per week over 132 weeks +13,298 stars, 1,514 forks, 229 watches +created 2020-08-17, last commit 2023-01-08, main language Python -### [PaLM-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) by [lucidrains](https://github.com/lucidrains) -PaLM-rlhf-pytorch: Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM -[https://github.com/lucidrains/palm-rlhf-pytorch](https://github.com/lucidrains/palm-rlhf-pytorch) -459 stars per week over 12 weeks -5,516 stars, 430 forks, 109 watches -created 2022-12-09, last commit 2023-03-01, main language Python -artificial-intelligence, attention-mechanisms, deep-learning, human-feedback, reinforcement-learning, transformers +### [cramming](https://github.com/jonasgeiping/cramming) by [jonasgeiping](https://github.com/jonasgeiping) +Cramming the training of a (BERT-type) language model into limited compute. +[https://github.com/jonasgeiping/cramming](https://github.com/jonasgeiping/cramming) +101 stars per week over 9 weeks +953 stars, 61 forks, 20 watches +created 2022-12-29, last commit 2023-02-19, main language Python +english-language, language-model, machine-learning -### [speechbrain](https://github.com/speechbrain/speechbrain) -speechbrain: A PyTorch-based Speech Toolkit -[http://speechbrain.github.io](http://speechbrain.github.io) -[https://github.com/speechbrain/speechbrain](https://github.com/speechbrain/speechbrain) -36 stars per week over 148 weeks -5,409 stars, 1,023 forks, 115 watches -created 2020-04-28, last commit 2023-03-02, main language Python -asr, audio, audio-processing, deep-learning, huggingface, language-model, pytorch, speaker-diarization, speaker-recognition, speaker-verification, speech-enhancement, speech-processing, speech-recognition, speech-separation, speech-to-text, speech-toolkit, speechrecognition, spoken-language-understanding, transformers, voice-recognition +### [EasyNLP](https://github.com/alibaba/easynlp) by [alibaba](https://github.com/alibaba) +EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit +[https://github.com/alibaba/easynlp](https://github.com/alibaba/easynlp) +30 stars per week over 47 weeks +1,460 stars, 185 forks, 31 watches +created 2022-04-06, last commit 2023-02-26, main language Python +bert, deep-learning, fewshot-learning, knowledge-distillation, knowledge-pretraining, machine-learning, nlp, pretrained-models, pytorch, text-classification, text-image-retrieval, text-to-image-synthesis, transfer-learning, transformers + + +### [ChatterBot](https://github.com/gunthercox/chatterbot) by [gunthercox](https://github.com/gunthercox) +ChatterBot is a machine learning, conversational dialog engine for creating chat bots +[https://chatterbot.readthedocs.io](https://chatterbot.readthedocs.io) +[https://github.com/gunthercox/chatterbot](https://github.com/gunthercox/chatterbot) +29 stars per week over 440 weeks +12,973 stars, 4,247 forks, 551 watches +created 2014-09-28, last commit 2021-06-01, main language Python +bot, chatbot, chatterbot, conversation, language, machine-learning, python ### [mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) by [kingoflolz](https://github.com/kingoflolz) mesh-transformer-jax: Model parallel transformers in JAX and Haiku [https://github.com/kingoflolz/mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) -52 stars per week over 102 weeks -5,388 stars, 772 forks, 92 watches +52 stars per week over 103 weeks +5,398 stars, 773 forks, 92 watches created 2021-03-13, last commit 2023-01-12, main language Python -### [textgenrnn](https://github.com/minimaxir/textgenrnn) by [minimaxir](https://github.com/minimaxir) -textgenrnn: Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code. -[https://github.com/minimaxir/textgenrnn](https://github.com/minimaxir/textgenrnn) -16 stars per week over 290 weeks -4,866 stars, 751 forks, 138 watches -created 2017-08-07, last commit 2020-07-14, main language Python -deep-learning, keras, python, tensorflow, text-generation +### [lightseq](https://github.com/bytedance/lightseq) by [bytedance](https://github.com/bytedance) +LightSeq: A High Performance Library for Sequence Processing and Generation +[https://github.com/bytedance/lightseq](https://github.com/bytedance/lightseq) +15 stars per week over 169 weeks +2,602 stars, 297 forks, 53 watches +created 2019-12-06, last commit 2023-03-03, main language C++ +accelerate, bart, beam-search, bert, cuda, diverse-decoding, gpt, inference, multilingual-nmt, sampling, training, transformer -### [DrQA](https://github.com/facebookresearch/drqa) by [facebookresearch](https://github.com/facebookresearch) -DrQA: Reading Wikipedia to Answer Open-Domain Questions -[https://github.com/facebookresearch/drqa](https://github.com/facebookresearch/drqa) -14 stars per week over 295 weeks -4,349 stars, 904 forks, 165 watches -created 2017-07-07, last commit 2021-05-18, main language Python +### [gpt-2](https://github.com/openai/gpt-2) by [openai](https://github.com/openai) +gpt-2: Code for the paper "Language Models are Unsupervised Multitask Learners" +[https://openai.com/blog/better-language-models/](https://openai.com/blog/better-language-models/) +[https://github.com/openai/gpt-2](https://github.com/openai/gpt-2) +82 stars per week over 211 weeks +17,453 stars, 4,391 forks, 601 watches +created 2019-02-11, last commit 2020-12-02, main language Python +paper -### [BERTopic](https://github.com/maartengr/bertopic) by [maartengr](https://github.com/maartengr) -BERTopic: Leveraging BERT and c-TF-IDF to create easily interpretable topics. -[https://maartengr.github.io/BERTopic/](https://maartengr.github.io/BERTopic/) -[https://github.com/maartengr/bertopic](https://github.com/maartengr/bertopic) -30 stars per week over 127 weeks -3,850 stars, 490 forks, 44 watches -created 2020-09-22, last commit 2023-03-02, main language Python -bert, ldavis, machine-learning, nlp, sentence-embeddings, topic, topic-modeling, topic-modelling, topic-models, transformers +### [featureform](https://github.com/featureform/embeddinghub) +featureform: The Virtual Feature Store. Turn your existing data infrastructure into a feature store. +[https://www.featureform.com](https://www.featureform.com) +[https://github.com/featureform/embeddinghub](https://github.com/featureform/embeddinghub) +9.77 stars per week over 124 weeks +1,214 stars, 46 forks, 13 watches +created 2020-10-16, last commit 2023-03-04, main language Go +data-quality, data-science, embeddings, embeddings-similarity, feature-engineering, feature-store, hacktoberfest, machine-learning, ml, mlops, python, vector-database -### [nlpaug](https://github.com/makcedward/nlpaug) by [makcedward](https://github.com/makcedward) -nlpaug: Data augmentation for NLP -[https://makcedward.github.io/](https://makcedward.github.io/) -[https://github.com/makcedward/nlpaug](https://github.com/makcedward/nlpaug) -18 stars per week over 206 weeks -3,822 stars, 428 forks, 39 watches -created 2019-03-21, last commit 2022-07-07, main language Jupyter Notebook -adversarial-attacks, adversarial-example, ai, artificial-intelligence, augmentation, data-science, machine-learning, ml, natural-language-processing, nlp +### [deepsparse](https://github.com/neuralmagic/deepsparse) by [neuralmagic](https://github.com/neuralmagic) +deepsparse: Inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application +[https://github.com/neuralmagic/deepsparse](https://github.com/neuralmagic/deepsparse) +11 stars per week over 115 weeks +1,297 stars, 81 forks, 40 watches +created 2020-12-14, last commit 2023-03-02, main language Python +auto-ml, computer-vision, cpu-inference-api, cpus, deepsparse-engine, inference, machinelearning, ml, nlp, object-detection, onnx, pretrained-models, pruning, pytorch, quantization, sparsification, sparsification-recipe, sparsified-models, tensorflow, yolov3 -### [txtai](https://github.com/neuml/txtai) by [neuml](https://github.com/neuml) -txtai: 💡 Build AI-powered semantic search applications -[https://neuml.github.io/txtai](https://neuml.github.io/txtai) -[https://github.com/neuml/txtai](https://github.com/neuml/txtai) -26 stars per week over 133 weeks -3,513 stars, 303 forks, 62 watches -created 2020-08-09, last commit 2023-03-02, main language Python -api, audio-search, cloud-native, contextual-search, deep-learning, document-search, image-search, machine-learning, machine-learning-pipelines, machine-learning-workflows, microservice, neural-search, nlp, python, search, semantic-search, similarity-search, txtai, vector-search, video-search +### [CodeGen](https://github.com/salesforce/codegen) by [salesforce](https://github.com/salesforce) +CodeGen is an open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. +[https://github.com/salesforce/codegen](https://github.com/salesforce/codegen) +47 stars per week over 48 weeks +2,316 stars, 176 forks, 43 watches +created 2022-03-28, last commit 2022-12-01, main language Python +codex, generativemodel, languagemodel, llm, programsynthesis, tpu-acceleration + + +### [spacy-transformers](https://github.com/explosion/spacy-transformers) by [explosion](https://github.com/explosion) +spacy-transformers: 🛸 Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy +[https://spacy.io/usage/embeddings-transformers](https://spacy.io/usage/embeddings-transformers) +[https://github.com/explosion/spacy-transformers](https://github.com/explosion/spacy-transformers) +6.45 stars per week over 188 weeks +1,214 stars, 156 forks, 30 watches +created 2019-07-26, last commit 2023-03-03, main language Python +bert, google, gpt-2, huggingface, language-model, machine-learning, natural-language-processing, natural-language-understanding, nlp, openai, pytorch, pytorch-model, spacy, spacy-extension, spacy-pipeline, transfer-learning, xlnet ### [layout-parser](https://github.com/layout-parser/layout-parser) @@ -287,187 +365,105 @@ layout-parser: A Unified Toolkit for Deep Learning Based Document Image Analysis [https://layout-parser.github.io/](https://layout-parser.github.io/) [https://github.com/layout-parser/layout-parser](https://github.com/layout-parser/layout-parser) 24 stars per week over 142 weeks -3,496 stars, 350 forks, 60 watches +3,499 stars, 350 forks, 60 watches created 2020-06-10, last commit 2022-08-06, main language Python computer-vision, deep-learning, detectron2, document-image-processing, document-layout-analysis, layout-analysis, layout-detection, layout-parser, object-detection, ocr -### [BioGPT](https://github.com/microsoft/biogpt) by [microsoft](https://github.com/microsoft) -microsoft/biogpt -[https://github.com/microsoft/biogpt](https://github.com/microsoft/biogpt) -115 stars per week over 28 weeks -3,290 stars, 311 forks, 61 watches -created 2022-08-15, last commit 2023-02-13, main language Python +### [gpt-neo](https://github.com/eleutherai/gpt-neo) by [eleutherai](https://github.com/eleutherai) +gpt-neo: An implementation of model parallel GPT-2 and GPT-3-style models using the mesh-tensorflow library. +[https://www.eleuther.ai](https://www.eleuther.ai) +[https://github.com/eleutherai/gpt-neo](https://github.com/eleutherai/gpt-neo) +51 stars per week over 139 weeks +7,211 stars, 723 forks, 170 watches +created 2020-07-05, last commit 2022-02-25, main language Python +gpt, gpt-2, gpt-3, language-model, transformers + + +### [texthero](https://github.com/jbesomi/texthero) by [jbesomi](https://github.com/jbesomi) +texthero: Text preprocessing, representation and visualization from zero to hero. +[https://texthero.org](https://texthero.org) +[https://github.com/jbesomi/texthero](https://github.com/jbesomi/texthero) +17 stars per week over 151 weeks +2,709 stars, 229 forks, 43 watches +created 2020-04-06, last commit 2022-10-28, main language Python +machine-learning, nlp, nlp-pipeline, text-clustering, text-mining, text-preprocessing, text-representation, text-visualization, texthero, word-embeddings ### [gpt-2-simple](https://github.com/minimaxir/gpt-2-simple) by [minimaxir](https://github.com/minimaxir) gpt-2-simple: Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts [https://github.com/minimaxir/gpt-2-simple](https://github.com/minimaxir/gpt-2-simple) -15 stars per week over 202 weeks +15 stars per week over 203 weeks 3,178 stars, 652 forks, 74 watches created 2019-04-13, last commit 2022-05-22, main language Python openai, tensorflow, text-generation, textgenrnn -### [textdistance](https://github.com/life4/textdistance) by [life4](https://github.com/life4) -textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. -[https://github.com/life4/textdistance](https://github.com/life4/textdistance) -10 stars per week over 304 weeks -3,064 stars, 241 forks, 61 watches -created 2017-05-05, last commit 2022-09-18, main language Python -algorithm, algorithms, damerau-levenshtein, damerau-levenshtein-distance, diff, distance, distance-calculation, hamming-distance, jellyfish, levenshtein, levenshtein-distance, python, textdistance - - -### [texthero](https://github.com/jbesomi/texthero) by [jbesomi](https://github.com/jbesomi) -texthero: Text preprocessing, representation and visualization from zero to hero. -[https://texthero.org](https://texthero.org) -[https://github.com/jbesomi/texthero](https://github.com/jbesomi/texthero) -17 stars per week over 151 weeks -2,711 stars, 229 forks, 43 watches -created 2020-04-06, last commit 2022-10-28, main language Python -machine-learning, nlp, nlp-pipeline, text-clustering, text-mining, text-preprocessing, text-representation, text-visualization, texthero, word-embeddings +### [TextBlob](https://github.com/sloria/textblob) by [sloria](https://github.com/sloria) +TextBlob: Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more. +[https://textblob.readthedocs.io/](https://textblob.readthedocs.io/) +[https://github.com/sloria/textblob](https://github.com/sloria/textblob) +16 stars per week over 505 weeks +8,454 stars, 1,114 forks, 269 watches +created 2013-06-30, last commit 2021-10-22, main language Python +natural-language-processing, nlp, nltk, pattern, python, python-2, python-3 -### [neuralcoref](https://github.com/huggingface/neuralcoref) by [huggingface](https://github.com/huggingface) -neuralcoref: ✨Fast Coreference Resolution in spaCy with Neural Networks -[https://huggingface.co/coref/](https://huggingface.co/coref/) -[https://github.com/huggingface/neuralcoref](https://github.com/huggingface/neuralcoref) -8.98 stars per week over 295 weeks -2,653 stars, 460 forks, 97 watches -created 2017-07-03, last commit 2021-06-22, main language C -coreference, coreference-resolution, machine-learning, neural-networks, nlp, python, pytorch, spacy, spacy-extension, spacy-pipeline +### [nlpaug](https://github.com/makcedward/nlpaug) by [makcedward](https://github.com/makcedward) +nlpaug: Data augmentation for NLP +[https://makcedward.github.io/](https://makcedward.github.io/) +[https://github.com/makcedward/nlpaug](https://github.com/makcedward/nlpaug) +18 stars per week over 206 weeks +3,823 stars, 429 forks, 39 watches +created 2019-03-21, last commit 2022-07-07, main language Jupyter Notebook +adversarial-attacks, adversarial-example, ai, artificial-intelligence, augmentation, data-science, machine-learning, ml, natural-language-processing, nlp ### [Pretrained-Language-Model](https://github.com/huawei-noah/pretrained-language-model) by [huawei-noah](https://github.com/huawei-noah) Pretrained-Language-Model: Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab. [https://github.com/huawei-noah/pretrained-language-model](https://github.com/huawei-noah/pretrained-language-model) 15 stars per week over 169 weeks -2,631 stars, 567 forks, 53 watches +2,632 stars, 567 forks, 53 watches created 2019-12-02, last commit 2022-12-25, main language Python knowledge-distillation, large-scale-distributed, model-compression, pretrained-models, quantization -### [lightseq](https://github.com/bytedance/lightseq) by [bytedance](https://github.com/bytedance) -LightSeq: A High Performance Library for Sequence Processing and Generation -[https://github.com/bytedance/lightseq](https://github.com/bytedance/lightseq) -15 stars per week over 169 weeks -2,596 stars, 297 forks, 53 watches -created 2019-12-06, last commit 2023-03-02, main language C++ -accelerate, bart, beam-search, bert, cuda, diverse-decoding, gpt, inference, multilingual-nmt, sampling, training, transformer +### [fastRAG](https://github.com/intellabs/fastrag) by [intellabs](https://github.com/intellabs) +fastRAG: Efficient Retrieval Augmentation and Generation Framework +[https://github.com/intellabs/fastrag](https://github.com/intellabs/fastrag) +23 stars per week over 5 weeks +135 stars, 10 forks, 2 watches +created 2023-01-23, last commit 2023-03-01, main language Python +benchmark, colbert, diffusion, information-retrieval, knowledge-graph, multi-modal, nlp, question-answering, semantic-search, sentence-transformers, summarization, transformers -### [Top2Vec](https://github.com/ddangelov/top2vec) by [ddangelov](https://github.com/ddangelov) -Top2Vec learns jointly embedded topic, document and word vectors. -[https://github.com/ddangelov/top2vec](https://github.com/ddangelov/top2vec) -15 stars per week over 154 weeks -2,441 stars, 336 forks, 38 watches -created 2020-03-20, last commit 2023-01-26, main language Python -bert, document-embedding, pre-trained-language-models, semantic-search, sentence-encoder, sentence-transformers, text-search, text-semantic-similarity, top2vec, topic-modeling, topic-modelling, topic-search, topic-vector, word-embeddings - - -### [CodeGen](https://github.com/salesforce/codegen) by [salesforce](https://github.com/salesforce) -CodeGen is an open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex. -[https://github.com/salesforce/codegen](https://github.com/salesforce/codegen) -47 stars per week over 48 weeks -2,306 stars, 174 forks, 43 watches -created 2022-03-28, last commit 2022-12-01, main language Python -codex, generativemodel, languagemodel, llm, programsynthesis, tpu-acceleration - - -### [jellyfish](https://github.com/jamesturk/jellyfish) by [jamesturk](https://github.com/jamesturk) -jellyfish: 🪼 a python library for doing approximate and phonetic matching of strings. -[https://jamesturk.github.io/jellyfish/](https://jamesturk.github.io/jellyfish/) -[https://github.com/jamesturk/jellyfish](https://github.com/jamesturk/jellyfish) -2.72 stars per week over 660 weeks -1,795 stars, 152 forks, 42 watches -created 2010-07-09, last commit 2023-02-03, main language Python -fuzzy-search, hacktoberfest, hamming, jaro-winkler, levenshtein, metaphone, python, soundex - - -### [aitextgen](https://github.com/minimaxir/aitextgen) by [minimaxir](https://github.com/minimaxir) -aitextgen: A robust Python tool for text-based AI training and generation using GPT-2. -[https://docs.aitextgen.io](https://docs.aitextgen.io) -[https://github.com/minimaxir/aitextgen](https://github.com/minimaxir/aitextgen) -10 stars per week over 165 weeks -1,696 stars, 194 forks, 37 watches -created 2019-12-29, last commit 2022-08-09, main language Python - - -### [argilla](https://github.com/recognai/rubrix) by [recognai](https://github.com/recognai) -argilla: ✨ Open-source tool for data-centric NLP. Argilla helps domain experts and data teams to build better NLP datasets in less time. -[https://docs.argilla.io](https://docs.argilla.io) -[https://github.com/recognai/rubrix](https://github.com/recognai/rubrix) -17 stars per week over 96 weeks -1,664 stars, 153 forks, 19 watches -created 2021-04-28, last commit 2023-03-02, main language Python -active-learning, annotation-tool, artificial-intelligence, data-science, dataops, developer-tools, hacktoberfest, human-in-the-loop, knowledge-graph, machine-learning, mlops, natural-language-processing, nlp, python, spacy, text-annotation, text-classification, text-labeling, weak-supervision, weakly-supervised-learning - - -### [NeuroNER](https://github.com/franck-dernoncourt/neuroner) by [franck-dernoncourt](https://github.com/franck-dernoncourt) -NeuroNER: Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results. -[http://neuroner.com](http://neuroner.com) -[https://github.com/franck-dernoncourt/neuroner](https://github.com/franck-dernoncourt/neuroner) -5.27 stars per week over 312 weeks -1,646 stars, 485 forks, 84 watches -created 2017-03-07, last commit 2019-10-02, main language Python -deep-learning, machine-learning, named-entity-recognition, neural-networks, nlp, tensorflow +### [textgenrnn](https://github.com/minimaxir/textgenrnn) by [minimaxir](https://github.com/minimaxir) +textgenrnn: Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code. +[https://github.com/minimaxir/textgenrnn](https://github.com/minimaxir/textgenrnn) +16 stars per week over 290 weeks +4,867 stars, 751 forks, 138 watches +created 2017-08-07, last commit 2020-07-14, main language Python +deep-learning, keras, python, tensorflow, text-generation ### [FARM](https://github.com/deepset-ai/farm) by [deepset-ai](https://github.com/deepset-ai) FARM: :house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering. [https://farm.deepset.ai](https://farm.deepset.ai) [https://github.com/deepset-ai/farm](https://github.com/deepset-ai/farm) -8.62 stars per week over 189 weeks -1,631 stars, 233 forks, 54 watches +8.61 stars per week over 189 weeks +1,632 stars, 233 forks, 54 watches created 2019-07-17, last commit 2022-08-31, main language Python bert, deep-learning, germanbert, language-models, ner, nlp, nlp-framework, nlp-library, pretrained-models, pytorch, question-answering, roberta, transfer-learning, xlnet-pytorch -### [magnitude](https://github.com/plasticityai/magnitude) by [plasticityai](https://github.com/plasticityai) -magnitude: A fast, efficient universal vector embedding utility package. -[https://github.com/plasticityai/magnitude](https://github.com/plasticityai/magnitude) -5.95 stars per week over 261 weeks -1,559 stars, 113 forks, 37 watches -created 2018-02-24, last commit 2020-07-17, main language Python -embeddings, fast, fasttext, gensim, glove, machine-learning, machine-learning-library, memory-efficient, natural-language-processing, nlp, python, vectors, word-embeddings, word2vec - - -### [EasyNLP](https://github.com/alibaba/easynlp) by [alibaba](https://github.com/alibaba) -EasyNLP: A Comprehensive and Easy-to-use NLP Toolkit -[https://github.com/alibaba/easynlp](https://github.com/alibaba/easynlp) -30 stars per week over 47 weeks -1,459 stars, 185 forks, 31 watches -created 2022-04-06, last commit 2023-02-26, main language Python -bert, deep-learning, fewshot-learning, knowledge-distillation, knowledge-pretraining, machine-learning, nlp, pretrained-models, pytorch, text-classification, text-image-retrieval, text-to-image-synthesis, transfer-learning, transformers - - -### [arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) -arxiv-vanity: Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF. -[https://www.arxiv-vanity.com](https://www.arxiv-vanity.com) -[https://github.com/arxiv-vanity/arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) -4.78 stars per week over 289 weeks -1,385 stars, 89 forks, 22 watches -created 2017-08-12, last commit 2022-01-18, main language Python -academic-publishing, arxiv, latex, science - - -### [language](https://github.com/google-research/language) by [google-research](https://github.com/google-research) -language: Shared repository for open-sourced projects from the Google AI Language team. -[https://ai.google/research/teams/language/](https://ai.google/research/teams/language/) -[https://github.com/google-research/language](https://github.com/google-research/language) -6.0 stars per week over 228 weeks -1,370 stars, 323 forks, 64 watches -created 2018-10-16, last commit 2023-02-23, main language Python -machine-learning, natural-language-processing, research - - -### [deepsparse](https://github.com/neuralmagic/deepsparse) by [neuralmagic](https://github.com/neuralmagic) -deepsparse: Inference runtime offering GPU-class performance on CPUs and APIs to integrate ML into your application -[https://github.com/neuralmagic/deepsparse](https://github.com/neuralmagic/deepsparse) -11 stars per week over 115 weeks -1,293 stars, 81 forks, 40 watches -created 2020-12-14, last commit 2023-03-02, main language Python -auto-ml, computer-vision, cpu-inference-api, cpus, deepsparse-engine, inference, machinelearning, ml, nlp, object-detection, onnx, pretrained-models, pruning, pytorch, quantization, sparsification, sparsification-recipe, sparsified-models, tensorflow, yolov3 +### [pattern](https://github.com/clips/pattern) by [clips](https://github.com/clips) +pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. +[https://github.com/clips/pattern/wiki](https://github.com/clips/pattern/wiki) +[https://github.com/clips/pattern](https://github.com/clips/pattern) +13 stars per week over 617 weeks +8,428 stars, 1,597 forks, 547 watches +created 2011-05-03, last commit 2020-04-25, main language Python +machine-learning, natural-language-processing, network-analysis, python, sentiment-analysis, web-mining, wordnet ### [spacy-models](https://github.com/explosion/spacy-models) by [explosion](https://github.com/explosion) @@ -475,77 +471,142 @@ spacy-models: 💫 Models for the spaCy Natural Language Processing (NLP) libra [https://spacy.io](https://spacy.io) [https://github.com/explosion/spacy-models](https://github.com/explosion/spacy-models) 4.04 stars per week over 311 weeks -1,258 stars, 283 forks, 49 watches +1,259 stars, 283 forks, 49 watches created 2017-03-14, last commit 2023-01-23, main language Python machine-learning, machine-learning-models, models, natural-language-processing, nlp, spacy, spacy-models, statistical-models +### [aitextgen](https://github.com/minimaxir/aitextgen) by [minimaxir](https://github.com/minimaxir) +aitextgen: A robust Python tool for text-based AI training and generation using GPT-2. +[https://docs.aitextgen.io](https://docs.aitextgen.io) +[https://github.com/minimaxir/aitextgen](https://github.com/minimaxir/aitextgen) +10 stars per week over 166 weeks +1,697 stars, 194 forks, 37 watches +created 2019-12-29, last commit 2022-08-09, main language Python + + +### [Top2Vec](https://github.com/ddangelov/top2vec) by [ddangelov](https://github.com/ddangelov) +Top2Vec learns jointly embedded topic, document and word vectors. +[https://github.com/ddangelov/top2vec](https://github.com/ddangelov/top2vec) +15 stars per week over 154 weeks +2,443 stars, 337 forks, 38 watches +created 2020-03-20, last commit 2023-01-26, main language Python +bert, document-embedding, pre-trained-language-models, semantic-search, sentence-encoder, sentence-transformers, text-search, text-semantic-similarity, top2vec, topic-modeling, topic-modelling, topic-search, topic-vector, word-embeddings + + ### [tika-python](https://github.com/chrismattmann/tika-python) by [chrismattmann](https://github.com/chrismattmann) Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community. [https://github.com/chrismattmann/tika-python](https://github.com/chrismattmann/tika-python) 2.75 stars per week over 453 weeks -1,244 stars, 226 forks, 38 watches +1,245 stars, 226 forks, 38 watches created 2014-06-26, last commit 2023-01-22, main language Python buffer, covid-19, detection, extraction, memex, mime, nlp, nlp-library, nlp-machine-learning, parse, parser-interface, python, recognition, text-extraction, text-recognition, tika-python, tika-server, tika-server-jar, translation-interface, usc -### [spacy-transformers](https://github.com/explosion/spacy-transformers) by [explosion](https://github.com/explosion) -spacy-transformers: 🛸 Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy -[https://spacy.io/usage/embeddings-transformers](https://spacy.io/usage/embeddings-transformers) -[https://github.com/explosion/spacy-transformers](https://github.com/explosion/spacy-transformers) -6.46 stars per week over 188 weeks -1,214 stars, 156 forks, 30 watches -created 2019-07-26, last commit 2023-02-17, main language Python -bert, google, gpt-2, huggingface, language-model, machine-learning, natural-language-processing, natural-language-understanding, nlp, openai, pytorch, pytorch-model, spacy, spacy-extension, spacy-pipeline, transfer-learning, xlnet +### [python-dialogflow](https://github.com/dialogflow/dialogflow-python-client-v2) by [dialogflow](https://github.com/dialogflow) +python-dialogflow: Python client for Dialogflow: Design and integrate a conversational user interface into your applications and devices. +[https://dialogflow.com/](https://dialogflow.com/) +[https://github.com/dialogflow/dialogflow-python-client-v2](https://github.com/dialogflow/dialogflow-python-client-v2) +1.38 stars per week over 279 weeks +387 stars, 145 forks, 53 watches +created 2017-10-24, last commit 2023-03-04, main language Python +dialogflow, machine-learning, python -### [featureform](https://github.com/featureform/embeddinghub) -featureform: The Virtual Feature Store. Turn your existing data infrastructure into a feature store. -[https://www.featureform.com](https://www.featureform.com) -[https://github.com/featureform/embeddinghub](https://github.com/featureform/embeddinghub) -9.77 stars per week over 124 weeks -1,211 stars, 46 forks, 13 watches -created 2020-10-16, last commit 2023-03-02, main language Go -data-quality, data-science, embeddings, embeddings-similarity, feature-engineering, feature-store, hacktoberfest, machine-learning, ml, mlops, python, vector-database +### [DrQA](https://github.com/facebookresearch/drqa) by [facebookresearch](https://github.com/facebookresearch) +DrQA: Reading Wikipedia to Answer Open-Domain Questions +[https://github.com/facebookresearch/drqa](https://github.com/facebookresearch/drqa) +14 stars per week over 295 weeks +4,349 stars, 903 forks, 165 watches +created 2017-07-07, last commit 2021-05-18, main language Python -### [setfit](https://github.com/huggingface/setfit) by [huggingface](https://github.com/huggingface) -setfit: Efficient few-shot learning with Sentence Transformers -[https://github.com/huggingface/setfit](https://github.com/huggingface/setfit) -32 stars per week over 35 weeks -1,157 stars, 117 forks, 16 watches -created 2022-06-30, last commit 2023-02-28, main language Jupyter Notebook -few-shot-learning, nlp, sentence-transformers +### [spacy-streamlit](https://github.com/explosion/spacy-streamlit) by [explosion](https://github.com/explosion) +spacy-streamlit: 👑 spaCy building blocks and visualizers for Streamlit apps +[https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py](https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py) +[https://github.com/explosion/spacy-streamlit](https://github.com/explosion/spacy-streamlit) +4.51 stars per week over 140 weeks +635 stars, 103 forks, 17 watches +created 2020-06-23, last commit 2023-02-27, main language Python +dependency-parsing, machine-learning, named-entity-recognition, natural-language-processing, ner, nlp, part-of-speech-tagging, spacy, streamlit, text-classification, tokenization, visualizer, visualizers, word-vectors -### [cramming](https://github.com/jonasgeiping/cramming) by [jonasgeiping](https://github.com/jonasgeiping) -Cramming the training of a (BERT-type) language model into limited compute. -[https://github.com/jonasgeiping/cramming](https://github.com/jonasgeiping/cramming) -104 stars per week over 9 weeks -953 stars, 61 forks, 20 watches -created 2022-12-29, last commit 2023-02-19, main language Python -english-language, language-model, machine-learning +### [neuralcoref](https://github.com/huggingface/neuralcoref) by [huggingface](https://github.com/huggingface) +neuralcoref: ✨Fast Coreference Resolution in spaCy with Neural Networks +[https://huggingface.co/coref/](https://huggingface.co/coref/) +[https://github.com/huggingface/neuralcoref](https://github.com/huggingface/neuralcoref) +8.97 stars per week over 295 weeks +2,653 stars, 460 forks, 97 watches +created 2017-07-03, last commit 2021-06-22, main language C +coreference, coreference-resolution, machine-learning, neural-networks, nlp, python, pytorch, spacy, spacy-extension, spacy-pipeline -### [textstat](https://github.com/shivam5992/textstat) by [shivam5992](https://github.com/shivam5992) -textstat: :memo: python package to calculate readability statistics of a text object - paragraphs, sentences, articles. -[https://textstat.org](https://textstat.org) -[https://github.com/shivam5992/textstat](https://github.com/shivam5992/textstat) -2.03 stars per week over 454 weeks -923 stars, 148 forks, 17 watches -created 2014-06-18, last commit 2022-07-08, main language Python -flesch-kincaid-grade, flesch-reading-ease, python, readability, smog, textstat +### [textdistance](https://github.com/life4/textdistance) by [life4](https://github.com/life4) +textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. +[https://github.com/life4/textdistance](https://github.com/life4/textdistance) +10 stars per week over 304 weeks +3,064 stars, 241 forks, 61 watches +created 2017-05-05, last commit 2022-09-18, main language Python +algorithm, algorithms, damerau-levenshtein, damerau-levenshtein-distance, diff, distance, distance-calculation, hamming-distance, jellyfish, levenshtein, levenshtein-distance, python, textdistance + + +### [jellyfish](https://github.com/jamesturk/jellyfish) by [jamesturk](https://github.com/jamesturk) +jellyfish: 🪼 a python library for doing approximate and phonetic matching of strings. +[https://jamesturk.github.io/jellyfish/](https://jamesturk.github.io/jellyfish/) +[https://github.com/jamesturk/jellyfish](https://github.com/jamesturk/jellyfish) +2.72 stars per week over 660 weeks +1,799 stars, 152 forks, 42 watches +created 2010-07-09, last commit 2023-02-03, main language Python +fuzzy-search, hacktoberfest, hamming, jaro-winkler, levenshtein, metaphone, python, soundex ### [skweak](https://github.com/norskregnesentral/skweak) by [norskregnesentral](https://github.com/norskregnesentral) skweak: A software toolkit for weak supervision applied to NLP tasks [https://github.com/norskregnesentral/skweak](https://github.com/norskregnesentral/skweak) -8.44 stars per week over 102 weeks -864 stars, 70 forks, 27 watches +8.42 stars per week over 102 weeks +865 stars, 70 forks, 27 watches created 2021-03-16, last commit 2022-11-08, main language Python data-science, distant-supervision, natural-language-processing, nlp-library, nlp-machine-learning, python, spacy, training-data, weak-supervision +### [language](https://github.com/google-research/language) by [google-research](https://github.com/google-research) +language: Shared repository for open-sourced projects from the Google AI Language team. +[https://ai.google/research/teams/language/](https://ai.google/research/teams/language/) +[https://github.com/google-research/language](https://github.com/google-research/language) +5.99 stars per week over 228 weeks +1,371 stars, 323 forks, 64 watches +created 2018-10-16, last commit 2023-02-23, main language Python +machine-learning, natural-language-processing, research + + +### [medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) by [lucidrains](https://github.com/lucidrains) +medical-chatgpt: Implementation of ChatGPT, but tailored towards primary care medicine, with the reward being able to collect patient histories in a thorough and efficient manner and come up with a reasonable differential diagnosis +[https://github.com/lucidrains/medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) +19 stars per week over 12 weeks +239 stars, 20 forks, 26 watches +created 2022-12-10, last commit 2023-02-27, main language Python +artificial-intelligence, attention-mechanisms, deep-learning, medicine, transformers + + +### [P-tuning-v2](https://github.com/thudm/p-tuning-v2) by [thudm](https://github.com/thudm) +P-tuning-v2: An optimized deep prompt tuning strategy comparable to fine-tuning across scales and tasks +[https://github.com/thudm/p-tuning-v2](https://github.com/thudm/p-tuning-v2) +8.21 stars per week over 72 weeks +595 stars, 72 forks, 26 watches +created 2021-10-14, last commit 2022-11-04, main language Python +natural-language-processing, p-tuning, parameter-efficient-learning, pretrained-language-model, prompt-tuning + + +### [lambeq](https://github.com/cqcl/lambeq) by [cqcl](https://github.com/cqcl) +lambeq: A high-level Python library for Quantum Natural Language Processing +[https://cqcl.github.io/lambeq/](https://cqcl.github.io/lambeq/) +[https://github.com/cqcl/lambeq](https://github.com/cqcl/lambeq) +4.42 stars per week over 73 weeks +323 stars, 71 forks, 25 watches +created 2021-10-10, last commit 2023-01-09, main language Python +python, qnlp + + ### [spacy-stanza](https://github.com/explosion/spacy-stanza) by [explosion](https://github.com/explosion) spacy-stanza: 💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy [https://github.com/explosion/spacy-stanza](https://github.com/explosion/spacy-stanza) @@ -555,70 +616,108 @@ created 2019-01-31, last commit 2022-05-27, main language Python corenlp, data-science, machine-learning, natural-language-processing, nlp, spacy, spacy-pipeline, stanford-corenlp, stanford-machine-learning, stanford-nlp, stanza +### [Styleformer](https://github.com/prithivirajdamodaran/styleformer) by [prithivirajdamodaran](https://github.com/prithivirajdamodaran) +Styleformer: A Neural Language Style Transfer framework to transfer natural language text smoothly between fine-grained language styles like formal/casual, active/passive, and many more. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration. +[https://github.com/prithivirajdamodaran/styleformer](https://github.com/prithivirajdamodaran/styleformer) +4.9 stars per week over 90 weeks +442 stars, 59 forks, 18 watches +created 2021-06-12, last commit 2022-12-27, main language Python +active, formal-languages, informal-sentences, nlp, passive, slang, style-transfer, text-style, text-style-transfer, text-style-transfer-benchmark + + ### [CodeT5](https://github.com/salesforce/codet5) by [salesforce](https://github.com/salesforce) Code for CodeT5: a new code-aware pre-trained encoder-decoder model. [https://arxiv.org/abs/2109.00859](https://arxiv.org/abs/2109.00859) [https://github.com/salesforce/codet5](https://github.com/salesforce/codet5) 8.19 stars per week over 80 weeks -660 stars, 123 forks, 21 watches +662 stars, 124 forks, 22 watches created 2021-08-16, last commit 2022-07-08, main language Python code-intelligence, language-model, nlp, programming-language, representation-learning -### [spacy-streamlit](https://github.com/explosion/spacy-streamlit) by [explosion](https://github.com/explosion) -spacy-streamlit: 👑 spaCy building blocks and visualizers for Streamlit apps -[https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py](https://share.streamlit.io/ines/spacy-streamlit-demo/master/app.py) -[https://github.com/explosion/spacy-streamlit](https://github.com/explosion/spacy-streamlit) -4.51 stars per week over 140 weeks -634 stars, 103 forks, 17 watches -created 2020-06-23, last commit 2023-02-27, main language Python -dependency-parsing, machine-learning, named-entity-recognition, natural-language-processing, ner, nlp, part-of-speech-tagging, spacy, streamlit, text-classification, tokenization, visualizer, visualizers, word-vectors - - -### [lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) by [lexpredict](https://github.com/lexpredict) -lexpredict-lexnlp: LexNLP by LexPredict -[https://github.com/lexpredict/lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) -2.08 stars per week over 282 weeks -588 stars, 158 forks, 49 watches -created 2017-09-30, last commit 2022-08-10, main language HTML -analytics, contracts, data, law, legal, legaltech, linguistics, ml, nlp +### [arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) +arxiv-vanity: Renders papers from arXiv as responsive web pages so you don't have to squint at a PDF. +[https://www.arxiv-vanity.com](https://www.arxiv-vanity.com) +[https://github.com/arxiv-vanity/arxiv-vanity](https://github.com/arxiv-vanity/arxiv-vanity) +4.78 stars per week over 290 weeks +1,386 stars, 89 forks, 22 watches +created 2017-08-12, last commit 2022-01-18, main language Python +academic-publishing, arxiv, latex, science -### [Blackstone](https://github.com/iclrandd/blackstone) by [iclrandd](https://github.com/iclrandd) -Blackstone: :black_circle: A spaCy pipeline and model for NLP on unstructured legal text. -[https://research.iclr.co.uk](https://research.iclr.co.uk) -[https://github.com/iclrandd/blackstone](https://github.com/iclrandd/blackstone) -2.86 stars per week over 205 weeks -588 stars, 93 forks, 38 watches -created 2019-03-25, last commit 2021-01-31, main language Python -caselaw, law, legaltech, nlp, spacy-models +### [sgpt](https://github.com/muennighoff/sgpt) by [muennighoff](https://github.com/muennighoff) +SGPT: GPT Sentence Embeddings for Semantic Search +[https://github.com/muennighoff/sgpt](https://github.com/muennighoff/sgpt) +4.78 stars per week over 55 weeks +264 stars, 27 forks, 6 watches +created 2022-02-11, last commit 2022-09-12, main language Jupyter Notebook +gpt, information-retrieval, language-model, large-language-models, neural-search, retrieval, semantic-search, sentence-embeddings, sgpt, text-embedding -### [pySBD](https://github.com/nipunsadvilkar/pysbd) by [nipunsadvilkar](https://github.com/nipunsadvilkar) -pySBD: 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box. -[https://github.com/nipunsadvilkar/pysbd](https://github.com/nipunsadvilkar/pysbd) -1.92 stars per week over 298 weeks -575 stars, 67 forks, 10 watches -created 2017-06-11, last commit 2021-02-11, main language Python -python, rule-based, segmentation, sentence, sentence-boundary-detection, sentence-tokenizer +### [transition-amr-parser](https://github.com/ibm/transition-amr-parser) by [ibm](https://github.com/ibm) +transition-amr-parser: SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch. +[https://github.com/ibm/transition-amr-parser](https://github.com/ibm/transition-amr-parser) +0.98 stars per week over 177 weeks +174 stars, 40 forks, 9 watches +created 2019-10-08, last commit 2023-02-01, main language Python +abstract-meaning-representation, amr, amr-graphs, amr-parser, amr-parsing, machine-learning, nlp, semantic-parsing ### [whatlies](https://github.com/koaning/whatlies) by [koaning](https://github.com/koaning) whatlies: Toolkit to help understand "what lies" in word embeddings. Also benchmarking! [https://koaning.github.io/whatlies/](https://koaning.github.io/whatlies/) [https://github.com/koaning/whatlies](https://github.com/koaning/whatlies) -2.86 stars per week over 157 weeks +2.86 stars per week over 158 weeks 452 stars, 50 forks, 14 watches created 2020-02-22, last commit 2023-02-06, main language Python embeddings, nlp, visualisations -### [byt5](https://github.com/google-research/byt5) by [google-research](https://github.com/google-research) -google-research/byt5 -[https://github.com/google-research/byt5](https://github.com/google-research/byt5) -4.48 stars per week over 92 weeks -413 stars, 25 forks, 11 watches -created 2021-05-26, last commit 2022-03-02, main language Python +### [textstat](https://github.com/shivam5992/textstat) by [shivam5992](https://github.com/shivam5992) +textstat: :memo: python package to calculate readability statistics of a text object - paragraphs, sentences, articles. +[https://textstat.org](https://textstat.org) +[https://github.com/shivam5992/textstat](https://github.com/shivam5992/textstat) +2.03 stars per week over 454 weeks +924 stars, 148 forks, 17 watches +created 2014-06-18, last commit 2022-07-08, main language Python +flesch-kincaid-grade, flesch-reading-ease, python, readability, smog, textstat + + +### [NeuroNER](https://github.com/franck-dernoncourt/neuroner) by [franck-dernoncourt](https://github.com/franck-dernoncourt) +NeuroNER: Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results. +[http://neuroner.com](http://neuroner.com) +[https://github.com/franck-dernoncourt/neuroner](https://github.com/franck-dernoncourt/neuroner) +5.26 stars per week over 312 weeks +1,646 stars, 485 forks, 84 watches +created 2017-03-07, last commit 2019-10-02, main language Python +deep-learning, machine-learning, named-entity-recognition, neural-networks, nlp, tensorflow + + +### [magnitude](https://github.com/plasticityai/magnitude) by [plasticityai](https://github.com/plasticityai) +magnitude: A fast, efficient universal vector embedding utility package. +[https://github.com/plasticityai/magnitude](https://github.com/plasticityai/magnitude) +5.95 stars per week over 262 weeks +1,560 stars, 113 forks, 37 watches +created 2018-02-24, last commit 2020-07-17, main language Python +embeddings, fast, fasttext, gensim, glove, machine-learning, machine-learning-library, memory-efficient, natural-language-processing, nlp, python, vectors, word-embeddings, word2vec + + +### [mutate](https://github.com/infinitylogesh/mutate) by [infinitylogesh](https://github.com/infinitylogesh) +mutate: A library to synthesize text datasets using Large Language Models (LLM) +[https://github.com/infinitylogesh/mutate](https://github.com/infinitylogesh/mutate) +2.27 stars per week over 61 weeks +140 stars, 11 forks, 3 watches +created 2021-12-29, last commit 2023-01-17, main language Python +data-augmentation, data-labeling, language-model, nlp-library, text-generation + + +### [pySBD](https://github.com/nipunsadvilkar/pysbd) by [nipunsadvilkar](https://github.com/nipunsadvilkar) +pySBD: 🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box. +[https://github.com/nipunsadvilkar/pysbd](https://github.com/nipunsadvilkar/pysbd) +1.92 stars per week over 299 weeks +575 stars, 67 forks, 10 watches +created 2017-06-11, last commit 2021-02-11, main language Python +python, rule-based, segmentation, sentence, sentence-boundary-detection, sentence-tokenizer ### [fonduer](https://github.com/hazyresearch/fonduer) by [hazyresearch](https://github.com/hazyresearch) @@ -631,94 +730,83 @@ created 2018-02-02, last commit 2021-06-23, main language Python knowledge-base-construction, machine-learning, multimodality -### [python-dialogflow](https://github.com/dialogflow/dialogflow-python-client-v2) by [dialogflow](https://github.com/dialogflow) -python-dialogflow: Python client for Dialogflow: Design and integrate a conversational user interface into your applications and devices. -[https://dialogflow.com/](https://dialogflow.com/) -[https://github.com/dialogflow/dialogflow-python-client-v2](https://github.com/dialogflow/dialogflow-python-client-v2) -1.38 stars per week over 279 weeks -386 stars, 145 forks, 53 watches -created 2017-10-24, last commit 2023-03-01, main language Python -dialogflow, machine-learning, python - - -### [lambeq](https://github.com/cqcl/lambeq) by [cqcl](https://github.com/cqcl) -lambeq: A high-level Python library for Quantum Natural Language Processing -[https://cqcl.github.io/lambeq/](https://cqcl.github.io/lambeq/) -[https://github.com/cqcl/lambeq](https://github.com/cqcl/lambeq) -4.44 stars per week over 72 weeks -323 stars, 71 forks, 25 watches -created 2021-10-10, last commit 2023-01-09, main language Python -python, qnlp - - -### [grade-school-math](https://github.com/openai/grade-school-math) by [openai](https://github.com/openai) -openai/grade-school-math -[https://github.com/openai/grade-school-math](https://github.com/openai/grade-school-math) -4.29 stars per week over 71 weeks -306 stars, 64 forks, 9 watches -created 2021-10-20, last commit 2021-11-19, main language Python - - ### [contractions](https://github.com/kootenpv/contractions) by [kootenpv](https://github.com/kootenpv) contractions: Fixes contractions such as `you're` to `you are` [https://github.com/kootenpv/contractions](https://github.com/kootenpv/contractions) -0.85 stars per week over 322 weeks +0.85 stars per week over 323 weeks 273 stars, 35 forks, 7 watches created 2016-12-25, last commit 2022-11-15, main language Python -### [medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) by [lucidrains](https://github.com/lucidrains) -medical-chatgpt: Implementation of ChatGPT, but tailored towards primary care medicine, with the reward being able to collect patient histories in a thorough and efficient manner and come up with a reasonable differential diagnosis -[https://github.com/lucidrains/medical-chatgpt](https://github.com/lucidrains/medical-chatgpt) -20 stars per week over 11 weeks -239 stars, 20 forks, 26 watches -created 2022-12-10, last commit 2023-02-27, main language Python -artificial-intelligence, attention-mechanisms, deep-learning, medicine, transformers +### [BRIO](https://github.com/yixinl7/brio) by [yixinl7](https://github.com/yixinl7) +ACL 2022: BRIO: Bringing Order to Abstractive Summarization +[https://github.com/yixinl7/brio](https://github.com/yixinl7/brio) +4.38 stars per week over 50 weeks +222 stars, 38 forks, 2 watches +created 2022-03-15, last commit 2022-11-06, main language Python +nlp, text-summarization ### [s2orc-doc2json](https://github.com/allenai/s2orc-doc2json) by [allenai](https://github.com/allenai) s2orc-doc2json: Parsers for scientific papers (PDF2JSON, TEX2JSON, JATS2JSON) [https://github.com/allenai/s2orc-doc2json](https://github.com/allenai/s2orc-doc2json) -1.58 stars per week over 116 weeks +1.57 stars per week over 116 weeks 183 stars, 36 forks, 6 watches created 2020-12-10, last commit 2022-12-09, main language Python -### [zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) by [yoadtew](https://github.com/yoadtew) -zero-shot-image-to-text: Implementation of Zero-Shot Image-to-Text Generation for Visual-Semantic Arithmetic -[https://github.com/yoadtew/zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) -2.76 stars per week over 66 weeks -182 stars, 26 forks, 7 watches -created 2021-11-26, last commit 2022-09-17, main language Python +### [lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) by [lexpredict](https://github.com/lexpredict) +lexpredict-lexnlp: LexNLP by LexPredict +[https://github.com/lexpredict/lexpredict-lexnlp](https://github.com/lexpredict/lexpredict-lexnlp) +2.08 stars per week over 283 weeks +588 stars, 158 forks, 49 watches +created 2017-09-30, last commit 2022-08-10, main language HTML +analytics, contracts, data, law, legal, legaltech, linguistics, ml, nlp -### [transition-amr-parser](https://github.com/ibm/transition-amr-parser) by [ibm](https://github.com/ibm) -transition-amr-parser: SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch. -[https://github.com/ibm/transition-amr-parser](https://github.com/ibm/transition-amr-parser) -0.98 stars per week over 177 weeks -174 stars, 40 forks, 9 watches -created 2019-10-08, last commit 2023-02-01, main language Python -abstract-meaning-representation, amr, amr-graphs, amr-parser, amr-parsing, machine-learning, nlp, semantic-parsing +### [grade-school-math](https://github.com/openai/grade-school-math) by [openai](https://github.com/openai) +openai/grade-school-math +[https://github.com/openai/grade-school-math](https://github.com/openai/grade-school-math) +4.33 stars per week over 71 weeks +310 stars, 65 forks, 9 watches +created 2021-10-20, last commit 2021-11-19, main language Python -### [mutate](https://github.com/infinitylogesh/mutate) by [infinitylogesh](https://github.com/infinitylogesh) -mutate: A library to synthesize text datasets using Large Language Models (LLM) -[https://github.com/infinitylogesh/mutate](https://github.com/infinitylogesh/mutate) -2.28 stars per week over 61 weeks -140 stars, 11 forks, 3 watches -created 2021-12-29, last commit 2023-01-17, main language Python -data-augmentation, data-labeling, language-model, nlp-library, text-generation +### [Blackstone](https://github.com/iclrandd/blackstone) by [iclrandd](https://github.com/iclrandd) +Blackstone: :black_circle: A spaCy pipeline and model for NLP on unstructured legal text. +[https://research.iclr.co.uk](https://research.iclr.co.uk) +[https://github.com/iclrandd/blackstone](https://github.com/iclrandd/blackstone) +2.86 stars per week over 205 weeks +588 stars, 93 forks, 38 watches +created 2019-03-25, last commit 2021-01-31, main language Python +caselaw, law, legaltech, nlp, spacy-models ### [lex-glue](https://github.com/coastalcph/lex-glue) by [coastalcph](https://github.com/coastalcph) lex-glue: LexGLUE: A Benchmark Dataset for Legal Language Understanding in English [https://github.com/coastalcph/lex-glue](https://github.com/coastalcph/lex-glue) -1.38 stars per week over 74 weeks -103 stars, 24 forks, 6 watches +1.39 stars per week over 74 weeks +104 stars, 24 forks, 7 watches created 2021-09-27, last commit 2022-11-04, main language Python benchmark, lawtech, legal, legaltech, nlp +### [byt5](https://github.com/google-research/byt5) by [google-research](https://github.com/google-research) +google-research/byt5 +[https://github.com/google-research/byt5](https://github.com/google-research/byt5) +4.46 stars per week over 92 weeks +413 stars, 25 forks, 11 watches +created 2021-05-26, last commit 2022-03-02, main language Python + + +### [zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) by [yoadtew](https://github.com/yoadtew) +zero-shot-image-to-text: Implementation of Zero-Shot Image-to-Text Generation for Visual-Semantic Arithmetic +[https://github.com/yoadtew/zero-shot-image-to-text](https://github.com/yoadtew/zero-shot-image-to-text) +2.75 stars per week over 66 weeks +182 stars, 26 forks, 7 watches +created 2021-11-26, last commit 2022-09-17, main language Python + + ### [fonduer-tutorials](https://github.com/hazyresearch/fonduer-tutorials) by [hazyresearch](https://github.com/hazyresearch) fonduer-tutorials: A collection of simple tutorials for using Fonduer [https://github.com/HazyResearch/fonduer](https://github.com/HazyResearch/fonduer) @@ -737,7 +825,7 @@ created 2020-11-19, last commit 2022-09-28, main language Python bert, bert-ner, chinese-nlp, deep-learning, nlp, punctuation, pytorch, seq2seq -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/pandas.md b/categories/pandas.md index 197bfbe..a22b257 100644 --- a/categories/pandas.md +++ b/categories/pandas.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 19 curated pandas Python libraries and frameworks ordered by stars. +A selection of 20 curated pandas Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -10,19 +10,18 @@ pandas: Flexible and powerful data analysis / manipulation library for Python, p [https://pandas.pydata.org](https://pandas.pydata.org) [https://github.com/pandas-dev/pandas](https://github.com/pandas-dev/pandas) 56 stars per week over 653 weeks -37,044 stars, 15,835 forks, 1,105 watches -created 2010-08-24, last commit 2023-03-03, main language Python +37,060 stars, 15,845 forks, 1,105 watches +created 2010-08-24, last commit 2023-03-04, main language Python alignment, data-analysis, data-science, flexible, pandas, python -### [ydata-profiling](https://github.com/pandas-profiling/pandas-profiling) by [pandas-profiling](https://github.com/pandas-profiling) -ydata-profiling: Create HTML profiling reports from pandas DataFrame objects -[https://ydata-profiling.ydata.ai](https://ydata-profiling.ydata.ai) -[https://github.com/pandas-profiling/pandas-profiling](https://github.com/pandas-profiling/pandas-profiling) -27 stars per week over 372 weeks -10,289 stars, 1,451 forks, 151 watches -created 2016-01-09, last commit 2023-01-30, main language Python -big-data-analytics, data-analysis, data-exploration, data-profiling, data-quality, data-science, deep-learning, eda, exploration, exploratory-data-analysis, hacktoberfest, html-report, jupyter, jupyter-notebook, machine-learning, pandas, pandas-dataframe, pandas-profiling, python, statistics +### [pygwalker](https://github.com/kanaries/pygwalker) by [kanaries](https://github.com/kanaries) +PyGWalker: Turn your pandas dataframe into a Tableau-style User Interface for visual analysis +[https://github.com/kanaries/pygwalker](https://github.com/kanaries/pygwalker) +1698 stars per week over 2 weeks +4,124 stars, 107 forks, 20 watches +created 2023-02-16, last commit 2023-03-03, main language Jupyter Notebook +data-analysis, data-exploration, dataframe, pandas, tableau, tableau-alternative, visualization ### [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) by [aws](https://github.com/aws) @@ -30,37 +29,68 @@ aws-sdk-pandas: pandas on AWS - Easy integration with Athena, Glue, Redshift, Ti [https://aws-sdk-pandas.readthedocs.io](https://aws-sdk-pandas.readthedocs.io) [https://github.com/aws/aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) 15 stars per week over 209 weeks -3,341 stars, 581 forks, 61 watches -created 2019-02-26, last commit 2023-03-02, main language Python +3,344 stars, 581 forks, 62 watches +created 2019-02-26, last commit 2023-03-03, main language Python amazon-athena, amazon-sagemaker-notebook, apache-arrow, apache-parquet, athena, aws, aws-glue, aws-lambda, data-engineering, data-science, emr, etl, glue-catalog, lambda, mysql, pandas, python, redshift -### [blaze](https://github.com/blaze/blaze) -blaze: NumPy and Pandas interface to Big Data -[blaze.pydata.org](blaze.pydata.org) -[https://github.com/blaze/blaze](https://github.com/blaze/blaze) -5.79 stars per week over 540 weeks -3,126 stars, 388 forks, 199 watches -created 2012-10-26, last commit 2019-08-15, main language Python +### [ydata-profiling](https://github.com/pandas-profiling/pandas-profiling) by [pandas-profiling](https://github.com/pandas-profiling) +ydata-profiling: Create HTML profiling reports from pandas DataFrame objects +[https://ydata-profiling.ydata.ai](https://ydata-profiling.ydata.ai) +[https://github.com/pandas-profiling/pandas-profiling](https://github.com/pandas-profiling/pandas-profiling) +27 stars per week over 373 weeks +10,294 stars, 1,453 forks, 151 watches +created 2016-01-09, last commit 2023-01-30, main language Python +big-data-analytics, data-analysis, data-exploration, data-profiling, data-quality, data-science, deep-learning, eda, exploration, exploratory-data-analysis, hacktoberfest, html-report, jupyter, jupyter-notebook, machine-learning, pandas, pandas-dataframe, pandas-profiling, python, statistics + + +### [pandera](https://github.com/pandera-dev/pandera) by [pandera-dev](https://github.com/pandera-dev) +pandera: A light-weight, flexible, and expressive statistical data testing library +[https://www.union.ai/pandera](https://www.union.ai/pandera) +[https://github.com/pandera-dev/pandera](https://github.com/pandera-dev/pandera) +8.82 stars per week over 226 weeks +1,997 stars, 164 forks, 14 watches +created 2018-11-01, last commit 2023-02-20, main language Python +assertions, data-assertions, data-check, data-cleaning, data-processing, data-validation, data-verification, dataframe-schema, dataframes, hypothesis-testing, pandas, pandas-dataframe, pandas-validation, pandas-validator, schema, testing, testing-tools, validation ### [pandarallel](https://github.com/nalepae/pandarallel) by [nalepae](https://github.com/nalepae) pandarallel: A simple and efficient tool to parallelize Pandas operations on all available CPUs [https://nalepae.github.io/pandarallel](https://nalepae.github.io/pandarallel) [https://github.com/nalepae/pandarallel](https://github.com/nalepae/pandarallel) -13 stars per week over 207 weeks -2,906 stars, 176 forks, 27 watches +13 stars per week over 208 weeks +2,907 stars, 176 forks, 27 watches created 2019-03-10, last commit 2023-02-12, main language Python pandas, parallel, python -### [PandasGUI](https://github.com/adamerose/pandasgui) by [adamerose](https://github.com/adamerose) -PandasGUI: A GUI for Pandas DataFrames -[https://github.com/adamerose/pandasgui](https://github.com/adamerose/pandasgui) -14 stars per week over 194 weeks -2,849 stars, 195 forks, 54 watches -created 2019-06-12, last commit 2022-03-16, main language Python -dataframe, gui, pandas, viewer +### [hamilton](https://github.com/stitchfix/hamilton) by [stitchfix](https://github.com/stitchfix) +hamilton: A scalable general purpose micro-framework for defining dataflows. THIS REPOSITORY HAS BEEN MOVED TO www.github.com/dagworks-inc/hamilton +[https://www.github.com/dagworks-inc/hamilton](https://www.github.com/dagworks-inc/hamilton) +[https://github.com/stitchfix/hamilton](https://github.com/stitchfix/hamilton) +6.14 stars per week over 144 weeks +889 stars, 44 forks, 18 watches +created 2020-05-26, last commit 2023-02-26, main language Python +dag, data-engineering, data-platform, data-science, dataframe, etl, etl-framework, etl-pipeline, feature-engineering, featurization, hamilton, hamiltonian, machine-learning, numpy, pandas, python, software-engineering, stitch-fix + + +### [Daft](https://github.com/eventual-inc/daft) by [eventual-inc](https://github.com/eventual-inc) +Daft: The Python DataFrame for Complex Data +[https://github.com/eventual-inc/daft](https://github.com/eventual-inc/daft) +10 stars per week over 44 weeks +470 stars, 18 forks, 6 watches +created 2022-04-25, last commit 2023-03-04, main language Python +data-engineering, data-science, dataframe, deep-learning, distributed-computing, image-processing, machine-learning, python + + +### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) by [pyjanitor-devs](https://github.com/pyjanitor-devs) +pyjanitor: Clean APIs for data cleaning. Python implementation of R package Janitor +[https://pyjanitor-devs.github.io/pyjanitor](https://pyjanitor-devs.github.io/pyjanitor) +[https://github.com/pyjanitor-devs/pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) +4.27 stars per week over 261 weeks +1,115 stars, 159 forks, 21 watches +created 2018-03-04, last commit 2023-03-03, main language Python +cleaning-data, data, data-engineering, dataframe, hacktoberfest, pandas, pydata ### [pandas-datareader](https://github.com/pydata/pandas-datareader) by [pydata](https://github.com/pydata) @@ -68,7 +98,7 @@ pandas-datareader: Extract data from a wide range of Internet sources into a pan [https://pydata.github.io/pandas-datareader/stable/index.html](https://pydata.github.io/pandas-datareader/stable/index.html) [https://github.com/pydata/pandas-datareader](https://github.com/pydata/pandas-datareader) 6.1 stars per week over 424 weeks -2,587 stars, 637 forks, 138 watches +2,590 stars, 637 forks, 138 watches created 2015-01-15, last commit 2022-03-16, main language Python data, data-analysis, dataset, econdb, economic-data, fama-french, finance, financial-data, fred, html, pandas, pydata, python, stock-data @@ -76,79 +106,57 @@ created 2015-01-15, last commit 2022-03-16, main language Python ### [swifter](https://github.com/jmcarpenter2/swifter) by [jmcarpenter2](https://github.com/jmcarpenter2) swifter: A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner [https://github.com/jmcarpenter2/swifter](https://github.com/jmcarpenter2/swifter) -8.69 stars per week over 255 weeks -2,223 stars, 99 forks, 30 watches +8.68 stars per week over 256 weeks +2,224 stars, 99 forks, 30 watches created 2018-04-07, last commit 2022-08-16, main language Python dask, modin, pandas, pandas-dataframe, parallel-computing, parallelization -### [pandera](https://github.com/pandera-dev/pandera) by [pandera-dev](https://github.com/pandera-dev) -pandera: A light-weight, flexible, and expressive statistical data testing library -[https://www.union.ai/pandera](https://www.union.ai/pandera) -[https://github.com/pandera-dev/pandera](https://github.com/pandera-dev/pandera) -8.82 stars per week over 226 weeks -1,995 stars, 164 forks, 13 watches -created 2018-11-01, last commit 2023-02-20, main language Python -assertions, data-assertions, data-check, data-cleaning, data-processing, data-validation, data-verification, dataframe-schema, dataframes, hypothesis-testing, pandas, pandas-dataframe, pandas-validation, pandas-validator, schema, testing, testing-tools, validation - - -### [pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) by [pyjanitor-devs](https://github.com/pyjanitor-devs) -pyjanitor: Clean APIs for data cleaning. Python implementation of R package Janitor -[https://pyjanitor-devs.github.io/pyjanitor](https://pyjanitor-devs.github.io/pyjanitor) -[https://github.com/pyjanitor-devs/pyjanitor](https://github.com/pyjanitor-devs/pyjanitor) -4.28 stars per week over 260 weeks -1,115 stars, 159 forks, 21 watches -created 2018-03-04, last commit 2023-03-02, main language Python -cleaning-data, data, data-engineering, dataframe, hacktoberfest, pandas, pydata +### [PandasGUI](https://github.com/adamerose/pandasgui) by [adamerose](https://github.com/adamerose) +PandasGUI: A GUI for Pandas DataFrames +[https://github.com/adamerose/pandasgui](https://github.com/adamerose/pandasgui) +14 stars per week over 194 weeks +2,853 stars, 195 forks, 54 watches +created 2019-06-12, last commit 2022-03-16, main language Python +dataframe, gui, pandas, viewer ### [siuba](https://github.com/machow/siuba) by [machow](https://github.com/machow) siuba: Python library for using dplyr like syntax with pandas and SQL [https://siuba.org](https://siuba.org) [https://github.com/machow/siuba](https://github.com/machow/siuba) -4.72 stars per week over 211 weeks -1,000 stars, 42 forks, 21 watches +4.72 stars per week over 212 weeks +1,001 stars, 43 forks, 21 watches created 2019-02-09, last commit 2022-11-16, main language Python data-analysis, dplyr, pandas, python, sql -### [hamilton](https://github.com/stitchfix/hamilton) by [stitchfix](https://github.com/stitchfix) -hamilton: A scalable general purpose micro-framework for defining dataflows. THIS REPOSITORY HAS BEEN MOVED TO www.github.com/dagworks-inc/hamilton -[https://www.github.com/dagworks-inc/hamilton](https://www.github.com/dagworks-inc/hamilton) -[https://github.com/stitchfix/hamilton](https://github.com/stitchfix/hamilton) -6.16 stars per week over 144 weeks -890 stars, 44 forks, 18 watches -created 2020-05-26, last commit 2023-02-26, main language Python -dag, data-engineering, data-platform, data-science, dataframe, etl, etl-framework, etl-pipeline, feature-engineering, featurization, hamilton, hamiltonian, machine-learning, numpy, pandas, python, software-engineering, stitch-fix - - -### [bamboolib](https://github.com/tkrabel/bamboolib) by [tkrabel](https://github.com/tkrabel) -bamboolib - a GUI for pandas DataFrames -[https://bamboolib.com](https://bamboolib.com) -[https://github.com/tkrabel/bamboolib](https://github.com/tkrabel/bamboolib) -4.5 stars per week over 196 weeks -884 stars, 95 forks, 31 watches -created 2019-05-29, last commit 2022-09-27, main language Jupyter Notebook -jupyter-notebook, jupyterlab, pandas, pandas-dataframes, python - - ### [hvplot](https://github.com/holoviz/hvplot) by [holoviz](https://github.com/holoviz) hvplot: A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews [https://hvplot.holoviz.org](https://hvplot.holoviz.org) [https://github.com/holoviz/hvplot](https://github.com/holoviz/hvplot) 2.79 stars per week over 258 weeks -721 stars, 82 forks, 23 watches +721 stars, 83 forks, 23 watches created 2018-03-19, last commit 2023-02-10, main language Python datashader, holoviews, holoviz, plotting -### [Daft](https://github.com/eventual-inc/daft) by [eventual-inc](https://github.com/eventual-inc) -Daft: The Python DataFrame for Complex Data -[https://github.com/eventual-inc/daft](https://github.com/eventual-inc/daft) -10 stars per week over 44 weeks -470 stars, 18 forks, 6 watches -created 2022-04-25, last commit 2023-03-03, main language Python -data-engineering, data-science, dataframe, deep-learning, distributed-computing, image-processing, machine-learning, python +### [blaze](https://github.com/blaze/blaze) +blaze: NumPy and Pandas interface to Big Data +[blaze.pydata.org](blaze.pydata.org) +[https://github.com/blaze/blaze](https://github.com/blaze/blaze) +5.79 stars per week over 540 weeks +3,126 stars, 388 forks, 199 watches +created 2012-10-26, last commit 2019-08-15, main language Python + + +### [spatialpandas](https://github.com/holoviz/spatialpandas) by [holoviz](https://github.com/holoviz) +spatialpandas: Pandas extension arrays for spatial/geometric operations +[https://github.com/holoviz/spatialpandas](https://github.com/holoviz/spatialpandas) +1.47 stars per week over 174 weeks +257 stars, 21 forks, 22 watches +created 2019-10-28, last commit 2023-03-02, main language Python +geographic-data, geopandas, holoviz, pandas, spatialpandas ### [traceml](https://github.com/polyaxon/datatile) by [polyaxon](https://github.com/polyaxon) @@ -164,19 +172,20 @@ created 2016-03-25, last commit 2023-02-24, main language Python pandas_flavor: The easy way to write your own flavor of Pandas [https://zsailer.github.io/software/pandas-flavor/](https://zsailer.github.io/software/pandas-flavor/) [https://github.com/zsailer/pandas_flavor](https://github.com/zsailer/pandas_flavor) -1.03 stars per week over 266 weeks +1.02 stars per week over 266 weeks 273 stars, 17 forks, 11 watches created 2018-01-25, last commit 2023-02-03, main language Python pandas -### [spatialpandas](https://github.com/holoviz/spatialpandas) by [holoviz](https://github.com/holoviz) -spatialpandas: Pandas extension arrays for spatial/geometric operations -[https://github.com/holoviz/spatialpandas](https://github.com/holoviz/spatialpandas) -1.47 stars per week over 174 weeks -256 stars, 21 forks, 22 watches -created 2019-10-28, last commit 2023-03-02, main language Python -geographic-data, geopandas, holoviz, pandas, spatialpandas +### [bamboolib](https://github.com/tkrabel/bamboolib) by [tkrabel](https://github.com/tkrabel) +bamboolib - a GUI for pandas DataFrames +[https://bamboolib.com](https://bamboolib.com) +[https://github.com/tkrabel/bamboolib](https://github.com/tkrabel/bamboolib) +4.5 stars per week over 196 weeks +884 stars, 95 forks, 31 watches +created 2019-05-29, last commit 2022-09-27, main language Jupyter Notebook +jupyter-notebook, jupyterlab, pandas, pandas-dataframes, python ### [mapply](https://github.com/ddelange/mapply) by [ddelange](https://github.com/ddelange) @@ -184,10 +193,10 @@ mapply: Sensible multi-core apply function for Pandas [https://github.com/ddelange/mapply](https://github.com/ddelange/mapply) 0.32 stars per week over 122 weeks 39 stars, 3 forks, 4 watches -created 2020-10-26, last commit 2022-12-16, main language Python +created 2020-10-26, last commit 2023-03-04, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/perf.md b/categories/perf.md index 40628e6..38387a8 100644 --- a/categories/perf.md +++ b/categories/perf.md @@ -1,18 +1,18 @@ # Crazy Awesome Python -A selection of 29 curated perf Python libraries and frameworks ordered by stars. +A selection of 30 curated perf Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) -### [celery](https://github.com/celery/celery) -celery: Distributed Task Queue (development branch) -[https://docs.celeryq.dev](https://docs.celeryq.dev) -[https://github.com/celery/celery](https://github.com/celery/celery) -29 stars per week over 723 weeks -21,028 stars, 4,438 forks, 475 watches -created 2009-04-24, last commit 2023-03-03, main language Python -amqp, python, python-library, python3, queue-tasks, queue-workers, queued-jobs, redis, redis-queue, sqs, sqs-queue, task-manager, task-runner, task-scheduler +### [polars](https://github.com/pola-rs/polars) by [pola-rs](https://github.com/pola-rs) +polars: Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python | Node.js +[https://pola.rs/](https://pola.rs/) +[https://github.com/pola-rs/polars](https://github.com/pola-rs/polars) +101 stars per week over 146 weeks +14,809 stars, 751 forks, 126 watches +created 2020-05-13, last commit 2023-03-03, main language Rust +arrow, dataframe, dataframe-library, dataframes, out-of-core, python, rust ### [flatbuffers](https://github.com/google/flatbuffers) by [google](https://github.com/google) @@ -20,48 +20,58 @@ FlatBuffers: Memory Efficient Serialization Library [http://google.github.io/flatbuffers/](http://google.github.io/flatbuffers/) [https://github.com/google/flatbuffers](https://github.com/google/flatbuffers) 43 stars per week over 458 weeks -19,994 stars, 3,026 forks, 644 watches -created 2014-05-19, last commit 2023-03-02, main language C++ +20,000 stars, 3,027 forks, 644 watches +created 2014-05-19, last commit 2023-03-04, main language C++ c, c-plus-plus, c-sharp, cross-platform, flatbuffers, go, grpc, java, javascript, json-parser, marshalling, mmap, protobuf, python, rpc, rust, serialization, serialization-library, typescript, zero-copy -### [polars](https://github.com/pola-rs/polars) by [pola-rs](https://github.com/pola-rs) -polars: Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python | Node.js -[https://pola.rs/](https://pola.rs/) -[https://github.com/pola-rs/polars](https://github.com/pola-rs/polars) -100 stars per week over 146 weeks -14,747 stars, 749 forks, 126 watches -created 2020-05-13, last commit 2023-03-02, main language Rust -arrow, dataframe, dataframe-library, dataframes, out-of-core, python, rust +### [dask](https://github.com/dask/dask) +dask: Parallel computing with task scheduling +[https://dask.org](https://dask.org) +[https://github.com/dask/dask](https://github.com/dask/dask) +25 stars per week over 426 weeks +10,772 stars, 1,598 forks, 216 watches +created 2015-01-04, last commit 2023-03-03, main language Python +dask, numpy, pandas, pydata, python, scikit-learn, scipy + + +### [nebullvm](https://github.com/nebuly-ai/nebullvm) by [nebuly-ai](https://github.com/nebuly-ai) +nebullvm: Plug and play modules to optimize the performances of your AI systems 🚀 +[https://www.nebuly.com/](https://www.nebuly.com/) +[https://github.com/nebuly-ai/nebullvm](https://github.com/nebuly-ai/nebullvm) +92 stars per week over 55 weeks +5,100 stars, 328 forks, 64 watches +created 2022-02-12, last commit 2023-03-03, main language Python +compiler, computing, deep-learning, edge-computing, gpu, huggingface, inference, machine-learning, neural-network, onnx, openvino, optimization, pypi, pytorch, quantization, tensorflow, tensorrt, transformers, tvm + + +### [celery](https://github.com/celery/celery) +celery: Distributed Task Queue (development branch) +[https://docs.celeryq.dev](https://docs.celeryq.dev) +[https://github.com/celery/celery](https://github.com/celery/celery) +29 stars per week over 723 weeks +21,040 stars, 4,442 forks, 475 watches +created 2009-04-24, last commit 2023-03-04, main language Python +amqp, python, python-library, python3, queue-tasks, queue-workers, queued-jobs, redis, redis-queue, sqs, sqs-queue, task-manager, task-runner, task-scheduler ### [pybind11](https://github.com/pybind/pybind11) by [pybind](https://github.com/pybind) pybind11: Seamless operability between C++11 and Python [https://pybind11.readthedocs.io/](https://pybind11.readthedocs.io/) [https://github.com/pybind/pybind11](https://github.com/pybind/pybind11) -30 stars per week over 399 weeks -12,290 stars, 1,777 forks, 245 watches +30 stars per week over 400 weeks +12,294 stars, 1,778 forks, 245 watches created 2015-07-05, last commit 2023-02-23, main language C++ bindings, python -### [dask](https://github.com/dask/dask) -dask: Parallel computing with task scheduling -[https://dask.org](https://dask.org) -[https://github.com/dask/dask](https://github.com/dask/dask) -25 stars per week over 425 weeks -10,772 stars, 1,598 forks, 216 watches -created 2015-01-04, last commit 2023-03-02, main language Python -dask, numpy, pandas, pydata, python, scikit-learn, scipy - - ### [modin](https://github.com/modin-project/modin) by [modin-project](https://github.com/modin-project) Modin: Scale your Pandas workflows by changing a single line of code [http://modin.readthedocs.io](http://modin.readthedocs.io) [https://github.com/modin-project/modin](https://github.com/modin-project/modin) 34 stars per week over 245 weeks -8,416 stars, 591 forks, 108 watches -created 2018-06-21, last commit 2023-03-02, main language Python +8,421 stars, 591 forks, 108 watches +created 2018-06-21, last commit 2023-03-03, main language Python analytics, data-science, dataframe, datascience, distributed, hacktoberfest, modin, pandas, python, sql @@ -70,59 +80,49 @@ numba: NumPy aware dynamic Python compiler using LLVM [http://numba.pydata.org/](http://numba.pydata.org/) [https://github.com/numba/numba](https://github.com/numba/numba) 14 stars per week over 573 weeks -8,319 stars, 1,004 forks, 207 watches -created 2012-03-08, last commit 2023-02-28, main language Python +8,326 stars, 1,004 forks, 207 watches +created 2012-03-08, last commit 2023-03-03, main language Python compiler, cuda, llvm, numpy, parallel, python -### [vaex](https://github.com/vaexio/vaex) by [vaexio](https://github.com/vaexio) -vaex: Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 -[https://vaex.io](https://vaex.io) -[https://github.com/vaexio/vaex](https://github.com/vaexio/vaex) -17 stars per week over 439 weeks -7,800 stars, 586 forks, 141 watches -created 2014-09-27, last commit 2022-12-08, main language Python -bigdata, data-science, dataframe, hdf5, machine-learning, machinelearning, memory-mapped-file, pyarrow, python, tabular-data, visualization - - ### [codon](https://github.com/exaloop/codon) by [exaloop](https://github.com/exaloop) codon: A high-performance, zero-overhead, extensible Python compiler using LLVM [https://docs.exaloop.io/codon](https://docs.exaloop.io/codon) [https://github.com/exaloop/codon](https://github.com/exaloop/codon) 76 stars per week over 74 weeks -5,691 stars, 191 forks, 48 watches +5,694 stars, 191 forks, 48 watches created 2021-09-27, last commit 2023-02-06, main language C++ compiler, gpu-programming, high-performance, llvm, parallel-programming, python -### [flower](https://github.com/mher/flower) by [mher](https://github.com/mher) -flower: Real-time monitor and web admin for Celery distributed task queue -[https://flower.readthedocs.io](https://flower.readthedocs.io) -[https://github.com/mher/flower](https://github.com/mher/flower) -10 stars per week over 555 weeks -5,581 stars, 1,000 forks, 143 watches -created 2012-07-08, last commit 2022-11-14, main language Python -administration, asynchronous, celery, monitoring, python, rabbitmq, redis, task-queue, workers - - ### [trio](https://github.com/python-trio/trio) by [python-trio](https://github.com/python-trio) Trio – a friendly Python library for async concurrency and I/O [https://trio.readthedocs.io](https://trio.readthedocs.io) [https://github.com/python-trio/trio](https://github.com/python-trio/trio) 16 stars per week over 319 weeks -5,194 stars, 294 forks, 88 watches -created 2017-01-16, last commit 2023-03-01, main language Python +5,199 stars, 294 forks, 88 watches +created 2017-01-16, last commit 2023-03-03, main language Python async, async-await, io, networking, python, structured-concurrency, trio -### [ipyparallel](https://github.com/ipython/ipyparallel) by [ipython](https://github.com/ipython) -ipyparallel: IPython Parallel: Interactive Parallel Computing in Python -[https://ipyparallel.readthedocs.io/](https://ipyparallel.readthedocs.io/) -[https://github.com/ipython/ipyparallel](https://github.com/ipython/ipyparallel) -5.73 stars per week over 412 weeks -2,361 stars, 959 forks, 120 watches -created 2015-04-09, last commit 2023-02-08, main language Jupyter Notebook -jupyter, parallel, python +### [vaex](https://github.com/vaexio/vaex) by [vaexio](https://github.com/vaexio) +vaex: Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 +[https://vaex.io](https://vaex.io) +[https://github.com/vaexio/vaex](https://github.com/vaexio/vaex) +17 stars per week over 440 weeks +7,812 stars, 586 forks, 141 watches +created 2014-09-27, last commit 2022-12-08, main language Python +bigdata, data-science, dataframe, hdf5, machine-learning, machinelearning, memory-mapped-file, pyarrow, python, tabular-data, visualization + + +### [distributed](https://github.com/dask/distributed) by [dask](https://github.com/dask) +distributed: A distributed task scheduler for Dask +[https://distributed.dask.org](https://distributed.dask.org) +[https://github.com/dask/distributed](https://github.com/dask/distributed) +3.7 stars per week over 390 weeks +1,444 stars, 677 forks, 58 watches +created 2015-09-13, last commit 2023-03-04, main language Python +dask, distributed-computing, hacktoberfest, pydata, python ### [h5py](https://github.com/h5py/h5py) @@ -130,18 +130,47 @@ h5py: HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 bi [http://www.h5py.org](http://www.h5py.org) [https://github.com/h5py/h5py](https://github.com/h5py/h5py) 3.36 stars per week over 545 weeks -1,832 stars, 490 forks, 55 watches -created 2012-09-21, last commit 2023-03-01, main language Python +1,833 stars, 491 forks, 55 watches +created 2012-09-21, last commit 2023-03-04, main language Python -### [distributed](https://github.com/dask/distributed) by [dask](https://github.com/dask) -distributed: A distributed task scheduler for Dask -[https://distributed.dask.org](https://distributed.dask.org) -[https://github.com/dask/distributed](https://github.com/dask/distributed) -3.71 stars per week over 389 weeks -1,444 stars, 676 forks, 58 watches -created 2015-09-13, last commit 2023-03-02, main language Python -dask, distributed-computing, hacktoberfest, pydata, python +### [pointers.py](https://github.com/zerointensity/pointers.py) by [zerointensity](https://github.com/zerointensity) +pointers.py: Bringing the hell of pointers to Python. +[https://pointers.zintensity.dev/](https://pointers.zintensity.dev/) +[https://github.com/zerointensity/pointers.py](https://github.com/zerointensity/pointers.py) +15 stars per week over 51 weeks +802 stars, 11 forks, 4 watches +created 2022-03-09, last commit 2023-02-14, main language Python +pointers, python, python-pointers + + +### [flower](https://github.com/mher/flower) by [mher](https://github.com/mher) +flower: Real-time monitor and web admin for Celery distributed task queue +[https://flower.readthedocs.io](https://flower.readthedocs.io) +[https://github.com/mher/flower](https://github.com/mher/flower) +10 stars per week over 556 weeks +5,581 stars, 1,001 forks, 143 watches +created 2012-07-08, last commit 2022-11-14, main language Python +administration, asynchronous, celery, monitoring, python, rabbitmq, redis, task-queue, workers + + +### [asyncer](https://github.com/tiangolo/asyncer) by [tiangolo](https://github.com/tiangolo) +Asyncer, async and await, focused on developer experience. +[https://asyncer.tiangolo.com/](https://asyncer.tiangolo.com/) +[https://github.com/tiangolo/asyncer](https://github.com/tiangolo/asyncer) +15 stars per week over 60 weeks +964 stars, 38 forks, 15 watches +created 2022-01-04, last commit 2023-02-21, main language Python +anyio, async, asyncio, python, trio + + +### [anyio](https://github.com/agronholm/anyio) by [agronholm](https://github.com/agronholm) +anyio: High level asynchronous concurrency and networking framework that works on top of either trio or asyncio +[https://github.com/agronholm/anyio](https://github.com/agronholm/anyio) +5.05 stars per week over 237 weeks +1,196 stars, 101 forks, 26 watches +created 2018-08-19, last commit 2023-03-03, main language Python +async-await, asyncio, curio, trio ### [asitop](https://github.com/tlkh/asitop) by [tlkh](https://github.com/tlkh) @@ -149,18 +178,29 @@ asitop: Perf monitoring CLI tool for Apple Silicon [https://tlkh.github.io/asitop/](https://tlkh.github.io/asitop/) [https://github.com/tlkh/asitop](https://github.com/tlkh/asitop) 19 stars per week over 70 weeks -1,362 stars, 81 forks, 20 watches +1,366 stars, 81 forks, 19 watches created 2021-10-27, last commit 2023-01-24, main language Python apple-silicon, cli, cpu, gpu, m1, macos -### [anyio](https://github.com/agronholm/anyio) by [agronholm](https://github.com/agronholm) -anyio: High level asynchronous concurrency and networking framework that works on top of either trio or asyncio -[https://github.com/agronholm/anyio](https://github.com/agronholm/anyio) -5.05 stars per week over 236 weeks -1,195 stars, 101 forks, 26 watches -created 2018-08-19, last commit 2023-02-23, main language Python -async-await, asyncio, curio, trio +### [ipyparallel](https://github.com/ipython/ipyparallel) by [ipython](https://github.com/ipython) +ipyparallel: IPython Parallel: Interactive Parallel Computing in Python +[https://ipyparallel.readthedocs.io/](https://ipyparallel.readthedocs.io/) +[https://github.com/ipython/ipyparallel](https://github.com/ipython/ipyparallel) +5.72 stars per week over 412 weeks +2,361 stars, 959 forks, 120 watches +created 2015-04-09, last commit 2023-02-08, main language Jupyter Notebook +jupyter, parallel, python + + +### [scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) by [intel](https://github.com/intel) +scikit-learn-intelex: Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application +[https://intel.github.io/scikit-learn-intelex/](https://intel.github.io/scikit-learn-intelex/) +[https://github.com/intel/scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) +3.78 stars per week over 238 weeks +902 stars, 148 forks, 28 watches +created 2018-08-07, last commit 2023-03-03, main language Python +ai-inference, ai-machine-learning, ai-training, analytics, big-data, data-analysis, gpu, intel, machine-learning, machine-learning-algorithms, oneapi, python, scikit-learn, swrepo ### [eventlet](https://github.com/eventlet/eventlet) @@ -168,7 +208,7 @@ eventlet: Concurrent networking library for Python [https://eventlet.net](https://eventlet.net) [https://github.com/eventlet/eventlet](https://github.com/eventlet/eventlet) 2.17 stars per week over 533 weeks -1,159 stars, 299 forks, 63 watches +1,160 stars, 299 forks, 63 watches created 2012-12-11, last commit 2023-03-01, main language Python c10k, concurrency, greenlet, network, production-ready, python @@ -176,67 +216,11 @@ created 2012-12-11, last commit 2023-03-01, main language Python ### [pycom](https://github.com/omyyyy/pycom) by [omyyyy](https://github.com/omyyyy) pycom: A Python compiler, down to native code, using C++ [https://github.com/omyyyy/pycom](https://github.com/omyyyy/pycom) -33 stars per week over 32 weeks +33 stars per week over 33 weeks 1,100 stars, 21 forks, 17 watches created 2022-07-16, last commit 2022-08-31, main language C++ -### [pympler](https://github.com/pympler/pympler) -pympler: Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. -[https://github.com/pympler/pympler](https://github.com/pympler/pympler) -1.87 stars per week over 543 weeks -1,015 stars, 83 forks, 10 watches -created 2012-10-04, last commit 2022-07-24, main language Python - - -### [asyncer](https://github.com/tiangolo/asyncer) by [tiangolo](https://github.com/tiangolo) -Asyncer, async and await, focused on developer experience. -[https://asyncer.tiangolo.com/](https://asyncer.tiangolo.com/) -[https://github.com/tiangolo/asyncer](https://github.com/tiangolo/asyncer) -15 stars per week over 60 weeks -963 stars, 38 forks, 15 watches -created 2022-01-04, last commit 2023-02-21, main language Python -anyio, async, asyncio, python, trio - - -### [scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) by [intel](https://github.com/intel) -scikit-learn-intelex: Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application -[https://intel.github.io/scikit-learn-intelex/](https://intel.github.io/scikit-learn-intelex/) -[https://github.com/intel/scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex) -3.78 stars per week over 238 weeks -902 stars, 147 forks, 28 watches -created 2018-08-07, last commit 2023-03-01, main language Python -ai-inference, ai-machine-learning, ai-training, analytics, big-data, data-analysis, gpu, intel, machine-learning, machine-learning-algorithms, oneapi, python, scikit-learn, swrepo - - -### [faster-cpython](https://github.com/markshannon/faster-cpython) by [markshannon](https://github.com/markshannon) -faster-cpython: How to make CPython faster. -[https://github.com/markshannon/faster-cpython](https://github.com/markshannon/faster-cpython) -7.29 stars per week over 123 weeks -901 stars, 21 forks, 84 watches -created 2020-10-19, last commit 2020-10-28, main language None - - -### [pointers.py](https://github.com/zerointensity/pointers.py) by [zerointensity](https://github.com/zerointensity) -pointers.py: Bringing the hell of pointers to Python. -[https://pointers.zintensity.dev/](https://pointers.zintensity.dev/) -[https://github.com/zerointensity/pointers.py](https://github.com/zerointensity/pointers.py) -15 stars per week over 51 weeks -802 stars, 11 forks, 4 watches -created 2022-03-09, last commit 2023-02-14, main language Python -pointers, python, python-pointers - - -### [py-frameworks-bench](https://github.com/klen/py-frameworks-bench) by [klen](https://github.com/klen) -py-frameworks-bench: Another benchmark for some python frameworks -[https://klen.github.io/py-frameworks-bench/](https://klen.github.io/py-frameworks-bench/) -[https://github.com/klen/py-frameworks-bench](https://github.com/klen/py-frameworks-bench) -1.67 stars per week over 409 weeks -684 stars, 80 forks, 27 watches -created 2015-04-30, last commit 2022-03-14, main language Python -benchmark, python-frameworks - - ### [specialist](https://github.com/brandtbucher/specialist) by [brandtbucher](https://github.com/brandtbucher) specialist: Visualize CPython 3.11's specializing, adaptive interpreter. :fire: [https://github.com/brandtbucher/specialist](https://github.com/brandtbucher/specialist) @@ -255,6 +239,16 @@ created 2015-12-25, last commit 2023-03-02, main language Python multiprocessing-library, python +### [python-blosc](https://github.com/blosc/python-blosc) by [blosc](https://github.com/blosc) +python-blosc: A Python wrapper for the extremely fast Blosc compression library +[https://www.blosc.org/python-blosc/python-blosc.html](https://www.blosc.org/python-blosc/python-blosc.html) +[https://github.com/blosc/python-blosc](https://github.com/blosc/python-blosc) +0.51 stars per week over 648 weeks +329 stars, 75 forks, 14 watches +created 2010-09-30, last commit 2023-03-02, main language Python +blosc, compression, python, wrapper + + ### [pebble](https://github.com/noxdafox/pebble) by [noxdafox](https://github.com/noxdafox) pebble: Multi threading and processing eye-candy. [https://github.com/noxdafox/pebble](https://github.com/noxdafox/pebble) @@ -264,26 +258,42 @@ created 2013-10-16, last commit 2023-03-01, main language Python asyncio, decorators, multiprocessing, pool, python, threading -### [python-blosc](https://github.com/blosc/python-blosc) by [blosc](https://github.com/blosc) -python-blosc: A Python wrapper for the extremely fast Blosc compression library -[https://www.blosc.org/python-blosc/python-blosc.html](https://www.blosc.org/python-blosc/python-blosc.html) -[https://github.com/blosc/python-blosc](https://github.com/blosc/python-blosc) -0.51 stars per week over 648 weeks -329 stars, 75 forks, 14 watches -created 2010-09-30, last commit 2023-03-02, main language Python -blosc, compression, python, wrapper +### [pympler](https://github.com/pympler/pympler) +pympler: Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. +[https://github.com/pympler/pympler](https://github.com/pympler/pympler) +1.87 stars per week over 543 weeks +1,018 stars, 83 forks, 10 watches +created 2012-10-04, last commit 2022-07-24, main language Python + + +### [py-frameworks-bench](https://github.com/klen/py-frameworks-bench) by [klen](https://github.com/klen) +py-frameworks-bench: Another benchmark for some python frameworks +[https://klen.github.io/py-frameworks-bench/](https://klen.github.io/py-frameworks-bench/) +[https://github.com/klen/py-frameworks-bench](https://github.com/klen/py-frameworks-bench) +1.67 stars per week over 409 weeks +684 stars, 80 forks, 27 watches +created 2015-04-30, last commit 2022-03-14, main language Python +benchmark, python-frameworks + + +### [faster-cpython](https://github.com/markshannon/faster-cpython) by [markshannon](https://github.com/markshannon) +faster-cpython: How to make CPython faster. +[https://github.com/markshannon/faster-cpython](https://github.com/markshannon/faster-cpython) +7.27 stars per week over 123 weeks +901 stars, 21 forks, 84 watches +created 2020-10-19, last commit 2020-10-28, main language None ### [tf-metal-experiments](https://github.com/tlkh/tf-metal-experiments) by [tlkh](https://github.com/tlkh) tf-metal-experiments: TensorFlow Metal Backend on Apple Silicon Experiments (just for fun) [https://github.com/tlkh/tf-metal-experiments](https://github.com/tlkh/tf-metal-experiments) -2.74 stars per week over 70 weeks -193 stars, 19 forks, 11 watches +2.73 stars per week over 70 weeks +193 stars, 20 forks, 11 watches created 2021-10-26, last commit 2021-11-15, main language Jupyter Notebook benchmark, bert, deep-learning, gpu, m1, m1-max, tensorflow -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/profiling.md b/categories/profiling.md index 6b23ee0..3fe1e50 100644 --- a/categories/profiling.md +++ b/categories/profiling.md @@ -9,28 +9,56 @@ Checkout the interactive version that you can filter and sort: Memray is a memory profiler for Python [https://bloomberg.github.io/memray/](https://bloomberg.github.io/memray/) [https://github.com/bloomberg/memray](https://github.com/bloomberg/memray) -217 stars per week over 47 weeks -10,199 stars, 283 forks, 53 watches +215 stars per week over 47 weeks +10,203 stars, 283 forks, 53 watches created 2022-04-08, last commit 2023-02-27, main language Python hacktoberfest, memory, memory-leak, memory-leak-detection, memory-profiler, profiler, python, python3 +### [scalene](https://github.com/plasma-umass/scalene) by [plasma-umass](https://github.com/plasma-umass) +Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals +[https://github.com/plasma-umass/scalene](https://github.com/plasma-umass/scalene) +44 stars per week over 167 weeks +7,426 stars, 247 forks, 72 watches +created 2019-12-17, last commit 2023-02-27, main language JavaScript +cpu, cpu-profiling, gpu, gpu-programming, memory-allocation, memory-consumption, performance-analysis, performance-cpu, profiler, profiles-memory, profiling, python, python-profilers, scalene + + +### [viztracer](https://github.com/gaogaotiantian/viztracer) by [gaogaotiantian](https://github.com/gaogaotiantian) +VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution. +[https://viztracer.readthedocs.io/](https://viztracer.readthedocs.io/) +[https://github.com/gaogaotiantian/viztracer](https://github.com/gaogaotiantian/viztracer) +22 stars per week over 134 weeks +3,060 stars, 293 forks, 40 watches +created 2020-08-05, last commit 2023-02-17, main language Python +debugging, flamegraph, logging, profiling, python, python3, tracer, visualization + + ### [py-spy](https://github.com/benfred/py-spy) by [benfred](https://github.com/benfred) py-spy: Sampling profiler for Python programs [https://github.com/benfred/py-spy](https://github.com/benfred/py-spy) 40 stars per week over 239 weeks -9,793 stars, 346 forks, 111 watches +9,796 stars, 347 forks, 111 watches created 2018-08-01, last commit 2022-12-09, main language Rust performance-analysis, profiler, profiling, python -### [scalene](https://github.com/plasma-umass/scalene) by [plasma-umass](https://github.com/plasma-umass) -Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals -[https://github.com/plasma-umass/scalene](https://github.com/plasma-umass/scalene) -44 stars per week over 167 weeks -7,422 stars, 247 forks, 72 watches -created 2019-12-17, last commit 2023-02-27, main language JavaScript -cpu, cpu-profiling, gpu, gpu-programming, memory-allocation, memory-consumption, performance-analysis, performance-cpu, profiler, profiles-memory, profiling, python, python-profilers, scalene +### [reloadium](https://github.com/reloadware/reloadium) by [reloadware](https://github.com/reloadware) +reloadium: Advanced Hot Reloading & Profiling for Python +[https://reloadium.io](https://reloadium.io) +[https://github.com/reloadware/reloadium](https://github.com/reloadware/reloadium) +37 stars per week over 59 weeks +2,228 stars, 39 forks, 24 watches +created 2022-01-15, last commit 2023-02-27, main language Python +django, edit-and-continue, flask, hot-reload, hot-reloading, pandas, python, python3 + + +### [line_profiler](https://github.com/pyutils/line_profiler) by [pyutils](https://github.com/pyutils) +line_profiler: Line-by-line profiling for Python +[https://github.com/pyutils/line_profiler](https://github.com/pyutils/line_profiler) +9.98 stars per week over 168 weeks +1,684 stars, 97 forks, 16 watches +created 2019-12-10, last commit 2023-03-04, main language Cython ### [pyinstrument](https://github.com/joerick/pyinstrument) by [joerick](https://github.com/joerick) @@ -38,7 +66,7 @@ pyinstrument: 🚴 Call stack profiler for Python. Shows you why your code is s [https://pyinstrument.readthedocs.io/](https://pyinstrument.readthedocs.io/) [https://github.com/joerick/pyinstrument](https://github.com/joerick/pyinstrument) 10 stars per week over 468 weeks -5,141 stars, 220 forks, 55 watches +5,144 stars, 220 forks, 55 watches created 2014-03-13, last commit 2022-12-27, main language Python async, django, performance, profile, profiler, python @@ -48,28 +76,27 @@ memory_profiler: Monitor Memory usage of Python code [http://pypi.python.org/pypi/memory_profiler](http://pypi.python.org/pypi/memory_profiler) [https://github.com/pythonprofilers/memory_profiler](https://github.com/pythonprofilers/memory_profiler) 6.37 stars per week over 594 weeks -3,786 stars, 366 forks, 76 watches +3,788 stars, 366 forks, 76 watches created 2011-10-14, last commit 2022-12-06, main language Python -### [viztracer](https://github.com/gaogaotiantian/viztracer) by [gaogaotiantian](https://github.com/gaogaotiantian) -VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution. -[https://viztracer.readthedocs.io/](https://viztracer.readthedocs.io/) -[https://github.com/gaogaotiantian/viztracer](https://github.com/gaogaotiantian/viztracer) -22 stars per week over 134 weeks -3,053 stars, 291 forks, 40 watches -created 2020-08-05, last commit 2023-02-17, main language Python -debugging, flamegraph, logging, profiling, python, python3, tracer, visualization +### [filprofiler](https://github.com/pythonspeed/filprofiler) by [pythonspeed](https://github.com/pythonspeed) +filprofiler: A Python memory profiler for data processing and scientific computing applications +[https://pythonspeed.com/products/filmemoryprofiler/](https://pythonspeed.com/products/filmemoryprofiler/) +[https://github.com/pythonspeed/filprofiler](https://github.com/pythonspeed/filprofiler) +5.13 stars per week over 141 weeks +726 stars, 20 forks, 9 watches +created 2020-06-18, last commit 2023-03-01, main language Rust +memory, memory-, memory-leak, memory-leak-detection, memory-leak-finder, memory-leaks, memory-profiler, memory-profiling, python -### [reloadium](https://github.com/reloadware/reloadium) by [reloadware](https://github.com/reloadware) -reloadium: Advanced Hot Reloading & Profiling for Python -[https://reloadium.io](https://reloadium.io) -[https://github.com/reloadware/reloadium](https://github.com/reloadware/reloadium) -37 stars per week over 58 weeks -2,224 stars, 39 forks, 24 watches -created 2022-01-15, last commit 2023-02-27, main language Python -django, edit-and-continue, flask, hot-reload, hot-reloading, pandas, python, python3 +### [austin](https://github.com/p403n1x87/austin) by [p403n1x87](https://github.com/p403n1x87) +austin: Python frame stack sampler for CPython +[https://github.com/p403n1x87/austin](https://github.com/p403n1x87/austin) +4.83 stars per week over 232 weeks +1,123 stars, 37 forks, 14 watches +created 2018-09-20, last commit 2023-02-21, main language C +debugging-tools, performance, profiling, python ### [snakeviz](https://github.com/jiffyclub/snakeviz) by [jiffyclub](https://github.com/jiffyclub) @@ -81,60 +108,33 @@ snakeviz: An in-browser Python profile viewer created 2012-06-26, last commit 2023-02-17, main language Python -### [line_profiler](https://github.com/pyutils/line_profiler) by [pyutils](https://github.com/pyutils) -line_profiler: Line-by-line profiling for Python -[https://github.com/pyutils/line_profiler](https://github.com/pyutils/line_profiler) -9.97 stars per week over 168 weeks -1,680 stars, 97 forks, 16 watches -created 2019-12-10, last commit 2022-12-09, main language Cython - - -### [austin](https://github.com/p403n1x87/austin) by [p403n1x87](https://github.com/p403n1x87) -austin: Python frame stack sampler for CPython -[https://github.com/p403n1x87/austin](https://github.com/p403n1x87/austin) -4.83 stars per week over 232 weeks -1,121 stars, 37 forks, 14 watches -created 2018-09-20, last commit 2023-02-21, main language C -debugging-tools, performance, profiling, python - - ### [yappi](https://github.com/sumerc/yappi) by [sumerc](https://github.com/sumerc) yappi: Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware. [https://github.com/sumerc/yappi](https://github.com/sumerc/yappi) 1.54 stars per week over 699 weeks -1,077 stars, 58 forks, 13 watches +1,078 stars, 58 forks, 13 watches created 2009-10-07, last commit 2022-11-25, main language Python asgi, asynchronous, asyncio, coroutine, cpu, gevent, greenlet, multi-threaded-applications, multithreading, performance, profile, profilers, python, thread -### [pyheat](https://github.com/csurfer/pyheat) by [csurfer](https://github.com/csurfer) -pyheat: pprofile + matplotlib = Python program profiled as an awesome heatmap! -[https://github.com/csurfer/pyheat](https://github.com/csurfer/pyheat) -2.34 stars per week over 316 weeks -741 stars, 40 forks, 13 watches -created 2017-02-04, last commit 2021-09-18, main language Python -heatmap, matplotlib, profiling, python - - -### [filprofiler](https://github.com/pythonspeed/filprofiler) by [pythonspeed](https://github.com/pythonspeed) -filprofiler: A Python memory profiler for data processing and scientific computing applications -[https://pythonspeed.com/products/filmemoryprofiler/](https://pythonspeed.com/products/filmemoryprofiler/) -[https://github.com/pythonspeed/filprofiler](https://github.com/pythonspeed/filprofiler) -5.13 stars per week over 141 weeks -724 stars, 20 forks, 9 watches -created 2020-06-18, last commit 2023-03-01, main language Rust -memory, memory-, memory-leak, memory-leak-detection, memory-leak-finder, memory-leaks, memory-profiler, memory-profiling, python - - ### [torchnnprofiler](https://github.com/kshitij12345/torchnnprofiler) by [kshitij12345](https://github.com/kshitij12345) torchnnprofiler: Context Manager to profile the forward and backward times of PyTorch's nn.Module [https://github.com/kshitij12345/torchnnprofiler](https://github.com/kshitij12345/torchnnprofiler) -3.98 stars per week over 18 weeks +3.92 stars per week over 19 weeks 75 stars, 3 forks, 4 watches created 2022-10-22, last commit 2022-11-02, main language Python -This file was automatically generated on 2023-03-03. +### [pyheat](https://github.com/csurfer/pyheat) by [csurfer](https://github.com/csurfer) +pyheat: pprofile + matplotlib = Python program profiled as an awesome heatmap! +[https://github.com/csurfer/pyheat](https://github.com/csurfer/pyheat) +2.33 stars per week over 317 weeks +740 stars, 40 forks, 13 watches +created 2017-02-04, last commit 2021-09-18, main language Python +heatmap, matplotlib, profiling, python + + +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/security.md b/categories/security.md index 9ba7462..ecef5b4 100644 --- a/categories/security.md +++ b/categories/security.md @@ -5,23 +5,32 @@ Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) +### [trivy](https://github.com/aquasecurity/trivy) by [aquasecurity](https://github.com/aquasecurity) +trivy: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more +[https://aquasecurity.github.io/trivy](https://aquasecurity.github.io/trivy) +[https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) +80 stars per week over 203 weeks +16,441 stars, 1,597 forks, 154 watches +created 2019-04-11, last commit 2023-03-03, main language Go +containers, devsecops, docker, go, golang, hacktoberfest, iac, infrastructure-as-code, kubernetes, misconfiguration, security, security-tools, vulnerability, vulnerability-detection, vulnerability-scanners + + ### [certbot](https://github.com/certbot/certbot) Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. [https://github.com/certbot/certbot](https://github.com/certbot/certbot) 68 stars per week over 433 weeks -29,681 stars, 3,332 forks, 762 watches +29,683 stars, 3,332 forks, 762 watches created 2014-11-12, last commit 2023-03-02, main language Python acme, acme-client, certbot, certificate, letsencrypt, python -### [trivy](https://github.com/aquasecurity/trivy) by [aquasecurity](https://github.com/aquasecurity) -trivy: Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more -[https://aquasecurity.github.io/trivy](https://aquasecurity.github.io/trivy) -[https://github.com/aquasecurity/trivy](https://github.com/aquasecurity/trivy) -80 stars per week over 203 weeks -16,423 stars, 1,596 forks, 155 watches -created 2019-04-11, last commit 2023-03-02, main language Go -containers, devsecops, docker, go, golang, hacktoberfest, iac, infrastructure-as-code, kubernetes, misconfiguration, security, security-tools, vulnerability, vulnerability-detection, vulnerability-scanners +### [maltrail](https://github.com/stamparm/maltrail) by [stamparm](https://github.com/stamparm) +maltrail: Malicious traffic detection system +[https://github.com/stamparm/maltrail](https://github.com/stamparm/maltrail) +11 stars per week over 430 weeks +4,992 stars, 937 forks, 216 watches +created 2014-12-04, last commit 2023-03-04, main language Python +attack-detection, intrusion-detection, malware, network-monitoring, python, security, sensor ### [bandit](https://github.com/pycqa/bandit) by [pycqa](https://github.com/pycqa) @@ -29,18 +38,19 @@ Bandit is a tool designed to find common security issues in Python code. [https://bandit.readthedocs.io](https://bandit.readthedocs.io) [https://github.com/pycqa/bandit](https://github.com/pycqa/bandit) 19 stars per week over 253 weeks -4,999 stars, 510 forks, 65 watches +5,002 stars, 510 forks, 65 watches created 2018-04-26, last commit 2023-03-02, main language Python bandit, linter, python, security, security-scanner, security-tools, static-code-analysis -### [maltrail](https://github.com/stamparm/maltrail) by [stamparm](https://github.com/stamparm) -maltrail: Malicious traffic detection system -[https://github.com/stamparm/maltrail](https://github.com/stamparm/maltrail) -11 stars per week over 430 weeks -4,991 stars, 936 forks, 216 watches -created 2014-12-04, last commit 2023-03-02, main language Python -attack-detection, intrusion-detection, malware, network-monitoring, python, security, sensor +### [pip-audit](https://github.com/trailofbits/pip-audit) by [trailofbits](https://github.com/trailofbits) +pip-audit: Audits Python environments and dependency trees for known vulnerabilities +[https://pypi.org/project/pip-audit/](https://pypi.org/project/pip-audit/) +[https://github.com/trailofbits/pip-audit](https://github.com/trailofbits/pip-audit) +9.66 stars per week over 78 weeks +758 stars, 49 forks, 20 watches +created 2021-09-02, last commit 2023-02-24, main language Python +pip, python, security, security-audit, supply-chain ### [safety](https://github.com/pyupio/safety) by [pyupio](https://github.com/pyupio) @@ -53,14 +63,14 @@ created 2016-10-19, last commit 2023-02-26, main language Python python, security, security-vulnerability, travis, vulnerability-detection, vulnerability-scanners -### [pip-audit](https://github.com/trailofbits/pip-audit) by [trailofbits](https://github.com/trailofbits) -pip-audit: Audits Python environments and dependency trees for known vulnerabilities -[https://pypi.org/project/pip-audit/](https://pypi.org/project/pip-audit/) -[https://github.com/trailofbits/pip-audit](https://github.com/trailofbits/pip-audit) -9.69 stars per week over 78 weeks -757 stars, 49 forks, 20 watches -created 2021-09-02, last commit 2023-02-24, main language Python -pip, python, security, security-audit, supply-chain +### [pysnyk](https://github.com/snyk-labs/pysnyk) by [snyk-labs](https://github.com/snyk-labs) +pysnyk: A Python client for the Snyk API. +[https://snyk.docs.apiary.io/](https://snyk.docs.apiary.io/) +[https://github.com/snyk-labs/pysnyk](https://github.com/snyk-labs/pysnyk) +0.25 stars per week over 213 weeks +53 stars, 95 forks, 10 watches +created 2019-02-03, last commit 2023-01-20, main language Python +api, python, snyk ### [jake](https://github.com/sonatype-nexus-community/jake) by [sonatype-nexus-community](https://github.com/sonatype-nexus-community) @@ -76,22 +86,12 @@ created 2019-10-10, last commit 2023-02-22, main language Python ### [repository-scanner](https://github.com/abnamro/repository-scanner) by [abnamro](https://github.com/abnamro) repository-scanner: Tool to detect secrets in source code management systems. [https://github.com/abnamro/repository-scanner](https://github.com/abnamro/repository-scanner) -2.31 stars per week over 25 weeks +2.28 stars per week over 25 weeks 58 stars, 3 forks, 6 watches -created 2022-09-08, last commit 2023-02-28, main language Python - - -### [pysnyk](https://github.com/snyk-labs/pysnyk) by [snyk-labs](https://github.com/snyk-labs) -pysnyk: A Python client for the Snyk API. -[https://snyk.docs.apiary.io/](https://snyk.docs.apiary.io/) -[https://github.com/snyk-labs/pysnyk](https://github.com/snyk-labs/pysnyk) -0.25 stars per week over 212 weeks -53 stars, 95 forks, 10 watches -created 2019-02-03, last commit 2023-01-20, main language Python -api, python, snyk +created 2022-09-08, last commit 2023-03-03, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/sim.md b/categories/sim.md index 6175cfe..6a4565a 100644 --- a/categories/sim.md +++ b/categories/sim.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 31 curated sim Python libraries and frameworks ordered by stars. +A selection of 36 curated sim Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -10,18 +10,38 @@ gym: A toolkit for developing and comparing reinforcement learning algorithms. [https://www.gymlibrary.dev](https://www.gymlibrary.dev) [https://github.com/openai/gym](https://github.com/openai/gym) 84 stars per week over 357 weeks -30,205 stars, 8,252 forks, 1,010 watches +30,229 stars, 8,260 forks, 1,010 watches created 2016-04-27, last commit 2023-01-30, main language Python -### [PythonRobotics](https://github.com/atsushisakai/pythonrobotics) by [atsushisakai](https://github.com/atsushisakai) -PythonRobotics: Python sample codes for robotics algorithms. -[https://atsushisakai.github.io/PythonRobotics/](https://atsushisakai.github.io/PythonRobotics/) -[https://github.com/atsushisakai/pythonrobotics](https://github.com/atsushisakai/pythonrobotics) -48 stars per week over 362 weeks -17,642 stars, 5,544 forks, 505 watches -created 2016-03-21, last commit 2023-02-21, main language Python -algorithm, animation, autonomous-driving, autonomous-navigation, autonomous-vehicles, control, cvxpy, ekf, hacktoberfest, localization, mapping, path-planning, python, robot, robotics, slam +### [Gymnasium](https://github.com/farama-foundation/gymnasium) by [farama-foundation](https://github.com/farama-foundation) +Gymnasium: A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym) +[https://gymnasium.farama.org](https://gymnasium.farama.org) +[https://github.com/farama-foundation/gymnasium](https://github.com/farama-foundation/gymnasium) +64 stars per week over 25 weeks +1,651 stars, 189 forks, 18 watches +created 2022-09-08, last commit 2023-03-03, main language Python +api, gym, reinforcement-learning + + +### [astropy](https://github.com/astropy/astropy) +astropy: Astronomy and astrophysics core library +[https://www.astropy.org](https://www.astropy.org) +[https://github.com/astropy/astropy](https://github.com/astropy/astropy) +6.09 stars per week over 606 weeks +3,692 stars, 1,570 forks, 137 watches +created 2011-07-21, last commit 2023-03-03, main language Python +astronomy, astrophysics, astropy, python, science + + +### [Open3D](https://github.com/isl-org/open3d) by [isl-org](https://github.com/isl-org) +Open3D: A Modern Library for 3D Data Processing +[http://www.open3d.org](http://www.open3d.org) +[https://github.com/isl-org/open3d](https://github.com/isl-org/open3d) +25 stars per week over 326 weeks +8,184 stars, 1,899 forks, 172 watches +created 2016-12-02, last commit 2023-03-04, main language C++ +3d, 3d-perception, arm, computer-graphics, cpp, cuda, gpu, gui, machine-learning, mesh-processing, odometry, opengl, pointcloud, python, pytorch, reconstruction, registration, rendering, tensorflow, visualization ### [ml-agents](https://github.com/unity-technologies/ml-agents) by [unity-technologies](https://github.com/unity-technologies) @@ -29,37 +49,27 @@ ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-sour [https://unity.com/products/machine-learning-agents](https://unity.com/products/machine-learning-agents) [https://github.com/unity-technologies/ml-agents](https://github.com/unity-technologies/ml-agents) 49 stars per week over 286 weeks -14,200 stars, 3,737 forks, 548 watches +14,208 stars, 3,738 forks, 548 watches created 2017-09-08, last commit 2023-01-25, main language C# deep-learning, deep-reinforcement-learning, machine-learning, neural-networks, reinforcement-learning, unity, unity3d -### [bullet3](https://github.com/bulletphysics/bullet3) by [bulletphysics](https://github.com/bulletphysics) -bullet3: Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. -[http://bulletphysics.org](http://bulletphysics.org) -[https://github.com/bulletphysics/bullet3](https://github.com/bulletphysics/bullet3) -16 stars per week over 620 weeks -10,298 stars, 2,667 forks, 403 watches -created 2011-04-12, last commit 2023-02-24, main language C++ -computer-animation, game-development, kinematics, pybullet, reinforcement-learning, robotics, simulation, simulator, virtual-reality - - -### [Open3D](https://github.com/isl-org/open3d) by [isl-org](https://github.com/isl-org) -Open3D: A Modern Library for 3D Data Processing -[http://www.open3d.org](http://www.open3d.org) -[https://github.com/isl-org/open3d](https://github.com/isl-org/open3d) -25 stars per week over 326 weeks -8,172 stars, 1,897 forks, 172 watches -created 2016-12-02, last commit 2023-03-01, main language C++ -3d, 3d-perception, arm, computer-graphics, cpp, cuda, gpu, gui, machine-learning, mesh-processing, odometry, opengl, pointcloud, python, pytorch, reconstruction, registration, rendering, tensorflow, visualization +### [PythonRobotics](https://github.com/atsushisakai/pythonrobotics) by [atsushisakai](https://github.com/atsushisakai) +PythonRobotics: Python sample codes for robotics algorithms. +[https://atsushisakai.github.io/PythonRobotics/](https://atsushisakai.github.io/PythonRobotics/) +[https://github.com/atsushisakai/pythonrobotics](https://github.com/atsushisakai/pythonrobotics) +48 stars per week over 362 weeks +17,654 stars, 5,545 forks, 505 watches +created 2016-03-21, last commit 2023-02-21, main language Python +algorithm, animation, autonomous-driving, autonomous-navigation, autonomous-vehicles, control, cvxpy, ekf, hacktoberfest, localization, mapping, path-planning, python, robot, robotics, slam ### [Cirq](https://github.com/quantumlib/cirq) by [quantumlib](https://github.com/quantumlib) Cirq: A python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits. [https://github.com/quantumlib/cirq](https://github.com/quantumlib/cirq) 13 stars per week over 272 weeks -3,673 stars, 834 forks, 176 watches -created 2017-12-14, last commit 2023-03-02, main language Python +3,673 stars, 834 forks, 177 watches +created 2017-12-14, last commit 2023-03-03, main language Python cirq, nisq, quantum-algorithms, quantum-circuits, quantum-computing @@ -68,26 +78,28 @@ Qiskit is an open-source SDK for working with quantum computers at the level of [https://qiskit.org](https://qiskit.org) [https://github.com/qiskit/qiskit](https://github.com/qiskit/qiskit) 13 stars per week over 220 weeks -2,912 stars, 777 forks, 97 watches +2,913 stars, 778 forks, 97 watches created 2018-12-12, last commit 2023-03-02, main language OpenQASM documentation, qiskit, quantum-computing, quantum-programming-language -### [mujoco-py](https://github.com/openai/mujoco-py) by [openai](https://github.com/openai) -mujoco-py: MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3. -[https://github.com/openai/mujoco-py](https://github.com/openai/mujoco-py) -6.69 stars per week over 357 weeks -2,394 stars, 740 forks, 167 watches -created 2016-04-24, last commit 2022-11-17, main language Cython +### [bullet3](https://github.com/bulletphysics/bullet3) by [bulletphysics](https://github.com/bulletphysics) +bullet3: Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc. +[http://bulletphysics.org](http://bulletphysics.org) +[https://github.com/bulletphysics/bullet3](https://github.com/bulletphysics/bullet3) +16 stars per week over 620 weeks +10,303 stars, 2,668 forks, 403 watches +created 2011-04-12, last commit 2023-02-24, main language C++ +computer-animation, game-development, kinematics, pybullet, reinforcement-learning, robotics, simulation, simulator, virtual-reality -### [mesa](https://github.com/projectmesa/mesa) by [projectmesa](https://github.com/projectmesa) -Mesa is an agent-based modeling framework in Python -[https://github.com/projectmesa/mesa](https://github.com/projectmesa/mesa) -4.13 stars per week over 441 weeks -1,820 stars, 757 forks, 89 watches -created 2014-09-19, last commit 2023-02-10, main language Python -agent-based-modeling, agent-based-simulation, complex-systems, complexity-analysis, gis, mesa, modeling-agents, simulation, simulation-environment, simulation-framework, spatial-models +### [brax](https://github.com/google/brax) by [google](https://github.com/google) +brax: Massively parallel rigidbody physics simulation on accelerator hardware. +[https://github.com/google/brax](https://github.com/google/brax) +16 stars per week over 91 weeks +1,552 stars, 162 forks, 37 watches +created 2021-06-02, last commit 2023-02-09, main language Jupyter Notebook +jax, physics-simulation, reinforcement-learning, robotics ### [PettingZoo](https://github.com/pettingzoo-team/pettingzoo) by [pettingzoo-team](https://github.com/pettingzoo-team) @@ -95,65 +107,73 @@ PettingZoo: A standard API for multi-agent reinforcement learning environments, [https://pettingzoo.farama.org](https://pettingzoo.farama.org) [https://github.com/pettingzoo-team/pettingzoo](https://github.com/pettingzoo-team/pettingzoo) 10 stars per week over 162 weeks -1,684 stars, 271 forks, 19 watches -created 2020-01-20, last commit 2023-03-01, main language Python +1,687 stars, 274 forks, 19 watches +created 2020-01-20, last commit 2023-03-04, main language Python api, gym, gymnasium, multi-agent-reinforcement-learning, reinforcement-learning -### [Gymnasium](https://github.com/farama-foundation/gymnasium) by [farama-foundation](https://github.com/farama-foundation) -Gymnasium: A standard API for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym) -[https://gymnasium.farama.org](https://gymnasium.farama.org) -[https://github.com/farama-foundation/gymnasium](https://github.com/farama-foundation/gymnasium) -64 stars per week over 25 weeks -1,628 stars, 186 forks, 18 watches -created 2022-09-08, last commit 2023-02-25, main language Python -api, gym, reinforcement-learning - - ### [QuantEcon.py](https://github.com/quantecon/quantecon.py) by [quantecon](https://github.com/quantecon) QuantEcon.py: A community based Python library for quantitative economics [https://quantecon.org/quantecon-py/](https://quantecon.org/quantecon-py/) [https://github.com/quantecon/quantecon.py](https://github.com/quantecon/quantecon.py) 3.1 stars per week over 519 weeks -1,611 stars, 2,146 forks, 147 watches +1,611 stars, 2,147 forks, 147 watches created 2013-03-22, last commit 2023-02-24, main language Python -### [brax](https://github.com/google/brax) by [google](https://github.com/google) -brax: Massively parallel rigidbody physics simulation on accelerator hardware. -[https://github.com/google/brax](https://github.com/google/brax) -16 stars per week over 91 weeks -1,551 stars, 162 forks, 37 watches -created 2021-06-02, last commit 2023-02-09, main language Jupyter Notebook -jax, physics-simulation, reinforcement-learning, robotics +### [mesa](https://github.com/projectmesa/mesa) by [projectmesa](https://github.com/projectmesa) +Mesa is an agent-based modeling framework in Python +[https://github.com/projectmesa/mesa](https://github.com/projectmesa/mesa) +4.13 stars per week over 441 weeks +1,823 stars, 758 forks, 89 watches +created 2014-09-19, last commit 2023-02-10, main language Python +agent-based-modeling, agent-based-simulation, complex-systems, complexity-analysis, gis, mesa, modeling-agents, simulation, simulation-environment, simulation-framework, spatial-models -### [ai-economist](https://github.com/salesforce/ai-economist) by [salesforce](https://github.com/salesforce) -ai-economist: Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist). -[https://www.einstein.ai/the-ai-economist](https://www.einstein.ai/the-ai-economist) -[https://github.com/salesforce/ai-economist](https://github.com/salesforce/ai-economist) -6.82 stars per week over 139 weeks -949 stars, 194 forks, 46 watches -created 2020-07-02, last commit 2022-05-09, main language Python -ai, deep-reinforcement-learning, economics, ml, multi-agent, multi-agent-reinforcement-learning, python-3, reinforcement-learning-environments, simulation-framework +### [graphein](https://github.com/a-r-j/graphein) by [a-r-j](https://github.com/a-r-j) +graphein: Protein Graph Library +[https://graphein.ai/](https://graphein.ai/) +[https://github.com/a-r-j/graphein](https://github.com/a-r-j/graphein) +4.11 stars per week over 183 weeks +754 stars, 97 forks, 16 watches +created 2019-08-28, last commit 2023-02-21, main language Jupyter Notebook +bioinformatics, computational-biology, deep-learning, dgl, drug-discovery, gene-regulatory-networks, geometric-deep-learning, graph-neural-networks, interactome, interactomics, ppi-networks, protein, protein-data-bank, protein-design, protein-structure, python, pytorch, pytorch-geometric, rna, structural-biology ### [pyscf](https://github.com/pyscf/pyscf) pyscf: Python module for quantum chemistry [https://github.com/pyscf/pyscf](https://github.com/pyscf/pyscf) 1.85 stars per week over 461 weeks -853 stars, 458 forks, 76 watches -created 2014-05-02, last commit 2023-03-03, main language Python +854 stars, 459 forks, 76 watches +created 2014-05-02, last commit 2023-03-04, main language Python + + +### [deepmd-kit](https://github.com/deepmodeling/deepmd-kit) by [deepmodeling](https://github.com/deepmodeling) +deepmd-kit: A deep learning package for many-body potential energy representation and molecular dynamics +[https://docs.deepmodeling.com/projects/deepmd/](https://docs.deepmodeling.com/projects/deepmd/) +[https://github.com/deepmodeling/deepmd-kit](https://github.com/deepmodeling/deepmd-kit) +3.88 stars per week over 272 weeks +1,057 stars, 401 forks, 45 watches +created 2017-12-12, last commit 2022-12-19, main language C++ +ase, computational-chemistry, cpp, cuda, deep-learning, deepmd, ipi, lammps, materials-science, molecular-dynamics, potential-energy, python, rocm, tensorflow ### [fairo](https://github.com/facebookresearch/droidlet) by [facebookresearch](https://github.com/facebookresearch) fairo: A modular embodied agent architecture and platform for building embodied agents [https://github.com/facebookresearch/droidlet](https://github.com/facebookresearch/droidlet) -6.52 stars per week over 121 weeks +6.51 stars per week over 121 weeks 793 stars, 79 forks, 38 watches created 2020-11-02, last commit 2023-02-01, main language Jupyter Notebook +### [mujoco-py](https://github.com/openai/mujoco-py) by [openai](https://github.com/openai) +mujoco-py: MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3. +[https://github.com/openai/mujoco-py](https://github.com/openai/mujoco-py) +6.69 stars per week over 358 weeks +2,395 stars, 741 forks, 167 watches +created 2016-04-24, last commit 2022-11-17, main language Cython + + ### [pymunk](https://github.com/viblo/pymunk) by [viblo](https://github.com/viblo) Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python [http://www.pymunk.org](http://www.pymunk.org) @@ -164,24 +184,53 @@ created 2013-10-02, last commit 2023-01-29, main language Python library, physics-2d, physics-engine, physics-simulation, pygame, pyglet, python, python-library -### [graphein](https://github.com/a-r-j/graphein) by [a-r-j](https://github.com/a-r-j) -graphein: Protein Graph Library -[https://graphein.ai/](https://graphein.ai/) -[https://github.com/a-r-j/graphein](https://github.com/a-r-j/graphein) -4.11 stars per week over 183 weeks -754 stars, 97 forks, 16 watches -created 2019-08-28, last commit 2023-02-21, main language Jupyter Notebook -bioinformatics, computational-biology, deep-learning, dgl, drug-discovery, gene-regulatory-networks, geometric-deep-learning, graph-neural-networks, interactome, interactomics, ppi-networks, protein, protein-data-bank, protein-design, protein-structure, python, pytorch, pytorch-geometric, rna, structural-biology +### [activitysim](https://github.com/activitysim/activitysim) +activitysim: An Open Platform for Activity-Based Travel Modeling +[https://activitysim.github.io](https://activitysim.github.io) +[https://github.com/activitysim/activitysim](https://github.com/activitysim/activitysim) +0.33 stars per week over 454 weeks +152 stars, 87 forks, 42 watches +created 2014-06-18, last commit 2023-01-31, main language Jupyter Notebook +activitysim, bsd-3-clause, data-science, microsimulation, python, travel-modeling -### [pynamical](https://github.com/gboeing/pynamical) by [gboeing](https://github.com/gboeing) -Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals. -[https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/](https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/) -[https://github.com/gboeing/pynamical](https://github.com/gboeing/pynamical) -1.29 stars per week over 439 weeks -567 stars, 109 forks, 31 watches -created 2014-09-28, last commit 2022-05-24, main language Python -animation, bifurcation-diagram, chaos, cobweb-plot, fractal, fractals, ipynb, logistic, math, matplotlib, modeling, nonlinear, numba, numpy, pandas, phase-diagram, physics, python, systems, visualization +### [espresso](https://github.com/espressomd/espresso) by [espressomd](https://github.com/espressomd) +espresso: The ESPResSo package +[https://espressomd.org](https://espressomd.org) +[https://github.com/espressomd/espresso](https://github.com/espressomd/espresso) +0.29 stars per week over 623 weeks +181 stars, 170 forks, 20 watches +created 2011-03-25, last commit 2023-03-02, main language C++ +c-plus-plus, lattice-boltzmann, molecular-dynamics, physics, python, scientific-computing, soft-matter + + +### [openfisca-core](https://github.com/openfisca/openfisca-core) by [openfisca](https://github.com/openfisca) +openfisca-core: OpenFisca core engine. See other repositories for countries-specific code & data. +[https://openfisca.org](https://openfisca.org) +[https://github.com/openfisca/openfisca-core](https://github.com/openfisca/openfisca-core) +0.29 stars per week over 479 weeks +139 stars, 70 forks, 24 watches +created 2013-12-29, last commit 2023-01-24, main language Python +better-rules, legislation-as-code, microsimulation, rules-as-code + + +### [PokerPy](https://github.com/glpcc/pokerpy) by [glpcc](https://github.com/glpcc) +PokerPy: Texas Hold'em Poker Probability Calculator in Python +[https://github.com/glpcc/pokerpy](https://github.com/glpcc/pokerpy) +3.42 stars per week over 12 weeks +41 stars, 4 forks, 1 watches +created 2022-12-11, last commit 2023-02-10, main language C++ +cpp, fast, performance, poker, pybind11, python, texas-holdem + + +### [ai-economist](https://github.com/salesforce/ai-economist) by [salesforce](https://github.com/salesforce) +ai-economist: Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist). +[https://www.einstein.ai/the-ai-economist](https://www.einstein.ai/the-ai-economist) +[https://github.com/salesforce/ai-economist](https://github.com/salesforce/ai-economist) +6.81 stars per week over 139 weeks +949 stars, 194 forks, 46 watches +created 2020-07-02, last commit 2022-05-09, main language Python +ai, deep-reinforcement-learning, economics, ml, multi-agent, multi-agent-reinforcement-learning, python-3, reinforcement-learning-environments, simulation-framework ### [urbansim](https://github.com/udst/urbansim) by [udst](https://github.com/udst) @@ -193,6 +242,36 @@ urbansim: Platform for building statistical models of cities and regions created 2013-08-15, last commit 2020-05-11, main language Python +### [golly](https://github.com/alephalpha/golly) by [alephalpha](https://github.com/alephalpha) +Golly, a Game of Life simulator (unofficial mirror from SourceForge) +[http://sourceforge.net/projects/golly/](http://sourceforge.net/projects/golly/) +[https://github.com/alephalpha/golly](https://github.com/alephalpha/golly) +0.12 stars per week over 242 weeks +29 stars, 9 forks, 5 watches +created 2018-07-10, last commit 2023-02-25, main language C++ +cellular-automata, game-of-life + + +### [pynamical](https://github.com/gboeing/pynamical) by [gboeing](https://github.com/gboeing) +Pynamical is a Python package for modeling and visualizing discrete nonlinear dynamical systems, chaos, and fractals. +[https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/](https://geoffboeing.com/publications/nonlinear-chaos-fractals-prediction/) +[https://github.com/gboeing/pynamical](https://github.com/gboeing/pynamical) +1.29 stars per week over 440 weeks +567 stars, 109 forks, 31 watches +created 2014-09-28, last commit 2022-05-24, main language Python +animation, bifurcation-diagram, chaos, cobweb-plot, fractal, fractals, ipynb, logistic, math, matplotlib, modeling, nonlinear, numba, numpy, pandas, phase-diagram, physics, python, systems, visualization + + +### [populationsim](https://github.com/activitysim/populationsim) by [activitysim](https://github.com/activitysim) +populationsim: An Open Platform for Population Synthesis +[https://activitysim.github.io/populationsim](https://activitysim.github.io/populationsim) +[https://github.com/activitysim/populationsim](https://github.com/activitysim/populationsim) +0.13 stars per week over 315 weeks +40 stars, 28 forks, 11 watches +created 2017-02-14, last commit 2021-11-19, main language Jupyter Notebook +activitysim, bsd-3-clause, data-science, microsimulation, population-synthesis, python + + ### [stochastic](https://github.com/crflynn/stochastic) by [crflynn](https://github.com/crflynn) stochastic: Generate realizations of stochastic processes in python. [http://stochastic.readthedocs.io/en/stable/](http://stochastic.readthedocs.io/en/stable/) @@ -206,39 +285,19 @@ created 2017-02-17, last commit 2022-07-12, main language Python ### [trafficSimulator](https://github.com/bilhim/trafficsimulator) by [bilhim](https://github.com/bilhim) bilhim/trafficsimulator [https://github.com/bilhim/trafficsimulator](https://github.com/bilhim/trafficsimulator) -2.84 stars per week over 77 weeks -221 stars, 82 forks, 16 watches +2.85 stars per week over 78 weeks +222 stars, 83 forks, 16 watches created 2021-09-05, last commit 2021-09-07, main language Python ### [GameGAN_code](https://github.com/nv-tlabs/gamegan_code) by [nv-tlabs](https://github.com/nv-tlabs) GameGAN_code: Learning to Simulate Dynamic Environments with GameGAN (CVPR 2020) [https://github.com/nv-tlabs/gamegan_code](https://github.com/nv-tlabs/gamegan_code) -1.78 stars per week over 116 weeks -206 stars, 34 forks, 10 watches +1.77 stars per week over 116 weeks +206 stars, 35 forks, 10 watches created 2020-12-11, last commit 2021-11-11, main language Python -### [activitysim](https://github.com/activitysim/activitysim) -activitysim: An Open Platform for Activity-Based Travel Modeling -[https://activitysim.github.io](https://activitysim.github.io) -[https://github.com/activitysim/activitysim](https://github.com/activitysim/activitysim) -0.33 stars per week over 454 weeks -152 stars, 87 forks, 42 watches -created 2014-06-18, last commit 2023-01-31, main language Jupyter Notebook -activitysim, bsd-3-clause, data-science, microsimulation, python, travel-modeling - - -### [openfisca-core](https://github.com/openfisca/openfisca-core) by [openfisca](https://github.com/openfisca) -openfisca-core: OpenFisca core engine. See other repositories for countries-specific code & data. -[https://openfisca.org](https://openfisca.org) -[https://github.com/openfisca/openfisca-core](https://github.com/openfisca/openfisca-core) -0.29 stars per week over 478 weeks -139 stars, 70 forks, 24 watches -created 2013-12-29, last commit 2023-01-24, main language Python -better-rules, legislation-as-code, microsimulation, rules-as-code - - ### [socialways](https://github.com/crowdbotp/socialways) by [crowdbotp](https://github.com/crowdbotp) socialways: Social Ways: Learning Multi-Modal Distributions of Pedestrian Trajectories with GANs (CVPR 2019) [https://github.com/crowdbotp/socialways](https://github.com/crowdbotp/socialways) @@ -248,34 +307,6 @@ created 2019-04-23, last commit 2020-03-20, main language Python crowd-simulation, gan, generative-adversarial-network, human-trajectory-prediction, info-gan, pedestrian, pedestrian-trajectories, prediction-model, self-driving-car, social-gan, social-navigation, social-robots, social-ways, trajectory-forecasting, trajectory-prediction -### [street-network-models](https://github.com/gboeing/street-network-models) by [gboeing](https://github.com/gboeing) -street-network-models: Street network models and indicators for every urban area in the world -[https://osf.io/f2dqc](https://osf.io/f2dqc) -[https://github.com/gboeing/street-network-models](https://github.com/gboeing/street-network-models) -0.43 stars per week over 150 weeks -64 stars, 4 forks, 2 watches -created 2020-04-13, last commit 2021-03-05, main language Python - - -### [PokerPy](https://github.com/glpcc/pokerpy) by [glpcc](https://github.com/glpcc) -PokerPy: Texas Hold'em Poker Probability Calculator in Python -[https://github.com/glpcc/pokerpy](https://github.com/glpcc/pokerpy) -3.5 stars per week over 11 weeks -41 stars, 4 forks, 1 watches -created 2022-12-11, last commit 2023-02-10, main language C++ -cpp, fast, performance, poker, pybind11, python, texas-holdem - - -### [populationsim](https://github.com/activitysim/populationsim) by [activitysim](https://github.com/activitysim) -populationsim: An Open Platform for Population Synthesis -[https://activitysim.github.io/populationsim](https://activitysim.github.io/populationsim) -[https://github.com/activitysim/populationsim](https://github.com/activitysim/populationsim) -0.13 stars per week over 315 weeks -40 stars, 28 forks, 11 watches -created 2017-02-14, last commit 2021-11-19, main language Jupyter Notebook -activitysim, bsd-3-clause, data-science, microsimulation, population-synthesis, python - - ### [crowddynamics](https://github.com/crowddynamics/crowddynamics) crowddynamics: Continuous-time multi-agent crowd simulation engine implemented in Python using Numba and Numpy for performance. [https://jaantollander.com/post/how-to-implement-continuous-time-multi-agent-crowd-simulation/](https://jaantollander.com/post/how-to-implement-continuous-time-multi-agent-crowd-simulation/) @@ -286,6 +317,15 @@ created 2016-03-22, last commit 2020-01-02, main language Python continuous-time, crowd-dynamics, crowd-simulation, multi-agent +### [street-network-models](https://github.com/gboeing/street-network-models) by [gboeing](https://github.com/gboeing) +street-network-models: Street network models and indicators for every urban area in the world +[https://osf.io/f2dqc](https://osf.io/f2dqc) +[https://github.com/gboeing/street-network-models](https://github.com/gboeing/street-network-models) +0.42 stars per week over 150 weeks +64 stars, 4 forks, 2 watches +created 2020-04-13, last commit 2021-03-05, main language Python + + ### [dynpy](https://github.com/artemyk/dynpy) by [artemyk](https://github.com/artemyk) dynpy: Dynamical systems for Python [https://github.com/artemyk/dynpy](https://github.com/artemyk/dynpy) @@ -294,7 +334,15 @@ dynpy: Dynamical systems for Python created 2014-09-12, last commit 2018-09-28, main language Python -This file was automatically generated on 2023-03-03. +### [Lenia-Tutorial](https://github.com/openlenia/lenia-tutorial) by [openlenia](https://github.com/openlenia) +openlenia/lenia-tutorial +[https://github.com/openlenia/lenia-tutorial](https://github.com/openlenia/lenia-tutorial) +0.27 stars per week over 85 weeks +23 stars, 2 forks, 2 watches +created 2021-07-15, last commit 2021-07-26, main language Jupyter Notebook + + +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/study.md b/categories/study.md index 15eb240..e264377 100644 --- a/categories/study.md +++ b/categories/study.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 29 curated study Python libraries and frameworks ordered by stars. +A selection of 30 curated study Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,89 +9,136 @@ Checkout the interactive version that you can filter and sort: Python: All Algorithms implemented in Python [https://the-algorithms.com/](https://the-algorithms.com/) [https://github.com/thealgorithms/python](https://github.com/thealgorithms/python) -446 stars per week over 345 weeks -154,473 stars, 39,208 forks, 5,968 watches +446 stars per week over 346 weeks +154,597 stars, 39,224 forks, 5,966 watches created 2016-07-16, last commit 2023-03-02, main language Python algorithm, algorithm-competitions, algorithms-implemented, algos, community-driven, education, hacktoberfest, interview, learn, practice, python, searches, sorting-algorithms, sorts +### [diffusion-models-class](https://github.com/huggingface/diffusion-models-class) by [huggingface](https://github.com/huggingface) +diffusion-models-class: Materials for the Hugging Face Diffusion Models Course +[https://github.com/huggingface/diffusion-models-class](https://github.com/huggingface/diffusion-models-class) +94 stars per week over 20 weeks +1,937 stars, 175 forks, 72 watches +created 2022-10-13, last commit 2023-02-21, main language Jupyter Notebook + + +### [deep-rl-class](https://github.com/huggingface/deep-rl-class) by [huggingface](https://github.com/huggingface) +deep-rl-class: This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course. +[https://github.com/huggingface/deep-rl-class](https://github.com/huggingface/deep-rl-class) +59 stars per week over 45 weeks +2,694 stars, 355 forks, 85 watches +created 2022-04-21, last commit 2023-03-02, main language Jupyter Notebook +deep-learning, deep-reinforcement-learning, reinforcement-learning, reinforcement-learning-excercises + + +### [notebooks](https://github.com/roboflow/notebooks) by [roboflow](https://github.com/roboflow) +notebooks: Set of Jupyter Notebooks linked to Roboflow blog posts and used in our YouTube videos. +[https://roboflow.com/models](https://roboflow.com/models) +[https://github.com/roboflow/notebooks](https://github.com/roboflow/notebooks) +55 stars per week over 15 weeks +841 stars, 130 forks, 23 watches +created 2022-11-18, last commit 2023-03-03, main language Jupyter Notebook +amazon-sagemaker-lab, computer-vision, deep-learning, deep-neural-networks, google-colab, image-classification, image-segmentation, kaggle, machine-learning, object-detection, pytorch, tutorial, yolov5, yolov6, yolov7, yolov8 + + ### [PythonDataScienceHandbook](https://github.com/jakevdp/pythondatasciencehandbook) by [jakevdp](https://github.com/jakevdp) PythonDataScienceHandbook: Python Data Science Handbook: full text in Jupyter Notebooks [http://jakevdp.github.io/PythonDataScienceHandbook](http://jakevdp.github.io/PythonDataScienceHandbook) [https://github.com/jakevdp/pythondatasciencehandbook](https://github.com/jakevdp/pythondatasciencehandbook) 109 stars per week over 342 weeks -37,646 stars, 16,600 forks, 1,774 watches +37,652 stars, 16,606 forks, 1,775 watches created 2016-08-10, last commit 2018-11-30, main language Jupyter Notebook jupyter-notebook, matplotlib, numpy, pandas, python, scikit-learn -### [pydata-book](https://github.com/wesm/pydata-book) by [wesm](https://github.com/wesm) -pydata-book: Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media -[https://github.com/wesm/pydata-book](https://github.com/wesm/pydata-book) -34 stars per week over 556 weeks -18,953 stars, 14,013 forks, 1,470 watches -created 2012-06-30, last commit 2022-11-03, main language Jupyter Notebook +### [nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) by [karpathy](https://github.com/karpathy) +nn-zero-to-hero: Neural Networks: Zero to Hero +[https://github.com/karpathy/nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) +290 stars per week over 25 weeks +7,393 stars, 685 forks, 240 watches +created 2022-09-08, last commit 2023-01-17, main language Jupyter Notebook + + +### [fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) by [zhanymkanov](https://github.com/zhanymkanov) +fastapi-best-practices: FastAPI Best Practices and Conventions we used @ hi.peerlink.me +[https://github.com/zhanymkanov/fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) +91 stars per week over 29 weeks +2,721 stars, 198 forks, 52 watches +created 2022-08-09, last commit 2023-01-09, main language None +best-practices, fastapi ### [deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) by [fchollet](https://github.com/fchollet) deep-learning-with-python-notebooks: Jupyter notebooks for the code samples of the book "Deep Learning with Python" [https://github.com/fchollet/deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks) 57 stars per week over 286 weeks -16,496 stars, 8,040 forks, 642 watches +16,498 stars, 8,043 forks, 642 watches created 2017-09-05, last commit 2023-02-13, main language Jupyter Notebook +### [Transformers-Tutorials](https://github.com/nielsrogge/transformers-tutorials) by [nielsrogge](https://github.com/nielsrogge) +Transformers-Tutorials: This repository contains demos I made with the Transformers library by HuggingFace. +[https://github.com/nielsrogge/transformers-tutorials](https://github.com/nielsrogge/transformers-tutorials) +29 stars per week over 130 weeks +3,834 stars, 607 forks, 86 watches +created 2020-08-31, last commit 2023-02-28, main language Jupyter Notebook +bert, gpt-2, layoutlm, pytorch, transformers, vision-transformer + + +### [pydata-book](https://github.com/wesm/pydata-book) by [wesm](https://github.com/wesm) +pydata-book: Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media +[https://github.com/wesm/pydata-book](https://github.com/wesm/pydata-book) +34 stars per week over 557 weeks +18,959 stars, 14,016 forks, 1,470 watches +created 2012-06-30, last commit 2022-11-03, main language Jupyter Notebook + + +### [machine-learning-book](https://github.com/rasbt/machine-learning-book) by [rasbt](https://github.com/rasbt) +machine-learning-book: Code Repository for Machine Learning with PyTorch and Scikit-Learn +[https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn](https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn) +[https://github.com/rasbt/machine-learning-book](https://github.com/rasbt/machine-learning-book) +25 stars per week over 63 weeks +1,628 stars, 613 forks, 31 watches +created 2021-12-19, last commit 2023-02-02, main language Jupyter Notebook +deep-learning, machine-learning, neural-networks, pytorch, scikit-learn + + ### [spinningup](https://github.com/openai/spinningup) by [openai](https://github.com/openai) spinningup: An educational resource to help anyone learn deep reinforcement learning. [https://spinningup.openai.com/](https://spinningup.openai.com/) [https://github.com/openai/spinningup](https://github.com/openai/spinningup) 35 stars per week over 225 weeks -7,927 stars, 1,846 forks, 215 watches +7,937 stars, 1,850 forks, 216 watches created 2018-11-07, last commit 2020-02-07, main language Python -### [nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) by [karpathy](https://github.com/karpathy) -nn-zero-to-hero: Neural Networks: Zero to Hero -[https://github.com/karpathy/nn-zero-to-hero](https://github.com/karpathy/nn-zero-to-hero) -293 stars per week over 25 weeks -7,379 stars, 683 forks, 240 watches -created 2022-09-08, last commit 2023-01-17, main language Jupyter Notebook - - -### [industry-machine-learning](https://github.com/firmai/industry-machine-learning) by [firmai](https://github.com/firmai) -industry-machine-learning: A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai) -[https://www.linkedin.com/company/firmai](https://www.linkedin.com/company/firmai) -[https://github.com/firmai/industry-machine-learning](https://github.com/firmai/industry-machine-learning) -33 stars per week over 200 weeks -6,735 stars, 1,124 forks, 392 watches -created 2019-05-03, last commit 2021-12-18, main language Jupyter Notebook -data-science, datascience, example, firmai, jupyter-notebook, machine-learning, practical-machine-learning, python - - ### [deep-learning-v2-pytorch](https://github.com/udacity/deep-learning-v2-pytorch) by [udacity](https://github.com/udacity) deep-learning-v2-pytorch: Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101 [https://github.com/udacity/deep-learning-v2-pytorch](https://github.com/udacity/deep-learning-v2-pytorch) 20 stars per week over 234 weeks -4,861 stars, 5,220 forks, 174 watches +4,861 stars, 5,222 forks, 174 watches created 2018-09-04, last commit 2022-12-24, main language Jupyter Notebook convolutional-networks, deep-learning, neural-network, pytorch, recurrent-networks, sentiment-analysis, style-transfer -### [micrograd](https://github.com/karpathy/micrograd) by [karpathy](https://github.com/karpathy) -micrograd: A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API -[https://github.com/karpathy/micrograd](https://github.com/karpathy/micrograd) -27 stars per week over 150 weeks -4,209 stars, 458 forks, 93 watches -created 2020-04-13, last commit 2020-04-18, main language Jupyter Notebook +### [machine-learning-interviews](https://github.com/alirezadir/machine-learning-interview-enlightener) by [alirezadir](https://github.com/alirezadir) +machine-learning-interviews: This repo is meant to serve as a guide for Machine Learning/AI technical interviews. +[https://github.com/alirezadir/machine-learning-interview-enlightener](https://github.com/alirezadir/machine-learning-interview-enlightener) +16 stars per week over 109 weeks +1,765 stars, 354 forks, 48 watches +created 2021-01-31, last commit 2023-03-01, main language Jupyter Notebook +ai, deep-learning, interview, interview-practice, interview-preparation, interviews, machine-learning, machine-learning-algorithms, scalable-applications, system-design -### [Transformers-Tutorials](https://github.com/nielsrogge/transformers-tutorials) by [nielsrogge](https://github.com/nielsrogge) -Transformers-Tutorials: This repository contains demos I made with the Transformers library by HuggingFace. -[https://github.com/nielsrogge/transformers-tutorials](https://github.com/nielsrogge/transformers-tutorials) -29 stars per week over 130 weeks -3,829 stars, 603 forks, 86 watches -created 2020-08-31, last commit 2023-02-28, main language Jupyter Notebook -bert, gpt-2, layoutlm, pytorch, transformers, vision-transformer +### [industry-machine-learning](https://github.com/firmai/industry-machine-learning) by [firmai](https://github.com/firmai) +industry-machine-learning: A curated list of applied machine learning and data science notebooks and libraries across different industries (by @firmai) +[https://www.linkedin.com/company/firmai](https://www.linkedin.com/company/firmai) +[https://github.com/firmai/industry-machine-learning](https://github.com/firmai/industry-machine-learning) +33 stars per week over 200 weeks +6,736 stars, 1,124 forks, 392 watches +created 2019-05-03, last commit 2021-12-18, main language Jupyter Notebook +data-science, datascience, example, firmai, jupyter-notebook, machine-learning, practical-machine-learning, python ### [book](https://github.com/cosmicpython/book) by [cosmicpython](https://github.com/cosmicpython) @@ -99,82 +146,70 @@ book: A Book about Pythonic Application Architecture Patterns for Managing Compl [https://www.cosmicpython.com](https://www.cosmicpython.com) [https://github.com/cosmicpython/book](https://github.com/cosmicpython/book) 13 stars per week over 212 weeks -2,871 stars, 489 forks, 94 watches +2,873 stars, 490 forks, 94 watches created 2019-02-05, last commit 2023-02-06, main language Python -### [fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) by [zhanymkanov](https://github.com/zhanymkanov) -fastapi-best-practices: FastAPI Best Practices and Conventions we used @ hi.peerlink.me -[https://github.com/zhanymkanov/fastapi-best-practices](https://github.com/zhanymkanov/fastapi-best-practices) -91 stars per week over 29 weeks -2,694 stars, 197 forks, 52 watches -created 2022-08-09, last commit 2023-01-09, main language None -best-practices, fastapi +### [micrograd](https://github.com/karpathy/micrograd) by [karpathy](https://github.com/karpathy) +micrograd: A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API +[https://github.com/karpathy/micrograd](https://github.com/karpathy/micrograd) +27 stars per week over 150 weeks +4,218 stars, 460 forks, 93 watches +created 2020-04-13, last commit 2020-04-18, main language Jupyter Notebook -### [deep-rl-class](https://github.com/huggingface/deep-rl-class) by [huggingface](https://github.com/huggingface) -deep-rl-class: This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course. -[https://github.com/huggingface/deep-rl-class](https://github.com/huggingface/deep-rl-class) -59 stars per week over 45 weeks -2,690 stars, 352 forks, 85 watches -created 2022-04-21, last commit 2023-03-02, main language Jupyter Notebook -deep-learning, deep-reinforcement-learning, reinforcement-learning, reinforcement-learning-excercises +### [pyroad](https://github.com/amaargiru/pyroad) by [amaargiru](https://github.com/amaargiru) +pyroad: Detailed Python developer roadmap +[https://github.com/amaargiru/pyroad](https://github.com/amaargiru/pyroad) +14 stars per week over 17 weeks +248 stars, 27 forks, 5 watches +created 2022-11-03, last commit 2023-02-27, main language Jupyter Notebook +python, roadmap, tutorial -### [diffusion-models-class](https://github.com/huggingface/diffusion-models-class) by [huggingface](https://github.com/huggingface) -diffusion-models-class: Materials for the Hugging Face Diffusion Models Course -[https://github.com/huggingface/diffusion-models-class](https://github.com/huggingface/diffusion-models-class) -95 stars per week over 20 weeks -1,932 stars, 175 forks, 72 watches -created 2022-10-13, last commit 2023-02-21, main language Jupyter Notebook +### [BookCode_Edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) by [bayesianmodelingandcomputationinpython](https://github.com/bayesianmodelingandcomputationinpython) +bayesianmodelingandcomputationinpython/bookcode_edition1 +[https://www.bayesiancomputationbook.com](https://www.bayesiancomputationbook.com) +[https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) +4.73 stars per week over 80 weeks +382 stars, 93 forks, 18 watches +created 2021-08-17, last commit 2023-01-09, main language Jupyter Notebook + + +### [MEDIUM_NoteBook](https://github.com/cerlymarco/medium_notebook) by [cerlymarco](https://github.com/cerlymarco) +MEDIUM_NoteBook: Repository containing notebooks of my posts on Medium +[https://github.com/cerlymarco/medium_notebook](https://github.com/cerlymarco/medium_notebook) +8.61 stars per week over 201 weeks +1,738 stars, 910 forks, 97 watches +created 2019-04-22, last commit 2023-02-22, main language Jupyter Notebook +artificial-intelligence, data-science, deep-learning, machine-learning, notebooks ### [coursera-deep-learning-specialization](https://github.com/amanchadha/coursera-deep-learning-specialization) by [amanchadha](https://github.com/amanchadha) coursera-deep-learning-specialization: Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models [https://github.com/amanchadha/coursera-deep-learning-specialization](https://github.com/amanchadha/coursera-deep-learning-specialization) 12 stars per week over 140 weeks -1,793 stars, 1,562 forks, 17 watches +1,794 stars, 1,564 forks, 17 watches created 2020-06-24, last commit 2022-02-07, main language Jupyter Notebook andrew-ng, andrew-ng-course, cnns, convolutional-neural-network, convolutional-neural-networks, coursera, coursera-assignment, coursera-machine-learning, coursera-specialization, deep-learning, hyperparameter-optimization, hyperparameter-tuning, neural-machine-translation, neural-network, neural-networks, neural-style-transfer, recurrent-neural-network, recurrent-neural-networks, regularization, rnns -### [machine-learning-interviews](https://github.com/alirezadir/machine-learning-interview-enlightener) by [alirezadir](https://github.com/alirezadir) -machine-learning-interviews: This repo is meant to serve as a guide for Machine Learning/AI technical interviews. -[https://github.com/alirezadir/machine-learning-interview-enlightener](https://github.com/alirezadir/machine-learning-interview-enlightener) -16 stars per week over 108 weeks -1,762 stars, 354 forks, 48 watches -created 2021-01-31, last commit 2023-03-01, main language Jupyter Notebook -ai, deep-learning, interview, interview-practice, interview-preparation, interviews, machine-learning, machine-learning-algorithms, scalable-applications, system-design - - ### [example-code-2e](https://github.com/fluentpython/example-code-2e) by [fluentpython](https://github.com/fluentpython) example-code-2e: Example code for Fluent Python, 2nd edition (O'Reilly 2022) [https://amzn.to/3J48u2J](https://amzn.to/3J48u2J) [https://github.com/fluentpython/example-code-2e](https://github.com/fluentpython/example-code-2e) -8.46 stars per week over 206 weeks -1,743 stars, 524 forks, 54 watches +8.45 stars per week over 206 weeks +1,745 stars, 525 forks, 54 watches created 2019-03-21, last commit 2022-04-24, main language Python concurrency, iterators, metaprogramming, python, python3, special-methods -### [machine-learning-book](https://github.com/rasbt/machine-learning-book) by [rasbt](https://github.com/rasbt) -machine-learning-book: Code Repository for Machine Learning with PyTorch and Scikit-Learn -[https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn](https://sebastianraschka.com/books/#machine-learning-with-pytorch-and-scikit-learn) -[https://github.com/rasbt/machine-learning-book](https://github.com/rasbt/machine-learning-book) -25 stars per week over 62 weeks -1,625 stars, 610 forks, 31 watches -created 2021-12-19, last commit 2023-02-02, main language Jupyter Notebook -deep-learning, machine-learning, neural-networks, pytorch, scikit-learn - - -### [notebooks](https://github.com/roboflow/notebooks) by [roboflow](https://github.com/roboflow) -notebooks: Set of Jupyter Notebooks linked to Roboflow blog posts and used in our YouTube videos. -[https://roboflow.com/models](https://roboflow.com/models) -[https://github.com/roboflow/notebooks](https://github.com/roboflow/notebooks) -55 stars per week over 15 weeks -837 stars, 128 forks, 23 watches -created 2022-11-18, last commit 2023-03-03, main language Jupyter Notebook -amazon-sagemaker-lab, computer-vision, deep-learning, deep-neural-networks, google-colab, image-classification, image-segmentation, kaggle, machine-learning, object-detection, pytorch, tutorial, yolov5, yolov6, yolov7, yolov8 +### [practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) by [googlecloudplatform](https://github.com/googlecloudplatform) +googlecloudplatform/practical-ml-vision-book +[https://github.com/googlecloudplatform/practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) +2.73 stars per week over 119 weeks +326 stars, 147 forks, 19 watches +created 2020-11-18, last commit 2022-11-21, main language Jupyter Notebook ### [quantumcomputingbook](https://github.com/jackhidary/quantumcomputingbook) by [jackhidary](https://github.com/jackhidary) @@ -186,86 +221,60 @@ created 2019-02-28, last commit 2021-10-14, main language Jupyter Notebook cirq, google-quantum, qiskit, quantum, quantum-computing, quantum-information, quantum-information-science, quantum-processor, quantum-supremacy, rigetti, sycamore +### [high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) by [mynameisfiber](https://github.com/mynameisfiber) +high_performance_python_2e: Code for the book "High Performance Python 2e" by Micha Gorelick and Ian Ozsvald with OReilly +[https://github.com/mynameisfiber/high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) +2.03 stars per week over 151 weeks +306 stars, 100 forks, 6 watches +created 2020-04-12, last commit 2023-01-18, main language Python +code-samples, high-performance, oreilly, oreilly-books, python + + +### [crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) by [dylanhogg](https://github.com/dylanhogg) +crazy-awesome-python: A curated list of awesome Python frameworks, with a bias towards data and machine learning +[https://www.awesomepython.org/](https://www.awesomepython.org/) +[https://github.com/dylanhogg/crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) +0.38 stars per week over 141 weeks +53 stars, 8 forks, 3 watches +created 2020-06-20, last commit 2023-03-03, main language HTML +awesome-list, data, machine-learning, natural-language-processing, python, python-data, python-frameworks, python-library, python-machine-learning, python-nlp + + ### [stat453-deep-learning-ss20](https://github.com/rasbt/stat453-deep-learning-ss20) by [rasbt](https://github.com/rasbt) stat453-deep-learning-ss20: STAT 453: Intro to Deep Learning @ UW-Madison (Spring 2020) [http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/](http://pages.stat.wisc.edu/~sraschka/teaching/stat453-ss2020/) [https://github.com/rasbt/stat453-deep-learning-ss20](https://github.com/rasbt/stat453-deep-learning-ss20) -3.22 stars per week over 162 weeks +3.21 stars per week over 162 weeks 523 stars, 154 forks, 36 watches created 2020-01-20, last commit 2020-05-01, main language Jupyter Notebook -### [BookCode_Edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) by [bayesianmodelingandcomputationinpython](https://github.com/bayesianmodelingandcomputationinpython) -bayesianmodelingandcomputationinpython/bookcode_edition1 -[https://www.bayesiancomputationbook.com](https://www.bayesiancomputationbook.com) -[https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1](https://github.com/bayesianmodelingandcomputationinpython/bookcode_edition1) -4.74 stars per week over 80 weeks -381 stars, 92 forks, 17 watches -created 2021-08-17, last commit 2023-01-09, main language Jupyter Notebook - - ### [stat451-machine-learning-fs20](https://github.com/rasbt/stat451-machine-learning-fs20) by [rasbt](https://github.com/rasbt) stat451-machine-learning-fs20: STAT 451: Intro to Machine Learning @ UW-Madison (Fall 2020) [https://github.com/rasbt/stat451-machine-learning-fs20](https://github.com/rasbt/stat451-machine-learning-fs20) -2.56 stars per week over 134 weeks +2.55 stars per week over 134 weeks 343 stars, 180 forks, 18 watches created 2020-08-06, last commit 2020-12-03, main language Jupyter Notebook -### [practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) by [googlecloudplatform](https://github.com/googlecloudplatform) -googlecloudplatform/practical-ml-vision-book -[https://github.com/googlecloudplatform/practical-ml-vision-book](https://github.com/googlecloudplatform/practical-ml-vision-book) -2.74 stars per week over 119 weeks -327 stars, 147 forks, 19 watches -created 2020-11-18, last commit 2022-11-21, main language Jupyter Notebook - - -### [high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) by [mynameisfiber](https://github.com/mynameisfiber) -high_performance_python_2e: Code for the book "High Performance Python 2e" by Micha Gorelick and Ian Ozsvald with OReilly -[https://github.com/mynameisfiber/high_performance_python_2e](https://github.com/mynameisfiber/high_performance_python_2e) -2.03 stars per week over 150 weeks -306 stars, 100 forks, 6 watches -created 2020-04-12, last commit 2023-01-18, main language Python -code-samples, high-performance, oreilly, oreilly-books, python - - -### [pyroad](https://github.com/amaargiru/pyroad) by [amaargiru](https://github.com/amaargiru) -pyroad: Detailed Python developer roadmap -[https://github.com/amaargiru/pyroad](https://github.com/amaargiru/pyroad) -14 stars per week over 17 weeks -248 stars, 27 forks, 5 watches -created 2022-11-03, last commit 2023-02-27, main language Jupyter Notebook -python, roadmap, tutorial - - ### [calm-notebooks](https://github.com/koaning/calm-notebooks) by [koaning](https://github.com/koaning) calm-notebooks: notebooks that are used at calmcode.io [https://calmcode.io](https://calmcode.io) [https://github.com/koaning/calm-notebooks](https://github.com/koaning/calm-notebooks) -1.1 stars per week over 156 weeks +1.1 stars per week over 157 weeks 172 stars, 148 forks, 7 watches created 2020-03-01, last commit 2021-10-21, main language Jupyter Notebook -### [crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) by [dylanhogg](https://github.com/dylanhogg) -crazy-awesome-python: A curated list of awesome Python frameworks, with a bias towards data and machine learning -[https://www.awesomepython.org/](https://www.awesomepython.org/) -[https://github.com/dylanhogg/crazy-awesome-python](https://github.com/dylanhogg/crazy-awesome-python) -0.38 stars per week over 140 weeks -53 stars, 8 forks, 3 watches -created 2020-06-20, last commit 2023-02-11, main language HTML -awesome-list, data, machine-learning, natural-language-processing, python, python-data, python-frameworks, python-library, python-machine-learning, python-nlp - - ### [rl-course](https://github.com/anyscale/rl-course) by [anyscale](https://github.com/anyscale) anyscale/rl-course [https://github.com/anyscale/rl-course](https://github.com/anyscale/rl-course) -0.32 stars per week over 52 weeks -17 stars, 0 forks, 5 watches +0.34 stars per week over 52 weeks +18 stars, 1 forks, 5 watches created 2022-03-01, last commit 2023-01-02, main language Jupyter Notebook -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/template.md b/categories/template.md index 3724431..938f90f 100644 --- a/categories/template.md +++ b/categories/template.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 10 curated template Python libraries and frameworks ordered by stars. +A selection of 11 curated template Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,8 +9,8 @@ Checkout the interactive version that you can filter and sort: cookiecutter: A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. [https://pypi.org/project/cookiecutter/](https://pypi.org/project/cookiecutter/) [https://github.com/cookiecutter/cookiecutter](https://github.com/cookiecutter/cookiecutter) -37 stars per week over 502 weeks -19,032 stars, 1,795 forks, 232 watches +37 stars per week over 503 weeks +19,044 stars, 1,798 forks, 232 watches created 2013-07-14, last commit 2022-09-09, main language Python cookiecutter, python @@ -18,56 +18,64 @@ created 2013-07-14, last commit 2022-09-09, main language Python ### [full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql) by [tiangolo](https://github.com/tiangolo) full-stack-fastapi-postgresql: Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more. [https://github.com/tiangolo/full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql) -53 stars per week over 209 weeks -11,240 stars, 2,050 forks, 185 watches +53 stars per week over 210 weeks +11,263 stars, 2,054 forks, 187 watches created 2019-02-23, last commit 2020-06-05, main language Python backend, celery, cookiecutter, docker, fastapi, frontend, json, json-schema, jwt, letsencrypt, openapi, openapi3, pgadmin, postgresql, python, python3, swagger, traefik, vue, vuex -### [cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) by [drivendata](https://github.com/drivendata) -cookiecutter-data-science: A logical, reasonably standardized, but flexible project structure for doing and sharing data science work. -[http://drivendata.github.io/cookiecutter-data-science/](http://drivendata.github.io/cookiecutter-data-science/) -[https://github.com/drivendata/cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) -17 stars per week over 383 weeks -6,535 stars, 2,088 forks, 113 watches -created 2015-10-30, last commit 2022-03-11, main language Python -ai, cookiecutter, cookiecutter-data-science, cookiecutter-template, data-science, machine-learning - - ### [pyscaffold](https://github.com/pyscaffold/pyscaffold) pyscaffold: 🛠 Python project template generator with batteries included [https://pyscaffold.org](https://pyscaffold.org) [https://github.com/pyscaffold/pyscaffold](https://github.com/pyscaffold/pyscaffold) 3.73 stars per week over 465 weeks -1,734 stars, 172 forks, 40 watches +1,736 stars, 172 forks, 40 watches created 2014-04-02, last commit 2023-02-21, main language Python distribution, git, package, package-creation, project-template, python, release-automation, template-project -### [fastapi-react](https://github.com/buuntu/fastapi-react) by [buuntu](https://github.com/buuntu) -fastapi-react: 🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker -[https://github.com/buuntu/fastapi-react](https://github.com/buuntu/fastapi-react) -9.92 stars per week over 153 weeks -1,527 stars, 259 forks, 37 watches -created 2020-03-21, last commit 2022-02-18, main language Python -boilerplate, cookiecutter, docker, fastapi, full-stack, jwt, nginx, oauth2, postgres, react, react-admin, sqlalchemy, typescript +### [cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) by [drivendata](https://github.com/drivendata) +cookiecutter-data-science: A logical, reasonably standardized, but flexible project structure for doing and sharing data science work. +[http://drivendata.github.io/cookiecutter-data-science/](http://drivendata.github.io/cookiecutter-data-science/) +[https://github.com/drivendata/cookiecutter-data-science](https://github.com/drivendata/cookiecutter-data-science) +17 stars per week over 383 weeks +6,536 stars, 2,089 forks, 113 watches +created 2015-10-30, last commit 2022-03-11, main language Python +ai, cookiecutter, cookiecutter-data-science, cookiecutter-template, data-science, machine-learning + + +### [fast-api-admin-template](https://github.com/janetech-inc/fast-api-admin-template) by [janetech-inc](https://github.com/janetech-inc) +fast-api-admin-template: A test driven micro-service template to build and deploy a fast-api service with admin feature. +[https://github.com/janetech-inc/fast-api-admin-template](https://github.com/janetech-inc/fast-api-admin-template) +37 stars per week over 2 weeks +96 stars, 10 forks, 3 watches +created 2023-02-15, last commit 2023-03-01, main language JavaScript ### [python-package-template](https://github.com/tezromach/python-package-template) by [tezromach](https://github.com/tezromach) python-package-template: 🚀 Your next Python package needs a bleeding-edge project structure. [https://github.com/tezromach/python-package-template](https://github.com/tezromach/python-package-template) -6.15 stars per week over 150 weeks -924 stars, 92 forks, 6 watches +6.16 stars per week over 150 weeks +927 stars, 92 forks, 6 watches created 2020-04-15, last commit 2022-05-18, main language Python best-practices, codestyle, cookiecutter, formatters, makefile, poetry, python, python-packages, semantic-versions, template +### [fastapi-react](https://github.com/buuntu/fastapi-react) by [buuntu](https://github.com/buuntu) +fastapi-react: 🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker +[https://github.com/buuntu/fastapi-react](https://github.com/buuntu/fastapi-react) +9.91 stars per week over 154 weeks +1,528 stars, 259 forks, 37 watches +created 2020-03-21, last commit 2022-02-18, main language Python +boilerplate, cookiecutter, docker, fastapi, full-stack, jwt, nginx, oauth2, postgres, react, react-admin, sqlalchemy, typescript + + ### [mako](https://github.com/sqlalchemy/mako) by [sqlalchemy](https://github.com/sqlalchemy) Mako Templates for Python [https://www.makotemplates.org](https://www.makotemplates.org) [https://github.com/sqlalchemy/mako](https://github.com/sqlalchemy/mako) 1.1 stars per week over 222 weeks -245 stars, 46 forks, 11 watches +246 stars, 46 forks, 11 watches created 2018-11-26, last commit 2023-01-03, main language Python @@ -84,7 +92,7 @@ created 2020-07-06, last commit 2022-06-10, main language Python python-collab-template: 🛠 Python project template with unit tests, code coverage, linting, type checking, Makefile wrapper, and GitHub Actions. [https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/](https://eugeneyan.com/writing/setting-up-python-project-for-automation-and-collaboration/) [https://github.com/eugeneyan/python-collab-template](https://github.com/eugeneyan/python-collab-template) -0.9 stars per week over 140 weeks +0.9 stars per week over 141 weeks 127 stars, 37 forks, 4 watches created 2020-06-21, last commit 2022-07-02, main language Python coverage, github-actions, hacktoberfest, linting, makefile, python, type-checking, unit-testing @@ -99,7 +107,7 @@ created 2020-02-12, last commit 2022-08-19, main language Python cookiecutter, jupyterlab, python, template -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/term.md b/categories/term.md index 9f589f3..98366a0 100644 --- a/categories/term.md +++ b/categories/term.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 12 curated term Python libraries and frameworks ordered by stars. +A selection of 13 curated term Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,39 +9,49 @@ Checkout the interactive version that you can filter and sort: Rich is a Python library for rich text and beautiful formatting in the terminal. [https://rich.readthedocs.io/en/latest/](https://rich.readthedocs.io/en/latest/) [https://github.com/willmcgugan/rich](https://github.com/willmcgugan/rich) -244 stars per week over 172 weeks -42,256 stars, 1,505 forks, 544 watches -created 2019-11-10, last commit 2023-02-19, main language Python +244 stars per week over 173 weeks +42,276 stars, 1,505 forks, 544 watches +created 2019-11-10, last commit 2023-03-04, main language Python ansi-colors, emoji, markdown, progress-bar, progress-bar-python, python, python-library, python3, rich, syntax-highlighting, tables, terminal, terminal-color, traceback, tracebacks-rich, tui -### [tqdm](https://github.com/tqdm/tqdm) -tqdm: A Fast, Extensible Progress Bar for Python and CLI -[https://tqdm.github.io](https://tqdm.github.io) -[https://github.com/tqdm/tqdm](https://github.com/tqdm/tqdm) -59 stars per week over 404 weeks -24,132 stars, 1,224 forks, 208 watches -created 2015-06-03, last commit 2022-09-03, main language Python -cli, closember, console, discord, gui, jupyter, keras, meter, pandas, parallel, progress, progress-bar, progressbar, progressmeter, python, rate, telegram, terminal, time, utilities +### [textual](https://github.com/willmcgugan/textual) by [willmcgugan](https://github.com/willmcgugan) +Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. +[https://textual.textualize.io/](https://textual.textualize.io/) +[https://github.com/willmcgugan/textual](https://github.com/willmcgugan/textual) +180 stars per week over 99 weeks +17,946 stars, 525 forks, 157 watches +created 2021-04-08, last commit 2023-03-03, main language Python +cli, framework, python, rich, terminal, tui + + +### [typer](https://github.com/tiangolo/typer) by [tiangolo](https://github.com/tiangolo) +Typer, build great CLIs. Easy to code. Based on Python type hints. +[https://typer.tiangolo.com/](https://typer.tiangolo.com/) +[https://github.com/tiangolo/typer](https://github.com/tiangolo/typer) +63 stars per week over 166 weeks +10,601 stars, 427 forks, 68 watches +created 2019-12-24, last commit 2023-02-21, main language Python +cli, click, python, python3, shell, terminal, typehints, typer ### [python-fire](https://github.com/google/python-fire) by [google](https://github.com/google) python-fire: Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. [https://github.com/google/python-fire](https://github.com/google/python-fire) 76 stars per week over 314 weeks -24,049 stars, 1,367 forks, 381 watches +24,057 stars, 1,369 forks, 381 watches created 2017-02-21, last commit 2023-02-13, main language Python cli, python -### [textual](https://github.com/willmcgugan/textual) by [willmcgugan](https://github.com/willmcgugan) -Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. -[https://textual.textualize.io/](https://textual.textualize.io/) -[https://github.com/willmcgugan/textual](https://github.com/willmcgugan/textual) -180 stars per week over 99 weeks -17,923 stars, 524 forks, 157 watches -created 2021-04-08, last commit 2023-03-02, main language Python -cli, framework, python, rich, terminal, tui +### [tqdm](https://github.com/tqdm/tqdm) +tqdm: A Fast, Extensible Progress Bar for Python and CLI +[https://tqdm.github.io](https://tqdm.github.io) +[https://github.com/tqdm/tqdm](https://github.com/tqdm/tqdm) +59 stars per week over 404 weeks +24,141 stars, 1,225 forks, 208 watches +created 2015-06-03, last commit 2023-03-03, main language Python +cli, closember, console, discord, gui, jupyter, keras, meter, pandas, parallel, progress, progress-bar, progressbar, progressmeter, python, rate, telegram, terminal, time, utilities ### [click](https://github.com/pallets/click) by [pallets](https://github.com/pallets) @@ -49,48 +59,38 @@ click: Python composable command line interface toolkit [https://click.palletsprojects.com](https://click.palletsprojects.com) [https://github.com/pallets/click](https://github.com/pallets/click) 29 stars per week over 462 weeks -13,549 stars, 1,315 forks, 180 watches +13,554 stars, 1,315 forks, 180 watches created 2014-04-24, last commit 2023-03-01, main language Python cli, click, pallets, python -### [typer](https://github.com/tiangolo/typer) by [tiangolo](https://github.com/tiangolo) -Typer, build great CLIs. Easy to code. Based on Python type hints. -[https://typer.tiangolo.com/](https://typer.tiangolo.com/) -[https://github.com/tiangolo/typer](https://github.com/tiangolo/typer) -63 stars per week over 166 weeks -10,585 stars, 427 forks, 68 watches -created 2019-12-24, last commit 2023-02-21, main language Python -cli, click, python, python3, shell, terminal, typehints, typer - - -### [urwid](https://github.com/urwid/urwid) -urwid: Console user interface library for Python (official repo) -[urwid.org](urwid.org) -[https://github.com/urwid/urwid](https://github.com/urwid/urwid) -3.75 stars per week over 679 weeks -2,545 stars, 311 forks, 62 watches -created 2010-02-25, last commit 2022-07-12, main language Python +### [prettytable](https://github.com/jazzband/prettytable) by [jazzband](https://github.com/jazzband) +prettytable: Display tabular data in a visually appealing ASCII table format +[https://pypi.org/project/PrettyTable/](https://pypi.org/project/PrettyTable/) +[https://github.com/jazzband/prettytable](https://github.com/jazzband/prettytable) +2.6 stars per week over 372 weeks +968 stars, 122 forks, 20 watches +created 2016-01-15, last commit 2023-03-02, main language Python +package, python, python-3, utility-library ### [blessed](https://github.com/jquast/blessed) by [jquast](https://github.com/jquast) Blessed is an easy, practical library for making python terminal apps [http://pypi.python.org/pypi/blessed](http://pypi.python.org/pypi/blessed) [https://github.com/jquast/blessed](https://github.com/jquast/blessed) -1.9 stars per week over 469 weeks +1.9 stars per week over 470 weeks 893 stars, 68 forks, 23 watches created 2014-03-01, last commit 2023-02-04, main language Python cli, curses, terminal -### [dashing](https://github.com/federicoceratto/dashing) by [federicoceratto](https://github.com/federicoceratto) -dashing: Terminal dashboards for Python -[https://dashing.readthedocs.io/en/latest/](https://dashing.readthedocs.io/en/latest/) -[https://github.com/federicoceratto/dashing](https://github.com/federicoceratto/dashing) -1.16 stars per week over 299 weeks -347 stars, 30 forks, 9 watches -created 2017-06-03, last commit 2020-09-06, main language Python -charts, dashboard, gauges, python, python3, terminal, terminal-based +### [urwid](https://github.com/urwid/urwid) +urwid: Console user interface library for Python (official repo) +[urwid.org](urwid.org) +[https://github.com/urwid/urwid](https://github.com/urwid/urwid) +3.75 stars per week over 679 weeks +2,545 stars, 311 forks, 62 watches +created 2010-02-25, last commit 2022-07-12, main language Python ### [enlighten](https://github.com/rockhopper-technologies/enlighten) by [rockhopper-technologies](https://github.com/rockhopper-technologies) @@ -98,11 +98,30 @@ Enlighten Progress Bar for Python Console Apps [https://python-enlighten.readthedocs.io](https://python-enlighten.readthedocs.io) [https://github.com/rockhopper-technologies/enlighten](https://github.com/rockhopper-technologies/enlighten) 0.98 stars per week over 284 weeks -277 stars, 19 forks, 4 watches +278 stars, 19 forks, 4 watches created 2017-09-22, last commit 2023-02-04, main language Python python +### [terminaltables](https://github.com/matthewdeanmartin/terminaltables) by [matthewdeanmartin](https://github.com/matthewdeanmartin) +terminaltables: Generate simple tables in terminals from a nested list of strings. +[https://robpol86.github.io/terminaltables](https://robpol86.github.io/terminaltables) +[https://github.com/matthewdeanmartin/terminaltables](https://github.com/matthewdeanmartin/terminaltables) +0.38 stars per week over 65 weeks +25 stars, 5 forks, 0 watches +created 2021-12-04, last commit 2022-01-30, main language Python + + +### [dashing](https://github.com/federicoceratto/dashing) by [federicoceratto](https://github.com/federicoceratto) +dashing: Terminal dashboards for Python +[https://dashing.readthedocs.io/en/latest/](https://dashing.readthedocs.io/en/latest/) +[https://github.com/federicoceratto/dashing](https://github.com/federicoceratto/dashing) +1.16 stars per week over 300 weeks +347 stars, 30 forks, 9 watches +created 2017-06-03, last commit 2020-09-06, main language Python +charts, dashboard, gauges, python, python3, terminal, terminal-based + + ### [sparklines](https://github.com/deeplook/sparklines) by [deeplook](https://github.com/deeplook) sparklines: Text-based sparkline command line mimicking those of Edward Tuft. [https://github.com/deeplook/sparklines](https://github.com/deeplook/sparklines) @@ -112,16 +131,7 @@ created 2016-05-17, last commit 2021-06-26, main language Python ascii, command-line-tool, graphs, python, sparkline-graphs, sparklines -### [terminaltables](https://github.com/matthewdeanmartin/terminaltables) by [matthewdeanmartin](https://github.com/matthewdeanmartin) -terminaltables: Generate simple tables in terminals from a nested list of strings. -[https://robpol86.github.io/terminaltables](https://robpol86.github.io/terminaltables) -[https://github.com/matthewdeanmartin/terminaltables](https://github.com/matthewdeanmartin/terminaltables) -0.39 stars per week over 64 weeks -25 stars, 5 forks, 0 watches -created 2021-12-04, last commit 2022-01-30, main language Python - - -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/testing.md b/categories/testing.md index 2b52f4c..304b0a3 100644 --- a/categories/testing.md +++ b/categories/testing.md @@ -9,8 +9,8 @@ Checkout the interactive version that you can filter and sort: locust: Scalable load testing tool written in Python [https://github.com/locustio/locust](https://github.com/locustio/locust) 33 stars per week over 628 weeks -20,777 stars, 2,647 forks, 433 watches -created 2011-02-17, last commit 2023-03-01, main language Python +20,788 stars, 2,648 forks, 433 watches +created 2011-02-17, last commit 2023-03-04, main language Python benchmarking, http, load-generator, load-testing, locust, performance-testing, python @@ -19,8 +19,8 @@ pytest: The pytest framework makes it easy to write small tests, yet scales to s [https://pytest.org](https://pytest.org) [https://github.com/pytest-dev/pytest](https://github.com/pytest-dev/pytest) 24 stars per week over 402 weeks -9,852 stars, 2,269 forks, 194 watches -created 2015-06-15, last commit 2023-02-28, main language Python +9,858 stars, 2,271 forks, 194 watches +created 2015-06-15, last commit 2023-03-03, main language Python hacktoberfest, python, test, testing, unit-testing @@ -29,7 +29,7 @@ robotframework: Generic automation framework for acceptance testing and RPA [http://robotframework.org](http://robotframework.org) [https://github.com/robotframework/robotframework](https://github.com/robotframework/robotframework) 17 stars per week over 453 weeks -7,800 stars, 2,092 forks, 475 watches +7,804 stars, 2,092 forks, 475 watches created 2014-06-27, last commit 2023-03-01, main language Python attd, automation, bdd, python, robotframework, rpa, testautomation, testing @@ -38,35 +38,27 @@ created 2014-06-27, last commit 2023-03-01, main language Python Hypothesis is a powerful, flexible, and easy to use library for property-based testing. [https://hypothesis.works](https://hypothesis.works) [https://github.com/hypothesisworks/hypothesis](https://github.com/hypothesisworks/hypothesis) -12 stars per week over 520 weeks -6,551 stars, 550 forks, 68 watches +12 stars per week over 521 weeks +6,552 stars, 550 forks, 68 watches created 2013-03-10, last commit 2023-02-17, main language Python fuzzing, property-based-testing, python, testing -### [beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) by [newsapps](https://github.com/newsapps) -beeswithmachineguns: A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications). -[http://apps.chicagotribune.com/](http://apps.chicagotribune.com/) -[https://github.com/newsapps/beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) -9.51 stars per week over 661 weeks -6,293 stars, 664 forks, 227 watches -created 2010-06-29, last commit 2017-12-20, main language Python - - -### [freezegun](https://github.com/spulec/freezegun) by [spulec](https://github.com/spulec) -freezegun: Let your Python tests travel through time -[https://github.com/spulec/freezegun](https://github.com/spulec/freezegun) -6.73 stars per week over 533 weeks -3,591 stars, 249 forks, 31 watches -created 2012-12-11, last commit 2023-02-22, main language Python +### [coveragepy](https://github.com/nedbat/coveragepy) by [nedbat](https://github.com/nedbat) +coveragepy: The code coverage tool for Python +[https://coverage.readthedocs.io](https://coverage.readthedocs.io) +[https://github.com/nedbat/coveragepy](https://github.com/nedbat/coveragepy) +9.8 stars per week over 245 weeks +2,402 stars, 346 forks, 27 watches +created 2018-06-23, last commit 2023-02-26, main language Python ### [tox](https://github.com/tox-dev/tox) by [tox-dev](https://github.com/tox-dev) tox: Command line driven CI frontend and development task automation tool. [https://tox.wiki](https://tox.wiki) [https://github.com/tox-dev/tox](https://github.com/tox-dev/tox) -9.49 stars per week over 336 weeks -3,196 stars, 461 forks, 41 watches +9.48 stars per week over 337 weeks +3,197 stars, 461 forks, 41 watches created 2016-09-17, last commit 2023-03-02, main language Python actions, appveyor, automation, azure-pipelines, circleci, cli, continuous-integration, gitlab, hacktoberfest, pep-621, python, testing, travis, venv, virtualenv @@ -76,34 +68,35 @@ SeleniumBase: A Python browser automation framework for creating reliable end-to [https://seleniumbase.io](https://seleniumbase.io) [https://github.com/seleniumbase/seleniumbase](https://github.com/seleniumbase/seleniumbase) 6.72 stars per week over 469 weeks -3,155 stars, 762 forks, 122 watches -created 2014-03-04, last commit 2023-03-02, main language Python +3,157 stars, 761 forks, 122 watches +created 2014-03-04, last commit 2023-03-04, main language Python behave, chrome, chromedriver, e2e-testing, firefox, pytest, pytest-plugin, python, python3, selenium, selenium-python, seleniumbase, test, web-automation, webdriver, webkit -### [behave](https://github.com/behave/behave) -behave: BDD, Python style. -[https://github.com/behave/behave](https://github.com/behave/behave) -4.69 stars per week over 592 weeks -2,778 stars, 610 forks, 119 watches -created 2011-10-25, last commit 2022-12-19, main language Python +### [freezegun](https://github.com/spulec/freezegun) by [spulec](https://github.com/spulec) +freezegun: Let your Python tests travel through time +[https://github.com/spulec/freezegun](https://github.com/spulec/freezegun) +6.73 stars per week over 533 weeks +3,594 stars, 249 forks, 31 watches +created 2012-12-11, last commit 2023-02-22, main language Python -### [coveragepy](https://github.com/nedbat/coveragepy) by [nedbat](https://github.com/nedbat) -coveragepy: The code coverage tool for Python -[https://coverage.readthedocs.io](https://coverage.readthedocs.io) -[https://github.com/nedbat/coveragepy](https://github.com/nedbat/coveragepy) -9.81 stars per week over 244 weeks -2,403 stars, 346 forks, 27 watches -created 2018-06-23, last commit 2023-02-26, main language Python +### [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) by [pytest-dev](https://github.com/pytest-dev) +pytest-xdist: pytest plugin for distributed testing and loop-on-failures testing modes. +[https://pytest-xdist.readthedocs.io](https://pytest-xdist.readthedocs.io) +[https://github.com/pytest-dev/pytest-xdist](https://github.com/pytest-dev/pytest-xdist) +2.81 stars per week over 391 weeks +1,100 stars, 192 forks, 47 watches +created 2015-09-01, last commit 2023-02-27, main language Python +hacktoberfest, pytest, pytest-plugin ### [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) by [pytest-dev](https://github.com/pytest-dev) pytest-testinfra: Testinfra test your infrastructures [https://testinfra.readthedocs.io](https://testinfra.readthedocs.io) [https://github.com/pytest-dev/pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) -5.22 stars per week over 415 weeks -2,168 stars, 321 forks, 82 watches +5.21 stars per week over 416 weeks +2,169 stars, 321 forks, 82 watches created 2015-03-15, last commit 2023-01-11, main language Python ansible, chef, devops, devops-tools, docker, infrastructure-as-code, infrastructure-testing, kubernetes, nagios, puppet, pytest-plugin, python, saltstack, tdd, tdd-utilities, testing, testing-tools @@ -112,21 +105,48 @@ created 2015-03-15, last commit 2023-01-11, main language Python pytest-mock: Thin-wrapper around the mock package for easier use with pytest [https://pytest-mock.readthedocs.io/en/latest/](https://pytest-mock.readthedocs.io/en/latest/) [https://github.com/pytest-dev/pytest-mock](https://github.com/pytest-dev/pytest-mock) -3.41 stars per week over 450 weeks -1,537 stars, 122 forks, 33 watches +3.42 stars per week over 450 weeks +1,541 stars, 122 forks, 33 watches created 2014-07-17, last commit 2023-02-27, main language Python hacktoberfest, mock, pytest +### [tavern](https://github.com/taverntesting/tavern) by [taverntesting](https://github.com/taverntesting) +tavern: A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax +[https://taverntesting.github.io/](https://taverntesting.github.io/) +[https://github.com/taverntesting/tavern](https://github.com/taverntesting/tavern) +3.28 stars per week over 278 weeks +913 stars, 182 forks, 28 watches +created 2017-11-01, last commit 2023-02-16, main language Python +http, mqtt, pytest, python, test-automation, testing + + +### [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) by [pytest-dev](https://github.com/pytest-dev) +pytest-asyncio: Asyncio support for pytest +[https://pytest-asyncio.readthedocs.io](https://pytest-asyncio.readthedocs.io) +[https://github.com/pytest-dev/pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) +2.68 stars per week over 412 weeks +1,106 stars, 118 forks, 35 watches +created 2015-04-11, last commit 2023-02-25, main language Python + + ### [pytest-cov](https://github.com/pytest-dev/pytest-cov) by [pytest-dev](https://github.com/pytest-dev) pytest-cov: Coverage plugin for pytest. [https://github.com/pytest-dev/pytest-cov](https://github.com/pytest-dev/pytest-cov) -3.02 stars per week over 463 weeks +3.01 stars per week over 463 weeks 1,397 stars, 192 forks, 34 watches created 2014-04-17, last commit 2023-02-28, main language Python pytest, python +### [behave](https://github.com/behave/behave) +behave: BDD, Python style. +[https://github.com/behave/behave](https://github.com/behave/behave) +4.69 stars per week over 592 weeks +2,778 stars, 610 forks, 119 watches +created 2011-10-25, last commit 2022-12-19, main language Python + + ### [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) by [pytest-dev](https://github.com/pytest-dev) pytest-bdd: BDD library for the py.test runner [https://pytest-bdd.readthedocs.io/en/latest/](https://pytest-bdd.readthedocs.io/en/latest/) @@ -136,25 +156,6 @@ pytest-bdd: BDD library for the py.test runner created 2013-03-29, last commit 2023-02-27, main language Python -### [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) by [pytest-dev](https://github.com/pytest-dev) -pytest-asyncio: Asyncio support for pytest -[https://pytest-asyncio.readthedocs.io](https://pytest-asyncio.readthedocs.io) -[https://github.com/pytest-dev/pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) -2.69 stars per week over 411 weeks -1,106 stars, 118 forks, 35 watches -created 2015-04-11, last commit 2023-02-25, main language Python - - -### [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) by [pytest-dev](https://github.com/pytest-dev) -pytest-xdist: pytest plugin for distributed testing and loop-on-failures testing modes. -[https://pytest-xdist.readthedocs.io](https://pytest-xdist.readthedocs.io) -[https://github.com/pytest-dev/pytest-xdist](https://github.com/pytest-dev/pytest-xdist) -2.81 stars per week over 391 weeks -1,100 stars, 192 forks, 47 watches -created 2015-09-01, last commit 2023-02-27, main language Python -hacktoberfest, pytest, pytest-plugin - - ### [pytest-sugar](https://github.com/teemu/pytest-sugar) by [teemu](https://github.com/teemu) pytest-sugar: a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly) [https://github.com/teemu/pytest-sugar](https://github.com/teemu/pytest-sugar) @@ -164,25 +165,24 @@ created 2013-06-25, last commit 2022-12-11, main language Python pytest, pytest-plugin, pytest-sugar, python, testing -### [tavern](https://github.com/taverntesting/tavern) by [taverntesting](https://github.com/taverntesting) -tavern: A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax -[https://taverntesting.github.io/](https://taverntesting.github.io/) -[https://github.com/taverntesting/tavern](https://github.com/taverntesting/tavern) -3.28 stars per week over 278 weeks -913 stars, 182 forks, 28 watches -created 2017-11-01, last commit 2023-02-16, main language Python -http, mqtt, pytest, python, test-automation, testing +### [beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) by [newsapps](https://github.com/newsapps) +beeswithmachineguns: A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications). +[http://apps.chicagotribune.com/](http://apps.chicagotribune.com/) +[https://github.com/newsapps/beeswithmachineguns](https://github.com/newsapps/beeswithmachineguns) +9.51 stars per week over 661 weeks +6,293 stars, 664 forks, 227 watches +created 2010-06-29, last commit 2017-12-20, main language Python ### [parameterized](https://github.com/wolever/parameterized) by [wolever](https://github.com/wolever) Parameterized testing with any Python test framework [https://github.com/wolever/parameterized](https://github.com/wolever/parameterized) -1.26 stars per week over 572 weeks +1.26 stars per week over 573 weeks 724 stars, 95 forks, 18 watches created 2012-03-10, last commit 2023-03-02, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/time-series.md b/categories/time-series.md index bebbfca..fafc6ce 100644 --- a/categories/time-series.md +++ b/categories/time-series.md @@ -1,112 +1,103 @@ # Crazy Awesome Python -A selection of 18 curated time-series Python libraries and frameworks ordered by stars. +A selection of 21 curated time-series Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) -### [prophet](https://github.com/facebook/prophet) by [facebook](https://github.com/facebook) -prophet: Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. -[https://facebook.github.io/prophet](https://facebook.github.io/prophet) -[https://github.com/facebook/prophet](https://github.com/facebook/prophet) -47 stars per week over 328 weeks -15,554 stars, 4,371 forks, 421 watches -created 2016-11-16, last commit 2023-02-28, main language Python -forecasting, python, r - - -### [tsfresh](https://github.com/blue-yonder/tsfresh) by [blue-yonder](https://github.com/blue-yonder) -tsfresh: Automatic extraction of relevant features from time series: -[http://tsfresh.readthedocs.io](http://tsfresh.readthedocs.io) -[https://github.com/blue-yonder/tsfresh](https://github.com/blue-yonder/tsfresh) -21 stars per week over 331 weeks -7,116 stars, 1,119 forks, 159 watches -created 2016-10-26, last commit 2023-02-28, main language Jupyter Notebook -data-science, feature-extraction, time-series - - ### [sktime](https://github.com/sktime/sktime) sktime: A unified framework for machine learning with time series [https://www.sktime.net](https://www.sktime.net) [https://github.com/sktime/sktime](https://github.com/sktime/sktime) 27 stars per week over 225 weeks -6,213 stars, 1,031 forks, 107 watches +6,216 stars, 1,032 forks, 107 watches created 2018-11-06, last commit 2023-03-02, main language Python data-mining, data-science, forecasting, machine-learning, scikit-learn, time-series, time-series-analysis, time-series-classification, time-series-regression +### [prophet](https://github.com/facebook/prophet) by [facebook](https://github.com/facebook) +prophet: Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. +[https://facebook.github.io/prophet](https://facebook.github.io/prophet) +[https://github.com/facebook/prophet](https://github.com/facebook/prophet) +47 stars per week over 328 weeks +15,558 stars, 4,372 forks, 421 watches +created 2016-11-16, last commit 2023-02-28, main language Python +forecasting, python, r + + ### [darts](https://github.com/unit8co/darts) by [unit8co](https://github.com/unit8co) darts: A python library for user-friendly forecasting and anomaly detection on time series. [https://unit8co.github.io/darts/](https://unit8co.github.io/darts/) [https://github.com/unit8co/darts](https://github.com/unit8co/darts) 23 stars per week over 233 weeks -5,476 stars, 602 forks, 45 watches +5,483 stars, 603 forks, 46 watches created 2018-09-13, last commit 2023-02-28, main language Python anomaly-detection, data-science, deep-learning, forecasting, machine-learning, python, time-series -### [Kats](https://github.com/facebookresearch/kats) by [facebookresearch](https://github.com/facebookresearch) -Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends. -[https://github.com/facebookresearch/kats](https://github.com/facebookresearch/kats) -40 stars per week over 105 weeks -4,238 stars, 451 forks, 73 watches -created 2021-02-25, last commit 2023-03-02, main language Python - - ### [gluonts](https://github.com/awslabs/gluonts) by [awslabs](https://github.com/awslabs) gluonts: Probabilistic time series modeling in Python [https://ts.gluon.ai](https://ts.gluon.ai) [https://github.com/awslabs/gluonts](https://github.com/awslabs/gluonts) 17 stars per week over 198 weeks -3,377 stars, 680 forks, 70 watches +3,381 stars, 681 forks, 70 watches created 2019-05-15, last commit 2023-03-02, main language Python artificial-intelligence, aws, data-science, deep-learning, forecasting, machine-learning, mxnet, neural-networks, pytorch, sagemaker, time-series, time-series-forecasting, time-series-prediction, timeseries +### [statsforecast](https://github.com/nixtla/statsforecast) by [nixtla](https://github.com/nixtla) +statsforecast: Lightning ⚡️ fast forecasting with statistical and econometric models. +[https://nixtla.github.io/statsforecast/](https://nixtla.github.io/statsforecast/) +[https://github.com/nixtla/statsforecast](https://github.com/nixtla/statsforecast) +34 stars per week over 66 weeks +2,300 stars, 147 forks, 18 watches +created 2021-11-24, last commit 2023-03-04, main language Python +arima, automl, baselines, data-science, econometrics, ets, exponential-smoothing, fbprophet, forecasting, machine-learning, mstl, naive, neuralprophet, predictions, prophet, python, seasonal-naive, statistics, theta, time-series + + +### [Kats](https://github.com/facebookresearch/kats) by [facebookresearch](https://github.com/facebookresearch) +Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends. +[https://github.com/facebookresearch/kats](https://github.com/facebookresearch/kats) +40 stars per week over 105 weeks +4,241 stars, 452 forks, 73 watches +created 2021-02-25, last commit 2023-03-02, main language Python + + ### [Merlion](https://github.com/salesforce/merlion) by [salesforce](https://github.com/salesforce) Merlion: A Machine Learning Framework for Time Series Intelligence [https://github.com/salesforce/merlion](https://github.com/salesforce/merlion) 34 stars per week over 83 weeks -2,888 stars, 247 forks, 46 watches +2,891 stars, 247 forks, 46 watches created 2021-07-28, last commit 2023-02-15, main language Python anomaly-detection, automl, benchmarking, ensemble-learning, forecasting, machine-learning, time-series +### [tsfresh](https://github.com/blue-yonder/tsfresh) by [blue-yonder](https://github.com/blue-yonder) +tsfresh: Automatic extraction of relevant features from time series: +[http://tsfresh.readthedocs.io](http://tsfresh.readthedocs.io) +[https://github.com/blue-yonder/tsfresh](https://github.com/blue-yonder/tsfresh) +21 stars per week over 331 weeks +7,118 stars, 1,120 forks, 158 watches +created 2016-10-26, last commit 2023-02-28, main language Jupyter Notebook +data-science, feature-extraction, time-series + + ### [stumpy](https://github.com/tdameritrade/stumpy) by [tdameritrade](https://github.com/tdameritrade) STUMPY is a powerful and scalable Python library for modern time series analysis [https://stumpy.readthedocs.io/en/latest/](https://stumpy.readthedocs.io/en/latest/) [https://github.com/tdameritrade/stumpy](https://github.com/tdameritrade/stumpy) 12 stars per week over 200 weeks -2,561 stars, 248 forks, 53 watches +2,562 stars, 248 forks, 53 watches created 2019-05-03, last commit 2023-02-16, main language Python anomaly-detection, dask, data-science, matrix-profile, motif-discovery, numba, pattern-matching, pydata, python, time-series-analysis, time-series-data-mining, time-series-segmentation -### [statsforecast](https://github.com/nixtla/statsforecast) by [nixtla](https://github.com/nixtla) -statsforecast: Lightning ⚡️ fast forecasting with statistical and econometric models. -[https://nixtla.github.io/statsforecast/](https://nixtla.github.io/statsforecast/) -[https://github.com/nixtla/statsforecast](https://github.com/nixtla/statsforecast) -34 stars per week over 66 weeks -2,296 stars, 146 forks, 18 watches -created 2021-11-24, last commit 2023-02-28, main language Python -arima, automl, baselines, data-science, econometrics, ets, exponential-smoothing, fbprophet, forecasting, machine-learning, mstl, naive, neuralprophet, predictions, prophet, python, seasonal-naive, statistics, theta, time-series - - -### [pyflux](https://github.com/rjt1990/pyflux) by [rjt1990](https://github.com/rjt1990) -pyflux: Open source time series library for Python -[https://github.com/rjt1990/pyflux](https://github.com/rjt1990/pyflux) -5.48 stars per week over 367 weeks -2,012 stars, 236 forks, 70 watches -created 2016-02-16, last commit 2018-12-16, main language Python -statistics, time-series - - ### [orbit](https://github.com/uber/orbit) by [uber](https://github.com/uber) orbit: A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. [https://orbit-ml.readthedocs.io/en/stable/](https://orbit-ml.readthedocs.io/en/stable/) [https://github.com/uber/orbit](https://github.com/uber/orbit) -9.79 stars per week over 164 weeks -1,610 stars, 120 forks, 33 watches +9.76 stars per week over 164 weeks +1,608 stars, 120 forks, 33 watches created 2020-01-07, last commit 2023-01-29, main language Python arima, bayesian, bayesian-methods, bayesian-statistics, changepoint, exponential-smoothing, forecast, forecasting, machine-learning, orbit, probabilistic, probabilistic-programming, pyro, pystan, python, pytorch, regression, regression-models, stan, time-series @@ -115,12 +106,22 @@ created 2020-01-07, last commit 2023-01-29, main language Python flow-forecast: Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting). [https://flow-forecast.atlassian.net/wiki/spaces/FF/overview](https://flow-forecast.atlassian.net/wiki/spaces/FF/overview) [https://github.com/aistream-peelout/flow-forecast](https://github.com/aistream-peelout/flow-forecast) -7.18 stars per week over 185 weeks +7.17 stars per week over 185 weeks 1,330 stars, 227 forks, 21 watches created 2019-08-15, last commit 2023-02-27, main language Python anomaly-detection, deep-learning, deep-neural-networks, forecasting, hacktoberfest, lstm, pytorch, state-of-the-art-models, time-series, time-series-analysis, time-series-forecasting, time-series-regression, transfer-learning, transformer +### [pastas](https://github.com/pastas/pastas) +pastas: :spaghetti: Pastas is an open-source Python framework for the analysis of groundwater time series. +[https://pastas.readthedocs.io](https://pastas.readthedocs.io) +[https://github.com/pastas/pastas](https://github.com/pastas/pastas) +0.82 stars per week over 359 weeks +295 stars, 55 forks, 18 watches +created 2016-04-15, last commit 2023-02-07, main language Python +analysis, groundwater, hydrology, pastas, python, timeseries + + ### [pmdarima](https://github.com/alkaline-ml/pmdarima) by [alkaline-ml](https://github.com/alkaline-ml) pmdarima: A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function. [https://www.alkaline-ml.com/pmdarima](https://www.alkaline-ml.com/pmdarima) @@ -131,54 +132,80 @@ created 2017-03-30, last commit 2022-12-20, main language Python arima, econometrics, forecasting, forecasting-models, machine-learning, pmdarima, python, sarimax, time-series +### [microprediction](https://github.com/microprediction/microprediction) +microprediction: If you can measure it, consider it predicted +[http://www.microprediction.org](http://www.microprediction.org) +[https://github.com/microprediction/microprediction](https://github.com/microprediction/microprediction) +1.51 stars per week over 158 weeks +239 stars, 39 forks, 13 watches +created 2020-02-20, last commit 2023-03-04, main language Jupyter Notebook +fbprophet, filterpy, hmmlearn, kalman-filter, keras, nowcasting, online-algorithms, pmdarima, time-series, timeseries, timeseries-analysis, timeseries-clustering, timeseries-data, timeseries-database, timeseries-forecasting, timeseries-prediction, tsfresh, tslearn + + ### [AutoTS](https://github.com/winedarksea/autots) by [winedarksea](https://github.com/winedarksea) AutoTS: Automated Time Series Forecasting [https://github.com/winedarksea/autots](https://github.com/winedarksea/autots) 3.99 stars per week over 170 weeks -680 stars, 65 forks, 14 watches +681 stars, 65 forks, 14 watches created 2019-11-26, last commit 2023-02-02, main language Python automl, autots, deep-learning, feature-engineering, forecasting, machine-learning, preprocessing, time-series +### [arch](https://github.com/bashtage/arch) by [bashtage](https://github.com/bashtage) +ARCH models in Python +[https://github.com/bashtage/arch](https://github.com/bashtage/arch) +2.41 stars per week over 444 weeks +1,072 stars, 229 forks, 42 watches +created 2014-08-29, last commit 2022-11-10, main language Python +adf, arch, bootstrap, df-gls, dickey-fuller, finance, financial-econometrics, forecasting, model-confidence-set, multiple-comparison-procedures, phillips-perron, reality-check, risk, spa, time-series, unit-root, variance, volatility + + ### [Auto_TS](https://github.com/autoviml/auto_ts) by [autoviml](https://github.com/autoviml) Auto_TS: Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows. [https://github.com/autoviml/auto_ts](https://github.com/autoviml/auto_ts) -3.46 stars per week over 158 weeks -549 stars, 97 forks, 17 watches +3.46 stars per week over 159 weeks +550 stars, 97 forks, 17 watches created 2020-02-15, last commit 2023-02-22, main language Jupyter Notebook arima, auto-arima, auto-sklearn, auto-timeseries, autokeras, automl, autosklearn, prophet, python, python3, sklearn, time-series, time-series-analysis, tpot +### [pyflux](https://github.com/rjt1990/pyflux) by [rjt1990](https://github.com/rjt1990) +pyflux: Open source time series library for Python +[https://github.com/rjt1990/pyflux](https://github.com/rjt1990/pyflux) +5.47 stars per week over 367 weeks +2,013 stars, 236 forks, 70 watches +created 2016-02-16, last commit 2018-12-16, main language Python +statistics, time-series + + +### [DeepTime](https://github.com/salesforce/deeptime) by [salesforce](https://github.com/salesforce) +PyTorch code for DeepTime: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting +[https://github.com/salesforce/deeptime](https://github.com/salesforce/deeptime) +5.91 stars per week over 35 weeks +212 stars, 36 forks, 7 watches +created 2022-06-27, last commit 2022-11-03, main language Python +deep-learning, forecasting, implicit-neural-representation, meta-learning, time-series, time-series-forecasting, time-series-regression + + ### [atspy](https://github.com/firmai/atspy) by [firmai](https://github.com/firmai) AtsPy: Automated Time Series Models in Python (by @firmai) [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631) [https://github.com/firmai/atspy](https://github.com/firmai/atspy) 2.94 stars per week over 161 weeks -474 stars, 88 forks, 20 watches +476 stars, 88 forks, 20 watches created 2020-01-28, last commit 2021-12-18, main language Python automated, finance, forecasting, forecasting-models, python, time-series, time-series-analysis -### [pastas](https://github.com/pastas/pastas) -pastas: :spaghetti: Pastas is an open-source Python framework for the analysis of groundwater time series. -[https://pastas.readthedocs.io](https://pastas.readthedocs.io) -[https://github.com/pastas/pastas](https://github.com/pastas/pastas) -0.82 stars per week over 359 weeks -295 stars, 55 forks, 18 watches -created 2016-04-15, last commit 2023-02-07, main language Python -analysis, groundwater, hydrology, pastas, python, timeseries - - -### [DeepTime](https://github.com/salesforce/deeptime) by [salesforce](https://github.com/salesforce) -PyTorch code for DeepTime: Deep Time-Index Meta-Learning for Non-Stationary Time-Series Forecasting -[https://github.com/salesforce/deeptime](https://github.com/salesforce/deeptime) -5.96 stars per week over 35 weeks -212 stars, 36 forks, 7 watches -created 2022-06-27, last commit 2022-11-03, main language Python -deep-learning, forecasting, implicit-neural-representation, meta-learning, time-series, time-series-forecasting, time-series-regression +### [PyCausality](https://github.com/zackeskin/pycausality) by [zackeskin](https://github.com/zackeskin) +PyCausality: Calculate predictive causality between time series using information-theoretic techniques +[https://github.com/zackeskin/pycausality](https://github.com/zackeskin/pycausality) +0.28 stars per week over 240 weeks +67 stars, 22 forks, 6 watches +created 2018-07-26, last commit 2018-12-24, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/typing.md b/categories/typing.md index fce9b1b..3696de9 100644 --- a/categories/typing.md +++ b/categories/typing.md @@ -1,35 +1,35 @@ # Crazy Awesome Python -A selection of 10 curated typing Python libraries and frameworks ordered by stars. +A selection of 9 curated typing Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) +### [pyright](https://github.com/microsoft/pyright) by [microsoft](https://github.com/microsoft) +pyright: Static type checker for Python +[https://github.com/microsoft/pyright](https://github.com/microsoft/pyright) +47 stars per week over 207 weeks +9,793 stars, 849 forks, 94 watches +created 2019-03-12, last commit 2023-03-04, main language Python + + ### [mypy](https://github.com/python/mypy) by [python](https://github.com/python) mypy: Optional static typing for Python [https://www.mypy-lang.org/](https://www.mypy-lang.org/) [https://github.com/python/mypy](https://github.com/python/mypy) 27 stars per week over 534 weeks -14,933 stars, 2,462 forks, 228 watches -created 2012-12-07, last commit 2023-03-02, main language Python +14,936 stars, 2,463 forks, 228 watches +created 2012-12-07, last commit 2023-03-03, main language Python linter, python, typechecker, types, typing -### [pyright](https://github.com/microsoft/pyright) by [microsoft](https://github.com/microsoft) -pyright: Static type checker for Python -[https://github.com/microsoft/pyright](https://github.com/microsoft/pyright) -47 stars per week over 207 weeks -9,788 stars, 846 forks, 93 watches -created 2019-03-12, last commit 2023-03-02, main language Python - - ### [pyre-check](https://github.com/facebook/pyre-check) by [facebook](https://github.com/facebook) pyre-check: Performant type-checking for python. [https://pyre-check.org/](https://pyre-check.org/) [https://github.com/facebook/pyre-check](https://github.com/facebook/pyre-check) 22 stars per week over 277 weeks -6,261 stars, 416 forks, 112 watches -created 2017-11-10, last commit 2023-03-02, main language OCaml +6,261 stars, 417 forks, 112 watches +created 2017-11-10, last commit 2023-03-03, main language OCaml abstract-interpretation, code-quality, control-flow-analysis, ocaml, program-analysis, python, security, static-analysis, taint-analysis, type-check, typechecker @@ -47,33 +47,33 @@ created 2015-01-27, last commit 2023-02-27, main language Python pytype: A static type analyzer for Python code [https://google.github.io/pytype](https://google.github.io/pytype) [https://github.com/google/pytype](https://github.com/google/pytype) -9.94 stars per week over 415 weeks -4,129 stars, 267 forks, 56 watches -created 2015-03-18, last commit 2023-03-02, main language Python +9.93 stars per week over 415 weeks +4,128 stars, 267 forks, 56 watches +created 2015-03-18, last commit 2023-03-03, main language Python linter, python, static-analysis, static-code-analysis, typechecker, types, typing +### [typeguard](https://github.com/agronholm/typeguard) by [agronholm](https://github.com/agronholm) +typeguard: Run-time type checker for Python +[https://github.com/agronholm/typeguard](https://github.com/agronholm/typeguard) +2.98 stars per week over 375 weeks +1,117 stars, 82 forks, 16 watches +created 2015-12-27, last commit 2023-03-01, main language Python + + ### [torchtyping](https://github.com/patrick-kidger/torchtyping) by [patrick-kidger](https://github.com/patrick-kidger) torchtyping: Type annotations and dynamic checking for a tensor's shape, dtype, names, etc. [https://github.com/patrick-kidger/torchtyping](https://github.com/patrick-kidger/torchtyping) -11 stars per week over 100 weeks +11 stars per week over 101 weeks 1,202 stars, 28 forks, 14 watches created 2021-03-28, last commit 2023-01-20, main language Python named-tensors, python-typing, pytorch, shape, tensors, typing -### [typeguard](https://github.com/agronholm/typeguard) by [agronholm](https://github.com/agronholm) -typeguard: Run-time type checker for Python -[https://github.com/agronholm/typeguard](https://github.com/agronholm/typeguard) -2.96 stars per week over 374 weeks -1,110 stars, 82 forks, 16 watches -created 2015-12-27, last commit 2023-03-01, main language Python - - ### [cattrs](https://github.com/python-attrs/cattrs) by [python-attrs](https://github.com/python-attrs) cattrs: Complex custom class converters for attrs. [https://github.com/python-attrs/cattrs](https://github.com/python-attrs/cattrs) -1.78 stars per week over 339 weeks +1.77 stars per week over 340 weeks 603 stars, 86 forks, 16 watches created 2016-08-28, last commit 2023-03-02, main language Python attrs, deserialization, serialization @@ -84,18 +84,10 @@ jellezijlstra/autotyping [https://github.com/jellezijlstra/autotyping](https://github.com/jellezijlstra/autotyping) 1.43 stars per week over 88 weeks 126 stars, 9 forks, 4 watches -created 2021-06-25, last commit 2023-02-14, main language Python - - -### [docutils-stubs](https://github.com/tk0miya/docutils-stubs) by [tk0miya](https://github.com/tk0miya) -tk0miya/docutils-stubs -[https://github.com/tk0miya/docutils-stubs](https://github.com/tk0miya/docutils-stubs) -0.03 stars per week over 226 weeks -7 stars, 5 forks, 6 watches -created 2018-11-02, last commit 2022-01-02, main language Python +created 2021-06-25, last commit 2023-03-03, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/util.md b/categories/util.md index 9d30b70..94e4a1d 100644 --- a/categories/util.md +++ b/categories/util.md @@ -1,27 +1,37 @@ # Crazy Awesome Python -A selection of 145 curated util Python libraries and frameworks ordered by stars. +A selection of 146 curated util Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) +### [cpython](https://github.com/python/cpython) by [python](https://github.com/python) +cpython: The Python programming language +[https://www.python.org/](https://www.python.org/) +[https://github.com/python/cpython](https://github.com/python/cpython) +161 stars per week over 316 weeks +50,982 stars, 25,966 forks, 1,473 watches +created 2017-02-10, last commit 2023-03-04, main language Python + + ### [core](https://github.com/home-assistant/core) by [home-assistant](https://github.com/home-assistant) core: :house_with_garden: Open source home automation that puts local control and privacy first. [https://www.home-assistant.io](https://www.home-assistant.io) [https://github.com/home-assistant/core](https://github.com/home-assistant/core) 118 stars per week over 493 weeks -58,569 stars, 22,197 forks, 1,349 watches -created 2013-09-17, last commit 2023-03-03, main language Python +58,588 stars, 22,223 forks, 1,352 watches +created 2013-09-17, last commit 2023-03-04, main language Python asyncio, hacktoberfest, home-automation, internet-of-things, iot, mqtt, python, raspberry-pi -### [cpython](https://github.com/python/cpython) by [python](https://github.com/python) -cpython: The Python programming language -[https://www.python.org/](https://www.python.org/) -[https://github.com/python/cpython](https://github.com/python/cpython) -161 stars per week over 316 weeks -50,959 stars, 25,948 forks, 1,472 watches -created 2017-02-10, last commit 2023-03-02, main language Python +### [ruff](https://github.com/charliermarsh/ruff) by [charliermarsh](https://github.com/charliermarsh) +ruff: An extremely fast Python linter, written in Rust. +[https://beta.ruff.rs](https://beta.ruff.rs) +[https://github.com/charliermarsh/ruff](https://github.com/charliermarsh/ruff) +319 stars per week over 29 weeks +9,508 stars, 302 forks, 48 watches +created 2022-08-09, last commit 2023-03-04, main language Rust +linter, pep8, python, python3, ruff, rust, rustpython, static-analysis, static-code-analysis, style-guide, styleguide ### [black](https://github.com/psf/black) by [psf](https://github.com/psf) @@ -29,56 +39,68 @@ black: The uncompromising Python code formatter [https://black.readthedocs.io/en/stable/](https://black.readthedocs.io/en/stable/) [https://github.com/psf/black](https://github.com/psf/black) 121 stars per week over 259 weeks -31,509 stars, 2,032 forks, 230 watches +31,523 stars, 2,033 forks, 230 watches created 2018-03-14, last commit 2023-02-27, main language Python autopep8, code, codeformatter, formatter, gofmt, hacktoberfest, pre-commit-hook, python, yapf +### [poetry](https://github.com/python-poetry/poetry) by [python-poetry](https://github.com/python-poetry) +poetry: Python packaging and dependency management made easy +[https://python-poetry.org](https://python-poetry.org) +[https://github.com/python-poetry/poetry](https://github.com/python-poetry/poetry) +91 stars per week over 261 weeks +24,007 stars, 1,919 forks, 184 watches +created 2018-02-28, last commit 2023-03-04, main language Python +dependency-manager, package-manager, packaging, poetry, python + + ### [pyenv](https://github.com/pyenv/pyenv) pyenv: Simple Python version management [https://github.com/pyenv/pyenv](https://github.com/pyenv/pyenv) 56 stars per week over 548 weeks -30,833 stars, 2,722 forks, 384 watches +30,854 stars, 2,723 forks, 384 watches created 2012-08-31, last commit 2023-03-02, main language Roff python, shell +### [pydantic](https://github.com/samuelcolvin/pydantic) by [samuelcolvin](https://github.com/samuelcolvin) +pydantic: Data validation using Python type hints +[https://docs.pydantic.dev](https://docs.pydantic.dev) +[https://github.com/samuelcolvin/pydantic](https://github.com/samuelcolvin/pydantic) +41 stars per week over 304 weeks +12,670 stars, 1,176 forks, 91 watches +created 2017-05-03, last commit 2023-03-03, main language Python +hints, json-schema, parsing, pydantic, python, python310, python311, python37, python38, python39, validation + + ### [diagrams](https://github.com/mingrammer/diagrams) by [mingrammer](https://github.com/mingrammer) diagrams: :art: Diagram as Code for prototyping cloud system architectures [https://diagrams.mingrammer.com](https://diagrams.mingrammer.com) [https://github.com/mingrammer/diagrams](https://github.com/mingrammer/diagrams) -173 stars per week over 160 weeks -27,938 stars, 1,717 forks, 346 watches +173 stars per week over 161 weeks +27,950 stars, 1,717 forks, 346 watches created 2020-02-02, last commit 2023-01-13, main language Python architecture, diagram, diagram-as-code, graphviz -### [poetry](https://github.com/python-poetry/poetry) by [python-poetry](https://github.com/python-poetry) -poetry: Python packaging and dependency management made easy -[https://python-poetry.org](https://python-poetry.org) -[https://github.com/python-poetry/poetry](https://github.com/python-poetry/poetry) -91 stars per week over 261 weeks -23,983 stars, 1,918 forks, 184 watches -created 2018-02-28, last commit 2023-03-01, main language Python -dependency-manager, package-manager, packaging, poetry, python - - -### [algorithms](https://github.com/keon/algorithms) by [keon](https://github.com/keon) -algorithms: Minimal examples of data structures and algorithms in Python -[https://github.com/keon/algorithms](https://github.com/keon/algorithms) -67 stars per week over 328 weeks -22,218 stars, 4,444 forks, 641 watches -created 2016-11-17, last commit 2022-11-12, main language Python -algorithm, algorithms, competitive-programming, data-structure, graph, python, search, sort, tree +### [pyodide](https://github.com/pyodide/pyodide) +Pyodide is a Python distribution for the browser and Node.js based on WebAssembly +[https://pyodide.org/en/stable/](https://pyodide.org/en/stable/) +[https://github.com/pyodide/pyodide](https://github.com/pyodide/pyodide) +36 stars per week over 262 weeks +9,680 stars, 630 forks, 126 watches +created 2018-02-23, last commit 2023-03-04, main language Python +python, webassembly -### [pytudes](https://github.com/norvig/pytudes) by [norvig](https://github.com/norvig) -pytudes: Python programs, usually short, of considerable difficulty, to perfect particular skills. -[https://github.com/norvig/pytudes](https://github.com/norvig/pytudes) -64 stars per week over 313 weeks -20,095 stars, 2,281 forks, 739 watches -created 2017-03-01, last commit 2023-02-08, main language Jupyter Notebook -demonstrate-skills, practice, programming, python, python-3 +### [mkdocs-material](https://github.com/squidfunk/mkdocs-material) by [squidfunk](https://github.com/squidfunk) +mkdocs-material: Documentation that simply works +[https://squidfunk.github.io/mkdocs-material/](https://squidfunk.github.io/mkdocs-material/) +[https://github.com/squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) +34 stars per week over 370 weeks +12,958 stars, 2,831 forks, 112 watches +created 2016-01-28, last commit 2023-03-03, main language TypeScript +documentation, material-design, mkdocs, static, template, theme ### [micropython](https://github.com/micropython/micropython) @@ -86,7 +108,7 @@ MicroPython - a lean and efficient Python implementation for microcontrollers an [https://micropython.org](https://micropython.org) [https://github.com/micropython/micropython](https://github.com/micropython/micropython) 33 stars per week over 480 weeks -16,025 stars, 6,222 forks, 731 watches +16,033 stars, 6,226 forks, 730 watches created 2013-12-20, last commit 2023-03-02, main language C embedded, microcontroller, micropython, python @@ -96,56 +118,29 @@ ipython: Official repository for IPython itself. Other repos in the IPython orga [https://ipython.readthedocs.org](https://ipython.readthedocs.org) [https://github.com/ipython/ipython](https://github.com/ipython/ipython) 23 stars per week over 668 weeks -15,709 stars, 4,421 forks, 769 watches +15,708 stars, 4,420 forks, 768 watches created 2010-05-10, last commit 2023-02-28, main language Python closember, data-science, hacktoberfest, ipython, jupyter, notebook, python, repl -### [kivy](https://github.com/kivy/kivy) -kivy: Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS -[https://kivy.org](https://kivy.org) -[https://github.com/kivy/kivy](https://github.com/kivy/kivy) -24 stars per week over 643 weeks -15,569 stars, 2,996 forks, 620 watches -created 2010-11-03, last commit 2023-02-25, main language Python -android, app, ios, kivy, linux, macos, python, ui, windows - - -### [avatarify-python](https://github.com/alievk/avatarify-python) by [alievk](https://github.com/alievk) -avatarify-python: Avatars for Zoom, Skype and other video-conferencing apps. -[https://github.com/alievk/avatarify-python](https://github.com/alievk/avatarify-python) -101 stars per week over 151 weeks -15,432 stars, 2,409 forks, 302 watches -created 2020-04-06, last commit 2022-11-11, main language Python - - -### [loguru](https://github.com/delgan/loguru) by [delgan](https://github.com/delgan) -loguru: Python logging made (stupidly) simple -[https://github.com/delgan/loguru](https://github.com/delgan/loguru) -49 stars per week over 289 weeks -14,235 stars, 590 forks, 120 watches -created 2017-08-15, last commit 2023-02-01, main language Python -log, logger, logging, python - - -### [mkdocs-material](https://github.com/squidfunk/mkdocs-material) by [squidfunk](https://github.com/squidfunk) -mkdocs-material: Documentation that simply works -[https://squidfunk.github.io/mkdocs-material/](https://squidfunk.github.io/mkdocs-material/) -[https://github.com/squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) -34 stars per week over 370 weeks -12,943 stars, 2,830 forks, 112 watches -created 2016-01-28, last commit 2023-03-02, main language TypeScript -documentation, material-design, mkdocs, static, template, theme +### [pylint](https://github.com/pycqa/pylint) by [pycqa](https://github.com/pycqa) +pylint: It's not just a linter that annoys you! +[http://pylint.pycqa.org](http://pylint.pycqa.org) +[https://github.com/pycqa/pylint](https://github.com/pycqa/pylint) +12 stars per week over 377 weeks +4,534 stars, 979 forks, 75 watches +created 2015-12-09, last commit 2023-03-03, main language Python +closember, code-quality, hacktoberfest, linter, pep8, static-analysis, static-code-analysis -### [pydantic](https://github.com/samuelcolvin/pydantic) by [samuelcolvin](https://github.com/samuelcolvin) -pydantic: Data validation using Python type hints -[https://docs.pydantic.dev](https://docs.pydantic.dev) -[https://github.com/samuelcolvin/pydantic](https://github.com/samuelcolvin/pydantic) -41 stars per week over 304 weeks -12,654 stars, 1,174 forks, 91 watches -created 2017-05-03, last commit 2023-02-24, main language Python -hints, json-schema, parsing, pydantic, python, python310, python311, python37, python38, python39, validation +### [serverless-application-model](https://github.com/aws/serverless-application-model) by [aws](https://github.com/aws) +serverless-application-model: The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates. +[https://aws.amazon.com/serverless/sam](https://aws.amazon.com/serverless/sam) +[https://github.com/aws/serverless-application-model](https://github.com/aws/serverless-application-model) +26 stars per week over 333 weeks +8,937 stars, 2,302 forks, 298 watches +created 2016-10-10, last commit 2023-03-03, main language Python +aws, aws-sam, lambda, sam, sam-specification, serverless, serverless-application-model, serverless-applications ### [Pillow](https://github.com/python-pillow/pillow) by [python-pillow](https://github.com/python-pillow) @@ -153,19 +148,36 @@ Pillow: Python Imaging Library (Fork) [https://python-pillow.org](https://python-pillow.org) [https://github.com/python-pillow/pillow](https://github.com/python-pillow/pillow) 19 stars per week over 553 weeks -10,566 stars, 1,986 forks, 219 watches -created 2012-07-24, last commit 2023-03-02, main language Python +10,572 stars, 1,988 forks, 218 watches +created 2012-07-24, last commit 2023-03-04, main language Python c, cross-platform, image, image-processing, pil, pillow, python, python-3 -### [pyinstaller](https://github.com/pyinstaller/pyinstaller) -pyinstaller: Freeze (package) Python programs into stand-alone executables -[http://www.pyinstaller.org](http://www.pyinstaller.org) -[https://github.com/pyinstaller/pyinstaller](https://github.com/pyinstaller/pyinstaller) -17 stars per week over 588 weeks -10,075 stars, 1,858 forks, 232 watches -created 2011-11-23, last commit 2023-02-26, main language Python -bundle, package, py2app, py2exe, pyinstaller, python, python-3, python-to-exe +### [mamba](https://github.com/mamba-org/mamba) by [mamba-org](https://github.com/mamba-org) +mamba: The Fast Cross-Platform Package Manager +[https://mamba.readthedocs.io](https://mamba.readthedocs.io) +[https://github.com/mamba-org/mamba](https://github.com/mamba-org/mamba) +20 stars per week over 208 weeks +4,274 stars, 247 forks, 44 watches +created 2019-03-05, last commit 2023-03-03, main language C++ + + +### [avatarify-python](https://github.com/alievk/avatarify-python) by [alievk](https://github.com/alievk) +avatarify-python: Avatars for Zoom, Skype and other video-conferencing apps. +[https://github.com/alievk/avatarify-python](https://github.com/alievk/avatarify-python) +101 stars per week over 151 weeks +15,436 stars, 2,411 forks, 302 watches +created 2020-04-06, last commit 2022-11-11, main language Python + + +### [circuitpython](https://github.com/adafruit/circuitpython) by [adafruit](https://github.com/adafruit) +CircuitPython - a Python implementation for teaching coding with microcontrollers +[https://circuitpython.org](https://circuitpython.org) +[https://github.com/adafruit/circuitpython](https://github.com/adafruit/circuitpython) +10 stars per week over 341 weeks +3,423 stars, 920 forks, 130 watches +created 2016-08-20, last commit 2023-03-03, main language C +beginner, circuitpython, cpython, education, embedded, hacktoberfest, microcontroller, micropython, python, python3 ### [pre-commit](https://github.com/pre-commit/pre-commit) @@ -173,77 +185,47 @@ pre-commit: A framework for managing and maintaining multi-language pre-commit h [https://pre-commit.com](https://pre-commit.com) [https://github.com/pre-commit/pre-commit](https://github.com/pre-commit/pre-commit) 21 stars per week over 468 weeks -9,887 stars, 709 forks, 90 watches -created 2014-03-13, last commit 2023-02-28, main language Python +9,894 stars, 709 forks, 90 watches +created 2014-03-13, last commit 2023-03-04, main language Python git, linter, pre-commit, python, refactoring -### [pyodide](https://github.com/pyodide/pyodide) -Pyodide is a Python distribution for the browser and Node.js based on WebAssembly -[https://pyodide.org/en/stable/](https://pyodide.org/en/stable/) -[https://github.com/pyodide/pyodide](https://github.com/pyodide/pyodide) -36 stars per week over 262 weeks -9,672 stars, 629 forks, 126 watches -created 2018-02-23, last commit 2023-03-02, main language Python -python, webassembly - - -### [ruff](https://github.com/charliermarsh/ruff) by [charliermarsh](https://github.com/charliermarsh) -ruff: An extremely fast Python linter, written in Rust. -[https://beta.ruff.rs](https://beta.ruff.rs) -[https://github.com/charliermarsh/ruff](https://github.com/charliermarsh/ruff) -321 stars per week over 29 weeks -9,450 stars, 301 forks, 47 watches -created 2022-08-09, last commit 2023-03-02, main language Rust -linter, pep8, python, python3, ruff, rust, rustpython, static-analysis, static-code-analysis, style-guide, styleguide - - -### [uvloop](https://github.com/magicstack/uvloop) by [magicstack](https://github.com/magicstack) -uvloop: Ultra fast asyncio event loop. -[https://github.com/magicstack/uvloop](https://github.com/magicstack/uvloop) -24 stars per week over 381 weeks -9,198 stars, 535 forks, 226 watches -created 2015-11-08, last commit 2023-01-15, main language Cython -async, async-await, async-python, asyncio, event-loop, high-performance, libuv, networking, python, python-3 - - -### [jinja](https://github.com/pallets/jinja) by [pallets](https://github.com/pallets) -jinja: A very fast and expressive template engine. -[https://jinja.palletsprojects.com](https://jinja.palletsprojects.com) -[https://github.com/pallets/jinja](https://github.com/pallets/jinja) -14 stars per week over 645 weeks -9,090 stars, 1,543 forks, 250 watches -created 2010-10-17, last commit 2023-03-01, main language Python -jinja, jinja2, pallets, python, template-engine, templates +### [openai-python](https://github.com/openai/openai-python) by [openai](https://github.com/openai) +openai-python: The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. +[https://github.com/openai/openai-python](https://github.com/openai/openai-python) +39 stars per week over 123 weeks +4,856 stars, 779 forks, 114 watches +created 2020-10-25, last commit 2023-03-03, main language Python +openai, python -### [serverless-application-model](https://github.com/aws/serverless-application-model) by [aws](https://github.com/aws) -serverless-application-model: The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates. -[https://aws.amazon.com/serverless/sam](https://aws.amazon.com/serverless/sam) -[https://github.com/aws/serverless-application-model](https://github.com/aws/serverless-application-model) -26 stars per week over 333 weeks -8,934 stars, 2,302 forks, 298 watches -created 2016-10-10, last commit 2023-03-03, main language Python -aws, aws-sam, lambda, sam, sam-specification, serverless, serverless-application-model, serverless-applications +### [spack](https://github.com/spack/spack) +spack: A flexible package manager that supports multiple versions, configurations, platforms, and compilers. +[https://spack.io](https://spack.io) +[https://github.com/spack/spack](https://github.com/spack/spack) +6.77 stars per week over 477 weeks +3,233 stars, 1,839 forks, 103 watches +created 2014-01-08, last commit 2023-03-03, main language Python +build-tools, hpc, linux, macos, package-manager, python, radiuss, scientific-computing, spack -### [arrow](https://github.com/arrow-py/arrow) by [arrow-py](https://github.com/arrow-py) -arrow: 🏹 Better dates & times for Python -[https://arrow.readthedocs.io](https://arrow.readthedocs.io) -[https://github.com/arrow-py/arrow](https://github.com/arrow-py/arrow) -15 stars per week over 536 weeks -8,236 stars, 639 forks, 134 watches -created 2012-11-18, last commit 2022-11-15, main language Python -arrow, date, datetime, hacktoberfest, python, time, timestamp, timezones +### [pedalboard](https://github.com/spotify/pedalboard) by [spotify](https://github.com/spotify) +pedalboard: 🎛 🔊 A Python library for working with audio. +[https://github.com/spotify/pedalboard](https://github.com/spotify/pedalboard) +46 stars per week over 86 weeks +4,034 stars, 170 forks, 53 watches +created 2021-07-06, last commit 2023-02-22, main language C++ +audio, audio-processing, audio-production, audio-research, audio-unit, juce, pybind11, python, tensorflow, vst3, vst3-host -### [paramiko](https://github.com/paramiko/paramiko) -paramiko: The leading native Python SSHv2 protocol library. -[http://paramiko.org](http://paramiko.org) -[https://github.com/paramiko/paramiko](https://github.com/paramiko/paramiko) -11 stars per week over 734 weeks -8,187 stars, 1,915 forks, 319 watches -created 2009-02-02, last commit 2023-02-24, main language Python +### [pyinstaller](https://github.com/pyinstaller/pyinstaller) +pyinstaller: Freeze (package) Python programs into stand-alone executables +[http://www.pyinstaller.org](http://www.pyinstaller.org) +[https://github.com/pyinstaller/pyinstaller](https://github.com/pyinstaller/pyinstaller) +17 stars per week over 588 weeks +10,076 stars, 1,860 forks, 232 watches +created 2011-11-23, last commit 2023-02-26, main language Python +bundle, package, py2app, py2exe, pyinstaller, python, python-3, python-to-exe ### [boto3](https://github.com/boto/boto3) by [boto](https://github.com/boto) @@ -251,19 +233,19 @@ boto3: AWS SDK for Python [https://aws.amazon.com/sdk-for-python/](https://aws.amazon.com/sdk-for-python/) [https://github.com/boto/boto3](https://github.com/boto/boto3) 18 stars per week over 439 weeks -7,921 stars, 1,730 forks, 240 watches -created 2014-10-03, last commit 2023-03-02, main language Python +7,925 stars, 1,729 forks, 240 watches +created 2014-10-03, last commit 2023-03-03, main language Python aws, aws-sdk, cloud, cloud-management, python -### [cython](https://github.com/cython/cython) -cython: The most widely used Python to C compiler -[https://cython.org](https://cython.org) -[https://github.com/cython/cython](https://github.com/cython/cython) -12 stars per week over 640 weeks -7,710 stars, 1,364 forks, 231 watches -created 2010-11-21, last commit 2023-03-01, main language Python -big-data, c, cpp, cpython, cpython-extensions, cython, performance, python +### [kivy](https://github.com/kivy/kivy) +kivy: Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS +[https://kivy.org](https://kivy.org) +[https://github.com/kivy/kivy](https://github.com/kivy/kivy) +24 stars per week over 643 weeks +15,574 stars, 2,997 forks, 620 watches +created 2010-11-03, last commit 2023-02-25, main language Python +android, app, ios, kivy, linux, macos, python, ui, windows ### [hydra](https://github.com/facebookresearch/hydra) by [facebookresearch](https://github.com/facebookresearch) @@ -271,66 +253,118 @@ Hydra is a framework for elegantly configuring complex applications [https://hydra.cc](https://hydra.cc) [https://github.com/facebookresearch/hydra](https://github.com/facebookresearch/hydra) 35 stars per week over 194 weeks -6,845 stars, 561 forks, 87 watches +6,848 stars, 561 forks, 87 watches created 2019-06-12, last commit 2023-02-25, main language Python -### [pip-tools](https://github.com/jazzband/pip-tools) by [jazzband](https://github.com/jazzband) -pip-tools: A set of tools to keep your pinned Python dependencies fresh. -[https://pip-tools.rtfd.io](https://pip-tools.rtfd.io) -[https://github.com/jazzband/pip-tools](https://github.com/jazzband/pip-tools) -12 stars per week over 546 weeks -6,656 stars, 567 forks, 105 watches -created 2012-09-10, last commit 2023-03-02, main language Python -hashes, lockfile, packaging, pip, pip-compile, pip-tools, python, requirements, setuptools - - -### [marshmallow](https://github.com/marshmallow-code/marshmallow) by [marshmallow-code](https://github.com/marshmallow-code) -marshmallow: A lightweight library for converting complex objects to and from simple Python datatypes. -[https://marshmallow.readthedocs.io/](https://marshmallow.readthedocs.io/) -[https://github.com/marshmallow-code/marshmallow](https://github.com/marshmallow-code/marshmallow) -13 stars per week over 485 weeks -6,446 stars, 623 forks, 81 watches -created 2013-11-10, last commit 2023-02-21, main language Python -deserialization, hacktoberfest, marshalling, python, python-3, schema, serde, serialization, validation +### [refurb](https://github.com/dosisod/refurb) by [dosisod](https://github.com/dosisod) +refurb: A tool for refurbishing and modernizing Python codebases +[https://github.com/dosisod/refurb](https://github.com/dosisod/refurb) +68 stars per week over 31 weeks +2,153 stars, 42 forks, 16 watches +created 2022-07-27, last commit 2023-03-04, main language Python +cli, gplv3, hacktoberfest, mypy, python, python310, testing -### [pipx](https://github.com/pypa/pipx) by [pypa](https://github.com/pypa) -pipx: Install and Run Python Applications in Isolated Environments -[https://pypa.github.io/pipx/](https://pypa.github.io/pipx/) -[https://github.com/pypa/pipx](https://github.com/pypa/pipx) -26 stars per week over 229 weeks -6,063 stars, 280 forks, 72 watches -created 2018-10-06, last commit 2023-02-11, main language Python -cli, hacktoberfest, pip, pypi, python, venv +### [sphinx](https://github.com/sphinx-doc/sphinx) by [sphinx-doc](https://github.com/sphinx-doc) +sphinx: The Sphinx documentation generator +[https://www.sphinx-doc.org/](https://www.sphinx-doc.org/) +[https://github.com/sphinx-doc/sphinx](https://github.com/sphinx-doc/sphinx) +12 stars per week over 426 weeks +5,244 stars, 1,878 forks, 142 watches +created 2015-01-02, last commit 2023-02-18, main language Python +documentation, documentation-tool, markdown, python, restructuredtext, sphinx + + +### [point-e](https://github.com/openai/point-e) by [openai](https://github.com/openai) +point-e: Point cloud diffusion for 3D model synthesis +[https://github.com/openai/point-e](https://github.com/openai/point-e) +354 stars per week over 12 weeks +4,512 stars, 458 forks, 166 watches +created 2022-12-06, last commit 2022-12-20, main language Python + + +### [loguru](https://github.com/delgan/loguru) by [delgan](https://github.com/delgan) +loguru: Python logging made (stupidly) simple +[https://github.com/delgan/loguru](https://github.com/delgan/loguru) +49 stars per week over 289 weeks +14,237 stars, 589 forks, 120 watches +created 2017-08-15, last commit 2023-03-03, main language Python +log, logger, logging, python + + +### [cython](https://github.com/cython/cython) +cython: The most widely used Python to C compiler +[https://cython.org](https://cython.org) +[https://github.com/cython/cython](https://github.com/cython/cython) +12 stars per week over 641 weeks +7,713 stars, 1,364 forks, 231 watches +created 2010-11-21, last commit 2023-03-01, main language Python +big-data, c, cpp, cpython, cpython-extensions, cython, performance, python ### [latexify_py](https://github.com/google/latexify_py) by [google](https://github.com/google) latexify_py: A library to generate LaTeX expression from Python code. [https://github.com/google/latexify_py](https://github.com/google/latexify_py) -44 stars per week over 135 weeks -6,036 stars, 328 forks, 52 watches +44 stars per week over 136 weeks +6,038 stars, 328 forks, 52 watches created 2020-07-25, last commit 2023-01-14, main language Python -### [PyGithub](https://github.com/pygithub/pygithub) by [pygithub](https://github.com/pygithub) -PyGithub: Typed interactions with the GitHub API v3 -[https://pygithub.readthedocs.io/](https://pygithub.readthedocs.io/) -[https://github.com/pygithub/pygithub](https://github.com/pygithub/pygithub) -10 stars per week over 574 weeks -5,828 stars, 1,595 forks, 112 watches -created 2012-02-25, last commit 2023-02-23, main language Python -github, github-api, pygithub, python +### [pip-tools](https://github.com/jazzband/pip-tools) by [jazzband](https://github.com/jazzband) +pip-tools: A set of tools to keep your pinned Python dependencies fresh. +[https://pip-tools.rtfd.io](https://pip-tools.rtfd.io) +[https://github.com/jazzband/pip-tools](https://github.com/jazzband/pip-tools) +12 stars per week over 546 weeks +6,660 stars, 567 forks, 105 watches +created 2012-09-10, last commit 2023-03-02, main language Python +hashes, lockfile, packaging, pip, pip-compile, pip-tools, python, requirements, setuptools -### [python-dotenv](https://github.com/theskumar/python-dotenv) by [theskumar](https://github.com/theskumar) -python-dotenv: Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles. -[https://saurabh-kumar.com/python-dotenv/](https://saurabh-kumar.com/python-dotenv/) -[https://github.com/theskumar/python-dotenv](https://github.com/theskumar/python-dotenv) -12 stars per week over 442 weeks -5,715 stars, 358 forks, 33 watches -created 2014-09-06, last commit 2023-02-24, main language Python -12-factor-app, configuration, devops-tools, dotenv, env, environment-variables, python +### [scikit-image](https://github.com/scikit-image/scikit-image) +scikit-image: Image processing in Python +[https://scikit-image.org](https://scikit-image.org) +[https://github.com/scikit-image/scikit-image](https://github.com/scikit-image/scikit-image) +8.67 stars per week over 608 weeks +5,277 stars, 2,106 forks, 185 watches +created 2011-07-07, last commit 2023-03-02, main language Python +closember, computer-vision, hacktoberfest, image-processing, python + + +### [pyston](https://github.com/pyston/pyston) +pyston: A faster and highly-compatible implementation of the Python programming language. +[https://www.pyston.org/](https://www.pyston.org/) +[https://github.com/pyston/pyston](https://github.com/pyston/pyston) +22 stars per week over 104 weeks +2,348 stars, 85 forks, 34 watches +created 2021-03-01, last commit 2023-02-28, main language Python + + +### [cryptography](https://github.com/pyca/cryptography) by [pyca](https://github.com/pyca) +cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. +[https://cryptography.io](https://cryptography.io) +[https://github.com/pyca/cryptography](https://github.com/pyca/cryptography) +10 stars per week over 499 weeks +5,391 stars, 1,141 forks, 121 watches +created 2013-08-07, last commit 2023-03-04, main language Python +cryptography, python + + +### [paramiko](https://github.com/paramiko/paramiko) +paramiko: The leading native Python SSHv2 protocol library. +[http://paramiko.org](http://paramiko.org) +[https://github.com/paramiko/paramiko](https://github.com/paramiko/paramiko) +11 stars per week over 734 weeks +8,190 stars, 1,915 forks, 319 watches +created 2009-02-02, last commit 2023-03-03, main language Python + + +### [PyOxidizer](https://github.com/indygreg/pyoxidizer) by [indygreg](https://github.com/indygreg) +PyOxidizer: A modern Python application packaging and distribution tool +[https://github.com/indygreg/pyoxidizer](https://github.com/indygreg/pyoxidizer) +20 stars per week over 219 weeks +4,548 stars, 197 forks, 60 watches +created 2018-12-18, last commit 2023-01-21, main language Rust ### [isort](https://github.com/pycqa/isort) by [pycqa](https://github.com/pycqa) @@ -338,7 +372,7 @@ isort: A Python utility / library to sort imports. [https://pycqa.github.io/isort/](https://pycqa.github.io/isort/) [https://github.com/pycqa/isort](https://github.com/pycqa/isort) 11 stars per week over 495 weeks -5,645 stars, 519 forks, 46 watches +5,647 stars, 519 forks, 46 watches created 2013-09-02, last commit 2023-03-02, main language Python auto-formatter, cleaner, cli, formatter, hacktoberfest, isort, linter, python, python-utility, python3, sorting-imports @@ -347,120 +381,116 @@ created 2013-09-02, last commit 2023-03-02, main language Python Tkinter-Designer: An easy and fast way to create a Python GUI 🐍 [https://github.com/parthjadhav/tkinter-designer](https://github.com/parthjadhav/tkinter-designer) 57 stars per week over 93 weeks -5,396 stars, 517 forks, 57 watches +5,406 stars, 517 forks, 57 watches created 2021-05-18, last commit 2023-02-26, main language Python automatic, collaborate, drag-and-drop, easy, easy-to-use, fast, figma, gui, gui-application, hacktoberfest, learn, python, python-script, python3, tkinter, tkinter-designer, tkinter-graphic-interface, tkinter-gui, tkinter-python, tkinter-widgets -### [cryptography](https://github.com/pyca/cryptography) by [pyca](https://github.com/pyca) -cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. -[https://cryptography.io](https://cryptography.io) -[https://github.com/pyca/cryptography](https://github.com/pyca/cryptography) -10 stars per week over 499 weeks -5,388 stars, 1,141 forks, 121 watches -created 2013-08-07, last commit 2023-03-02, main language Python -cryptography, python - - -### [pendulum](https://github.com/sdispater/pendulum) by [sdispater](https://github.com/sdispater) -pendulum: Python datetimes made easy -[https://pendulum.eustace.io](https://pendulum.eustace.io) -[https://github.com/sdispater/pendulum](https://github.com/sdispater/pendulum) -15 stars per week over 348 weeks -5,357 stars, 322 forks, 63 watches -created 2016-06-27, last commit 2023-02-25, main language Python -date, datetime, python, python3, time, timezones - - -### [scikit-image](https://github.com/scikit-image/scikit-image) -scikit-image: Image processing in Python -[https://scikit-image.org](https://scikit-image.org) -[https://github.com/scikit-image/scikit-image](https://github.com/scikit-image/scikit-image) -8.68 stars per week over 608 weeks -5,276 stars, 2,106 forks, 185 watches -created 2011-07-07, last commit 2023-03-02, main language Python -closember, computer-vision, hacktoberfest, image-processing, python +### [hatch](https://github.com/pypa/hatch) by [pypa](https://github.com/pypa) +hatch: Modern, extensible Python project management +[https://hatch.pypa.io/latest/](https://hatch.pypa.io/latest/) +[https://github.com/pypa/hatch](https://github.com/pypa/hatch) +12 stars per week over 300 weeks +3,689 stars, 182 forks, 47 watches +created 2017-05-31, last commit 2023-02-09, main language Python +build, cli, packaging, plugin, python, versioning, virtualenv ### [pypdf](https://github.com/py-pdf/pypdf2) by [py-pdf](https://github.com/py-pdf) pypdf: A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files [https://pypdf.readthedocs.io/en/latest/](https://pypdf.readthedocs.io/en/latest/) [https://github.com/py-pdf/pypdf2](https://github.com/py-pdf/pypdf2) -9.04 stars per week over 582 weeks -5,264 stars, 1,170 forks, 143 watches -created 2012-01-06, last commit 2023-03-02, main language Python +9.05 stars per week over 582 weeks +5,269 stars, 1,171 forks, 143 watches +created 2012-01-06, last commit 2023-03-04, main language Python help-wanted, pdf, pdf-documents, pdf-manipulation, pdf-parser, pdf-parsing, pypdf2, python -### [sphinx](https://github.com/sphinx-doc/sphinx) by [sphinx-doc](https://github.com/sphinx-doc) -sphinx: The Sphinx documentation generator -[https://www.sphinx-doc.org/](https://www.sphinx-doc.org/) -[https://github.com/sphinx-doc/sphinx](https://github.com/sphinx-doc/sphinx) -12 stars per week over 426 weeks -5,237 stars, 1,876 forks, 142 watches -created 2015-01-02, last commit 2023-02-18, main language Python -documentation, documentation-tool, markdown, python, restructuredtext, sphinx +### [xarray](https://github.com/pydata/xarray) by [pydata](https://github.com/pydata) +xarray: N-D labeled arrays and datasets in Python +[https://xarray.dev](https://xarray.dev) +[https://github.com/pydata/xarray](https://github.com/pydata/xarray) +5.87 stars per week over 491 weeks +2,886 stars, 883 forks, 106 watches +created 2013-09-30, last commit 2023-03-03, main language Python +dask, netcdf, numpy, pandas, python, xarray -### [pipreqs](https://github.com/bndr/pipreqs) by [bndr](https://github.com/bndr) -pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward. -[https://github.com/bndr/pipreqs](https://github.com/bndr/pipreqs) -12 stars per week over 410 weeks -4,931 stars, 330 forks, 60 watches -created 2015-04-22, last commit 2023-01-14, main language Python +### [pytudes](https://github.com/norvig/pytudes) by [norvig](https://github.com/norvig) +pytudes: Python programs, usually short, of considerable difficulty, to perfect particular skills. +[https://github.com/norvig/pytudes](https://github.com/norvig/pytudes) +64 stars per week over 313 weeks +20,095 stars, 2,281 forks, 739 watches +created 2017-03-01, last commit 2023-02-08, main language Jupyter Notebook +demonstrate-skills, practice, programming, python, python-3 -### [apscheduler](https://github.com/agronholm/apscheduler) by [agronholm](https://github.com/agronholm) -apscheduler: Task scheduling library for Python -[https://github.com/agronholm/apscheduler](https://github.com/agronholm/apscheduler) -13 stars per week over 361 weeks -4,864 stars, 618 forks, 122 watches -created 2016-03-27, last commit 2023-02-07, main language Python +### [algorithms](https://github.com/keon/algorithms) by [keon](https://github.com/keon) +algorithms: Minimal examples of data structures and algorithms in Python +[https://github.com/keon/algorithms](https://github.com/keon/algorithms) +67 stars per week over 328 weeks +22,225 stars, 4,444 forks, 641 watches +created 2016-11-17, last commit 2022-11-12, main language Python +algorithm, algorithms, competitive-programming, data-structure, graph, python, search, sort, tree -### [pycodestyle](https://github.com/pycqa/pycodestyle) by [pycqa](https://github.com/pycqa) -pycodestyle: Simple Python style checker in one Python file -[https://pycodestyle.pycqa.org](https://pycodestyle.pycqa.org) -[https://github.com/pycqa/pycodestyle](https://github.com/pycqa/pycodestyle) -6.83 stars per week over 700 weeks -4,778 stars, 697 forks, 120 watches -created 2009-10-02, last commit 2022-12-13, main language Python -flake8-plugin, linter-flake8, linter-plugin, pep8, python, style-guide, styleguide +### [jinja](https://github.com/pallets/jinja) by [pallets](https://github.com/pallets) +jinja: A very fast and expressive template engine. +[https://jinja.palletsprojects.com](https://jinja.palletsprojects.com) +[https://github.com/pallets/jinja](https://github.com/pallets/jinja) +14 stars per week over 646 weeks +9,088 stars, 1,544 forks, 250 watches +created 2010-10-17, last commit 2023-03-01, main language Python +jinja, jinja2, pallets, python, template-engine, templates -### [transitions](https://github.com/pytransitions/transitions) by [pytransitions](https://github.com/pytransitions) -transitions: A lightweight, object-oriented finite state machine implementation in Python with many extensions -[https://github.com/pytransitions/transitions](https://github.com/pytransitions/transitions) -10 stars per week over 437 weeks -4,776 stars, 511 forks, 91 watches -created 2014-10-12, last commit 2023-01-06, main language Python -hierarchical-state-machine, nested-states, python, state-diagram, state-machine +### [marshmallow](https://github.com/marshmallow-code/marshmallow) by [marshmallow-code](https://github.com/marshmallow-code) +marshmallow: A lightweight library for converting complex objects to and from simple Python datatypes. +[https://marshmallow.readthedocs.io/](https://marshmallow.readthedocs.io/) +[https://github.com/marshmallow-code/marshmallow](https://github.com/marshmallow-code/marshmallow) +13 stars per week over 486 weeks +6,445 stars, 623 forks, 81 watches +created 2013-11-10, last commit 2023-02-21, main language Python +deserialization, hacktoberfest, marshalling, python, python-3, schema, serde, serialization, validation -### [awslogs](https://github.com/jorgebastida/awslogs) by [jorgebastida](https://github.com/jorgebastida) -awslogs: AWS CloudWatch logs for Humans™ -[https://github.com/jorgebastida/awslogs](https://github.com/jorgebastida/awslogs) -10 stars per week over 423 weeks -4,565 stars, 328 forks, 59 watches -created 2015-01-21, last commit 2020-07-10, main language Python +### [pipx](https://github.com/pypa/pipx) by [pypa](https://github.com/pypa) +pipx: Install and Run Python Applications in Isolated Environments +[https://pypa.github.io/pipx/](https://pypa.github.io/pipx/) +[https://github.com/pypa/pipx](https://github.com/pypa/pipx) +26 stars per week over 230 weeks +6,067 stars, 280 forks, 72 watches +created 2018-10-06, last commit 2023-02-11, main language Python +cli, hacktoberfest, pip, pypi, python, venv -### [PyOxidizer](https://github.com/indygreg/pyoxidizer) by [indygreg](https://github.com/indygreg) -PyOxidizer: A modern Python application packaging and distribution tool -[https://github.com/indygreg/pyoxidizer](https://github.com/indygreg/pyoxidizer) -20 stars per week over 219 weeks -4,545 stars, 196 forks, 60 watches -created 2018-12-18, last commit 2023-01-21, main language Rust +### [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) by [open-telemetry](https://github.com/open-telemetry) +opentelemetry-python: OpenTelemetry Python API and SDK +[https://opentelemetry.io](https://opentelemetry.io) +[https://github.com/open-telemetry/opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) +6.01 stars per week over 199 weeks +1,201 stars, 436 forks, 34 watches +created 2019-05-07, last commit 2023-03-03, main language Python +correlationcontext, distributed-tracing, logging, metrics, opentelemetry, python, sdk, tracecontext -### [pylint](https://github.com/pycqa/pylint) by [pycqa](https://github.com/pycqa) -pylint: It's not just a linter that annoys you! -[http://pylint.pycqa.org](http://pylint.pycqa.org) -[https://github.com/pycqa/pylint](https://github.com/pycqa/pylint) -12 stars per week over 377 weeks -4,531 stars, 979 forks, 75 watches -created 2015-12-09, last commit 2023-03-02, main language Python -closember, code-quality, hacktoberfest, linter, pep8, static-analysis, static-code-analysis +### [lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) by [ashleve](https://github.com/ashleve) +lightning-hydra-template: PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡ +[https://github.com/ashleve/lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) +19 stars per week over 121 weeks +2,334 stars, 401 forks, 20 watches +created 2020-11-04, last commit 2023-02-11, main language Python +best-practices, comet, config, deep-learning, hydra, mlflow, mlops, neptune, project-structure, pytorch, pytorch-lightning, reproducibility, template, tensorboard, wandb + + +### [PyGithub](https://github.com/pygithub/pygithub) by [pygithub](https://github.com/pygithub) +PyGithub: Typed interactions with the GitHub API v3 +[https://pygithub.readthedocs.io/](https://pygithub.readthedocs.io/) +[https://github.com/pygithub/pygithub](https://github.com/pygithub/pygithub) +10 stars per week over 575 weeks +5,830 stars, 1,595 forks, 112 watches +created 2012-02-25, last commit 2023-02-23, main language Python +github, github-api, pygithub, python ### [tenacity](https://github.com/jd/tenacity) by [jd](https://github.com/jd) @@ -468,91 +498,102 @@ tenacity: Retrying library for Python [http://tenacity.readthedocs.io](http://tenacity.readthedocs.io) [https://github.com/jd/tenacity](https://github.com/jd/tenacity) 13 stars per week over 342 weeks -4,516 stars, 225 forks, 44 watches +4,520 stars, 225 forks, 44 watches created 2016-08-11, last commit 2023-02-28, main language Python failure, hacktoberfest, python, retry, retry-library -### [point-e](https://github.com/openai/point-e) by [openai](https://github.com/openai) -point-e: Point cloud diffusion for 3D model synthesis -[https://github.com/openai/point-e](https://github.com/openai/point-e) -360 stars per week over 12 weeks -4,480 stars, 458 forks, 163 watches -created 2022-12-06, last commit 2022-12-20, main language Python - +### [warehouse](https://github.com/pypi/warehouse) by [pypi](https://github.com/pypi) +warehouse: The Python Package Index +[https://pypi.org](https://pypi.org) +[https://github.com/pypi/warehouse](https://github.com/pypi/warehouse) +6.09 stars per week over 518 weeks +3,157 stars, 908 forks, 105 watches +created 2013-03-30, last commit 2023-03-03, main language Python -### [mamba](https://github.com/mamba-org/mamba) by [mamba-org](https://github.com/mamba-org) -mamba: The Fast Cross-Platform Package Manager -[https://mamba.readthedocs.io](https://mamba.readthedocs.io) -[https://github.com/mamba-org/mamba](https://github.com/mamba-org/mamba) -20 stars per week over 208 weeks -4,272 stars, 247 forks, 44 watches -created 2019-03-05, last commit 2023-03-02, main language C++ +### [flake8](https://github.com/pycqa/flake8) by [pycqa](https://github.com/pycqa) +flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. +[https://flake8.pycqa.org](https://flake8.pycqa.org) +[https://github.com/pycqa/flake8](https://github.com/pycqa/flake8) +6.03 stars per week over 442 weeks +2,665 stars, 274 forks, 34 watches +created 2014-09-13, last commit 2023-02-21, main language Python +complexity-analysis, flake8, linter, linter-flake8, pep8, python, python3, static-analysis, static-code-analysis, style-guide, styleguide, stylelint -### [toolz](https://github.com/pytoolz/toolz) by [pytoolz](https://github.com/pytoolz) -toolz: A functional standard library for Python. -[http://toolz.readthedocs.org/](http://toolz.readthedocs.org/) -[https://github.com/pytoolz/toolz](https://github.com/pytoolz/toolz) -8.46 stars per week over 494 weeks -4,177 stars, 249 forks, 82 watches -created 2013-09-13, last commit 2022-11-03, main language Python +### [python-dotenv](https://github.com/theskumar/python-dotenv) by [theskumar](https://github.com/theskumar) +python-dotenv: Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles. +[https://saurabh-kumar.com/python-dotenv/](https://saurabh-kumar.com/python-dotenv/) +[https://github.com/theskumar/python-dotenv](https://github.com/theskumar/python-dotenv) +12 stars per week over 443 weeks +5,716 stars, 358 forks, 33 watches +created 2014-09-06, last commit 2023-02-24, main language Python +12-factor-app, configuration, devops-tools, dotenv, env, environment-variables, python -### [pedalboard](https://github.com/spotify/pedalboard) by [spotify](https://github.com/spotify) -pedalboard: 🎛 🔊 A Python library for working with audio. -[https://github.com/spotify/pedalboard](https://github.com/spotify/pedalboard) -46 stars per week over 86 weeks -4,031 stars, 169 forks, 53 watches -created 2021-07-06, last commit 2023-02-22, main language C++ -audio, audio-processing, audio-production, audio-research, audio-unit, juce, pybind11, python, tensorflow, vst3, vst3-host +### [apscheduler](https://github.com/agronholm/apscheduler) by [agronholm](https://github.com/agronholm) +apscheduler: Task scheduling library for Python +[https://github.com/agronholm/apscheduler](https://github.com/agronholm/apscheduler) +13 stars per week over 362 weeks +4,869 stars, 618 forks, 122 watches +created 2016-03-27, last commit 2023-02-07, main language Python -### [openai-python](https://github.com/openai/openai-python) by [openai](https://github.com/openai) -openai-python: The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. -[https://github.com/openai/openai-python](https://github.com/openai/openai-python) -32 stars per week over 122 weeks -3,982 stars, 687 forks, 108 watches -created 2020-10-25, last commit 2023-03-02, main language Python -openai, python +### [uvloop](https://github.com/magicstack/uvloop) by [magicstack](https://github.com/magicstack) +uvloop: Ultra fast asyncio event loop. +[https://github.com/magicstack/uvloop](https://github.com/magicstack/uvloop) +24 stars per week over 382 weeks +9,199 stars, 535 forks, 226 watches +created 2015-11-08, last commit 2023-01-15, main language Cython +async, async-await, async-python, asyncio, event-loop, high-performance, libuv, networking, python, python-3 -### [hatch](https://github.com/pypa/hatch) by [pypa](https://github.com/pypa) -hatch: Modern, extensible Python project management -[https://hatch.pypa.io/latest/](https://hatch.pypa.io/latest/) -[https://github.com/pypa/hatch](https://github.com/pypa/hatch) -12 stars per week over 300 weeks -3,690 stars, 182 forks, 47 watches -created 2017-05-31, last commit 2023-02-09, main language Python -build, cli, packaging, plugin, python, versioning, virtualenv +### [csvkit](https://github.com/wireservice/csvkit) by [wireservice](https://github.com/wireservice) +csvkit: A suite of utilities for converting to and working with CSV, the king of tabular file formats. +[http://csvkit.rtfd.org/](http://csvkit.rtfd.org/) +[https://github.com/wireservice/csvkit](https://github.com/wireservice/csvkit) +8.66 stars per week over 622 weeks +5,388 stars, 583 forks, 132 watches +created 2011-04-01, last commit 2023-02-22, main language Python -### [RPA-Python](https://github.com/tebelorg/rpa-python) by [tebelorg](https://github.com/tebelorg) -RPA-Python: Python package for doing RPA -[https://github.com/tebelorg/rpa-python](https://github.com/tebelorg/rpa-python) -17 stars per week over 204 weeks -3,661 stars, 541 forks, 101 watches -created 2019-03-30, last commit 2022-09-07, main language Python -cross-platform, opencv, python, rpa, sikuli, tagui, tesseract + +### [lovely-tensors](https://github.com/xl0/lovely-tensors) by [xl0](https://github.com/xl0) +lovely-tensors: Tensors, ready for human consumption +[https://xl0.github.io/lovely-tensors](https://xl0.github.io/lovely-tensors) +[https://github.com/xl0/lovely-tensors](https://github.com/xl0/lovely-tensors) +43 stars per week over 21 weeks +923 stars, 14 forks, 8 watches +created 2022-10-07, last commit 2023-01-27, main language Jupyter Notebook +deep-learning, library, pytorch, statistics, visualization -### [python-ftfy](https://github.com/rspeer/python-ftfy) by [rspeer](https://github.com/rspeer) -python-ftfy: Fixes mojibake and other glitches in Unicode text, after the fact. -[http://ftfy.readthedocs.org](http://ftfy.readthedocs.org) -[https://github.com/rspeer/python-ftfy](https://github.com/rspeer/python-ftfy) -6.29 stars per week over 549 weeks -3,451 stars, 116 forks, 75 watches -created 2012-08-24, last commit 2022-10-25, main language Python +### [terminal-copilot](https://github.com/methexis-inc/terminal-copilot) by [methexis-inc](https://github.com/methexis-inc) +terminal-copilot: A smart terminal assistant that helps you find the right command. +[https://github.com/methexis-inc/terminal-copilot](https://github.com/methexis-inc/terminal-copilot) +37 stars per week over 12 weeks +448 stars, 25 forks, 6 watches +created 2022-12-11, last commit 2023-01-25, main language Python -### [circuitpython](https://github.com/adafruit/circuitpython) by [adafruit](https://github.com/adafruit) -CircuitPython - a Python implementation for teaching coding with microcontrollers -[https://circuitpython.org](https://circuitpython.org) -[https://github.com/adafruit/circuitpython](https://github.com/adafruit/circuitpython) -10 stars per week over 340 weeks -3,422 stars, 918 forks, 130 watches -created 2016-08-20, last commit 2023-03-02, main language C -beginner, circuitpython, cpython, education, embedded, hacktoberfest, microcontroller, micropython, python, python3 +### [pygments](https://github.com/pygments/pygments) +Pygments is a generic syntax highlighter written in Python +[http://pygments.org/](http://pygments.org/) +[https://github.com/pygments/pygments](https://github.com/pygments/pygments) +6.62 stars per week over 183 weeks +1,212 stars, 507 forks, 31 watches +created 2019-08-31, last commit 2023-03-03, main language Python +python, syntax-highlighting + + +### [basic-pitch](https://github.com/spotify/basic-pitch) by [spotify](https://github.com/spotify) +basic-pitch: A lightweight yet powerful audio-to-MIDI converter with pitch bend detection +[https://basicpitch.io](https://basicpitch.io) +[https://github.com/spotify/basic-pitch](https://github.com/spotify/basic-pitch) +37 stars per week over 43 weeks +1,651 stars, 95 forks, 32 watches +created 2022-05-03, last commit 2023-02-27, main language Python +audio, lightweight, machine-learning, midi, music, pitch-detection, polyphonic, python, transcription, typescript ### [pyzmq](https://github.com/zeromq/pyzmq) by [zeromq](https://github.com/zeromq) @@ -560,47 +601,47 @@ PyZMQ: Python bindings for zeromq [http://zguide.zeromq.org/py:all](http://zguide.zeromq.org/py:all) [https://github.com/zeromq/pyzmq](https://github.com/zeromq/pyzmq) 4.99 stars per week over 658 weeks -3,283 stars, 616 forks, 102 watches +3,284 stars, 616 forks, 102 watches created 2010-07-21, last commit 2023-02-23, main language Python cython, python, zeromq -### [python-socketio](https://github.com/miguelgrinberg/python-socketio) by [miguelgrinberg](https://github.com/miguelgrinberg) -python-socketio: Python Socket.IO server and client -[https://github.com/miguelgrinberg/python-socketio](https://github.com/miguelgrinberg/python-socketio) -8.16 stars per week over 398 weeks -3,251 stars, 525 forks, 63 watches -created 2015-07-15, last commit 2023-02-16, main language Python -asyncio, eventlet, gevent, long-polling, low-latency, python, socket-io, socketio, socketio-server, web-server, websocket +### [camelot](https://github.com/camelot-dev/camelot) by [camelot-dev](https://github.com/camelot-dev) +camelot: A Python library to extract tabular data from PDFs +[https://camelot-py.readthedocs.io](https://camelot-py.readthedocs.io) +[https://github.com/camelot-dev/camelot](https://github.com/camelot-dev/camelot) +9.64 stars per week over 191 weeks +1,850 stars, 340 forks, 47 watches +created 2019-07-01, last commit 2023-02-26, main language Python -### [spack](https://github.com/spack/spack) -spack: A flexible package manager that supports multiple versions, configurations, platforms, and compilers. -[https://spack.io](https://spack.io) -[https://github.com/spack/spack](https://github.com/spack/spack) -6.77 stars per week over 477 weeks -3,230 stars, 1,838 forks, 103 watches -created 2014-01-08, last commit 2023-03-02, main language Python -build-tools, hpc, linux, macos, package-manager, python, radiuss, scientific-computing, spack +### [arrow](https://github.com/arrow-py/arrow) by [arrow-py](https://github.com/arrow-py) +arrow: 🏹 Better dates & times for Python +[https://arrow.readthedocs.io](https://arrow.readthedocs.io) +[https://github.com/arrow-py/arrow](https://github.com/arrow-py/arrow) +15 stars per week over 537 weeks +8,236 stars, 639 forks, 134 watches +created 2012-11-18, last commit 2022-11-15, main language Python +arrow, date, datetime, hacktoberfest, python, time, timestamp, timezones -### [warehouse](https://github.com/pypi/warehouse) by [pypi](https://github.com/pypi) -warehouse: The Python Package Index -[https://pypi.org](https://pypi.org) -[https://github.com/pypi/warehouse](https://github.com/pypi/warehouse) -6.1 stars per week over 517 weeks -3,157 stars, 908 forks, 105 watches -created 2013-03-30, last commit 2023-03-02, main language Python +### [more-itertools](https://github.com/more-itertools/more-itertools) +more-itertools: More routines for operating on iterables, beyond itertools +[https://more-itertools.rtfd.io](https://more-itertools.rtfd.io) +[https://github.com/more-itertools/more-itertools](https://github.com/more-itertools/more-itertools) +5.23 stars per week over 566 weeks +2,960 stars, 241 forks, 36 watches +created 2012-04-26, last commit 2023-03-03, main language Python -### [markdown](https://github.com/python-markdown/markdown) by [python-markdown](https://github.com/python-markdown) -markdown: A Python implementation of John Gruber’s Markdown with Extension support. -[https://python-markdown.github.io/](https://python-markdown.github.io/) -[https://github.com/python-markdown/markdown](https://github.com/python-markdown/markdown) -4.71 stars per week over 665 weeks -3,138 stars, 817 forks, 75 watches -created 2010-05-29, last commit 2023-01-09, main language Python -markdown, markdown-parser, markdown-to-html, python, python-markdown, python3 +### [Coercer](https://github.com/p0dalirius/coercer) by [p0dalirius](https://github.com/p0dalirius) +Coercer: A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods. +[https://podalirius.net/](https://podalirius.net/) +[https://github.com/p0dalirius/coercer](https://github.com/p0dalirius/coercer) +31 stars per week over 35 weeks +1,118 stars, 122 forks, 18 watches +created 2022-06-30, last commit 2023-01-18, main language Python +authentication, automatic, call, coerce, fuzzing, ntlm, privilege-escalation, rpc ### [joblib](https://github.com/joblib/joblib) @@ -608,85 +649,64 @@ joblib: Computing with Python functions. [http://joblib.readthedocs.org](http://joblib.readthedocs.org) [https://github.com/joblib/joblib](https://github.com/joblib/joblib) 4.59 stars per week over 669 weeks -3,068 stars, 366 forks, 61 watches +3,071 stars, 367 forks, 61 watches created 2010-05-07, last commit 2023-02-21, main language Python caching, memoization, multiprocessing, parallel-computing, python, threading -### [funcy](https://github.com/suor/funcy) by [suor](https://github.com/suor) -funcy: A fancy and practical functional tools -[https://github.com/suor/funcy](https://github.com/suor/funcy) -5.51 stars per week over 541 weeks -2,986 stars, 134 forks, 73 watches -created 2012-10-13, last commit 2023-02-26, main language Python -functional-programming, python, utilities - - -### [more-itertools](https://github.com/more-itertools/more-itertools) -more-itertools: More routines for operating on iterables, beyond itertools -[https://more-itertools.rtfd.io](https://more-itertools.rtfd.io) -[https://github.com/more-itertools/more-itertools](https://github.com/more-itertools/more-itertools) -5.22 stars per week over 566 weeks -2,958 stars, 239 forks, 36 watches -created 2012-04-26, last commit 2023-02-28, main language Python - - -### [xarray](https://github.com/pydata/xarray) by [pydata](https://github.com/pydata) -xarray: N-D labeled arrays and datasets in Python -[https://xarray.dev](https://xarray.dev) -[https://github.com/pydata/xarray](https://github.com/pydata/xarray) -5.87 stars per week over 491 weeks -2,884 stars, 883 forks, 106 watches -created 2013-09-30, last commit 2023-03-02, main language Python -dask, netcdf, numpy, pandas, python, xarray +### [python-socketio](https://github.com/miguelgrinberg/python-socketio) by [miguelgrinberg](https://github.com/miguelgrinberg) +python-socketio: Python Socket.IO server and client +[https://github.com/miguelgrinberg/python-socketio](https://github.com/miguelgrinberg/python-socketio) +8.16 stars per week over 398 weeks +3,253 stars, 526 forks, 63 watches +created 2015-07-15, last commit 2023-02-16, main language Python +asyncio, eventlet, gevent, long-polling, low-latency, python, socket-io, socketio, socketio-server, web-server, websocket -### [python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) by [ets-labs](https://github.com/ets-labs) -python-dependency-injector: Dependency injection framework for Python -[https://python-dependency-injector.ets-labs.org/](https://python-dependency-injector.ets-labs.org/) -[https://github.com/ets-labs/python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) -6.36 stars per week over 425 weeks -2,707 stars, 203 forks, 46 watches -created 2015-01-04, last commit 2022-12-19, main language Python -aiohttp, asyncio, dependency-injection, dependency-injection-container, dependency-injection-framework, design-patterns, factory, flask, flask-application, flask-restful, ioc, ioc-container, python, python-2, python-3, python3, singleton, threadlocal +### [RPA-Python](https://github.com/tebelorg/rpa-python) by [tebelorg](https://github.com/tebelorg) +RPA-Python: Python package for doing RPA +[https://github.com/tebelorg/rpa-python](https://github.com/tebelorg/rpa-python) +17 stars per week over 205 weeks +3,663 stars, 541 forks, 101 watches +created 2019-03-30, last commit 2022-09-07, main language Python +cross-platform, opencv, python, rpa, sikuli, tagui, tesseract -### [flake8](https://github.com/pycqa/flake8) by [pycqa](https://github.com/pycqa) -flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. -[https://flake8.pycqa.org](https://flake8.pycqa.org) -[https://github.com/pycqa/flake8](https://github.com/pycqa/flake8) -6.03 stars per week over 441 weeks -2,664 stars, 274 forks, 34 watches -created 2014-09-13, last commit 2023-02-21, main language Python -complexity-analysis, flake8, linter, linter-flake8, pep8, python, python3, static-analysis, static-code-analysis, style-guide, styleguide, stylelint +### [pendulum](https://github.com/sdispater/pendulum) by [sdispater](https://github.com/sdispater) +pendulum: Python datetimes made easy +[https://pendulum.eustace.io](https://pendulum.eustace.io) +[https://github.com/sdispater/pendulum](https://github.com/sdispater/pendulum) +15 stars per week over 348 weeks +5,357 stars, 322 forks, 63 watches +created 2016-06-27, last commit 2023-02-25, main language Python +date, datetime, python, python3, time, timezones -### [notifiers](https://github.com/liiight/notifiers) by [liiight](https://github.com/liiight) -notifiers: The easy way to send notifications -[http://notifiers.readthedocs.io/](http://notifiers.readthedocs.io/) -[https://github.com/liiight/notifiers](https://github.com/liiight/notifiers) -7.98 stars per week over 300 weeks -2,394 stars, 93 forks, 33 watches -created 2017-06-01, last commit 2022-07-14, main language Python -notification-service, notifications, notifier, pypi, python, python3 +### [criticality_score](https://github.com/ossf/criticality_score) by [ossf](https://github.com/ossf) +criticality_score: Gives criticality score for an open source project +[https://github.com/ossf/criticality_score](https://github.com/ossf/criticality_score) +9.86 stars per week over 119 weeks +1,180 stars, 89 forks, 30 watches +created 2020-11-17, last commit 2023-02-28, main language Go -### [pyston](https://github.com/pyston/pyston) -pyston: A faster and highly-compatible implementation of the Python programming language. -[https://www.pyston.org/](https://www.pyston.org/) -[https://github.com/pyston/pyston](https://github.com/pyston/pyston) -22 stars per week over 104 weeks -2,348 stars, 85 forks, 34 watches -created 2021-03-01, last commit 2023-02-28, main language Python +### [imageio](https://github.com/imageio/imageio) +imageio: Python library for reading and writing image data +[https://imageio.readthedocs.io](https://imageio.readthedocs.io) +[https://github.com/imageio/imageio](https://github.com/imageio/imageio) +2.35 stars per week over 513 weeks +1,204 stars, 244 forks, 32 watches +created 2013-05-04, last commit 2023-03-03, main language Python +animated-gif, dicom, imageio, python, scientific-formats, video, webcam-capture -### [lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) by [ashleve](https://github.com/ashleve) -lightning-hydra-template: PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡ -[https://github.com/ashleve/lightning-hydra-template](https://github.com/ashleve/lightning-hydra-template) -19 stars per week over 121 weeks -2,326 stars, 396 forks, 20 watches -created 2020-11-04, last commit 2023-02-11, main language Python -best-practices, comet, config, deep-learning, hydra, mlflow, mlops, neptune, project-structure, pytorch, pytorch-lightning, reproducibility, template, tensorboard, wandb +### [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) by [open-telemetry](https://github.com/open-telemetry) +opentelemetry-python-contrib: OpenTelemetry instrumentation for Python modules +[https://opentelemetry.io](https://opentelemetry.io) +[https://github.com/open-telemetry/opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) +2.38 stars per week over 173 weeks +412 stars, 320 forks, 14 watches +created 2019-11-08, last commit 2023-02-28, main language Python ### [pycryptodome](https://github.com/legrandin/pycryptodome) by [legrandin](https://github.com/legrandin) @@ -694,110 +714,120 @@ pycryptodome: A self-contained cryptographic library for Python [https://www.pycryptodome.org](https://www.pycryptodome.org) [https://github.com/legrandin/pycryptodome](https://github.com/legrandin/pycryptodome) 4.93 stars per week over 461 weeks -2,273 stars, 420 forks, 59 watches +2,274 stars, 420 forks, 59 watches created 2014-05-02, last commit 2023-01-28, main language C cryptography, python, security -### [refurb](https://github.com/dosisod/refurb) by [dosisod](https://github.com/dosisod) -refurb: A tool for refurbishing and modernizing Python codebases -[https://github.com/dosisod/refurb](https://github.com/dosisod/refurb) -68 stars per week over 31 weeks -2,150 stars, 42 forks, 16 watches -created 2022-07-27, last commit 2023-03-02, main language Python -cli, gplv3, hacktoberfest, mypy, python, python310, testing - - -### [pyyaml](https://github.com/yaml/pyyaml) by [yaml](https://github.com/yaml) -pyyaml: Canonical source repository for PyYAML -[https://github.com/yaml/pyyaml](https://github.com/yaml/pyyaml) -3.55 stars per week over 591 weeks -2,098 stars, 435 forks, 49 watches -created 2011-11-03, last commit 2022-09-13, main language Python -python, yaml +### [transitions](https://github.com/pytransitions/transitions) by [pytransitions](https://github.com/pytransitions) +transitions: A lightweight, object-oriented finite state machine implementation in Python with many extensions +[https://github.com/pytransitions/transitions](https://github.com/pytransitions/transitions) +10 stars per week over 438 weeks +4,779 stars, 511 forks, 91 watches +created 2014-10-12, last commit 2023-01-06, main language Python +hierarchical-state-machine, nested-states, python, state-diagram, state-machine -### [pint](https://github.com/hgrecco/pint) by [hgrecco](https://github.com/hgrecco) -pint: Operate and manipulate physical quantities in Python -[http://pint.readthedocs.org/](http://pint.readthedocs.org/) -[https://github.com/hgrecco/pint](https://github.com/hgrecco/pint) -3.51 stars per week over 555 weeks -1,947 stars, 416 forks, 40 watches -created 2012-07-13, last commit 2023-02-13, main language Python -python, science, units +### [filesystem_spec](https://github.com/fsspec/filesystem_spec) by [fsspec](https://github.com/fsspec) +filesystem_spec: A specification that python filesystems should adhere to. +[https://github.com/fsspec/filesystem_spec](https://github.com/fsspec/filesystem_spec) +2.18 stars per week over 253 weeks +553 stars, 239 forks, 22 watches +created 2018-04-23, last commit 2023-03-04, main language Python -### [camelot](https://github.com/camelot-dev/camelot) by [camelot-dev](https://github.com/camelot-dev) -camelot: A Python library to extract tabular data from PDFs -[https://camelot-py.readthedocs.io](https://camelot-py.readthedocs.io) -[https://github.com/camelot-dev/camelot](https://github.com/camelot-dev/camelot) -9.65 stars per week over 191 weeks -1,849 stars, 340 forks, 47 watches -created 2019-07-01, last commit 2023-02-26, main language Python +### [gefyra](https://github.com/gefyrahq/gefyra) by [gefyrahq](https://github.com/gefyrahq) +gefyra: Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes. +[https://gefyra.dev](https://gefyra.dev) +[https://github.com/gefyrahq/gefyra](https://github.com/gefyrahq/gefyra) +6.29 stars per week over 67 weeks +424 stars, 23 forks, 7 watches +created 2021-11-18, last commit 2023-02-22, main language Python +coding, containers, developer-tool, development, docker, k8s, kubernetes, tunnel -### [pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) by [pyfilesystem](https://github.com/pyfilesystem) -pyfilesystem2: Python's Filesystem abstraction layer -[https://www.pyfilesystem.org](https://www.pyfilesystem.org) -[https://github.com/pyfilesystem/pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) -5.47 stars per week over 333 weeks -1,822 stars, 173 forks, 46 watches -created 2016-10-14, last commit 2022-10-18, main language Python -filesystem, filesystem-library, ftp, pyfilesystem, pyfilesystem2, python, tar, zip +### [toolz](https://github.com/pytoolz/toolz) by [pytoolz](https://github.com/pytoolz) +toolz: A functional standard library for Python. +[http://toolz.readthedocs.org/](http://toolz.readthedocs.org/) +[https://github.com/pytoolz/toolz](https://github.com/pytoolz/toolz) +8.46 stars per week over 494 weeks +4,180 stars, 249 forks, 82 watches +created 2013-09-13, last commit 2022-11-03, main language Python -### [wrapt](https://github.com/grahamdumpleton/wrapt) by [grahamdumpleton](https://github.com/grahamdumpleton) -wrapt: A Python module for decorators, wrappers and monkey patching. -[https://github.com/grahamdumpleton/wrapt](https://github.com/grahamdumpleton/wrapt) -3.57 stars per week over 509 weeks -1,820 stars, 209 forks, 45 watches -created 2013-05-29, last commit 2023-02-27, main language Python +### [omegaconf](https://github.com/omry/omegaconf) by [omry](https://github.com/omry) +omegaconf: Flexible Python configuration system. The last one you will ever need. +[https://github.com/omry/omegaconf](https://github.com/omry/omegaconf) +6.04 stars per week over 234 weeks +1,419 stars, 74 forks, 16 watches +created 2018-09-03, last commit 2022-12-20, main language Python +configuration-files, configuration-loader, python, python-types, schema-validator, yaml, yaml-configuration -### [pyparsing](https://github.com/pyparsing/pyparsing) -pyparsing: Python library for creating PEG parsers -[https://github.com/pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) -5.85 stars per week over 302 weeks -1,770 stars, 241 forks, 23 watches -created 2017-05-14, last commit 2023-02-12, main language Python -parser-combinators, parsing, parsing-expression-grammar, parsing-library, peg-parsers, python, python-2, python-3, python2, python3, text-processing +### [python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) by [ets-labs](https://github.com/ets-labs) +python-dependency-injector: Dependency injection framework for Python +[https://python-dependency-injector.ets-labs.org/](https://python-dependency-injector.ets-labs.org/) +[https://github.com/ets-labs/python-dependency-injector](https://github.com/ets-labs/python-dependency-injector) +6.35 stars per week over 426 weeks +2,706 stars, 204 forks, 46 watches +created 2015-01-04, last commit 2022-12-19, main language Python +aiohttp, asyncio, dependency-injection, dependency-injection-container, dependency-injection-framework, design-patterns, factory, flask, flask-application, flask-restful, ioc, ioc-container, python, python-2, python-3, python3, singleton, threadlocal -### [gin-config](https://github.com/google/gin-config) by [google](https://github.com/google) -gin-config: Gin provides a lightweight configuration framework for Python -[https://github.com/google/gin-config](https://github.com/google/gin-config) -7.23 stars per week over 244 weeks -1,767 stars, 113 forks, 24 watches -created 2018-06-27, last commit 2022-12-05, main language Python -configuration-management, python, tensorflow, tensorflow-experiments +### [ipykernel](https://github.com/ipython/ipykernel) by [ipython](https://github.com/ipython) +ipykernel: IPython Kernel for Jupyter +[https://ipykernel.readthedocs.io/en/stable/](https://ipykernel.readthedocs.io/en/stable/) +[https://github.com/ipython/ipykernel](https://github.com/ipython/ipykernel) +1.3 stars per week over 412 weeks +536 stars, 337 forks, 34 watches +created 2015-04-09, last commit 2023-03-02, main language Python +closember, ipython, ipython-kernel, jupyter, jupyter-notebook, kernel, python -### [python-diskcache](https://github.com/grantjenks/python-diskcache) by [grantjenks](https://github.com/grantjenks) -python-diskcache: Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python. -[http://www.grantjenks.com/docs/diskcache/](http://www.grantjenks.com/docs/diskcache/) -[https://github.com/grantjenks/python-diskcache](https://github.com/grantjenks/python-diskcache) -4.63 stars per week over 369 weeks -1,709 stars, 107 forks, 19 watches -created 2016-02-03, last commit 2022-02-20, main language Python -cache, filesystem, key-value-store, persistence, python +### [wrapt](https://github.com/grahamdumpleton/wrapt) by [grahamdumpleton](https://github.com/grahamdumpleton) +wrapt: A Python module for decorators, wrappers and monkey patching. +[https://github.com/grahamdumpleton/wrapt](https://github.com/grahamdumpleton/wrapt) +3.57 stars per week over 509 weeks +1,821 stars, 209 forks, 45 watches +created 2013-05-29, last commit 2023-02-27, main language Python -### [basic-pitch](https://github.com/spotify/basic-pitch) by [spotify](https://github.com/spotify) -basic-pitch: A lightweight yet powerful audio-to-MIDI converter with pitch bend detection -[https://basicpitch.io](https://basicpitch.io) -[https://github.com/spotify/basic-pitch](https://github.com/spotify/basic-pitch) -37 stars per week over 43 weeks -1,648 stars, 95 forks, 32 watches -created 2022-05-03, last commit 2023-02-27, main language Python -audio, lightweight, machine-learning, midi, music, pitch-detection, polyphonic, python, transcription, typescript +### [s3fs](https://github.com/fsspec/s3fs) by [fsspec](https://github.com/fsspec) +s3fs: S3 Filesystem +[http://s3fs.readthedocs.io/en/latest/](http://s3fs.readthedocs.io/en/latest/) +[https://github.com/fsspec/s3fs](https://github.com/fsspec/s3fs) +1.78 stars per week over 363 weeks +648 stars, 216 forks, 22 watches +created 2016-03-16, last commit 2023-02-23, main language Python +hacktoberfest -### [Pipe](https://github.com/julienpalard/pipe) by [julienpalard](https://github.com/julienpalard) -Pipe: A Python library to use infix notation in Python -[https://github.com/julienpalard/pipe](https://github.com/julienpalard/pipe) -2.37 stars per week over 673 weeks -1,598 stars, 103 forks, 27 watches -created 2010-04-08, last commit 2022-11-16, main language Python +### [fpdf2](https://github.com/pyfpdf/fpdf2) by [pyfpdf](https://github.com/pyfpdf) +fpdf2: Simple PDF generation for Python +[https://pyfpdf.github.io/fpdf2/](https://pyfpdf.github.io/fpdf2/) +[https://github.com/pyfpdf/fpdf2](https://github.com/pyfpdf/fpdf2) +1.99 stars per week over 311 weeks +621 stars, 165 forks, 17 watches +created 2017-03-15, last commit 2023-03-03, main language Python +barcode, hacktoberfest, library, markdown, pdf, pdf-generation, pdf-library, python, python3, svg + + +### [pycodestyle](https://github.com/pycqa/pycodestyle) by [pycqa](https://github.com/pycqa) +pycodestyle: Simple Python style checker in one Python file +[https://pycodestyle.pycqa.org](https://pycodestyle.pycqa.org) +[https://github.com/pycqa/pycodestyle](https://github.com/pycqa/pycodestyle) +6.83 stars per week over 700 weeks +4,780 stars, 697 forks, 120 watches +created 2009-10-02, last commit 2022-12-13, main language Python +flake8-plugin, linter-flake8, linter-plugin, pep8, python, style-guide, styleguide + + +### [pipreqs](https://github.com/bndr/pipreqs) by [bndr](https://github.com/bndr) +pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward. +[https://github.com/bndr/pipreqs](https://github.com/bndr/pipreqs) +12 stars per week over 410 weeks +4,936 stars, 330 forks, 60 watches +created 2015-04-22, last commit 2023-01-14, main language Python ### [llvmlite](https://github.com/numba/llvmlite) by [numba](https://github.com/numba) @@ -809,340 +839,252 @@ llvmlite: A lightweight LLVM python binding for writing JIT compilers created 2014-08-07, last commit 2023-02-14, main language Python -### [shiv](https://github.com/linkedin/shiv) by [linkedin](https://github.com/linkedin) -shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included. -[https://github.com/linkedin/shiv](https://github.com/linkedin/shiv) -6.0 stars per week over 259 weeks -1,556 stars, 85 forks, 26 watches -created 2018-03-13, last commit 2022-11-04, main language Python - - -### [python-lambda](https://github.com/nficano/python-lambda) by [nficano](https://github.com/nficano) -python-lambda: A toolkit for developing and deploying serverless Python code in AWS Lambda. -[https://github.com/nficano/python-lambda](https://github.com/nficano/python-lambda) -3.9 stars per week over 366 weeks -1,426 stars, 229 forks, 32 watches -created 2016-02-26, last commit 2022-06-03, main language Python -aws, aws-lambda, microservices, python, serverless - - -### [omegaconf](https://github.com/omry/omegaconf) by [omry](https://github.com/omry) -omegaconf: Flexible Python configuration system. The last one you will ever need. -[https://github.com/omry/omegaconf](https://github.com/omry/omegaconf) -6.05 stars per week over 234 weeks -1,418 stars, 74 forks, 16 watches -created 2018-09-03, last commit 2022-12-20, main language Python -configuration-files, configuration-loader, python, python-types, schema-validator, yaml, yaml-configuration - - -### [pygments](https://github.com/pygments/pygments) -Pygments is a generic syntax highlighter written in Python -[http://pygments.org/](http://pygments.org/) -[https://github.com/pygments/pygments](https://github.com/pygments/pygments) -6.61 stars per week over 182 weeks -1,209 stars, 507 forks, 31 watches -created 2019-08-31, last commit 2023-03-02, main language Python -python, syntax-highlighting - - -### [imageio](https://github.com/imageio/imageio) -imageio: Python library for reading and writing image data -[https://imageio.readthedocs.io](https://imageio.readthedocs.io) -[https://github.com/imageio/imageio](https://github.com/imageio/imageio) -2.35 stars per week over 512 weeks -1,204 stars, 244 forks, 32 watches -created 2013-05-04, last commit 2023-03-02, main language Python -animated-gif, dicom, imageio, python, scientific-formats, video, webcam-capture - - -### [opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) by [open-telemetry](https://github.com/open-telemetry) -opentelemetry-python: OpenTelemetry Python API and SDK -[https://opentelemetry.io](https://opentelemetry.io) -[https://github.com/open-telemetry/opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python) -6.02 stars per week over 199 weeks -1,200 stars, 436 forks, 34 watches -created 2019-05-07, last commit 2023-03-03, main language Python -correlationcontext, distributed-tracing, logging, metrics, opentelemetry, python, sdk, tracecontext - - -### [criticality_score](https://github.com/ossf/criticality_score) by [ossf](https://github.com/ossf) -criticality_score: Gives criticality score for an open source project -[https://github.com/ossf/criticality_score](https://github.com/ossf/criticality_score) -9.81 stars per week over 119 weeks -1,172 stars, 88 forks, 30 watches -created 2020-11-17, last commit 2023-02-28, main language Go - - -### [Coercer](https://github.com/p0dalirius/coercer) by [p0dalirius](https://github.com/p0dalirius) -Coercer: A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods. -[https://podalirius.net/](https://podalirius.net/) -[https://github.com/p0dalirius/coercer](https://github.com/p0dalirius/coercer) -31 stars per week over 35 weeks -1,118 stars, 122 forks, 18 watches -created 2022-06-30, last commit 2023-01-18, main language Python -authentication, automatic, call, coerce, fuzzing, ntlm, privilege-escalation, rpc - - -### [dataclasses-json](https://github.com/lidatong/dataclasses-json) by [lidatong](https://github.com/lidatong) -dataclasses-json: Easily serialize Data Classes to and from JSON -[https://github.com/lidatong/dataclasses-json](https://github.com/lidatong/dataclasses-json) -4.24 stars per week over 253 weeks -1,077 stars, 117 forks, 10 watches -created 2018-04-21, last commit 2022-08-14, main language Python -dataclasses, json, python +### [pint](https://github.com/hgrecco/pint) by [hgrecco](https://github.com/hgrecco) +pint: Operate and manipulate physical quantities in Python +[http://pint.readthedocs.org/](http://pint.readthedocs.org/) +[https://github.com/hgrecco/pint](https://github.com/hgrecco/pint) +3.51 stars per week over 555 weeks +1,949 stars, 416 forks, 40 watches +created 2012-07-13, last commit 2023-02-13, main language Python +python, science, units -### [logzero](https://github.com/metachris/logzero) by [metachris](https://github.com/metachris) -logzero: Robust and effective logging for Python 2 and 3. -[https://logzero.readthedocs.io](https://logzero.readthedocs.io) -[https://github.com/metachris/logzero](https://github.com/metachris/logzero) -3.45 stars per week over 298 weeks -1,030 stars, 69 forks, 26 watches -created 2017-06-12, last commit 2021-03-17, main language Python -logfiles, logging, logzero, python +### [markdown](https://github.com/python-markdown/markdown) by [python-markdown](https://github.com/python-markdown) +markdown: A Python implementation of John Gruber’s Markdown with Extension support. +[https://python-markdown.github.io/](https://python-markdown.github.io/) +[https://github.com/python-markdown/markdown](https://github.com/python-markdown/markdown) +4.71 stars per week over 666 weeks +3,139 stars, 817 forks, 75 watches +created 2010-05-29, last commit 2023-01-09, main language Python +markdown, markdown-parser, markdown-to-html, python, python-markdown, python3 -### [python-patterns](https://github.com/brandon-rhodes/python-patterns) by [brandon-rhodes](https://github.com/brandon-rhodes) -python-patterns: Source code behind the python-patterns.guide site by Brandon Rhodes -[https://github.com/brandon-rhodes/python-patterns](https://github.com/brandon-rhodes/python-patterns) -3.85 stars per week over 265 weeks -1,021 stars, 93 forks, 254 watches -created 2018-01-31, last commit 2021-01-05, main language Python +### [funcy](https://github.com/suor/funcy) by [suor](https://github.com/suor) +funcy: A fancy and practical functional tools +[https://github.com/suor/funcy](https://github.com/suor/funcy) +5.51 stars per week over 542 weeks +2,986 stars, 134 forks, 73 watches +created 2012-10-13, last commit 2023-02-26, main language Python +functional-programming, python, utilities -### [bcrypt](https://github.com/pyca/bcrypt) by [pyca](https://github.com/pyca) -bcrypt: Modern(-ish) password hashing for your software and your servers -[https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt) -1.91 stars per week over 511 weeks -976 stars, 136 forks, 28 watches -created 2013-05-11, last commit 2023-02-27, main language Python -python +### [pyparsing](https://github.com/pyparsing/pyparsing) +pyparsing: Python library for creating PEG parsers +[https://github.com/pyparsing/pyparsing](https://github.com/pyparsing/pyparsing) +5.85 stars per week over 303 weeks +1,772 stars, 241 forks, 23 watches +created 2017-05-14, last commit 2023-02-12, main language Python +parser-combinators, parsing, parsing-expression-grammar, parsing-library, peg-parsers, python, python-2, python-3, python2, python3, text-processing ### [python-benedict](https://github.com/fabiocaccamo/python-benedict) by [fabiocaccamo](https://github.com/fabiocaccamo) python-benedict: :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities. [https://github.com/fabiocaccamo/python-benedict](https://github.com/fabiocaccamo/python-benedict) -4.89 stars per week over 198 weeks -968 stars, 40 forks, 12 watches +4.92 stars per week over 198 weeks +975 stars, 40 forks, 12 watches created 2019-05-17, last commit 2023-03-02, main language Python base64, csv, decode, dict, dictionary, encode, filter, flatten, json, keypath, pickle, plist, python, query-string, subset, toml, traverse, xls, xml, yaml -### [pynacl](https://github.com/pyca/pynacl) by [pyca](https://github.com/pyca) -pynacl: Python binding to the Networking and Cryptography (NaCl) library -[https://pynacl.readthedocs.io/](https://pynacl.readthedocs.io/) -[https://github.com/pyca/pynacl](https://github.com/pyca/pynacl) -1.81 stars per week over 523 weeks -945 stars, 220 forks, 27 watches -created 2013-02-22, last commit 2023-01-19, main language C -cryptography, libsodium, nacl, python +### [pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) by [pyfilesystem](https://github.com/pyfilesystem) +pyfilesystem2: Python's Filesystem abstraction layer +[https://www.pyfilesystem.org](https://www.pyfilesystem.org) +[https://github.com/pyfilesystem/pyfilesystem2](https://github.com/pyfilesystem/pyfilesystem2) +5.47 stars per week over 333 weeks +1,822 stars, 173 forks, 46 watches +created 2016-10-14, last commit 2022-10-18, main language Python +filesystem, filesystem-library, ftp, pyfilesystem, pyfilesystem2, python, tar, zip -### [pdoc](https://github.com/pdoc3/pdoc) by [pdoc3](https://github.com/pdoc3) -pdoc: :snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects -[https://pdoc3.github.io/pdoc/](https://pdoc3.github.io/pdoc/) -[https://github.com/pdoc3/pdoc](https://github.com/pdoc3/pdoc) -4.34 stars per week over 217 weeks -942 stars, 137 forks, 8 watches -created 2019-01-02, last commit 2022-12-21, main language Python -api-documentation, docs, docs-generator, docstring, docstring-documentation, docstrings, documentation, documentation-dumper, documentation-generator, documentation-tool, generator, hacktoberfest, pdoc, python, python3 +### [python-ftfy](https://github.com/rspeer/python-ftfy) by [rspeer](https://github.com/rspeer) +python-ftfy: Fixes mojibake and other glitches in Unicode text, after the fact. +[http://ftfy.readthedocs.org](http://ftfy.readthedocs.org) +[https://github.com/rspeer/python-ftfy](https://github.com/rspeer/python-ftfy) +6.28 stars per week over 549 weeks +3,451 stars, 116 forks, 75 watches +created 2012-08-24, last commit 2022-10-25, main language Python -### [lovely-tensors](https://github.com/xl0/lovely-tensors) by [xl0](https://github.com/xl0) -lovely-tensors: Tensors, ready for human consumption -[https://xl0.github.io/lovely-tensors](https://xl0.github.io/lovely-tensors) -[https://github.com/xl0/lovely-tensors](https://github.com/xl0/lovely-tensors) -43 stars per week over 21 weeks -923 stars, 14 forks, 8 watches -created 2022-10-07, last commit 2023-01-27, main language Jupyter Notebook -deep-learning, library, pytorch, statistics, visualization +### [awslogs](https://github.com/jorgebastida/awslogs) by [jorgebastida](https://github.com/jorgebastida) +awslogs: AWS CloudWatch logs for Humans™ +[https://github.com/jorgebastida/awslogs](https://github.com/jorgebastida/awslogs) +10 stars per week over 423 weeks +4,567 stars, 328 forks, 59 watches +created 2015-01-21, last commit 2020-07-10, main language Python -### [cytoolz](https://github.com/pytoolz/cytoolz) by [pytoolz](https://github.com/pytoolz) -cytoolz: Cython implementation of Toolz: High performance functional utilities -[https://github.com/pytoolz/cytoolz](https://github.com/pytoolz/cytoolz) -1.95 stars per week over 465 weeks -907 stars, 66 forks, 23 watches -created 2014-04-04, last commit 2022-12-19, main language Python +### [python-soundfile](https://github.com/bastibe/python-soundfile) by [bastibe](https://github.com/bastibe) +python-soundfile: SoundFile is an audio library based on libsndfile, CFFI, and NumPy +[https://github.com/bastibe/python-soundfile](https://github.com/bastibe/python-soundfile) +1.05 stars per week over 496 weeks +523 stars, 87 forks, 17 watches +created 2013-08-27, last commit 2023-02-24, main language Python -### [python-progressbar](https://github.com/wolph/python-progressbar) by [wolph](https://github.com/wolph) -python-progressbar: Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2" -[http://progressbar-2.readthedocs.org/en/latest/](http://progressbar-2.readthedocs.org/en/latest/) -[https://github.com/wolph/python-progressbar](https://github.com/wolph/python-progressbar) -1.4 stars per week over 575 weeks -806 stars, 95 forks, 22 watches -created 2012-02-20, last commit 2023-02-02, main language Python -bar, cli, console, eta, gui, library, percentage, progress, progress-bar, progressbar, python, rate, terminal, time +### [natsort](https://github.com/sethmmorton/natsort) by [sethmmorton](https://github.com/sethmmorton) +natsort: Simple yet flexible natural sorting in Python. +[https://pypi.org/project/natsort/](https://pypi.org/project/natsort/) +[https://github.com/sethmmorton/natsort](https://github.com/sethmmorton/natsort) +1.3 stars per week over 565 weeks +734 stars, 42 forks, 14 watches +created 2012-05-03, last commit 2023-03-02, main language Python +natsort, natural-sort, python, sorting, sorting-interface -### [watermark](https://github.com/rasbt/watermark) by [rasbt](https://github.com/rasbt) -watermark: An IPython magic extension for printing date and time stamps, version numbers, and hardware information -[https://github.com/rasbt/watermark](https://github.com/rasbt/watermark) -1.71 stars per week over 448 weeks -767 stars, 82 forks, 13 watches -created 2014-07-30, last commit 2022-09-13, main language Python -ipython, jupyter, magic-extension, python +### [pyyaml](https://github.com/yaml/pyyaml) by [yaml](https://github.com/yaml) +pyyaml: Canonical source repository for PyYAML +[https://github.com/yaml/pyyaml](https://github.com/yaml/pyyaml) +3.55 stars per week over 591 weeks +2,099 stars, 435 forks, 49 watches +created 2011-11-03, last commit 2022-09-13, main language Python +python, yaml ### [zenodo](https://github.com/zenodo/zenodo) zenodo: Research. Shared. [https://zenodo.org](https://zenodo.org) [https://github.com/zenodo/zenodo](https://github.com/zenodo/zenodo) -1.45 stars per week over 524 weeks -762 stars, 228 forks, 40 watches +1.46 stars per week over 524 weeks +765 stars, 228 forks, 40 watches created 2013-02-11, last commit 2023-03-02, main language Python digital-library, elasticsearch, flask, invenio, inveniosoftware, library-management, open-access, open-science, postgresql, python, research-data-management, research-data-repository, scientific-publications, zenodo -### [forbiddenfruit](https://github.com/clarete/forbiddenfruit) by [clarete](https://github.com/clarete) -forbiddenfruit: Patch built-in python objects -[https://clarete.li/forbiddenfruit/](https://clarete.li/forbiddenfruit/) -[https://github.com/clarete/forbiddenfruit](https://github.com/clarete/forbiddenfruit) -1.47 stars per week over 517 weeks -758 stars, 49 forks, 28 watches -created 2013-04-03, last commit 2022-03-12, main language Python -monkey-patching, python - - -### [natsort](https://github.com/sethmmorton/natsort) by [sethmmorton](https://github.com/sethmmorton) -natsort: Simple yet flexible natural sorting in Python. -[https://pypi.org/project/natsort/](https://pypi.org/project/natsort/) -[https://github.com/sethmmorton/natsort](https://github.com/sethmmorton/natsort) -1.3 stars per week over 565 weeks -733 stars, 42 forks, 14 watches -created 2012-05-03, last commit 2023-03-02, main language Python -natsort, natural-sort, python, sorting, sorting-interface - - -### [python-devtools](https://github.com/samuelcolvin/python-devtools) by [samuelcolvin](https://github.com/samuelcolvin) -python-devtools: Dev tools for python -[https://python-devtools.helpmanual.io/](https://python-devtools.helpmanual.io/) -[https://github.com/samuelcolvin/python-devtools](https://github.com/samuelcolvin/python-devtools) -2.27 stars per week over 288 weeks -656 stars, 33 forks, 8 watches -created 2017-08-20, last commit 2023-02-06, main language Python -devtools, python, python-devtools +### [python-diskcache](https://github.com/grantjenks/python-diskcache) by [grantjenks](https://github.com/grantjenks) +python-diskcache: Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python. +[http://www.grantjenks.com/docs/diskcache/](http://www.grantjenks.com/docs/diskcache/) +[https://github.com/grantjenks/python-diskcache](https://github.com/grantjenks/python-diskcache) +4.63 stars per week over 369 weeks +1,710 stars, 107 forks, 19 watches +created 2016-02-03, last commit 2022-02-20, main language Python +cache, filesystem, key-value-store, persistence, python -### [s3fs](https://github.com/fsspec/s3fs) by [fsspec](https://github.com/fsspec) -s3fs: S3 Filesystem -[http://s3fs.readthedocs.io/en/latest/](http://s3fs.readthedocs.io/en/latest/) -[https://github.com/fsspec/s3fs](https://github.com/fsspec/s3fs) -1.78 stars per week over 363 weeks -647 stars, 216 forks, 22 watches -created 2016-03-16, last commit 2023-02-23, main language Python -hacktoberfest +### [shiv](https://github.com/linkedin/shiv) by [linkedin](https://github.com/linkedin) +shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included. +[https://github.com/linkedin/shiv](https://github.com/linkedin/shiv) +5.99 stars per week over 259 weeks +1,556 stars, 85 forks, 26 watches +created 2018-03-13, last commit 2022-11-04, main language Python -### [algo-trader](https://github.com/idanya/algo-trader) by [idanya](https://github.com/idanya) -algo-trader: Trading bot with support for realtime trading, backtesting, custom strategies and much more. -[https://github.com/idanya/algo-trader](https://github.com/idanya/algo-trader) -8.3 stars per week over 76 weeks -634 stars, 67 forks, 22 watches -created 2021-09-14, last commit 2023-03-02, main language Python -algorithmic-trading, backtesting, crypto-bot, python, technical-analysis, trading-bot, trading-strategies +### [pdoc](https://github.com/pdoc3/pdoc) by [pdoc3](https://github.com/pdoc3) +pdoc: :snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects +[https://pdoc3.github.io/pdoc/](https://pdoc3.github.io/pdoc/) +[https://github.com/pdoc3/pdoc](https://github.com/pdoc3/pdoc) +4.33 stars per week over 217 weeks +942 stars, 136 forks, 8 watches +created 2019-01-02, last commit 2022-12-21, main language Python +api-documentation, docs, docs-generator, docstring, docstring-documentation, docstrings, documentation, documentation-dumper, documentation-generator, documentation-tool, generator, hacktoberfest, pdoc, python, python3 -### [fpdf2](https://github.com/pyfpdf/fpdf2) by [pyfpdf](https://github.com/pyfpdf) -fpdf2: Simple PDF generation for Python -[https://pyfpdf.github.io/fpdf2/](https://pyfpdf.github.io/fpdf2/) -[https://github.com/pyfpdf/fpdf2](https://github.com/pyfpdf/fpdf2) -1.99 stars per week over 311 weeks -620 stars, 165 forks, 17 watches -created 2017-03-15, last commit 2023-03-01, main language Python -barcode, hacktoberfest, library, markdown, pdf, pdf-generation, pdf-library, python, python3, svg +### [bcrypt](https://github.com/pyca/bcrypt) by [pyca](https://github.com/pyca) +bcrypt: Modern(-ish) password hashing for your software and your servers +[https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt) +1.91 stars per week over 512 weeks +978 stars, 136 forks, 28 watches +created 2013-05-11, last commit 2023-02-27, main language Python +python -### [arxiv.py](https://github.com/lukasschwab/arxiv.py) by [lukasschwab](https://github.com/lukasschwab) -arxiv.py: Python wrapper for the arXiv API -[https://github.com/lukasschwab/arxiv.py](https://github.com/lukasschwab/arxiv.py) -1.62 stars per week over 379 weeks -613 stars, 81 forks, 17 watches -created 2015-11-25, last commit 2023-02-01, main language Python -arxiv, arxiv-api, pdf, python-wrapper +### [Pipe](https://github.com/julienpalard/pipe) by [julienpalard](https://github.com/julienpalard) +Pipe: A Python library to use infix notation in Python +[https://github.com/julienpalard/pipe](https://github.com/julienpalard/pipe) +2.37 stars per week over 673 weeks +1,598 stars, 103 forks, 27 watches +created 2010-04-08, last commit 2022-11-16, main language Python -### [filesystem_spec](https://github.com/fsspec/filesystem_spec) by [fsspec](https://github.com/fsspec) -filesystem_spec: A specification that python filesystems should adhere to. -[https://github.com/fsspec/filesystem_spec](https://github.com/fsspec/filesystem_spec) -2.18 stars per week over 253 weeks -554 stars, 238 forks, 22 watches -created 2018-04-23, last commit 2023-03-01, main language Python +### [tket](https://github.com/cqcl/tket) by [cqcl](https://github.com/cqcl) +tket: Source code for the TKET quantum compiler, Python bindings and utilities +[https://github.com/cqcl/tket](https://github.com/cqcl/tket) +2.17 stars per week over 76 weeks +167 stars, 30 forks, 14 watches +created 2021-09-13, last commit 2023-02-28, main language C++ +compiler, quantum-computing -### [ipykernel](https://github.com/ipython/ipykernel) by [ipython](https://github.com/ipython) -ipykernel: IPython Kernel for Jupyter -[https://ipykernel.readthedocs.io/en/stable/](https://ipykernel.readthedocs.io/en/stable/) -[https://github.com/ipython/ipykernel](https://github.com/ipython/ipykernel) -1.3 stars per week over 412 weeks -536 stars, 337 forks, 34 watches -created 2015-04-09, last commit 2023-03-02, main language Python -closember, ipython, ipython-kernel, jupyter, jupyter-notebook, kernel, python +### [notifiers](https://github.com/liiight/notifiers) by [liiight](https://github.com/liiight) +notifiers: The easy way to send notifications +[http://notifiers.readthedocs.io/](http://notifiers.readthedocs.io/) +[https://github.com/liiight/notifiers](https://github.com/liiight/notifiers) +7.98 stars per week over 300 weeks +2,397 stars, 93 forks, 33 watches +created 2017-06-01, last commit 2022-07-14, main language Python +notification-service, notifications, notifier, pypi, python, python3 -### [python-soundfile](https://github.com/bastibe/python-soundfile) by [bastibe](https://github.com/bastibe) -python-soundfile: SoundFile is an audio library based on libsndfile, CFFI, and NumPy -[https://github.com/bastibe/python-soundfile](https://github.com/bastibe/python-soundfile) -1.05 stars per week over 496 weeks -523 stars, 87 forks, 17 watches -created 2013-08-27, last commit 2023-02-24, main language Python +### [File-Injector](https://github.com/carlospuenteg/file-injector) by [carlospuenteg](https://github.com/carlospuenteg) +File-Injector: File Injector is a script that allows you to store any file in an image using steganography +[https://github.com/carlospuenteg/file-injector](https://github.com/carlospuenteg/file-injector) +20 stars per week over 19 weeks +397 stars, 19 forks, 7 watches +created 2022-10-22, last commit 2022-11-18, main language Python +extraction, file, file-injection, file-injector, files, image, image-manipulation, image-processing, injection, noise, numpy, photography, python, python3, steganography, storage -### [terminal-copilot](https://github.com/methexis-inc/terminal-copilot) by [methexis-inc](https://github.com/methexis-inc) -terminal-copilot: A smart terminal assistant that helps you find the right command. -[https://github.com/methexis-inc/terminal-copilot](https://github.com/methexis-inc/terminal-copilot) -38 stars per week over 11 weeks -446 stars, 23 forks, 6 watches -created 2022-12-11, last commit 2023-01-25, main language Python +### [sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) by [aws-samples](https://github.com/aws-samples) +sagemaker-ssh-helper: A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH +[https://github.com/aws-samples/sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) +3.99 stars per week over 20 weeks +81 stars, 10 forks, 6 watches +created 2022-10-14, last commit 2023-02-27, main language Python +amazon-sagemaker, aws, aws-systems-manager, machine-learning, pycharm, sagemaker, sagemaker-studio, ssh, vscode ### [ghapi](https://github.com/fastai/ghapi) by [fastai](https://github.com/fastai) ghapi: A delightful and complete interface to GitHub's amazing API [https://ghapi.fast.ai/](https://ghapi.fast.ai/) [https://github.com/fastai/ghapi](https://github.com/fastai/ghapi) -3.67 stars per week over 118 weeks +3.66 stars per week over 119 weeks 436 stars, 44 forks, 8 watches created 2020-11-21, last commit 2022-09-27, main language Jupyter Notebook api-client, github, github-api, nbdev, openapi -### [gefyra](https://github.com/gefyrahq/gefyra) by [gefyrahq](https://github.com/gefyrahq) -gefyra: Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes. -[https://gefyra.dev](https://gefyra.dev) -[https://github.com/gefyrahq/gefyra](https://github.com/gefyrahq/gefyra) -6.31 stars per week over 67 weeks -424 stars, 23 forks, 7 watches -created 2021-11-18, last commit 2023-02-22, main language Python -coding, containers, developer-tool, development, docker, k8s, kubernetes, tunnel +### [python-devtools](https://github.com/samuelcolvin/python-devtools) by [samuelcolvin](https://github.com/samuelcolvin) +python-devtools: Dev tools for python +[https://python-devtools.helpmanual.io/](https://python-devtools.helpmanual.io/) +[https://github.com/samuelcolvin/python-devtools](https://github.com/samuelcolvin/python-devtools) +2.27 stars per week over 289 weeks +656 stars, 33 forks, 8 watches +created 2017-08-20, last commit 2023-02-06, main language Python +devtools, python, python-devtools -### [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) by [open-telemetry](https://github.com/open-telemetry) -opentelemetry-python-contrib: OpenTelemetry instrumentation for Python modules -[https://opentelemetry.io](https://opentelemetry.io) -[https://github.com/open-telemetry/opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib) -2.38 stars per week over 173 weeks -411 stars, 319 forks, 15 watches -created 2019-11-08, last commit 2023-02-28, main language Python +### [cytoolz](https://github.com/pytoolz/cytoolz) by [pytoolz](https://github.com/pytoolz) +cytoolz: Cython implementation of Toolz: High performance functional utilities +[https://github.com/pytoolz/cytoolz](https://github.com/pytoolz/cytoolz) +1.95 stars per week over 465 weeks +907 stars, 66 forks, 23 watches +created 2014-04-04, last commit 2022-12-19, main language Python -### [File-Injector](https://github.com/carlospuenteg/file-injector) by [carlospuenteg](https://github.com/carlospuenteg) -File-Injector: File Injector is a script that allows you to store any file in an image using steganography -[https://github.com/carlospuenteg/file-injector](https://github.com/carlospuenteg/file-injector) -21 stars per week over 18 weeks -396 stars, 19 forks, 7 watches -created 2022-10-22, last commit 2022-11-18, main language Python -extraction, file, file-injection, file-injector, files, image, image-manipulation, image-processing, injection, noise, numpy, photography, python, python3, steganography, storage +### [python-progressbar](https://github.com/wolph/python-progressbar) by [wolph](https://github.com/wolph) +python-progressbar: Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2" +[http://progressbar-2.readthedocs.org/en/latest/](http://progressbar-2.readthedocs.org/en/latest/) +[https://github.com/wolph/python-progressbar](https://github.com/wolph/python-progressbar) +1.4 stars per week over 575 weeks +806 stars, 95 forks, 22 watches +created 2012-02-20, last commit 2023-02-02, main language Python +bar, cli, console, eta, gui, library, percentage, progress, progress-bar, progressbar, python, rate, terminal, time + + +### [pyglove](https://github.com/google/pyglove) by [google](https://github.com/google) +pyglove: Manipulating Python Programs +[https://github.com/google/pyglove](https://github.com/google/pyglove) +5.23 stars per week over 42 weeks +222 stars, 8 forks, 7 watches +created 2022-05-12, last commit 2023-02-08, main language Python +automl, evolution, machine-learning, manipulation, meta-learning, meta-programming, python, symbolic-programming -### [segno](https://github.com/heuer/segno) by [heuer](https://github.com/heuer) -segno: Python QR Code and Micro QR Code encoder -[https://pypi.org/project/segno/](https://pypi.org/project/segno/) -[https://github.com/heuer/segno](https://github.com/heuer/segno) -1.12 stars per week over 343 weeks -386 stars, 42 forks, 11 watches -created 2016-08-04, last commit 2022-12-10, main language Python -barcode, iso-18004, matrix-barcode, micro-qr-code, micro-qrcode, python, python-qrcode, qr-code, qr-generator, qrcode, segno, structured-append +### [pyscript-cli](https://github.com/pyscript/pyscript-cli) by [pyscript](https://github.com/pyscript) +pyscript-cli: A CLI for PyScript +[https://github.com/pyscript/pyscript-cli](https://github.com/pyscript/pyscript-cli) +3.27 stars per week over 44 weeks +144 stars, 14 forks, 12 watches +created 2022-05-01, last commit 2023-02-25, main language Python ### [pypy](https://github.com/mozillazg/pypy) by [mozillazg](https://github.com/mozillazg) @@ -1150,33 +1092,61 @@ pypy: The unofficial GitHub mirror of PyPy [https://foss.heptapod.net/pypy/pypy](https://foss.heptapod.net/pypy/pypy) [https://github.com/mozillazg/pypy](https://github.com/mozillazg/pypy) 0.93 stars per week over 395 weeks -369 stars, 59 forks, 11 watches -created 2015-08-03, last commit 2023-02-27, main language Python +370 stars, 60 forks, 11 watches +created 2015-08-03, last commit 2023-03-03, main language Python github-mirror, pypy, read-only-repository, readonly, unofficial, unofficial-mirror -### [pypinfo](https://github.com/ofek/pypinfo) by [ofek](https://github.com/ofek) -pypinfo: Easily view PyPI download statistics via Google's BigQuery. -[https://github.com/ofek/pypinfo](https://github.com/ofek/pypinfo) -1.18 stars per week over 302 weeks -356 stars, 31 forks, 14 watches -created 2017-05-13, last commit 2022-11-30, main language Python -bigquery, pypi, python, statistics +### [python-lambda](https://github.com/nficano/python-lambda) by [nficano](https://github.com/nficano) +python-lambda: A toolkit for developing and deploying serverless Python code in AWS Lambda. +[https://github.com/nficano/python-lambda](https://github.com/nficano/python-lambda) +3.89 stars per week over 366 weeks +1,425 stars, 229 forks, 32 watches +created 2016-02-26, last commit 2022-06-03, main language Python +aws, aws-lambda, microservices, python, serverless -### [axcell](https://github.com/paperswithcode/axcell) by [paperswithcode](https://github.com/paperswithcode) -axcell: Tools for extracting tables and results from Machine Learning papers -[https://github.com/paperswithcode/axcell](https://github.com/paperswithcode/axcell) -1.82 stars per week over 192 weeks -349 stars, 56 forks, 13 watches -created 2019-06-27, last commit 2021-06-23, main language Python +### [gin-config](https://github.com/google/gin-config) by [google](https://github.com/google) +gin-config: Gin provides a lightweight configuration framework for Python +[https://github.com/google/gin-config](https://github.com/google/gin-config) +7.23 stars per week over 244 weeks +1,768 stars, 113 forks, 24 watches +created 2018-06-27, last commit 2022-12-05, main language Python +configuration-management, python, tensorflow, tensorflow-experiments + + +### [pynacl](https://github.com/pyca/pynacl) by [pyca](https://github.com/pyca) +pynacl: Python binding to the Networking and Cryptography (NaCl) library +[https://pynacl.readthedocs.io/](https://pynacl.readthedocs.io/) +[https://github.com/pyca/pynacl](https://github.com/pyca/pynacl) +1.81 stars per week over 523 weeks +945 stars, 220 forks, 27 watches +created 2013-02-22, last commit 2023-01-19, main language C +cryptography, libsodium, nacl, python + + +### [mrab-regex](https://github.com/mrabarnett/mrab-regex) by [mrabarnett](https://github.com/mrabarnett) +mrabarnett/mrab-regex +[https://github.com/mrabarnett/mrab-regex](https://github.com/mrabarnett/mrab-regex) +1.77 stars per week over 121 weeks +216 stars, 27 forks, 6 watches +created 2020-11-02, last commit 2022-10-31, main language C + + +### [dataclasses-json](https://github.com/lidatong/dataclasses-json) by [lidatong](https://github.com/lidatong) +dataclasses-json: Easily serialize Data Classes to and from JSON +[https://github.com/lidatong/dataclasses-json](https://github.com/lidatong/dataclasses-json) +4.24 stars per week over 254 weeks +1,077 stars, 117 forks, 10 watches +created 2018-04-21, last commit 2022-08-14, main language Python +dataclasses, json, python ### [python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) by [sciunto-org](https://github.com/sciunto-org) python-bibtexparser: Bibtex parser for Python 3 [https://bibtexparser.readthedocs.io](https://bibtexparser.readthedocs.io) [https://github.com/sciunto-org/python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser) -0.65 stars per week over 529 weeks +0.65 stars per week over 530 weeks 347 stars, 118 forks, 17 watches created 2013-01-05, last commit 2023-01-03, main language Python bibtex, bibtex-files, hacktoberfest2022, latex, python @@ -1185,21 +1155,12 @@ created 2013-01-05, last commit 2023-01-03, main language Python ### [aws-adfs](https://github.com/venth/aws-adfs) by [venth](https://github.com/venth) aws-adfs: Command line tool to ease aws cli authentication against ADFS (multi factor authentication with active directory) [https://github.com/venth/aws-adfs](https://github.com/venth/aws-adfs) -0.81 stars per week over 348 weeks -281 stars, 91 forks, 11 watches +0.81 stars per week over 349 weeks +282 stars, 91 forks, 11 watches created 2016-06-25, last commit 2022-12-14, main language Python adfs, aws, command-line, duo-security, multi-factor-authentication, python, tools -### [poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) by [tiangolo](https://github.com/tiangolo) -poetry-version-plugin: Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag. -[https://github.com/tiangolo/poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) -2.98 stars per week over 92 weeks -275 stars, 24 forks, 5 watches -created 2021-05-27, last commit 2021-05-28, main language Python -packaging, packaging-for-pypi, pypi, python, python-poetry, python3 - - ### [check-manifest](https://github.com/mgedmin/check-manifest) by [mgedmin](https://github.com/mgedmin) check-manifest: Tool to check the completeness of MANIFEST.in for Python packages [https://pypi.org/p/check-manifest](https://pypi.org/p/check-manifest) @@ -1209,38 +1170,12 @@ check-manifest: Tool to check the completeness of MANIFEST.in for Python package created 2013-03-05, last commit 2022-12-11, main language Python -### [ottr](https://github.com/airbnb/ottr) by [airbnb](https://github.com/airbnb) -ottr: Serverless Public Key Infrastructure Framework -[https://github.com/airbnb/ottr](https://github.com/airbnb/ottr) -3.3 stars per week over 79 weeks -261 stars, 28 forks, 7 watches -created 2021-08-27, last commit 2022-01-04, main language Python - - -### [apilogs](https://github.com/rpgreen/apilogs) by [rpgreen](https://github.com/rpgreen) -apilogs: Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs -[https://github.com/rpgreen/apilogs](https://github.com/rpgreen/apilogs) -0.74 stars per week over 338 weeks -249 stars, 19 forks, 9 watches -created 2016-09-07, last commit 2019-11-13, main language Python -api, api-gateway, aws, aws-apigateway, aws-lambda, cloudwatch-logs, gateway, lambda, logging - - -### [pyglove](https://github.com/google/pyglove) by [google](https://github.com/google) -pyglove: Manipulating Python Programs -[https://github.com/google/pyglove](https://github.com/google/pyglove) -5.27 stars per week over 42 weeks -222 stars, 8 forks, 7 watches -created 2022-05-12, last commit 2023-02-08, main language Python -automl, evolution, machine-learning, manipulation, meta-learning, meta-programming, python, symbolic-programming - - -### [mrab-regex](https://github.com/mrabarnett/mrab-regex) by [mrabarnett](https://github.com/mrabarnett) -mrabarnett/mrab-regex -[https://github.com/mrabarnett/mrab-regex](https://github.com/mrabarnett/mrab-regex) -1.77 stars per week over 121 weeks -215 stars, 27 forks, 6 watches -created 2020-11-02, last commit 2022-10-31, main language C +### [pytz](https://github.com/stub42/pytz) by [stub42](https://github.com/stub42) +pytz Python historical timezone library and database +[https://github.com/stub42/pytz](https://github.com/stub42/pytz) +0.7 stars per week over 346 weeks +244 stars, 69 forks, 14 watches +created 2016-07-12, last commit 2023-01-14, main language C ### [aws-lambda-python-runtime-interface-client](https://github.com/aws/aws-lambda-python-runtime-interface-client) by [aws](https://github.com/aws) @@ -1251,118 +1186,191 @@ aws/aws-lambda-python-runtime-interface-client created 2020-09-02, last commit 2023-02-16, main language Python -### [tket](https://github.com/cqcl/tket) by [cqcl](https://github.com/cqcl) -tket: Source code for the TKET quantum compiler, Python bindings and utilities -[https://github.com/cqcl/tket](https://github.com/cqcl/tket) -2.17 stars per week over 76 weeks -166 stars, 30 forks, 14 watches -created 2021-09-13, last commit 2023-02-28, main language C++ -compiler, quantum-computing +### [arxiv.py](https://github.com/lukasschwab/arxiv.py) by [lukasschwab](https://github.com/lukasschwab) +arxiv.py: Python wrapper for the arXiv API +[https://github.com/lukasschwab/arxiv.py](https://github.com/lukasschwab/arxiv.py) +1.61 stars per week over 379 weeks +613 stars, 81 forks, 17 watches +created 2015-11-25, last commit 2023-02-01, main language Python +arxiv, arxiv-api, pdf, python-wrapper ### [pypistats](https://github.com/hugovk/pypistats) by [hugovk](https://github.com/hugovk) pypistats: Command-line interface to PyPI Stats API to get download stats for Python packages [https://pypistats.org/api/](https://pypistats.org/api/) [https://github.com/hugovk/pypistats](https://github.com/hugovk/pypistats) -0.63 stars per week over 231 weeks +0.63 stars per week over 232 weeks 146 stars, 26 forks, 4 watches created 2018-09-22, last commit 2023-03-01, main language Python api, cli, command-line, command-line-tool, downloads, hacktoberfest, pypi, python, python3, statistics, stats -### [pyscript-cli](https://github.com/pyscript/pyscript-cli) by [pyscript](https://github.com/pyscript) -pyscript-cli: A CLI for PyScript -[https://github.com/pyscript/pyscript-cli](https://github.com/pyscript/pyscript-cli) -3.32 stars per week over 43 weeks -145 stars, 14 forks, 12 watches -created 2022-05-01, last commit 2023-02-25, main language Python +### [logzero](https://github.com/metachris/logzero) by [metachris](https://github.com/metachris) +logzero: Robust and effective logging for Python 2 and 3. +[https://logzero.readthedocs.io](https://logzero.readthedocs.io) +[https://github.com/metachris/logzero](https://github.com/metachris/logzero) +3.45 stars per week over 298 weeks +1,030 stars, 69 forks, 26 watches +created 2017-06-12, last commit 2021-03-17, main language Python +logfiles, logging, logzero, python -### [jsontopydantic](https://github.com/brokenloop/jsontopydantic) by [brokenloop](https://github.com/brokenloop) -jsontopydantic: Web tool for generating Pydantic models from JSON objects -[https://jsontopydantic.com](https://jsontopydantic.com) -[https://github.com/brokenloop/jsontopydantic](https://github.com/brokenloop/jsontopydantic) -1.2 stars per week over 117 weeks -141 stars, 7 forks, 3 watches -created 2020-11-28, last commit 2022-05-13, main language TypeScript +### [odin](https://github.com/python-odin/odin) by [python-odin](https://github.com/python-odin) +odin: Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python +[https://odin.readthedocs.org/en/latest/](https://odin.readthedocs.org/en/latest/) +[https://github.com/python-odin/odin](https://github.com/python-odin/odin) +0.06 stars per week over 497 weeks +29 stars, 7 forks, 3 watches +created 2013-08-20, last commit 2023-02-26, main language Python +csv, data-mapping, data-structures, de-serialize, json, msgpack, python, serialize, validation, xml, yaml + + +### [segno](https://github.com/heuer/segno) by [heuer](https://github.com/heuer) +segno: Python QR Code and Micro QR Code encoder +[https://pypi.org/project/segno/](https://pypi.org/project/segno/) +[https://github.com/heuer/segno](https://github.com/heuer/segno) +1.13 stars per week over 343 weeks +387 stars, 42 forks, 11 watches +created 2016-08-04, last commit 2022-12-10, main language Python +barcode, iso-18004, matrix-barcode, micro-qr-code, micro-qrcode, python, python-qrcode, qr-code, qr-generator, qrcode, segno, structured-append + + +### [watermark](https://github.com/rasbt/watermark) by [rasbt](https://github.com/rasbt) +watermark: An IPython magic extension for printing date and time stamps, version numbers, and hardware information +[https://github.com/rasbt/watermark](https://github.com/rasbt/watermark) +1.71 stars per week over 448 weeks +768 stars, 82 forks, 13 watches +created 2014-07-30, last commit 2022-09-13, main language Python +ipython, jupyter, magic-extension, python ### [pyminiaudio](https://github.com/irmen/pyminiaudio) by [irmen](https://github.com/irmen) pyminiaudio: python interface to the miniaudio audio playback, recording, decoding and conversion library [https://github.com/irmen/pyminiaudio](https://github.com/irmen/pyminiaudio) -0.68 stars per week over 191 weeks +0.68 stars per week over 192 weeks 130 stars, 16 forks, 3 watches created 2019-06-30, last commit 2023-02-09, main language C -### [pytrait](https://github.com/xrudelis/pytrait) by [xrudelis](https://github.com/xrudelis) -pytrait: Traits for Python3 -[https://github.com/xrudelis/pytrait](https://github.com/xrudelis/pytrait) -1.84 stars per week over 66 weeks -123 stars, 3 forks, 3 watches -created 2021-11-21, last commit 2021-11-27, main language Python +### [pypinfo](https://github.com/ofek/pypinfo) by [ofek](https://github.com/ofek) +pypinfo: Easily view PyPI download statistics via Google's BigQuery. +[https://github.com/ofek/pypinfo](https://github.com/ofek/pypinfo) +1.17 stars per week over 303 weeks +356 stars, 31 forks, 14 watches +created 2017-05-13, last commit 2022-11-30, main language Python +bigquery, pypi, python, statistics -### [sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) by [aws-samples](https://github.com/aws-samples) -sagemaker-ssh-helper: A helper library to connect into Amazon SageMaker with AWS Systems Manager and SSH -[https://github.com/aws-samples/sagemaker-ssh-helper](https://github.com/aws-samples/sagemaker-ssh-helper) -4.05 stars per week over 20 weeks -81 stars, 10 forks, 6 watches -created 2022-10-14, last commit 2023-02-27, main language Python -amazon-sagemaker, aws, aws-systems-manager, machine-learning, pycharm, sagemaker, sagemaker-studio, ssh, vscode +### [micropip](https://github.com/pyodide/micropip) by [pyodide](https://github.com/pyodide) +micropip: A lightweight Python package installer for Pyodide +[https://micropip.pyodide.org](https://micropip.pyodide.org) +[https://github.com/pyodide/micropip](https://github.com/pyodide/micropip) +0.65 stars per week over 24 weeks +16 stars, 5 forks, 5 watches +created 2022-09-15, last commit 2023-03-04, main language Python +package-installer, pyodide, python, webassembly -### [cowait](https://github.com/backtick-se/cowait) by [backtick-se](https://github.com/backtick-se) -cowait: Containerized distributed programming framework for Python -[https://cowait.io](https://cowait.io) -[https://github.com/backtick-se/cowait](https://github.com/backtick-se/cowait) -0.31 stars per week over 180 weeks -55 stars, 5 forks, 8 watches -created 2019-09-18, last commit 2022-09-22, main language Python -dask, data-engineering, data-science, docker, kubernetes, python, spark, task-scheduler, workflow-engine +### [forbiddenfruit](https://github.com/clarete/forbiddenfruit) by [clarete](https://github.com/clarete) +forbiddenfruit: Patch built-in python objects +[https://clarete.li/forbiddenfruit/](https://clarete.li/forbiddenfruit/) +[https://github.com/clarete/forbiddenfruit](https://github.com/clarete/forbiddenfruit) +1.46 stars per week over 517 weeks +758 stars, 49 forks, 28 watches +created 2013-04-03, last commit 2022-03-12, main language Python +monkey-patching, python ### [pyfuncol](https://github.com/gondolav/pyfuncol) by [gondolav](https://github.com/gondolav) pyfuncol: Functional collections extension functions for Python [https://pyfuncol.readthedocs.io/](https://pyfuncol.readthedocs.io/) [https://github.com/gondolav/pyfuncol](https://github.com/gondolav/pyfuncol) -0.51 stars per week over 63 weeks +0.5 stars per week over 63 weeks 32 stars, 2 forks, 3 watches created 2021-12-16, last commit 2023-02-27, main language Python collections, extension-functions, functional, parallel, python, python3 -### [odin](https://github.com/python-odin/odin) by [python-odin](https://github.com/python-odin) -odin: Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python -[https://odin.readthedocs.org/en/latest/](https://odin.readthedocs.org/en/latest/) -[https://github.com/python-odin/odin](https://github.com/python-odin/odin) -0.06 stars per week over 497 weeks -29 stars, 7 forks, 3 watches -created 2013-08-20, last commit 2023-02-26, main language Python -csv, data-mapping, data-structures, de-serialize, json, msgpack, python, serialize, validation, xml, yaml +### [python-patterns](https://github.com/brandon-rhodes/python-patterns) by [brandon-rhodes](https://github.com/brandon-rhodes) +python-patterns: Source code behind the python-patterns.guide site by Brandon Rhodes +[https://github.com/brandon-rhodes/python-patterns](https://github.com/brandon-rhodes/python-patterns) +3.84 stars per week over 265 weeks +1,021 stars, 93 forks, 254 watches +created 2018-01-31, last commit 2021-01-05, main language Python + + +### [poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) by [tiangolo](https://github.com/tiangolo) +poetry-version-plugin: Poetry plugin for dynamically extracting the package version from a __version__ variable or a Git tag. +[https://github.com/tiangolo/poetry-version-plugin](https://github.com/tiangolo/poetry-version-plugin) +2.98 stars per week over 92 weeks +275 stars, 24 forks, 5 watches +created 2021-05-27, last commit 2021-05-28, main language Python +packaging, packaging-for-pypi, pypi, python, python-poetry, python3 + + +### [ottr](https://github.com/airbnb/ottr) by [airbnb](https://github.com/airbnb) +ottr: Serverless Public Key Infrastructure Framework +[https://github.com/airbnb/ottr](https://github.com/airbnb/ottr) +3.29 stars per week over 79 weeks +261 stars, 30 forks, 7 watches +created 2021-08-27, last commit 2022-01-04, main language Python + + +### [axcell](https://github.com/paperswithcode/axcell) by [paperswithcode](https://github.com/paperswithcode) +axcell: Tools for extracting tables and results from Machine Learning papers +[https://github.com/paperswithcode/axcell](https://github.com/paperswithcode/axcell) +1.81 stars per week over 192 weeks +349 stars, 56 forks, 13 watches +created 2019-06-27, last commit 2021-06-23, main language Python + + +### [cowait](https://github.com/backtick-se/cowait) by [backtick-se](https://github.com/backtick-se) +cowait: Containerized distributed programming framework for Python +[https://cowait.io](https://cowait.io) +[https://github.com/backtick-se/cowait](https://github.com/backtick-se/cowait) +0.3 stars per week over 180 weeks +55 stars, 5 forks, 8 watches +created 2019-09-18, last commit 2022-09-22, main language Python +dask, data-engineering, data-science, docker, kubernetes, python, spark, task-scheduler, workflow-engine + + +### [apilogs](https://github.com/rpgreen/apilogs) by [rpgreen](https://github.com/rpgreen) +apilogs: Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs +[https://github.com/rpgreen/apilogs](https://github.com/rpgreen/apilogs) +0.74 stars per week over 338 weeks +249 stars, 19 forks, 9 watches +created 2016-09-07, last commit 2019-11-13, main language Python +api, api-gateway, aws, aws-apigateway, aws-lambda, cloudwatch-logs, gateway, lambda, logging + + +### [jsontopydantic](https://github.com/brokenloop/jsontopydantic) by [brokenloop](https://github.com/brokenloop) +jsontopydantic: Web tool for generating Pydantic models from JSON objects +[https://jsontopydantic.com](https://jsontopydantic.com) +[https://github.com/brokenloop/jsontopydantic](https://github.com/brokenloop/jsontopydantic) +1.35 stars per week over 118 weeks +160 stars, 8 forks, 3 watches +created 2020-11-28, last commit 2022-05-13, main language TypeScript ### [arxiv-dl](https://github.com/markhershey/arxiv-dl) by [markhershey](https://github.com/markhershey) arxiv-dl: Command-line ArXiv & CVF (CVPR, ICCV, WACV) Paper Downloader [https://pypi.org/project/arxiv-dl/](https://pypi.org/project/arxiv-dl/) [https://github.com/markhershey/arxiv-dl](https://github.com/markhershey/arxiv-dl) -0.15 stars per week over 110 weeks +0.14 stars per week over 110 weeks 16 stars, 4 forks, 2 watches created 2021-01-21, last commit 2023-01-30, main language Python arxiv, command-line-tool, cvpr, downloader, paper, paper-with-code -### [micropip](https://github.com/pyodide/micropip) by [pyodide](https://github.com/pyodide) -micropip: A lightweight Python package installer for Pyodide -[https://micropip.pyodide.org](https://micropip.pyodide.org) -[https://github.com/pyodide/micropip](https://github.com/pyodide/micropip) -0.66 stars per week over 24 weeks -16 stars, 5 forks, 5 watches -created 2022-09-15, last commit 2023-02-20, main language Python -package-installer, pyodide, python, webassembly +### [pytrait](https://github.com/xrudelis/pytrait) by [xrudelis](https://github.com/xrudelis) +pytrait: Traits for Python3 +[https://github.com/xrudelis/pytrait](https://github.com/xrudelis/pytrait) +1.84 stars per week over 67 weeks +123 stars, 3 forks, 3 watches +created 2021-11-21, last commit 2021-11-27, main language Python -This file was automatically generated on 2023-03-03. +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/viz.md b/categories/viz.md index 709d4ec..c3abab0 100644 --- a/categories/viz.md +++ b/categories/viz.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 24 curated viz Python libraries and frameworks ordered by stars. +A selection of 25 curated viz Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,39 +9,19 @@ Checkout the interactive version that you can filter and sort: Streamlit — The fastest way to build data apps in Python [https://streamlit.io](https://streamlit.io) [https://github.com/streamlit/streamlit](https://github.com/streamlit/streamlit) -125 stars per week over 183 weeks -23,014 stars, 2,041 forks, 285 watches -created 2019-08-24, last commit 2023-03-02, main language Python +125 stars per week over 184 weeks +23,043 stars, 2,045 forks, 285 watches +created 2019-08-24, last commit 2023-03-03, main language Python data-analysis, data-science, data-visualization, deep-learning, developer-tools, machine-learning, python, streamlit -### [dash](https://github.com/plotly/dash) by [plotly](https://github.com/plotly) -dash: Data Apps & Dashboards for Python. No JavaScript Required. -[https://plotly.com/dash](https://plotly.com/dash) -[https://github.com/plotly/dash](https://github.com/plotly/dash) -44 stars per week over 412 weeks -18,191 stars, 1,853 forks, 410 watches -created 2015-04-10, last commit 2023-03-02, main language Python -bioinformatics, charting, dash, data-science, data-visualization, finance, flask, gui-framework, julia, jupyter, modeling, plotly, plotly-dash, productivity, python, r, react, rstats, technical-computing, web-app - - -### [bokeh](https://github.com/bokeh/bokeh) -bokeh: Interactive Data Visualization in the browser, from Python -[https://bokeh.org](https://bokeh.org) -[https://github.com/bokeh/bokeh](https://github.com/bokeh/bokeh) -30 stars per week over 570 weeks -17,279 stars, 4,038 forks, 449 watches -created 2012-03-26, last commit 2023-03-02, main language Python -bokeh, data-visualisation, interactive-plots, javascript, jupyter, notebooks, numfocus, plots, plotting, python, visualisation, visualization - - ### [matplotlib](https://github.com/matplotlib/matplotlib) matplotlib: plotting with Python [https://matplotlib.org/stable/](https://matplotlib.org/stable/) [https://github.com/matplotlib/matplotlib](https://github.com/matplotlib/matplotlib) -26 stars per week over 627 weeks -16,941 stars, 6,753 forks, 592 watches -created 2011-02-19, last commit 2023-03-02, main language Python +26 stars per week over 628 weeks +16,947 stars, 6,754 forks, 592 watches +created 2011-02-19, last commit 2023-03-03, main language Python data-science, data-visualization, gtk, hacktoberfest, matplotlib, plotting, python, qt, tk, wx @@ -50,19 +30,29 @@ gradio: Create UIs for your machine learning model in Python in 3 minutes [http://www.gradio.app](http://www.gradio.app) [https://github.com/gradio-app/gradio](https://github.com/gradio-app/gradio) 60 stars per week over 219 weeks -13,249 stars, 864 forks, 103 watches -created 2018-12-19, last commit 2023-03-01, main language HTML +13,315 stars, 870 forks, 104 watches +created 2018-12-19, last commit 2023-03-04, main language HTML data-analysis, data-science, data-visualization, deep-learning, deploy, gradio, gradio-interface, interface, machine-learning, models, python, python-notebook, ui, ui-components -### [plotly.py](https://github.com/plotly/plotly.py) by [plotly](https://github.com/plotly) -plotly.py: The interactive graphing library for Python (includes Plotly Express) :sparkles: -[https://plotly.com/python/](https://plotly.com/python/) -[https://github.com/plotly/plotly.py](https://github.com/plotly/plotly.py) -26 stars per week over 484 weeks -13,015 stars, 2,306 forks, 275 watches -created 2013-11-21, last commit 2023-02-24, main language Python -d3, dashboard, declarative, graph-library, interactive, jupyter-notebook, plotly, plotly-dash, plotlyjs, python, regl, sparkles, visualization, webgl +### [bokeh](https://github.com/bokeh/bokeh) +bokeh: Interactive Data Visualization in the browser, from Python +[https://bokeh.org](https://bokeh.org) +[https://github.com/bokeh/bokeh](https://github.com/bokeh/bokeh) +30 stars per week over 570 weeks +17,285 stars, 4,038 forks, 449 watches +created 2012-03-26, last commit 2023-03-03, main language Python +bokeh, data-visualisation, interactive-plots, javascript, jupyter, notebooks, numfocus, plots, plotting, python, visualisation, visualization + + +### [dash](https://github.com/plotly/dash) by [plotly](https://github.com/plotly) +dash: Data Apps & Dashboards for Python. No JavaScript Required. +[https://plotly.com/dash](https://plotly.com/dash) +[https://github.com/plotly/dash](https://github.com/plotly/dash) +44 stars per week over 412 weeks +18,198 stars, 1,853 forks, 410 watches +created 2015-04-10, last commit 2023-03-02, main language Python +bioinformatics, charting, dash, data-science, data-visualization, finance, flask, gui-framework, julia, jupyter, modeling, plotly, plotly-dash, productivity, python, r, react, rstats, technical-computing, web-app ### [deck.gl](https://github.com/visgl/deck.gl) by [visgl](https://github.com/visgl) @@ -70,46 +60,57 @@ deck.gl: WebGL2 powered visualization framework [https://deck.gl](https://deck.gl) [https://github.com/visgl/deck.gl](https://github.com/visgl/deck.gl) 28 stars per week over 376 weeks -10,646 stars, 1,933 forks, 1,720 watches +10,650 stars, 1,933 forks, 1,720 watches created 2015-12-15, last commit 2023-03-03, main language JavaScript data-visualization, geospatial-analysis, javascript, maps, python, visualization, webgl +### [plotly.py](https://github.com/plotly/plotly.py) by [plotly](https://github.com/plotly) +plotly.py: The interactive graphing library for Python :sparkles: This project now includes Plotly Express! +[https://plotly.com/python/](https://plotly.com/python/) +[https://github.com/plotly/plotly.py](https://github.com/plotly/plotly.py) +26 stars per week over 484 weeks +13,020 stars, 2,306 forks, 275 watches +created 2013-11-21, last commit 2023-02-24, main language Python +d3, dashboard, declarative, graph-library, interactive, jupyter-notebook, plotly, plotly-dash, plotlyjs, python, regl, sparkles, visualization, webgl + + ### [seaborn](https://github.com/mwaskom/seaborn) by [mwaskom](https://github.com/mwaskom) seaborn: Statistical data visualization in Python [https://seaborn.pydata.org](https://seaborn.pydata.org) [https://github.com/mwaskom/seaborn](https://github.com/mwaskom/seaborn) 18 stars per week over 558 weeks -10,414 stars, 1,710 forks, 252 watches +10,425 stars, 1,709 forks, 252 watches created 2012-06-18, last commit 2023-02-26, main language Python data-science, data-visualization, matplotlib, pandas, python +### [altair](https://github.com/altair-viz/altair) by [altair-viz](https://github.com/altair-viz) +altair: Declarative statistical visualization library for Python +[https://altair-viz.github.io/](https://altair-viz.github.io/) +[https://github.com/altair-viz/altair](https://github.com/altair-viz/altair) +20 stars per week over 389 weeks +8,090 stars, 717 forks, 147 watches +created 2015-09-19, last commit 2023-03-01, main language Python + + ### [prettymaps](https://github.com/marceloprates/prettymaps) by [marceloprates](https://github.com/marceloprates) prettymaps: A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. [https://github.com/marceloprates/prettymaps](https://github.com/marceloprates/prettymaps) 87 stars per week over 104 weeks -9,080 stars, 441 forks, 74 watches +9,085 stars, 442 forks, 73 watches created 2021-03-05, last commit 2023-02-15, main language Jupyter Notebook cartography, generative-art, jupyter-notebook, maps, matplotlib, openstreetmap, python -### [altair](https://github.com/altair-viz/altair) by [altair-viz](https://github.com/altair-viz) -altair: Declarative statistical visualization library for Python -[https://altair-viz.github.io/](https://altair-viz.github.io/) -[https://github.com/altair-viz/altair](https://github.com/altair-viz/altair) -20 stars per week over 388 weeks -8,084 stars, 717 forks, 147 watches -created 2015-09-19, last commit 2023-03-01, main language Python - - -### [lux](https://github.com/lux-org/lux) by [lux-org](https://github.com/lux-org) -lux: Automatically visualize your pandas dataframe via a single print! 📊 💡 -[https://github.com/lux-org/lux](https://github.com/lux-org/lux) -27 stars per week over 164 weeks -4,453 stars, 344 forks, 86 watches -created 2020-01-08, last commit 2022-05-21, main language Python -data-science, exploratory-data-analysis, jupyter, pandas, python, visualization, visualization-tools +### [panel](https://github.com/holoviz/panel) by [holoviz](https://github.com/holoviz) +panel: A high-level app and dashboarding solution for Python +[https://panel.holoviz.org](https://panel.holoviz.org) +[https://github.com/holoviz/panel](https://github.com/holoviz/panel) +11 stars per week over 236 weeks +2,613 stars, 322 forks, 48 watches +created 2018-08-23, last commit 2023-03-04, main language Python +bokeh, control-panels, dashboards, dataapp, datascience, dataviz, gui, holoviews, holoviz, hvplot, jupyter, matplotlib, panel, plotly ### [dtale](https://github.com/man-group/dtale) by [man-group](https://github.com/man-group) @@ -117,49 +118,48 @@ dtale: Visualizer for pandas data structures [http://alphatechadmin.pythonanywhere.com](http://alphatechadmin.pythonanywhere.com) [https://github.com/man-group/dtale](https://github.com/man-group/dtale) 20 stars per week over 189 weeks -3,902 stars, 331 forks, 68 watches -created 2019-07-15, last commit 2023-02-22, main language TypeScript +3,907 stars, 332 forks, 68 watches +created 2019-07-15, last commit 2023-03-03, main language TypeScript data-analysis, data-science, data-visualization, flask, ipython, jupyter-notebook, pandas, plotly-dash, python27, python3, react, react-virtualized, visualization, xarray -### [plotnine](https://github.com/has2k1/plotnine) by [has2k1](https://github.com/has2k1) -plotnine: A grammar of graphics for Python -[https://plotnine.readthedocs.io/en/stable/](https://plotnine.readthedocs.io/en/stable/) -[https://github.com/has2k1/plotnine](https://github.com/has2k1/plotnine) -11 stars per week over 305 weeks -3,376 stars, 194 forks, 67 watches -created 2017-04-24, last commit 2023-02-01, main language Python -data-analysis, grammar, graphics, plotting, python - - ### [vispy](https://github.com/vispy/vispy) vispy: Main repository for Vispy [http://vispy.org](http://vispy.org) [https://github.com/vispy/vispy](https://github.com/vispy/vispy) 5.82 stars per week over 519 weeks -3,021 stars, 607 forks, 119 watches +3,022 stars, 607 forks, 119 watches created 2013-03-21, last commit 2023-01-23, main language Python closember, hacktoberfest, opengl, python, visualization -### [opyrator](https://github.com/ml-tooling/opyrator) by [ml-tooling](https://github.com/ml-tooling) -opyrator: 🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more. -[https://opyrator-playground.mltooling.org](https://opyrator-playground.mltooling.org) -[https://github.com/ml-tooling/opyrator](https://github.com/ml-tooling/opyrator) -28 stars per week over 99 weeks -2,802 stars, 137 forks, 49 watches -created 2021-04-06, last commit 2021-05-06, main language Python -deployment, faas, fastapi, functions, machine-learning, microservices, pydantic, python, python-functions, serverless, streamlit, type-hints +### [holoviews](https://github.com/holoviz/holoviews) by [holoviz](https://github.com/holoviz) +holoviews: With Holoviews, your data visualizes itself. +[https://holoviews.org](https://holoviews.org) +[https://github.com/holoviz/holoviews](https://github.com/holoviz/holoviews) +5.18 stars per week over 460 weeks +2,388 stars, 373 forks, 61 watches +created 2014-05-07, last commit 2023-03-03, main language Python +holoviews, holoviz, plotting -### [panel](https://github.com/holoviz/panel) by [holoviz](https://github.com/holoviz) -panel: A high-level app and dashboarding solution for Python -[https://panel.holoviz.org](https://panel.holoviz.org) -[https://github.com/holoviz/panel](https://github.com/holoviz/panel) -11 stars per week over 236 weeks -2,610 stars, 321 forks, 48 watches -created 2018-08-23, last commit 2023-03-02, main language Python -bokeh, control-panels, dashboards, dataapp, datascience, dataviz, gui, holoviews, holoviz, hvplot, jupyter, matplotlib, panel, plotly +### [plotnine](https://github.com/has2k1/plotnine) by [has2k1](https://github.com/has2k1) +plotnine: A grammar of graphics for Python +[https://plotnine.readthedocs.io/en/stable/](https://plotnine.readthedocs.io/en/stable/) +[https://github.com/has2k1/plotnine](https://github.com/has2k1/plotnine) +11 stars per week over 305 weeks +3,377 stars, 194 forks, 67 watches +created 2017-04-24, last commit 2023-02-01, main language Python +data-analysis, grammar, graphics, plotting, python + + +### [lux](https://github.com/lux-org/lux) by [lux-org](https://github.com/lux-org) +lux: Automatically visualize your pandas dataframe via a single print! 📊 💡 +[https://github.com/lux-org/lux](https://github.com/lux-org/lux) +27 stars per week over 164 weeks +4,456 stars, 344 forks, 86 watches +created 2020-01-08, last commit 2022-05-21, main language Python +data-science, exploratory-data-analysis, jupyter, pandas, python, visualization, visualization-tools ### [hiplot](https://github.com/facebookresearch/hiplot) by [facebookresearch](https://github.com/facebookresearch) @@ -167,27 +167,18 @@ HiPlot makes understanding high dimensional data easy [https://facebookresearch.github.io/hiplot/](https://facebookresearch.github.io/hiplot/) [https://github.com/facebookresearch/hiplot](https://github.com/facebookresearch/hiplot) 14 stars per week over 173 weeks -2,426 stars, 123 forks, 29 watches -created 2019-11-08, last commit 2022-12-05, main language TypeScript - - -### [holoviews](https://github.com/holoviz/holoviews) by [holoviz](https://github.com/holoviz) -holoviews: With Holoviews, your data visualizes itself. -[https://holoviews.org](https://holoviews.org) -[https://github.com/holoviz/holoviews](https://github.com/holoviz/holoviews) -5.18 stars per week over 460 weeks -2,384 stars, 373 forks, 61 watches -created 2014-05-07, last commit 2023-03-01, main language Python -holoviews, holoviz, plotting +2,429 stars, 124 forks, 29 watches +created 2019-11-08, last commit 2023-03-03, main language TypeScript -### [mayavi](https://github.com/enthought/mayavi) by [enthought](https://github.com/enthought) -mayavi: 3D visualization of scientific data in Python -[http://docs.enthought.com/mayavi/mayavi/](http://docs.enthought.com/mayavi/mayavi/) -[https://github.com/enthought/mayavi](https://github.com/enthought/mayavi) -1.72 stars per week over 631 weeks -1,088 stars, 265 forks, 97 watches -created 2011-01-24, last commit 2022-10-18, main language Python +### [datapane](https://github.com/datapane/datapane) +datapane: Build full-stack data analytics apps in Python +[https://datapane.com](https://datapane.com) +[https://github.com/datapane/datapane](https://github.com/datapane/datapane) +5.27 stars per week over 149 weeks +788 stars, 64 forks, 16 watches +created 2020-04-23, last commit 2023-03-03, main language Python +dashboard, data-visualization, hacktoberfest, python, reporting ### [dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) by [facultyai](https://github.com/facultyai) @@ -195,29 +186,19 @@ dash-bootstrap-components: Bootstrap components for Plotly Dash [https://dash-bootstrap-components.opensource.faculty.ai/](https://dash-bootstrap-components.opensource.faculty.ai/) [https://github.com/facultyai/dash-bootstrap-components](https://github.com/facultyai/dash-bootstrap-components) 4.09 stars per week over 232 weeks -950 stars, 202 forks, 21 watches +949 stars, 202 forks, 21 watches created 2018-09-21, last commit 2023-02-28, main language JavaScript bootstrap, dashboards, julia, plotly-dash, python, r -### [mahotas](https://github.com/luispedro/mahotas) by [luispedro](https://github.com/luispedro) -mahotas: Computer Vision in Python -[https://mahotas.rtfd.io](https://mahotas.rtfd.io) -[https://github.com/luispedro/mahotas](https://github.com/luispedro/mahotas) -1.17 stars per week over 682 weeks -796 stars, 151 forks, 48 watches -created 2010-01-31, last commit 2023-02-26, main language Python -c-plus-plus, computer-vision, numpy, python, python-2, python-3 - - -### [datapane](https://github.com/datapane/datapane) -datapane: Build full-stack data analytics apps in Python -[https://datapane.com](https://datapane.com) -[https://github.com/datapane/datapane](https://github.com/datapane/datapane) -5.28 stars per week over 149 weeks -788 stars, 64 forks, 16 watches -created 2020-04-23, last commit 2023-03-01, main language Python -dashboard, data-visualization, hacktoberfest, python, reporting +### [opyrator](https://github.com/ml-tooling/opyrator) by [ml-tooling](https://github.com/ml-tooling) +opyrator: 🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more. +[https://opyrator-playground.mltooling.org](https://opyrator-playground.mltooling.org) +[https://github.com/ml-tooling/opyrator](https://github.com/ml-tooling/opyrator) +28 stars per week over 99 weeks +2,802 stars, 137 forks, 49 watches +created 2021-04-06, last commit 2021-05-06, main language Python +deployment, faas, fastapi, functions, machine-learning, microservices, pydantic, python, python-functions, serverless, streamlit, type-hints ### [holoviz](https://github.com/holoviz/holoviz) @@ -230,6 +211,25 @@ created 2017-09-22, last commit 2023-01-30, main language Python colorcet, datashader, geoviews, holoviews, holoviz, hvplot, panel +### [mayavi](https://github.com/enthought/mayavi) by [enthought](https://github.com/enthought) +mayavi: 3D visualization of scientific data in Python +[http://docs.enthought.com/mayavi/mayavi/](http://docs.enthought.com/mayavi/mayavi/) +[https://github.com/enthought/mayavi](https://github.com/enthought/mayavi) +1.72 stars per week over 631 weeks +1,088 stars, 265 forks, 97 watches +created 2011-01-24, last commit 2022-10-18, main language Python + + +### [mahotas](https://github.com/luispedro/mahotas) by [luispedro](https://github.com/luispedro) +mahotas: Computer Vision in Python +[https://mahotas.rtfd.io](https://mahotas.rtfd.io) +[https://github.com/luispedro/mahotas](https://github.com/luispedro/mahotas) +1.17 stars per week over 683 weeks +796 stars, 151 forks, 48 watches +created 2010-01-31, last commit 2023-02-26, main language Python +c-plus-plus, computer-vision, numpy, python, python-2, python-3 + + ### [nodevectors](https://github.com/vhranger/nodevectors) by [vhranger](https://github.com/vhranger) nodevectors: Fastest network node embeddings in the west [https://github.com/vhranger/nodevectors](https://github.com/vhranger/nodevectors) @@ -238,7 +238,16 @@ nodevectors: Fastest network node embeddings in the west created 2019-07-25, last commit 2021-11-06, main language Python -This file was automatically generated on 2023-03-03. +### [chartpy](https://github.com/cuemacro/chartpy) by [cuemacro](https://github.com/cuemacro) +chartpy: Easy to use Python API wrapper to plot charts with matplotlib, plotly, bokeh and more +[https://github.com/cuemacro/chartpy](https://github.com/cuemacro/chartpy) +1.48 stars per week over 343 weeks +510 stars, 98 forks, 48 watches +created 2016-08-03, last commit 2022-11-02, main language Python +bokeh, chart, matplotlib, plotly, plotting + + +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/categories/web.md b/categories/web.md index bb41ba4..436c267 100644 --- a/categories/web.md +++ b/categories/web.md @@ -1,5 +1,5 @@ # Crazy Awesome Python -A selection of 44 curated web Python libraries and frameworks ordered by stars. +A selection of 43 curated web Python libraries and frameworks ordered by stars. Checkout the interactive version that you can filter and sort: [https://www.awesomepython.org/](https://www.awesomepython.org/) @@ -9,40 +9,50 @@ Checkout the interactive version that you can filter and sort: django: The Web framework for perfectionists with deadlines. [https://www.djangoproject.com/](https://www.djangoproject.com/) [https://github.com/django/django](https://github.com/django/django) -122 stars per week over 565 weeks -69,074 stars, 28,725 forks, 2,265 watches -created 2012-04-28, last commit 2023-03-02, main language Python +122 stars per week over 566 weeks +69,086 stars, 28,735 forks, 2,266 watches +created 2012-04-28, last commit 2023-03-04, main language Python apps, django, framework, models, orm, python, templates, views, web -### [flask](https://github.com/pallets/flask) by [pallets](https://github.com/pallets) -flask: The Python micro framework for building web applications. -[https://flask.palletsprojects.com](https://flask.palletsprojects.com) -[https://github.com/pallets/flask](https://github.com/pallets/flask) -92 stars per week over 673 weeks -62,068 stars, 15,477 forks, 2,143 watches -created 2010-04-06, last commit 2023-03-01, main language Python -flask, jinja, pallets, python, web-framework, werkzeug, wsgi - - ### [fastapi](https://github.com/tiangolo/fastapi) by [tiangolo](https://github.com/tiangolo) FastAPI framework, high performance, easy to learn, fast to code, ready for production [https://fastapi.tiangolo.com/](https://fastapi.tiangolo.com/) [https://github.com/tiangolo/fastapi](https://github.com/tiangolo/fastapi) -249 stars per week over 220 weeks -55,091 stars, 4,568 forks, 616 watches -created 2018-12-08, last commit 2023-03-02, main language Python +249 stars per week over 221 weeks +55,127 stars, 4,572 forks, 616 watches +created 2018-12-08, last commit 2023-03-04, main language Python api, async, asyncio, fastapi, framework, json, json-schema, openapi, openapi3, pydantic, python, python-types, python3, redoc, rest, starlette, swagger, swagger-ui, uvicorn, web -### [requests](https://github.com/psf/requests) by [psf](https://github.com/psf) -requests: A simple, yet elegant, HTTP library. -[https://requests.readthedocs.io/en/latest/](https://requests.readthedocs.io/en/latest/) -[https://github.com/psf/requests](https://github.com/psf/requests) -78 stars per week over 628 weeks -49,131 stars, 8,993 forks, 1,352 watches -created 2011-02-13, last commit 2023-02-27, main language Python -client, cookies, forhumans, http, humans, python, python-requests, requests +### [pyscript](https://github.com/pyscript/pyscript) +pyscript: Home Page: https://pyscript.net Examples: https://pyscript.net/examples +[https://github.com/pyscript/pyscript/discussions](https://github.com/pyscript/pyscript/discussions) +[https://github.com/pyscript/pyscript](https://github.com/pyscript/pyscript) +288 stars per week over 53 weeks +15,525 stars, 1,166 forks, 175 watches +created 2022-02-21, last commit 2023-03-03, main language Python +html, javascript, python, wasm + + +### [pynecone](https://github.com/pynecone-io/pynecone) by [pynecone-io](https://github.com/pynecone-io) +pynecone: 🕸 Web apps in pure Python 🐍 +[https://pynecone.io](https://pynecone.io) +[https://github.com/pynecone-io/pynecone](https://github.com/pynecone-io/pynecone) +298 stars per week over 18 weeks +5,577 stars, 188 forks, 57 watches +created 2022-10-25, last commit 2023-03-04, main language Python +framework, fullstack, infrastructure, open-source, python, python-library, python3, web, webdev + + +### [flask](https://github.com/pallets/flask) by [pallets](https://github.com/pallets) +flask: The Python micro framework for building web applications. +[https://flask.palletsprojects.com](https://flask.palletsprojects.com) +[https://github.com/pallets/flask](https://github.com/pallets/flask) +92 stars per week over 673 weeks +62,081 stars, 15,482 forks, 2,143 watches +created 2010-04-06, last commit 2023-03-01, main language Python +flask, jinja, pallets, python, web-framework, werkzeug, wsgi ### [sherlock](https://github.com/sherlock-project/sherlock) by [sherlock-project](https://github.com/sherlock-project) @@ -50,19 +60,19 @@ sherlock: 🔎 Hunt down social media accounts by username across social network [http://sherlock-project.github.io](http://sherlock-project.github.io) [https://github.com/sherlock-project/sherlock](https://github.com/sherlock-project/sherlock) 180 stars per week over 218 weeks -39,398 stars, 4,675 forks, 982 watches +39,426 stars, 4,684 forks, 980 watches created 2018-12-24, last commit 2023-02-27, main language Python cli, hacktoberfest, hacktoberfest2022, information-gathering, linux, macos, osint, python, python3, reconnaissance, redteam, sherlock, tools, windows -### [tornado](https://github.com/tornadoweb/tornado) by [tornadoweb](https://github.com/tornadoweb) -Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. -[http://www.tornadoweb.org/](http://www.tornadoweb.org/) -[https://github.com/tornadoweb/tornado](https://github.com/tornadoweb/tornado) -29 stars per week over 703 weeks -21,003 stars, 5,493 forks, 1,003 watches -created 2009-09-09, last commit 2023-02-21, main language Python -asynchronous, python +### [requests](https://github.com/psf/requests) by [psf](https://github.com/psf) +requests: A simple, yet elegant, HTTP library. +[https://requests.readthedocs.io/en/latest/](https://requests.readthedocs.io/en/latest/) +[https://github.com/psf/requests](https://github.com/psf/requests) +78 stars per week over 629 weeks +49,147 stars, 8,992 forks, 1,352 watches +created 2011-02-13, last commit 2023-03-03, main language Python +client, cookies, forhumans, http, humans, python, python-requests, requests ### [sanic](https://github.com/huge-success/sanic) by [huge-success](https://github.com/huge-success) @@ -70,27 +80,17 @@ sanic: Accelerate your web app development | Build fast. Run fast. [https://sanic.dev](https://sanic.dev) [https://github.com/huge-success/sanic](https://github.com/huge-success/sanic) 47 stars per week over 353 weeks -16,883 stars, 1,493 forks, 413 watches +16,886 stars, 1,493 forks, 413 watches created 2016-05-26, last commit 2023-02-27, main language Python api-server, asgi, asyncio, framework, python, sanic, web, web-framework, web-server -### [pyscript](https://github.com/pyscript/pyscript) -pyscript: Home Page: https://pyscript.net Examples: https://pyscript.net/examples -[https://github.com/pyscript/pyscript/discussions](https://github.com/pyscript/pyscript/discussions) -[https://github.com/pyscript/pyscript](https://github.com/pyscript/pyscript) -289 stars per week over 53 weeks -15,518 stars, 1,165 forks, 175 watches -created 2022-02-21, last commit 2023-03-02, main language Python -html, javascript, python, wasm - - ### [aiohttp](https://github.com/aio-libs/aiohttp) by [aio-libs](https://github.com/aio-libs) aiohttp: Asynchronous HTTP client/server framework for asyncio and Python [https://docs.aiohttp.org](https://docs.aiohttp.org) [https://github.com/aio-libs/aiohttp](https://github.com/aio-libs/aiohttp) 27 stars per week over 491 weeks -13,314 stars, 1,871 forks, 227 watches +13,318 stars, 1,870 forks, 227 watches created 2013-10-01, last commit 2023-02-28, main language Python aiohttp, async, asyncio, hacktoberfest, http, http-client, http-server, python @@ -100,79 +100,39 @@ httpx: A next generation HTTP client for Python. 🦋 [https://www.python-httpx.org/](https://www.python-httpx.org/) [https://github.com/encode/httpx](https://github.com/encode/httpx) 49 stars per week over 204 weeks -10,131 stars, 673 forks, 112 watches +10,136 stars, 673 forks, 112 watches created 2019-04-04, last commit 2023-03-01, main language Python asyncio, http, python, trio -### [falcon](https://github.com/falconry/falcon) by [falconry](https://github.com/falconry) -falcon: The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale. -[https://falcon.readthedocs.io/en/stable/](https://falcon.readthedocs.io/en/stable/) -[https://github.com/falconry/falcon](https://github.com/falconry/falcon) -16 stars per week over 534 weeks -9,015 stars, 901 forks, 267 watches -created 2012-12-06, last commit 2023-01-18, main language Python -api, api-rest, asgi, framework, http, microservices, python, rest, web, wsgi - - -### [gunicorn](https://github.com/benoitc/gunicorn) by [benoitc](https://github.com/benoitc) -gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications. -[http://www.gunicorn.org](http://www.gunicorn.org) -[https://github.com/benoitc/gunicorn](https://github.com/benoitc/gunicorn) -12 stars per week over 691 weeks -8,798 stars, 1,631 forks, 229 watches -created 2009-11-30, last commit 2023-01-26, main language Python -http, http-server, python, wsgi, wsgi-server - - ### [starlette](https://github.com/encode/starlette) by [encode](https://github.com/encode) starlette: The little ASGI framework that shines. 🌟 [https://www.starlette.io/](https://www.starlette.io/) [https://github.com/encode/starlette](https://github.com/encode/starlette) 32 stars per week over 244 weeks -7,940 stars, 721 forks, 111 watches -created 2018-06-25, last commit 2023-03-01, main language Python +7,944 stars, 720 forks, 111 watches +created 2018-06-25, last commit 2023-03-03, main language Python async, http, python, websockets -### [bottle](https://github.com/bottlepy/bottle) by [bottlepy](https://github.com/bottlepy) -bottle.py is a fast and simple micro-framework for python web-applications. -[http://bottlepy.org/](http://bottlepy.org/) -[https://github.com/bottlepy/bottle](https://github.com/bottlepy/bottle) -11 stars per week over 713 weeks -7,907 stars, 1,446 forks, 312 watches -created 2009-06-30, last commit 2022-09-05, main language Python -bottle, python, rest, web-framework, wsgi - - -### [graphene](https://github.com/graphql-python/graphene) by [graphql-python](https://github.com/graphql-python) -graphene: GraphQL framework for Python -[http://graphene-python.org/](http://graphene-python.org/) -[https://github.com/graphql-python/graphene](https://github.com/graphql-python/graphene) -19 stars per week over 388 weeks -7,590 stars, 811 forks, 144 watches -created 2015-09-24, last commit 2023-02-28, main language Python -framework, graphene, graphql, python, relay - - -### [eve](https://github.com/pyeve/eve) by [pyeve](https://github.com/pyeve) -eve: REST API framework designed for human beings -[https://python-eve.org](https://python-eve.org) -[https://github.com/pyeve/eve](https://github.com/pyeve/eve) -12 stars per week over 540 weeks -6,587 stars, 754 forks, 229 watches -created 2012-10-22, last commit 2022-11-10, main language Python -flask, mongodb, python, rest +### [tornado](https://github.com/tornadoweb/tornado) by [tornadoweb](https://github.com/tornadoweb) +Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. +[http://www.tornadoweb.org/](http://www.tornadoweb.org/) +[https://github.com/tornadoweb/tornado](https://github.com/tornadoweb/tornado) +29 stars per week over 703 weeks +21,004 stars, 5,494 forks, 1,003 watches +created 2009-09-09, last commit 2023-02-21, main language Python +asynchronous, python -### [werkzeug](https://github.com/pallets/werkzeug) by [pallets](https://github.com/pallets) -werkzeug: The comprehensive WSGI web application library. -[https://werkzeug.palletsprojects.com](https://werkzeug.palletsprojects.com) -[https://github.com/pallets/werkzeug](https://github.com/pallets/werkzeug) -9.75 stars per week over 645 weeks -6,296 stars, 1,683 forks, 227 watches -created 2010-10-18, last commit 2023-03-01, main language Python -http, pallets, python, werkzeug, wsgi +### [starlite](https://github.com/starlite-api/starlite) by [starlite-api](https://github.com/starlite-api) +starlite: Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs +[https://starliteproject.dev](https://starliteproject.dev) +[https://github.com/starlite-api/starlite](https://github.com/starlite-api/starlite) +27 stars per week over 64 weeks +1,765 stars, 174 forks, 26 watches +created 2021-12-06, last commit 2023-03-03, main language Python +api, asgi, openapi, pydantic, python, redoc, rest, starlite, starlite-api, starlite-framework, swagger ### [uvicorn](https://github.com/encode/uvicorn) by [encode](https://github.com/encode) @@ -180,191 +140,196 @@ uvicorn: An ASGI web server, for Python. 🦄 [https://www.uvicorn.org/](https://www.uvicorn.org/) [https://github.com/encode/uvicorn](https://github.com/encode/uvicorn) 20 stars per week over 300 weeks -6,211 stars, 551 forks, 84 watches +6,218 stars, 551 forks, 84 watches created 2017-05-31, last commit 2023-03-01, main language Python asgi, asyncio, http, http-server, python -### [pynecone](https://github.com/pynecone-io/pynecone) by [pynecone-io](https://github.com/pynecone-io) -pynecone: 🕸 Web apps in pure Python 🐍 -[https://pynecone.io](https://pynecone.io) -[https://github.com/pynecone-io/pynecone](https://github.com/pynecone-io/pynecone) -301 stars per week over 18 weeks -5,552 stars, 188 forks, 58 watches -created 2022-10-25, last commit 2023-03-01, main language Python -framework, fullstack, infrastructure, open-source, python, python-library, python3, web, webdev - - ### [django-ninja](https://github.com/vitalik/django-ninja) by [vitalik](https://github.com/vitalik) django-ninja: 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs [https://django-ninja.rest-framework.com](https://django-ninja.rest-framework.com) [https://github.com/vitalik/django-ninja](https://github.com/vitalik/django-ninja) 28 stars per week over 145 weeks -4,105 stars, 261 forks, 62 watches +4,107 stars, 262 forks, 62 watches created 2020-05-19, last commit 2023-02-24, main language Python django, django-ninja, openapi, pydantic, python, rest-api, swagger, swagger-ui -### [PyWebIO](https://github.com/pywebio/pywebio) by [pywebio](https://github.com/pywebio) -PyWebIO: Write interactive web app in script way. -[https://pywebio.readthedocs.io](https://pywebio.readthedocs.io) -[https://github.com/pywebio/pywebio](https://github.com/pywebio/pywebio) -23 stars per week over 156 weeks -3,716 stars, 334 forks, 51 watches -created 2020-02-29, last commit 2023-02-06, main language Python -pywebio - - -### [uwsgi](https://github.com/unbit/uwsgi) by [unbit](https://github.com/unbit) -uWSGI application server container -[http://projects.unbit.it/uwsgi](http://projects.unbit.it/uwsgi) -[https://github.com/unbit/uwsgi](https://github.com/unbit/uwsgi) -5.48 stars per week over 594 weeks -3,260 stars, 670 forks, 113 watches -created 2011-10-09, last commit 2023-01-10, main language C - - -### [websocket-client](https://github.com/websocket-client/websocket-client) -websocket-client: WebSocket client for Python -[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) -[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) -4.99 stars per week over 635 weeks -3,170 stars, 732 forks, 90 watches -created 2010-12-28, last commit 2023-03-01, main language Python -python, rfc-6455, websocket, websocket-client, websockets, websockets-client - - ### [strawberry](https://github.com/strawberry-graphql/strawberry) by [strawberry-graphql](https://github.com/strawberry-graphql) strawberry: A GraphQL library for Python that leverages type annotations 🍓 [https://strawberry.rocks](https://strawberry.rocks) [https://github.com/strawberry-graphql/strawberry](https://github.com/strawberry-graphql/strawberry) 13 stars per week over 219 weeks -2,984 stars, 373 forks, 40 watches +2,986 stars, 374 forks, 40 watches created 2018-12-21, last commit 2023-03-02, main language Python asgi, asyncio, django, graphql, graphql-library, graphql-schema, graphql-server, hacktoberfest, mypy, python, starlette, strawberry +### [graphene](https://github.com/graphql-python/graphene) by [graphql-python](https://github.com/graphql-python) +graphene: GraphQL framework for Python +[http://graphene-python.org/](http://graphene-python.org/) +[https://github.com/graphql-python/graphene](https://github.com/graphql-python/graphene) +19 stars per week over 388 weeks +7,591 stars, 812 forks, 144 watches +created 2015-09-24, last commit 2023-03-03, main language Python +framework, graphene, graphql, python, relay + + +### [werkzeug](https://github.com/pallets/werkzeug) by [pallets](https://github.com/pallets) +werkzeug: The comprehensive WSGI web application library. +[https://werkzeug.palletsprojects.com](https://werkzeug.palletsprojects.com) +[https://github.com/pallets/werkzeug](https://github.com/pallets/werkzeug) +9.75 stars per week over 645 weeks +6,296 stars, 1,683 forks, 227 watches +created 2010-10-18, last commit 2023-03-03, main language Python +http, pallets, python, werkzeug, wsgi + + +### [gunicorn](https://github.com/benoitc/gunicorn) by [benoitc](https://github.com/benoitc) +gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications. +[http://www.gunicorn.org](http://www.gunicorn.org) +[https://github.com/benoitc/gunicorn](https://github.com/benoitc/gunicorn) +12 stars per week over 691 weeks +8,801 stars, 1,631 forks, 229 watches +created 2009-11-30, last commit 2023-01-26, main language Python +http, http-server, python, wsgi, wsgi-server + + +### [falcon](https://github.com/falconry/falcon) by [falconry](https://github.com/falconry) +falcon: The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale. +[https://falcon.readthedocs.io/en/stable/](https://falcon.readthedocs.io/en/stable/) +[https://github.com/falconry/falcon](https://github.com/falconry/falcon) +16 stars per week over 534 weeks +9,016 stars, 901 forks, 267 watches +created 2012-12-06, last commit 2023-01-18, main language Python +api, api-rest, asgi, framework, http, microservices, python, rest, web, wsgi + + +### [PyWebIO](https://github.com/pywebio/pywebio) by [pywebio](https://github.com/pywebio) +PyWebIO: Write interactive web app in script way. +[https://pywebio.readthedocs.io](https://pywebio.readthedocs.io) +[https://github.com/pywebio/pywebio](https://github.com/pywebio/pywebio) +23 stars per week over 157 weeks +3,718 stars, 334 forks, 50 watches +created 2020-02-29, last commit 2023-02-06, main language Python +pywebio + + ### [fastapi-users](https://github.com/fastapi-users/fastapi-users) fastapi-users: Ready-to-use and customizable users management for FastAPI [https://fastapi-users.github.io/fastapi-users/](https://fastapi-users.github.io/fastapi-users/) [https://github.com/fastapi-users/fastapi-users](https://github.com/fastapi-users/fastapi-users) -14 stars per week over 177 weeks -2,517 stars, 250 forks, 34 watches +14 stars per week over 178 weeks +2,520 stars, 250 forks, 34 watches created 2019-10-05, last commit 2023-02-14, main language Python async, asyncio, fastapi, fastapi-users, python, starlette, users -### [Astra](https://github.com/flipkart-incubator/astra) by [flipkart-incubator](https://github.com/flipkart-incubator) -Astra: Automated Security Testing For REST API's -[https://github.com/flipkart-incubator/astra](https://github.com/flipkart-incubator/astra) -8.14 stars per week over 268 weeks -2,183 stars, 361 forks, 85 watches -created 2018-01-10, last commit 2023-02-16, main language Python -ci-cd, owasp, penetration-testing, penetration-testing-framework, postman-collection, python, restapiautomation, sdlc, security, security-automation - - ### [flask-restx](https://github.com/python-restx/flask-restx) by [python-restx](https://github.com/python-restx) flask-restx: Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask [https://flask-restx.readthedocs.io/en/latest/](https://flask-restx.readthedocs.io/en/latest/) [https://github.com/python-restx/flask-restx](https://github.com/python-restx/flask-restx) 10 stars per week over 164 weeks 1,762 stars, 294 forks, 70 watches -created 2020-01-09, last commit 2023-02-19, main language Python +created 2020-01-09, last commit 2023-03-04, main language Python api, flask, json, python, rest, restful, restplus, restx, swagger -### [starlite](https://github.com/starlite-api/starlite) by [starlite-api](https://github.com/starlite-api) -starlite: Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs -[https://starliteproject.dev](https://starliteproject.dev) -[https://github.com/starlite-api/starlite](https://github.com/starlite-api/starlite) -27 stars per week over 64 weeks -1,760 stars, 173 forks, 26 watches -created 2021-12-06, last commit 2023-03-02, main language Python -api, asgi, openapi, pydantic, python, redoc, rest, starlite, starlite-api, starlite-framework, swagger +### [bottle](https://github.com/bottlepy/bottle) by [bottlepy](https://github.com/bottlepy) +bottle.py is a fast and simple micro-framework for python web-applications. +[http://bottlepy.org/](http://bottlepy.org/) +[https://github.com/bottlepy/bottle](https://github.com/bottlepy/bottle) +11 stars per week over 713 weeks +7,910 stars, 1,446 forks, 312 watches +created 2009-06-30, last commit 2022-09-05, main language Python +bottle, python, rest, web-framework, wsgi + + +### [websocket-client](https://github.com/websocket-client/websocket-client) +websocket-client: WebSocket client for Python +[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) +[https://github.com/websocket-client/websocket-client](https://github.com/websocket-client/websocket-client) +4.99 stars per week over 635 weeks +3,173 stars, 732 forks, 90 watches +created 2010-12-28, last commit 2023-03-01, main language Python +python, rfc-6455, websocket, websocket-client, websockets, websockets-client + + +### [eve](https://github.com/pyeve/eve) by [pyeve](https://github.com/pyeve) +eve: REST API framework designed for human beings +[https://python-eve.org](https://python-eve.org) +[https://github.com/pyeve/eve](https://github.com/pyeve/eve) +12 stars per week over 540 weeks +6,586 stars, 754 forks, 229 watches +created 2012-10-22, last commit 2022-11-10, main language Python +flask, mongodb, python, rest + + +### [uwsgi](https://github.com/unbit/uwsgi) by [unbit](https://github.com/unbit) +uWSGI application server container +[http://projects.unbit.it/uwsgi](http://projects.unbit.it/uwsgi) +[https://github.com/unbit/uwsgi](https://github.com/unbit/uwsgi) +5.48 stars per week over 595 weeks +3,261 stars, 671 forks, 113 watches +created 2011-10-09, last commit 2023-01-10, main language C ### [quart](https://github.com/pallets/quart) by [pallets](https://github.com/pallets) quart: An async Python micro framework for building web applications. [https://quart.palletsprojects.com](https://quart.palletsprojects.com) [https://github.com/pallets/quart](https://github.com/pallets/quart) -5.93 stars per week over 277 weeks -1,643 stars, 100 forks, 25 watches +5.94 stars per week over 277 weeks +1,646 stars, 100 forks, 26 watches created 2017-11-10, last commit 2023-02-12, main language Python asgi, asyncio, http-server, python, quart -### [mangum](https://github.com/jordaneremieff/mangum) by [jordaneremieff](https://github.com/jordaneremieff) -mangum: AWS Lambda support for ASGI applications -[https://mangum.io/](https://mangum.io/) -[https://github.com/jordaneremieff/mangum](https://github.com/jordaneremieff/mangum) -5.68 stars per week over 215 weeks -1,225 stars, 80 forks, 16 watches -created 2019-01-14, last commit 2022-11-27, main language Python -api-gateway, asgi, asyncio, aws, aws-lambda, django, fastapi, lambda, python, python3, quart, sanic, serverless, starlette - - -### [BlackSheep](https://github.com/neoteroi/blacksheep) by [neoteroi](https://github.com/neoteroi) -BlackSheep: Fast ASGI web framework for Python -[https://www.neoteroi.dev/blacksheep/](https://www.neoteroi.dev/blacksheep/) -[https://github.com/neoteroi/blacksheep](https://github.com/neoteroi/blacksheep) -5.29 stars per week over 223 weeks -1,181 stars, 52 forks, 23 watches -created 2018-11-22, last commit 2023-02-17, main language Python -asgi, asyncio, blacksheep, framework, http, http-server, python, server, web +### [FastAPI-template](https://github.com/s3rius/fastapi-template) by [s3rius](https://github.com/s3rius) +FastAPI-template: Feature rich robust FastAPI template. +[https://github.com/s3rius/fastapi-template](https://github.com/s3rius/fastapi-template) +5.33 stars per week over 125 weeks +671 stars, 69 forks, 13 watches +created 2020-10-05, last commit 2023-02-05, main language Python +aerich, alembic, asynchronous, asyncio, cookiecutter, cookiecutter-python3, cookiecutter-template, fastapi, fastapi-boilerplate, fastapi-template, graphql, opentelemetry, ormar, prometheus, python3, sentry, sqlalchemy-orm, strawberry-graphql, tortoise-orm -### [httptools](https://github.com/magicstack/httptools) by [magicstack](https://github.com/magicstack) -httptools: Fast HTTP parser -[https://github.com/magicstack/httptools](https://github.com/magicstack/httptools) -3.05 stars per week over 357 weeks -1,090 stars, 71 forks, 40 watches -created 2016-04-25, last commit 2022-09-13, main language Python +### [py-shiny](https://github.com/rstudio/py-shiny) by [rstudio](https://github.com/rstudio) +py-shiny: Shiny for Python +[https://shiny.rstudio.com/py/](https://shiny.rstudio.com/py/) +[https://github.com/rstudio/py-shiny](https://github.com/rstudio/py-shiny) +4.05 stars per week over 83 weeks +339 stars, 20 forks, 23 watches +created 2021-07-27, last commit 2023-03-04, main language JavaScript ### [fastapi-crudrouter](https://github.com/awtkns/fastapi-crudrouter) by [awtkns](https://github.com/awtkns) fastapi-crudrouter: A dynamic FastAPI router that automatically creates CRUD routes for your models [https://fastapi-crudrouter.awtkns.com](https://fastapi-crudrouter.awtkns.com) [https://github.com/awtkns/fastapi-crudrouter](https://github.com/awtkns/fastapi-crudrouter) -8.97 stars per week over 114 weeks +8.95 stars per week over 115 weeks 1,030 stars, 122 forks, 12 watches created 2020-12-19, last commit 2023-01-28, main language Python api, async, asyncio, code-generation, crud, crud-routes, fastapi, fastapi-crudrouter, framework, openapi, openapi-route, python, python3, redoc, rest, sql, swagger-ui, web -### [emmett](https://github.com/emmett-framework/emmett) by [emmett-framework](https://github.com/emmett-framework) -emmett: The web framework for inventors -[https://github.com/emmett-framework/emmett](https://github.com/emmett-framework/emmett) -1.9 stars per week over 436 weeks -829 stars, 62 forks, 31 watches -created 2014-10-20, last commit 2023-01-30, main language Python -asgi, asyncio, emmett, python, web-framework - - -### [FastAPI-template](https://github.com/s3rius/fastapi-template) by [s3rius](https://github.com/s3rius) -FastAPI-template: Feature rich robust FastAPI template. -[https://github.com/s3rius/fastapi-template](https://github.com/s3rius/fastapi-template) -5.34 stars per week over 125 weeks -671 stars, 69 forks, 13 watches -created 2020-10-05, last commit 2023-02-05, main language Python -aerich, alembic, asynchronous, asyncio, cookiecutter, cookiecutter-python3, cookiecutter-template, fastapi, fastapi-boilerplate, fastapi-template, graphql, opentelemetry, ormar, prometheus, python3, sentry, sqlalchemy-orm, strawberry-graphql, tortoise-orm - - -### [fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) by [koxudaxi](https://github.com/koxudaxi) -fastapi-code-generator: This code generator creates FastAPI app from an openapi file. -[https://github.com/koxudaxi/fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) -4.7 stars per week over 141 weeks -666 stars, 76 forks, 15 watches -created 2020-06-14, last commit 2023-02-15, main language Python -fastapi, generator, openapi, pydantic, python +### [BlackSheep](https://github.com/neoteroi/blacksheep) by [neoteroi](https://github.com/neoteroi) +BlackSheep: Fast ASGI web framework for Python +[https://www.neoteroi.dev/blacksheep/](https://www.neoteroi.dev/blacksheep/) +[https://github.com/neoteroi/blacksheep](https://github.com/neoteroi/blacksheep) +5.29 stars per week over 223 weeks +1,182 stars, 52 forks, 23 watches +created 2018-11-22, last commit 2023-02-17, main language Python +asgi, asyncio, blacksheep, framework, http, http-server, python, server, web -### [muffin](https://github.com/klen/muffin) by [klen](https://github.com/klen) -Muffin is a fast, simple and asyncronous web-framework for Python 3 -[https://github.com/klen/muffin](https://github.com/klen/muffin) -1.48 stars per week over 421 weeks -625 stars, 25 forks, 31 watches -created 2015-02-03, last commit 2023-02-28, main language Python -asgi, asyncio, curio, muffin, python, trio, webframework +### [mangum](https://github.com/jordaneremieff/mangum) by [jordaneremieff](https://github.com/jordaneremieff) +mangum: AWS Lambda support for ASGI applications +[https://mangum.io/](https://mangum.io/) +[https://github.com/jordaneremieff/mangum](https://github.com/jordaneremieff/mangum) +5.67 stars per week over 215 weeks +1,224 stars, 80 forks, 16 watches +created 2019-01-14, last commit 2022-11-27, main language Python +api-gateway, asgi, asyncio, aws, aws-lambda, django, fastapi, lambda, python, python3, quart, sanic, serverless, starlette ### [fastapi-cache](https://github.com/long2ice/fastapi-cache) by [long2ice](https://github.com/long2ice) @@ -372,26 +337,18 @@ fastapi-cache is a tool to cache fastapi response and function result, with back [https://github.com/long2ice/fastapi-cache](https://github.com/long2ice/fastapi-cache) [https://github.com/long2ice/fastapi-cache](https://github.com/long2ice/fastapi-cache) 4.62 stars per week over 131 weeks -607 stars, 89 forks, 9 watches +608 stars, 90 forks, 9 watches created 2020-08-25, last commit 2023-02-15, main language Python cache, fastapi, memcached, redis -### [py-shiny](https://github.com/rstudio/py-shiny) by [rstudio](https://github.com/rstudio) -py-shiny: Shiny for Python -[https://shiny.rstudio.com/py/](https://shiny.rstudio.com/py/) -[https://github.com/rstudio/py-shiny](https://github.com/rstudio/py-shiny) -4.04 stars per week over 83 weeks -337 stars, 20 forks, 23 watches -created 2021-07-27, last commit 2023-03-02, main language JavaScript - - -### [fastapi_client](https://github.com/dmontagu/fastapi_client) by [dmontagu](https://github.com/dmontagu) -fastapi_client: FastAPI client generator -[https://github.com/dmontagu/fastapi_client](https://github.com/dmontagu/fastapi_client) -1.58 stars per week over 186 weeks -296 stars, 39 forks, 8 watches -created 2019-08-03, last commit 2021-02-11, main language Python +### [fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) by [koxudaxi](https://github.com/koxudaxi) +fastapi-code-generator: This code generator creates FastAPI app from an openapi file. +[https://github.com/koxudaxi/fastapi-code-generator](https://github.com/koxudaxi/fastapi-code-generator) +4.71 stars per week over 142 weeks +669 stars, 75 forks, 15 watches +created 2020-06-14, last commit 2023-02-15, main language Python +fastapi, generator, openapi, pydantic, python ### [FastAPI-Backend-Template](https://github.com/aeternalis-ingenium/fastapi-backend-template) by [aeternalis-ingenium](https://github.com/aeternalis-ingenium) @@ -403,6 +360,24 @@ created 2022-12-05, last commit 2023-02-05, main language Python alembic, asynchronous, asyncpg, codecov, coverage, docker, docker-compose, fastapi, githubactions, jwt, postgresql, pre-commit, pytest, python, sqlalchemy +### [Astra](https://github.com/flipkart-incubator/astra) by [flipkart-incubator](https://github.com/flipkart-incubator) +Astra: Automated Security Testing For REST API's +[https://github.com/flipkart-incubator/astra](https://github.com/flipkart-incubator/astra) +8.13 stars per week over 268 weeks +2,184 stars, 361 forks, 85 watches +created 2018-01-10, last commit 2023-02-16, main language Python +ci-cd, owasp, penetration-testing, penetration-testing-framework, postman-collection, python, restapiautomation, sdlc, security, security-automation + + +### [emmett](https://github.com/emmett-framework/emmett) by [emmett-framework](https://github.com/emmett-framework) +emmett: The web framework for inventors +[https://github.com/emmett-framework/emmett](https://github.com/emmett-framework/emmett) +1.9 stars per week over 436 weeks +829 stars, 62 forks, 31 watches +created 2014-10-20, last commit 2023-01-30, main language Python +asgi, asyncio, emmett, python, web-framework + + ### [hstream](https://github.com/conradbez/hstream) by [conradbez](https://github.com/conradbez) hstream: Hyper Stream [https://github.com/conradbez/hstream](https://github.com/conradbez/hstream) @@ -411,13 +386,13 @@ hstream: Hyper Stream created 2022-11-03, last commit 2023-02-10, main language Python -### [fastai-serving](https://github.com/developmentseed/fastai-serving) by [developmentseed](https://github.com/developmentseed) -fastai-serving: A Docker image for serving fast.ai models, mimicking the API of Tensorflow Serving -[https://github.com/developmentseed/fastai-serving](https://github.com/developmentseed/fastai-serving) -0.63 stars per week over 191 weeks -121 stars, 11 forks, 8 watches -created 2019-07-01, last commit 2020-02-10, main language Python -deep-learning, docker, machine-learning, python, pytorch +### [muffin](https://github.com/klen/muffin) by [klen](https://github.com/klen) +Muffin is a fast, simple and asyncronous web-framework for Python 3 +[https://github.com/klen/muffin](https://github.com/klen/muffin) +1.48 stars per week over 421 weeks +625 stars, 25 forks, 31 watches +created 2015-02-03, last commit 2023-03-04, main language Python +asgi, asyncio, curio, muffin, python, trio, webframework ### [fastapi-boilerplate](https://github.com/rawheel/fastapi-boilerplate) by [rawheel](https://github.com/rawheel) @@ -429,7 +404,23 @@ created 2022-12-28, last commit 2023-01-07, main language Python alembic, boilerplate, docker, docker-compose, fastapi, fastapi-boilerplate, fastapi-sqlalchemy, orm, poetry-python, postgresql, pydantic, python3, sqlalchemy, sqlalchemy-orm -This file was automatically generated on 2023-03-03. +### [httptools](https://github.com/magicstack/httptools) by [magicstack](https://github.com/magicstack) +httptools: Fast HTTP parser +[https://github.com/magicstack/httptools](https://github.com/magicstack/httptools) +3.05 stars per week over 357 weeks +1,092 stars, 71 forks, 40 watches +created 2016-04-25, last commit 2022-09-13, main language Python + + +### [fastapi_client](https://github.com/dmontagu/fastapi_client) by [dmontagu](https://github.com/dmontagu) +fastapi_client: FastAPI client generator +[https://github.com/dmontagu/fastapi_client](https://github.com/dmontagu/fastapi_client) +1.58 stars per week over 187 weeks +296 stars, 39 forks, 8 watches +created 2019-08-03, last commit 2021-02-11, main language Python + + +This file was automatically generated on 2023-03-05. To curate your own github list, simply clone and change the input csv file. diff --git a/client/.gitignore b/client/.gitignore index dc7ab26..5bd25af 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,4 +1,5 @@ data/ github_data.json github_data.min.json +github_data.ui.min.json github_tags_data.json diff --git a/client/Makefile b/client/Makefile index 0aede23..8ea4cf4 100644 --- a/client/Makefile +++ b/client/Makefile @@ -14,8 +14,7 @@ serve-local-app: ## Copy processed data to local client for testing copy-data-local-app: remove-data-local-app - cp ../github_data.json app/ - cp ../github_data.min.json app/ + cp ../github_data.ui.min.json app/ cp ../github_tags_data.json app/ cp -r ../data app/data @@ -23,6 +22,7 @@ copy-data-local-app: remove-data-local-app remove-data-local-app: rm app/github_data.json || true rm app/github_data.min.json || true + rm app/github_data.ui.min.json || true rm -rf app/data ## Browse local js client diff --git a/client/app/app.html b/client/app/app.html index 1f4f5c3..63c358b 100644 --- a/client/app/app.html +++ b/client/app/app.html @@ -12,7 +12,7 @@ - + @@ -31,7 +31,7 @@ - +