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

Atlas Shrugged: 1200 Pages in 5 Minutes

In this quick article, I’ll show you my deep dive into the book “Atlas Shrugged” by Ayn Rand. This is useful if you don’t want to spend 20-25 hours reading the ~1,200 pages but you still want to be able to grasp the main ideas. I used OpenAI’s ChatGPT to explore the main ideas — … 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 to Run a Python Script?

Python is a powerful and versatile programming language you can use for many practical programming projects easily and without spending years learning it. This article shows you the basics of how to run a Python script and the various ways it can be done. What is a Python Script? A Python script is a set … Read more

16 Best Ideas on How Early Adopters Use ChatGPT to Get More Done in 2023

I asked the Finxter community of >150,000 coders how they used ChatGPT to create value in their own lives. I compiled all replies in this epic list of ideas. Of course, I used ChatGPT to help me summarize the main ideas I received from Finxters worldwide. β™₯️ If you haven’t already, join 150,000 Finxters in … Read more

How I Made a Language Translator using Python

Project Description I recently made a friend online who lives in Paris. I was very excited to learn about her culture and tell her about mine, but the problem here was how would I communicate with her as she was French. That’s when I thought of creating a Python script that would translate a text … Read more

Bitcoin – Trading Moving Averages or HODL? A Python Script Uncovers the Answer!

I’ve always wondered if a slow and high-level trading strategy focusing on long-term trends could outperform a buy-and-hold strategy. To answer this question, I created a Python script that would utilize a momentum-based strategy to tell me when to buy and when to sell Bitcoin. Despite my busy life and doubts that day trading would … Read more

I Created a Crypto Arbitrage Trading Bot With Python

πŸ›‘ Disclaimer: NOT INVESTMENT ADVICE! In this short project, I’ll explain a Python trading bot I used for the purpose of arbitrage trading. I use Bitcoin BTC, but the arbitrage bot works better on illiquid and inefficiently priced coins — Bitcoin is usually far too liquid and efficiently priced for this to work. I also … 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