Developed a bus business management system which solves the problem of bus business owners of managing their booking system and their customers.
Note: This project is under the development stage only and can not be deployed.
It is a Machine Learning Project in which a model is trained having following features:
The model is trained for predicting the house prices based on given features dataset. The dataset is provided with certain features and a label. The dataset is taken from "housing data boston uci repository". This project is done with the help from YouTube "codeWithHarry". Respect Mr. Harry sir guided in this project, in which we have solved the prediction problem of Dragon Real EState. I have followed his video step by step to put my first practical approach in training the dataset.
This is a simple expression-based calculator using java. It uses java. util.Stack package in java. It helped me to enhance my GUI making skills and OOPs concepts.
Note: This project is fully developed and deployed.
This is my personal portfolio, which I have created to accumulate all my doings in one place. I have taken a pre-made sample that was available for free and then modified it for my needs by myself. It uses the latest HTML with CSS and JavaScript. I have used Microsoft Visual Studio Code for editing the code locally in my windows laptop. Then uploaded it to GitHub for hosting purposes. I have also used a custom domain from Namecheap as http://kushagrame.work. However, the URL provided by GitHub is always available to use. I have learnt many skills like bug fixing, modification of code and various on the go troubleshooting.Note: This project is fully developed and deployed. This is my personal portfolio, which I have created to accumulate all my doings in one place. I have taken a pre-made sample that was available for free and then modified it for my needs by myself. It uses the latest HTML with CSS and JavaScript. I have used Microsoft Visual Studio Code for editing the code locally in my windows laptop. Then uploaded it to GitHub for hosting purposes. I have also used a custom domain from Namecheap as http://kushagrame.work. However, the URL provided by GitHub is always available to use. I have learnt many skills like bug fixing, modification of code and various on the go troubleshooting.
It is a management system of Medical Store, to maintain and manage a record of medicines, employees and transactions related information. It is a one-stop intelligent solution of problems every medical store owners faces. Moreover, its friendly GUI makes it more useful and time-saving. The administrator can manage everything, and each employee will have their own account, thus, making each employee work private from each other. However, ADMIN can observe everything. Employees will only have rights for adding records, and their attendance is monitored within the application. Employees can reset the password either by their unique User Name or by directly contacting the administrator of the store. For this project, Java language and MySQL databases are used.