Skip to content
View sentongo-web's full-sized avatar

Highlights

  • Pro

Block or report sentongo-web

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

Hi I'm Paul Sentongo

Data Engineer & Applied AI Researcher | MLOps for Clinical & Health Data Systems

πŸ“ Kampala, Uganda Β Β·Β  πŸ–₯️ Portfolio Β Β·Β  πŸ’Ό LinkedIn Β Β·Β  βœ‰οΈ Email

I build data and ML systems that hold up outside the notebook from T-SQL medallion warehouses to fairness audited clinical classifiers trained on real hospital data. My recent focus is applying rigorous MLOps (versioned data, tracked experiments, monitored deployments) to healthcare problems in resource-constrained settings, most recently a hypertension risk model built on records from Nakaseke Hospital, Uganda, evaluated for both predictive performance and demographic fairness.

  • πŸš€ Currently building Hypertension Risk Screener This is a fairness-audited, SHAP-interpretable classifier deployed at nakaseke-hypertension-screener.onrender.com
  • πŸ“š Deepening my medical-imaging skills through Project MONAI's tutorials
  • πŸ‘₯ Open to collaborating on data engineering or clinical AI projects
  • πŸ’¬ Ask me about missing-data imputation (MICE/MissForest), medallion architecture, or ML fairness audits

πŸ› οΈ Skills & Technologies

Git Python R VS Code PostgreSQL MySQL MongoDB Google Cloud Docker Kubernetes AWS TensorFlow Hugging Face PyTorch


🌐 Socials

GitHub LinkedIn Discord

πŸ“Š My GitHub Stats

Paul Sentongo's GitHub Stats Paul Sentongo's Top Languages

πŸ”₯ GitHub Streak

Paul Sentongo's GitHub Streak


πŸš€ Top Projects

Hypertension Risk Screener I built an end to end MLOps pipeline for hypertension risk screening using data from Nakaseke hospital Uganda. After discovering the diabetes labels were too imbalanced for reliable learning, I reframed the problem as hypertension classification. I developed data cleaning and feature engineering pipelines, created clinically meaningful features such as BMI and Waist to hip ratio risk, benchmarked six machine learning algorithms using stratified cross validation and SMOTE, optimized th top models with Optuna, tracked experiments in MLflow, explained predictions with SHAP, and deployed th final Logistic regression model through a Flask web application containerized with Docker. scikit-learn MLflow SHAP Docker Live demo β†’

Kidney CT Classifier I built a complete MLOps-based computer vision system for kidney tumor detection using CT scan images. The solution uses transfer learning with VGG16 to classify scans as Normal or Tumor, achieving around 89.9% validation accuracy. Beyond model training, I implemented DVC for data versioning, MLflow and DagsHub for experiment tracking, Flask for serving predictions, Docker for containerization, GitHub Actions for CI/CD, and deployed the final application on Hugging Face Spaces. The project was designed to demonstrate a production-ready machine learning workflow rather than just a standalone deep learning model. PyTorch DVC MLflow Hugging Face Space β†’

Dental OPG X-Ray Analysis I built an end-to-end MLOps computer vision system for dental OPG X-ray analysis. The project uses deep learning to automatically identify dental abnormalities from panoramic radiographs and was designed as a production-grade solution rather than a standalone model. The work includes data preparation, model training, experiment tracking, reproducible pipelines, Docker-based deployment, and a web-based inference application. The objective was to demonstrate how Al can support dentists by providing rapid and scalable radiographic screening while showcasing real-world MLOps engineering practices. YOLOv8 Computer Vision MLOps

Medallion Data Warehouse I built a modern SQL Server data warehouse that consolidates data from ERP and CRM systems into a unified analytics platform. The solution uses a Medallion Architecture with Bronze, Silver, and Gold layers, implements ETL pipelines for data integration and cleansing, and models business data using star-schema fact and dimension tables. The project demonstrates end-to-end data engineering capabilities, including data warehousing, dimensional modeling, data quality management, and analytics-ready reporting. T-SQL SQL Server ETL Project site β†’

Hypertension Risk Screener Kidney Classification Using MLOps and DVC

Dental OPG X-Ray Analysis SQL Data Warehouse Project

Pinned Loading

  1. Kidney_classification_Using_MLOPS_and_DVC_Data-version-control Kidney_classification_Using_MLOPS_and_DVC_Data-version-control Public

    The project is one for my personal portifolio. It is a deep learning project and demonstrates understanding of E2E ml

    Python 1

  2. SQL_datawarehouse_Project SQL_datawarehouse_Project Public

    Built a modern data Warehouse with Ms SQL Server, Including ETL Processes, data modeling and analytics

    TSQL 1

  3. Hypertension-Detection-Complete-MLOPs Hypertension-Detection-Complete-MLOPs Public

    Python

  4. Breast-Cancer-Classification Breast-Cancer-Classification Public

    Python