editabletuple
This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable.
https://github.com/mark-summerfield/editabletuple
This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable.
https://github.com/mark-summerfield/editabletuple
GitHub
GitHub - mark-summerfield/editabletuple: This module provides the editabletuple() function for creating classes with a fixed sequence…
This module provides the editabletuple() function for creating classes with a fixed sequence of fields, similar to a namedtuple, except editable. - mark-summerfield/editabletuple
dot
dot (aka Deepfake Offensive Toolkit) makes real-time, controllable deepfakes ready for virtual cameras injection. dot is created for performing penetration testing against e.g. identity verification and video conferencing systems, for the use by security analysts, Red Team members, and biometrics researchers.
https://github.com/sensity-ai/dot
dot (aka Deepfake Offensive Toolkit) makes real-time, controllable deepfakes ready for virtual cameras injection. dot is created for performing penetration testing against e.g. identity verification and video conferencing systems, for the use by security analysts, Red Team members, and biometrics researchers.
https://github.com/sensity-ai/dot
GitHub
GitHub - sensity-ai/dot: The Deepfake Offensive Toolkit
The Deepfake Offensive Toolkit. Contribute to sensity-ai/dot development by creating an account on GitHub.
Image Color Extraction with Python in 4 Steps
Creating your own and unique list of colorsPhoto by Robert Katzki on UnsplashWhy are the colors ...
https://towardsdatascience.com/image-color-extraction-with-python-in-4-steps-8d9370d9216e
Creating your own and unique list of colorsPhoto by Robert Katzki on UnsplashWhy are the colors ...
https://towardsdatascience.com/image-color-extraction-with-python-in-4-steps-8d9370d9216e
Towards Data Science
Image Color Extraction with Python in 4 Steps | Towards Data Science
Creating your own and unique list of colors
Code Your Own Heroku Clone with Python
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
https://www.youtube.com/watch?v=zhJLVFR3pE8
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
https://www.youtube.com/watch?v=zhJLVFR3pE8
YouTube
Code Your Own Heroku Clone with Python – Provision Infrastructure Programmatically Tutorial
Learn all about how to provision infrastructure programmatically by building a simplified Heroku clone with Python. At the end you will also learn how to provision a web app on AWS using JavaScript.
✏️ Beau Carnes developed this course.
💻 Code: https:/…
✏️ Beau Carnes developed this course.
💻 Code: https:/…
openai-cookbook
Examples and guides for using the OpenAI API.
https://github.com/openai/openai-cookbook
Examples and guides for using the OpenAI API.
https://github.com/openai/openai-cookbook
GitHub
GitHub - openai/openai-cookbook: Examples and guides for using the OpenAI API
Examples and guides for using the OpenAI API. Contribute to openai/openai-cookbook development by creating an account on GitHub.
An Intro to the contextlib Module in Python
Learn how to create different types of context managers using Python's contextlib module!
https://www.youtube.com/watch?v=e7oGj_fa-J8
Learn how to create different types of context managers using Python's contextlib module!
https://www.youtube.com/watch?v=e7oGj_fa-J8
YouTube
An Intro to the contextlib Module in Python
Learn how to create different types of context managers using Python's contextlib module!
Python docs: https://docs.python.org/3/library/contextlib.html
Articles on Context Managers in Python
Python's with Statement and Context Managers - https://www.…
Python docs: https://docs.python.org/3/library/contextlib.html
Articles on Context Managers in Python
Python's with Statement and Context Managers - https://www.…
Calcure
Modern TUI calendar and task manager with minimal and customizable UI.
https://github.com/anufrievroman/calcure
Modern TUI calendar and task manager with minimal and customizable UI.
https://github.com/anufrievroman/calcure
GitHub
GitHub - anufrievroman/calcure: Modern TUI calendar and task manager with minimal and customizable UI.
Modern TUI calendar and task manager with minimal and customizable UI. - anufrievroman/calcure
Build dashboard in Python with automatic updates and email notifications
Do you need to monitor data from multiple sources and act based on their values? If you answered yes, then it means that you need a dashboard. This post will show you how to create a dashboard in Python. It will automatically update the values in the dashboard and send email notifications based on monitored values. The dashboard will be deployed to the Amazon AWS cloud service.
https://mljar.com/blog/python-dashboard/
Do you need to monitor data from multiple sources and act based on their values? If you answered yes, then it means that you need a dashboard. This post will show you how to create a dashboard in Python. It will automatically update the values in the dashboard and send email notifications based on monitored values. The dashboard will be deployed to the Amazon AWS cloud service.
https://mljar.com/blog/python-dashboard/
MLJAR
Build dashboard in Python with automatic updates and email notifications | MLJAR
Create a Python dashboard to monitor and act on data from multiple sources. This guide demonstrates building a Python dashboard in Jupyter Notebook, monitoring stock and cryptocurrency exchanges, and weather data. Deployed on AWS using the open-source Mercury…
basic-pitch
A lightweight yet powerful audio-to-MIDI converter with pitch bend detection.
https://github.com/spotify/basic-pitch
A lightweight yet powerful audio-to-MIDI converter with pitch bend detection.
https://github.com/spotify/basic-pitch
GitHub
GitHub - spotify/basic-pitch: A lightweight yet powerful audio-to-MIDI converter with pitch bend detection
A lightweight yet powerful audio-to-MIDI converter with pitch bend detection - spotify/basic-pitch
chainfeeds / RSSAggregatorforWeb3
Bootstrapping your personal Web3 info hub from more than 500 RSS Feeds.
https://github.com/chainfeeds/RSSAggregatorforWeb3
Bootstrapping your personal Web3 info hub from more than 500 RSS Feeds.
https://github.com/chainfeeds/RSSAggregatorforWeb3
GitHub
GitHub - chainfeeds/RSSAggregatorforWeb3: Bootstrapping your personal Web3 info hub from more than 600 RSS Feeds.
Bootstrapping your personal Web3 info hub from more than 600 RSS Feeds. - chainfeeds/RSSAggregatorforWeb3
The Annotated Transformer
The Transformer has been on a lot of people’s minds over the last five years. This post presents an annotated version of the paper in the form of a line-by-line implementation.
http://nlp.seas.harvard.edu/annotated-transformer/
The Transformer has been on a lot of people’s minds over the last five years. This post presents an annotated version of the paper in the form of a line-by-line implementation.
http://nlp.seas.harvard.edu/annotated-transformer/
Memory Management in Python - Part 2: Equality
When are two Python objects the same? What does that even mean?
https://anvil.works/articles/pointers-in-my-python-2
When are two Python objects the same? What does that even mean?
https://anvil.works/articles/pointers-in-my-python-2
Anvil
Memory Management in Python - Part 2: Equality
When are two Python objects the same? What does that even mean? Join me for a tour of some of CPython’s dark memory magic and unintuitive behaviours.
(Part 2 of the “Pointers? In My Python?” series.)
(Part 2 of the “Pointers? In My Python?” series.)
Lightning-AI / lightning
Build high-performance AI models with PyTorch Lightning (organized PyTorch). Deploy models with Lightning Apps (organized Python to build end-to-end ML systems).
https://github.com/Lightning-AI/lightning
Build high-performance AI models with PyTorch Lightning (organized PyTorch). Deploy models with Lightning Apps (organized Python to build end-to-end ML systems).
https://github.com/Lightning-AI/lightning
GitHub
GitHub - Lightning-AI/pytorch-lightning: Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes. - Lightning-AI/pytorch-lightning
Design Patterns in Machine Learning Code and Systems
Design patterns are not just a way to structure code. They also communicate the problem addressed and how the code or component is intended to be used. Here are some patterns I’ve observed in machine learning code and systems.
https://eugeneyan.com/writing/design-patterns/
Design patterns are not just a way to structure code. They also communicate the problem addressed and how the code or component is intended to be used. Here are some patterns I’ve observed in machine learning code and systems.
https://eugeneyan.com/writing/design-patterns/
eugeneyan.com
Design Patterns in Machine Learning Code and Systems
Understanding and spotting patterns to use code and components as intended.