Computer Vision: from Scratch: Exercise, Detect Circles on Webcam
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-exercise-detect-circles-on-webcam-d192a17e1438
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-exercise-detect-circles-on-webcam-d192a17e1438
Medium
Computer Vision: from Scratch: Exercise, Detect Circles on Webcam
just the program .. No explanation ..
Still you want some briefing about this .. comment down. I will do it for you…
Still you want some briefing about this .. comment down. I will do it for you…
Streamlit: Get started to write and deploy browser apps in Python
https://medium.com/@leadang/streamlit-get-started-to-write-and-deploy-browser-apps-in-python-70323a687019
https://medium.com/@leadang/streamlit-get-started-to-write-and-deploy-browser-apps-in-python-70323a687019
Medium
Streamlit: Get started to write and deploy browser apps in Python
Streamlit for Python developers
Computer Vision: from Scratch: Ex-22, Harris and Shi-Tomasi Corner Detection
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-ex-22-harris-and-shi-tomasi-corner-detection-a81905dd0663
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-ex-22-harris-and-shi-tomasi-corner-detection-a81905dd0663
Medium
Computer Vision: from Scratch: Ex-22, Harris and Shi-Tomasi Corner Detection
Harris Corner Detection and Shi-Tomasi Corner Detection are two popular algorithms used for identifying corners in images. These corners…
Convert YouTube Videos into Subtitled Text with Whisper AI and Pytube
https://medium.com/@anvikohli13/convert-youtube-videos-into-subtitled-text-with-whisper-ai-and-pytube-6043b3fe9fa3
https://medium.com/@anvikohli13/convert-youtube-videos-into-subtitled-text-with-whisper-ai-and-pytube-6043b3fe9fa3
Medium
Convert YouTube Videos into Subtitled Text with Whisper AI and Pytube
In this article, we’ll dive into a project to convert YouTube videos into neatly subtitled text using the OpenAI’s Whisper AI and Pytube…
Demystifying APIs: A Guide to Understanding and Utilizing the Power of APIs
https://pytechacademy.medium.com/demystifying-apis-a-guide-to-understanding-and-utilizing-the-power-of-apis-9f4a772a1c49
https://pytechacademy.medium.com/demystifying-apis-a-guide-to-understanding-and-utilizing-the-power-of-apis-9f4a772a1c49
Medium
Demystifying APIs: A Guide to Understanding and Utilizing the Power of APIs
In the age of digital connectivity and rapid technological developments, Application Programming Interfaces (APIs) have emerged as the…
Practical Applications of Yellowbrick in Data Science
https://medium.com/@harshitaaswani2002/practical-applications-of-yellowbrick-in-data-science-5030a166cfbc
https://medium.com/@harshitaaswani2002/practical-applications-of-yellowbrick-in-data-science-5030a166cfbc
Medium
Practical Applications of Yellowbrick in Data Science
Data visualization plays a crucial role in understanding and interpreting machine learning models. Yellowbrick is a Python library that…
Getting Started Machine Learning with TensorFlow
https://medium.com/@vijaymyl85/getting-started-machine-learning-with-tensorflow-7f8413cb29f7
https://medium.com/@vijaymyl85/getting-started-machine-learning-with-tensorflow-7f8413cb29f7
Medium
Getting Started Machine Learning with TensorFlow
The machine learning paradigm is one where you have data, that data is labeled, and you want to figure out the rules that match the data to…
Code Liberation: Turning Daily Python Tasks into a Universal Library for Streamlined Accessibility
https://medium.com/@rsalmushabb/code-liberation-turning-daily-python-tasks-into-a-universal-library-for-streamlined-accessibility-379d562399c5
https://medium.com/@rsalmushabb/code-liberation-turning-daily-python-tasks-into-a-universal-library-for-streamlined-accessibility-379d562399c5
Medium
Code Liberation: Turning Daily Python Tasks into a Universal Library for Streamlined Accessibility
We’ve all been there before. You’re coding away, building your latest Python project, and you come across a problem that you’ve solved…
Python in Excel — First Exploration and Forecasting
https://medium.com/@VickyCrockett1/python-in-excel-first-exploration-and-forecasting-4b8e55ce50d5
https://medium.com/@VickyCrockett1/python-in-excel-first-exploration-and-forecasting-4b8e55ce50d5
Medium
Python in Excel — First Exploration and Forecasting
Yes, you read that right! Microsoft announced last week that we’re going to be able to put python code in Excel. Developers might cringe…
PyPI Package Publishing: Step-by-Step Guide for Python Project Packaging
https://codestax.medium.com/pypi-package-publishing-step-by-step-guide-for-python-project-packaging-3913a5964cce
https://codestax.medium.com/pypi-package-publishing-step-by-step-guide-for-python-project-packaging-3913a5964cce
Medium
PyPI Package Publishing: Step-by-Step Guide for Python Project Packaging
What is PyPI?
Wsadmin Script — How to set Initial and Maximum Heap Size using wsadmin script for Websphere…
https://medium.com/@balajisabdhar/wsadmin-script-how-to-set-initial-and-maximum-heap-size-using-wsadmin-script-for-websphere-d0503db0eef0
https://medium.com/@balajisabdhar/wsadmin-script-how-to-set-initial-and-maximum-heap-size-using-wsadmin-script-for-websphere-d0503db0eef0
Medium
Wsadmin Script — How to set Initial and Maximum Heap Size using wsadmin script for Websphere…
Introduction
How visualize all the boolean or categorical columns in seconds
https://medium.com/@yehongbo.ryanyip/how-visualize-all-the-boolean-or-categorical-columns-in-seconds-387d80674fed
https://medium.com/@yehongbo.ryanyip/how-visualize-all-the-boolean-or-categorical-columns-in-seconds-387d80674fed
Medium
How visualize all the boolean or categorical columns in seconds
Visualize boolean columns in donut charts
pyVmomi tutorial: Finding the ip addresses of the virtual machines running on VMware vCenter…
https://medium.com/@suyash2796/pyvmomi-tutorial-finding-the-ip-addresses-of-the-virtual-machines-running-on-vmware-vcenter-c260e4d80662
https://medium.com/@suyash2796/pyvmomi-tutorial-finding-the-ip-addresses-of-the-virtual-machines-running-on-vmware-vcenter-c260e4d80662
Medium
pyVmomi tutorial: Finding the ip addresses of the virtual machines running on VMware vCenter…
Like we discussed in earlier post, pyVmomi sdk is a very useful tool which helps us to manage VMware environment. In this post, we will…
Venturing into Virtuals: Navigating Python’s Virtual Environments
https://medium.com/@med2dev/venturing-into-virtuals-navigating-pythons-virtual-environments-95e7c847a18b
https://medium.com/@med2dev/venturing-into-virtuals-navigating-pythons-virtual-environments-95e7c847a18b
Medium
Venturing into Virtuals: Navigating Python’s Virtual Environments
Every Python developer has faced it: dependency chaos, the clash of conflicting libraries. One project requires version 1.0, another…
How I Supercharged My FPL Mini-League Reports with Python and ChatGPT
https://medium.com/@pelicanlabs/how-i-supercharged-my-fpl-mini-league-reports-with-python-and-chatgpt-ffec3937c5a8
https://medium.com/@pelicanlabs/how-i-supercharged-my-fpl-mini-league-reports-with-python-and-chatgpt-ffec3937c5a8
Medium
How I Supercharged My FPL Mini-League Reports with Python and ChatGPT
If you’re an ardent fan of the Fantasy Premier League (FPL), you know the thrill of competing in mini-leagues with your friends, family…
Computer Vision: from Scratch: Exercise, Object Tracking and Detection using CAMshift & MEANshift
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-exercise-object-tracking-and-detection-using-camshift-meanshift-d9e77f82d921
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-exercise-object-tracking-and-detection-using-camshift-meanshift-d9e77f82d921
Medium
Computer Vision: from Scratch: Exercise, Object Tracking and Detection using CAMshift & MEANshift
Object tracking and detection are fundamental tasks in computer vision. OpenCV provides two popular algorithms for these tasks: MeanShift…