Skip to content

sanjyotpanure/LetsGrowMore-Internship

Repository files navigation

LetsGrowMore-Internship

Completed task 1 and task 2 at LetsGrowMore as a data science intern.

Task 1   Open In Colab

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.

Input Image

Original Image Converted to grey scale image
Inverting the grey scale image Output Image - Pencil Sketch

Task 2   Open In Colab

Creating a Decision Tree classifier and visualize it graphically. The purpose is if we feed any new data to this classifier, it would be able to predict the right class accordingly.

Output

Screenshot

About

Completed task 1 and task 2 at LetsGrowMore as a data science intern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published