Build a Celebrity Look-Alike Detector with Azure’s Face Detect and Python
Introduction
This article describes how to to use Microsoft Azure’s Cognitive Services Face API ...
https://pbpython.com/python-face-detect.html
Introduction
This article describes how to to use Microsoft Azure’s Cognitive Services Face API ...
https://pbpython.com/python-face-detect.html
Pbpython
Build a Celebrity Look-Alike Detector with Azure’s Face Detect and Python
This article describes how to use Microsoft Azure's Face API with python to identify faces in images and determine if they are of the same person.
Online/Incremental Learning with Keras and Creme
In this tutorial, you will learn how to perform online/incremental learning with Keras and Creme ...
https://www.pyimagesearch.com/2019/06/17/online-incremental-learning-with-keras-and-creme/
In this tutorial, you will learn how to perform online/incremental learning with Keras and Creme ...
https://www.pyimagesearch.com/2019/06/17/online-incremental-learning-with-keras-and-creme/
Keras learning rate schedules and decay
In this tutorial, you will learn about learning rate schedules and decay using Keras. You’ll learn ...
https://www.pyimagesearch.com/2019/07/22/keras-learning-rate-schedules-and-decay/
In this tutorial, you will learn about learning rate schedules and decay using Keras. You’ll learn ...
https://www.pyimagesearch.com/2019/07/22/keras-learning-rate-schedules-and-decay/
CorentinJ / Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
https://github.com/CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
https://github.com/CorentinJ/Real-Time-Voice-Cloning
GitHub
GitHub - CorentinJ/Real-Time-Voice-Cloning: Clone a voice in 5 seconds to generate arbitrary speech in real-time
Clone a voice in 5 seconds to generate arbitrary speech in real-time - CorentinJ/Real-Time-Voice-Cloning
Unique sentinel values, identity checks, and when to use object() instead of None
Occasionally in Python (and in programming in general), you’ll need an object which can be ...
https://treyhunner.com/2019/03/unique-and-sentinel-values-in-python/
Occasionally in Python (and in programming in general), you’ll need an object which can be ...
https://treyhunner.com/2019/03/unique-and-sentinel-values-in-python/
Treyhunner
Unique sentinel values, identity checks, and when to use object() instead of None
Occasionally in Python (and in programming in general), you’ll need an object which can be uniquely identified.
Sometimes this unique object …
Sometimes this unique object …
15 Python tips and tricks, so you don’t have to look them up on Stack Overflow
https://medium.com/@george.seif94/15-python-tips-and-tricks-so-you-dont-have-to-look-them-up-on-stack-overflow-90cec02705ae
https://medium.com/@george.seif94/15-python-tips-and-tricks-so-you-dont-have-to-look-them-up-on-stack-overflow-90cec02705ae
My secret sauce to be in top 2% of a kaggle competition
https://towardsdatascience.com/my-secret-sauce-to-be-in-top-2-of-a-kaggle-competition-57cff0677d3c
https://towardsdatascience.com/my-secret-sauce-to-be-in-top-2-of-a-kaggle-competition-57cff0677d3c
gRPC and why it can save you development time
At this point many of you guys should have heard about…
https://medium.com/red-crane/grpc-and-why-it-can-save-you-development-time-436168fd0cbc
At this point many of you guys should have heard about…
https://medium.com/red-crane/grpc-and-why-it-can-save-you-development-time-436168fd0cbc
Automated Report Generation with Papermill: Part 1
Introduction
This guest post that walks through a great example of using python
to automate a ...
https://pbpython.com/papermil-rclone-report-1.html
Introduction
This guest post that walks through a great example of using python
to automate a ...
https://pbpython.com/papermil-rclone-report-1.html
Pbpython
Automated Report Generation with Papermill: Part 1
This is part 1 of a two-part series post about automating report generation using python, jupyter, papermill, and a couple of other tools.
iovisor / bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
https://github.com/iovisor/bcc
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
https://github.com/iovisor/bcc
GitHub
GitHub - iovisor/bcc: BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more - iovisor/bcc
tiangolo / fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://github.com/tiangolo/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://github.com/tiangolo/fastapi
GitHub
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production
FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi
Decoupling database migrations from server startup: why and how
If you’re using a schema management tool like Django ORM or Alembic, you need to run the ...
https://pythonspeed.com/articles/schema-migrations-server-startup/
If you’re using a schema management tool like Django ORM or Alembic, you need to run the ...
https://pythonspeed.com/articles/schema-migrations-server-startup/
Python⇒Speed
Decoupling database migrations from server startup: why and how
Migrating your database schema when your application’s Docker container starts up? Here’s some reasons to rethink that choice.
The Pros of Using Django for Web Development
https://levelup.gitconnected.com/pros-of-using-django-for-web-development-f0f148cb8bd3
https://levelup.gitconnected.com/pros-of-using-django-for-web-development-f0f148cb8bd3
Use Cython to get more than 30X speedup on your Python code
https://towardsdatascience.com/use-cython-to-get-more-than-30x-speedup-on-your-python-code-f6cb337919b6
https://towardsdatascience.com/use-cython-to-get-more-than-30x-speedup-on-your-python-code-f6cb337919b6
The Celery Python Guide: Basics, Examples and Useful Tips
https://codeburst.io/the-celery-python-guide-basics-examples-and-useful-tips-d8da1fcfaea3
https://codeburst.io/the-celery-python-guide-basics-examples-and-useful-tips-d8da1fcfaea3
Plotly.py 4.0 is here: Offline Only, Express First, Displayable Anywhere
https://medium.com/@plotlygraphs/plotly-py-4-0-is-here-offline-only-express-first-displayable-anywhere-fc444e5659ee
https://medium.com/@plotlygraphs/plotly-py-4-0-is-here-offline-only-express-first-displayable-anywhere-fc444e5659ee
An Introduction to Recurrent Neural Networks for Beginners
A simple walkthrough of what RNNs are, how…
https://towardsdatascience.com/an-introduction-to-recurrent-neural-networks-for-beginners-664d717adbd
A simple walkthrough of what RNNs are, how…
https://towardsdatascience.com/an-introduction-to-recurrent-neural-networks-for-beginners-664d717adbd