Coders Packet

Listing of packets of source code submitted by coders

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.

Garbage Classification using VGG16 with Keras TensorFlow in the backend

The project focuses on classifying garbage scraps such as metals, batteries, paper, and plastic using the VGG16 model.

QR code generator using Express.js in Node.js

This is a simple project to generate QR code generator in Node.js. I have used Express.js which is a web application framework of Node.js and I have also used ejs.

Code to add new product in logistic inventory using JAVA

This is a simple basic program using Java to create objects to add all the necessary information about the new product.

Login and register system using Node.js, Express.js and MongoDB

This is a simple login and register system project. I have used Node.js and Express.js which is a web application framework of Node.js, and also used a database that is MongoDB.

Custom Map Marker Annotations in SwiftUI Map View

This is a complete project where you can see custom Map markers added using annotations in SwiftUI map view.

Temperature Converter using JavaFX

This is a source code of a tool using JavaFX to convert the given temperature into respective Celsius or Fahrenheit degrees.

Print all Subsets of a given Array Using Recursion in C++

This Project Prints all the Subsets of the Array.Input will be given by User i.e.., an Array and Size of Array 'N' using C++ programming language.

Print all Combinations of a Sum in given Array Using C++

This Project Prints all the Combination Elements of the given sum that elements of the Array.Input will be given by User i.e.., an Array and Sum K using C++ programming language.

Print all Subsequences of an Array Whose Sum is K using C++

This Project Prints all the Subsequences of the Array whose sum is K.Input will be given by User i.e.., an Array ,K & Size of Array 'N' using C++ programming language.

Print all Subsequences of an Array Using C++

This Project Prints all the Subsequences of the Array.Input will be given by User i.e.., an Array and Size of Array 'N' using C++ programming language.