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.
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.
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.
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.
Simple Calculator in JavaScript
The calculator is made by using simple JavaScript, CSS and HTML languages. It performs the basic operations.
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.
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.
Excel application using electron
The project is about the Cross-Platform Excel application using electron . Used data structure to implement various excel functionalities.
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.
Website Scraping using Python
The project involves scraping data from two websites MOHFW and Instagram using Python libraries
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.
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.