I write about

Diabetes Prediction

KNN Model for diabetes prediction

Diabetes Prediction is my weekend practice project. In this model I used KNN Neighbors Classifier to trained model that is used to predict the positive or negative result. Given set of inputs are BMI(Body Mass Index),BP(Blood Pressure),Glucose Level,Insulin Level based on this features it predict whether you have diabetes or... [Read More]

Object Detection

Detecting your custom objects!

Object detection is probably the most profound aspect of computer vision due the number practical use cases. Object detection refers to the capability of computer and software systems to locate objects in an image/scene and identify each object. Object detection has been widely used for face detection, vehicle detection, pedestrian... [Read More]