Featured Projects

Chop AI for the Blind

AI-powered accessibility tool providing image descriptions, OCR screen reading, and enhanced image accessibility for visually impaired users.

How it works:

  • AI Image Descriptions: Users copy image addresses to clipboard, and Azure AI Vision generates detailed descriptions automatically
  • OCR Screen Reader: Activated with Alt+R, it reads text under cursor position in real-time using pytesseract
  • Image Accessibility: Enhances images with OCR to make text readable by screen readers while preserving layout
Python Azure AI OCR Tesseract

KidWind Current Measurement

A program that measures electrical current using a Raspberry Pi for educational renewable energy projects.

How it works:

  • Raspberry Pi Integration: Uses GPIO pins to interface with current measurement sensors
  • Data Recording: Captures and logs current measurements for analysis
  • Educational Focus: Designed for hands-on learning about renewable energy and electronics
Python Raspberry Pi GPIO Electronics
View on GitHub

AI Quiz Solver

Chrome extension that automatically answers web quizzes using Google's Gemini AI.

How it works:

  • Web Page Analysis: Scans web pages to identify questions and answer elements in forms
  • AI Processing: Sends extracted content to Google's Gemini AI API for answer generation
  • Auto-Completion: Automatically fills forms and clicks answers using content scripts
  • Dual Models: Offers both Gemini Flash (fast) and Pro (accurate) options
JavaScript Chrome Extension Google Gemini HTML/CSS