Create a YouTube Video Summarizer Using Whisper and LangChain
https://medium.com/@ebojacky/create-a-youtube-video-summarizer-using-whisper-and-langchain-48395f98e254
https://medium.com/@ebojacky/create-a-youtube-video-summarizer-using-whisper-and-langchain-48395f98e254
Medium
Create a YouTube Video Summarizer Using Whisper and LangChain
In today’s world, the abundance of information can be overwhelming, and we often find ourselves scrambling to consume as much content as…
Slice ‘n Dice: The Art of Precision 3D Mesh Cutting with Python & Vedo
https://pycad.medium.com/slice-n-dice-the-art-of-precision-3d-mesh-cutting-with-python-vedo-8a707b1c08ff
https://pycad.medium.com/slice-n-dice-the-art-of-precision-3d-mesh-cutting-with-python-vedo-8a707b1c08ff
Medium
Slice ‘n Dice: The Art of Precision 3D Mesh Cutting with Python & Vedo
Vedo Tutorials: 3D Mesh Cuts
COMPARISON OF NLTK AND SPACY LANGUAGE PROCESSING LIBRARIES
https://medium.com/@Karianalson/comparison-of-nltk-and-spacy-language-processing-libraries-26c57f64264e
https://medium.com/@Karianalson/comparison-of-nltk-and-spacy-language-processing-libraries-26c57f64264e
Medium
COMPARISON OF NLTK AND SPACY LANGUAGE PROCESSING LIBRARIES
Continuation… chapter 3
How I predicted Indian Houserents with 81% accuracy!
https://medium.com/@anandrahul044/how-i-predicted-indian-houserents-with-81-accuracy-e5172121131b
https://medium.com/@anandrahul044/how-i-predicted-indian-houserents-with-81-accuracy-e5172121131b
Medium
How I predicted Indian Houserents with 81% accuracy!
People currently living in India do face the problem of determining the correct house rent at a specific location for a city and it is a…
BEST PROGRAMMING LANGUAGE TO LEARN DEVOPS
https://medium.com/@ezeobuka.chichelum/best-programming-language-to-learn-devops-242172fc7bf3
https://medium.com/@ezeobuka.chichelum/best-programming-language-to-learn-devops-242172fc7bf3
Medium
BEST PROGRAMMING LANGUAGE TO LEARN DEVOPS
Technology in the modern day advances swiftly, and software development and deployment are no longer just separate phases; instead, a new…
How can you read a text file line by line in Python and process each line separately?
https://developers-group.medium.com/how-can-you-read-a-text-file-line-by-line-in-python-and-process-each-line-separately-dfb175283685
https://developers-group.medium.com/how-can-you-read-a-text-file-line-by-line-in-python-and-process-each-line-separately-dfb175283685
Medium
How can you read a text file line by line in Python and process each line separately?
In Python, you can read a text file line by line using a simple loop and process each line separately. The most common way to achieve this…
Building a Disney Song Recommendation Engine with LangChain and Deep Lake
https://medium.com/@ebojacky/building-a-disney-song-recommendation-engine-with-langchain-and-deep-lake-6ea87b8746ef
https://medium.com/@ebojacky/building-a-disney-song-recommendation-engine-with-langchain-and-deep-lake-6ea87b8746ef
Medium
Building a Disney Song Recommendation Engine with LangChain and Deep Lake
Are you a fan of Disney songs and looking to create a recommendation engine that suggests songs based on user emotions? In this tutorial…
.ENV — How to keep a secret (Python & React)
https://medium.com/@kimberly.d.benton/env-how-to-keep-a-secret-python-react-7cdf77848f88
https://medium.com/@kimberly.d.benton/env-how-to-keep-a-secret-python-react-7cdf77848f88
Medium
.ENV — How to keep a secret (Python)
Welcome back to another post concerning keeping information “secret”. Previously, I wrote about how to use bcrypt for password hashing and…
Creating a Voice Assistant for your Knowledge Base using Langchain in Python
https://medium.com/@ebojacky/creating-a-voice-assistant-for-your-knowledge-base-using-langchain-in-python-81df4b482db8
https://medium.com/@ebojacky/creating-a-voice-assistant-for-your-knowledge-base-using-langchain-in-python-81df4b482db8
Medium
Creating a Voice Assistant for your Knowledge Base using Langchain in Python
In this tutorial, we will walk you through the process of creating your very own voice assistant for a knowledge base using…
Create Your Own Superconductor Simulation (With Python)
https://philip-mocz.medium.com/create-your-own-superconductor-simulation-with-python-a206162945e
https://philip-mocz.medium.com/create-your-own-superconductor-simulation-with-python-a206162945e
Medium
Create Your Own Superconductor Simulation (With Python)
In today’s recreational coding exercise, we will look at an equation for superconductors, in particular, the time-dependent complex…
Python for Options Trading (1): Selecting a Call Spread with the Highest Probability of Profit.
https://medium.com/@rgaveiga/python-for-options-trading-1-selecting-a-call-spread-with-the-highest-probability-of-profit-8e61c9d325d6
https://medium.com/@rgaveiga/python-for-options-trading-1-selecting-a-call-spread-with-the-highest-probability-of-profit-8e61c9d325d6
Medium
Python for Options Trading (1): Selecting a Call Spread with the Highest Probability of Profit
EDIT: The library has undergone significant changes, rendering the code from the previous version of this article incompatible. As a…
“Size Matters: Python’s File Symphony”
https://medium.com/@nocturnalcloud.dev/size-matters-pythons-file-symphony-4702b54bb8ec
https://medium.com/@nocturnalcloud.dev/size-matters-pythons-file-symphony-4702b54bb8ec
Medium
“Size Matters: Python’s File Symphony”
People can say what they want but in computer programs size matters. If you have too big of files eating all your memory its gonna be a sad…
I‘d been writing for 1 year on FastAPI after 5-year experience on Django. And here what I’ve found
https://plotnikova1111.medium.com/i-d-been-writing-for-1-year-on-fastapi-after-5-year-experience-on-django-and-here-what-ive-found-45530fd77418
https://plotnikova1111.medium.com/i-d-been-writing-for-1-year-on-fastapi-after-5-year-experience-on-django-and-here-what-ive-found-45530fd77418
Medium
I‘d been writing for 1 year on FastAPI after 5-year experience on Django. And here what I’ve found
For whom this article is written — for people who just started their way in backend development and are deciding now what a framework to…
Python for Data Science: Python Programming Fundamentals I
https://medium.com/@sawsanyusuf/python-for-data-science-python-programming-fundamentals-i-acb6be9c7a55
https://medium.com/@sawsanyusuf/python-for-data-science-python-programming-fundamentals-i-acb6be9c7a55
Medium
Python for Data Science: Python Programming Fundamentals I
In our previous article, we explored Python data structures and how they can help us organize and manipulate data. Now, let’s take a closer…
Building a Simple Rule-Based Chatbot in Python using NLTK
https://medium.com/@jawahirqarafi.jq/building-a-simple-rule-based-chatbot-in-python-using-nltk-a725cf9450ca
https://medium.com/@jawahirqarafi.jq/building-a-simple-rule-based-chatbot-in-python-using-nltk-a725cf9450ca
Medium
Building a Simple Rule-Based Chatbot in Python using NLTK
Creating a chatbot using Python can be an exciting and rewarding project. In this tutorial, we’ll walk you through the steps to build a…
Three Simple Things About Regression That Every Data Scientist Should Know
https://keith-mcnulty.medium.com/three-simple-things-about-regression-that-every-data-scientist-should-know-d38ee17c5563
https://keith-mcnulty.medium.com/three-simple-things-about-regression-that-every-data-scientist-should-know-d38ee17c5563
Medium
Three Simple Things About Regression That Every Data Scientist Should Know
Understanding these three things will improve how you go about linear and generalized linear modeling