Deploying Deep Learning Models at Scale — Triton Inference Server 0 to 100
https://medium.com/decodingml/deploying-deep-learning-models-at-scale-triton-inference-server-0-to-100-ae0f5e7d88b5
https://medium.com/decodingml/deploying-deep-learning-models-at-scale-triton-inference-server-0-to-100-ae0f5e7d88b5
Medium
Deploying Deep Learning Models at Scale — Triton Inference Server 0 to 100
Prepare and deploy an Image Classification model at scale using the Triton Inference Server
Automating File Name Editing with Python.
https://medium.com/@naveenkorlakunta9/automating-file-name-editing-with-python-e03da021280d
https://medium.com/@naveenkorlakunta9/automating-file-name-editing-with-python-e03da021280d
Medium
Automating File Name Editing with Python.
To edit the file names of all files in a folder using Python, you can use the os and os.path modules to navigate the filesystem and…
Python Program to Find the Sum of Digits of a Number
https://medium.com/@estherbeck44/python-program-to-find-the-sum-of-digits-of-a-number-bdf3206195de
https://medium.com/@estherbeck44/python-program-to-find-the-sum-of-digits-of-a-number-bdf3206195de
Medium
Python Program to Find the Sum of Digits of a Number
Sum of Digits in python
Generate labeling data for the object I want automatically.
https://medium.com/@hichengkang/generate-labeling-data-for-the-object-i-want-automatically-fe21332644d5
https://medium.com/@hichengkang/generate-labeling-data-for-the-object-i-want-automatically-fe21332644d5
Medium
Generate labeling data for the object I want automatically.
Today, I’m going to introduce how to automatically generate labeling data using YOLO v8and SiamFC to choose the object you want to…
Create a Python Program to Check if a Word/Sequence is a Palindrome
https://medium.com/@estherbeck44/create-a-python-program-to-check-if-a-word-sequence-is-a-palindrome-7ebac8161760
https://medium.com/@estherbeck44/create-a-python-program-to-check-if-a-word-sequence-is-a-palindrome-7ebac8161760
Medium
Create a Python Program to Check if a Word/Sequence is a Palindrome
Palindrome checker in Python
20 Most famous Python Libraries you need to Know in 2024:
https://medium.com/@aditya_kolisetty/20-most-famous-python-libraries-you-need-to-know-in-2024-d5c6d5b0d928
https://medium.com/@aditya_kolisetty/20-most-famous-python-libraries-you-need-to-know-in-2024-d5c6d5b0d928
Medium
20 Most famous Python Libraries you need to Know in 2024:
Python Programming
5 Easy Steps to learn about Web Scraping using Python
https://medium.com/@dawamid2/5-easy-steps-to-learn-about-web-scraping-using-python-3692ac16a2d7
https://medium.com/@dawamid2/5-easy-steps-to-learn-about-web-scraping-using-python-3692ac16a2d7
Medium
5 Easy Steps to learn about Web Scraping using Python
Introduce
Data Validation in Python: Techniques for Clean and Reliable Inputs
https://medium.com/the-code-box/data-validation-in-python-techniques-for-clean-and-reliable-inputs-92c72ad15cbd
https://medium.com/the-code-box/data-validation-in-python-techniques-for-clean-and-reliable-inputs-92c72ad15cbd
Medium
Data Validation in Python: Techniques for Clean and Reliable Inputs
Introduction:
Merge Word Documents into One with Python
https://medium.com/@alice.yang_10652/merge-word-documents-into-one-with-python-9ba9f68a04f2
https://medium.com/@alice.yang_10652/merge-word-documents-into-one-with-python-9ba9f68a04f2
Medium
Merge Word Documents into One with Python
When you have multiple Word documents containing related information, merging them into a single file eliminates the need to open and…
Top 3 Must Learn Programming Languages for Cybersecurity
https://medium.com/illumination/top-3-must-learn-programming-languages-for-cybersecurity-b3cb9cc3235e
https://medium.com/illumination/top-3-must-learn-programming-languages-for-cybersecurity-b3cb9cc3235e
Medium
Top 3 Must Learn Programming Languages for Cybersecurity
When it comes to cybersecurity, you need to understand some programming languages in order to correctly interpret the activity of malicious…
Building CUDA images on github runners with nix
https://seanrmurphy.medium.com/building-cuda-images-on-github-runners-with-nix-9b5daa2f6f92
https://seanrmurphy.medium.com/building-cuda-images-on-github-runners-with-nix-9b5daa2f6f92
Medium
Building CUDA images on github runners with nix
In a previous post, I described how I set up github runners which could build standard docker images via github actions — I focused on a…
What Is The Role of Python in Artificial Intelligence?
https://medium.com/@rhea.010203/what-is-the-role-of-python-in-artificial-intelligence-1dc516731def
https://medium.com/@rhea.010203/what-is-the-role-of-python-in-artificial-intelligence-1dc516731def
Medium
What Is The Role of Python in Artificial Intelligence?
Artificial intelligence (AI) was once simply a science-fiction concept, but it is now a reality. It began as a futuristic concept and has…
Getting Started with Automation — Pyautogui
https://rajeshds.medium.com/getting-started-with-automation-pyautogui-8ac47e610ac3
https://rajeshds.medium.com/getting-started-with-automation-pyautogui-8ac47e610ac3
Medium
Getting Started with Automation — Pyautogui
Do you ever wanted to avoid repetitive on-screen tasks, testing as I do? Then these small little steps will help you a lot in avoiding…
Tokenization, Stemming, and Lemmatization in Natural Language Processing
https://medium.com/@saadnoorafridi/tokenization-stemming-and-lemmatization-in-natural-language-processing-0d610d4bf917
https://medium.com/@saadnoorafridi/tokenization-stemming-and-lemmatization-in-natural-language-processing-0d610d4bf917
Medium
Tokenization, Stemming, and Lemmatization in Natural Language Processing
Introduction: Welcome to an in-depth exploration of three fundamental processes in Natural Language Processing (NLP): tokenization, stemming, and lemmatization. In this comprehensive research blog…
How I use Celery in my Python/Django applications at scale
https://hanif-withprecision.medium.com/how-i-use-celery-in-my-python-django-applications-at-scale-6a652b15eb35
https://hanif-withprecision.medium.com/how-i-use-celery-in-my-python-django-applications-at-scale-6a652b15eb35
Medium
How I use Celery in my Python/Django applications at scale
If you’re reading this, you probably already know what Celery is and where it’s used with different frameworks. However, for the sake of…
Building a speech recognizer AI/ML model in Python (Part 5 of 6 — Extracting speech features)
https://burhan-jade.medium.com/building-a-speech-recognizer-ai-ml-model-in-python-part-5-of-6-extracting-speech-features-681ca345c77b
https://burhan-jade.medium.com/building-a-speech-recognizer-ai-ml-model-in-python-part-5-of-6-extracting-speech-features-681ca345c77b
Medium
Building a speech recognizer AI/ML model in Python (Part 5 of 6 — Extracting speech features)
So far, we have learned how to handle signals and linear frequency domain. The frequency domain features are what we use for analysis of…
Interactive Data Analytics in Python with Microsoft LIDA
https://medium.com/@crisvelasquez/interactive-data-analytics-in-python-with-microsoft-lida-04abf44b8f0f
https://medium.com/@crisvelasquez/interactive-data-analytics-in-python-with-microsoft-lida-04abf44b8f0f
Medium
Interactive Data Analytics in Python with Microsoft LIDA
Automatically Going From Raw Data to Insight, Empowering Data-Driven Decisions Much Quicker