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).

Vedant Keshav Jadhav · Jan 17, 2021

Image Viewer in Python using Tkinter

This is an application which helps us to view images stored in the program using Tkinter and pillow.

Tanmoyee Roy · Jan 16, 2021

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.

Surya Sarkar · Jan 16, 2021

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.

ARIJIT GOSWAMI · Jan 16, 2021

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.

Vedant Keshav Jadhav · Jan 16, 2021

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++.

Athira Sabu · Jan 16, 2021

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.

Aishwarya Agrawal · Jan 15, 2021

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++.

Saurabh Tyagi · Jan 15, 2021

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).

Hemkar Goswami · Jan 14, 2021

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

Shubham Suresh Chavan · Jan 14, 2021

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.

Vedant Keshav Jadhav · Jan 13, 2021

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.

Yash Kothekar · Jan 13, 2021