Skip to content

Internship tasks on Iris flower classification and converting image to pencil sketch using python

Notifications You must be signed in to change notification settings

BasavarajKundangar/LetsGrowMore_Internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

LetsGrowMore_Internship

BEGINNER LEVEL TASK 1:

Image to pencil sketch with_python

We need to read the image in RBG format and then convert it to a grayscale image. This will turn an image into a classic black and white photo. Then the next thing to do is invert the grayscale image also called negative image, this will be our inverted grayscale image. Inversion can be used to enhance details. Then we can finally create the pencil sketch by mixing the grayscale image with the inverted blurry image. This can be done by dividing the grayscale image by the inverted blurry image. Since images are just arrays, we can easily do this programmatically using the divide function from the cv2 library in Python

Image to pencil sketch

INTERMEDIATE LEVEL TASK 2:

Iris Flowers Classification ML Project using Decision Tree.

Dataset Information

The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class is linearly separable from the other 2; the latter are NOT linearly separable from each other.

Attribute Information:-

-sepal length in cm
-sepal width in cm
-petal length in cm
-petal width in cm

species:

1.Iris Setosa
2.Iris Versicolour
3.Iris Virginica

About

Internship tasks on Iris flower classification and converting image to pencil sketch using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published