Projects & Portfolio

Major Projects & In Progress

A multi-category business review platform built with FastAPI, SQLModel, PostgreSQL, and Next.js, featuring role-based access and AI integration via Hugging Face’s Mistral LLM. The system enables admins to moderate offensive reviews, supervisors to classify review urgency, and users to generate AI-powered business summaries—streamlining feedback management across diverse industries.

#FastAPI
#PostgreSQL
#Next.js
#SQLModel
#Hugging Face

Analysy is a web application built using Angular and Python that provides a convenient interface for managing and visualizing email data. It leverages natural language processing libraries to analyze the content of emails, extract insights, and uncover patterns that go beyond basic metadata.

#Angular
#Flask
#NLP

Recreated the classic Hangman game using Python and the Pygame library. This project focused on implementing game logic, keyboard input handling, and rendering a responsive graphical interface. It served as a hands-on exercise in event-driven programming and working with 2D game development concepts in Python.

#Pygame
#Python
#game-dev

A small exploratory project built to gain hands-on experience with Spring Boot. This application consumes NASA’s public APIs to fetch and display real-time space data such as astronomy pictures, planetary information, and mission details. It served as a practical introduction to RESTful service integration, dependency management, and backend development in the Java ecosystem.

#Spring Boot
#Java
#RESTful