Basketball Statistics – Page Scraping Using Python and BeautifulSoup

In this blog series, powerful Python libraries are leveraged to help uncover some hidden statistical truths in basketball. The first step in any data-driven approach is to identify and collect the data needed. Luckily for us, Basketball-Reference.com hosts pages of basketball data that can be easily scraped. The processes of this walkthrough can be easily … Read more

How I Built and Deployed a Python Loan Eligibility Prediction App on Streamlit

In this tutorial, I will walk you through a machine-learning project on Loan Eligibility Prediction with Python. Specifically, I will show you how to create and deploy machine learning web applications using Streamlit. Streamlit makes it easy for data scientists with little or no knowledge of web development to develop and deploy machine learning apps … Read more

Python Video to Text – Speech Recognition

A good friend and his wife recently founded an AI startup in the lifestyle niche that uses machine learning to discover specific real-world patterns from videos. For their business system, they need a pipeline that takes a video file, converts it to audio, and transcribes the audio to standard text that is then used for … Read more

Python Video To Audio

A good friend and his wife recently founded an AI startup in the lifestyle niche that uses machine learning to discover specific real-world patterns from videos. For their business system, they need a pipeline that takes a video file, converts it to audio, and transcribes the audio to standard text that is then used for … Read more

Large Audio to Text? Here’s My Speech Recognition Solution in Python

Project Idea A good friend and his wife recently founded an AI startup in the lifestyle niche that uses machine learning to discover specific real-world patterns from videos. For their business system, they need a pipeline that takes a video file, converts it to audio, and transcribes the audio to standard text that is then … Read more

How I Built an Amazon Price Tracker

Project Description I wanted to gift myself a new mobile phone for all the hard work I have done so far. πŸ˜‰ So, I checked Amazon and decided to buy Samsung Galaxy S22 5G. However, the price displayed was beyond my budget and I was eager to wait for the price to drop below a … Read more

How I Built a Readability and Grammar Checker App Using Streamlit

I will show you the steps I took to create a readability and grammar checker app using Streamlit. You can use it to improve your programming skills and add to your portfolio. πŸ’‘ Info: Streamlit is a popular open-source app framework among data scientists as it’s used for developing and deploying Machine Learning and Data … Read more

How I Use Python to Automate My Cover Letters

Project Description I was recently thinking of applying for a job change. Many of my friends have already acquired numerous offer letters of late with lucrative salary packages. I was itching to try my luck out in the industry as well. But time and tide wait for none, and I didn’t have much time left … Read more

How I Generate Invoices For My Clients Using Python

Project Description Being self-employed personnel means I regularly need to generate Invoices for my clients to receive the payments. Now, this is a manual task that I have to perform using excel sheets and then convert them into PDFs. That is why I came up with a script that would automate the entire task for … Read more

I Created a React Decentralized App to Sell eBooks – Here’s How (4/4)

We completed a transaction in the last part, but the transaction data had yet to be seen. In this part, we will drive the smart contract data to the user interface. The user’s data and the transaction time will be displayed on the user interface. This is part 4 of our four-tutorial series on creating … Read more