
13
13
Pakistan
2+ years of experience
Mirza Yasir Abdullah Baig is an AI and Machine Learning Engineer from Pakistan, recognized for his expertise in generative AI, deep learning, and data-driven intelligent systems. With a strong foundation in computer science, data structures, algorithms, and programming, he has carved a niche for himself in AI research, applied machine learning, and full-stack software engineering. Mirza Yasir Abdullah Baig is not only a problem solver but also a mentor, educator, and prolific content creator in the AI and tech space.

ActionPilot is an AI-powered meeting execution agent designed to solve one of the most common productivity challenges in modern organizations: turning meeting discussions into real, trackable execution. In many workplaces, meetings generate lengthy audio recordings, unstructured conversations, and scattered notes, making it difficult for teams to capture important decisions, assign responsibilities, and follow up effectively. Employees often spend hours manually creating summaries, writing follow-up emails, and organizing action items, while managers struggle to maintain accountability and ensure tasks are completed on time. ActionPilot addresses this problem by automating the entire post-meeting workflow using advanced AI technologies.
19 May 2026

PromptGuard is an AI security platform built to protect LLM-based applications from adversarial prompts. It analyzes user inputs in real-time and classifies them as Safe, Suspicious, or Dangerous using Meta's llama-3.3-70b-versatile model running on Groq's ultra-fast inference API. What sets it apart is its RAG pipeline β organizations can upload their own security policies, which get chunked, embedded into 768-dimensional vectors using nomic-embed-text, and searched via cosine similarity at query time, so every verdict is grounded in your actual rules. It also includes a policy Q&A chatbot for natural language queries against your knowledge base. Built as a zero-dependency single HTML file and deployed on Netlify, PromptGuard requires no build step and goes live in under 60 seconds.
19 May 2026

RepoPilot AI is an AI-powered web application designed to help developers quickly understand and analyze GitHub repositories. Built for the IBM Bob Hackathon 2026, the platform simplifies the process of exploring unfamiliar codebases by using artificial intelligence to generate insights about a repositoryβs architecture, technologies, and overall structure. Instead of manually reading hundreds of files, developers can instantly receive organized explanations and summaries, making onboarding and project understanding significantly faster. The application works as a single-page web app, meaning everything runs inside the browser without requiring complicated installation steps or backend setup. Users simply provide the URL of a public GitHub repository, and RepoPilot AI automatically fetches repository data using the GitHub API. It then processes the information with the help of Groq large language models to generate intelligent analyses. This allows developers to quickly identify frameworks, libraries, dependencies, and architectural patterns used in a project. One of the main strengths of RepoPilot AI is its ability to visualize and explain software architecture. The platform helps users understand how different parts of a project are connected, including system layers, modules, and dependencies. This is especially useful for developers joining a new team or contributing to open-source projects, as it reduces the time needed to understand complex codebases. The application also includes an AI-powered chat feature that allows users to ask questions directly about the repository. Developers can interact with the codebase conversationally by asking questions such as how authentication works, where APIs are defined, or which technologies are used in the project. The AI responds with context-aware answers, creating an experience similar to having a knowledgeable assistant explain the repository in real time.
17 May 2026

AI Trading Agents An automated AI-powered trading system designed to analyze market data, generate trading signals, and execute trades using configurable strategies. π Features π AI-based trading decision making π Integration with Kraken API π§ͺ Paper trading mode for safe testing βοΈ Configurable trading parameters π Modular and extensible architecture ποΈ Project Structure AI-Trading-Agents/ βββ ai_agent.py # Core AI trading logic βββ app.py # Main application entry point βββ config.py # Configuration settings βββ kraken_client.py # Kraken API integration βββ paper_trader.py # Paper trading simulation βββ requirements.txt # Dependencies βββ .env # Environment variables
12 Apr 2026

MoltTrend Claw is a privacy-first autonomous crypto intelligence agent developed for the SURGE Γ OpenClaw Hackathon. Built on the OpenClaw sovereign, local-first runtime, the agent continuously monitors live cryptocurrency trends using the CoinGecko API and applies advanced AI reasoning through Gemini to detect emerging market narratives. It analyzes sentiment shifts, identifies momentum patterns, and transforms raw market data into structured, actionable insights without requiring constant human supervision. Designed with persistent memory and long-term analytical capabilities, MoltTrend Claw stores historical trend data in JSON to track narrative evolution over time. Through its multi-page Streamlit dashboard, users can explore real-time trend metrics, visual analytics, and historical agent-generated reports. By combining autonomous execution, intelligent forecasting, and structured memory, the project demonstrates how AI agents can support smarter, data-driven crypto decision-making while maintaining user privacy and local control.
28 Feb 2026

SmartStore AI is a simulation-based robotics startup prototype built to address one of retailβs most common and costly challenges: inefficient shelf monitoring and delayed restocking. Retail stores frequently experience out-of-stock situations that lead to lost sales and poor customer experience due to manual and reactive monitoring processes. SmartStore AI solves this by introducing an AI-driven system that continuously monitors shelf status, tracks customer traffic intensity, and measures how long shelves remain empty. Using a priority-based decision engine, the system automatically generates restocking tasks and simulates an autonomous robot executing them through a structured workflow (Dock β Shelf β Restock β Return). Built with Python and Streamlit, the platform includes a live interactive dashboard that displays shelf conditions, traffic levels, robot position, restocking activity, and performance metrics in real time. Designed as a simulation-first solution, SmartStore AI validates autonomous retail operations in a safe and scalable environment, while laying the foundation for future expansion into multi-robot systems, digital twin environments, computer vision integration, and demand forecasting. The project represents a production-minded, startup-ready robotics solution that bridges AI, automation, and retail intelligence.
15 Feb 2026

DevBug-AI is an AI-powered system that automates bug classification and developer recommendation for software teams. As applications scale, bug triage becomes slow and error-prone due to unclear reports, inconsistent categorization, and manual assignment. DevBug-AI removes this bottleneck by intelligently analyzing bug reports and assigning them to the most suitable developers. Using natural language processing and machine learning, the system classifies bugs from their title and description and recommends the top three developers based on historical bug data, domain, and tech stack. Confidence scores are provided to support reliable decision-making. The solution is built as a Streamlit web app with a unified ML pipeline. It uses TF-IDF and sentence embeddings for text understanding, Scikit-learn for bug classification, and LightGBM for developer recommendation. The system is trained on 50,000+ real bug reports and gracefully handles unseen technologies by mapping them to an βOtherβ category. DevBug-AI reduces triage time, improves assignment accuracy, and enables data-driven bug management at scale. Future work includes integrations with Jira and GitHub, workload-aware recommendations, and LLM-based bug summarizationβmaking it a practical, production-oriented AI solution for modern engineering teams.
7 Feb 2026

AgentPay-AI is a proof-of-concept platform that demonstrates how Generative AI services can be monetized using pay-per-use, token-based billingβsimilar to real-world AI APIs. Built with Streamlit and Google Gemini, the system simulates a USDC-style wallet that estimates token usage, deducts balance per request, and only executes AI tasks when sufficient funds are available. This project addresses a major gap in AI demos: cost transparency and usage accountability. AgentPay-AI showcases how AI-as-a-Service (AIaaS), agent marketplaces, and crypto-enabled AI platforms can implement realistic billing logic. Key Highlights: Token-based cost estimation Simulated USDC wallet per session Controlled AI execution based on balance Google Gemini / PaLM integration Simple, intuitive UI Designed as a hackathon and portfolio project for GenAI, SaaS, and Web3 applications.
24 Jan 2026

An AI-powered interactive web application built with Streamlit that predicts whether a candidate will get placed in a job (or admitted) based on academic performance and other features. The model simplifies decision-making for students, HR teams, and academic advisors by providing data-driven placement predictions. The user inputs academic and background features, including: SSC percentage HSC percentage Degree percentage MBA percentage Work experience Specialization Gender And more Inputs are one-hot encoded for categorical features. A Logistic Regression model (trained offline) is loaded using Pickle. The model outputs a binary prediction: βPlacedβ or βNot Placedβ. The result is displayed on the Streamlit app in a clear, user-friendly format.
7 Dec 2025