Coders Packet

Listing of packets of source code submitted by coders

SAM - retrieval based chatbot using Python

A chatbot that can answer your queries based on a corpus(paragraphs of data). It will pre-process the data by itself & give the most relevant answer.

Simple image cartoonifier using Python & OpenCV

Using OpenCV & Python, any image can be converted to a good quality cartoony image in just 5 simple conversions.

EMI Calculator in C++

It is a C++ project which calculates the EMI(Equated Monthly Installments) on given Principal, Interest, Time.

Digital Personal Assistant with Python Using Voice Recognition

This is a basic project to implement the python voice recognition module into a project.

Stock Price Prediction Using Machine Learning in Python

In this project, we will be predicting future prices for the given Stocks using Machine Learning in Python.

A Student Record System using Python Tkinter

In this project, we are going to create a Student Record System using python’s Tkinter module. Tkinter is the standard GUI library for Python.

Random Password Generator using Python Tkinter

In this tutorial, we will be creating a simple application that can randomly generate strong passwords using the Python Tkinter module.

Keyboard logger using Python

Python Program to keep a track of keyboard activity of any user using Python pynput and logging modules.

TIC-TAC-TOE IN C++

Using functions, arrays, conditional and logical operators, a simple tic-tac-toe game was created.

Hagen-Poiseuille's pressure gradient calculator in Java

The program calculates pressure drop across a given length and cross-sectional area of a pipe when a fluid of certain dynamic viscosity flows through it with certain volumetric or mass flow rate.

Weather App using Python and OpenWeatherMap API

The Weather App is made with a Python(Flask) backend and OpenWeatherMap API provides the weather info as a JSON file.

Airline Reservation System Using Java and SQL

In this ARS project, we can add passenger details, update passenger details, add flight details, update flight details. It also enables the user to search and book flight tickets.