Seeking entry-level Data Science / Software Engineering roles

RésuméContact

Repositories

8

A reliability and evaluation harness for enterprise AI agents, benchmarked on ServiceNow's WorkArena: +30 points task success and 61% fewer output tokens on held-out tasks, with every number traceable to a logged episode.

TypeScript Demo Code

Three models I trained in PyTorch (MNIST digits, 75-class Quick, Draw! doodles, and a character-level GPT), exported to ONNX and running live in the browser: play Pictionary against the doodle model, x-ray the digit CNN layer by layer, or watch the GPT's attention heads think.

An AI health CLI: a conversational LLM intake feeds a logistic mortality-risk model trained on public NHANES data, then writes a lifestyle report and daily schedule. Privacy-first, runs fully local.

Python Code

PageRank from scratch (power iteration) over a real web-link graph, ranking pages by query relevance against the Lawfare national-security corpus.

Python Code
13th CarePublic

An athlete-first presentation site for a sports-care startup: responsive, scroll-reveal animations, deployed on Vercel with security headers. Shipped freelance.

JavaScript Demo
redditbotPublic

A sentiment-driven Reddit bot (PRAW + TextBlob) that classified and acted on ~1,000 comments by polarity.

Python Code

A containerized Flask web app with Docker + CI: the full deployment path, end to end.

Python Code

The site you're on: a Next.js 16 clone of a GitHub profile, with interactive chess, a contribution graph you can type into, a Copilot-style chatbot, a ⌘K command palette, light/dark themes, a community correspondence chess board, a Poptropica-style office game with real consequences, and an in-browser ML Lab with a CNN x-ray and a live attention visualizer.

TypeScript Demo Code