Recent Engineering Projects

Recent Engineering Projects.Recent Engineering Case Studies.

A curated selection of public engineering work spanning AI agents, machine learning, computer vision, responsible AI, simulation, data science, and Web3.

308Public repositories
9Curated here
6Focus areas
GitHub metadata cached · refresh with npm run sync:github
ingenuity@projects:~ LIVE
$
helplistfilter aiopen cross-chain-hubgithub
Selected Work

Explore by engineering discipline.

These are public repositories selected from the GitHub profile. They are shown as engineering portfolio work, not represented as client engagements unless separately verified.

04
Vision · Deep Learning

DeiT Skin Cancer Classification

A vision-transformer workflow for skin-cancer image classification, including fine-tuning and TensorFlow Lite conversion.

DeiTTensorFlowTFLiteImage Classification
TensorFlow / JupyterView repository ↗
05
Responsible AI · Vision

FairFace Gender Bias Analysis

Gender classification on FairFace with a ResNet50 baseline and fairness metrics to evaluate model behavior across groups.

ResNet50Fairness MetricsTensorFlowResponsible AI
TensorFlow / JupyterView repository ↗
06
Reinforcement Learning

Blackjack Reinforcement Learning

Dynamic programming and reinforcement-learning experiments on the Blackjack MDP using SARSA and Q-learning.

SARSAQ-LearningDynamic ProgrammingMDP
Python / JupyterView repository ↗
07
Simulation · Control

X-15 Flight Dynamics Simulation

A consolidated X-15 flight-dynamics study with simulation, LQR control, literature review, and ARX system identification.

LQRARXSystem IdentificationSimulation
Python / JupyterView repository ↗
08
Data Science · Regression

Airbnb SEMMA Price Regression

An interpretable Airbnb nightly-price model built with the SEMMA workflow, data cleaning, exploration, transformations, and regression assessment.

SEMMAscikit-learnPandasRegression
Python / JupyterView repository ↗
09
Knowledge Systems · NLP

Knowledge Graph QA Preprocessing

Preprocessing and loading workflows for KGQA datasets and knowledge graphs including CWQ, SimpleQuestions, WebQSP, Freebase, and Wikidata.

Knowledge GraphsNLPWikidataQA Data
Python / JupyterView repository ↗
From Prompt to Production

Engineering should be observable, testable, and understandable.

The terminal interaction is more than decoration. It mirrors the way we think about systems: clear inputs, visible state, explicit execution, and traceable outputs.

01 · Define the objective02 · Build the smallest useful system03 · Test failure modes04 · Measure outcomes05 · Iterate with evidence
pipeline.deploy
// intelligent delivery loop
const system = discover(businessContext)
  .define(requirements)
  .build(capabilities)
  .validate(riskAndQuality)
  .deploy(production)
  .observe(outcomes);

// evolve only when evidence supports it
if (system.signal > noise) {
  system.evolve();
}

Have a system you want to build?

Use the portfolio as a conversation starter, then tell us the business outcome you need.

Book a Strategy Call →