The Online Disease Prediction project uses Python and machine learning to predict diseases based on user-provided symptoms. It leverages a trained machine learning model to analyze symptoms and provide probable diagnoses, offering users early insights into potential health conditions.
The Path Finding for Metro project in Java is designed to calculate the shortest or most efficient route between metro stations in a city. It uses graph algorithms like Dijkstra to determine optimal paths based on factors such as distance, time, or number of stops. The system allows users to input start and end stations and displays the best possible route.
A College Management System project in C is designed to streamline the administrative tasks of a college. It allows users to manage student records, faculty details, and course information efficiently. The system includes functionality to add, delete, and update records. This project demonstrates the use of file handling, structures, and basic data management in C programming.
I developed a personal portfolio website using HTML and CSS to showcase my skills, projects, and experiences in web development. The website features a clean, modern design with a responsive layout, ensuring it adapts seamlessly to different screen sizes, from desktops to mobile devices. Including a dynamic navigation menu and interactive buttons.