Code Packets
Browse all published coding projects
Multiple language translator using Python
By using this program you can translate one language to another language in real time based on your selection in Python
Book reader using Python
This program will convert book to audio and run in real time by using gTTs library and pyPDF2 library in Python
OCR on images to recognize text using Python
Using Python and its libraries for Optical Character Recognition on images to recognize text using Pytesseract and identifying faces associated with the recognized text using OpenCV.
Image Denoiser using Autoencoders in Python
This project is based on implementing an Autoencoder using deep learning on the MNIST dataset using Tensorflow Library on Google Colaboratory to denoise digit images using Python Language.
Tuberculosis Detection Using Python
Tuberculosis is detected using Convolution Neural Network (CNN) model using X-ray Images as dataset for this model using Python.
Stock Market Prediction Using Python
Stock market analysis and prediction using mean squared error method using line graph using Python.
Customer Churn Analysis in Python
Analyzing the Churn rate of Customers in Telecom Industry in Python. Regression models are used for finding the best model that fits.
Web scraping using JavaScript
Build a web scraper project that scrapes details of BatsMan of each team that played in a world cup using JavaScript,fs module and xlsx module.
Covid-19 Data Visualization using Plotly-Python
In this project, I am going to visualize country and continent wise COVID-19 dataset by the end of this project you can learn basic plotting with Plotly.
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.
Text document encryptor/decryptor using Ceasar cipher algorithm in C++
This project/code uses Ceasar Cipher algorithm to encrypt and decrypt files using a key provided by the user in C++ program.
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.