Projects

Color Picker

Color picker is React based project which allows us to choose between the colors and gives the corresponding hexacode for the selected color and allows us to copy the code and alerts us about the color copied to clip board.

TOOLS USED

  • REACT JS

TO DO APP

ToDo app is React based task tacker web based application. We can add the task to the list and we will be given options to COMPLETE, DELETE, MOVE UP, MOVE DOWN and UNDO TASK. Complete functionality adds the task to the completed list, which marks it completed. Delete task allow us to delete particular task. Move Up and Move Down allows us to set the task to the particular priority as per over requirements. Undo Task allows us to re add the task to the uncompleted list from the completed list.

TOOLS USED

  • REACT JS

PortFolio Website

Portfolio website uses html, css, and java script which displays my projects, skills and a way too contact me and can also download my resume.

TOOLS USED

  • HTML
  • CSS
  • JAVA SCRIPT

Salary Prediction

These is the machine learning project that predicts the person salary based on the feature like age, sex and few other features. These is classtification based problem. so we will be using a classification algorithm to achieve better machine learning model. After some data cleaning like removing outliers, changing the the object to numeric values and appling feature enginnering, our data is now ready to make our model train and prepare. Then atlast we will use our classification algorithm here in these case it is Standard Scaler. We will train that model with the prepared data and predict it with the new data. Then we will use accuracy prediction to know how good our model is on unseen data. Our model predicted the accuracy score of 0.88. which is good start for our model.

TOOLS USED

  • NUMPY
  • PANDAS
  • MATPLOTLIB
  • ML ALGORITHMS

Amazon Landing Page (Clone)

These is a practice landing page of amazon landing page(Clone) for laptop screen.

TOOLS USED

  • HTML
  • CSS
  • JAVA SCRIPT