DISCLAIMER: These are all fictional / not mine. I chose to showcase them because I found them interesting.

Project 1 placeholder
InstaLock

A full-stack web application was developed using Express.js and React with Vite to interact with Riot Games' API for Valorant. The app displays user metadata and allows modifications to certain elements. Additionally, a database scraping feature was implemented to extract and analyze player data, identifying trends across matches. The platform currently tracks over 3,000 players across 400+ matches, with 100+ active users and growing.

Project 2 placeholder
Interview Wizard

This project is a Discord bot designed to enhance users' technical interview skills by joining voice channels, recording conversations during coding practice sessions, and providing detailed feedback on communication skills. The bot leverages the Google Generative AI (Gemini) API for audio analysis and MongoDB for storing and retrieving interview data. It uses semantic analysis with the @xenova/transformers library to generate embeddings and find similar previous interviews, enhancing the feedback with personalized guidance.

Project 3 placeholder
ParkR

Crowd sourced car parking app that allows user to map parking spots in the NYC area. The app also uses population density to predict the risk of a parking spot being taken. Programming Languages / API / Framework used: Python, Flask (Python web framework), JavaScript, GoogleMaps API, OpenAI Api, Flask SQLALCHEMY (database), HTML/CSS.