Sentiment ANalyzer
This application is a Natural Language Processor (NLP) which analyzes news text to return whether the language is more conservative or liberal
Naïve Bayes, Logistic Regression, Neural Networks (e.g., LSTMs, Transformers)
Developed an AI-powered sentiment analyzer using NLP techniques to classify news articles as Republican or Democrat-leaning.
Preprocessed and engineered text features, including tokenization, TF-IDF, word embeddings, and political keyword analysis.
Trained and evaluated machine learning models (Naïve Bayes, Logistic Regression, BERT) to achieve accurate classification.
Radar Rover
This application controlled a radar-sensing robot. Using radar input processing, the application and robot supported panoramic imaging, positioning response, and an autonomous mode. This mode could detect obstacles and safely maneuver the shortest path to an endpoint set by the user.
Implemented Dijkstra’s algorithm to generate and execute turn-by-turn directions for the shortest path around obstacles.
Real-time input processing from radar sensors/systems.
Implemented REST API using Flask to retrieve radar sensor data from Raspberry Pi radar robot.
Generated a ReactJS frontend to show obstacles, desired path, panoramic view, and manual control functions.
ISS Tracker
This application has a login / create user feature, then uses NASA’s open API to return the current location of the International Space Station, mapped onto a 3D interactive Earth model.
ReactJS
AWS Cognito for User management
NodeJS API
Portfolio Estimator
This application has a login feature directing the user to a custom financial dashboard. Using the Alpha Vantage API, given a defined input fund, and given 3 stocks/bonds the app can run a Monte Carlo simulation on the funds, estimating probabilities of return on a dashboard.
ReactJS
GCP Firebase Authentication
Flask (Python)
Restaurant REccomender
Some basic description to this pricing plan.
Constructed a custom hashtable for frequency collection using the yelp dataset.
Implemented the TF-IDF Similarity Metric in conjunction with K-means clustering algorithms.
Created a persistent-file based B-tree with a fixed-size buffer cache.
Java / JavaFX
Player Simulation Game
Some basic description to this pricing plan.
Implemented game-specific structs, and pointers for objects, players and rooms.
Dynamically allocated memory.
Used Bit-mask & Bit-shift operations in C.
C