Skip to content
View robertciceroson's full-sized avatar

Block or report robertciceroson

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

Hi, I'm Robert (Bob) Son 👋

AI Business Process Analyst · Scrum Master · Product Owner — I bridge process engineering, agile delivery, and applied AI/ML.

Currently a Delivery Manager & Principal Consultant at Gateway AI Advisory, where I own backlog priorities, acceptance criteria, and deliverable quality across 9 concurrent client AI workflow automation engagements. 8+ years across federal DoD and commercial environments as a Scrum Master, Process Analyst, and Technical Project Manager.

  • 🎖️ U.S. Army Veteran · Active DoD Secret Clearance (TS/SCI Eligible)
  • 📜 CSM · CSPO · AI-Empowered SAFe Agilist
  • 📍 Richmond, VA — open to remote, Puerto Rico, Florida, Texas, New Mexico
  • 🔗 LinkedIn

What I Build

I pair process engineering fundamentals (BPMN, workflow redesign, RACI) with hands-on AI/ML development — from automation scenarios to full RAG pipelines.

Project What it does
🤖 HR-Policy-QA-Bot RAG-powered HR policy chatbot — LangChain, FAISS, FastEmbed, and Groq (Llama 3.3 70B), served via Streamlit. Grounded, source-cited answers; honest fallback when it doesn't know.
📊 process-engineering-portfolio 19 published BPMN swimlane/flowchart/VSM diagrams from federal DoD and commercial engagements (Army CID, Pentagon agencies, client process redesigns).
🏠 Airbnb-Price-Prediction NYC Airbnb price prediction — regression modeling.
❤️ Heart-Disease-Risk-Prediction Classification model for heart disease risk.
🔢 Digit-Recognition-App CNN-based digit recognition, 98% accuracy.
🎬 NLP-Movie-Review-Sentiment-Classifier NLP sentiment classification on movie reviews.

Background

  • Scrum Master / TPM / Test Lead, Zantech IT Services — Army CID modernization (ALERTS, DRS, ACIS), ScienceLogic helpdesk supporting 10,000–15,000 global users
  • IT Acquisition Business Analyst, Protek Consulting — Fourth Estate Manpower Tracking System (FMTS) modernization
  • Recovery Care Coordinator, T.A. Consulting/GDIT — USMC Wounded Warrior program, 30+ concurrent cases
  • QA Analyst, Deloitte — Selenium/JavaScript test automation
  • M.A. Cross-Cultural Communication & International Relations, Newcastle University
  • B.S. Business Administration, VCU

📫 Reach me on LinkedIn

Popular repositories Loading

  1. Airbnb-Price-Prediction Airbnb-Price-Prediction Public

    End-to-end ML pipeline predicting nightly Airbnb listing prices in NYC using the ~49,000-listing NYC Airbnb Open Data (2019) dataset. Covers preprocessing, EDA, feature engineering, and hyperparame…

    Jupyter Notebook

  2. Heart-Disease-Risk-Prediction Heart-Disease-Risk-Prediction Public

    Binary classification pipeline predicting heart disease risk using the Cleveland Heart Disease dataset (UCI ML Repository) — 303 patients, 13 clinical features. Compares multiple models (best: XGBo…

    Jupyter Notebook

  3. Digit-Recognition-App Digit-Recognition-App Public

    Deep learning project building a handwritten digit classifier from first principles — a NumPy MLP coded from scratch (manual backprop), then PyTorch MLP/CNN models reaching ~98–99% test accuracy on…

    Jupyter Notebook

  4. NLP-Movie-Review-Sentiment-Classifier NLP-Movie-Review-Sentiment-Classifier Public

    Full NLP pipeline from raw text to transformer-based classification on the IMDB movie review dataset. Compares classical ML (TF-IDF + Logistic Regression/SVM/Naive Bayes), Word2Vec/GloVe embeddings…

    Jupyter Notebook

  5. process-engineering-portfolio process-engineering-portfolio Public

    16+ BPMN and flowchart diagrams documenting business process engineering across federal DoD and commercial engagements — workflow analysis, automation opportunities, and process redesign.

    HTML

  6. HR-Policy-QA-Bot HR-Policy-QA-Bot Public

    AI onboarding assistant that allows new employees to ask natural-language HR questions relating to the company's benefits/HR policies and get accurate, source-cited answers from company policy docs…

    Python