Coders Packet

Listing of packets of source code submitted by coders

Sudoku in Python

In this project a sudoku game is made using Python. This project consists of usage of numpy package in Python.

Python Single object detection using OpenCV library

In this project I have used Python and OpenCV library to detect single objects in video.

Country- wise risk prediction of covid19 in Python with machine learning

Below is the given Python with Machine learning code. Covid is one of the most contagious disease. In little over four months the virus destroyed the world.

Webpage Text Scrapper using Python

I have used Python to test an entered URL and extract all the textual content from the webpage corresponding to URL.

Elliptic Curve Cryptography based secured messaging using Python

Elliptic Curve Cryptography, a public key cryptography system that makes use of private and public keys of receiver to encrypt a message, is used to create a secured messaging service in Python.

Content-Based Recommendation-System in Python Using BOW and TF-IDF

A content-based Recommendation System using the BOW(Bag Of Words) Model and TF-IDF model. Dataset - Amazon's women Apparel Product in Python.

Document Scanner using Python

Programming Language used- Python. This project is nothing but a scanner that scans your images. It can clear the background of your image and help to remove other noisy elements in your image.

Preprocessing of Data using PCA(Principal Component Analysis) with Python

Programming Language used-Python This is a data preprocessing model which reduces the number of features and saves your project from overfitting conditions.

Emotion Detection using TensorFlow, Keras and OpenCV in Python

The Project aims to classify human face pictures based on their emotions using TensorFlow, Keras and OpenCV in Python. There are five classes namely: Angry, Happy, Neutral, Sad, Surprise.

Blur Face using OpenCV Python

Blur Human Face using OpenCV python. By using this method you can not only blur human faces but also many features like human eyes,nose,ears etc.

Streamlit Dashboard for Twitter Sentiment Analysis using Python.

In this project, we will be building our interactive Web-app data dashboard using streamlit library in Python. We will be doing sentiment analysis of Twitter US Airline Data.

Hierachical Clustering using Python

It shows how to perform hierarchical clustering and print the dendrograms using Python libraries: pandas, NumPy, scikit-learn, matplotlib, Seaborn and scipy.