Code Packets
Browse all published coding projects
Simple Mailing with Python through Tkinter
A program to send a Google mail using Python with the help of a Graphical User Interface
Python human oration-emotion recognizer using Librosa
Build an emotion and gender classifier for human oration with adequate accuracy trained via RAVDESS dataset using librosa
Scour Depth estimator Using Python
Estimate the maximum scour depth as a function of variables including flow depth and mean velocity, size of pier, median grain size and skew by using recorded weights via training data
Image to PDF Converter using Python
An image to PDF converter has multiple applications in day-to-day life as well as office applications such as making a file of inventory papers.
Random Password Generator using Python
A random password generator is used to create a password with a specified number of characters. This code can be generate random passwords that contain alpha-numeric and special characters.
Vocabulary Quiz using Python Data Structures
This is a Vocabulary Quiz project build using python Data Structures viz. sets, dictionaries, lists. By running this code it generates a question and four choices in the terminal.
IMDB Top 10 movies in Python
This project is about getting the Top 10 movies of all time based on IMDB ratings using Python. The ratings have been normalized to take into account the number of votes received by a movie.
Basics of machine learning-train and predict iris dataset
This Project mainly focuses on Naive Bayes Algorithm to train Iris dataset and predict the output that is the type of iris plant.
Simple Voting Web Application using states in Reactjs
A simple Voting App using React js that will help you to undestand how to use state in reactjs. Here we will make simple voting for the cars.After this project you will be able to make your own.
Friends Suggestion Algorithm in Python
Social media checks your friends list and looks for mutual friends. These mutual friends are shown as suggestions on your timeline. For example, your siblings friends could be people you know.
Corona Data Visualization Using Python
This is a visualization project that visualizes the coronavirus data using Python libraries Plotly dash and Plotly express.
DNA Sequencing-Bioinformatics using Python
This project is called Next Generation Sequencing, a sequencing approach which works by breaking up the DNA into short fragments, replicating them in large quantities using Python programming.