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.

Tanveer Chawla · Aug 05, 2020

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

Vishal Kumar · Aug 04, 2020

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.

Vishal Kumar · Aug 03, 2020

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.

Soumyadip Sarkar · Aug 03, 2020

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.

Sujoy Datta · Aug 03, 2020

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.

Mihir Shri · Aug 02, 2020

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.

Mihir Shri · Aug 02, 2020

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.

MANISH BASWAL · Aug 02, 2020

Sentiment Analysis Using Python

This is source code for sentiment Analysis on the stock market data using NLTK and Machine Learning in Python Language.

MANISH BASWAL · Aug 02, 2020

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).

Hitesh Velaga · Aug 02, 2020

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.

Sai Lokesh · Aug 02, 2020

Handwritten Digit Recognition in Python Using OpenCV and Tensorflow

The code detects handwritten digits and recognizes them Using OpenCV and Tensorflow Python module.

Shreoshree Adhikari · Aug 01, 2020