
7
2
Pakistan
3+ years of experience
I’m Muhammad Bilal Rafique, a passionate and self-driven full-stack developer and AI enthusiast. Currently pursuing a BS in Computer Science with a focus on Data Science and AI, I specialize in front-end development using Next.js, Tailwind CSS, and React, and have hands-on experience in building full-stack applications with MongoDB, Node.js, and Express. I’ve participated in several hackathons, including solo projects like InquisitorAI — an AI-powered interview preparation tool built for Devpost. I enjoy working with cutting-edge technologies like LangChain, CrewAI, and FastAPI, and actively explore areas like agentic AI and API integrations. Beyond coding, I love contributing to real-world projects, collaborating with teams, and continuously learning — from LeetCode streaks to building AI tools.

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