SelectedProjects
A curated set of projects reflecting my approach to modern web development.
Landing Page
Web AppGoogle Auth App
This project is a simple demonstration of how to integrate Google One Tap sign-in into an Angular application. It showcases a common user flow with separate Login and Register pages and provides a solution for the exponential cooldown issue, where the One Tap prompt might not appear on a second page after being used on the first.
Web App
Machine LearningEmotion Recognition App
Facial Expression & Emotion Analyzer, a real-time AI tool built with Python that identifies human emotions through live webcam feeds. Utilizing Computer Vision libraries, the app detects facial landmarks and provides instant feedback on the user's emotional state, showcasing the integration of AI into interactive software.
Machine LearningWeather Forecast App
Automated Weather Forecasting System, a robust Python utility designed for fetching and analyzing climate data. Using NumPy for numerical computations, the system processes environmental variables to generate accurate short-term forecasts, showcasing my ability to build data-intensive tools with clean and efficient code.