Dashboard →

What we've built

Projects

Every tool here solves a real problem. No demos for the sake of demos.

AutoFormFiller

Active

Chrome extension + Python backend that reads web forms and fills them automatically using AI — built primarily for job applications and event registrations.

  • Chrome extension with sidebar UI
  • Flask REST API backend
  • PDF resume parsing
  • OpenAI-powered field mapping
  • Railway-hosted production deployment
PythonFlaskChrome ExtensionOpenAI

Hey Girl

Active

Voice and text AI assistant for Windows. Handles tasks, reads and summarizes assignments, solves quizzes, and answers questions with full conversation memory.

  • Wake-word activation ("Hey Girl")
  • Conversation history + memory system
  • Assignment reader and quiz solver
  • Telegram bot interface for remote access
  • Cost tracker for OpenAI API usage
PythonOpenAITelegramTkinter

Computer Use Agent

In Progress

Anthropic-powered AI desktop agent that sees your screen via screenshots and performs tasks like a human operator — click, type, navigate, and more.

  • Anthropic Claude Computer Use API
  • Screenshot-based vision loop
  • Mouse + keyboard action execution
  • Task chaining and retry logic
  • Windows desktop automation
PythonAnthropicClaude

MLEbotics Hub

Active

Unified launcher and dashboard for all MLEbotics tools. Single packaged Windows app for managing, starting, and monitoring all local agents and services.

  • Single EXE distributable (PyInstaller)
  • Launch and monitor all MLEbotics tools
  • Status indicators per service
  • Auto-start and tray icon support
PythonPyInstallerTkinter

ChromaShift

Potential

Accessibility tool that converts software interfaces for colour-blind users — removing colour-dependent cues and adapting UI elements so red-green colour blind people can work without difficulty identifying colours.

  • Real-time colour remapping for any application
  • Red-green colour blindness (deuteranopia/protanopia) support
  • Removes colour as the sole differentiator in UI elements
  • Pattern and texture overlays as colour alternatives
  • System-wide or per-app activation
AccessibilityComputer VisionUI/UX

MLEminimalist

Potential

A minimalist life system powered by technology. Designed to reduce distractions, simplify daily tasks, and help you do more with less — technology that gets out of your way.

  • Distraction-free daily task management
  • Minimal UI — only what you need, nothing more
  • Intentional tech use framework
  • Focus sessions and digital declutter tools
  • Encourages presence over productivity theatre
ProductivityMindfulnessTech

Movie Browser App

Active

SPA movie browser using the TMDB API. Features top-rated listings, search, genre filtering, pagination, and a detailed overlay via React Portals.

  • React Router v6 single-page app
  • TMDB REST API integration
  • Search, genre filter, and pagination
  • Movie details with cast via React Portal
  • CSS Modules for scoped styling
ReactReact RouterCSS ModulesTMDB API

OOP Concepts (C#)

Active

Collection of object-oriented programming assignments and projects in C# — covering inheritance, polymorphism, interfaces, LINQ, and design patterns.

  • Class hierarchies and inheritance chains
  • Interface implementation and polymorphism
  • LINQ queries and collections
  • Design patterns (Factory, Observer, Strategy)
  • Unit testing with MSTest
C#.NETVisual Studio

Intro to Cloud (AWS)

Active

Series of AWS cloud projects — deploying and managing infrastructure, serverless functions, storage, and networking through Bow Valley College coursework.

  • EC2 instance setup and management
  • S3 static hosting and lifecycle policies
  • Lambda functions for serverless processing
  • CloudFormation infrastructure-as-code
  • IAM roles, VPC, and security groups
AWSEC2S3LambdaCloudFormation

ASP.NET Web Projects

Active

Web applications built with ASP.NET Core — covering MVC architecture, Razor Pages, Entity Framework ORM, and REST API development.

  • MVC pattern with Controllers and Views
  • Razor Pages for server-rendered UI
  • Entity Framework Core with SQL Server
  • REST API endpoints with authentication
  • Bootstrap-based responsive layouts
ASP.NETC#Razor PagesEntity FrameworkSQL Server