Building a simple video analytics tool using the CLIP model
https://medium.com/csit-tech-blog/building-a-simple-video-analytics-tool-using-the-clip-model-7221c7ffe361
https://medium.com/csit-tech-blog/building-a-simple-video-analytics-tool-using-the-clip-model-7221c7ffe361
Medium
Building a simple video analytics tool using the CLIP model
We are drowning in information but starved for knowledge — John Naisbitt
Creating a Smart Home Security System with ESP32-CAM: Detecting People and Notifying via OneSignal…
https://medium.com/@przyczynski/creating-a-smart-home-security-system-with-esp32-cam-detecting-people-and-notifying-via-onesignal-907f13246e18
https://medium.com/@przyczynski/creating-a-smart-home-security-system-with-esp32-cam-detecting-people-and-notifying-via-onesignal-907f13246e18
Medium
Requirements
Home security on a budget
Serverless Python Flask API with AWS Amplify and AWS Lambda and Amazon DynamoDB
https://medium.com/@wagnercaetano.dev/serverless-python-flask-api-with-aws-amplify-and-aws-lambda-and-amazon-dynamodb-e485e3f539d6
https://medium.com/@wagnercaetano.dev/serverless-python-flask-api-with-aws-amplify-and-aws-lambda-and-amazon-dynamodb-e485e3f539d6
Medium
Serverless Python Flask API with AWS Amplify and AWS Lambda and Amazon DynamoDB
Installing Amazon Web Service’s Cloud Development Kit (CDK) on MacOS and Creating your first…
https://medium.com/@proebstledavid/installing-amazon-web-services-cloud-development-kit-cdk-on-macos-and-creating-your-first-a4d21cb76f77
https://medium.com/@proebstledavid/installing-amazon-web-services-cloud-development-kit-cdk-on-macos-and-creating-your-first-a4d21cb76f77
Medium
Installing Amazon Web Service’s Cloud Development Kit (CDK) on MacOS and Creating your first Python Application
In this article, you will learn how to install AWS Cloud Development Kit (AWS CDK) onto a MacOS machine and create your first app.
How to Perform RFM Analysis with Python
https://medium.com/learning-about-data-mining/how-to-perform-rfm-analysis-with-python-b0b0073767d2
https://medium.com/learning-about-data-mining/how-to-perform-rfm-analysis-with-python-b0b0073767d2
Medium
How to Perform RFM Analysis with Python
RFM is an abbreviation of Recency, Frequency, Monetary. RFM Is a customer analysis framework used in marketing and data analysis. This…
Optimizing Machine Learning Models: A Guide to Using Datasets and Python
https://medium.com/@shivamrpatel16/optimizing-machine-learning-models-a-guide-to-using-datasets-and-python-671f8a165aa9
https://medium.com/@shivamrpatel16/optimizing-machine-learning-models-a-guide-to-using-datasets-and-python-671f8a165aa9
Medium
Optimizing Machine Learning Models: A Guide to Using Datasets and Python
Machine learning revolves around analyzing and learning from large amounts of data. This data often comes in the form of datasets. Using…
Building a Handwritten Digit Recognition GUI using CNN and Tkinter
https://medium.com/@rajdeepsarkar95/building-a-handwritten-digit-recognition-gui-using-cnn-and-tkinter-55a08210f236
https://medium.com/@rajdeepsarkar95/building-a-handwritten-digit-recognition-gui-using-cnn-and-tkinter-55a08210f236
Medium
Building a Handwritten Digit Recognition GUI using CNN and Tkinter
Introduction:
The Gateway to a New World: The Revolutionary Upgrade of Python in Excel
https://medium.com/@xjourney/the-gateway-to-a-new-world-the-revolutionary-upgrade-of-python-in-excel-5a8f15ec04bb
https://medium.com/@xjourney/the-gateway-to-a-new-world-the-revolutionary-upgrade-of-python-in-excel-5a8f15ec04bb
Medium
The Gateway to a New World: The Revolutionary Upgrade of Python in Excel
On August 22nd, Microsoft made an epic announcement on their official blog: they will be introducing support for Python in Excel! This…
Looking for a way to return more than one value from a Python function?
https://medium.com/@soderholm.conny/looking-for-a-way-to-return-more-than-one-value-from-a-python-function-510b691089df
https://medium.com/@soderholm.conny/looking-for-a-way-to-return-more-than-one-value-from-a-python-function-510b691089df
Medium
Looking for a way to return more than one value from a Python function?
To return more than one value from a function in Python is impossible. What do you mean? What are you saying?
🔥 Python NLP Coding Challenges: Ace Your Interview! 💬
https://medium.com/@gopinath.pv83/python-nlp-coding-challenges-ace-your-interview-69282d652073
https://medium.com/@gopinath.pv83/python-nlp-coding-challenges-ace-your-interview-69282d652073
Medium
🔥 Python NLP Coding Challenges: Ace Your Interview! 💬
Preparing for a Python NLP interview? 🤓 Here are some of the most commonly asked coding challenges to help you master Natural Language…
Computer Vision: from Scratch: Ex-17, Canny Edge Detection & Image Pyramid
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-ex-16-canny-edge-detection-image-pyramid-f7c309dc99b4
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-ex-16-canny-edge-detection-image-pyramid-f7c309dc99b4
Medium
Computer Vision: from Scratch: Ex-17, Canny Edge Detection & Image Pyramid
Canny edge detection is a popular technique for detecting edges in images. OpenCV provides a built-in function, cv2.Canny(), that you can…
How to add a partition column on an existing Spark Delta Table on Azure Databricks (without…
https://dezimaldata.medium.com/how-to-add-a-partition-column-on-an-existing-spark-delta-table-on-azure-databricks-9d56e58dbd52
https://dezimaldata.medium.com/how-to-add-a-partition-column-on-an-existing-spark-delta-table-on-azure-databricks-9d56e58dbd52
Medium
How to add a partition column on an existing Spark Delta Table on Azure Databricks (without…
If you have an existing Spark Delta table on Azure Databricks and you want to add a partition column to it, you might wonder how to do it…
Computer Vision: from Scratch: Ex-16, Image Gradient [Laplacian & Sobel] image processing Technique
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-ex-16-image-gradient-laplacian-sobel-image-processing-technique-e98f15638c8e
https://medium.com/@kaushalkashyap4ever/computer-vision-from-scratch-ex-16-image-gradient-laplacian-sobel-image-processing-technique-e98f15638c8e
Medium
Computer Vision: from Scratch: Ex-16, Image Gradient [Laplacian & Sobel] image processing Technique
Image gradient, Laplacian, and Sobel are concepts and techniques commonly used in image processing and computer vision for various tasks…
Exploring the Functionality of NumPy: A Comprehensive Overview
https://medium.com/@showmiklovesport/exploring-the-functionality-of-numpy-a-comprehensive-overview-c66003585da3
https://medium.com/@showmiklovesport/exploring-the-functionality-of-numpy-a-comprehensive-overview-c66003585da3
Medium
Exploring the Functionality of NumPy: A Comprehensive Overview
Introduction
Building Investment Insights Analyzing Sharpe, Sortino, and Calmar Ratios Using Real-Time Stock…
https://sahajgodhani777.medium.com/building-investment-insights-analyzing-sharpe-sortino-and-calmar-ratios-using-real-time-stock-d17136a33027
https://sahajgodhani777.medium.com/building-investment-insights-analyzing-sharpe-sortino-and-calmar-ratios-using-real-time-stock-d17136a33027
Medium
Building Investment Insights Analyzing Sharpe, Sortino, and Calmar Ratios Using Real-Time Stock…
In the dynamic world of investing, understanding risk and return is crucial for making informed decisions. While returns might be enticing…
10+ Unique Flask Projects with Source Code
https://sharmaji27.medium.com/10-unique-flask-projects-with-source-code-a15d226b7bb9
https://sharmaji27.medium.com/10-unique-flask-projects-with-source-code-a15d226b7bb9
Medium
10+ Unique Flask Projects with Source Code
Explore a Collection of 10+ Unique Flask Projects with Source Code. Enhance Your Skills with Hands-on Examples and Unlock the World of AI…
Prompt Engineering — How to trick AI into solving your problems
https://towardsdatascience.com/prompt-engineering-how-to-trick-ai-into-solving-your-problems-7ce1ed3b553f
https://towardsdatascience.com/prompt-engineering-how-to-trick-ai-into-solving-your-problems-7ce1ed3b553f
Medium
Prompt Engineering — How to trick AI into solving your problems
7 prompting tricks, Langchain, and Python example code
20+ Unique Deep Learning Projects with Source Code
https://sharmaji27.medium.com/20-unique-deep-learning-projects-with-source-code-9b9a76c29da9
https://sharmaji27.medium.com/20-unique-deep-learning-projects-with-source-code-9b9a76c29da9
Medium
20+ Unique Deep Learning Projects with Source Code
Explore a Collection of 20+ Unique Deep Learning Projects with Source Code. Enhance Your Skills with Hands-on Examples and Unlock the World