A Python and Flask application that applies ML sentiment analysis models to user input data. The user can either manually enter a review and rating, or upload a batch of reviews and ratings via csv. The model will analyze the sentiment of the input review and determine whether it accurately matches the rating given.
I wanted to try my hand with real time interaction, as well as creating a game, and dabbling in noSQL. This project was a perfect mix of all 3. WJTIM Highlander is a simple game where the most current name input is added to a firestore database, then the time it was recorded is monitored with a timer. Whenever a name is replaced if it was in the top 5 longest times before it was replaced it gets added to a leaderboard.This is definitely my most interactive project and for sure one of the most fun to have live.
A full stack web application made with PostgreSQL, Express, React, and Node. Thisweb application is a password protected site where events are reviewed using FormData which is digested by the back end, stored, then displayed on the site. It is hosted on an Amazon EC2 instance with image hosting done in an Amazon S3 Bucket. This project was my first full stack project and allowed me to experience tons of useful techniques from AWS Hosting, to JSON Web Tokens, Encryption and much more.
A small django application made to test out using other API's. In this case, the Twitch API. Simply put in the name of a streamer, and depending on whether they are online will either play their current livestream for you,or let you know that they are offline.
This was an excercise to practice a few skills. I wanted to do something that would allow me to reuse my knowledge of data structures and algorithms as well as have a chance to create outputs using Python and Matplotlib.
Once I saw the react-console-emulator library, given the terminal theming of this site, I knew I wanted to create a fun interactive experience where I could hide easter eggs and give a trivial command line experience in a fun environment on this site.