work projects Cloud
Home Work Projects Cloud

Explore My Projects

Working With AI

Image Generator

Breakdown

  • Leveraged OpenAI’s API key to generate images from user prompts
  • converting base64 image data into downloadable, styled cards using JavaScript and CSS
  • Used Upstash Redis with token-based tracking to limit users to 1 image generation per week in a Vercel-hosted AI tool.

Utilities

Web Scraper

Breakdown

  • Built a web scraper using Streamlit and BeautifulSoup to extract website content
  • Used OpenAI’s API to analyze and interpret the scraped data
  • Developed a more robust local version leveraging Ollama, Selenium, and Bright Data to run LLMs on content scraped via residential proxies
  • public version can only scrape data from non-CAPTCHA websites ( my website is good example to showcase scraper)

Utilities

Sign Language Object Detection

Breakdown

  • Built a real-time sign language recognition model using TensorFlow and OpenCV
  • Trained a custom object detection model to classify gestures like "yes", "no", and "thank you"
  • Deployed model in a virtual Python environment with live webcam detection overlay

Utilities

Building Websites

Freelance Software Development

Breakdown

  • Built Geeked, a responsive freelance portfolio using Angular, TypeScript, HTML, and CSS
  • Integrated Swiper.js for interactive project carousels across all screen sizes
  • Implemented Angular routing for seamless multi-page navigation on both desktop and mobile devices

Utilities

Personal Website

Breakdown

  • Built and deployed a fully responsive personal portfolio website using Terraform and AWS S3, showcasing work experience, featured projects, and about information
  • Showcased skills, projects, and contact info using a clean, component-based UI with HTML, CSS, and Angular
  • Implemented responsive design and modern layout techniques to ensure usability across all screen sizes

Utilities

Mobile App Development

To-Do List

Breakdown

  • React Native + TypeScript – For building the cross-platform mobile interface using typed components
  • Expo – To streamline development, testing, and QR-based deployment without native build complexity
  • AsyncStorage – For persisting to-do data locally on the user's device

Utilities