Coders Packet

Packets submitted by Chereddy Vivek Reddy

Text recognition and extraction from an image using Python pytesseract.

In this project, we will learn how to recognize and extract text from the given image using Python. We use OpenCV to load the image and pytesseract module to extract text.

Capturing face of a person using Python OpenCV.

In this project, we will learn how to detect the face of a person and save photos of the face on our device using the Python OpenCV library.

Password generator in Python

In this project, we will learn how to generate a password using python. We use the "random" function in this code.