Coders Packet

Listing of packets of source code submitted by coders

Java programming quiz application using Java

I have developed a Java programming multiple-choice question test in Java Swing. Quiz and mcq test is the main part on any online exam.

College Management System using JAVA and MySQL

This Java project is developed for multilevel users like administrators, teachers, and students. It has a login system.

Calendar using c++

In this project, I have created a calendar using C++ concepts like string, array, etc.

Enhancing Image Quality Using LDM Super Resolution Techniques

This project aims to evaluate the performance of the LDM Super Resolution model on a diverse set of images, including images with different resolutions, content, and textures.

Credit Card Validator in C++ - Luhn Algorithm

Through this Credit Card Validator project in C++, we can find out whether the entered credit card number is valid or not. Here I used luhn algorithm for validation.

Rock Paper Scissors game using HTML, CSS and JavaScript

This is a simple project of rock-paper-scissors game that can be played against the computer. The game keeps a record of the user's and computer's scores and updates them as the game result.

How to draw USA map using Basemap in Python

Learn how to use basemap to draw USA map in Python. We will add lake color too. The map output is also given.

A simple quiz app using HTML, CSS and JavaScript

This project is about creating a simple quiz app. I have used HTML, CSS and JavaScript for this purpose.

Currency Converter Using C++

In this currency converter project, I have used the C++ programming language. in this project, I have taken currencies such as dollars, rupees, pounds, and euros.

Calories burnt prediction using machine learning with Python

using body temperature, heartbeat, time duration we will predict the number of calories burnt with xgboost regressor.

Neural Style Transfer: Exploring Artistic Expression through Deep Learning in Python

The project focuses on generating art images from content images and stylized images.

Image to Text: Generating Captions with Vision-Encoder-Decoder model

The project focuses on generating text based on the input image using Gradio Interface.