DNA Mutation Classification using DNABERT and BioGPT, Built a transformer-based pipeline to classify gene mutations as benign or pathogenic using ClinVar data. Integrated biomedical LLM (BioGPT) to generate explanations. Integrated a CNN-based classifier layer with adaptive pooling and dropout, achieving improved model accuracy up to 77% Traveling Salesman Problem using Genetic Algorithm, Developed a Python application solving the TSP using a genetic algorithm, simulating evolutionary processes like selection and mutation. Enabled user-defined input for number of cities; visualized path optimization with Matplotlib to demonstrate algorithm convergence. Client/Server Reliable Chat Application (TkTalk), Built a secure multithreaded chat system in Python using socket and threading modules, with a Tkinter GUI for real-time messaging. Implemented SSL encryption for secure communication, showcasing attention to data integrity and safe network design. Object-Oriented Pet Adoption Center Simulation, Simulated real-world pet adoption workflows with a class-based design, modeling pets, adopters, and adoption logic. Applied key OOP concepts (encapsulation, inheritance, edge-case handling) in a structured, interactive Ruby application.