Python

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 »

YOLO object detection algorithm

YOLO (You only look once) is the state-of-the-art, real-time system built on deep learning for solving object detection problems. YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated class probabilities. A …

YOLO object detection algorithm 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 »

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 »