Code Packets

Browse all published coding projects

Chatbot using Deep learning and Natural Language processing (Python)

This is built chatbot using deep learning with PyTorch and the also by using some concept of Natural Language Processing like Tokenization, Stemming and Bag of words and used the library nltk.

SUMIT HARESH GANGARAMANI · Aug 04, 2021

Interchange the First and Last Row of Matrix in Java

Java program to interchange the first and last row of given matrix, here in this code Interchange function is used for swapping and then we get the desired matrix.

Akansha Janardhan Khandale · Aug 04, 2021

To check the given String is Palindrome in Java

We have to give string as an input and check it is palindrome or not i.e. original string and reverse of that string should be same.

Akansha Janardhan Khandale · Aug 03, 2021

Python Based Quiz Game

It's a simple Python based quiz game where different questions are asked from different sections.

AMAN VERMA · Aug 03, 2021

How to take out duplicate values from an array in Java

We have to take out repeated numbers from the array i.e. the required array should be sorted and if the array have same same value then delete that and just keep one value in Java.

Akansha Janardhan Khandale · Aug 03, 2021

Java Based Media Player Application

This is a music media player . It has all the controls like forward , backward, next , previous, play , pause.

Priyesh Choudhary · Aug 03, 2021

Server-Client model based Chatting Application using Java Swing , AWT , Java Networking

This is a stand-alone desktop-based Chatting Application implemented using Java Swing, AWT, and Java Networking.

Akash N · Aug 03, 2021

Java Based Lion or Tiger Game

Basically this is a tic-tac-toe game with some extra animations. Instead of old traditional 'X' and 'O' you will find a lion and a tiger.

Priyesh Choudhary · Aug 03, 2021

Email ID generator program in Java

The application is based on a company where a new candidate joins and the program will generate an email and a random password for the candidate also the candidate can update his email/password.

Abhishek Vishwakarma · Aug 03, 2021

Java source code of banking application

This is an application created using Java which allows the user to deposit, withdraw or check the bank balance.

Arya Bhattacharyya · Aug 03, 2021

Digital Clock using Java Swing

This is a very simple project using Java Swing. It shows the Indian Standard Time (IST) - UTC + 5:30 in real time in a separate window.

Arya Bhattacharyya · Aug 03, 2021

Coin toss experiment using Python

Checking if tossing a fair coin n times leads to probability of heads converging to 1/2, when n is very large(tends to infinity) using python. The program depicts the strong law of large numbers

Ayush Chauhan · Aug 02, 2021