Personal tools, AI experiments, school projects, and everything in between.
Sort:
Tags:
// 9 projects
Hey Girl
โ Active
Voice AI assistant for Windows.
Wake-word activated voice assistant powered by GPT-4o. Supports natural conversation, task automation, Telegram integration, screen capture, and persistent agent memory.
PythonGPT-4oVoiceWindows
Click to expand โ
RunCompanion
โ Active
AI-powered running coach.
Flutter app with real-time GPS tracking, Bluetooth heart rate monitoring, Gemini AI coaching, voice guidance, and cross-platform support (Android, iOS, Web).
FlutterDartGemini AIBluetooth
Click to expand โ
Computer Use
โ Active
AI agent that controls your desktop.
Desktop automation agent built on Anthropic's Computer Use API. The AI agent can see the screen, move the cursor, type, and execute multi-step tasks autonomously.
PythonAnthropicDesktop AIAutomation
Click to expand โ
MLEbotics Hub
โ Active
One launcher for all MLEbotics tools.
Desktop application that packages Hey Girl, Computer Use, and AutoFormFiller into one unified launcher. Built with PyInstaller. Windows-only.
PythonPyInstallerDesktopWindows
Click to expand โ
StockPulse
โ Done
Live stock ticker React app.
React SPA that fetches live market data from the Finnhub API, supports portfolio watchlists stored in localStorage, and renders interactive charts.
ReactViteFinnhub APIChart.js
Click to expand โ
Movie Browser
โ Done
TMDB movie browser with React Portals.
React SPA that integrates the TMDB API for browsing top-rated movies, search, genre filtering, pagination, and a detail overlay built with React Portals.
ReactTMDB APIReact RouterCSS Modules
Click to expand โ
Vehicle Rental System
โ Done
Full-stack vehicle rental platform.
ASP.NET MVC web app with Entity Framework, SQL Server, user authentication, vehicle inventory management, and rental booking system.
ASP.NETC#EF CoreSQL Server
Click to expand โ
AWS Cloud Infrastructure
โ Done
Multi-tier AWS architecture with IaC.
Series of AWS projects covering EC2, S3, RDS, Lambda, CloudFormation, IAM, and VPC networking. Infrastructure defined with CloudFormation templates.
AWSCloudFormationEC2S3
Click to expand โ
AutoFormFiller
โ Active
AI-powered Chrome form automation.
Chrome extension + Flask backend that uses GPT-4o vision to read and fill web forms automatically. Supports multi-page forms, PDF parsing, and OAuth token management.