Code Packets
Browse all published coding projects
Hangman game using python
"Play Hangman! Guess letters to reveal a hidden word. Don't run out of tries or you'll be hanged".
Address-book using HTML, CSS & JS
Address Book to store all of your contacts in one place. This code is developed using HTML, CSS and JavaScript.
Room reservation system using java
It is a room reservation system using Java where we prompt the user to select a room from the available rooms.
Detection Of Parkinsons Disease Using Python
The "Detection of Parkinson's Disease using Python" project aims to develop a machine learning model that can accurately diagnose Parkinson's disease based on various physiological features.
Sales Forecasting Using Python
The Sales Forecasting using Python project is designed to predict future sales based on historical sales data and other relevant factors.
Movie Recommendation Using Python
The "Movie Recommendation Using Python" project is a system that provides personalized movie recommendations to users based on their preferences.
Social-Distancing in python using computer vision
Yolvo: Use computer vision to strengthen social distance. Public spaces are made safer via real-time object identification, distance estimation, and notifications.
Skin-Cancer-Detection using python and CNN
creating a skin cancer detection model in Google Colab using the Ham10000 dataset for precise and effective skin cancer detection.
Age calculator using python
"Age calculator in Python: Input birthdate, calculate age based on current date, and display the result."
Shopping Of Garments and Accessories with c++
It is a project where the user is capable of managing the in-store products and keeping track of it as well there is a cashier option that can help the user with checking out the items.
Currency conversion application in python using tkinter
This application converts currency in one country to its equivalent value in another country. It can be used in banks and other such institutions.
Scientific Calculator using Python
Python script for math operations: add(a, b), sub(a, b), mul(a, b), div(a, b), sqrt(a), sine(angle), cosine(angle), tangent(angle), solve_linear_eq(a, b).