Projects
techMed
Core Developer
techMed (E-pharma) is a user-friendly site which will be used as a third party service provider between the user and pharmacy. Here the user can visit website and order the medicine online for takeaway. Here the user must sign-in in order to

make a purchase. User can manually select the medicines and it’s dose or any available sanitary product. User will also have an option to upload the prescription image which will be shown on the website of the chemist side and the user will be allotted with a unique token number which will be used when the user will visit pharmacy for takeaway.​
Althub
Core Developer
The aim is to build a system that will manage connections between alumni and students of an institute and provide easy access to them.
Alumni of a college generally stay in touch with their immediate friends

but find it hard to stay connected with other college juniors. Contact between alumni can be used to forge business and network connections and to gain references or insight in their required field. We made a system i.e. AltHub which is helpful for College Alumni Association. The main objective of this project is to connect old students and new students of the college. Users will also get a Chat Feature for communication.
AgroAID
Core Developer
Agriculture plays a pivotal role in a nation's economic development, particularly in countries like India, where a significant portion of the population depends on farming for their livelihood. To enhance

productivity and simplify farming processes, modern technologies like Machine Learning and Deep Learning are increasingly being integrated into the industry. This project introduces a comprehensive website that provides three key applications: crop recommendation, fertilizer suggestion, and plant disease prediction. In the crop recommendation module, users can input soil data to receive suggestions on the most suitable crops to cultivate. The fertilizer suggestion module allows users to input soil data and their chosen crop, analyzing nutrient deficiencies or excesses in the soil and recommending corrective measures. Finally, the plant disease prediction module enables users to upload images of diseased plant leaves, identifying the disease and offering detailed insights along with actionable solutions for its treatment. This innovative solution aims to empower farmers with data-driven insights, fostering sustainable and efficient agricultural practices.
Nexus Library
Core Developer

•LibraryItem (Base class) → E-Book, Printed Book, Research Paper, Audio Book
•User (Base class) → Student, Faculty, Researcher, Guest
•Library System manages users, books, and transactions
•Search Engine, Notification Manager handle services
​
​OOP Concepts Applied:
•Encapsulation: Secure user data, book records, and transactions using private attributes
•and getters/setters.
•Inheritance: Common behavior defined in base classes like LibraryItem, extended by
•specific types.
•Polymorphism: Borrowing rules vary by user type; same interface, different behaviour.
•Abstraction: High-level interfaces for users to interact with the system (e.g.,
•borrow/reserve/return).