Code Packets
Browse all published coding projects
MNIST Handwritten digits classification using SVM and sklearn
A machine learning project using sklearn Python library to classify images of handwritten digits, respectively to their classes, ranging from 0 to 9. The classification model used here is Support Vector Machine (SVM).
Image Viewer in Python using Tkinter
This is an application which helps us to view images stored in the program using Tkinter and pillow.
Video to Text Converter using Speech Recognizer in Python
It is a Python GUI program that is used to convert Video File to Text File using Speech Recognition and Tkinter Package and Functionalities.
Google Maps Clone using Vanilla JS & MapBox API
A Google Maps Clone using Vanilla JS & MapBox API. It helps the user to search the location and the route from his present location to the destination location.
Facebook sign in automation using Python and Selenium
A demonstration of automating browser activity using Selenium and Python. Here We will automate the Facebook login by reading the username and password from a file using the Python Selenium module.
Easy Food Order System Using C++
A simple food ordering system by which the customers can easily order their favorite foods is developed using C++.
Custom Scrollbar. Format: JavaScript + CSS, Dependency required: JQuery
There is a lack of compatibility leading to difficulty in customizing scrollbars. This is a custom JAVASCRIPT-based scrollbar to replace the browser scrollbars. It requires jquery to be added.
Minimum time required so that all tomatoes are rotten in C++
To determine the minimum time required so that all the tomatoes become rotten, and understanding the application of BFS in this scenario using C++.
Parallel Computing using C++
Comparison between the serial and parallel implementation of Smith-Waterman local sequence alignment algorithm using C++(libraries- stdio,stdlib,math and omp).
Random number guessing game using Python
This is a simple Python program that generate a random number and you have to guess that random number correctly. The Final result will show your number of attempts
Scraping IMDB data with Python and BeautiulSoup
This is a Python project to scrap data from IMDB site, about top rates movies, popular movies or any other pages having similar template. It uses a python module called BeautifulSoup.
Text File management system using Rank based autocompletion in C++
This is a Text file Management system, by which you can create/view existing files in the current directory. It uses Rank based autocompletion while searching for an existing file. C++17 used.