Coders Packet

Listing of packets of source code submitted by coders

Breast Cancer Diagnosis Tool

This project uses Logistic Regression on the Wisconsin Breast Cancer Dataset (569 samples, 30 features) to predict tumor malignancy, integrated into a Streamlit app for real-time diagnosis.

Python Quiz App: Test Your Coding Knowledge!

Introduction Are you ready to put your Python knowledge to the test? This simple Python quiz app challenges you with five multiple-choice questions on Python programming.

Instagram Reel Downloader with URL - Python

This project allows you to download Instagram Reels using their URL and then save them in a separate folder and in your desired location.

Weather WebApplication

A weather web application which can give you any places weather information such as temp, wind speed and humidity.

File Handling in C++

In C++,there is a concept of File Handling.File handling is used to store data permanently in a computer. Using file handling we can store our data in secondary memory (Hard disk).

Design of a wild card pattern matching in C++

After the basics of C++ are over,we generally dive into dsa and CP.In DSA,we have the most important topic-->Dynamic Programming.Wild card pattern matching is one of the toughest problem of DP.

Bus reservation system in C++

Bus Reservation System Management Project based on Object Oriented Programming and File Handling Concept in C++.

Python - Invoice GUI Application

This Python Tkinter app creates invoices with customer details, product info, quantity, and price. It validates inputs and saves the information as a .docx file

Python - Resume Builder

A python application which allows you to build resumes with ease and saves it as a PDF file for you to access and share.

Word Dictionary Using Python

The "Dictionary App" is a simple yet effective tool for quickly looking up the meanings of words.

Real State Price Prediction Using Machine Learning

This project aimed to develop a comprehensive solution for predicting house prices in Bangalore using a machine learning model.

Image to PDF convertor using python

Used python libraries to create a GUI interface for converting Image from the directories to Pdf files for windows