Coders Packet

Packets submitted by Aryan Yadav

Spam Classifier using Natural Language Processing in Python

The words are formatted using the stemming process and a bag of words is created which is then trained using Naive Bayes which gives good accuracy to predict the message is spam or not in Python.

Prediction of Rainfall using Multilinear Regression in Python

Prediction of annual rainfall in all states of India from the year 1901-2015 from monthly rainfall by using simple multilinear regression concepts using Python.

Video Compression using OpenCV in Python

Any video can be compressed using the command line arguments with users flexibility in choosing the video and the amount by which video should be compressed using Python.