Code Packets
Browse all published coding projects
Tweets Checking in Python using Natural Language processing (NLP)
Checking tweets with Python natural language processing can be used in censoring inappropriate words.
Greatest common divisor and LCM of two number by using Python
Greatest common divisor naive algorithm and using Euclid,s lemma for faster algorithm by recursion of very high number. And also exploiting the relation between GCD and LCM in Python
Fibonacci series and its properties Pisano Period in Python
Fibonacci number and it,s naive algorithm together with faster algorithm using memoization and iteration. And also it,s properties mainly Pisano period and it,s implementation in Python.
Number Plate Recognition of vehicles written in Python using OpenCV library
Number Plate Recognition of vehicles written in Python using OpenCV, Pillow(PIL) and pytesseract library.
Python program to push zeroes to the end of an array
An algorithm that takes an array and moves all of the zeros to the end, preserving the order of the other elements. This is a stable technique.
Spam Email Detector in Python
This Python packett is about detecting whether an e-mail is spam or ham (not spam) using the Naive Bayes algorithm and supervised Machine Learning techniques.
Random Password Generator using Tkinter in Python
This project is about creating a random password generator in Python 3 using Tkinter. Just give the length of the password you want to generate and you'll get a random password.
Web Spider using Scrapy (Python)
This is a web scraping packet that reads the contents of a site and extract pdf links from that site using python library scrapy.
Sentiment Analysis Using Python
This is source code for sentiment Analysis on the stock market data using NLTK and Machine Learning in Python Language.
Sentiment analysis using Python
This a sentiment analysis project in which I have created a text classifier for movie reviews using Python's keras, convolutional neural network(CNN), long short term memory (LSTM).
Campus Placement Data Analysis using Python
It is a machine learning model based on Python. In this model we are going to Predict the placement status of the students and the expected salary of the students in the placement.
Handwritten Digit Recognition in Python Using OpenCV and Tensorflow
The code detects handwritten digits and recognizes them Using OpenCV and Tensorflow Python module.