My Projects


Personal Portfolio Project


The website on which you are currently viewing is one of my projects. I have developed this website using HTML, CSS, and javaScript.






CPU Scheduler and Memory Manager


Scheduling algorithms such as First Come First Served (FCFS), Shortest Job First (SJF), and Round Robin (RR) as well as memory managemet techniques such as Best Fit and First Fit were implemented using Python in this project.


Nutri Log




Nutri Log is a website for the users who want to calculate their BMI, and the amount of calories required for a day. HTML, CSS, and javaScript were used for this project.




Cozy Corner

I developed a simple restaurant website where the customers can see the menus, the contact details, and the location of the restaurant. However, online order system is yet to be implemented.
Languages used: HTML, CSS, and javaScript



Data Pipeline


This is an end-to-end machine learning pipeline.
Language used: Python