BypassDM- A š¯•¸ tool for outreach
[Read More]
I write about
Covid-19-data-visualization
Coronavirus-COVID-19-Visualization-Prediction
The spread of COVID-19 has brought numbers, statistics and charts to the forefront of the daily lives of millions of people. Whether theyā€™re tracking infections for public health responsibilities or simply taking a detailed interest in one of the biggest stories for more than a generation, there is a huge...
[Read More]
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]
Numpy tutorial
Tool for mathematical stuff.
NumPy is a fundamental Python package to efficiently practice data science. Learn to work with powerful tools in the NumPy array, and get started with data exploration.
NumPy has a whole sub module dedicated towards matrix operations called numpy
[Read More]