Skip to content
View danielakbank's full-sized avatar
  • United Kingdom

Block or report danielakbank

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.

Content in all repositories owned by your account will be closed.
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
danielakbank/README.md

Hi, I'm Daniel Akinbankole πŸ‘‹

MSc AI & Data Science Β· Healthcare AI Β· Deep Learning Β· LLM Integration

Python TensorFlow Streamlit Power BI Flutter

I build end-to-end machine learning systems with a focus on healthcare and clinical applications. My background spans deep learning, computer vision, NLP, EEG signal processing, and applied data engineering, with hands-on experience in NHS inpatient settings supporting young people with neurodevelopmental conditions.


Projects

⚽ Football Match Predictor

Predicts Premier League match outcomes (Home Win / Draw / Away Win) with calibrated confidence scores, using an XGBoost classifier trained on 2014–2025 historical data. Features include rolling form, rest days, head-to-head history, and Elo ratings, all engineered with strict guards against data leakage. Reached ~51.5% accuracy on a chronological hold-out set (vs. 42.3% for the majority baseline), with a Streamlit app for browsing fixtures and tracking real-world prediction accuracy over time. Built as a personal ML engineering exercise, with an honest account of its limitations (draw prediction, no injury data) documented in the repo. (Private repository)

🧠 EEG Sleep Stage Classification

Automated sleep staging from raw EEG signals using a 1D CNN, MNE-Python, and interpretable AI. Built on the Sleep-EDF Expanded dataset (22,683 epochs, 13 subjects). Achieved balanced accuracy of 0.718 and Cohen's Kappa of 0.430, a large improvement over a Random Forest baseline. Applied SHAP and Grad-CAM to explain model decisions β€” the CNN independently identified sleep spindle locations without explicit labelling. Clinically motivated by sleep difficulties in children with autism, ADHD, and epilepsy. β†’ github.com/danielakbank/eeg-sleep-staging

πŸ›£οΈ UK Motorway Asset Density & Maintenance Priority Mapper

Interactive GIS project mapping real M1 and M6 motorway junctions, built around live junction data fetched from OpenStreetMap via the Overpass API. Builds maintenance priority zones with proper coordinate reprojection (WGS84 to British National Grid) and runs a spatial join to flag simulated roadside assets falling within those zones. Demonstrates practical spatial analysis with GeoPandas, Shapely, and Folium, deployed as an interactive Streamlit app. β†’ Live app Β· github.com/danielakbank/uk-motorway-asset-mapper

πŸ”¨ Tradesman Finder

Search tool for finding tradesmen (plumbers, electricians, carpenters, etc.) near any location, built on the Google Places API (New). Returns contact details, ratings, and Google Maps links, with cached searches and session rate limiting to control API costs. β†’ github.com/danielakbank/tradesman-finder

πŸ”¬ Breast Ultrasound Segmentation (BUSI)

U-Net with ResNet50V2 backbone for lesion detection and segmentation. Validation Dice ~0.71. Two-phase transfer learning. Deployed on Hugging Face Spaces via Gradio. β†’ Live demo Β· github.com/danielakbank/BUSI-Segmentation

🌊 Underwater Image Enhancement

Compared classical CV preprocessing against a U-Net with EfficientNetB0 encoder on the UIEB benchmark. PSNR improvement of +3.03dB over the raw baseline, using two-phase transfer learning and a combined MAE/SSIM loss. Includes an interactive Gradio demo app. β†’ github.com/danielakbank/underwater-image-enhancement

πŸ€– CV Job Matcher

AI-powered job matching platform aggregating live listings from Adzuna, Reed, and Remotive APIs, scored against uploaded CVs using an LLM-driven engine. Deployed on Streamlit Cloud. β†’ github.com/danielakbank/cv-job-matcher

πŸ“Š Children's Social Care Intelligence Dashboard

Python ETL pipeline ingesting 5M+ DfE records across 150+ UK local authorities. Engineered a custom risk-flag combining re-referral rates and case duration, surfaced through an interactive Power BI dashboard built for non-technical stakeholders. β†’ github.com/danielakbank/childrens-social-care-analysis

πŸ“ˆ AI Dataset Insight Generator

Streamlit app that turns any uploaded CSV into automated visualisations, statistical summaries, and plain-English AI insights, powered by Mistral running locally via Ollama for private, cost-free analysis. β†’ Live demo Β· github.com/danielakbank/Data-Insight-Generator

πŸ›οΈ Review Sentiment Analyser

End-to-end NLP app classifying product reviews as positive or negative, trained on 500,000+ Amazon Fine Food reviews. Logistic Regression matched a neural network at 94% accuracy while being faster and lighter to deploy. Includes cross-category breakdowns, sentiment trends over time, and keyword extraction. β†’ Live demo Β· github.com/danielakbank/review-sentiment-analyser

πŸ“± Flow Breath

Breathing exercise app built with Flutter. Published on the Google Play Store.


Skills

ML & AI TensorFlow Keras Scikit-learn XGBoost SHAP

1D CNN Β· U-Net Β· Transfer Learning Β· NLP (TF-IDF) Β· LLM Integration (Mistral/Ollama) Β· EEG Signal Processing (MNE-Python)

Data Engineering Python Pandas NumPy SQL

ETL Pipelines Β· API Integration Β· Web Scraping

Geospatial GeoPandas Folium

Shapely Β· Coordinate Reference Systems Β· Spatial Joins

Visualisation & BI Power BI Matplotlib Seaborn

DAX

Software & Deployment Streamlit Gradio Flask Flutter Docker Git

Hugging Face Spaces


GitHub Stats

GitHub Stats Top Languages

Background

  • Healthcare Support Worker, Cygnet Health Care CAMHS (2025–present)
  • MSc AI & Data Science, University of Hull (2023–2024)
  • BSc Computer Science, ESAE University (2018–2021)

Contact

πŸ“§ akinbankoled@gmail.com Β Β·Β  πŸ”— github.com/danielakbank

Popular repositories Loading

  1. BUSI-Segmentation BUSI-Segmentation Public

    Breast ultrasound image segmentation app using a U-Net with ResNet50V2 backbone, featuring an interactive Gradio demo and AI-based lesion detection.

    Jupyter Notebook 4 2

  2. eeg-sleep-staging eeg-sleep-staging Public

    Automated sleep stage classification from EEG signals using deep learning and interpretable AI β€” Sleep-EDF dataset, MNE-Python, 1D CNN, SHAP and Grad-CAM

    Python 1

  3. danielakbank danielakbank Public

  4. disk_health_monitor disk_health_monitor Public

    Python

  5. calculator_api calculator_api Public

    Python

  6. credit-risk-analysis credit-risk-analysis Public

    End-to-end unsecured credit risk analysis using SQL (BigQuery) and Python, including cohort analysis, probability-of-default modelling, and lending strategy evaluation.