Projects

Deploying a Deep Learning Skin Classification App to Google Cloud

A Step-by-Step Guide In this guide, we’ll walk you through the process of deploying a deep learning skin classification application to Google Cloud Run. Cloud Run is a fully managed platform that automatically scales your containerized applications, making it an ideal choice for deploying machine learning models. Whether you’re a data scientist or a developer, …

Deploying a Deep Learning Skin Classification App to Google Cloud Read More »

Skin Cancer Classification Web App, Docker, and Azure Cloud

In this comprehensive blog, we will walk you through the process of creating and deploying a Deep Learning-based image classification project. We will focus on classifying skin cancer images into benign and malignant categories using modern technologies. The journey will cover training a deep learning model, building a Flask web application, managing version control with …

Skin Cancer Classification Web App, Docker, and Azure Cloud Read More »

Face mask detection Gender Age prediction

As I mentioned in my previous blog, face mask detection uses deep learning techniques. In this blog, you will learn how to accurately detect the face mask and classify it into two categories (face mask and no face mask). For this purpose, first, we trained the deep learning CNN model (MOBILE NET) using the facemask …

Face mask detection Gender Age prediction Read More »

Realtime facemask detection | 100% accurately

Facemask detection using deep learning techniques. In this blog, you will learn how to accurately detect the face mask and classify it into two classes (face mask and no face mask). For this purpose First, we trained the deep learning CNN model(Resnet) using the facemask dataset. After training the model, we used that model with …

Realtime facemask detection | 100% accurately Read More »

Diagnosis for prediction of knee osteoarthritis using deep learning

In this blog, we learn how to diagnosis the prediction of X-rays knee classification using Convolutional neural network and then deploy the model using Web-based Flask application. Diagnosis for the prediction of knee osteoarthritis using deep learning techniques. The dataset consists of 1650 digital X-ray images of knee joint which are collected from well reputed …

Diagnosis for prediction of knee osteoarthritis using deep learning Read More »

Fake News detection using machine learning with flask web application

The advent of the World Wide Web and the rapid adoption of social media platforms (such as Facebook and Twitter) paved the way for information dissemination that has never been witnessed in the human history before.Consumers are creating and sharing more information than ever before thanks to social media platforms, some of it is inaccurate …

Fake News detection using machine learning with flask web application Read More »

Skin Cancer Detection With Android App | Complete Project

In recent days, skin cancer is seen as one of the most Hazardous form of Cancers found in Humans. Skin cancer is found in various types such as Melanoma, Basal and Squamous cell Carcinoma among which Melanoma is the most unpredictable. The detection of Melanoma cancer in the early stage can be helpful to cure …

Skin Cancer Detection With Android App | Complete Project Read More »

Uber Rides Prediction using machine learning

As ride-hailing services become more popular, being able to reliably estimate demand can help operators allocate drivers to clients more efficiently, reducing idle time, improving traffic congestion, and improving the passenger experience. In this Blog, we are making a Flask based web application that will predict the Number of Weekly Rides using machine learning model. …

Uber Rides Prediction using machine learning Read More »

Multi-Class Image Classification Flask App | Complete Project

As we know artificial intelligence is transforming many fields. Deep learning is one of the starts of the art model from a few decades. Convolutional neural network si one of the well know deep learning model. most of the time we train the model but we all think about that how we test the model …

Multi-Class Image Classification Flask App | Complete Project Read More »