
10
3
1 year of experience
Electrical Engineer and AI Researcher from UET Peshawar with a specialized focus on bridging the gap between signal engineering and intelligent healthcare diagnostics. A proven problem solver, he has demonstrated technical excellence by reaching the second round of the Meta Hacker Cup 2025 and securing 6th place in the PEC Generative AI Hackathon. His expertise spans the development of high-performance FastAPI backends, Llama 3.2 integrations, and noise-resilient deep learning architectures for cardiac monitoring, all while maintaining a strong academic foundation with published research on 5G MIMO antennas. Professionally, he combines this technical depth with leadership experience as a Project Coordinator Executive, managing large-scale vocational training initiatives and ensuring rigorous documentation compliance.

ClimateGuard is an interactive Streamlit-based application designed to provide real-time weather data and livability insights for cities across the globe. By integrating GPT-5 intelligence, OpenWeather API, and other data sources, the app goes beyond simple forecasts to deliver livability projections, helping users understand how climate and environmental factors may impact daily life in different regions. The platform enables users to explore and compare cities, evaluate alternative locations, and make informed choices about travel, relocation, or long-term settlement. With a sleek interface, dark-themed visualizations, and easy-to-use controls, ClimateGuard combines GPT-5's AI-powered analysis and recommendations with weather intelligence, making climate decision-making more accessible, data-driven, and future-ready.
24 Aug 2025

Our project is an AI-powered coding assistant called *Code Copilot*, designed to help programmers improve and understand their code more effectively. It is built using Python, Gradio for the user interface, and Blackbox AI (GPT-4) to provide intelligent coding responses. When a user pastes a piece of code or asks a coding question, the system sends that input to the AI model to generate helpful advice and explanations. At the same time, the app uses Pythonโs ast (Abstract Syntax Tree) module to deeply analyze the structure of the code by identifying how many functions, loops, and conditionals it has, and how deeply the code is nested. Based on this analysis, the app automatically generates suggestions such as simplifying nested logic, breaking large functions into smaller ones, or replacing basic loops with more efficient techniques like list comprehensions. Everythingโincluding the AI response, code pattern analysis, and smart suggestionsโis displayed in a clean, user-friendly interface. This makes Code Copilot a powerful tool for both beginner and experienced developers to write cleaner, more efficient Python code with real-time feedback.
8 Jul 2025

AI code Commentor and Documentation Generator aims to remove headache to remove writing comments, documentation for developers which is real pain for some beginner level developers fellow, we come with idea where a user interface only requires a piece of code and AI will automatically provide comments, documentation, provides improvements if any and gives the time complexity. with more than 90% success rate, we present our project to lablab with plans to broaden the scope of project in future. we are using Trae.ai as our IDE, llma from novita ai and fast api to handle api request also serving a static html page to provide interface to users. we provide simple user interface, to generate comments and documentation at ease.
15 Jun 2025