Machine Learning

Machine Learning Projects

Flight Price Prediction with Flask app – with source code – data visualizations – interesting project – 2023

So guys here is yet another one of the most favorite projects of mine. In this blog, we will be implementing a Flight Price Prediction model using different techniques and also we will be performing some data visualizations to better understand our data. Checkout the video demonstration here – https://youtu.be/LFQ2JwEVf6M So without any further due, …

Flight Price Prediction with Flask app – with source code – data visualizations – interesting project – 2023 Read More »

Machine Learning Projects

House Price Prediction – USA Housing Data – with source code – easy project – 2023

House Price Prediction Project proves to be the Hello World of the Machine Learning world. It is a very easy project which simply uses Linear Regression to predict house prices. This is going to be a very short blog, so without any further due, Let’s do it… Checkout the video here – https://youtu.be/Hlr6y6youhI Step 1 …

House Price Prediction – USA Housing Data – with source code – easy project – 2023 Read More »

Machine Learning Projects

Stock Sentiment Analysis using headlines – with source code – easiest explanation – 2023

In today’s blog, we will see how we can perform stock sentiment analysis using the headlines of a newspaper. We will predict if the stock market will go up or down. This is a simple but very interesting project due to its prediction power, so without any further due, Let’s do it… Step 1 – …

Stock Sentiment Analysis using headlines – with source code – easiest explanation – 2023 Read More »

Machine Learning Projects

Wine Quality Prediction – with source code – 2023

In today’s blog, we will see how we can build a Wine Quality Prediction model using the Random Forest algorithm. So without any further due, Let’s do it… Checkout the video here – https://youtu.be/7_IjRrns_uo Step 1 – Importing libraries required for Wine Quality Prediction. Step 2 – Read input data. Step 3 – Describe the …

Wine Quality Prediction – with source code – 2023 Read More »

Machine Learning Projects

Bank Note Authentication using Random Forest – with source code – easy project – 2023

In today’s blog, we will see how we can perform Bank Note Authentication or how we can classify Bank Notes into fake or authentic classes based on numeric features like variance, skewness, kurtosis, and entropy. This is going to be a very short blog, so without any further due, Let’s do it… Code for Bank …

Bank Note Authentication using Random Forest – with source code – easy project – 2023 Read More »

Machine Learning Projects

Flipkart Reviews extraction and sentiment analysis with Flask app – very exciting project – 2023

Today’s blog is going to be a very interesting blog where we will be performing Flipkart Reviews extraction and sentiment analysis and also we will be creating a beautiful-looking GUI using HTML and CSS. So without any further due, Let’s do it… Create a conda environment and install the required libraries Code for Flipkart Reviews …

Flipkart Reviews extraction and sentiment analysis with Flask app – very exciting project – 2023 Read More »

Machine Learning Projects

How to find the most dominant colors in an image using KMeans clustering – with source code – interesting project – 2023

In today’s blog, we are going to find the most dominant colors in an image, this is going to be a very interesting blog because the project which we are going to build today is very simple and powerful. So without any further due, Let’s do it… Checkout the video here – https://youtu.be/AAmye1qwwwQ Code for …

How to find the most dominant colors in an image using KMeans clustering – with source code – interesting project – 2023 Read More »

Machine Learning Projects

Movie Recommendation System in 2 ways – with source code – 2023

So one of the most awaited blogs is finally here. Today we will be building a Movie Recommendation System that will produce very good results in very less lines of code. So without any further due, let’s do it… First way Step 1 – Importing packages required for Movie Recommendation System. Step 2 – Reading …

Movie Recommendation System in 2 ways – with source code – 2023 Read More »

Machine Learning Projects

Face and Eye detection in cv2 using Haarcascades – with source code – easiest way – 2023

So in today’s very interesting blog, we will see how we can perform face and eye detection in cv2 using Haarcascades. This is going to be a very easy and fun project. Remember it’s only detection and not recognition. This is going to be a very interesting blog, so without any further due, Let’s do …

Face and Eye detection in cv2 using Haarcascades – with source code – easiest way – 2023 Read More »