May 13, 2023

Food Delivery Time Prediction

Predicting food delivery time is a growing field that aims to enhance efficiency and customer satisfaction in the restaurant and food delivery industry. By leveraging data and appropriate modeling techniques, reliable estimates of delivery time can be obtained, contributing to an overall better experience for customers and businesses in the sector.

November 02, 2023

Website Blocker

Are you ready to create your third mini-project with Python? The idea is that instead of using other applications to block websites on your system, why not create our own website blocking application using Python?

We're going to create a website blocker using Python, which will ...

November 02, 2023

Spam Comments Detection with Machine Learning

SPAM comments are often present on social networking platforms, their role being to redirect the user to another social media account, website or other piece of content. YouTube is one of the platforms that uses machine learning to automatically filter such comments to protect its creators.

November 02, 2023

Cartoonify Image with Machine Learning

Today, we're going to turn an image into a cartoon. To do this, we'll build a python application that takes an image as input and applies various filters to give it a cartoon look, using OpenCV.