ChatGPT at the Heart – Building a Movie Recommendation Python Web App in 2023

In this article, I will show you how I have built a simple but quite powerful movie recommendation app. πŸ’» Try It Yourself: You can play with the live demo here. I built it for two reasons: This app uses Python, HTML/CSS, Flask, Vercel, and the OpenAI API capabilities. Prerequisites Files in this project Here … Read more

How to Jailbreak ChatGPT (… and What’s 1 BTC Worth in 2030?)

ChatGPT has reduced the price for intelligence by 10,000x. However, many believe the answers are too politically correct, woke, or generic. For example, ask ChatGPT about the price of Bitcoin in the year 2030 and you’ll get the following mouthful: To play with a more interesting version of ChatGPT and get “unfiltered” and sometimes extreme … Read more

How I Built a House Price Prediction App Using Streamlit

In this tutorial, I will take you through a machine learning project on House Price prediction with Python. We have previously learned how to solve a classification problem. πŸ‘‰ Recommended: How I Built and Deployed a Python Loan Eligibility Prediction App on Streamlit Today, I will show you how to solve a regression problem and … 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

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

Witness the Magic of Python AI-Written and Illustrated Storybooks for Children!

This blog describes a fun mini Python project using AI to generate a children’s storybook with AI-generated illustrations and using PyGame to render the story. Context Like over a million other users, I have spent some time this week playing with and being amazed by chatGPT. I ran one experiment to ask it to write … Read more

11 Technologies You Can’t Afford to Ignore in 2023

Technology helps us to improve our daily lives in a variety of ways, from making our work more efficient to helping us stay connected with others. It also plays a critical role in driving innovation and progress in many fields, such as medicine and science. I also provide subjective estimates on the growth rate (CAGR … Read more

Creating an Advent Calendar App in Python with AI Image Creation

This blog describes a fun mini Python project using AI image creation for creating artwork for an advent calendar implemented using PyGame. Context It’s December 1st, and my daughter has just opened the first door on her physical advent calendar, counting down the days of the festival of general consumerism that some people call Christmas. … Read more

Using PyTorch to Build a Working Neural Network

In this article, we will use PyTorch to build a working neural network. Specifically, this network will be trained to recognize handwritten numerical digits using the famous MNIST dataset. The code in this article borrows heavily from the PyTorch tutorial “Learn the Basics”. We do this for several reasons. Knowledge Background This article assumes the … Read more

How to Save and Load Machine Learning Models in Python

In this tutorial, you will learn –  How to create a basic linear regression model How to save and load an ML model using Pickle module How to save and load an ML model using Joblib module Background and Motivation Over the past years, Machine Learning (ML) has grown in importance with easy access to … Read more