Code Packets

Browse all published coding projects

Scraping the Web Page and Storing it in an SQLite 3 Database using Python

In this project, we are going to learn how to scrap the web page, that is present in the tabular form, creating a database in an SQLite3, and storing the scraped data in it.

Kiran Reddy · Oct 07, 2020

Image Noise Reducer in Python using TensorFlow (Auto-Encoders)

This project can be used to remove noise from any image. It has been implemented using TensorFlow in Python.

Dev Mehta · Oct 06, 2020

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.

Shivang Kohli · Oct 06, 2020

Blog on Unique Cars in JavaScript

Its a website where different kinds of cars can be displayed and make it look good.the blog contains different kinds of models and information related to that.

GUNDA SUMANTH · Oct 06, 2020

Simple Calculator in JavaScript

The calculator is made by using simple JavaScript, CSS and HTML languages. It performs the basic operations.

GUNDA SUMANTH · Oct 06, 2020

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.

Swarnava Basu · Oct 06, 2020

Image Captioning using NLP and CV in Python

This project performs Image Captioning using both NLP and CV techniques in Python having a fair accuracy. Flicker 8K Dataset was used and trained using Inception V3, my model and Glove vectors.

Ishan Gurtu · Oct 04, 2020

Excel application using electron

The project is about the Cross-Platform Excel application using electron . Used data structure to implement various excel functionalities.

SARTHAK SAHLOT · Oct 04, 2020

Hand-Written-Digit-Recognition-using_CNN MODEL-(Python)

In this project, I use the CNN method to recognize the handwritten digits provided by the user.

Kunjesh Mahajan · Oct 04, 2020

Website Scraping using Python

The project involves scraping data from two websites MOHFW and Instagram using Python libraries

Rigved Alankar · Oct 04, 2020

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.

Adarsh Hiremath · Oct 03, 2020

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.

Aryan Yadav · Oct 03, 2020