Skip to main content

My Academic & Personal Projects

Checkout my academic and personal projects listed below

Melanoma Prediction using Machine learning

Melanoma Prediction using Machine learning

Jul 2017 - Jun 2018

Designed and developed an application to be used by dermatologists to predict whether a skin lesion under test is Malignant or Benign. The application was developed in two stages , the first being image processing where in colour values of a skin lesion image were fed to a machine learning model followed by the training of neural network with sufficient amount of training data set using the Back Propogation algorithm. The model then predicted the test images as Benign or Malignant.

Railway Reservation System

Railway Reservation System

Jun 2016 - Dec 2016

Developed a web based application which allowed users to search, reserve seats in train. Users were also given a list of trains with optimized routes and cost for their search. The online railway ticket reservation system is developed using Frontend: HTML, CSS, Bootstrap , Backend: PHP and MongoDB.
Objectives: 1. To create a database of the trains
2. To search the trains it’s arrival and departure time,distance between source and destination.
3. To check the availability of the ticket.
4. To calculate fare.
5. To book the ticket.
6. To cancel the ticket if necessary.

Employee Management System

Employee Management System

Feb 2022 - April 2022

Developed a simple full-stack web application - Basic Employee Management Application using React and Spring Boot. Implemented CRUD features - List Employee Functionality - Create Employee Functionality - Update Employee Functionality - Delete Employee Functionality - View Employee Details Functionality