Portfolio

Hi, I’m Bashaar.

This site is a growing portfolio of projects I’ve completed across software, problem solving, and technical learning. I’m using it to showcase finished work, live demos, and the progress I’m making over time.

Featured Work

Ecological Survey Report Generator v2

A production AI agent built for Greenlight Ecology Ltd that replaces manual Word-template report writing. Surveyors submit structured field data and site photos, and the agent generates a fully formatted Preliminary Ecological Appraisal (.docx) matching Greenlight Ecology's real report template — including branded cover page, 12-section species assessment table, embedded appendix maps and photos, running headers and footers.

Diagnostic Repair Ranking Agent

An AI agent that receives a fault report from an operational system, gathers conflicting diagnostic data from two independent monitoring sources, detects the contradiction explicitly, and produces a ranked repair strategy report with written justification grounded in the specific conflict found.

Ecological Surveyor Reporting Agent (Prototype)

A full-stack AI agent that validates ecological survey data and generates formal draft reports using GPT-4o-mini function calling. Surveyors fill in a structured form, the agent checks completeness, drafts a six-section report, and walks it through a review and approval workflow with a full audit trail.

Meeting Intelligence Agent

A full-stack AI agent that transcribes meeting audio and extracts structured insights. Powered by a Python backend with Whisper for transcription, GPT-4o-mini for extraction, and Pydantic for schema validation. Supports sample recordings, file upload, and live recording.

Premier League Home‑Win Predictions

A fully automated machine‑learning pipeline that forecasts Premier League home‑win outcomes. Updated weekly with live odds and delivered via a public predictions page and Telegram channel.

Chess Engine Demo

A browser-playable chess project with a custom engine running through WebAssembly. It’s one of the first completed demos in this portfolio and reflects my work across low-level programming, debugging, and shipping a live interactive project.