Skip to content
View voidalc07's full-sized avatar
  • Newcastle Upon Tyne

Highlights

  • Pro

Block or report voidalc07

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
voidalc07/README.md

Hi, I'm Pranav 👋

Data Science graduate (First Class Honours, Northumbria University, 2026), heading into an MSc in Advanced Data Science with Health at Newcastle. I build ML systems end to end - from raw NumPy autograd engines to production-shaped retrieval pipelines - with a focus on healthcare applications and rigorous model evaluation.

📍 Newcastle upon Tyne, UK  ·  LinkedIn

Featured projects

Nephrotoxicity Predictor Live SMILES-to-toxicity screening dashboard comparing 5 model families - stacked ensembles, Tanimoto-kernel Gaussian Process, an autoencoder, and a fine-tuned ChemBERTa transformer - with consensus scoring across engines. Best external-test ROC-AUC 0.860. Dissertation project. Python scikit-learn RDKit HuggingFace Transformers Streamlit

AV2 Multimodal Trajectory Prediction VectorNet-style encoder with winner-takes-all loss, forecasting 6 seconds of vehicle motion on Argoverse 2. minADE₆ 1.19 m, beating constant-velocity and constant-yaw-rate baselines - trained end-to-end on a MacBook Air M2. PyTorch NumPy

Bare Metal ML A from-scratch ML library - autograd engine, MLP, and four classical algorithms - proven equivalent to scikit-learn with automated parity tests and CI-verified gradient correctness (finite-difference check, ≤1e-4 error). NumPy pytest GitHub Actions

AI Document Intelligence Grounded document Q&A and risk review for contracts and PDFs. Hybrid retrieval (pgvector + Postgres full-text), OCR fallback for scanned documents, and every answer traced back to a page-coordinate citation. FastAPI pgvector PostgreSQL Tesseract OCR

QueryPilot Describe a join in plain English - QueryPilot picks the optimal algorithm, explains why, and switches strategy mid-execution if its cost estimates turn out wrong. Python CI

CSV Predictor · live demo Upload a CSV, auto-detect the ML task, train a Random Forest, and see test-set metrics and feature importances - deployed on Hugging Face Spaces. Streamlit scikit-learn pytest

Pinned Loading

  1. NumPy-only-ML-library NumPy-only-ML-library Public

    Built a NumPy-only ML library (autograd engine, neural network, four classical algorithms) with automated parity tests against scikit-learn; CI-verified gradient correctness via finite differences.

    Python

  2. Adaptive-Join-Engine Adaptive-Join-Engine Public

    a mini query executor that picks (and switches) join algorithms based on data statistics

    Python

  3. Multimodal-vehicle-trajectory-prediction-on-Argoverse-2 Multimodal-vehicle-trajectory-prediction-on-Argoverse-2 Public

    Multimodal vehicle trajectory prediction on Argoverse 2 — VectorNet-style encoder with winner-takes-all loss, trained end-to-end on a MacBook Air M2.

    Python

  4. AI-Document-Intelligence AI-Document-Intelligence Public

    Grounded document Q&A and risk analysis for contracts and PDFs — FastAPI + pgvector hybrid retrieval, OCR fallback, page-level citation highlighting.

    Python

  5. Nephrotoxicity-Predictor_AI Nephrotoxicity-Predictor_AI Public

    Live SMILES-to-toxicity screening dashboard comparing 5 ML model families (stacked ensembles, Tanimoto GPC, autoencoder, ChemBERTa) with consensus scoring — best external ROC-AUC 0.860.

    Python