Coders Packet

Packets submitted by Adarsh Hiremath

Natural Language Processing in Python using Scikit-Learn

Implementing Natural Langauge Processing in Python using the Natural Language ToolKit library, Naive Bayes classifier from Scikit-learn, and the concept of TF-IDF for normalization.

OCR on images to recognize text using Python

Using Python and its libraries for Optical Character Recognition on images to recognize text using Pytesseract and identifying faces associated with the recognized text using OpenCV.

Linear Regression using Python

Implementing Linear Regression with Python using different libraries like Seaborn, NumPy, Scikit-learn, and TuriCreate. In the end, building a Linear Regression Model from scratch.