Coders Packet

Packets submitted by Utsav Tripathi

Real Time Face Detection Using Python (Haar Cascade & Face Recognition)

This project aims to build a simple real time face detector (video based) using two different approaches namely, Haar Cascades and face_recognition module in Python.

Automatic Login Tool [Python, OpenCV, Selenium, BeautifulSoup & Tesseract]

A simple automatic login tool built using Python, OpenCV, Selenium, BeautifulSoup & Tesseract enabling faster login to websites.

Image Text Searcher Using Python & Tesseract

This project aims to create a tool using Python & Tesseract OCR that identifies words in any given image and counts the occurences of any given target word.