Projects

VENDio — E-commerce Marketplace Platform

A multi-vendor e-commerce platform built for businesses in Trinidad & Tobago to manage storefronts, product catalogues, customer orders, and vendor accounts. Designed REST APIs and relational database structures for authentication, product management, order processing, and multi-store operations, with responsive vendor and customer interfaces built in Next.js on a FastAPI backend.

  • Next.js
  • FastAPI
  • PostgreSQL

AI-Powered Travel Web App

An intelligent trip-planning capstone project with real-time flight, accommodation, and event suggestions. Directed the full development lifecycle from UI to backend services.

  • Flask
  • PostgreSQL
  • HTML/CSS
  • OpenAI API

Portfolio AI Chatbot

An AI chatbot that answers questions about my background and experience using GPT-4o-mini, integrated with AWS for a serverless backend and deployed publicly via Streamlit.

  • Python
  • Streamlit
  • OpenAI API
  • AWS Lambda
  • AWS API Gateway

Bike-Sharing System Analysis

Analysis of real-time Citi Bike and weather data in Times Square to predict rentals by weather conditions. Built Linear Regression and Random Forest models, achieving 73% accuracy with Random Forest, and created a Streamlit dashboard with heatmaps and ML insights.

  • Python
  • Streamlit
  • Scikit-learn