1. Iris Flower Classification ML:
In this task, I have classified the Iris Flower Class ['Iris-Satosa','Iris-Versicolor','Iris-Virginica'] 150 records in dataset by using multiple models such as: K-Means DecisionTreeClassifier Model Logistic Regression
2. Prediction using Decision Tree Algorithm:
In this task, I have classified the Iris dataset with the help of Decision Tree Classifier algorithm and visualized it. Also, I used Decision Tree Classifier algorithm to identify the class of a Iris plant based on its features.
3. Image to Pencil Sketch with Python:
In this task, I have converted my colored image to grayscale then inverted the grayscale image to get a negative and further by applying a gaussian blur to the negative and inverting it I got the final pencil sketch of my image.