Skip to content
View Antonini28's full-sized avatar

Block or report Antonini28

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Antonini28/README.md

Hi, I'm Anthony Olisa 👋

AI Engineer · Agentic Systems & Governed AI · Generative AI · Computer Vision

Email LinkedIn Hugging Face Profile views


🚀 About Me

I build AI systems that do real work under real governance — agents that prepare, humans who decide, and evidence for everything. The most valuable thing an AI system can do is refuse: to guess, to improvise, to pretend it knows.

  • 🏛️ Flagship: TaxOS — an open-source enterprise agentic tax operating system. A multi-agent runtime carries UK VAT and Corporation Tax from ERP extract to a review-ready, evidence-attached state — and architecturally cannot approve its own work. Deterministic rule engine with HMRC-cited lineage, hash-chained audit, one-click evidence packs, RAG that cites or refuses, explainable ML that declines to train without enough labels. 169 tests · 18 ADRs · runs locally, no API keys
  • 💼 Currently: AI Engineer at Blockchain Advisors — owning the AI capabilities of a live AI-enabled CRM platform (RAG chatbot with human hand-off; vision pipeline behind an admin review queue), ex-PwC Tax Technology
  • 🧠 Focus areas: agentic systems & LLM applications (RAG, fine-tuning, safety pipelines), explainable ML, medical imaging & NLP moderation
  • 📊 I care about honest evaluation — calibration, thresholds, and knowing when a metric is lying to you
  • 🔬 Also shipped: SkinSense (clinical triage + RAG assistant) and Atlas AI, a private-markets analytics platform (private repo — happy to discuss)

🛠️ Tech Stack

Languages & Core

Python TypeScript SQL JavaScript

ML / AI

PyTorch Hugging Face LangChain scikit--learn Pandas

Backend & Frontend

FastAPI PostgreSQL Next.js React Vite Tailwind CSS

Deployment & Tools

Docker GitHub Actions Git Vercel Render

📌 Featured Projects

Project What it is Stack
🏛️ TaxOS — Enterprise Agentic Tax Operating System Governed multi-agent platform carrying UK VAT + Corporation Tax from ERP extract to a review-ready, evidence-attached state: deterministic rule engine with HMRC-cited per-figure lineage (tax types as content packs — CT added with zero engine changes), an approval gate agents architecturally cannot reach, hash-chained audit with one-click evidence packs, RAG that cites or refuses, and explainable ML that declines to train without labels. 169 tests · 18 ADRs · no API keys FastAPI · PostgreSQL · Next.js · scikit-learn
🔬 SkinSense — AI Skin-Lesion Triage Vision triage model (EfficientNet-B0, INT8, temperature-scaled, RL-adaptive threshold) + DermBot, a Gemini-powered clinical assistant grounded in 8,700+ clinical documents via RAG, with a multi-layer safety pipeline PyTorch · FastAPI · React · Gemini · RAG
🛡️ Multilingual Hate-Speech Moderation Cross-lingual moderation system — XLM-RoBERTa + LoRA fine-tuning with an RL policy that outputs actionable decisions (PASS / WARN / FLAG / REMOVE). Live demo → Transformers · LoRA · RL · FAISS · React
💳 Credit-Card Fraud Detection An honest case study in imbalanced classification: why 95.5% recall can hide a coin-flip model (ROC-AUC ≈ 0.51), and how to diagnose it scikit-learn · imbalanced-learn · Jupyter
📈 Time-Series Forecasting Decomposition, stationarity testing, and ARIMA-family forecasting notebooks statsmodels · Pandas

📊 GitHub Stats

GitHub stats

Top languages

GitHub trophies

📫 Get in Touch

Open to AI/ML engineering roles and collaborations.

Pinned Loading

  1. hate-speech-frontend hate-speech-frontend Public

    React UI for a multilingual hate-speech moderation system — XLM-RoBERTa + LoRA with an RL policy that outputs PASS / WARN / FLAG / REMOVE. Live on Vercel.

    JavaScript

  2. skin-lesion-triage skin-lesion-triage Public

    AI skin-lesion triage web app — calibrated EfficientNet-B0 vision model + DermBot, a RAG-grounded Gemini clinical assistant. FastAPI · React · deployed at zero cost.

    JavaScript

  3. credit-card-fraud-detection credit-card-fraud-detection Public

    ML fraud detection pipeline on 50k transactions - an honest case study in imbalanced classification and why headline recall can mislead

    Jupyter Notebook

  4. time-series-forecasting time-series-forecasting Public

    Time-series analysis and forecasting notebooks — decomposition, stationarity testing, and ARIMA-family models.

    Jupyter Notebook

  5. atlas-ai atlas-ai Public

    AI-powered portfolio risk intelligence platform - FastAPI + React + quantitative risk engine + explainable AI

    Python

  6. taxos taxos Public

    Enterprise agentic AI for tax compliance. Agents prepare, humans approve, everything is evidence — deterministic tax engine, hash-chained audit, full lineage. 18 ADRs.

    Python