Measuring Distance to Detected Faces with Haar Cascade in Python
https://medium.com/@akshatjain9413440368/measuring-distance-to-detected-faces-with-haar-cascade-in-python-3275099bc58b
https://medium.com/@akshatjain9413440368/measuring-distance-to-detected-faces-with-haar-cascade-in-python-3275099bc58b
Medium
Measuring Distance to Detected Faces with Haar Cascade in Python
Introduction: Welcome to this exciting blog post where we will delve into the world of computer vision and explore a fascinating challenge…
Why GIL is present in Python but not in any other languages
https://medium.com/@yesnandam/why-gil-is-present-in-python-but-not-in-any-other-languages-cac4560f93cf
https://medium.com/@yesnandam/why-gil-is-present-in-python-but-not-in-any-other-languages-cac4560f93cf
Medium
Why GIL is present in Python but not in any other languages
The Global Interpreter Lock (GIL) in Python, specifically in the CPython implementation, was initially introduced for simplicity and to…
Computer Vision Specialist | Background Blur with Visible Face | Innovative Project with Python…
https://medium.com/@akshatjain9413440368/computer-vision-specialist-background-blur-with-visible-face-innovative-project-with-python-a05fb85eba6d
https://medium.com/@akshatjain9413440368/computer-vision-specialist-background-blur-with-visible-face-innovative-project-with-python-a05fb85eba6d
Medium
Computer Vision Specialist | Background Blur with Visible Face | Innovative Project with Python…
Summary:
Computer Vision Specialist with expertise in developing innovative solutions for background blur with visible face in real-time…
Computer Vision Specialist with expertise in developing innovative solutions for background blur with visible face in real-time…
I created AI that plays board games without knowing rules.
https://medium.com/@michalskibinski109/i-created-ai-that-plays-board-games-without-knowing-rules-20048cef7dd8
https://medium.com/@michalskibinski109/i-created-ai-that-plays-board-games-without-knowing-rules-20048cef7dd8
Medium
I created AI that plays board games without knowing rules.
Developing a game engine for board games is a fascinating challenge that often requires a deep understanding of the game’s rules…
Have you ever doubted Python Slicing?
https://medium.com/@choyon001/have-you-ever-doubted-python-slicing-5cdda18f6815
https://medium.com/@choyon001/have-you-ever-doubted-python-slicing-5cdda18f6815
Medium
Have you ever doubted Python Slicing?
Hello folks, Today I’m going to discuss Python slicing. According to my thought, too many words understanding bored me, so let’s start with…
Pictorial Powerhouse: Unveiling the Elite 8 Python Libraries for Machine Learning Image Processing
https://inf0media.medium.com/pictorial-powerhouse-unveiling-the-elite-8-python-libraries-for-machine-learning-image-processing-d9848ac7dc5c
https://inf0media.medium.com/pictorial-powerhouse-unveiling-the-elite-8-python-libraries-for-machine-learning-image-processing-d9848ac7dc5c
Medium
Pictorial Powerhouse: Unveiling the Elite 8 Python Libraries for Machine Learning Image Processing
1. OpenCV:
30-Day Python Data Science Challenge(fun learning)
https://medium.com/@takalaniclarence/30-day-python-data-science-challenge-fun-learning-ddc7941e49a9
https://medium.com/@takalaniclarence/30-day-python-data-science-challenge-fun-learning-ddc7941e49a9
Medium
30-Day Python Data Science Challenge(fun learning)
This challenge is specifically tailored for those interested in data science and will cover a wide range of topics, techniques, and libraries essential for data analysis. this challenge will push you…
In-depth Understanding of Classes and Object in OOPs with Python
https://amitprius.medium.com/in-depth-understanding-of-classes-and-object-in-oops-with-python-8c384080052f
https://amitprius.medium.com/in-depth-understanding-of-classes-and-object-in-oops-with-python-8c384080052f
Medium
In-depth Understanding of Classes and Object in OOPs with Python
Basic concepts for modular programming
Automating Communication with Python: Send WhatsApp Messages, Emails, and SMS
https://medium.com/@21mca3208/automating-communication-with-python-send-whatsapp-messages-emails-and-sms-a7d7795a7cad
https://medium.com/@21mca3208/automating-communication-with-python-send-whatsapp-messages-emails-and-sms-a7d7795a7cad
Medium
Automating Communication with Python: Send WhatsApp Messages, Emails, and SMS
Introduction
Unlocking Concurrent Power: A Guide to Multi-Threading in Python
https://medium.com/@sharma.naman2022/unlocking-concurrent-power-a-guide-to-multi-threading-in-python-36eb5701dbfb
https://medium.com/@sharma.naman2022/unlocking-concurrent-power-a-guide-to-multi-threading-in-python-36eb5701dbfb
Medium
Unlocking Concurrent Power: A Guide to Multi-Threading in Python
Multi-threading is a programming technique that enables a program to execute multiple threads (smaller units of a process) concurrently…
K-means Clustering using my own physical activity data
https://medium.com/@regiskamgue/k-means-clustering-using-my-own-physical-activity-data-9fe59604b6c4
https://medium.com/@regiskamgue/k-means-clustering-using-my-own-physical-activity-data-9fe59604b6c4
Medium
K-means Clustering using my own physical activity data
A cleaner and more maintainable CI/CD for Python :: hiop
https://blog.hiop.io/a-cleaner-and-more-maintainable-ci-cd-for-python-hiop-2d7909ae3bb0
https://blog.hiop.io/a-cleaner-and-more-maintainable-ci-cd-for-python-hiop-2d7909ae3bb0
Medium
A cleaner and more maintainable CI/CD for Python :: hiop
Our latest contribution to GitHub Actions + hiop’s quickstart to build and deliver python packages with CI/CD
Stop wasting times to learn Machine Learning! Read this instead!
https://medium.datadriveninvestor.com/stop-wasting-times-to-learn-machine-learning-read-this-instead-5abfab230279
https://medium.datadriveninvestor.com/stop-wasting-times-to-learn-machine-learning-read-this-instead-5abfab230279
Medium
Stop wasting times to learn Machine Learning! Read this instead!
Fast-Track Your Machine Learning Journey with Python’s Built-in Datasets
A Beginner’s Guide to Docker: Installation, Container Launch, and Python Setup
https://medium.com/@paruthiasmi063/a-beginners-guide-to-docker-installation-container-launch-and-python-setup-971ec51620fc
https://medium.com/@paruthiasmi063/a-beginners-guide-to-docker-installation-container-launch-and-python-setup-971ec51620fc
Medium
A Beginner’s Guide to Docker: Installation, Container Launch, and Python Setup
Docker has revolutionized software development and deployment by providing a lightweight and portable containerization platform. In this…
Python Command Output Capture: An in-depth guide to storing output as variables
https://medium.com/@manishpaul903041/python-command-output-capture-an-in-depth-guide-to-storing-output-as-variables-1b602661120e
https://medium.com/@manishpaul903041/python-command-output-capture-an-in-depth-guide-to-storing-output-as-variables-1b602661120e
Medium
Python Command Output Capture: An in-depth guide to storing output as variables
Python: Introducing Command Output Capture and Variable Storage
Fundamental Analysis of Stock using Python — Gross Profit Margin
https://medium.com/the-handbook-of-coding-in-finance/fundamental-analysis-of-stock-using-python-gross-profit-margin-a5373c58db94
https://medium.com/the-handbook-of-coding-in-finance/fundamental-analysis-of-stock-using-python-gross-profit-margin-a5373c58db94
Medium
Fundamental Analysis of Stock using Python — Gross Profit Margin
A step by step approach to analyze gross profit margin of stock in Python
Deep Transfer Learning: A Comprehensive Tutorial
https://medium.com/@lotfi-habbiche/deep-transfer-learning-a-comprehensive-tutorial-77ad12ddf5e1
https://medium.com/@lotfi-habbiche/deep-transfer-learning-a-comprehensive-tutorial-77ad12ddf5e1
Medium
Deep Transfer Learning: A Comprehensive Tutorial
Transfer Learning has emerged as a powerful technique in the field of machine learning and deep learning. This methodology utilizes…