Understanding and Calculating Word Error Rate (WER) in Automatic Speech Recognition using python
https://medium.com/@ramadhanimassawe14/understanding-and-calculating-word-error-rate-wer-in-automatic-speech-recognition-using-python-661f18b518a5
https://medium.com/@ramadhanimassawe14/understanding-and-calculating-word-error-rate-wer-in-automatic-speech-recognition-using-python-661f18b518a5
Medium
Understanding and Calculating Word Error Rate (WER) in Automatic Speech Recognition using python
Voice recognition with smart phone.
Revolutionize Data Analysis with LangChain and AWS ECS
https://ai.plainenglish.io/revolutionize-data-analysis-with-langchain-and-aws-ecs-e6e979a9b4c1
https://ai.plainenglish.io/revolutionize-data-analysis-with-langchain-and-aws-ecs-e6e979a9b4c1
Medium
Revolutionize Data Analysis with LangChain and AWS ECS
In the evolving landscape of data analytics, bridging the gap between natural language processing and structured database queries has been…
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…